:root {
  --brand-navy: #0b3c5d;
  --brand-navy-2: #1c4c73;
  --brand-dark: #05070d;
  --brand-teal: #2fa48f;
  --brand-light-bg: #f8fafb;
  --brand-card: #f8fafb;
  --brand-text: #0d1a4f;
  --brand-muted: #6d7c90;
  --brand-gray: #6d6d6d;
  --brand-border: #e2e8f0;
  --brand-gold: #d4a56a;
  --brand-white: #ffffff;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--brand-white);
  color: var(--brand-text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Helper Classes */
.text-primary-custom { color: var(--brand-teal) !important; }
.bg-primary-custom { background-color: var(--brand-teal) !important; }
.x-small { font-size: 0.75rem; }
.grayscale { filter: grayscale(100%); transition: filter 0.3s ease; }
.grayscale:hover { filter: grayscale(0%); }

.transition-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
}

.btn-primary-custom-navy {
  position: relative;
  display: inline-flex;
  align-items: center;
    letter-spacing: -0.31px;
    background: #0E4970;
    border: none;
    color: #ffffff;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

.btn-primary-custom-navy:hover {
  background: #2CBAA1;
  transform: translateY(-2px);
  color: white;
}

.btn-primary-custom {
    letter-spacing: -0.31px;
    background: #0E4970;
    border: none;
    color: #ffffff;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background: #0E4970;
  transform: translateY(-2px);
  color: white;
}

.btn-primary-custom-green {
    letter-spacing: 0;
    position: relative;
    background: #2CBAA1;
    border: none;
    color: #ffffff;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 24px 12px 24px;
    transition: all 0.3s ease;
}

.btn-primary-custom-navy i {
    position: absolute;
  right: 6px;
  top: 50%;
    background-color: #2CBAA1;
    border-radius: 50px;
  transform: translateY(-50%) rotate(-48deg);
    padding: 5px 5px;
    font-size: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  line-height: 1;
}

.btn-primary-custom-navy.hero-btn  {
    padding: 12px 55px 12px 30px;
}

.btn-primary-custom-navy:hover i {
  transform: translateY(-50%) rotate(0deg);
}
.btn-primary-custom-green:hover {
  background: white;
  transform: translateY(-2px);
  color: black;
}

.btn-outline-custom {
  line-height: 24px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 700;
  border: 1.5px solid var(--brand-navy-2);
  color: #0E4970;
  background: transparent;
  padding: 12px 28px;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background: #2CBAA1;
  color: white;
  transform: translateY(-2px);
}

.main-title {
      font-size: 4.5rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #030213;
    letter-spacing: -3%;
}

.main-title span {
    color: #2CBAA1;
    font-family: "Source Serif 4", serif;
    font-weight: 700;
}

.main-subtitle {
    font-size: 3.563rem;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: -3%;
    font-family: "Inter", sans-serif;
    color: #030213;
}

.main-subtitle span {
  font-family: "Source Serif 4", serif;
  font-weight: 700;
}

.para-graph {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 400;
    font-family: "Inter", sans-serif;
  letter-spacing: -2%;
  color: #6f6f6f;
} 

/* NAVBAR */
.main-header {
  background: #0E4970;
  padding: 5px 0;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #f3f3f3;
  z-index: 1030;
}


.logo-icon {
  font-size: 1.8rem;
  color: var(--brand-navy);
}



.logo-text h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
  color: var(--brand-text);
}

.logo-text span {
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  color: var(--brand-teal);
  font-weight: 700;
}

.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff !important;
  padding: 0.5rem 0.8rem !important;
}

.nav-link:hover {
  opacity: 1;
  color: #2CBAA1 !important;
}

/* HERO */
#home-banner.hero-section {
  padding: 20px 0 0px 0;
}

#home-banner .hero-title {
      font-size: 5rem;
    font-weight: 600;
    line-height: 80px;
      font-family: "Inter", sans-serif;
    letter-spacing: -2px;
  color: #030213;
}

#home-banner .hero-right-content {
      font-family: "Source Serif 4", serif;
    font-weight: 700;
    font-style: italic;
}

#home-banner .hero-text {
      font-size: 1.25rem;
    line-height: 34px;
    font-weight: 500;
    max-width: 480px;
    color: #6f6f6f;
    letter-spacing: -1%;
}

#home-banner .tag-switch-slider {
  width: 585px;
  overflow: hidden;
  background: #e5e7eb;
  border-radius: 40px;
  padding: 12px 0;
}

#home-banner .tag-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scrollleft 8s linear infinite;
}

#home-banner .tag-track span {
  white-space: nowrap;
  font-weight: 600;
  color: #111827;
}

#home-banner .hero-logo {
height: 50px; 
}

/* Continuous right → Left */
@keyframes scrollleft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

#home-banner .tag-switch-slider {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 4px;
  display: inline-flex;
}

#home-banner .tag-track span {
  padding: 6px 16px;
  font-size: 0.8rem;
  color: #64748b;
  border-radius: 50px;
  font-weight: 600;
}

#home-banner .tag-track span.active {
  background: white;
  color: var(--brand-text);
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

#home-brand-section .brand-slider {
  overflow: hidden;
  position: relative;
}

#home-brand-section .brand-track {
  display: flex;
  width: max-content;
  gap: 7rem;
  animation: scrollLeft 20s linear infinite;
}

/* Continuous Right → Left Motion */
@keyframes scrollLeft {
  from {
    transform: translateX(50);
  }
  to {
    transform: translateX(-50%);
  }
}

/* home client result */
 
#home-client-results {
    background-color: #f8f8f8;
}

.results-section h3 {
      font-size: 2.188rem;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    letter-spacing: -2%;
    color: #030213;
}

.brand-trust {
  font-size: 1.625rem !important;
}

.results-section h4 {
  font-size: 1.375rem;
    line-height: 25px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    letter-spacing: -1%;
    color: #030213;
}

.clnt-result-para  {
    font-size: 1rem;
    line-height: 23px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    color: #6f6f6f;
}

.client-col-bg {
    background: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 15px;
    border: 5px solid #f8f8f8;
}
.client-col-bg:hover {
    transform: translate(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 0;
}

.client-row-bg {
  background-color: #f8f8f8;
  border: 1px solid #d4d4d4;
  border-radius: 15px;  
  padding: 10px;
}

.results-image-wrapper video {
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
 
#home-brand-section .trust {
      font-size: 0.625rem;
    font-family: "Inter", sans-serif;
    color: #6a6a6a;
    font-weight: 500;
    letter-spacing: 1.2px;
}
#home-brand-section h3 {
      font-size: 1.375rem;
    font-family: "Inter", sans-serif;
    color: #030213;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1%;
}

/* mission */

.mission-section {
  background: #ffffff;
}

.mission-title {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #030213;
    letter-spacing: -2%;
}

.mission-title span {
    font-family: "Source Serif 4", serif;
    font-weight: 700;
}

.mission-wrapper {
  background: #f3f4f6;   /* light grey card */
  border-radius: 28px;
  position: relative;
}

/* Top floating icon */
.mission-top-icon {
    position: absolute;
    top: -35px;
    right: 40px;
    border-radius: 15px;
    width: 65px;
    padding: 30px 30px 40px 30px;
    height: 65px;
    background: #FAFBFC;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Badge */
.main-btn-center{
transition:0.3s;
}

.main-btn-center:hover{
transform: translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
    .main-btn-center{
        font-size: 1rem;
        position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    background: #2cbaa11a;
    color: #2CBAA1;
    border-radius: 12px;
    padding: 10px 15px;
        border: none;
    letter-spacing: -1%;
    line-height: 28px;
}

/* top border */
.main-btn-center::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:2px;
    background:#2CBAA1;
    transition:0.4s ease;
}

/* bottom border */
.main-btn-center::after{
    content:"";
    position:absolute;
    bottom:0;
    right:0;
    width:0;
    height:2px;
    background:#2CBAA1;
    transition:0.4s ease;
}

.main-btn-center:hover::before{
    width:100%;
}

.main-btn-center:hover::after{
    width:100%;
}

/* left and right borders */
.main-btn-center span::before,
.main-btn-center span::after{
    content:"";
    position:absolute;
    width:2px;
    height:0;
    background:#2CBAA1;
    transition:0.4s ease;
}

.main-btn-center span::before{
    left:0;
    bottom:0;
}

.main-btn-center span::after{
    right:0;
    top:0;
}

.main-btn-center:hover span::before{
    height:100%;
}

.main-btn-center:hover span::after{
    height:100%;
}


/* Bottom logo */
.mission-logo i {
  font-size: 1.75rem;
}

.mission-logo span {
  letter-spacing: 2px;
}

.phone-frame {
  border-radius: 2.5rem;
  background: #fff;
  padding: 8px;
  max-width: 350px;
  max-height: 397px;
  margin: auto;
  position: relative;
  box-shadow: 0 50px 50px -20px rgba(0,0,0,0.15);
}

.phone-img {
  border-radius: 2rem;
  width: 100%;
}

.bottom-logo {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-navy-2);
  width: 70px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* SERVICES */
.service-card {
  border: 1px solid #edf2f7;
  border-radius: 20px;
  background: white;
}

.service-icon-box {
  width: 50px;
  height: 50px;
  background: #f8fafc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon-box i {
  font-size: 1.5rem;
  color: var(--brand-gold);
}

#home-client-results .service-card h4 {
    font-size: 1.375rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    letter-spacing: -2%;
    line-height: 32px;
    color: #030213;
}

#home-client-results .service-card a {
  font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0D446D;
    line-height: 20px;
    background-color: #f8f8f8;
    border: 0;
    padding: 10px;
    letter-spacing: 0;
}
#home-client-results .service-card a:hover {
  background-color: #2CBAA1;
  color: white;
  transform: translateY(-2px)
}
/* MISSION */
.mission-wrapper {
  background: #f8f8f8;;
}

/* RESULTS */

.strong-brand {
 border-right: 1px solid #bdbdbd3b;
} 

.how-work-section{
    padding: 70px 0;
    background: #f5f6f88a;
    position: relative;
}

.workflow-wrapper{
position:relative;
}

.workflow-curve {
    position: absolute;
    top: 35px;
    left: 15%;
    width: 70%;
    height: 50px;
    z-index: 0;
}


.workflow-curve path{
fill:none;
stroke:#1e4f73;
stroke-width:3;
}

.section-heading{
margin-bottom:90px;
}

.workflow-wrapper{
position:relative;
margin-top:40px;
}

.workflow-line{
position:absolute;
top:38px;
left:15%;
width:70%;
height:2px;
background:#1e4f73;
border-radius:100px;
z-index:0;
}

.workflow-step{
position:relative;
z-index:2;
padding:20px 40px;
}

.icon-box{
width:70px;
height:70px;
background:#1e4f73;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 25px auto;
color:#ffffff;
font-size: 1.75rem;
}

.icon-box:hover {
  transform: translateY(-5px);
}

.step-title{
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 14px;
    color: #040213;
    line-height: 32px;
    letter-spacing: -2%;
}
/* Tablet */

@media (max-width:1199px){

.main-title{
font-size: 3rem;
}

.workflow-line{
display:none;
}

.workflow-step{
margin-bottom:50px;
}

}

/* Mobile */

@media (max-width:767px){

.how-work-section{
padding:80px 0;
}

.main-title{
font-size: 2.25rem;
}

.section-heading{
margin-bottom:60px;
}

.icon-box{
width:64px;
height:64px;
font-size: 1.5rem;
}

.step-title{
font-size: 1.25rem;
}


}

/* TESTIMONIAL */

.carousel, .carousel-inner, .carousel-item, .testimonial-card {
    position: unset;
}

.testimonial-section{
padding: 70px 0;
background-color: #ffffff;
}

.testimonial-wrapper{
display:flex;
align-items:center;
gap:30px;
}

.testimonial-card{
background: #f8f8f8;
    border-radius: 16px;
    padding: 60px;
}

/* Modal */
.modal {
  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;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

/* Popup box */
.modal-content {
  background: #fff;
  padding: 25px;
  width: 600px;
  border-radius: 12px;
  position: relative;
  transform: translateY(50px);
  transition: 0.3s;
}

.modal.active .modal-content {
  transform: translateY(0);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.375rem;
  cursor: pointer;
}

.quote-box{
position:absolute;
margin-top: -90px;
width:70px;
height:70px;
background:#38b2a3;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
font-size: 2rem;
color: #0E4970;
}

.category{
font-size: 0.875rem;
color:#6f6f6f;
display:block;
text-align:right;
margin-bottom:20px;
}

.testimonial-text{
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 500;
    color: #030213;
    margin-bottom: 25px;
    letter-spacing: -2%;
    font-family: "Inter", sans-serif;
}

  #moreText {
  overflow: hidden;
  transition: 0.5s ease;
}

#moreText {
  display: none;
}

#moreText.show {
  max-height: 200px;
}

.author{
font-size: 1.125rem;
color:#6f6f6f;
margin-top: 10px;
font-weight: bold;
}

.author span{
font-size: 1.125rem;
color:#6f6f6f;
font-weight:400;
}

.testimonial-image{
width:380px;
height:380px;
flex-shrink:0;
padding: 30px;
overflow:hidden;
}

.testimonial-image img{
width:100%;
height:100%;
object-fit:cover;
border-radius:16px;
}

/* DOTS */

.custom-dots{
position:relative;
margin-top:40px;
gap:10px;
}

.custom-dots button{
width:45px;
height:8px;
border-radius:10px;
background:#c7c7c7;
border:none;
opacity:1;
}

.custom-dots button.active{
background:#1e5c7d;
width:70px;
}

.carousel-indicators{
justify-content:center;
}

.carousel-indicators [data-bs-target] {
  background-color: #d9d9d9;
  border-radius: 50px;
  border: none;
  width: 12px;
  height: 12px;
}

.custom-dots button.active {
  background-color: #0E4970;
  width: 45px;
}

/* TABLET */

@media (max-width:1199px){

.testimonial-text{
font-size: 1.125rem;
}

.testimonial-image{
width:100%;
height: 320px;;
}

}

/* MOBILE */

@media (max-width:767px){

.testimonial-wrapper{
flex-direction:column;
}

.testimonial-card{
padding:50px 30px;
}

.testimonial-text{
font-size: 1rem;
}

.testimonial-image{
width:100%;
height:300px;
}


}

.testimonial-wrapper {
  background: #f8f8f8;
  border-radius: 30px;
}


/* team */


.why-section{
padding:70px 0;
}

.section-header{
text-align:center;
margin-bottom:70px;
}

.work-label{
display:inline-block;
background:#d6ebe5;
color:#1f9e86;
padding:10px 22px;
border-radius:12px;
font-size: 1rem;
margin-bottom:20px;
}



/* HEADER BOXES */

.estach-box{
background:#fff;
border:1px solid #6f6f6f36;
border-radius:24px;
padding: 10px 40px 27px;
font-size: 1.75rem;
font-weight:600;
color:#777;
display:flex;
align-items:center;
justify-content:center;
font-family: "Inter", sans-serif;
margin-bottom: 15px;
}

.agency-box {
    background: #f8f8f8;
    border: 1px solid #6f6f6f36;
    border-radius: 24px;
    padding: 25px 20px;
    font-size: 1.75rem;
    line-height: 45px;
    font-weight: 600;
    color: #6f6f6f;
    display: flex;
    align-items: center;
    justify-content: center;
     margin-bottom: 15px;
}

.estach-box img{
    height: 59px;
    width: 100%;
}

.vs-circle{
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-79%);
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.25rem;
    color: #555;
    z-index: 5;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}


/* CARDS */

.compare-content{
position:relative;
display:flex;
justify-content:center;
gap:15px;
margin-top:30px;
}

.compare-card.left-card {
background:#fafbfc;
border:1px solid #e5e5e5;
border-radius:20px;
padding:35px 40px;
}

.compare-card.right-card {
background:#ffffff;
border:1px solid #e5e5e5;
border-radius:20px;
padding:35px 40px;
}

.compare-card ul{
list-style:none;
padding:0;
margin:0;
}

.compare-card.left-card li {
display:flex;
align-items:center;
gap:12px;
margin-bottom:18px;
font-size: 1.125rem;
color:#6a6a6a;
letter-spacing: -1%;
}
.compare-card.right-card li{
display:flex;
align-items:center;
gap:12px;
margin-bottom:18px;
font-size: 1.125rem;
color:#030213;
letter-spacing: -1%;
}

.left-card i{
color:#a7a7a7;
font-size: 1.125rem;
}

.right-card i{
color:#28b39a;
font-size: 1.125rem;
}


/* BRAND SECTION */

.brand-section{
text-align:center;
margin-top:90px;
}

.brand-text{
color:#777;
font-size: 1rem;
margin-bottom:35px;
}


/* LOGO SLIDER */

.brand-slider-section {
    padding: 60px 0 10px;
}

.brand-title{
font-size: 1rem;
color:#6b6b6b;
margin-bottom:40px;
}

/* marquee */

.marquee{
width:100%;
overflow:hidden;
position:relative;
}

.marquee-content{
display:flex;
align-items:center;
gap:50px;
width:max-content;
animation:marqueeMove 20s linear infinite;
}

.marquee-content img {
    height: 20px;
    width: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* animation */

@keyframes marqueeMove{
0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}
}

/* responsive */

@media (max-width:768px){

.marquee-content{
gap:30px;
}

.marquee-content img{
height:45px;
}


}

.logo-slider{
overflow:hidden;
position:relative;
width:100%;
}

.logo-track{
display:flex;
gap:70px;
width:max-content;
animation:logoMove 20s linear infinite;
opacity:.5;
}

.logo-track img{
height:40px;
object-fit:contain;
}

@keyframes logoMove{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}


/* ANIMATIONS */

.compare-card{
opacity:0;
transform:translateY(50px);
animation:fadeUp 1s ease forwards;
}

.right-card{
animation-delay:.3s;
}

@keyframes fadeUp{
to{
opacity:1;
transform:translateY(0);
}
}


/* TABLET */

@media(max-width:1199px){

.main-title{
font-size: 3rem;
}

.agency-box,
.estach-box{
min-width:300px;
font-size: 1.375rem;
}



.compare-card{
width:100%;
}
.workflow-curve {
    display: none;

}
}

@media(max-width:767px) {
  .vs-circle{
position: absolute;
left: 54% !important;
}
}

/* MOBILE */

@media(max-width:767px){

.main-title{
font-size: 2.125rem;
}
.agency-box {
  margin-right: 0px;
}
.compare-header{
flex-direction:column;
gap:20px;
}

.vs-circle{
position:unset;
transform:none;
}

.compare-content{
flex-direction:column;
align-items:center;
}

.brand-text{
margin-bottom:25px;
}

.logo-track{
gap:40px;
}

}

.part-of-team {
    max-width: 900px;
    background: #f8f8f8;
    border-radius: 16px;
    padding: 40px;
}

.part-of-team h4 {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.68%;
    color: #030213;
      font-family: "Inter", sans-serif;

}

.join-section .team-apply {
    letter-spacing: -0.31px;
    background: #0E4970;
    border: none;
    color: #ffffff;
    width: 200px;
    border-radius: 50px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

/* cta section */

/* SECTION */

.cta-section{
padding:30px 0;
}

/* LEFT CARD */

.cta-card{
background:#FAFBFC;
border-radius:20px;
padding:70px 60px;
position:relative;
}

/* QUOTE ICON */

.quote-icon{
position:absolute;
top:-30px;
left: 50%;
transform:translateX(-50%);
background:#36b39c;
width:70px;
height:70px;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
font-size: 1.875rem;
color:#0b2740;
}

/* RIGHT IMAGE CARD */

.cta-image-card{
background: #FAFBFC;
border-radius:20px;
height:100%;
display:flex;
align-items:center;
justify-content:center;
padding:40px;
}

.cta-image-card img{
max-width:100%;
height:auto;
border-radius:12px;
}

/* RESPONSIVE */

@media (max-width:991px){

.cta-card{
padding:60px 40px;
}

}

@media (max-width:767px){

.cta-section{
padding:60px 0;
}

.cta-card{
padding:50px 30px;
text-align:center;
}
.quote-icon{
top:-35px;
}

}

/* COMPARISON */
.comparison-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.vs-circle {
  background: white;
  border: 1px solid #e2e8f0;
  font-weight: 800;
}

/* table */


.plan-section{
padding:80px 20px 100px 20px;
}

.plan-header{
margin-bottom:60px;
}

/* TABLE */

.service-table-wrapper{
border:2px solid #1aa391;
border-radius:24px;
overflow:hidden;
background:white;
}

.service-table{
width:100%;
border-collapse:collapse;
table-layout:fixed;
}

.service-table thead th{
    background: #FAFBFC;
    font-size: 1.75rem;
    font-weight: 600;
    padding: 20px 20px;
    letter-spacing: -1.68px;
    font-family: "Inter", sans-serif;
    text-align: center;
    color: #030213;
    border-right: 1px solid #E6E9F5;
}

.service-table thead th:last-child{
border-right:none;
}

.service-table tbody .service {
    padding: 20px 20px;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
    color: #030213;
    border-top: 1px solid #E6E9F5;
    border-right: 1px solid #E6E9F5;
    background: #ffffff;
}
.service-table tbody .service-2 {
    padding: 20px 20px;
    text-align: center;
    border-top: 1px solid #E6E9F5;
    border-right: 1px solid #E6E9F5;
    background: #ffffff;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    letter-spacing: -2%;
    color: #6f6f6f;
}

.service-table tbody td:last-child{
border-right:none;
}

.service{
font-weight:600;
color:#0b0c1a;
}

.outcome-head{
background:#e6fffb;
}

.outcome{
background:#e6fffb;
padding: 20px 20px;
text-align: center;
border-top: 1px solid #E6E9F5;
border-right: 1px solid #E6E9F5;
font-size: 1rem;
line-height: 25px;
font-weight: 400;
font-family: "Inter", sans-serif;
letter-spacing: -2%;
color: #6f6f6f;
}

/* TABLET */

@media (max-width:1199px){

.plan-title{
font-size: 3.25rem;
}

.service-table thead th{
font-size: 1.375rem;
padding:20px;
}

.service-table tbody td{
font-size: 1rem;
padding:20px;
}

}

/* MOBILE */

@media (max-width:767px){

.plan-title{
font-size: 2.375rem;
line-height:1.2;
}

.service-table thead{
display:none;
}

.service-table,
.service-table tbody,
.service-table tr,
.service-table td{
display:block;
width:100%;
}

.service-table tr{
border-bottom:1px solid #ddd;
}

.service-table td{
text-align:left;
padding:16px;
border-right:none;
background:#f4f4f4;
}

.outcome{
background:#cfe3df !important;
}

}

/* footer */

.main-footer{
background:#0E4970;
color:#ffffff;
padding:40px 0 30px;
}

.footer-logo{
margin-bottom:20px;
}

.footer-desc{
    font-size: 1.25rem;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: -2%;
}

.footer-desc span{
font-style:italic;
  font-family: "Source Serif 4", serif;
color:#ffffff;
font-size: 1.125rem;
}

/* social icons */

.social-icons{
display:flex;
gap:15px;
justify-content: flex-end;
}


.social-icons a{
width: 40px;
    height: 40px;
    background: #F5F6F7;
    color: #0E4970;
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    transition: 0.3s;
}

.social-icons a:hover{
background: #2CBAA1;
color: #ffffff;
}

/* footer links */

.footer-links h5{
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 24px;
}

.footer-links ul{
list-style:none;
padding:0;
margin:0;
}

.footer-links ul li{
    margin-bottom: 12px;
    color: #F5F6F7;
    font-size: 1rem;
    font-weight: 400;
}

.footer-links ul li a{
color:#d6e4ee;
text-decoration:none;
font-size: 1rem;
transition:0.3s;
}

.footer-links ul li a:hover{
color:#2CBAA1;
}

/* divider */

.footer-divider{
border-color:rgba(255,255,255,0.2);
margin:30px 0 20px;
}

/* bottom */

.footer-bottom{
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
}

.footer-legal-links{
display:flex;
align-items:center;
gap:12px;
margin-left:auto;
}
.footer-legal-links a:hover{
  color: #2CBAA1;
}

.footer-bottom p{
    color: #b8d4e68a;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-family: "Inter", sans-serif;
    width: fit-content;
}

.footer-bottom a{
text-decoration:none;
color:#d6e4ee;
transition:0.3s;
width: fit-content;
}


/* responsive */

@media (max-width:991px){

.footer-brand{
margin-bottom:25px;
}
.social-icons{
justify-content:flex-start;
}
.footer-links{
margin-bottom:40px;
}
}

@media (max-width:767px){

.footer-bottom{
flex-wrap:wrap;
justify-content: center;
}

.footer-links{
margin-bottom:30px;
}

.social-icons{
justify-content:flex-start;
}

.footer-desc{
font-size: 1rem;
}

.footer-legal-links{
justify-content: center;
width: 100%;
}

}

/* Responsive */
@media (max-width: 991px) {
  .hero-title { font-size: 3rem; }
  .phone-frame { margin-top: 40px; }
}
