html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
body {
    overflow: hidden;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: white;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}
.skip-link:focus {
  top: 0;
}
.header-wrap {
  display: flex;
  align-items: center;
}

.header-wrap .col-md-2 {
  flex: 0 0 auto;
}

.header-wrap .col-md-10 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-wrap .nav-wrap {
  flex: 0 0 auto;
}


.header .logo {
	height: inherit;
	margin-top: 0;
}
.logo {
  min-height: 54px;
}
.logo img {
  width: 140px !important;
  height: 54px !important;
  max-width: none !important;
}
.logo-footer img {
  width: 175px !important;
  height: 68px !important;
  max-width: none !important;
}
#mainnav > ul > li > a {
	line-height: 75px;
}
#nav_menu-2 {
  min-height: 180px;
}
.navbar, 
.navbar-brand, 
.btn, 
#acctoolbar {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
}
/* Questionnaires section */
.questionnaire-section {
  padding: 70px 0;
  background-color: #1f2933; /* same dark tone */
}

.questionnaire-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.questionnaire-card {
  background: #243447;
  border-radius: 10px;
  padding: 30px 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  color: #f8fafc;
  flex: 1 1 320px;
}

.questionnaire-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.questionnaire-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #d6e2eb;
  margin-bottom: 22px;
}

.questionnaire-card p a {
  color: #4cc2ff;
  font-weight: 600;
  text-decoration: none;
}

.questionnaire-card p a:hover {
  text-decoration: underline;
}

.questionnaire-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9fb3c8;
  margin-bottom: 8px;
}

.questionnaire-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-questionnaire {
  flex: 1 1 100%;
  text-align: center;
  border-radius: 999px;
  background: #06a9ff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
  text-decoration: none;
  border: none;
  transition: background 0.2s ease, transform 0.1s ease;
}

.btn-questionnaire i {
  margin-right: 6px;
}

.btn-questionnaire:hover {
  background: #0591d9;
  transform: translateY(-1px);
}

/* second button variant if needed */
.btn-questionnaire.secondary {
  background: #0894d6;
}

.btn-questionnaire.secondary:hover {
  background: #067cb1;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.popup-box p {
	font-size: 22px;
	
}
.popup-box {
	background: white;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.close-btn {
	background: red;
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
}

.trustpilot-badge {
    position: fixed;
    bottom: 20px;
    right: 125px; /* <-- shift it 125px away from the right side */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    text-decoration: none;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    z-index: 1000;
  }

  .trustpilot-badge img {
    display: block;
    vertical-align: middle;
  }
  /* HERO / SLIDER STYLES */
.mainSlider .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark overlay for readability */
.mainSlider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.hero {
position: relative;
min-height: 520px;
display: flex;
justify-content: center;
overflow: hidden;
}

.hero::before {
content: "";
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.55);
z-index: 1;
}

.hero-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
aspect-ratio: 1920 / 800;
object-fit: cover;
z-index: 0;
min-height: 520px;
}

.hero-content {
text-align: center;
color: #fff;
font-size: calc(16px + (40 - 16) * ((100vw - 300px) / (1600 - 300)));
background: rgba(0, 0, 0, .5);
padding: 45px!important;
}

.hero-content h2 {
    font-size: clamp(16px, calc(16px + (40 - 16) * ((100vw - 300px) / (1600 - 300))), 36px);
}

.hero .hero-content,
.hero .hero-content h2,
.hero .hero-content h3,
.hero .hero-content p {
  line-height: 1.4;
}

.hero-title {
font-size: 3em;
margin-bottom: 20px;
animation: fadeInUp 1s ease-in-out;
}

.hero-subtitle {
font-size: 1.5em;
margin-bottom: 30px;
animation: fadeInUp 1s ease-in-out 0.5s;
}

.hero-button {
display: inline-block;
padding: 10px 20px;
font-size: 1.2em;
text-decoration: none;
color: #fff;
background-color: #3498db;
border-radius: 5px;
transition: background-color 0.3s ease-in-out;
}

.hero-button:hover {
background-color: #2980b9;
}
/* Content wrapper */
.title-slide {
  position: relative;
  z-index: 1;
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  color: #ffffff;
}

/* Top BBB line */
.slider-bbb-text {
  background: rgba(0,162,233,0.85);
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}




/* Main pricing headline */
.slider-main-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 10px;
}

/* Gold highlight text */
.text-gold {
  color: #d4a441; /* gold */
}


/* Secondary line (trust price) */
.slider-subheading {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 18px;
}


.about-right-img {
  aspect-ratio: 3 / 2;
}

/* Trust package box */
.trust-package-box {
  background: rgba(5, 22, 38, 0.85); /* deep navy, semi-transparent */
  border-radius: 14px;
  padding: 18px 22px;
  margin: 10px auto 20px;
  max-width: 900px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-package-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.trust-package-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 45px;
  justify-content: center;
}

.trust-package-columns ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}

/* Free consultation */
.slider-consultation {
  font-size: 26px;
  font-weight: 700;
  margin-top: 5px;
}

/* Phone + CTA */
.banner-phone {
  font-size: 26px;
  font-weight: 800;
  margin: 18px 0 4px;
}

.banner-phone a {
  color: #ffffff;
  text-decoration: none;
}

.banner-phone a:hover {
  text-decoration: underline;
}

.banner-cta-sub {
  font-size: 18px;
  font-weight: 600;
  color: #ffd966;
}
.trust-mini {
  font-size: 16px;
  max-width: 820px;
  margin: 0 auto 18px;
  color: #f5f5f5;
  opacity: 0.9;
}

/* Spacing utility */
.pad-top-20 { margin-top: 20px; }
.pad-top-30 { margin-top: 30px; }


.center-content, .whatsapp-button {
    justify-content: center;
    display: flex;
}
#cookieConsentContent button, #goUpButton {
    background-color: #e8491d;
    cursor: pointer;
    color: #fff;
}
.whatsapp-button {
    align-items: center;
}
.center-content {
    align-items: center;
    height: 10vh;
    text-align: center;
}
.no-top-pad {
    padding-top: 0!important;
}
#anaheim-divorce-services {
    padding: 60px 0;
    background-color: #f7f7f7;
    text-align: left;
}
#anaheim-divorce-services h2 {
    font-size: 2.2em;
	line-height: 1.3;
    margin-bottom: 20px;
    color: #333;
}
#anaheim-divorce-services p {
    font-size: 1.6em;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.alert, .sitemap a {
    font-size: 14px;
}
#cookieConsentContent a {
    color: #e8491d;
    text-decoration: none;
}
#cookieConsentContent a:hover {
    text-decoration: underline;
}
.footer-services {
    padding: 50px 25px;
}
#goUpButton, .whatsapp-button {
    bottom: 20px;
    padding: 15px;
    position: fixed;
}
.footer-services p {
    color: #666;
}
.footer-services .btn-services {
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #357ebd;
    border-radius: 3px;
    margin-top: 5px;
    color: #fff!important;
    background-color: #428bca;
    transition: .3s ease-in-out;
}
.footer-services .btn-services:hover {
    color: #a8daff!important;
    background-color: #3276b1;
}
.panel-default>.panel-heading {
    color: #fff!important;
    background-color: #1f4e79!important;
    border-color: #1f4e79!important;
}
.panel-default>.panel-heading .panel-title {
    position: relative;
}
.panel-heading .accordion-toggle {
    color: #fff!important;
    font-size: 13px;
    font-weight: 700;
}
.panel-heading .accordion-toggle:after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107"}
.dropdown-content div {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    text-decoration: none;
    color: #000;
    background-color: #e0e0e0;
    border-radius: 5px;
    transition: background-color .3s;
}
.dropdown-content div:hover {
    background-color: #d0d0d0;
}
#goUpButton {
    left: 10px;
    display: none;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
}
#cookieConsentContent button:hover, #goUpButton:hover {
    background-color: #555;
}
.whatsapp-button {
    right: 50px;
    z-index: 1000;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-button img {
    width: 30px;
    height: 30px;
}
.whatsapp-button:hover {
    background-color: #128c7e;
}
#googleMap, .swiper {
    width: 100%}
.navbar,
.scroll-nav, 
#acctoolbar {
    will-change: transform, opacity;
    backface-visibility: hidden;
}
.mic-access-tool-button, 
#mic-access-tool-panel {
    contain: layout paint !important; 
    will-change: transform;
}
@media screen and (max-width:768px) {
    #googleMap {
    height: 200px;
}
}#cookieConsentPopup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    padding: 5px 0;
}
#cookieConsentContent {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    text-align: center;
    font-size: 12px;
}
#cookieConsentContent h2 {
    margin-top: 0;
    font-size: 14px;
}
#cookieConsentContent p {
    margin: 5px 0;
    font-size: 12px;
}
#cookieConsentContent button {
    margin-top: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
}
.article h1, .article h2, .article h3, .article ol li, .article ul li, .copyright p {
    line-height: 150%}
.sitemap li {
    padding: 6px 0;
}
.article ol, .article ul {
    padding-left: 25px;
}
.article li, .article ul li, .faq-wrap h2 {
    padding-bottom: 20px;
}
.sitemap a {
    color: #0071bb;
    transition: .3s;
}
.banner-phone a:hover, .sitemap a:hover {
    color: #00aeff;
}
#anaheim-divorce-services h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-text h4 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 700;
}
.about-text p {
    font-size: 20px;
    line-height: 150%}
.faq-container .question h6, .faq-wrap h2 {
    color: #273039;
    line-height: 130%;
    font-weight: 700;
}
.article h2, .article h3 {
    color: #5e646b!important;
}
.faq-wrap {
    padding: 30px 0;
}
.faq-wrap a {
    color: #00aeff;
}
.faq-wrap a:hover {
    color: #273039;
}
.faq-wrap h2, .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 28px;
}
.faq-container .question h6 {
    font-size: 22px;
    padding-bottom: 15px;
}
.faq-container .answer p {
    font-size: 20px;
    line-height: 140%padding-bottom:20px;
}
.flat-accordion.toggle-footer {
    padding: 0;
}
.flat-accordion.toggle-footer .toggle-title {
    padding: 20px 40px 20px 20px;
    border-radius: 0;
}
.flat-accordion.toggle-footer .toggle-content {
    padding: 20px;
}
.article h1 {
    font-size: 36px;
}
.article h2 {
    font-size: 24px!important;
}
.article h3 {
    font-size: 20px!important;
    margin-bottom: 20px;
}
.article h1, h2, h3 {
    font-weight: 700;
}
.article ul ol {
    padding-top: 20px;
}
.article ul li {
    font-size: 20px;
    list-style: disc;
}
.article ol li {
    font-size: 1.6em;
    list-style: circle;
}
.article ol.number li {
    list-style: number;
}
.flat-information>li {
    margin-right: 15px;
    padding-left: 15px;
}
.flat-information>li:last-child {
    margin-right: 0;
}
li.address, li.email {
    font-size: 16px;
}
@media (min-width:1240px) {
    .container {
    width: 1240px;
}
}@media only screen and (max-width:480px) {
    .tp-banner-main {
    height: 510px!important;
}
.tp-banner-interpretation {
    height: 425px!important;
}
.tp-caption {
    font-size: 18px!important;
    white-space: inherit!important;
    line-height: 150%!important;
}
.slider-bbb-text {
    display: inline-block;
    font-size: 85%!important;
    line-height: 150%;
    padding: 5px 15px;
}
.bbb-logo {
    width: 170px!important;
    height: auto!important;
}
.mobilehide {
    display: none;
}
}.swiper, .swiper .swiper-slide {
    height: auto;
}
.espanol, .txt-xl {
    display: inline-block;
}
.tp-caption {
    line-height: 125%!important;
}
.tp-caption.title-slide.main-page {
    padding: 30px 60px!important;
}
.espanol {
    color: #b8860b;
    font-size: min(max(16px, 4vw), 25px);
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
#anaheim-divorce-services a {
	color: #4cc2ff;
    background-color: transparent;
    transition: .3s linear;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
#anaheim-divorce-services a:after {
    content: "\f08e";
    font-family: FontAwesome;
    padding-left: 7px;
}
#anaheim-divorce-services a:hover {
    color: #767676;
    text-decoration: none!important;
    border-color: #767676;
}
.banner-phone {
    padding-bottom: 5px;
}
.banner-phone a {
    color: #fff;
}
.txt-xl {
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 15px;
}
@media only screen and (max-width:480px) {
    .txt-xl {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    padding-bottom: 15px;
}
.mobilehide {
    display: none;
}
}.swiper-slide {
    background: 50%/cover #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.swiper-content {
    color: #fff;
    font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: 120%;
    max-width: 1500px;
    background: rgba(0, 0, 0, .5);
    padding: 45px!important;
    margin: 60px 0;
}
.swiper-content h2 {
    font-size: calc(16px + (40 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: 120%}
.swiper-content h3 {
    font-size: calc(16px + (38 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: 120%}
.swiper-content h4 {
    font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: 120%;
    font-weight: 700;
}
.swiper-content .pad-top-30 {
    padding-top: 30px;
}
.footer-links {
    background-color: inherit;
    border: none;
    color: #fff!important;
    text-align: left;
    font-size: 14px;
    padding: 0;
    margin: 7px 0;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    font-family: inherit;
}
.footer-links:hover span:after {
    right: -22px;
}
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width:768px) {
    .swiper-content, .hero-content {
    padding: 45px 10px!important;
}
.modal-dialog {
    min-height: calc(100vh - -20px);
}
}.modal-header .close {
    margin-top: -34px;
}
.modal-footer .btn+.btn {
    margin-top: 0;
}
.footer-links span:after {
    top: 0;
    right: -15px;
    content: '\00bb';
    position: absolute;
    transition: .5s;
}
.footer-links, .footer-links span {
    display: inline-block;
    transition: .5s;
}
.footer-links span {
    cursor: pointer;
    position: relative;
}
.modal-body p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 25px;
}
.modal-body p:last-child {
    margin-bottom: 0;
}
.text-dark {
	color: #000000!important;
}
.color-ffffff {
    color: #ffffff!important;
}
.btn-black {
    background-color: #1a1a1a!important;
    color: #ffffff!important;
	font-weight: 600!important;
    border: 2px solid #1a1a1a!important;
	height: 48px!important;
	padding-right: 50px!important;
}
.btn-black:hover {
    background-color: transparent!important;
    color: #1a1a1a!important;
}
.lead textarea,  input {
    font-size: 16px;
    background-color: rgba(255,  255,  255,  .7);
}
.swiper .title-section.style_1 .desc  {
    font-size: 18px;
    line-height: 27px;
    padding-top: 20px;
}
.list-mark {
    padding-left: 20px;
}
.list-mark li {
    position: relative;
    padding-left: 25px;
}
.list-mark li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2713";
    display: inline-block;
    font-size: 1.6em;
    line-height: 1.8;
    vertical-align: middle;
    color: #00aeff;
}
.background-gold {
    background-color: #c89100;
	color: #000000;
}
.myform input, .myform textarea {
    font-size: 16px;
    background-color: rgba(255, 255, 255, .7);
    padding-left: 50px;
}
.myform input[type=submit] {
    background-color: #49c5ff;
    color: #ffffff;
    font-weight: normal;
}
.myform .form-inline .input-group .input-group-addon {
    background-color: #ddc586;
    width: 40px;
    position: absolute;
    z-index: 1;
    padding: 14px;
    border: 0;
    top: 1px;
    left: 1px;
    border-radius: 2px;
}
.swiper-wrapper {
    height: auto!important;
}





/* Questionnaires section */
.questionnaire-section {
  padding: 70px 0;
  background-color: #1f2933; /* same dark tone */
}

.questionnaire-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.questionnaire-card {
  background: #243447;
  border-radius: 10px;
  padding: 30px 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  color: #f8fafc;
  flex: 1 1 320px;
}

.questionnaire-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.questionnaire-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #d6e2eb;
  margin-bottom: 22px;
}

.questionnaire-card p a {
  color: #4cc2ff;
  font-weight: 600;
  text-decoration: none;
}

.questionnaire-card p a:hover {
  text-decoration: underline;
}

.questionnaire-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9fb3c8;
  margin-bottom: 8px;
}

.questionnaire-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-questionnaire {
  flex: 1 1 100%;
  text-align: center;
  border-radius: 999px;
  background: #06a9ff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
  text-decoration: none;
  border: none;
  transition: background 0.2s ease, transform 0.1s ease;
}

.btn-questionnaire i {
  margin-right: 6px;
}

.btn-questionnaire:hover {
  background: #0591d9;
  transform: translateY(-1px);
}

/* second button variant if needed */
.btn-questionnaire.secondary {
  background: #0894d6;
}

.btn-questionnaire.secondary:hover {
  background: #067cb1;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.popup-box p {
	font-size: 22px;
	
}
.popup-box {
	background: white;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.close-btn {
	background: red;
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
}

.trustpilot-badge {
    position: fixed;
    bottom: 20px;
    right: 125px; /* <-- shift it 125px away from the right side */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    text-decoration: none;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    z-index: 1000;
  }

  .trustpilot-badge img {
    display: block;
    vertical-align: middle;
  }
  /* HERO / SLIDER STYLES */
.mainSlider .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark overlay for readability */
.mainSlider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Content wrapper */
.title-slide {
  position: relative;
  z-index: 1;
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  color: #ffffff;
}

/* Top BBB line */
.slider-bbb-text {
  background: rgba(0,162,233,0.85);
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}




/* Main pricing headline */
.slider-main-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 10px;
}

/* Gold highlight text */
.text-gold {
  color: #d4a441; /* gold */
}


/* Secondary line (trust price) */
.slider-subheading {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Trust package box */
.trust-package-box {
  background: rgba(5, 22, 38, 0.85); /* deep navy, semi-transparent */
  border-radius: 14px;
  padding: 18px 22px;
  margin: 10px auto 20px;
  max-width: 900px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-package-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.trust-package-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 45px;
  justify-content: center;
}

.trust-package-columns ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}

/* Free consultation */
.slider-consultation {
  font-size: 26px;
  font-weight: 700;
  margin-top: 5px;
}

/* Phone + CTA */
.banner-phone {
  font-size: 26px;
  font-weight: 800;
  margin: 18px 0 4px;
}

.banner-phone a {
  color: #ffffff;
  text-decoration: none;
}

.banner-phone a:hover {
  text-decoration: underline;
}

.banner-cta-sub {
  font-size: 18px;
  font-weight: 600;
  color: #ffd966;
}
.trust-mini {
  font-size: 16px;
  max-width: 820px;
  margin: 0 auto 18px;
  color: #f5f5f5;
  opacity: 0.9;
}

/* Spacing utility */
.pad-top-20 { margin-top: 20px; }
.pad-top-30 { margin-top: 30px; }

/* Responsive tweaks */
@media only screen and (max-width: 991px) {
    .header-wrap .menu.menu-extra {
	  flex: 1;
	  display: flex;
	  justify-content: flex-end;
	}
}

@media (max-width: 768px) {
  .hero, .hero-img, .hero-content{
		min-height: 520px;
	}
  .slider-bbb-text {
    font-size: 16px;
    padding: 8px 16px;
  }
  .slider-main-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 6px;
}
  .slider-subheading {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}

  .trust-package-columns {
    flex-direction: column;
    align-items: flex-start;
  }
  .trust-package-columns ul {
    font-size: 15px;
  }
  .banner-phone {
    font-size: 22px;
  }
}
.background-color-light {
	background-color: #f3f3f3;
}
.blog-header {
    text-align: center;
    margin-bottom: 70px;
}
.blog-header h1 {
	font-weight: bold;
	margin-bottom: 30px;
}
.blog-header p {
	font-size: 16px;
	line-height: 1.6;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
    gap: 28px;
}
.blog-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition:
        box-shadow 0.3s,
        transform 0.3s;
}
.blog-card:hover {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}
.blog-content {
    padding: 26px;
}
.blog-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}
.blog-title a {
    color: #333;
	font-weight: bold;
}
.blog-meta-inline a,
.blog-title a:hover,
.read-more {
    color: #00aeff;
}
.blog-meta-inline {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    margin-bottom: 14px;
}
.blog-meta-inline a:hover,
.read-more:hover {
    color: #333;
}
.blog-meta-inline i {
    margin-right: 6px;
    color: #00aeff;
    font-size: 14px;
    font-style: normal;
}
.blog-excerpt {
    font-size: 16px;
    margin-bottom: 18px;
}
.read-more {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.read-more i {
    margin-left: 5px;
    font-size: 16px;
    font-style: normal;
    transition: 0.3s;
}
.read-more:hover i {
    margin-left: 10px;
}
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#loadMoreBtn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}
#loadMoreBtn:focus {
    outline: 0;
}
#loadMoreBtn:hover {
    background-color: #0056b3;
}
.load-more-container {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}
.article_area blockquote {
    background: #f2f9ff;
    border-left: 4px solid #4cc2ff;
    padding: 20px;
    margin: 34px 20px 30px 0px;
    clear: both;
}
.article_area blockquote p {
    margin-bottom: 0px!important;
	line-height: 1.5!important;
}
.article_area table {
    margin: 34px 0;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.article_area h3 {
	font-size: 20px;
    line-height: 1.3;
	margin-bottom: 15px;
}
.article_area .article-banner {
    margin-bottom: 34px;
}
.article_area thead th {
    background-color: #f4f6f8;
    color: #222;
    text-align: left;
    padding: 14px;
    border: 1px solid #ddd;
    font-weight: 600;
}
.article_area tbody td {
    padding: 14px;
    border: 1px solid #ddd;
    color: #444;
}
.article_area tbody tr:nth-child(2n) {
    background-color: #fafafa;
}
.article_area tbody tr:hover {
    background-color: #f1f7ff;
}
.article_area iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-bottom: 25px;
}
.article_area ul {
	margin-left: 20px;
	padding-bottom: 15px;
}
.article_area ul li {
	font-size: 1.6em;
	color: #666;
	line-height: 1.2;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}
.article_area ul li:before {
    position: absolute;
    top: -7px;
    left: 0;
    content: '\f00c';
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 11px;
    font-size: 1.6em;
    line-height: inherit;
    vertical-align: middle;
    color: #2aa0ec;
}
.article_area pre {
  background-color: #1e293b;
  color: #e2e8f0;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  border-left: 5px solid #4cc2ff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.6;
  overflow-x: auto;
}
.article_area pre code {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  display: block;
  white-space: pre-line;
}
.error {
	text-align: center;
}
.error .code {
  font-size: 130px;
  font-weight: 800;
  color: #333333;
  line-height: 1;
  margin-bottom: 30px;
}

.error h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 35px;
}

.error .btn {
  display: inline-block;
  padding: 12px 26px;
  background: #00aeff;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.error .btn:hover {
  background: #333333;
  transform: translateY(-1px);
}
.service-area-luxury {
    margin-top: 60px;
    padding: 22px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #ffffff;
    background: linear-gradient(135deg, #163a5c, #1f4e79);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(31, 78, 121, 0.35);
    position: relative;
    overflow: hidden;
}
.service-area-luxury::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #5fa8d3, transparent);
}
.service-area-luxury strong {
    color: #5fa8d3;
    font-weight: 600;
}
@media (max-width: 480px) {
  .error .code {
	font-size: 80px;
  }

  .error h1 {
	font-size: 20px;
  }
}
.btn-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff!important;
  background-color: #0790ca;
  transition: all 0.2s ease;
  user-select: none;
}
.btn-book:hover {
  background-color: #3582a1;
}
.btn-book:active {
  transform: translateY(0);
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
    .flat-information > li.book-btn {
        line-height: inherit;
		margin-top: 8px;
    }
}
.article_area .meeting-locations {
	margin: 30px auto;
	padding: 25px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}
.article_area .meeting-locations h3 {
	line-height: 1.4;
	color: #222;
	margin-bottom: 12px;
}
.article_area .meeting-locations p {
	font-size: 16px;
	color: #555;
	margin-bottom: 20px;
}
.article_area .location-list {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 0;
}
.article_area .location-list li {
	padding: 14px 16px;
	padding-left: 40px;
	margin-bottom: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: #fafafa;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	position: relative;
}
.article_area .location-list li:before {
	position: absolute;
	top: 8px;
	left: 15px;
	content: '\f276';
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 11px;
	font-size: 22px;
	line-height: inherit;
	vertical-align: middle;
	color: #2aa0ec;
}

.whatsapp-button{
	right: 10px;
	bottom: 65px;
}