@import url(https://db.onlinewebfonts.com/c/7a4456451db34fc8abc7a9ce7da13480?family=F29LT+Bukra);

@font-face {
    font-family: "F29LT Bukra";
    src: url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.eot");
    src: url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/7a4456451db34fc8abc7a9ce7da13480.svg#F29LT Bukra") format("svg");
    font-weight: normal;
    font-style: normal;
}

body, 
button, 
input, 
select, 
textarea,
p, span, a {
    font-family: "F29LT Bukra Rg";
    font-weight: 300 !important; 
}
/* ==========================================================================
   Airport Parent Template Styling
   ========================================================================== */

/* Hero / Top Wrapper */
.app-parent-hero {
    background-color: #2c2d65;
    padding: 40px 0 30px;
    color: #ffffff;
}

.app-parent-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
}

.app-parent-breadcrumbs, 
.app-parent-breadcrumbs a {
    color: #e0e6ed;
    font-size: 14px;
}

.app-parent-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Main Layout */
.app-parent-main {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.app-parent-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.app-parent-featured-img {
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}

.app-parent-featured-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.app-parent-body {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
}

.app-parent-comments {
    margin-top: 40px;
}

/* Sidebar Styling */
.app-parent-sidebar {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.app-sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c2d65;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8e9fc;
}

.app-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-sidebar-item {
    margin-bottom: 15px;
}

.app-sidebar-item:last-child {
    margin-bottom: 0;
}

/* Sidebar Item Card */
.app-sidebar-card {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.app-sidebar-card:hover {
    background-color: #f8f9fc;
    border-color: #e8e9fc;
    transform: translateX(3px);
}

.app-sidebar-thumb {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}

.app-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-sidebar-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.app-sidebar-link-title {
    color: #2c2d65;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.app-sidebar-arrow {
    flex-shrink: 0;
    color: #2c2d65;
    transition: transform 0.2s ease;
}

.app-sidebar-card:hover .app-sidebar-arrow {
    transform: translateX(4px);
}

.app-sidebar-empty {
    color: #666;
    font-style: italic;
    margin: 0;
}
/* ==========================================================================
   Complete Layout & Card Styling
   ========================================================================== */

/* Keyframe Animations */
@keyframes cardFadeIn {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

/* Hero / Breadcrumb Section */
.app-parent-hero {
    background-color: #2c2d65;
    padding: 40px 0 30px;
    color: #ffffff;
}

.app-parent-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
}

.app-parent-breadcrumbs, 
.app-parent-breadcrumbs a {
    color: #e0e6ed;
    font-size: 14px;
}

.app-parent-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Main Container Layout */
.app-child-main {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.app-child-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.app-child-featured-img {
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}

.app-child-featured-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.app-child-body {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
}

.app-child-comments {
    margin-bottom: 30px;
}

/* Dubai Airports Card Layout */
.app-latest-card-link {
    text-decoration: none !important;
    display: block;
}

.app-latest-card {
    position: relative;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.3s ease;
}

.app-latest-card:hover {
    transform: translateY(-4px);
}

.app-latest-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
    transition: all 0.3s ease;
    z-index: 1;
}

.app-latest-card:hover .app-latest-overlay {
    animation: cardFadeIn 0.2s linear;
    background: linear-gradient(180deg, rgba(44, 45, 101, 0) 50%, rgba(44, 45, 101, 0.5) 100%), 
                linear-gradient(0deg, rgba(44, 45, 101, 0.25), rgba(44, 45, 101, 0.25));
}

.app-latest-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.app-latest-pill-btn {
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    color: #2c2d65;
    padding: 10px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.app-latest-pill-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-pill-arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
	margin-top:-2px;
}

.app-latest-card:hover .app-latest-pill-btn,
.app-latest-pill-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 233 252 / var(--tw-bg-opacity));
    color: #2c2d65;
}

.app-latest-card:hover .app-pill-arrow,
.app-latest-pill-btn:hover .app-pill-arrow {
    transform: translateX(4px);
}

/* Related Pages Section (Single Row Fix) */
.app-related-section {
    margin-top: 35px;
}

.app-related-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c2d65;
    margin-bottom: 20px;
}

.app-related-card-single {
    height: 260px;
    padding: 16px;
}

.app-related-item {
    margin-bottom: 20px;
}

/* Sidebar Section Styling */
.app-parent-sidebar {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.app-sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c2d65;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8e9fc;
}

.app-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-sidebar-item {
    margin-bottom: 15px;
}

.app-sidebar-item:last-child {
    margin-bottom: 0;
}

.app-sidebar-card {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.app-sidebar-card:hover {
    background-color: #f8f9fc;
    border-color: #e8e9fc;
    transform: translateX(3px);
}

.app-sidebar-thumb {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}

.app-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-sidebar-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.app-sidebar-link-title {
    color: #2c2d65;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.app-sidebar-arrow {
    flex-shrink: 0;
    color: #2c2d65;
    transition: transform 0.2s ease;
}

.app-sidebar-card:hover .app-sidebar-arrow {
    transform: translateX(4px);
}

.app-sidebar-empty {
    color: #666;
    font-style: italic;
    margin: 0;
}
/* All Template Grid Styling */
.app-all-grid {
    margin-top: 10px;
	display:flex;
	flex-wrap:wrap;
}

.app-all-item {
    margin-bottom: 20px;
}

.app-all-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid #e8e9fc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    text-decoration: none !important;
    transition: all 0.2s ease;
    height: 100%;
}

.app-all-card:hover {
    background-color: #2c2d65;
    border-color: #2c2d65;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(44, 45, 101, 0.15);
}

.app-all-card-title {
    color: #2c2d65;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.app-all-card-arrow {
    flex-shrink: 0;
    color: #2c2d65;
    transition: all 0.2s ease;
}

.app-all-card:hover .app-all-card-title,
.app-all-card:hover .app-all-card-arrow {
    color: #ffffff;
}

.app-all-card:hover .app-all-card-arrow {
    transform: translateX(4px);
}
/* Blog Grid Layout & Cards */
.app-blog-grid {
    margin-top: 10px;
	display:flex;
	flex-wrap:wrap;
}

.app-blog-item {
    margin-bottom: 30px;
}

.app-blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.app-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.app-blog-thumb-link {
    display: block;
    text-decoration: none !important;
}

.app-blog-image {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.app-blog-date {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #2c2d65;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.app-blog-date .day {
    font-size: 16px;
    font-weight: 700;
}

.app-blog-date .month {
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.9;
}

.app-blog-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.app-blog-header {
    margin-bottom: 8px;
}

.app-blog-fav-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.app-blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}

.app-blog-title a {
    color: #2c2d65;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.app-blog-title a:hover {
    color: #0056b3;
}

.app-blog-excerpt {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.app-blog-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}

.app-blog-comments {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666666;
    font-size: 13px;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.app-blog-comments:hover {
    color: #2c2d65;
}
#popairpo{
	background:#fff
}
#popairpo .app-latest-title {
	color: #2c2d65;}
.disc__main{
	border-top: 1px solid rgb(209 212 250);
    border-bottom: 1px solid rgb(209 212 250);
}
@keyframes cardFadeIn {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

/* Base Section Background & Layout */
.app-latest-section {
    background-color: #2c2d65;
    padding: 0 0 60px 0;
    color: #ffffff;
}

/* Section Header */
.app-latest-header {
    margin-bottom: 40px;
}

.app-latest-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #e0e6ed;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.app-latest-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

/* Card Link Wrapper */
.app-latest-card-link {
    text-decoration: none !important;
    display: block;
    margin-bottom: 30px;
}

/* Dubai Airports Style Card */
.app-latest-card {
    position: relative;
    height: 420px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    transition: transform 0.3s ease;
}

.app-latest-card:hover {
    transform: translateY(-4px);
}

/* Card Gradient Overlays */
.app-latest-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
    transition: all 0.3s ease;
    z-index: 1;
}

.schema-faq-section {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ededed;
    margin-bottom: 24px;
}
.schema-faq-question {
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
}
.schema-faq-answer {
    margin: 0;
}

/* Card Hover Gradient State */
.app-latest-card:hover .app-latest-overlay {
    animation: cardFadeIn 0.2s linear;
    background: linear-gradient(180deg, rgba(44, 45, 101, 0) 50%, rgba(44, 45, 101, 0.5) 100%), 
                linear-gradient(0deg, rgba(44, 45, 101, 0.25), rgba(44, 45, 101, 0.25));
}

/* Card Content & Pill Button */
.app-latest-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.app-latest-pill-btn {
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    color: #2c2d65;
    padding: 12px 22px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.app-latest-pill-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-pill-arrow {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

/* Pill Button Hover State */
.app-latest-card:hover .app-latest-pill-btn,
.app-latest-pill-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 233 252 / var(--tw-bg-opacity));
    color: #2c2d65;
}

/* Arrow Animation on Hover */
.app-latest-card:hover .app-pill-arrow,
.app-latest-pill-btn:hover .app-pill-arrow {
    transform: translateX(4px);
}

/* Empty State */
.app-latest-empty {
    color: #cccccc;
    font-size: 16px;
}
.dxb-hero-wrapper {
    position: relative;
    padding: 90px 0 100px 0;
    background: linear-gradient(rgb(0 0 0 / 11%), rgb(0 0 0 / 70%)), url(/wp-content/uploads/2026/08/home-baner.jpg);
    background-size: cover;
    overflow: hidden;
    background-position: 100% 67%;
}
.dxb-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dxb-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dxb-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.dxb-main-box {
    background: #d1d4fa;
    padding: 40px 35px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex: 1;
    min-width: 320px;
    max-width: 680px;
}

.dxb-box-title {
    font-family: inherit;
    font-size: 38px;
    font-weight: 800;
    color:#2c2d65;
    margin: 0 0 25px 0;
    letter-spacing: -1px;
}

/* Search Bar & Icon Styling */
.dxb-search-form {
    position: relative;
}

.input-wrapper{
	display:flex;
	align-items:center;
}

.dxb-search-icon {
    position: absolute;
    left: 20px;
    font-size: 18px;
    color: #475569;
}

.dxb-search-input {
    width: 100%;
    padding: 18px 20px 18px 52px; /* Left padding extra taaki icon text ke upar na aaye */
    border-radius: 14px;
    border: none;
    background: #ffffff;
    font-size: 16px;
    color: #1e293b;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    outline: none;
}

.dxb-submit-button{
	display:inline-flex;
	align-items:center;
	outline:none;
	border:none;
	background:none;
	width:fit-content;
	padding: 30px 0px 0px 0px;
    gap: 10px;
    line-height: 1;
	color: #2c2d65;
}

.dxb-submit-button:hover{
	background:none;
	color: #1e293b;
}

.dxb-search-input::placeholder {
    color: #94a3b8;
}

.dxb-links-row {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.dxb-link-item {
    font-size: 16px;
    font-weight: 700;
    color: #1e1b4b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
}

.dxb-link-item:hover {
    color: #f97316;
}

/* Right 2x2 Quick Cards Grid */
.dxb-quick-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.dxb-q-card {
    background: #ffffff;
    padding: 24px 20px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dxb-q-card i {
    font-size: 24px;
    color: #1e1b4b;
    margin-bottom: 10px;
}

.dxb-q-card span {
    font-size: 14px;
    font-weight: 700;
    color: #1e1b4b;
}

.dxb-q-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

/* Responsive Fixes */
@media(max-width: 768px) {
	
	.dxb-hero-wrapper{
		padding:2em 0;
	}
    .dxb-hero-container {
        flex-direction: column;
        align-items: stretch;
    }
    .dxb-quick-cards-grid {
        justify-content: center;
    }
	
	.home-cta-section .content{
		width:100%!important;
	}
	
	.app-latest-card{
		height:240px!important;
	}
	
	.menu-head{
		margin-top:20px;
	}
	
	.site-footer{
		    padding: 30px 0 40px 0px!important;
	}
	
	.wp-block-table{
		margin:0 0 20px 0!important ;
	}
}


.dxb-search-icon-wrap {
    position: absolute !important;
    left: 18px !important;
    display: flex !important;
    align-items: center !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

.dxb-search-svg {
    stroke: #475569 !important;
    width: 20px !important;
    height: 20px !important;
    display: block !important;
}

.dxb-search-input {
    width: 100% !important;
    padding: 18px 20px 18px 52px !important; /* Icon ke liye left space */
    border-radius: 14px !important;
    border: none !important;
    background: #ffffff !important;
    font-size: 16px !important;
    color: #1e293b !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    outline: none !important;
    margin: 0 !important;
}
/* --- Useful Services Section Styles --- */
.dxb-services-section {
    width: 100%;
    background-color: #f4f6fc; /* Light clean page background */
    padding: 60px 20px;
    font-family: inherit;
}

.dxb-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.dxb-section-heading {
    font-size: 28px;
    font-weight: 800;
    color: rgb(44, 45, 101);
    margin-bottom: 40px;
    letter-spacing: -1px;
}

/* 3 Cards Grid */
.dxb-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Common Card Base Style */
.dxb-service-card {
    border-radius: 24px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dxb-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.dxb-card-lavender {
    background-color:#d1d4fa; 
}

.dxb-card-yellow {
    background-color:#fed100;
}

.dxb-card-white {
    background-color:#ffffff; 
}
.dxb-card-icon {
    font-size: 26px;
    color:#2c2d65;
    margin-bottom: 25px;
}

.dxb-card-title {
    font-size: 26px;
    font-weight: 800;
    color: #0b1329;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.dxb-card-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #334155;
    margin: 0;
}

/* Card Action Button */
.dxb-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1e1b4b;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    width: max-content;
    margin-top: 30px;
    transition: background-color 0.2s ease;
}

.dxb-card-btn:hover {
    background-color:#4b4caa;
    color: #ffffff;
}
@media(max-width: 992px) {
    .dxb-cards-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.no-margin{margin: 0;}
.text-center{text-align: center;}
.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

.home-banner {
    position: relative;
    background-color: #c0ffff;
    height: 570px;
}
.home-content, .flight-search {
    position: relative;
    z-index: 100;
}
.cs_hero_in {
    padding-left: 8%;
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 2;
}
.cs_hero_img {
    position: absolute;
    right: 3%;
    top: 57%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 48%;
}
.cs_hero_in h3 , .home-content h3{
	color: var(--accent)!important;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.333em;
	font-weight: 600;
	font-size: 22px;
}
.cs_hero_text {
    position: relative;
    z-index: 2;
    max-width: 580px;
}

.cs_hero_in h1 , .home-content h1{
	margin-top: 0;
	font-size: 60px!important;
	line-height: 67px;
	font-weight: 700;
}
.cs_hero_in p , .home-content p{
	color: #666;
	font-size: 18px;
	line-height: 30px;
}
.cs_hero_desc {
    max-width: 600px;
}
.animated-icon {
    position: absolute;
    -webkit-animation: 12s ease-in 0s normal forwards infinite running animated-icon;
    animation: 12s ease-in 0s normal forwards infinite running animated-icon;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    color: rgba(255, 255, 255, 0.8);
}
.animated-icon:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: 30%;
    top: 39%;
}
.animated-icon:nth-child(2) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 50%;
    top: 30%;
}
.animated-icon:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    left: 10%;
    top: 24%;
}
.animated-icon:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    left: 82%;
    top: 25%;
}
.animated-icon:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 16%;
    top: 80%;
}
.animated-icon:nth-child(6) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 57%;
    top: 80%;
}
.animated-icon:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: 92%;
    top: 72%;
}
@keyframes animated-icon{
	100% {
    opacity: 0;
    -webkit-transform: scale(10) translate(-50%, -50%);
    transform: scale(10) translate(-50%, -50%);
}
0% {
    opacity: 1;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
}
}
.flight-search {
    border-radius: 5px;
    background: #3fd0d44f;
    -webkit-backdrop-filter: blur(17.7606182098px);
    backdrop-filter: blur(17.7606182098px);
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.flight-search form{
	display: flex;
	
}
.flight-search input[type="search"] {
    width: 100%;
	border-radius: 5px 0 0 5px; 
}
.flight-search input[type="submit"] {
    margin: 0;
	border-radius: 0 5px 5px 0;
}
.flight-search label {
    margin: 0;
	width: 100%;
}

.aboutUs{
    width: 100%;
    padding: 40px 0;
}
 
.aboutUs .imageSection{
    position: relative;
}
 
.aboutUs .imageSection .backImage {
    background-color: #fff;
    padding: 20px;
    border-radius: 120px;
    width: 80%;
    position: absolute;
}
 
.aboutUs .imageSection .backImage img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: contain;
    border-radius: 120px;
}
 
.aboutUs .imageSection .frontImage {
    position: absolute;
    top: 35%;
    bottom: 5%;
    left: 37%;
    right: 15px;
    border-radius: 120px;
    background-color: #fff;
    padding: 20px;
}
 
.aboutUs .imageSection .frontImage img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    border-radius: 120px;
}
.aboutUs .imageSection img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 
.aboutUs .subTitle{
    font-size: 24px;
    line-height: 1.333em;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--accent);
}
 
.aboutUs .title{
    font-size: 48px;
    line-height: 1.327em;
    font-weight: 600;
}
 
.aboutUs .paragraph{
    padding-left: 80px;
    position: relative;
    margin-top: 25px;
}
 
.aboutUs .paragraph p{
        margin-bottom: 20px;
        font-size: 15px;
        color: #666666;
}
 
.aboutUs .paragraph p::before{
    content: "";
    width: 60px;
    height: 2px;
    background-color: var(--accent);
    position: absolute;
    left: 0;
    top: 12px;
}
 
 
.aboutUs .paragraph p.colorText{
    font-size: 17px;
    line-height: 1.667em;
    color: var(--accent);
    font-weight: 500;
}
 
.aboutUs ul{
    margin-top: 32px;
    list-style: none;
	padding-left: 0;
}
.aboutUs ul li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.667em;
}
 
.aboutUs ul li i{
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--accent);
}
 
.ctaBtn{
    border: none;
    padding: 15px 35px;
    line-height: 1.6em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    outline: none;
    color: #fff;
    border-radius: 5px;
    background-color: var(--accent);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    margin-top: 32px;
}
.ctaBtn:hover{
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
}
.usp-main{
	position: relative;
	padding: 6.5em 0;
	background-image: url(/wp-content/uploads/2025/12/feature_bg.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.usp-card{
	text-align: center;
}
.usp-icon {
    width: 106px;
    height: 106px;
    background-color: #fff;
    margin: 0 auto 32px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.usp-icon svg {
    width: 60px;
    height: 60px;
	fill: var(--accent);
}
.usp-card:hover .usp-icon{
	background: var(--accent);
}
.usp-card:hover .usp-icon svg{
	fill: #fff;
}
.usp-content p{
	margin: 0;
}

.popular-destinations {
  padding: 50px 0 20px;
}
 
.popular-destinations h2 {
  font-size: 38px;
    line-height: 1.327em;
  font-weight: 600;
  margin-bottom: 50px;
}
 
.popular-destinations p:not(.card-content p) {
  color: var(--accent);
  font-size: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
 
.destination-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.destination-card:hover{
    color: #fff;
}
 
.destination-card img {
	width: 100%;
	display: block;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	object-fit: cover;
}
 
.destination-card:hover img {
	-webkit-transform: scale(1.06);
    transform: scale(1.06);
}
 
.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
	z-index:1;
}
.card-content h2 , .card-content p {
	font-size: 24px;
	margin: 0 0 5px 0;
	color: #fff;
}
.popular-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000024;
}
.how-it-works {
  padding: 20px 0 20px;
}
.section-subtitle , .subtitle {
  color: var(--accent);
  font-size: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.section-title {
  font-size: 56px;
    line-height: 1.327em;
  font-weight: 600;
  margin-bottom: 50px;
}
/* StepBox */
.step {
  text-align: center;
  margin-bottom: 40px;
}
.steps-wrapper .col-md-4:last-child .step::before {
    display: none;
}
.step::before {
    content: '';
    position:absolute;
    background-image: url('/wp-content/uploads/2025/12/arrow.png');
    width: 80px;
    height: 110px;
    right: -40px;
    top: 60px;
    background-size: contain;
    background-position: center;    
    background-repeat: no-repeat;
}
/* Circle Wrapper */
.step-circle {
  width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed var(--accent);
    padding: 33px;
    margin-bottom: 42px;
    border-radius: 50%;
    position: relative;
}
 
.step-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
 
/* Number Badge */
.step-number {
  position: absolute;
  top: 14px;
  right: -10px;
  background: var(--accent);
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
/* Step Titles */
.step-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
 
/* Step Text */
.step-text {
  font-size: 16px;
  color: #666;
  max-width: 280px;
  margin: 0 auto;
}
.latest-pages-main {
    padding: 20px 0 40px;
}
 
.latest-page {
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
 
/* Title padding */
.latest-page-title {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.latest-page-title a{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: var(--primary);
}
.latest-page-title a:hover{
	color: var(--accent);
}
/* Image container */
.page-image {
    overflow: hidden;
    width: 100%;
    height: auto;
}
 
/* Ensure responsive images */
.page-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 1s ease;
}
 
/* Hover zoom effect */
.page-image:hover img {
    transform: scale(1.06);
}

.news-section {
    padding: 0 0 30px;
}
 
.section-heading h3 {
    font-size: 20px;
    color: #777;
    margin-bottom: 10px;
}
 
.section-heading h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
}
 
/* Post item styling */
.post-item {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    display: flex;
    gap: 30px;
    background: #fff;
    min-height: 400px;
	max-height: 400px;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    padding-right: 60px;
  }
 
/*   .post-item:hover img{
    transform: scale(1.06);
  }
  */
  .post-thumb {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 48%;
    position: relative;
}
 
.post-image{
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
 
.post-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 1s ease;
}
 
/* Date label */
.post-date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    display: -webkit-box;
    text-align: center;
    display: flex;
    align-items: center;
}
 
.post-date .day {
    display: block;
    font-size: 18px;
    font-weight: bold;
    background-color: #3fd0d4;
    padding: 5px 10px;
}
 
.post-date .month {
    font-size: 18px;
    padding: 5px 10px;
    background-color: #000;
}
 
/* Post content */
.post-content {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 
.post-author img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 10px;
}
.post-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
 
.post-title a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.333em;
}
 
.post-title a:hover {
    color: #3fd0d4;
}
 
.post-excerpt {
    margin: 15px 0;
    color: #666;
}
 
/* Footer buttons */

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    box-sizing: border-box;
}
 
.no-comments {
    color: #777;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
 
.no-comments:hover{
  color: #3fd0d4;
}
 
.btn-readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 14px 25px 14px 53px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 18% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 18% 50%, 0% 0%);
    color: var(--white);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #102039;
}
 
.btn-readmore:hover {
    background: #3fd0d4;
    color: #fff;
}
.cta-section{
    background: var(--accent);
    padding: 40px 0;
    margin: 40px 0 0;
	position:relative;
}
.cta-section p{
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.white-btn {
    color: #fff;
    font-weight: 500;
}
.white-btn a{
    display: inline-block;
    padding: 14px;
    /* background: #fff; */
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
}
.white-btn a:hover{
	color:#fff;
}
.btn-icon-arrow {
    width: 15px;
    fill: #fff;
}

.page-template-full-width .inner-page{
	margin-top:20px;
}


/*homepage Popular Airlines Section CSS start here*/

 .experiences-section {
	 padding:60px 20px;
  }
 
  .experiences-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
	color: #2c2d65;
	  margin-bottom:1rem;
  }
 
  /* ---------------------------------------------
     Grid wrapper — collapses on mobile, full height on desktop
  --------------------------------------------- */
  .experiences-grid-wrap {
    position: relative;
    overflow: hidden;
    height: 832px;
    transition: height 300ms ease-in-out;
  }
 
  .experiences-grid-wrap.is-expanded {
    height: auto;
  }
 
  .experiences-grid {
    display: grid;
    grid-template-columns: 1fr;   /* single column on mobile */
    grid-auto-rows: 240px;
    gap: 24px;
  }
 
  /* ---------------------------------------------
     Cards
  --------------------------------------------- */
  .exp-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 240px;
    display: block;
  }
 
  .exp-card__picture,
  .exp-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 
  /* subtle gradient so the CTA text stays legible over any photo */
  .exp-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--color-overlay) 0%, transparent 55%);
    z-index: 1;
    pointer-events: none;
  }
 
  .exp-card__cta {
    position: absolute;
    z-index: 2;
    left: 24px;
    bottom: 24px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
	  line-height:1.5;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    background: #1e1b4b;
    backdrop-filter: blur(2px);
	  transition: background-color 0.2s ease;
  }
 
  .exp-card__cta:hover,
  .exp-card__cta:focus-visible {
    background-color: #4b4caa;
    color: #fff;
  }
 
  .exp-card__cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
 
  .exp-card__arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
 
  /* ---------------------------------------------
     "Show more" button (mobile only)
  --------------------------------------------- */
  .experiences-showmore-wrap {
    display: flex;
    justify-content: center;
    margin-top: -24px;
    position: relative;
    z-index: 2;
  }
 
  .btn-showmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #1e1b4b;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity var(--transition);
  }
 
  .btn-showmore:hover { opacity: 0.85; }
 
  .btn-showmore svg { width: 18px; height: 18px; }
 
  .experiences-grid-wrap.is-expanded + .experiences-showmore-wrap {
    display: none;
  }
 
  /* ---------------------------------------------
     Desktop layout — masonry-style 2-col grid,
     matching original card spans exactly
  --------------------------------------------- */
  @media (min-width: 768px) {
    .experiences-grid-wrap {
      height: auto;
      overflow: visible;
    }
 
    .experiences-showmore-wrap {
      display: none;
    }
 
    .experiences-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 260px;
    }
 
    .exp-card {
      height: auto;
    }
 
    .exp-card--shops     { grid-column: 1; grid-row: 1 / span 2; }
    .exp-card--sleep     { grid-column: 2; grid-row: 1; }
    .exp-card--relax     { grid-column: 2; grid-row: 2 / span 2; }
    .exp-card--dine      { grid-column: 1; grid-row: 3 / span 2; }
    .exp-card--services  { grid-column: 2; grid-row: 4; }
  }
 
  @media (min-width: 1024px) {
    .experiences-title { font-size: 2.25rem; }
  }


/* homepage CTA section CSS start here */
.home-cta-section{
	background:url('/wp-content/uploads/2026/08/cta-bg-image.webp');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin:60px 0px;
	padding:60px 0px;
}
.home-cta-section .content{
	background:#fff;
	width:70%;
	padding:1.5rem;
	display:flex;
	flex-direction:column;
	gap:1.5rem;
	border-radius:8px;
}

.home-cta-section .content h2{
	font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
	color: #2c2d65;
}

.home-cta-section .content p{
	font-size: 16px;
    line-height: 1.5;
    color: #334155;
    margin: 0;
}


.home-cta-section .content a{
	display: inline-flex;
    align-items: center;
    background-color: rgb(30, 27, 75);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    width: max-content;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.2s;
}


.home-cta-section .content a:hover{
	  background-color: #4b4caa;
    color: #ffffff;	
}  







/* All parent page*/
ul.all-parentPage {
    list-style: none;
    margin: 0;
    padding: 0;
}
.all-page {
	margin-bottom: 20px;
}
.all-page a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background-color: var(--primary);
}
.all-page a:hover{
	background-color: var(--accent);
	color: #fff;
}


/* Parent Page */
.page-template-parent .step::before{
	display:none;
}
.page-template-parent .step-circle{
	margin-bottom: 20px;
	z-index: 2;
}
.page-template-parent .step-title {
	font-size: 16px;
	font-weight: normal;
	position: relative;
	z-index: 2;
	margin: 0;
}
.page-template-parent .step:hover a{
	color: var(--primary);
}
.page-template-parent .how-it-works{
	padding: 0;
}
.page-template-parent .step {
  text-align: center;
  margin-bottom: 20px;
	padding: 20px;
  transition: all .5s ease-in-out 0s;
  position: relative;
  overflow: hidden;
	z-index: 1;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
}
 
.page-template-parent .step:after{
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    border-radius: 4px;
}
 
.page-template-parent .step:hover:after{
    background: var(--accent);
    opacity: .4;
    filter: alpha(opacity=40);
}


/* Child page */
.inner-wrapper {
    position: relative;
    padding: 6em 0;
    background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 35%)), url(/wp-content/uploads/2025/12/awp1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 75%;
    text-align: center;
    margin-bottom: 25px;
}
.inner-wrapper h1{
	color: #fff;
	margin-top: 0;
	font-size: 60px;
	font-weight: 700;
}
p#breadcrumbs {
    color: #fff;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}
p#breadcrumbs a {
    color: #ffffff99;
}
p#breadcrumbs a:hover{
	color: #ffff;
}
ul.latest-side {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.latest-side li{
	margin-bottom: 20px;
}
ul.latest-side li:last-child {
    margin-bottom: 0;
}
ul.latest-side li img {
	width: 100px;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
	border-radius: 3px;
}
ul.latest-side li .align-center {
    display: flex;
    align-items: center;
	width: 95%;
}
ul.latest-side li p{
	margin: 0;
}
ul.latest-side li p a {
	color: var(--primary);
    display: block;
    padding: 12px 16px;
    position: relative;
	font-size: 18px;
    line-height: 1.667em;
	font-weight: 500;
}
ul.latest-side li p a:hover{
	color: var(--accent);
}
.headx{
	font-size: 30px;
	color: #102039;
	line-height: 29px;
	font-weight: 600;
}
.sidebar {
    -webkit-filter: drop-shadow(0px 3px 45px rgba(64, 40, 229, 0.06));
    filter: drop-shadow(0px 3px 45px rgba(64, 40, 229, 0.06));
    padding: 35px 30px 40px;
    background: #fff;
}
.child-content img {
    margin-bottom: 20px;
}
/* Target only ordered lists inside WP block list */
.child-content ol.wp-block-list {
    counter-reset: wp-counter;
    list-style: none; /* remove default marker */
    padding-left: 0;
}

.child-content ol.wp-block-list li {
    counter-increment: wp-counter;
    position: relative;
    margin: 15px 0;
    padding-left: 45px; /* space for bubble */
	padding-top: 5px;
}

.child-content ol.wp-block-list li::before {
    content: counter(wp-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--accent);
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.related-pages {
    margin-top: 30px;
}
.related-pages .related-page-item {
    margin-bottom: 25px;
    position: relative;
}

.related-thumb-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.related-thumb-img img {
    width: 100%;
    height: auto;
    display: block;
}

.related-thumb-overlay {
    position: absolute;
    bottom: 0; /* hidden initially */
    left: 0;
    width: 100%;
    padding: 12px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    text-align: center;
    transition: all 0.35s ease;
}

.related-thumb-overlay p {
    margin: 0;
}
.related-thumb-wrapper img{
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.related-thumb-wrapper:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.related-page-item img{
	min-height: 200px;
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}
.related-third{
	margin: 0;
}
.related-third img {
    min-height: 425px;
    max-height: 425px;
}

/* Footer */
.footercall button .content svg path:nth-child(2) {
    -webkit-animation: header-phone 1s infinite cubic-bezier(.1,.57,.5,1);
    animation: header-phone 1s infinite cubic-bezier(.1,.57,.5,1)
}
.footercall button .content svg path:nth-child(3) {
    -webkit-animation: header-phone2 1s infinite cubic-bezier(.1,.57,.5,1);
    animation: header-phone2 1s infinite cubic-bezier(.1,.57,.5,1)
}

@-webkit-keyframes header-phone {
    0%,30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px,20px,0);
        transform: translate3d(-20px,20px,0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0
    }
}

@keyframes header-phone {
    0%,30% {
        opacity: 0;
        -webkit-transform: translate3d(-20px,20px,0);
        transform: translate3d(-20px,20px,0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px,20px,0);
        transform: translate3d(-20px,20px,0)
    }

    70%,90% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0
    }
}

@keyframes header-phone2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px,20px,0);
        transform: translate3d(-20px,20px,0)
    }

    70%,90% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0
    }
}
.footercall {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 999;
}
.footercall button {
    width: 100%;
    background:#2c2d65!important;
    border: 0;
}
.footercall button:hover{
	background:#4b4caa!important
}
.footercall button .content {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
}
.footercall button .content svg {
    width: 30px;
    height: 25px;
    float: none;
    margin-bottom: -4px;
    margin-right: 10px;
}
.footercall button .content svg path {
    fill:#fff;
}
.pre-footer {
    padding-bottom: 20px;
}
.menu-head {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.22em;
    color: #2c2d65;
    position: relative;
    /* text-decoration: underline; */
}
ul.menu-new {
    margin: 0;
    padding: 0;
	color:#2c2d65;
}
ul.menu-new li:not(ul.menu-new li:last-child) {
    margin-bottom: 10px;
}
ul.menu-new li{
	list-style-type:none
}
ul.menu-new li {
    list-style: none;
    margin-bottom: 12px;
}
ul.menu-new li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color:#4b4caa;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease;
	font-size:14px
}
ul.menu-new li a::after {
    content: '';
    display: inline-block;
    width: 16px; 
    height: 16px; 
    min-width: 16px; 
    min-height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c2d65' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.2s ease;
}
ul.menu-new li a:hover::after {
    transform: translateX(4px);
}
ul.menu-new-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: end;
}
.site-footer {
    padding:60px 0 80px 0px;
	background:#fff!important;
	border-top:1px solid rgb(209 212 250)
}
.disc__main .container{
	border: solid 1px #fff;
	border-left: none;
	border-right: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-info{
	padding: 0!important;
	padding-top: 10px!important;
}
.site-info p, .disc__main p  {
    margin: 0;
	color:#2c2d65!important;
}
.disc__main a, .site-info a{
	color:#4b4caa!important
}
.erx {
    text-align: center;
}
.erx img {
    width: 60%;
}

.dxb-card-icon svg {
    width: 30px;
    height: 30px;
}

:root{--sydney-global-color-1: #d65050;--sydney-global-color-2: #b73d3d;--sydney-global-color-3: #233452;--sydney-global-color-4: #00102E;--sydney-global-color-5: #6d7685;--sydney-global-color-6: #00102E;--sydney-global-color-7: #F4F5F7;--sydney-global-color-8: #dbdbdb;--sydney-global-color-9: #ffffff;--sydney-headings-color: var(--sydney-global-color-4);--sydney-dark-background: var(--sydney-global-color-6);--sydney-grey-color: var(--sydney-global-color-5);--sydney-text-color: var(--sydney-global-color-3);--sydney-light-background: var(--sydney-global-color-7);--sydney-button-background: var(--sydney-global-color-1);--sydney-border-color: var(--sydney-global-color-8);--sydney-scrolltop-distance: 800}.valign{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.posts-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next{float:right;text-align:right;width:50%}.posts-navigation .nav-previous{padding-left:15px}.posts-navigation .nav-next{padding-right:15px}.post-navigation .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 60px;position:relative;border-top:1px solid var(--sydney-border-color)}.post-navigation .nav-next,.post-navigation .nav-previous{width:50%}.post-navigation .nav-next{text-align:right}.post-navigation a{color:var(--sydney-text-color)}.post-navigation .nav-previous:hover span,.post-navigation .nav-next:hover span{color:var(--sydney-text-color)}.post-navigation span{color:var(--sydney-grey-color);-webkit-transition:color .3s;transition:color .3s}.post-navigation .nav-previous,.post-navigation .nav-next{padding:30px 60px}.post-navigation .nav-previous span{margin-right:10px}.post-navigation .nav-previous{border-right:1px solid var(--sydney-border-color)}.post-navigation .nav-next span{margin-left:10px}.woocommerce nav.woocommerce-pagination ul li .page-numbers{padding:0}.woocommerce nav.woocommerce-pagination ul li .page-numbers,.nav-links .page-numbers{background-color:var(--sydney-dark-background);width:60px;height:60px;line-height:60px;text-align:center;display:inline-block;color:#fff;margin-right:5px}.page-numbers.dots{background:rgba(0,0,0,0)}.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,.nav-links .page-numbers:not(.dots):hover,.nav-links .page-numbers.current{background-color:var(--sydney-grey-color);color:#fff}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{background-color:var(--sydney-light-background);border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.widget select{max-width:100%}.widget_search .search-submit{display:none}.sticky{display:block}.updated:not(.published){display:none}.single .entry-header,.page .entry-header{margin-bottom:30px}.entry-footer{clear:both;margin-top:30px}.page-links{clear:both;margin:0 0 30px}.page-header{margin:0;border:0}.archive-header{margin-bottom:60px}.archive-header h1{margin-bottom:0}.archive-header .taxonomy-description{margin-top:15px}.single .meta-post .post-cat::before{content:"/";padding:0 10px}.single .meta-post .post-cat:first-of-type::before{content:"";padding:0}.single .hentry .meta-post a{color:var(--sydney-global-color-1)}.blog .format-aside .entry-title,.archive .format-aside .entry-title{display:none}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}ol.wp-block-latest-comments{padding:0}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}img{max-width:100%;height:auto;vertical-align:middle}.fitVids-wrapper{position:relative;padding-bottom:56.25%;height:0}.fitVids-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}body{font-size:16px;line-height:1.7;background:var(--sydney-global-color-9);color:var(--sydney-text-color)}a{text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a:hover,a:focus{color:#443f3f;text-decoration:none;outline:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}p{-webkit-margin-before:0;margin-block-start:0;margin-bottom:20px}.footer-widgets .widget ul,.widget-area .widget ul{list-style:none;padding:0}.widget .children{padding-left:15px}strong{font-weight:600}h1{font-size:48px}h2{font-size:38px}h3{font-size:32px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}h1,h2,h3,h4,h5,h6{color:var(--sydney-headings-color);font-weight:600;margin:10px 0 24px;line-height:1.2}button,.llms-button-action,.llms-student-dashboard .llms-button-secondary,input[type=button],input[type=reset],input[type=submit],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=submit],div.wpforms-container-full:not(.wpforms-block) .wpforms-form button[type=submit],div.wpforms-container-full:not(.wpforms-block) .wpforms-form .wpforms-page-button{position:relative;display:inline-block;font-size:13px;line-height:24px;padding:12px 34px;color:#fff;text-transform:uppercase;border-radius:3px;-webkit-transition:all .3s;transition:all .3s;cursor:pointer}button:hover,.llms-button-action:hover,.llms-student-dashboard .llms-button-secondary:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover,div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=submit]:hover,div.wpforms-container-full:not(.wpforms-block) .wpforms-form button[type=submit]:hover,div.wpforms-container-full:not(.wpforms-block) .wpforms-form .wpforms-page-button:hover{background-color:rgba(0,0,0,0)}.select2-container--default .select2-selection--single,select,textarea,input[type=text],input[type=password],input[type=date],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=date],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=datetime],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=datetime-local],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=email],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=month],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=number],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=password],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=range],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=search],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=tel],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=text],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=time],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=url],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=week],div.wpforms-container-full:not(.wpforms-block) .wpforms-form select,div.wpforms-container-full:not(.wpforms-block) .wpforms-form textarea{color:var(--sydney-grey-color);border:1px solid var(--sydney-border-color);height:50px;padding:4px 20px;border-radius:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus{-webkit-box-shadow:none;box-shadow:none}textarea{width:100%;height:120px;padding:15px 20px}input[type=checkbox]{display:inline}input:-moz-placeholder,textarea:-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder{color:var(--sydney-grey-color)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--sydney-grey-color)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--sydney-grey-color)}textarea,input{text-shadow:none;-webkit-box-shadow:none;box-shadow:none}table{width:100%}th,td{border:1px solid #333;padding:5px;text-align:center}.site-title{font-size:32px;line-height:1.2;font-weight:600}.site-title a,.site-title a:hover{color:#fff}.site-logo{max-height:100px;width:auto;vertical-align:middle}
.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:rgba(0,0,0,0);padding:20px 0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.admin-bar .site-header,.admin-bar .site-header.float-header{top:32px}.admin-bar:not(.siteScrolled) .slide-item{background-position:50% 0 !important}.header-image{display:none;position:relative;height:300px;background-position:center;background-size:cover;background-repeat:no-repeat}.header-inner{display:none}.site-description:empty{margin:0}.site-header.fixed{position:fixed}.site-header .col-md-4,.site-header .col-md-8{min-height:0}.site-header .logo{margin:40px 0;float:left;-webkit-transition:all .3s linear;transition:all .3s linear}.site-header .logo a{display:block;height:100%}.site-header .logo{width:135px;height:27px}.site-header.float-header{background-color:rgba(0,0,0,.9);padding:5px}.site-header.float-header #mainnav{padding:0}.site-header.float-header #mainnav>ul>li>a{height:70px;line-height:70px}.site-header.float-header .logo{margin:20px 0}#mainnav{display:block;float:right;-webkit-transition:all .3s linear;transition:all .3s linear}#mainnav ul{list-style:none;margin:0;padding:0}#mainnav li{float:left;padding:0 14px;font-size:14px}#mainnav ul ul li{padding:0}#mainnav ul li a{position:relative;display:block;color:#fff;font-weight:500;text-decoration:none;outline:none}#mainnav ul li a:hover{color:var(--sydney-global-color-1)}#mainnav ul ul a{width:180px}#mainnav>ul>li:last-child{padding-right:0}#mainnav ul li{position:relative}#mainnav ul li ul{width:180px;position:absolute;top:100%;left:initial;opacity:0;visibility:hidden;border-radius:0 0 2px 2px;-webkit-transition:all .3s ease;transition:all .3s ease}#mainnav ul li ul ul{top:0}#mainnav .dropdown-symbol{fill:#fff;margin-left:8px;position:relative;top:-2px}#mainnav ul ul .dropdown-symbol svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#mainnav ul li ul:after{content:"";position:absolute;left:0;width:100%;height:1px}#mainnav ul li ul ul:after{top:0}#mainnav ul li ul li ul{left:100%}#mainnav:not(.mainnav.toggled) li>ul.toggled,#mainnav:not(.mainnav.toggled) li:hover>ul{opacity:1;padding-top:10px;visibility:visible;left:auto;display:block !important;-webkit-transition:all .3s ease;transition:all .3s ease}#mainnav:not(.mainnav.toggled) li ul.toggled ul.toggled,#mainnav:not(.mainnav.toggled) li:hover>ul ul{padding-top:0;left:100%}#mainnav .sub-menu{z-index:99999}#mainnav .sub-menu li a{color:#fff;display:block;line-height:1;background:#1c1c1c;padding:0 18px;border-top:1px solid #252525;-webkit-transition:all .3s ease;transition:all .3s ease;word-wrap:break-word}#mainnav .sub-menu li:hover>a{color:#fff}#mainnav li:hover>.sub-menu>li>a{padding:8px 18px}#mainnav ul li::before{font-family:"Fontawesome","Font Awesome 5 Free";color:#fff;float:left;margin:5px 5px 0 0;font-size:14px;line-height:1;font-weight:400}#mainnav ul li a{float:left}#mainnav .sub-menu li:before{content:"";margin:0;-webkit-transition:all .3s ease;transition:all .3s ease}.mainnav.toggled ul li a,#mainnav-mobi ul li a{float:none !important}.mainnav.toggled ul li::before,#mainnav-mobi ul li::before{content:""}.fw-menu-container{padding-left:60px;padding-right:60px}.main-header{-webkit-transition:background-color .3s;transition:background-color .3s}.main-header,.header-search-form{background-color:var(--sydney-dark-background);z-index:999}.bottom-header-row #mainnav,.main-header #mainnav{float:none}.bottom-header-row #mainnav ul li ul,.main-header #mainnav ul li ul{left:-9999em}.site-header-inner{padding-top:15px;padding-bottom:15px}.bottom-header-row #mainnav a,.main-header #mainnav a{background:rgba(0,0,0,0) !important;border:0 !important}.bottom-header-row #mainnav ul li ul:after,.main-header #mainnav ul li ul:after{display:none !important}.bottom-header-row #mainnav ul ul li,.main-header #mainnav ul ul li{background-color:#233452;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 18px;width:100%}.bottom-header-row #mainnav ul ul li:first-of-type,.main-header #mainnav ul ul li:first-of-type{padding-top:16px}.bottom-header-row #mainnav ul ul li:last-of-type,.main-header #mainnav ul ul li:last-of-type{padding-bottom:16px}.bottom-header_layout_4 #mainnav>div>ul>li:first-of-type,.bottom-header_layout_5 #mainnav>div>ul>li:first-of-type{padding-left:0}.bottom-header-row #mainnav ul li ul,.main-header #mainnav ul li ul{width:220px}.main-header ul ul a:not(.mega-menu-link){padding-left:0 !important;padding-right:0 !important}.header-contact i,.header-item.header-contact i{margin-right:5px}.header-item.header-woo{display:-webkit-box;display:-ms-flexbox;display:flex}.header-item:last-child{margin-right:0}.sydney-offcanvas-menu,.mobile-header{display:none}.sydney-offcanvas-menu .dropdown-symbol{margin-left:0 !important}.sydney-offcanvas-menu .header-search,.sydney-offcanvas-menu .wc-account-link,.sydney-offcanvas-menu .site-header-cart{display:inline-block;vertical-align:middle}.sydney-offcanvas-menu .button{margin-top:30px}.sydney-offcanvas-menu #mainnav ul li a{float:none !important}.sydney-offcanvas-menu .header-contact a{margin-bottom:15px}.sydney-offcanvas-menu .header-contact{background-color:rgba(0,0,0,0) !important;border:0 !important;margin-top:30px;padding:0 !important}.sydney-offcanvas-menu svg{max-height:16px}.sydney-offcanvas-menu{position:fixed;left:-100%;opacity:0;-webkit-transition:all .4s;transition:all .4s;top:0;-webkit-box-shadow:0 5px 15px 3px rgba(0,0,0,.07);box-shadow:0 5px 15px 3px rgba(0,0,0,.07);padding:40px 30px 30px;margin:0;z-index:99999;background-color:var(--sydney-dark-background);width:100%;max-width:300px;height:100%;overflow-y:auto}.offcanvas-header-custom-text{color:#fff;font-size:18px}.sydney-offcanvas-menu .mobile-header-item{visibility:hidden}.admin-bar .sydney-offcanvas-menu{top:32px}.sydney-offcanvas-menu.toggled{left:0;opacity:1}.sydney-offcanvas-menu.toggled .mobile-header-item{visibility:visible}.sydney-offcanvas-menu #mainnav a{width:100%}.sydney-offcanvas-menu #mainnav .menu-item-has-children a{width:calc(100% - 23px)}.sydney-offcanvas-menu #mainnav ul ul a{width:calc(100% - 23px);background:rgba(0,0,0,0);border:0;padding-top:10px;padding-bottom:10px}.sydney-offcanvas-menu #mainnav ul li a,.sydney-offcanvas-menu #mainnav ul ul li a{font-size:18px}.sydney-offcanvas-menu #mainnav ul ul a:hover{background:rgba(0,0,0,0)}.sydney-offcanvas-menu #mainnav ul ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;background-color:rgba(0,0,0,0)}.sydney-offcanvas-menu #mainnav ul li ul:after,.sydney-offcanvas-menu #mainnav ul li ul ul:after{display:none}.sydney-offcanvas-menu #mainnav ul li{padding:0;margin-right:0;float:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.sydney-offcanvas-menu #mainnav:not(.mainnav.toggled) li:hover>ul{padding-top:0}.sydney-offcanvas-menu #mainnav ul ul ul{position:static}.sydney-offcanvas-menu #mainnav:not(.mainnav.toggled) li:hover>ul,.sydney-offcanvas-menu #mainnav ul ul li:hover>ul{display:none !important}.sydney-offcanvas-menu #mainnav .sub-menu{display:none;margin:0;list-style:none;padding-left:10px;position:static;float:none;-webkit-box-shadow:none;box-shadow:none}.mobile-menu-close svg{fill:var(--sydney-text-color)}.menu-toggle .sydney-svg-icon{vertical-align:unset}.sydney-offcanvas-menu #mainnav:not(.mainnav.toggled) .sub-menu.toggled{display:block !important;visibility:visible;opacity:1;width:100%;margin-bottom:10px}.sydney-offcanvas-menu #mainnav li:hover>.sub-menu>li>a{padding:10px 18px}.sydney-offcanvas-menu.toggled .menu{display:block}.sydney-offcanvas-menu #mainnav{display:block;float:none}.sydney-offcanvas-menu .mainnav ul li:last-of-type{border:0 !important}.sydney-offcanvas-menu #mainnav .sub-menu li:hover>a{background:rgba(0,0,0,0) !important}.mobile-header-item{margin-bottom:30px}.mobile-header-item.offcanvas-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.mobile-header-item.offcanvas-items>.header-item{margin:0}.mobile-header-item.offcanvas-items .button{-ms-flex-item-align:start;align-self:start}.mobile-header-item.offcanvas-items .social-profile{text-align:left}.main-header .header-contact,.bottom-header-row .header-contact,.mobile-header .header-contact{background:rgba(0,0,0,0) !important;border:0 !important;width:auto !important;position:static !important;padding:0 !important}.mobile-header-item:last-of-type{margin-bottom:0}.mobile-header-item .align-right{text-align:right}@media(max-width: 1024px){.bottom-header-row,.main-header{display:none}.mobile-header{display:block;padding-top:15px;padding-bottom:15px}.mobile-header .align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.mobile-header .align-center{text-align:center}.sydney-offcanvas-menu{display:block}}.site-title{margin:0}.site-title a,.site-title a:visited{color:#fff}.site-description{color:#fff;margin:5px 0 0}.header-elements{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-elements svg{fill:#fff;max-height:14px}.header_layout_1 .header-elements,.header_layout_2 .header-elements{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header_layout_2 .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header_layout_2 .menu-col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.header_layout_2 .menu-center .mainnav>div>ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header_layout_2 .menu-right .mainnav>div>ul{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header_layout_2 .header-col{padding-left:15px;padding-right:15px}.header_layout_1 .site-branding,.header_layout_3 .site-branding,.header_layout_5 .site-branding{text-align:center}.bottom-header_layout_3 .mainnav>div>ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header_layout_3 .header-elements:not(:first-of-type),.bottom-header_layout_3 .header-elements:not(:first-of-type),.bottom-header_layout_4 .header-elements:not(:first-of-type),.header_layout_4 .header-elements:not(:first-of-type),.bottom-header_layout_5 .header-elements:not(:first-of-type),.header_layout_5 .header-elements:not(:first-of-type){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main-header .top-header-row{padding-top:15px;padding-bottom:15px}.main-header.header_layout_3 .site-header-inner,.site-header.header_layout_4 .site-header-inner,.main-header.header_layout_5 .site-header-inner{padding:0}.transparent-header .sticky-header.sticky-scrolltop{position:static;z-index:19;width:100%;top:0;-webkit-transition:all .5s;transition:all .5s}.transparent-header .bottom-header_layout_3.sticky-header.sticky-scrolltop:not(.is-sticky),.transparent-header .bottom-header_layout_4.sticky-header.sticky-scrolltop:not(.is-sticky),.transparent-header .bottom-header_layout_5.sticky-header.sticky-scrolltop:not(.is-sticky){position:static}.admin-bar.transparent-header .sticky-header.sticky-scrolltop{top:32px}.sticky-header.sticky-scrolltop{position:sticky;top:-200px;-webkit-transition:top .4s;transition:top .4s}.sticky-header.is-sticky,.sticky-header.sticky-always{position:sticky;top:0}.admin-bar .sticky-header.is-sticky,.admin-bar .sticky-header.sticky-always{top:32px}.sticky-header.sticky-shadow,.sticky-header.is-sticky{-webkit-box-shadow:0 0 30px rgba(0,0,0,.07);box-shadow:0 0 30px rgba(0,0,0,.07)}.bottom-header-row{background-color:var(--sydney-dark-background);z-index:999}.bottom-header-inner{padding-top:15px;padding-bottom:15px}.header-item{margin-right:25px;line-height:1;font-size:14px}.header-item:last-child{margin-right:0}.header-contact a{display:block;margin-bottom:5px}.header-contact a:last-of-type{margin-bottom:0}.header-search .icon-search,.header-search .icon-cancel{display:none;cursor:pointer;position:relative;z-index:999}.header-search .icon-search.active,.header-search .icon-cancel.active{display:inline-block}.header-search .icon-cancel svg{width:20px;height:24px}.icon-cancel{cursor:pointer}.header-search-form{position:absolute;width:100%;top:auto;padding:20px;z-index:999999;left:-9999em;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;visibility:hidden}.header-search-form form{max-width:720px;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.header-search-form form .search-field,.header-search-form form label{width:100%}.header-search-form label{margin-bottom:0}.header-search-form form button,.header-search-form form .search-field{display:block}.header-search-form form button svg,.header-search-form form .search-field svg{fill:#fff}.header-search-form form button{padding:13px 24px !important;border-radius:0 !important;font-size:14px !important}.header-search-form.active{opacity:1;left:0;visibility:visible}.search-overlay{position:fixed;top:0;height:100%;width:100%;z-index:998;background-color:rgba(0,0,0,.3);left:-100%;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.search-overlay.active{opacity:1;left:0}.header-image img{width:100%;vertical-align:top}.custom-logo-link{line-height:1}.custom-logo-link img{max-width:180px}@media(max-width: 1024px){.bottom-header-row,.main-header{display:none}.mobile-header{display:block;padding-top:15px;padding-bottom:15px}.mobile-header .align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.mobile-header .align-center{text-align:center}.sydney-offcanvas-menu{display:block}}.main-header.sticky-active{-webkit-box-shadow:0 0 30px rgba(0,0,0,.05);box-shadow:0 0 30px rgba(0,0,0,.05)}.transparent-header .header-wrapper,.transparent-header .shfb-header{position:absolute;width:100%;top:auto;z-index:999}@media(min-width: 1024px){.transparent-header .main-header:not(.sticky-active):not(.is-sticky),.transparent-header .bottom-header-row:not(.sticky-active):not(.is-sticky){background-color:rgba(0,0,0,0)}}.transparent-header .sticky-header.sticky-always{position:fixed;top:auto;left:0;width:100%;-webkit-transition:all .3s;transition:all .3s}.transparent-header .sticky-header.sticky-always.bottom-header_layout_3,.transparent-header .sticky-header.sticky-always.bottom-header_layout_4,.transparent-header .sticky-header.sticky-always.bottom-header_layout_5{position:static}.transparent-header .sticky-header.is-sticky{position:fixed;width:100%}.transparent-header .sticky-header.sticky-always.sticky-active{position:fixed;top:0;z-index:999}.admin-bar.transparent-header .sticky-header.sticky-always.sticky-active{position:fixed;top:32px;z-index:999}.mainnav.toggled{display:block !important;top:100%}.mainnav.toggled,#mainnav-mobi{display:block;margin:0 auto;width:100%;position:absolute;background-color:#1c1c1c;margin-top:15px;z-index:1000}#mainnav-mobi{top:28px}.mainnav.toggled ul,#mainnav-mobi ul{display:block;list-style:none;margin:0;padding:0}.mainnav.toggled ul li,#mainnav-mobi ul li{margin:0;position:relative;text-align:left;border-top:1px solid #252525;cursor:pointer;float:none !important}.mainnav.toggled ul>li>a,#mainnav-mobi ul>li>a{display:block;text-decoration:none;padding:10px 50px;color:#fff}.mainnav.toggled ul.sub-menu,#mainnav-mobi ul.sub-menu{top:100%;left:0;z-index:2000;position:relative;background-color:#161625}.mainnav.toggled>ul>li>ul>li,.mainnav.toggled>ul>li>ul>li>ul>li,#mainnav-mobi>ul>li>ul>li,#mainnav-mobi>ul>li>ul>li>ul>li{position:relative;border-top:1px solid #252525;background-color:#222}.mainnav.toggled>ul>li>ul>li>a,#mainnav-mobi>ul>li>ul>li>a{padding-left:70px !important}.mainnav.toggled>ul>li>ul>li>ul>li a,#mainnav-mobi>ul>li>ul>li>ul>li a{padding-left:90px !important}.mainnav.toggled ul.sub-menu>li>a,#mainnav-mobi ul.sub-menu>li>a{display:block;text-decoration:none;padding:10px 60px;border-top-color:hsla(0,0%,100%,.1);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.mainnav.toggled>ul>li>ul>li:first-child a,#mainnav-mobi>ul>li>ul>li:first-child a{border-top:none}#mainnav.toggled ul.sub-menu,#mainnav.toggled ul ul a{width:100%;left:0}#mainnav.toggled li>.sub-menu>li>a{padding:10px 50px}#mainnav.toggled ul li ul:after{display:none}#mainnav.toggled .sub-menu li a{background:rgba(0,0,0,0) !important}#mainnav.toggled ul ul li{padding:0 14px}.mainnav.toggled ul.sub-menu>li>a:hover,.mainnav.toggled>ul>li>ul>li.active>a,#mainnav-mobi ul.sub-menu>li>a:hover,#mainnav-mobi>ul>li>ul>li.active>a{color:#fff}.btn-menu{float:right;color:#fff;text-align:center;width:28px;height:28px;cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.btn-submenu{position:absolute;right:20px;top:0;width:50px;text-align:center}.btn-submenu.is-amp{color:#fff;font-size:26px}@media(min-width: 1025px){.btn-submenu{display:none}}.btn-menu{display:none}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:.7}.page-wrap{padding:83px 0 100px;clear:both}.page-template-page_front-page .page-wrap,.projects-template-post_full .page-wrap,.projects-template-post_full .page-wrap .content-wrapper{padding:0}.entry-post p{margin-bottom:24px}.entry-post img{margin:10px 0 20px}.header-slider,.owl-wrapper{direction:ltr}.header-slider,.owl-carousel{-webkit-transform:translate3d(0, 0, 0)}.header-slider{-webkit-transform:none;transform:none}.parallax{width:100%;background-attachment:fixed;background-position:50% 0}.single .hentry{margin-bottom:60px}.content-area.sidebar-left .post-wrap{padding-right:0}.content-area.sidebar-left.no-sidebar{float:none;padding-left:15px}.no-sidebar .content-area.sidebar-left{padding-left:15px}.content-area .post-wrap,.contact-form-wrap{padding-right:30px}.no-sidebar .page-wrap{overflow-x:hidden}.content-area.no-sidebar{padding-left:15px;padding-right:15px}.no-sidebar .content-area .post-wrap{padding-right:0;padding-left:0}.container-narrow{max-width:730px;margin-left:auto;margin-right:auto;float:none;width:auto}.entry-content>*{margin-bottom:1.5em}.entry-content>.elementor,.entry-content>.panel-layout{margin-bottom:0}mbody:not(.elementor-page):not(.panel-layout):not(.page-template-page_front-page) .entry-content h1{margin-top:1em;margin-bottom:.5em}body:not(.elementor-page):not(.panel-layout):not(.page-template-page_front-page) .entry-content h2,body:not(.elementor-page):not(.panel-layout):not(.page-template-page_front-page) .entry-content h3,body:not(.elementor-page):not(.panel-layout):not(.page-template-page_front-page) .entry-content h4,body:not(.elementor-page):not(.panel-layout):not(.page-template-page_front-page) .entry-content h5,body:not(.elementor-page):not(.panel-layout):not(.page-template-page_front-page) .entry-content h6{margin-top:1.2em;margin-bottom:.5em}.container-narrow .post-wrap{padding-right:0}.content-area .hentry{position:relative}.hentry .post-content{overflow:hidden}.content-area .entry-thumb{text-align:center;margin-bottom:24px}.content-area .entry-thumb:empty{margin:0 !important}.single .related-post .entry-thumb{margin-bottom:12px}.hentry .title-post{margin:0}.single .entry-header .entry-title{padding:0}.posts-layout .hentry{margin-bottom:60px}.posts-layout .entry-title{font-size:32px;padding:0}.single-post-author .author-link,.posts-layout .read-more{color:var(--sydney-headings-color);text-decoration:underline;display:inline-block;margin-top:20px}.single-post-author .author-link:hover,.posts-layout .read-more:hover{color:var(--sydney-grey-color)}.posts-layout .entry-header{margin-bottom:24px}.posts-layout .entry-post p:last-of-type{margin-bottom:0}.entry-title a{color:var(--sydney-headings-color)}.posts-layout .entry-title a:hover{color:var(--sydney-grey-color)}span.author.vcard{padding:0;margin:0}.hentry .wp-block-quote.is-style-large,.hentry blockquote{background-color:var(--sydney-light-background);font-size:22px;margin:30px 0;padding:30px 30px 30px 40px;position:relative;font-style:normal;border-left:3px solid #000}.hentry .wp-block-quote.is-style-large p{font-style:normal;font-size:32px}.hentry blockquote cite{color:var(--sydney-grey-color);text-transform:uppercase;font-size:12px;font-style:normal;letter-spacing:1px}.hentry .wp-block-quote.is-style-large cite{font-size:12px}.hentry .wp-block-pullquote blockquote{padding:30px;border:3px solid #000}.hentry .wp-block-pullquote p{font-size:32px}.fullwidth{width:100%}.error-404{text-align:center}.error-404 .page-content p{margin-bottom:30px}.layout5 .hentry:after{width:0;height:0}.layout3 .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.posts-layout .post-align-center{text-align:center}.posts-layout .post-align-center .entry-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.posts-layout .post-align-center .entry-header{text-align:center}.posts-layout .post-align-right{text-align:right}.posts-layout .post-align-right .entry-header{text-align:right}.posts-layout .post-align-right .entry-meta{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}.posts-layout .list-image{width:35%}.posts-layout .list-content{width:65%;max-width:65%}.posts-layout article:not(.has-post-thumbnail) .list-content{width:100%;max-width:100%}.layout4 .content-inner,.layout6 .content-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.layout4 .entry-thumb,.layout6 .entry-thumb{margin:0 24px 0 0;height:100%}.layout4 .entry-thumb a,.layout6 .entry-thumb a{display:block;height:100%}.layout4 .entry-thumb img,.layout6 .entry-thumb img{-o-object-fit:cover;object-fit:cover;height:100%}.posts-layout .post-vertical-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.posts-layout .post-vertical-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.layout4 .image-right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.layout4 .image-right .entry-thumb{margin:0 0 0 30px}.list-image.image-left:empty{display:none}.layout6 article:nth-of-type(even) .list-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.layout6 article:nth-of-type(even) .list-image .entry-thumb{margin:0 0 0 24px}.no-sidebar .layout1,.no-sidebar .layout2{max-width:920px;margin-left:auto;margin-right:auto;padding-left:15px !important;padding-right:15px !important;float:none !important}.single .meta-post a{text-transform:uppercase;letter-spacing:5px;font-size:13px}.single-meta,.single-meta a{color:#68647a}.single .single-meta{text-transform:uppercase;font-size:13px}.single .single-meta{display:table}.single-meta .byline{padding-left:10px}.single-post-author{margin-bottom:60px;background-color:var(--sydney-light-background);padding:40px;text-align:center}.single-post-author .author-avatar img{border-radius:50%}.sydney-related-posts{margin-bottom:60px}.related-post .entry-meta{margin-bottom:6px}.related-post .entry-title{margin-top:6px;margin-bottom:0}.entry-meta{font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-transform:uppercase;letter-spacing:1px;font-size:12px;margin-bottom:15px}.entry-meta .avatar{border-radius:50%;margin-left:5px;vertical-align:middle}.entry-meta .author a.url{color:var(--sydney-headings-color)}.entry-meta,.entry-meta a{color:var(--sydney-grey-color)}.posts-layout .entry-meta a:hover,.entry-meta a:hover{color:var(--sydney-headings-color)}.entry-meta>*{margin-right:10px}.entry-meta>*:last-of-type{margin-right:0}.entry-meta.delimiter-dot>*,.entry-meta.delimiter-vertical>*,.entry-meta.delimiter-horizontal>*{margin-right:0}.entry-meta.delimiter-dot>*:after,.entry-meta.delimiter-vertical>*:after,.entry-meta.delimiter-horizontal>*:after{padding:0 10px}.entry-meta.delimiter-dot>*:last-child:after,.entry-meta.delimiter-vertical>*:last-child:after,.entry-meta.delimiter-horizontal>*:last-child:after{display:none}.entry-meta.delimiter-dot>*:after{content:"";background:var(--sydney-headings-color);opacity:.2;width:4px;height:4px;border-radius:50%;display:inline-block;vertical-align:middle;margin:0 10px;padding:0}.entry-meta.delimiter-vertical>*:after{content:"|"}.entry-meta.delimiter-horizontal>*:after{content:"⎯"}.single .entry-meta-below{margin-bottom:0}#secondary{padding:30px}.widget-area .widget{position:relative;margin-bottom:60px}.widget-area .widget_block{margin-bottom:30px}.widget-area .widget:last-child{margin-bottom:0}.sidebar-column .widget:last-of-type{margin-bottom:0}.footer-widgets h2,.widget-area h2{font-size:32px}.widget-area .widget-title{font-size:22px;line-height:normal;padding-bottom:24px;margin:0}.widget-area .widget ul li{padding:5px 0}.widget-area .widget ul li:first-child{padding-top:0}.widget-area .widget ul li:last-child{padding-bottom:0}.widget-categories .categories li a{position:relative;display:block}.widget-categories .categories li span{position:absolute;right:0;top:0}.widget-tags .tag-list a{display:inline-block;font-size:13px;color:var(--sydney-grey-color);border:1px solid var(--sydney-border-color);padding:7px 15px;margin:4px;margin-left:0}.widget-tags .tag-list a:hover{color:var(--sydney-dark-background)}.search-field{max-width:100%}.wp-block-search__button.has-icon{padding:12px !important}.tags-links a{display:inline-block;background-color:var(--sydney-grey-color);padding:2px 10px;color:#fff;margin:0 4px;font-size:12px;text-transform:uppercase;font-weight:600}.tags-links a:hover{background-color:var(--sydney-headings-color)}.tags-links a:first-of-type{margin-left:0}.footer-widgets{border:0;padding:0;background-color:#252525}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-of-type{margin-bottom:0}.footer-widgets .widget-title{text-transform:uppercase;color:#fff;line-height:normal;margin:5px 0 0}.footer-widgets,.footer-widgets a{color:#666}.footer-widgets-grid{padding:95px 0;display:grid;gap:30px}.footer-widgets-grid.footer-layout-2{grid-template-columns:repeat(2, 1fr)}.footer-widgets-grid.footer-layout-col2-bigleft{grid-template-columns:2fr 1fr}.footer-widgets-grid.footer-layout-col2-bigright{grid-template-columns:1fr 2fr}.footer-widgets-grid.footer-layout-3{grid-template-columns:repeat(3, 1fr)}.footer-widgets-grid.footer-layout-col3-bigleft{grid-template-columns:3fr 1fr 1fr}.footer-widgets-grid.footer-layout-col3-bigright{grid-template-columns:1fr 1fr 3fr}.footer-widgets-grid.footer-layout-4{grid-template-columns:repeat(4, 1fr)}.footer-widgets-grid.footer-layout-col4-bigleft{grid-template-columns:2fr 1fr 1fr 1fr}.footer-widgets-grid.footer-layout-col4-bigright{grid-template-columns:1fr 1fr 1fr 2fr}.footer-widgets-grid.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-widgets-grid.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:end}.visibility-mobile-only{display:none}@media(max-width: 991px){.visibility-desktop-only{display:none}.visibility-mobile-only{display:block}}.site-info{padding:20px 0}.site-footer{background-color:#1c1c1c}.site-footer,.site-footer a{color:#666}.site-footer svg{fill:#666}.social-profile{text-align:right}.social-profile a{margin-right:20px}.social-profile a:last-of-type{margin-right:0}.preloader{background:none repeat scroll 0 0 #fff;height:100%;opacity:1;position:fixed;text-align:center;-webkit-transition:opacity .2s ease 0s;transition:opacity .2s ease 0s;width:100%;z-index:9999}.preloader.disable{opacity:0}.preloader.hide{display:none}.preloader .spinner{height:30px;left:50%;margin-left:-15px;margin-top:-15px;position:relative;top:50%;width:30px}.preloader .pre-bounce1,.preloader .pre-bounce2{-webkit-animation:2s ease 0s normal none infinite bounce;animation:2s ease 0s normal none infinite bounce;background-color:var(--sydney-global-color-1);border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.preloader .pre-bounce2{-webkit-animation-delay:-0.5s;animation-delay:-0.5s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.go-top{position:fixed !important;right:20px;bottom:-45px;color:#fff;display:block;line-height:1;text-align:center;padding:15px;visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;z-index:9999;cursor:pointer;font-size:14px;border-radius:2px;-webkit-transition:all .5s;transition:all .5s}.go-top.position-left{right:auto;left:20px}.go-top:hover{background-color:#fff}.go-top.show{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;visibility:visible;bottom:11px}.go-top span{margin-right:7px;vertical-align:middle}.sydney_contact_info_widget span{color:var(--sydney-global-color-1);margin-right:15px}.sydney_contact_info_widget div{margin-bottom:10px}.roll-button{position:relative;display:inline-block;font-size:13px;line-height:24px;font-weight:500;padding:12px 35px;letter-spacing:1px;color:#fff;text-transform:uppercase;border-radius:3px;-webkit-transition:all .3s;transition:all .3s}.roll-button:hover{background-color:rgba(0,0,0,0)}.roll-button.border{background-color:rgba(0,0,0,0);text-transform:uppercase}.roll-button.border:hover{color:#fff}.roll-button.border.text-white{color:#fff}.more-button{display:table;margin:30px auto 0;clear:both}a{color:var(--sydney-global-color-1)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:var(--sydney-global-color-1)}.text-color{color:var(--sydney-global-color-1)}button,input[type=button],input[type=reset],input[type=submit],div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=submit],div.wpforms-container-full:not(.wpforms-block) .wpforms-form button[type=submit],div.wpforms-container-full:not(.wpforms-block) .wpforms-form .wpforms-page-button{background-color:var(--sydney-global-color-1);border:1px solid var(--sydney-global-color-1)}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover,div.wpforms-container-full:not(.wpforms-block) .wpforms-form input[type=submit]:hover,div.wpforms-container-full:not(.wpforms-block) .wpforms-form button[type=submit]:hover,div.wpforms-container-full:not(.wpforms-block) .wpforms-form .wpforms-page-button:hover{background-color:rgba(0,0,0,0);color:var(--sydney-global-color-1)}textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus{border:1px solid var(--sydney-global-color-1)}#mainnav>ul>li>a.active,#mainnav>ul>li>a:hover{color:var(--sydney-global-color-1)}#mainnav ul li ul:after{background-color:var(--sydney-global-color-1);-webkit-transition:all .3s ease;transition:all .3s ease}#mainnav .sub-menu li:hover>a{background-color:var(--sydney-global-color-1)}.error-wrap #search-submit:hover{background-color:var(--sydney-global-color-1);border-color:var(--sydney-global-color-1)}.hentry .meta-post a:hover{color:var(--sydney-global-color-1)}.sidebar .widget:before{background-color:var(--sydney-global-color-1)}.widget-tags .tag-list a:hover{border:1px solid var(--sydney-global-color-1)}.comment .comment-detail{border:1px solid var(--sydney-global-color-1)}.bottom .socials li:hover a,.go-top{background-color:var(--sydney-global-color-1)}.go-top:hover{color:var(--sydney-global-color-1)}.switcher-container .switcher-icon a:focus{color:var(--sydney-global-color-1)}.llms-student-dashboard .llms-button-secondary,.roll-button{background-color:var(--sydney-global-color-1);border:1px solid var(--sydney-global-color-1)}.llms-student-dashboard .llms-button-secondary:hover,.roll-button:hover{color:var(--sydney-global-color-1)}.roll-button.border{color:var(--sydney-global-color-1);border:1px solid var(--sydney-global-color-1)}.roll-button.border:hover{background-color:var(--sydney-global-color-1)}.wp-custom-header video{display:block;height:auto;max-width:100%;width:100%}.wp-custom-header iframe{vertical-align:top}.wp-custom-header{position:relative}.wp-custom-header .wp-custom-header-video-button{display:none}.page-template-page_front-page.elementor-page .page-wrap .content-wrapper,.page-template-page_front-page.fl-builder .page-wrap .content-wrapper{width:100%;padding:0 15px}.fl-widget .widgettitle,div[class*=elementor-widget-wp-widget-sydney] h5{text-align:center;margin-bottom:50px;position:relative;font-weight:600;line-height:normal;text-transform:uppercase;padding-bottom:10px;font-size:32px}.mc4wp-form label{display:block;width:100%}.mc4wp-form input:not([type=submit]){width:100%}.sydney-breadcrumbs{background-color:var(--sydney-light-background);padding:15px;margin-bottom:30px;margin-right:20px}.sydney-breadcrumbs,.sydney-breadcrumbs a{color:var(--sydney-grey-color)}.sydney-breadcrumbs a{text-decoration:underline;margin:0 3px;-webkit-text-decoration-color:#bababa;text-decoration-color:#bababa}.sydney-svg-icon{display:inline-block;width:16px;height:16px;vertical-align:middle;line-height:1}.go-top svg{stroke:#fff;width:18px;height:18px}.go-top:hover svg{fill:none;stroke:var(--sydney-global-color-1)}.meta-post .sydney-svg-icon{position:absolute;top:2px;left:0;width:14px}.posted-on .sydney-svg-icon{top:-1px}.single-meta .sydney-svg-icon{fill:var(--sydney-grey-color)}.single-meta .sydney-svg-icon{width:14px;height:20px;margin-right:7px}.wp-custom-header button{fill:#fff}.btn-menu .sydney-svg-icon{width:22px;fill:#fff}.btn-submenu svg{fill:#fff;width:20px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:all .4s;transition:all .4s;position:relative;top:15px}.btn-submenu.active svg{-webkit-transform:rotate(0);transform:rotate(0)}.visibility-mobile-only{display:none}@media(max-width: 991px){.visibility-desktop-only{display:none}.visibility-mobile-only{display:block}}@media only screen and (min-width: 1930px){.parallax{background-size:cover}}@media only screen and (max-width: 991px){.parallax{background-size:cover;background-attachment:scroll;background-position:top center !important}.header-wrap .col-md-8{padding:0}.last{margin-bottom:0 !important}.margin-bottom-device{margin-bottom:50px}.margin-top-device{margin-top:50px}.content-area .post-wrap,.contact-form-wrap{padding-right:0}.contact-form-aside,.sidebar{margin-top:50px}.footer-widgets .widget{margin-bottom:50px}}@media only screen and (max-width: 1024px){.site-header.fixed{position:static !important}.site-header{position:static;background-color:rgba(0,0,0,.9)}.header-clone{display:none}.posts-navigation{overflow:hidden;margin-bottom:30px}#mainnav{display:none}.btn-menu{display:block}.fw-menu-container{padding-left:30px;padding-right:30px}}@media only screen and (max-width: 780px){h1{font-size:32px}h2{font-size:28px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape){.parallax{background-size:cover;background-attachment:scroll;background-position:top center !important}.slides-container .slide-item{background-position:center center !important;background-attachment:scroll !important}}@media only screen and (max-width: 1399px){.site-header #mainnav ul li ul{right:14px}.site-header #mainnav ul li ul li ul{left:-100%}}@media only screen and (max-width: 767px){.layout6 article{display:block}.posts-layout .list-image{width:100% !important}.posts-layout .list-image .entry-thumb{margin:0 0 30px !important}.col-grow-mobile{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.posts-layout .list-content,.posts-layout{max-width:100%}.roll-button{padding:10px 30px}.comment-list .children{margin-left:75px}.social-menu-widget a:before{font-size:42px}.btn-menu{float:none;margin:15px auto 0}.header-wrap{text-align:center}#mainnav-mobi{top:auto}.site-header.float-header{padding-top:20px;padding-bottom:20px}.fluid-width-video-wrapper+#wp-custom-header-video-button{display:none}.footer-widgets-grid{grid-template-columns:1fr !important}.site-info .sydney-credits,.site-info .social-profile{text-align:center}.site-info .social-profile{margin-top:15px}input,optgroup,select,textarea{max-width:100%}.content-wrapper .layout4 .content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout4 .posts-layout .content-inner .list-content{width:100%}}@media only screen and (max-width: 575px){.post-navigation .nav-previous,.post-navigation .nav-next{width:100%;float:none;text-align:left;text-align:center;padding:15px}.post-navigation .nav-previous{border:0;border-bottom:1px solid rgba(0,16,46,.1)}#commentform .comment-form-email,#commentform .comment-form-url{width:100%;margin-left:0;margin-right:0}.comment-respond{padding:20px}}@media only screen and (max-width: 479px){.sidebar-column{padding:0}.roll-button{font-size:12px}}@media screen and (min-width: 1025px){#mainnav>div>ul,.header-wrap .fw-menu-container>.row,.header-wrap .container>.row{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.main-header #mainnav>div>ul,.bottom-header-row #mainnav>div>ul{-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}#mainnav>div>ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.menu-centered #mainnav>div>ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-centered .fw-menu-container>.row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.mobile-slide{display:none}.sydney-hero-area{overflow:hidden}:root .site :where(a:where(:not(.wp-element-button))){text-decoration:none !important}.wp-block-post{width:100% !important}.wp-block-button__link{font-weight:600;background-color:var(--sydney-button-background)}.wp-block-button__link:hover{opacity:.85;color:#fff}.wp-block-button.is-style-outline a:not(.has-text-color){color:var(--sydney-button-background)}.wp-block-button.is-style-outline a:not(.has-text-color):hover{background-color:var(--sydney-button-background);border-color:var(--sydney-button-background);color:#fff}.post-template-post_nosidebar .content-area{max-width:805px;margin-left:auto;margin-right:auto}.post-template-post_nosidebar .alignfull,.post-template-post_nosidebar .wp-block-cover-image{max-width:100vw;width:auto;margin-left:-182px;margin-right:-182px}.post-template-post_nosidebar .alignwide{max-width:none;width:calc(100% + 200px);position:relative;left:-100px}.page-template-page_front-page .alignfull{margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important}.page-template-page_front-page.syd-has-blocks{overflow-x:hidden}.is-style-sydney-no-margin{margin:0 !important}.zindex10{z-index:10;overflow:visible}@media(min-width: 1024px){.no-sidebar .entry-content .alignfull{margin:20px calc(50% - 50vw);max-width:100vw;width:100vw}.no-sidebar .entry-content .alignwide{margin:20px calc(25% - 25vw);width:auto}}.wp-block-group.has-background{padding:20px 30px}.shfb-footer .shfb-row-wrapper.syd-hidden,.shfb-row-wrapper.syd-hidden{display:none}#mainnav-mobi.syd-hidden{display:none}#mainnav-mobi.toggled{display:block}.btn-submenu.toggled~.sub-menu{display:block !important;position:relative !important;opacity:1 !important;visibility:visible !important}.sub-menu.toggled{display:block !important}@media(min-width: 991px){.content-area.sidebar-left{padding-right:15px;padding-left:60px;float:right}}


@media only screen and (max-width:768px){
	h2.title{
		font-size: 30px!important;
	}
	.cs_hero_in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        max-width: 720px;
        padding-left: 12px;
        padding-right: 12px;
        gap: 40px;
    }
	.home-banner{
		height:unset;
		padding: 3em 0;
		overflow-x: hidden;
	}
	.cs_hero_img {
    display: none;
}
	.cs_hero_text h1{
		font-size: 42px!important;
		line-height: 46px;
	}
	.cs_hero_text h3{
		font-size: 20px;
	}
	.usp-card{
		margin-bottom: 60px;
	}
	.usp-main {
    padding: 3em 0;
}
	.usp-content br{
		display:none;
	}
	.usp-icon {
    width: 85px;
    height: 85px;
    margin: 0px auto 20px;
    padding: 20px;
}
	.awp{
		margin: 0;
	}
	.step::before {
	display: none;
}
 
  .section-title {
    font-size: 30px;
  }
 
  .step-circle {
    width: 100%;
    height: 100%;
  }
 
  .step-number {
    width: 55px;
    height: 55px;
    font-size: 20px;
    top: 20px;
    right: 20px;
  }
	.card-content h2 {
    font-size: 20px;
  }
 
  .card-content p {
    font-size: 14px;
  }
	.latest-page {
        max-width: 100%;
    }
 
    .latest-page-title {
        font-size: 15px;
        padding: 12px;
    }
	.section-heading h2 {
        font-size: 28px;
    }
	.post-item {
    margin-bottom: 20px;
    flex-direction: column;
    padding-right: 0;
}
	.post-thumb {
    width: 100%;
}
    .post-title a {
        font-size: 20px;
    }
    .post-item {
        margin-bottom: 20px;
		gap: 15px;
    }
	.post-content{
		padding: 20px;
	}
	.step-circle img {
    min-height: 300px!important;
    max-height: 300px!important;
}
	.pre-footer .col-md-3 {
    margin-bottom: 20px;
}
	.related-page-item img{
		min-height: unset!important;
		max-height: unset!important;
	}
	.related-thumb-overlay {
    bottom: 0;
}
	ul.menu-new-footer{
		flex-direction: column;
		margin-top: 20px;
	}
	.headx{
		font-size: 22px;
	}
	.home .footercall {
		display:none;
	}
	.footercall button {
    padding-left: 12px;
    padding-right: 12px;
}
	.footercall button .content {
    font-size: 18px;
		font-weight: normal;
}
	.footercall button .content svg {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
}

@media only screen and (min-width: 1024px){
	.sydney-dropdown-li:hover > .sub-menu.sydney-dropdown-ul {
    left: -10em!important;
    width: 400px!important;
    display: flex!important;
    flex-wrap: wrap!important;
    padding: 10px!important;
    background-color: #fff;
}
	.sub-menu.sydney-dropdown-ul li:first-child{
		padding-top: 5px!important;
	}
	.sub-menu.sydney-dropdown-ul li:last-child{
		padding-bottom: 5px!important;
	}
/* Two-column layout for submenu items */
.sub-menu.sydney-dropdown-ul > .sydney-dropdown-li {
    width: 50%!important;
    min-height: 60px;
    max-height: 60px;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
	ul.nav-menu li a {
    font-weight: 600;
    font-size: 16px;
}
	.shfb-component-search .header-search{
		background:#fed100;
		padding:15px;
		border-radius:50%;
		color:#fff;
}
	
	
	.shfb-component-search .header-search svg{
		fill:#2c2d65!important;
	}
	.home-banner .row {
    display: flex;
    align-items: center;
}
	.aboutUs .row {
    display: flex;
		justify-content:space-between;
		align-items:center;
}
	.about-lt{
		height: 100%;
	}
	
	.textContent {
    padding-left: 40px;
}
	.latest-pages-main h2 {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
	.usp-content h4 {
    font-size: 22px;
}
	.destination-card img{
		min-height: 400px;
		max-height: 400px;
	}
	.page-image img {
    min-height: 300px;
    max-height: 300px;
}
	.latest-page-title {
    min-height: 85px;
    max-height: 85px;
}
.page-template-parent .step-title {
    min-height: 60px;
    max-height: 60px;
}	
	.call-btn {
    text-align: center;
}
	.call-btn a{
		color: var(--primary)!important;
		font-weight: 500!important;
		font-size: 15px;
	}
	.call-btn a:hover{
		color: var(--primary);
	}
	.call-btn span{
		display: block;
		font-size: 20px;
	}
	.inner-title h1 {
    font-size: 42px!important;
}
	.site {
    min-height: 0!important;
}
	.post-info .post-title {
    min-height: 120px;
    max-height: 120px;
}
}




/* ── Popup Overlay ───────────────────────────────── */
.mia-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}
.mia-popup-overlay.mia-popup-active {
    display: flex;
}
 
/* ── Popup Box ───────────────────────────────────── */
.mia-popup-box {
    background: url('/wp-content/uploads/2026/05/airport-overlay.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    padding: 20px 15px;
    max-width: 540px;
    width: 90%;
    position: relative;
    text-align: center;
    animation: mia-popup-in 0.3s ease;
}
.mia-popup-body {
    min-height: 400px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
	backdrop-filter: blur(6px) saturate(165%);
    -webkit-backdrop-filter: blur(6px) saturate(165%);
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}
@keyframes mia-popup-in {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}
 
/* ── Close Button ────────────────────────────────── */
.mia-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--accent)!important;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
    transition: color 0.2s;
    padding: 10px!important;
	z-index: 99;
}
.mia-popup-close:hover {
    color: #111;
}
 
/* ── Content ─────────────────────────────────────── */
.mia-popup-body h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.mia-popup-body p {
    font-size: 16px;
    color: #ffff;
    margin-bottom: 10px;
}
 
/* ── Call Button ─────────────────────────────────── */
.mia-popup-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--accent)!important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 14px 28px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    transition: background 0.2s;
    margin-bottom: 14px;
}
.mia-popup-call-btn{
    color: #ffffff !important;
}
.mia-popup-call-btn svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
    flex-shrink: 0;
}
.mia-popup-note {
    font-size: 12px !important;
    color: #9ca3af !important;
    margin: 0 !important;
}
@media only screen and (max-width:768px){
	.mia-popup-call-btn {
    padding: 12px 24px;
    font-size: 15px;
}
}



@media only screen and (min-width: 1400px){
	.home-banner{
		height: 740px;
	}
}

.page-template-airport-parent .inner-wrapper {
    padding: 6em 0 2em;
}

.airport-nav-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px 0;
	margin-top: 20px;
}

.nav-pill {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid var(--primary);
	background-color: var(--primary);
/* 	border-radius: 30px; */
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-pill:hover {
	border-color: var(--secondary);
	background-color: var(--secondary);
	text-decoration: none;
	color: #fff;
}

.nav-pill.active {
	background: #2b2b2b;
	color: #fff;
	border-color: #2b2b2b;
}
