:root{
    --bt-font-size-header-menu: 18px;
}


:root :where(p.has-background) {
    padding: inherit;
}

#secondary {
    padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}
#secondary .wp-block-heading{
	color: #fff;
    background-color: #002969;
    padding: 10px;
}
#secondary ul.wp-block-latest-posts__list li {
    box-shadow: 0 4px 8px rgb(90 90 180 / 10%);
    padding: 15px 10px !important;
}

body {
/*     margin-bottom: 50px; */
	font-family: 'Montserrat', sans-serif;
}
.site-branding > div {
    display: none;
}
.go-top {
    background-color: #D81E04 !important;
	margin-bottom: 60px;
}
.shfb-component-mobile_hamburger .menu-toggle svg{
    fill: currentColor;
}

.shfb-mobile_offcanvas .mobile-menu-close{
    top: 10px;
    right: 10px;
}

.shfb.shfb-header .main-navigation{
    font-weight: 600;
}
/* .shfb.shfb-mobile_offcanvas #mainnav a.sydney-dropdown-link{
	color: #002969 !important;
} */
.shfb-component-search .header-search svg {
	fill: #D81E04 !important;
}

@media and (min-width: 520px){
	.sydney-dropdown .sydney-dropdown-ul .sydney-dropdown-li.focus>.sydney-dropdown-ul, .sydney-dropdown .sydney-dropdown-ul .sydney-dropdown-li.hovered>.sydney-dropdown-ul, .sydney-dropdown .sydney-dropdown-ul .sydney-dropdown-li:hover>.sydney-dropdown-ul{
		right: -115px;
		min-width: 600px;
		height: 120px !important;
		border-radius: 10px;
		overflow: hidden !important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		overflow-wrap: anywhere;
		background: #fff;
	}
}

.shfb-main_footer_row h1, 
.shfb-main_footer_row h2,
.shfb-main_footer_row h3,
.shfb-main_footer_row h4,
.shfb-main_footer_row h5,
.shfb-main_footer_row h6{
    --sydney-headings-color: #ffff;
}
.shfb-below_footer_row {
    min-height: 65px !important;
}
.shfb-below_footer_row .shfb-row{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.text-center{
    text-align: center !important;
}

.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#breadcrumbs{
    text-align: center;
}

.header-image #breadcrumbs{
    text-align: left;
    color: #fff;
}

.page-parent .header-image,
.header-image.no-header-image{
	height: auto ;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: linear-gradient(45deg, #d65050a9, #9999a99a) !important;
}
.page-parent .header-image .overlay,
.header-image.no-header-image .overlay{
	opacity: 0.3;
}

.header-image {
	background-position: top;
}

.header-image #breadcrumbs a, .header-image #breadcrumbs span{
    color: #fff;
} 

.page-template-page_fullwidth .header-image{
	max-height: 200px;
}

.page-numbers {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.current>.page-numbers, .page-numbers.current {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.overlay{
	background-color: #323739 !important;
	opacity: 0.5;
}
.page-wrap {
	padding-top: 40px !important;
}


.shfb-footer .sydney_contact_info_widget span{
    fill: #333;
}
.footer-widget .wp-block-list{
	list-style: none;
	padding: 0px;
}
.footer-widget .widget-column a{
	color: #ffff !important;
}

.call-to-action a.btn{
    white-space: nowrap;
}

.search-form input[type="submit"]{
	background-color: #D81E04 !important;
}
.shfb-mobile_offcanvas .mobile-menu-close {
    background-color:  #D81E04 !important;
}

/* Author Page */
body.single-post .author-info-on-blog {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background-color: #f7f7f7;
    gap: 33px;
}

body.single-post .author-info-on-blog img {
    width: 90px;
    border-radius: 50%;
}

body.single-post .post-author-on-blog ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.single-post .author-info-on-blog .author-bio {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    float: left;
}

body.single-post .author-info-on-blog .author-bio p {
    font-size: 27px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 15px;
}

/* Table of Contents Button */
.toc-button {
    background-color: #002c50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: background 0.3s;
    margin-top: 50px;
    margin-bottom: 20px;
}

.toc-button:hover {
    background-color: #002c50;
    color: #FFFFFF;
}
#content a:not(.cta-button,.wp-element-button,.page-numbers), .shfb-main_header_row a {
    color: #D81E04 !important;
}
#content a:not(.cta-button,.wp-element-button,.page-numbers):hover, .shfb-main_header_row a:hover {
    color: #002969 !important;
}
.shfb .main-navigation a.sydney-dropdown-link + .dropdown-symbol svg {
    fill: #D81E04;
}
.shfb .main-navigation a.sydney-dropdown-link + .dropdown-symbol svg:hover {
    fill: #002969;
}
iframe {
    width: 100%;
}

/* Table of Contents Container */
#table-of-contents {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background: white;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

#table-of-contents p {
    font-size: 22px;
    margin-bottom: 10px;
}

#toc-list {
    list-style: none;
    padding: 0;
}

#toc-list li {
    margin: 5px 0;
}

#toc-list a {
    text-decoration: none;
    color: #002c50;
    font-size: 16px;
}

#toc-list a:hover {
    text-decoration: underline;
}


.airline-alphabet{
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    margin-bottom: 20px;
}
.airline-alphabet::before, 
.airline-alphabet::after{
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: var(--sydney-global-color-1);
    top: 50%;
    transform: translateY(-50%)
}

.airline-alphabet::before{
    left: -15px;
}

.airline-alphabet::after{
    right: -15px;
}


.comments-area{
    margin-bottom: 0;
}
.comment-form input[type="submit"] {
    background-color: #D81E04 !important;
}
.comment-form input[type="submit"]:hover {
	border:1px solid #002969 !important;
    background-color: #002969 !important;
}

.sydney-breadcrumbs{
    display: none;
}

/* Media Query */


.cta-bottom:hover, 
.call-to-action .roll-button:hover, 
button:hover, 
input[type="submit"]:hover, 
input[type="button"]:hover{
    background: var( --sydney-global-color-2 );
    color: #eee !important;
}


.page-template-page-with-right-sidebar .page-content .wp-block-heading{
    margin-top: 0 !important;
}
.wp-block-heading.has-vivid-cyan-blue-background-color {
    background-color: #012968 !important;
    padding: 15px 20px;
    border-radius: 0.75rem;
    color: #fff;
	font-size: 1.5rem;
	text-align: center !important;
}
/* FAQ container styling */
.schema-faq-section {
	margin: 15px auto;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

/* Hover effect */
.schema-faq-section:hover {
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}

/* Question styling */
.schema-faq-question {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	position: relative;
	padding-right: 20px;
}

/* Add plus/minus icon */
.schema-faq-question::after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	transition: transform 0.3s ease;
}

/* Hide answers initially */
.schema-faq-answer {
	display: none;
	font-size: 16px;
	color: #555;
	line-height: 1.5;
	margin-top: 10px;
}

/* When active, show answers */
.schema-faq-section.active .schema-faq-answer {
	display: block;
}

/* Change icon to minus when open */
.schema-faq-section.active .schema-faq-question::after {
	content: '-';
	transform: rotate(180deg);
}

.page-template-page-with-right-sidebar .page-content article a:hover,
.single-post article a:hover{
    color: var( --sydney-global-color-2 ) !important;
}
body.home .header-search{
	display: none;
}

.insights1 .page-content .has-text-align-center{
    background-color: #002969;
    padding: 10px 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 0 !important;
	line-height: 1.4;
}
/* Recent post section */
.releated_post_inn>p {
    font-weight: 600;
    background-color: #002969;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.releated_post_inn .list-group-item{
	box-shadow: 0 4px 8px rgb(90 90 180 / 10%);
	padding: 10px !important;
}
body.blog .header-image{
	background-position: top center;
}

/* Blog Yoast FAQ's*/
.rank-math-list-item {
  border: 1px solid #ccc;
  margin: 10px 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.rank-math-question {
    margin: 0 !important;
    background: #eee;
    padding: 10px;
}

.rank-math-answer {
    padding: 0 10px;
    margin: 5px 0;
}

.rank-math-list-item p{
    margin: 0;
}

/* Button Style */
.btn-cta-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
	margin-bottom: 20px;
}

/* Marketing Section */
.marketing-section {
    padding: 50px 20px;
    background: linear-gradient(135deg, #002969, #002969);
    border-radius: 12px;
    color: white;
    max-width: 98%;
    margin: 30px auto !important;
}

.promo-image {
    transition: transform 0.3s ease-in-out;
}

.promo-image:hover {
    transform: scale(1.05);
}

.promo-text h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
	color: #fff;
}

.promo-text p {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.promo-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.promo-text ul li {
    font-size: 18px;
    padding: 8px 0;
}

.archive article.post > .content-inner,
.blog article.post > .content-inner{
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}
.archive article.post > .content-inner .entry-thumb img,
.blog article.post > .content-inner .entry-thumb img {
    max-height: 146px;
    object-fit: cover;
}

.archive article.post > .content-inner .entry-header,
.blog article.post > .content-inner .entry-header{
    padding: 0 10px;
    margin: 10px 0;
	min-height: 38px;
}

.archive .archive-title {
    color: #D81E04;
}
.archive .archive-title span.archive-title-prefix {
    color: #002969;
}
.archive .taxonomy-description{
	margin-bottom: 40px;
}
.pagination{
	justify-content: center;	
}  
.pagination .nav-links .page-numbers.current{
	background-color: #D81E04 !important;
}
.pagination .nav-links .page-numbers{
	display: inline;
	background-color: #002969 !important;
	color: #fff !important;
}
.cta-button {
    display: inline-block;
    background: #D81E04;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cta-button:hover{
	background: #fff;
    color: #D81E04;
}

.schema-faq-answer {
  display: none;
}
.schema-faq-section.active .schema-faq-answer {
  display: block;
}

.search article > .content-inner {
    border: 1px solid #ececec;
    height: 100%;
}

.search article .entry-thumb img {
    max-height: 145px;
    object-fit: cover;
}

.search article .entry-header {
    padding: 10px;
}

.search article .entry-header h2 {
    line-height: 1.4;
}


@media only screen and (max-width: 1024px){
	.shfb-below_footer_row .shfb-row{
		gap: 0px !important;
	}
	a.header-search {
    margin-left: 20px;
	}
	.marketing-section {
    max-width: 95%;
	}
	.shfb-main_header_row {
      min-height: 80px !important;
  }
	.sydney-hero-area .header-image {
		height: 300px;
	}
	.go-top {
		margin-bottom: 125px !important;
	}
}

@media only screen and (max-width: 767px){
	.shfb-below_footer_row .shfb-row {
		align-items: flex-start !important;
	}
}



@media only screen and (max-width: 575px ){
    body {
/*         margin-bottom: 70px; */
    }
    .sydney-hero-area .header-image{
        padding: 30px 0;
    }
    .shfb-main_footer_row  h2{
        font-size: 22px !important;
    }
    
    .shfb-row.shfb-cols-4.shfb-cols-layout-bigleft {
        display: flex;
        flex-flow: column;
    }
    
   
    .shfb-row.shfb-cols-layout-equal-tablet.shfb-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    
    .cta-bottom {
        font-size: 20px;
        font-weight: 600;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .cta-bottom svg, .cta-bottom img{
        width: 20px;
    }
    
    .cta-bottom > span {
        display: block;
    }
	.sydney-hero-area .header-image{
		height: 250px;
	}
}
@media only screen and (max-width: 420px) {
    .shfb-main_header_row {
        min-height: 60px !important;
    }
	.sydney-hero-area .header-image {
		height: 500px;
	}
}

@media (min-width: 576px) and (max-width: 1080px){
	  .shfb-main_footer_row  h2{
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 1080px){
    .shfb-row.shfb-cols-layout-bigleft.shfb-cols-4{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .cta-bottom {
        font-size: 24px;
    }
    
    .search-form{
        width: 50%;
    }
	.shfb-below_footer_row .shfb-row{
		flex-direction: row;
	}
	    .shfb-main_footer_row  h2{
        font-size: 30px !important;
    }
}
@media only screen and (min-width: 1024px){
	.shfb .header-search-form.active {
		position: fixed !important;
		z-index: -1;
	}
}
@media only screen and (min-width: 1320px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1280px;
    }
}
@media (min-width: 768px) and (max-width: 1320px){
		.shfb-below_footer_row .shfb-row{
		flex-direction: row;
	}
}
/* Modern Flight Support Card */
.flight-support-card-wrapper {
	max-width: 100%;
	margin: auto auto 40px auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	position: relative;
}

.flight-card-container {
	background: linear-gradient(145deg, #ffffff, #f8fafc);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 
		0 20px 40px rgba(2, 39, 107, 0.08),
		0 8px 16px rgba(2, 39, 107, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
}

/* Header with icon */
.flight-card-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.flight-icon-wrapper {
	width: 56px;
	height: 56px;
	background: #d91d04; /* NEW PRIMARY */
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(2, 39, 107, 0.25); /* NEW SECONDARY */
}

.flight-icon {
	width: 24px;
	height: 24px;
	color: white;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.flight-card-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #1e293b;
	background: linear-gradient(90deg, #1e293b, #334155);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.3;
	margin: 0;
}

/* Content */
.flight-card-content {
	position: relative;
	z-index: 1;
}

.flight-card-text {
	color: #475569;
	font-size: 1.05rem;
	line-height: 1.6;
	margin-bottom: 16px;
}

.flight-card-text.highlight {
	color: #334155;
	font-weight: 500;
	font-size: 1rem;
	padding: 12px 18px;
	background: rgba(2, 39, 107, 0.05); /* NEW SECONDARY TINT */
	border-radius: 12px;
	border-left: 4px solid #02276b; /* NEW SECONDARY */
	margin: 20px 0;
}

/* Phone display */
.phone-display-section {
	display: flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(90deg, rgba(2, 39, 107, 0.1), rgba(2, 39, 107, 0.1)); /* NEW SECONDARY */
	padding: 16px 24px;
	border-radius: 14px;
	margin: 24px 0;
	border: 1px solid rgba(2, 39, 107, 0.15); /* NEW SECONDARY */
	backdrop-filter: blur(5px);
}

.phone-icon {
	width: 20px;
	height: 20px;
	color: #02276b; /* NEW SECONDARY */
	flex-shrink: 0;
}

.phone-number {
	font-size: 1.25rem;
	font-weight: 700;
	color: #d91d04; /* NEW PRIMARY */
	letter-spacing: 0.5px;
	font-family: 'SF Mono', Monaco, Consolas, monospace;
}

/* CTA Button */
.flight-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	padding: 8px 24px;
	background: #d91d04;  /* NEW PRIMARY */
	color: #fff !important;
	text-decoration: none;
	border-radius: 14px;
	font-weight: 600;
	font-size: 1.2rem;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 10px 25px rgba(2, 39, 107, 0.3); /* NEW SECONDARY */
	margin-top: 10px;
}

.flight-cta-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, #02276b 0%, #02276b 100%); /* NEW SECONDARY */
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.button-icon {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}

.flight-cta-button:hover .button-icon {
	transform: translateX(5px);
}

.flight-cta-button:hover {
	color: #fff !important;
}

/* Ripple effect */
.flight-cta-button::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	opacity: 0;
	animation: ripple 2s infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
	.flight-support-card-wrapper {
		.flight-icon-wrapper {
			display:none;
		}
	}

	.flight-card-container {
		padding: 32px 24px;
		border-radius: 18px;
	}

	.flight-card-title {
		font-size: 1.3rem;
	}

	.flight-card-text {
		font-size: 1rem;
		margin-bottom: 20px;
	}

	.flight-cta-button {
		padding: 16px 24px;
		font-size: 1rem;
	}

	.phone-number {
		font-size: 1.1rem;
	}

	.flight-icon-wrapper {
		width: 48px;
		height: 48px;
	}

	.flight-icon {
		width: 24px;
		height: 24px;
	}
	.flight-support-card-wrapper {
		margin: auto auto 20px auto;
    }
}

@media (max-width: 480px) {
	.flight-card-container {
		padding: 10px;
		border-radius: 16px;
	}

	.flight-card-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 12px;
	}

	.flight-card-title {
		font-size: 1.2rem;
	}

	.phone-display-section {
		padding: 14px 20px;
	}

	.flight-cta-button {
		display: inline-block; 
    	padding: 15px;
	}
}

/* Decorative elements */
.flight-card-container::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(2, 39, 107, 0.03) 0%, transparent 70%); /* NEW SECONDARY */
	z-index: 0;
}

@media screen and (min-width: 992px){
	.sydney-dropdown .sydney-dropdown-ul .sydney-dropdown-ul {
		min-width: 600px;
		background: #fff;
		column-count: 3;
		font-size: 16px;
		padding: 6px 10px;
		box-shadow: 0 2px 6px #dececc;
		border-radius: 8px;
	}
	.sydney-dropdown .sydney-dropdown-ul .sydney-dropdown-li:hover>.sydney-dropdown-ul{
		left: -430px !important;
	}
}

