@font-face {
    font-family: 'bahnschrift';
    src: url('../fonts/bahnschrift-webfont.woff2') format('woff2'),
        url('../fonts/bahnschrift-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.force-ltr {
  direction: ltr !important;
  text-align: left !important;
}
/* RTL Support for Arabic */
[dir="rtl"] {
    text-align: right;
}

[dir="rtl"] .text-left {
    text-align: right;
}

[dir="rtl"] .text-right {
    text-align: left;
}

[dir="rtl"] .md\:text-left {
    text-align: right;
}

[dir="rtl"] .me-3 {
    margin-left: 0.75rem;
    margin-right: 0;
}

[dir="rtl"] .md\:ml-0 {
    margin-right: 0;
}

[dir="rtl"] .xl\:ml-auto {
    margin-left: 0;
    margin-right: auto;
}

/* Font support for Arabic */
body {
    font-family: 'Arial', 'Tahoma', sans-serif;
}

[dir="rtl"] body {
    font-family: 'Arial', 'Tahoma', 'Droid Arabic Naskh', sans-serif;
}

body {
    /* font-family: Poppins; */
    color: #2F3146;
    padding-bottom: 40px; /* Ensure content doesn't hide behind the sticky buttons */

    /* Updated text color */
}

a:hover {
    color: #BD9A60 !important;
}

.btn {
    background-color: #D7120F;
}

.text-secondary {
    color: #51524A;
}

/* New background color styles */
.bg-secondary {
    background-color: #51524A;
    flex: 1; /* Each button takes 50% width */
    padding: 16px 0;
}

.bg-primary {
    background-color: #C4A366;
    flex: 1; /* Each button takes 50% width */
    padding: 16px 0;
}

.sticky-wrapper {
    position: fixed;
    bottom: 0;
    padding-top: 30;
    left: 50%;
    width: 70%;
    display: flex;
    z-index: 1000;
    transform: translateX(-50%);

}


.sticky-button + .sticky-button {
    border-left: 1px solid #ccc;
}

.bg-primary-dark {
    background-color: #A89260;
}

.bg-primary:hover {
    color: white !important;
}

.text-theme {
    color: #C4A366;
}

.header-section nav a {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.header-section nav a.active {
    color: #BD9A60;
}

.to-gradient {
    --tw-gradient-to: #5D0708 var(--tw-gradient-to-position);
}

.from-gradient {
    --tw-gradient-from: #D80D0A var(--tw-gradient-from-position);
    --tw-gradient-to: #5D0708 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.head-font {
    font-family: 'bahnschrift';
}

.text-font {
    font-family: 'Poppins';
}

.w-auto {
    width: auto !important;
}

.banner-section h1 {
    font-size: 64px;
}

.test-rating i {
    color: #F4BC61;
    font-size: 16px;
}

.call-to-action-section {
    background-color: #BD9A60;
}

/* .footer-bottom {
    background-color: #3D3D3D;
} */

div#mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: white;
}

/* New styles for main-tab-list */
.main-tab-list span .icon {
    width: 50px;
    border: 2px solid #C4A366;
    height: 50px;
    justify-content: center;
    display: grid;
    align-items: center;
    background-color: #C4A366;
    border-radius: 100%;
}

.main-tab-list .active .icon {
    background-color: transparent;
}

.main-tab-list .icon svg path {
    fill: white;
}

.main-tab-list .active .icon svg path {
    fill: #C4A366;
}

/* New styles for section-lists */
.section-lists a div {
    position: relative;
    border: 2px solid transparent;
}

.section-lists a.active div {
    border: 2px solid #c4a366;
}

.section-lists a.active div:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    height: 23px;
    width: 23px;
    background-image: url("../images/selected-icon.png");
    background-repeat: no-repeat;
    background-position: center;
}

/* New styles for step-form */
.step-form input,
.step-form select {
    background: #F6F7F9;
    padding: 18px 14px;
    font-weight: 300;
    border-radius: 10px;
    font-size: 14px;
}

.dob-fields select:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dob-fields select:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dob-fields select {
    border-radius: 0px;
}

.step-form .checkbox input {
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 0px;
    border: 2px solid #BD9A60;
    border-radius: 100%;
}

.step-form .checkbox input:checked {
    appearance: auto !important;
    border: none;
    accent-color: #BD9A60;
}

/* New styles for plan-list */
.plan-list .card {
    background-color: #F5F4F4;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.plan-list .card-active {
    border: 2px solid #C4A366;
    background-color: #F5F4F4;
    box-shadow: 0px 4px 4px 0px #00000040;
}


.main-tab-list .divider {
    background: #C4A366;
    width: 49px;
    font-size: 1px;
    height: 3px;
}

@media (max-width: 767px) {
    .insurance-form .search-icon {
        display: none;
    }

    .insurance-form .checkbox {
        margin-top: 0px;
    }

    .banner-section h1 {
        font-size: 48px;
    }

    .insurance-list-block {
        justify-content: center !important;
    }
}

@media (max-width: 550px) {
    .banner-section h1 {
        font-size: 40px;
    }
}

@media (max-width: 450px) {
    .insurance-list-block a img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.insurance-list-block a {
    transition: all 0.2s ease-in-out;
    width: 100px;
    justify-content: space-between;
}

.insurance-list-block a img {
    filter: grayscale(100%);
    width: 100%;
    object-fit: contain;
}

.insurance-list-block a p {
    font-size: 12px;
}

.insurance-list-block a:hover img {
    filter: grayscale(0%);
}

/* How to Get Right Health Insurance */

.testimonial-section{
    overflow: hidden;
}
.testimonial-block .shadow-lg{
    box-shadow: 0px 20px 60px 0px #0000001A;
}
.testimonial-block img {
    margin-top: -68px;
}
.testimonial-block {
    direction: rtl !important;
    margin-top: 70px !important;
}
.testimonial-block .owl-stage-outer {
    direction: ltr !important;
    overflow: visible;
}
.call-to-action-section {
    background-color: #BD9A60;
}
/* .footer-bottom {
    background-color: #3D3D3D;
} */
div#mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: white;
}
.insurance-list-block a{
    transition: all 0.2s ease-in-out;
    width: 100px;
    justify-content: space-between;
}
.insurance-list-block a:hover{
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0,0,0,.25);
    transform: scale(1.1);
}
.insurance-list-block a img{
    filter:grayscale(100%);
    width: 100%;
    object-fit: contain;
}
.insurance-list-block a p{
    line-height: 9pt;
    font-size: 12px;
    color: white;
    background-color: #151515b2;
    font-weight: 300 !important;
    padding: 4px 6px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.insurance-list-block a:hover img{
    filter:grayscale(0%);
}
.insurance-list-block a:hover p{
    background-color: #151515b2;
    opacity: 1;
    visibility: visible;
}
.insurance-brokers-block h4 {
    font-size: 20px;
    font-weight: 600;
}
.journey-number {
    background: #9B9B9B;
    color: white;
    width: 10%;
    height: 60px;
    text-align: center;
    border-radius: 100px;
    line-height: 43pt;
    font-size: 32px;
    font-weight: 600;
}
.journey-body{
    box-shadow: 0px 0px 10px 5px #0000001A;
    margin-bottom: 20px;
    padding: 11px 16px;
    gap: 15px;
    position: relative;
    width: 50%;
}
.journey-text h2 {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}
.journey-img{
    box-shadow: 0px 0px 10px 5px #0000001A;
    width: 44%;
    height: 100%;
}
.progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ddd;
}
.progress-bar {
    height: 100%;
    width: 0%;
    background: #4caf50;
    transition: width 3s linear;
}
.journey-img img {
    margin: auto;
    height: 100%;
}
.journey-text p {
    font-size: 14px;
}
.journey-text {
    width: 90%;
}
.insurance-form .form-checkbox + span{
    font-weight: 400;
}
.insurance-form label{
    font-size: 16px;
    color: #282A37;
    font-weight: 600;
    margin-bottom: 8px;
}
.insurance-form input, .insurance-form select{
    background: #F6F7F9;
    padding: 10px 14px;
    font-weight: 300;
    font-size: 14px;
}
.insurance-form .checkbox{
    margin-top: 20px;
}
.insurance-form .checkbox label {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #696969;
}
.insurance-form .search-icon {
    position: absolute;
    left: -33px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    color: #C4A366;
}
.insurance-form .checkbox input {
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 0px;
    border: 2px solid #BD9A60; /* Change border color */
    border-radius: 100%;
}
.insurance-form .checkbox input:checked {
    appearance: auto !important;
    border: none;
    accent-color: #E70C0C;
}


@media (max-width: 768px) {
    .insurance-form .search-icon{
        display: none;
    }
    .insurance-form .checkbox{
        margin-top: 0px;
    }
    .banner-section h1 {
        font-size: 48px;
    }
    .insurance-list-block a {
        width: 43%;
    }
    .journey-img {
        position: relative !important;
        width: 100%;
        box-shadow: none;
    }
    .journey-body {
        width: 100%;
        box-shadow: none;
    }
    .progress-bar-container {
        display: none;
    }
    .insurance-journey button.owl-prev span, .insurance-journey button.owl-next span{
        font-size: 20px;
        line-height: 0pt;
    }
    .insurance-journey button.owl-prev, .insurance-journey button.owl-next{
        background-color: rgb(245 245 245/ 1) !important;
        border-radius: 100px;
        border: 1px solid rgb(23 23 23/0.1) !important;
        height: 30px;
        width: 30px;
        margin: auto;
    }
    .journey-number {
        width: 60px;
    }
    .insurance-journey button.owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
   .insurance-journey button.owl-next {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 550px) {
    .banner-section h1 {
        font-size: 40px;
    }
}

@media (max-width: 450px) {
    .insurance-list-block a img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@font-face {
    font-family: 'bahnschrift';
    src: url('../fonts/bahnschrift-webfont.woff2') format('woff2'),
    url('../fonts/bahnschrift-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: Poppins;
    color:#6C6C6C;
}
a:hover {
    color: #BD9A60 !important;
}
.btn {
    background-color: #c4a366;
}
.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(81 87 77) !important;
}
.bg-theme {
    background-color: #c4a366;
}
.text-secondary {
    color: #51524A
}
.header-section nav a{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}
.header-section nav a.active {
    color: #BD9A60;
}
.call-to-action-section a{
    /* background-color: rgb(81 87 77) !important; */
}
.to-gradient {
    --tw-gradient-to: #5D0708 var(--tw-gradient-to-position);
}
.from-gradient {
    --tw-gradient-from: #D80D0A var(--tw-gradient-from-position);
    --tw-gradient-to: #5D0708 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.head-font {
    font-family: 'bahnschrift';
}
.text-font {
    font-family: 'Poppins';
}
.w-auto {
    width: auto !important;
}
.banner-section h1{
    font-size: 64px;
}
.test-rating i {
    color: #F4BC61;
    font-size: 16px;
}
.testimonial-section{
    overflow: hidden;
}
.testimonial-block .shadow-lg{
    box-shadow: 0px 20px 60px 0px #0000001A;
}
.testimonial-block img {
    margin-top: -68px;
}
.testimonial-block {
    margin-top: 70px !important;
}
.testimonial-block .owl-stage-outer {
    overflow: visible;
}
.call-to-action-section {
    background-color: #BD9A60;
}

div#mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: white;
}
.insurance-list-block a{
    transition: all 0.2s ease-in-out;
    width: 100px;
    justify-content: space-between;
}
.insurance-list-block a:hover{
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0,0,0,.25);
}
.insurance-list-block a img{
    /*filter:grayscale(100%);*/
    width: 100%;
    object-fit: contain;
}
.insurance-list-block a p{
    line-height: 9pt;
    font-size: 12px;
    color: white;
    background-color: #151515b2;
    font-weight: 300 !important;
    padding: 4px 6px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.insurance-list-block a:hover img{
    filter:grayscale(0%);
}
.insurance-list-block a:hover p{
    background-color: #151515b2;
    opacity: 1;
    visibility: visible;
}
.insurance-brokers-block h4 {
    font-size: 20px;
    font-weight: 600;
}
.journey-number {
    background: #9B9B9B;
    color: white;
    width: 10%;
    height: 60px;
    text-align: center;
    border-radius: 100px;
    line-height: 43pt;
    font-size: 32px;
    font-weight: 600;
}
.journey-body{
    box-shadow: 0px 0px 10px 5px #0000001A;
    margin-bottom: 20px;
    padding: 11px 16px;
    gap: 15px;
    position: relative;
    width: 50%;
}
.journey-text h2 {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}
.journey-img{
    box-shadow: 0px 0px 10px 5px #0000001A;
    width: 44%;
    height: 100%;
}
.progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ddd;
}
.progress-bar {
    height: 100%;
    width: 0%;
    background: #4caf50;
    transition: width 3s linear;
}
.journey-img img {
    margin: auto;
    height: 100%;
}
.journey-text p {
    font-size: 14px;
}
.journey-text {
    width: 90%;
}
.insurance-form .form-checkbox + span{
    font-weight: 400;
}
.insurance-form label{
    font-size: 16px;
    color: #282A37;
    font-weight: 600;
    margin-bottom: 8px;
}
.insurance-form input, .insurance-form select{
    background: #F6F7F9;
    padding: 10px 14px;
    font-weight: 300;
    font-size: 14px;
}
.insurance-form .checkbox{
    margin-top: 20px;
}
.insurance-form .checkbox label {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #696969;
}
.insurance-form .search-icon {
    position: absolute;
    left: -33px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    color: #C4A366;
}
.insurance-form .checkbox input {
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 0px;
    border: 2px solid #BD9A60; /* Change border color */
    border-radius: 100%;
}
.insurance-form .checkbox input:checked {
    appearance: auto !important;
    border: none;
    accent-color: #E70C0C;
}
.from-gradient {
    --tw-gradient-from: #c4a366 ;
    --tw-gradient-to: #51574d ;
}


@media (max-width: 1025px) {
    .insurance-brokers-block  > div{
        width: 47%;
    }
}

@media (max-width: 768px) {
    .banner-section p.text-secondary.mt-6.text-3xl.font-bold.head-font{
        font-size: 24px;
    }
    .insurance-brokers-block  > div{
        width: 100%;
    }
    .insurance-form .search-icon{
        display: none;
    }
    .insurance-form .checkbox{
        margin-top: 0px;
    }
    .banner-section h1 {
        font-size: 48px;
    }
    .insurance-list-block a {
        width: 43%;
    }
    .journey-img {
        position: relative !important;
        width: 100%;
        box-shadow: none;
    }
    .journey-body {
        width: 100%;
        box-shadow: none;
    }
    .progress-bar-container {
        display: none;
    }
    .insurance-journey button.owl-prev span, .insurance-journey button.owl-next span{
        font-size: 20px;
        line-height: 0pt;
    }
    .insurance-journey button.owl-prev, .insurance-journey button.owl-next{
        background-color: rgb(245 245 245/ 1) !important;
        border-radius: 100px;
        border: 1px solid rgb(23 23 23/0.1) !important;
        height: 30px;
        width: 30px;
        margin: auto;
    }
    .journey-number {
        width: 60px;
    }
    .insurance-journey button.owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
   .insurance-journey button.owl-next {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 550px) {
    .banner-section h1 {
        font-size: 40px;
    }
}

@media (max-width: 450px) {
    .insurance-list-block a img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
} 

/* Health Landing New Look */

body {
  font-family: "Manrope", "Arial", sans-serif;
  /* line-height: 1.6; */
  color: #333;
}

/* Top Header */
.top-header {
  background: #c4a366;
  color: white;
  padding: 8px 0;
  font-size: 14px;
}

.top-header .container {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}



.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

/* Navigation */
.navbar {
  background: white;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .container {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}



.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-family: "Manrope";
  font-size: 16px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #d4af37;
}

/* Hero Section */
.hero {
  background:url("../images/slider4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  display: flex;
  position: relative;
}

.hero .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.hero-content {
  max-width: 700px;
  color: black;
}

.hero h1 {
  margin-top: 105px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 129.5%; /* 54.39px */
}

.hero p {
  padding-top: 24px;

  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

.btn-primary {
  background: #c4a366;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
  margin-right: 20px;
}

.btn-primary:hover {
  background: #b8941f;
}

.hero-subtext {
  font-size: 14px;
  opacity: 0.9;
}
.hero-content a {
  margin-top: 47px;
}
/* Insurance Comparison Section */
.comparison-section {
overflow: hidden;
  
  height: 461px;
  
}

.comparison-section .container {
  /* max-width: 1312px; */
  margin: 0 auto;
}

.comparison-card {
  width: 70%;
  margin-left: 10px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 24px 100px 0 rgba(0, 0, 0, 0.08);

  position: relative;
  height: 268px;
}

.card-header {
  display: flex;
  justify-content: end;
}
.clinic-container {
    position: absolute;
    top: 0px;
    right: -8px;
    z-index: 10;
}
.clinic-tag {
    position: relative;
}

.clinic-tag img{
    width: 170px;
    height: 48px;
    display: block;
}
.card-content {
  display: flex;
  padding: 30px;
  gap: 30px;
  align-items: center;
  min-height: 120px;
}
.details-section-container{
    width: 100%;
}

.logo-section {
  flex-shrink: 0;
}

.company-logo {
  border-radius: 16px;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 305px;
  width: 305px;
  height: 120px;
  box-shadow: 0 24px 100px 0 rgba(0, 0, 0, 0.08);
}
.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 280px;
  max-height: 100px;
}
.logo-text {
  font-size: 24px;
  font-weight: bold;
  color: #1e3a8a;
}

.logo-icon {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.logo-icon .bar {
  width: 4px;
  height: 12px;
  background: #1e3a8a;
  border-radius: 2px;
}

.logo-icon .bar:nth-child(2) {
  height: 16px;
}

.logo-icon .bar:nth-child(3) {
  height: 20px;
}

.details-section {
display: flex;
gap: 20px;
justify-content: space-between;

}

.detail-item {
  padding: 20px 15px;
 gap: 20px;
  display: flex;

  justify-content: space-between;
}
.detail-item1 {
    padding: 20px 0px;
   gap: 0px;
    display: flex;
    justify-content: center;
  
  }

.detail-item:last-child {
  border-right: none;
}
.detail-item-container1{
    display: flex;
    gap: 10px;
  
}
.detail-icon img{
    margin-top: 10px;
    width: 40px;
height: 40px;
}
.detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 16px;
  color: white;
}



.detail-label {
  font-size: 16px;
  color: #666;
  margin-bottom: 0px;
  font-weight: 500;
  
}

.detail-value {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0px;
}
.detail-value-container{
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-value-container img{
  width: 15px;
  height: 15px;
}
.per-price-tag{
 font-size: 25px;
}
.per-year-tag {
  background: #f1faf5;
  color: #27AE60;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
}

.network-tag {
    font-size: 10px;
  color: #c4a366;
  border-radius: 10px;
  background: #f5f5f5;
  display: inline-flex;
  height: 44px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.card-actions {
    margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.get-quotes-btn {
  background: #c4a366;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

  .get-quotes-btn:hover {
    background: #a68a4a;
  }

/* Reliable Broker Section */
.broker-section {
  background: white;
  padding: 60px 0;
}

.broker-section .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
}

.broker-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;

}

.broker-text h2 {
  font-size: 48px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.broker-text p {
    color: #4A4A4A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.btn-outline-primary {
  background: transparent;
  color: #d4af37;
  margin-top: 31px;
  padding: 12px 25px;
  border-radius: 100px;
  border: 1px solid #C4A366;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.stats-bar {
  background: #c4a366;
  background-image: url("../images/background.png");
  padding: 20px 0;
  margin-top: 40px;
  align-items: center;
  /* height: 188px; */
  border-radius: 20px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.stats-container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  color: white;
}

.stat-item h3 {
  font-size: 64px;
  margin-bottom: 5px;
}

  .stat-item p {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 5px;
  }

  .stat-divider {
    width: 2px;
    height: 64px;
    background: rgba(255, 255, 255, 0.3);
  }

/* How to Get Insurance Section */
.how-to-section {
  padding: 80px 0;
}

.how-to-section .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
}

.how-to-content {
    margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.how-to-text h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
}

.how-to-text .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.how-to-section-header h2{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    letter-spacing: -0.96px;
margin-bottom: 24px;
}
.how-to-section-header p{
    color: #737373;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.216px;
}
  .step {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    gap: 20px;
    height: 119px;
    border-radius: 8px;
    background: #FFF;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .step:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }

  .step:hover .step-number {
    color: black;
  }

  .step::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #DDDDDD;
  }

  .step::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 4px;
    background: #C4A366;
    transition: width 2.0s ease;
    z-index: 1;
  }

  .step:hover::before {
    width: 100%;
  }

  .step.loading::before {
    width: 100%;
  }

.step-number {
    border-radius: 12px;
    background: rgba(196, 163, 102, 0.16);
  color: #C4A366;
  width: 56px;
  height: 56px;
 
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  flex-shrink: 0;
}

.step-content h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.step-content p {
  color: #666;
  font-size: 14px;
}

.mobile-mockup {
  text-align: center;
  border-radius: 18.139px;
background: #FAFAFA;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.mobile-mockup img {
  max-width: 300px;
  height: auto;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 1;
}

/* International Coverage Section */
.coverage-section {
  background: white;
  padding: 80px 0;
}

.coverage-section .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
}

.section-header .subtitle {
  font-size: 18px;
  color: #666;
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.coverage-card {
  background: white url("../images/Frame-c.png") no-repeat center center;
  background-size: cover;
  padding: 40px 17px;
  border-radius: 10px;
  height: 276px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.coverage-card:hover {
    background: #C4A366 url("../images/Frame-c2.png") no-repeat center center;
  transform: translateY(-5px);
}

.coverage-card:hover .coverage-icon {
  background: white;
}


.coverage-card:hover h3 {
  color: white;
}

.coverage-card:hover .btn-explore {
  color: #d4af37;
  background: white;
}

.coverage-icon {
  background: #d4af37;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 42px;
  background: rgba(196, 163, 102, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.coverage-icon img{
    width: 32px;
height: 32px;
}
.coverage-card h3 {
    color: #535353;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Subtitle 18 Medium */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
  margin-top: 16px;
  margin-bottom: 15px;
  flex-grow: 1;
}

/* .btn-explore {
  margin-top: auto;
} */

.btn-explore {
  background: #C4A366;
  color: white;
  width: 90px;
  height: 36px;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  color: #FFF;

font-family: Inter;
font-size: 12.825px;
font-style: normal;
font-weight: 700;
line-height: normal;
  text-decoration: none;
  display: inline-block;
}

/* Included Extras Section */
.extras-section {
 
  padding: 80px 0;
}

.extras-section .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
}

.extras-content {
  text-align: center;
  margin-bottom: 50px;
}

.extras-content h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 150% */
}

.extras-content p {
    margin-top: 24px;
    color: #565353;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 166.667% */
}

.extras-content .highlight {
    color: #2E2D2D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0px;
}

.extras-grid {
    margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.extra-card {
  background: white;
  height: 364px;
  padding: 48px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.extra-icon {

  color: white;
  width: 80px;
height: 80px;
border-radius: 15px;
background: #C4A366;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
}
.extra-icon img{
    width: 40px;
height: 40px;
}
.extra-card h3 {
    margin-top: 24px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
}

.extra-card p {
    margin-top: 24px;

    color: #4F4E4E;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}

/* Premium Care Section */
.premium-section {
  background: white;
  padding: 80px 0;
}

.premium-section .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
}

.premium-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.premium-text .label {
    color: #C4A366;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    letter-spacing: 3.6px;

}

.premium-text h2 {
    margin-top: 16px;
    color: #000;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 57.6px */
    letter-spacing: -0.96px;
}

.premium-text p {
    margin-top: 16px;
    color: #525252;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.216px;
}

.premium-mockup {
  position: relative;
  text-align: center;
}
.premium-mockup img{
    width: 100%;

}
.premium-mockup .phone-container {
  position: relative;
  display: inline-block;
}
.btn-premium{
    margin-top: 40px;
    text-decoration: none;
    color: #C4A366;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 162.5% */
    width: 285px;
    display: flex;
padding: 16px 32px;
justify-content: center;
align-items: center;
gap: 8px;
    border-radius: 100px;
border: 1px solid #C4A366;
}

.btn-premium:hover{
    background: #C4A366;
    color: white;
    transition: all 0.3s ease; /* smooth effect */
}

.premium-mockup .phone {
  width: 250px;
  height: 500px;
  background: #f0f0f0;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.premium-mockup .gold-circle {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: #d4af37;
  border-radius: 50%;
  z-index: -1;
}



.hero-subtext p {
  margin-left: 110px;
}
.hero-user-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.hero-subtext-icon {
  position: absolute;
  top: 20px;
  left: 0;
  background-image: url("../images/Avatar.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.hero-subtext-icon1 {
  position: absolute;
  top: 20px;
  left: 30px;
  background-image: url("../images/Avatar\ \(1\).png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.hero-subtext-icon2 {
  position: absolute;
  top: 20px;
  left: 60px;
  background-image: url("images/Avatar\ \(2\).png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.card-content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* Carousel specific styles */


.carousel-track {
  display: flex;
  gap: 30px;
}

.carousel-track .comparison-card {
  flex-shrink: 0;
}

.carousel-track .company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.carousel-track .company-logo img {
  width: 100%;
  height: 100%;
  max-width: 280px;
  max-height: 100px;
  object-fit: contain;
}
/* Responsive Design */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 32px;
  }
  section {
    padding: 50px 0;
  }

  .coverage-grid,
  .extras-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .comparison-section {
    overflow-x: hidden;
  }

  .broker-content,
  .how-to-content,
  .premium-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-question {
    min-height: 44px;
    touch-action: manipulation;
  }
  
  .step {
    cursor: pointer;
    touch-action: manipulation;
  }
  
  .coverage-card,
  .extra-card,
  .testimonial-card {
    touch-action: manipulation;
  }
   .step,
  .coverage-card,
  .extra-card {
    will-change: transform;
  }
  
  .step:hover,
  .coverage-card:hover,
  .extra-card:hover {
    transform: none; /* Disable hover effects on mobile */
  }
}

@media (max-width: 480px) {
  .coverage-grid,
  .extras-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  section {
    padding: 40px 0;
  }

  .nav-menu {
    display: none;
  }
}
/* mustajab */

.footer {
  background: white;
  color: #A3A3A3;
  padding: 60px 0 20px;
}

.footer-bottom {
  border-top: 1px solid #555;
  padding-top: 20px;
  text-align: center;
  color: #737373;
  font-size: 16px;
}

.footer-social {
  margin-top: 20px;
  
}

.social {
  width: 36px;
  height: 36px;
}

.footer-titles {
  color: black;
  font-size: 16px;
}

.footer-links h4 {
  margin-bottom: 20px;
}

.main-logo{
  width: 73px;
  height: 33px;
}

.big-texts{
  font-size: 16px;
  color: #737373;
}

.small-texts{
  font-size: 14px;
  color: #737373;
}

.footer-brand img {
  margin-bottom: 24px;
}

.footer-brand p {
  color: #ccc;
  margin-bottom: 24px;
  line-height: 1.6;
}

.contact-info p {
  margin-bottom: 16px;
}

#email-input{
  color: #C4A366;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Manrope", "Arial", sans-serif;
  border-color: #C4A366;
  border: 1px solid #C4A366;
  border-radius: 20px;
}

#email-input::placeholder {
    color: #C4A366;
    font-family: "Manrope", "Arial", sans-serif;
  }

#subscribe-button {
  border-radius: 20px;
  font-family: "Manrope", "Arial", sans-serif;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease; /* smooth effect */
}

#subscribe-button:hover {
  background-color: white; 
  color: #C4A366; 
  border: 1px solid #C4A366;
}

.btn-outline-primary {
  background: transparent;
  color: #C4A366;
  border: 1px solid #C4A366;
  padding: 16px 24px;
  border-radius: 40px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.btn-outline-primary:hover {
  background: #C4A366;
  color: white;
  transition: all 0.3s ease; /* smooth effect */
}


/* Testimonials Section */
.testimonials-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.testimonials-section .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonials-content {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.testimonials-content h2 {
  font-size: 48px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 56px;
}

.testimonials-content p {
  font-size: 14px;
  color: #525252;
  margin-bottom: 15px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: white;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-card .pfps {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  margin-bottom: 16px;
}

.testimonial-card h4 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
  line-height: 120%;
}

.testimonial-card .title {
  font-size: 16px;
  color: #A3A3A3;
  margin-bottom: 24px;
}

.stars {
  width: 144px;
  height: 24px;
  margin-bottom: 32px;
}

.testimonial-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 32px;
}

.Quote {
  width: 48px;
  height: 48px;
}

/* FAQ Section */
.faq-section {
  background: white;
  padding: 80px 0;
}

.faq-section .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-header {
  text-align: left;
  margin-bottom: 50px;
}

.faq-header h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
}

.faq-header .subtitle {
  font-size: 16px;
  color: #666;
}

.faq-item {
  background: #f8f9fa;
  margin-bottom: 15px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.faq-question {
  background: white;
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  font-size: 24px;
  border: none;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  font-family: "Manrope", "Arial", sans-serif;
}

.faq-question:hover {
  background: #f8f9fa;
}


.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}

.faq-answer.active {
  padding: 0px 20px 20px 20px;
  max-height: 200px;
}

.faq-icon {
  transition: transform 0.3s;
}

.faq-question.active .faq-icon {
  transform: rotate(180deg);
}

/* Let's Talk Section */
.lets-talk-section {
  max-width: 1312px;
  margin: 0 auto;
  background-image: url("../images/letstalk-bg.png"); /* your image */
  background-color: #C4A366; /* base color */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: 80px;
}


.lets-talk-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.lets-talk-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.btn-white {
  background: white;
  color: #C4A366;
  padding: 16px 32px;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

/* Footer */


.footer .container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 40px;
  margin-bottom: 40px;
}



.contact-info {
  color: #fff;
}


.footer-links ul {
  list-style: none;
}

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #C4A366;
}

.subscribe-section input {
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
  width: 200px;
}

.subscribe-section button {
  background: #C4A366;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}



.footer-social a {
  color: #ccc;
  font-size: 20px;
  margin-right: 15px;
    width: 30px;   /* control icon size */
  text-decoration: none;
}
.footer-social .social {
  width: 30px;   /* control icon size */
  height: auto;
}

#pin{
  width: 24px;
  height: 24px;
}

#telephone{
  width: 24px;
  height: 24px;
}

#envelope{
  width: 24px;
  height: 24px;
}

.contact-info-elements{
 display: flex;
 align-items: center;
 gap: 12px;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

.nav-menu.mobile-active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
}

/* Responsive Media Queries */

/* Large Tablets and Small Desktops - 1024px and below */
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  /* Hero Section */
  .hero h1 {
    font-size: 36px;
    margin-top: 80px;
  }

  .hero p {
    font-size: 16px;
  }

  /* Comparison Section */
  .comparison-card {
    margin-left: 0;
     width: 70%;
     height: auto;
  }

  .company-logo {
    min-width: 250px;
    width: 250px;
  }

  .details-section {
    gap: 15px;
  }

  .detail-value {
    font-size: 20px;
  }

  /* Stats Section */
  .stat-item h3 {
    font-size: 48px;
  }

  .stat-item p {
    font-size: 18px;
  }

  /* Coverage Grid */
  .coverage-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* How to Section */
  .how-to-section-header h2 {
    font-size: 36px;
  }

  /* Broker Section */
  .broker-text h2 {
    font-size: 36px;
  }

  /* Premium Section */
  .premium-text h2 {
    font-size: 36px;
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonials-content h2 {
    font-size: 36px;
  }

  /* Footer */
  .footer-content {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 30px;
  }
}

/* Tablets - 768px and below */
@media (max-width: 768px) {
  /* Navigation */
  .navbar .container {
    padding: 0 15px;
  }

  .nav-menu {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .navbar {
    position: relative;
  }

  /* Hero Section */
  .hero {
    height: 600px;
    padding: 20px 0;
  }

  .hero h1 {
    font-size: 28px;
    margin-top: 60px;
    line-height: 1.3;
  }

  .hero p {
    font-size: 16px;
    padding-top: 16px;
  }

  .hero-subtext {
    margin-top: 20px;
  }

  .hero-subtext p {
    margin-left: 80px;
    font-size: 12px;
  }

  .hero-user-icon {
    transform: scale(0.8);
  }

  /* Comparison Section */
  .comparison-section {
    height: auto;
    padding: 40px 0;
  }

  .comparison-card {
    height: auto;
    padding: 15px;
     width: 70%;
  }

  .card-content {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .company-logo {
    min-width: 100%;
    width: 100%;
    height: 80px;
  }

  .details-section {
    flex-direction: column;
    gap: 10px;
  }

  .detail-item {
    padding: 15px 0;
    justify-content: center;
  }

  .detail-item svg {
    display: none;
  }

  .card-actions {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .network-tag {
    text-align: center;
  }

  .get-quotes-btn {
    width: 100%;
  }

  /* Broker Section */
  .broker-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .broker-text h2 {
    font-size: 28px;
  }

  .stats-container {
    flex-direction: column;
    gap: 20px;
  }

  .stat-divider {
    width: 50px;
    height: 2px;
  }

  .stat-item h3 {
    font-size: 36px;
  }

  /* How to Section */
  .how-to-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .how-to-section-header h2 {
    font-size: 28px;
  }

  .step {
    height: auto;
    min-height: 100px;
    padding: 15px;
  }

  .step-number {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .step-content h3 {
    font-size: 16px;
  }

  .step-content p {
    font-size: 13px;
  }

  .mobile-mockup {
    order: -1;
    height: 300px;
  }

  .mobile-mockup img {
    max-width: 250px;
  }

  /* Coverage Section */
  .coverage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .coverage-card {
    height: 250px;
    padding: 30px 15px;
  }

  .coverage-card h3 {
    font-size: 16px;
  }

  /* Extras Section */
  .extras-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .extras-content h2 {
    font-size: 32px;
  }

  .extras-content p {
    font-size: 18px;
  }

  .extra-card {
    height: auto;
    padding: 30px 20px;
  }

  /* Premium Section */
  .premium-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .premium-text h2 {
    font-size: 32px;
  }

  .premium-mockup {
    order: -1;
  }

  .btn-premium {
    width: 100%;
    margin-top: 30px;
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .testimonials-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .testimonials-content h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  /* FAQ Section */
  .faq-question {
    font-size: 18px;
    padding: 15px;
  }

  .faq-header h2 {
    font-size: 28px;
  }

  /* Let's Talk Section */
  .lets-talk-section {
    padding: 60px 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lets-talk-content h2 {
    font-size: 32px;
  }

  .lets-talk-content p {
    font-size: 16px;
  }

  /* Footer */
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* Mobile Phones - 480px and below */
@media (max-width: 480px) {
  /* Top Header */
  .top-header .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
  }

  .social-icons {
    gap: 10px;
  }

  /* Hero Section */
  .hero {
    height: 500px;
  }

  .hero h1 {
    font-size: 24px;
    margin-top: 40px;
  }

  .hero p {
    font-size: 14px;
  }

  .btn-primary {
    padding: 12px 20px;
    font-size: 14px;
    margin-top: 30px;
  }

  .hero-subtext p {
    margin-left: 60px;
    font-size: 11px;
  }

  .hero-user-icon {
    transform: scale(0.7);
  }

  /* Comparison Section */
  .card-content-container {
    flex-direction: column;
    gap: 20px;
  }

  .detail-item-container1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .detail-icon img {
    margin-top: 0;
  }

  .detail-value {
    font-size: 18px;
  }

  .detail-label {
    font-size: 14px;
  }

  /* Stats Section */
  .stat-item h3 {
    font-size: 28px;
  }

  .stat-item p {
    font-size: 14px;
  }

  /* Coverage Grid */
  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .coverage-card {
    height: 220px;
  }

  .section-header h2 {
    font-size: 24px;
  }

  .section-header .subtitle {
    font-size: 16px;
  }

  /* How to Section */
  .how-to-section-header h2 {
    font-size: 24px;
  }

  .how-to-section-header p {
    font-size: 16px;
  }

  .step {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }

  .step-number {
    margin-bottom: 10px;
  }

  /* Broker Section */
  .broker-text h2 {
    font-size: 24px;
  }

  .stats-bar {
    padding: 30px 0;
  }

  /* Extras Section */
  .extras-content h2 {
    font-size: 28px;
  }

  .extras-content p,
  .extras-content .highlight {
    font-size: 16px;
    line-height: 1.5;
  }

  /* Premium Section */
  .premium-text h2 {
    font-size: 28px;
  }

  .premium-text p {
    font-size: 16px;
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testimonials-content h2 {
    font-size: 28px;
  }

  .testimonial-card {
    padding: 25px 15px;
  }

  .testimonial-card h4 {
    font-size: 20px;
  }

  .testimonial-card .title {
    font-size: 14px;
  }

  .testimonial-card p {
    font-size: 13px;
  }

  /* FAQ Section */
  .faq-question {
    font-size: 16px;
    padding: 12px;
    line-height: 1.3;
  }

  .faq-header h2 {
    font-size: 24px;
  }

  /* Let's Talk Section */
  .lets-talk-content h2 {
    font-size: 28px;
  }

  .lets-talk-content p {
    font-size: 14px;
    br {
      display: none;
    }
  }

  .btn-white {
    padding: 12px 24px;
    font-size: 16px;
  }

  /* Footer */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-info-elements {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .contact-info-elements p {
    font-size: 14px;
  }

  .footer-social {
    display: flex;
    gap: 15px;
  }

  .social {
    width: 32px;
    height: 32px;
  }
}

/* Extra Small Screens - 320px and below */
@media (max-width: 320px) {
  .hero h1 {
    font-size: 22px;
  }

  .hero-subtext p {
    margin-left: 50px;
  }

  .comparison-card {
    padding: 10px;
     width: 70%;
  }

  .coverage-card {
    padding: 25px 10px;
  }

  .step {
    padding: 15px 10px;
  }

  .testimonial-card {
    padding: 20px 10px;
  }

  .lets-talk-section {
    padding: 40px 15px;
  }
}

