: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 {
    letter-spacing: -0.31px;
    background: #0E4970;
    border: none;
    color: #ffffff;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 28px;
    transition: all 0.3s ease;
}
.btn-primary-custom:hover {
  background: #0E4970;
  transform: translateY(-2px);
  color: white;
}

.btn-outline-custom {
  line-height: 24px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    letter-spacing: -0.31px;
    font-weight: 700;
  border: 1.5px solid var(--brand-navy-2);
  color: #0E4970;
  background: transparent;
  font-weight: 600;
  padding: 12px 28px;
  transition: all 0.3s ease;
}
.btn-outline-custom:hover {
  background: #0E4970;
  color: white;
  transform: translateY(-2px);
}

.main-title {
      font-size: 72px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #030213;
    letter-spacing: -1.88px;
}

.main-title span {
    color: #2CBAA1;
    font-family: "Source Serif 4", serif;
}

.main-subtitle {
    font-size: 57px;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: -1.68px;
    font-family: "Inter", sans-serif;
    color: #030213;
}

.main-subtitle span {
  font-family: "Source Serif 4", serif;
}

.para-graph {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
    font-family: "Inter", sans-serif;
  letter-spacing: -2%;
  color: #6f6f6f;
} 

/* NAVBAR */
.main-header {
  background: var(--brand-white);
  padding: 15px 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.9rem;
  font-weight: 500;
  color: var(--brand-text) !important;
  opacity: 0.7;
  padding: 0.5rem 1rem !important;
}

.nav-link:hover {
  opacity: 1;
}

/* HERO */
#home-banner.hero-section {
  padding: 60px 0;
}

#home-banner .hero-title {
      font-size: 80px;
    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: 20px;
    line-height: 34px;
    font-weight: 500;
    max-width: 480px;
    color: #6f6f6f;
    letter-spacing: -0.45px;
}

#home-banner .tag-switch-slider {
  width: 420px;
  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;
}

/* 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;
  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: #f5f6f8;
}

.results-section h3 {
      font-size: 35px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    letter-spacing: -1px;
    color: #030213;
}

#home-brand-section .trust {
      font-size: 10px;
    font-family: "Inter", sans-serif;
    color: #6a6a6a;
    font-weight: 500;
    letter-spacing: 1.2px;
}
#home-brand-section h3 {
      font-size: 22px;
    font-family: "Inter", sans-serif;
    color: #030213;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.68px;
    letter-spacing: 1.2px;
}

/* mission */

.mission-section {
  background: #ffffff;
}

.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 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    background: #2cbaa11a;
    color: #2CBAA1;
    border-radius: 12px;
    padding: 10px 15px;
    letter-spacing: -0.68px;
    line-height: 28px;
}


/* Bottom logo */
.mission-logo i {
  font-size: 28px;
}

.mission-logo span {
  letter-spacing: 2px;
}

.phone-frame {
  border-radius: 2.5rem;
  background: #fff;
  padding: 8px;
  max-width: 340px;
  margin: auto;
  position: relative;
  box-shadow: 0 50px 100px -20px rgba(0,0,0,0.15);
}

.phone-img {
  border-radius: 2rem;
  width: 100%;
}

.bottom-logo {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-navy-2);
  width: 44px;
  height: 44px;
  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: 22px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.68%;
    line-height: 32px;
    color: #030213;
}

#home-client-results .service-card a {
  font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #030213;
    line-height: 22px;
    background-color: #f7f7f7;
    border: 0;
}

#home-client-results .service-card:hover {
  border : 3px solid #2CBAA1;
}

/* MISSION */
.mission-wrapper {
  background: #FAFBFC;;
}

/* RESULTS */


.how-work-section{
    padding: 70px 0;
    background: #f5f6f88a;
    position: relative;
}

.workflow-wrapper{
position:relative;
}

.workflow-curve{
    position: absolute;
    top: -15px;
    left: 15%;
    width: 70%;
    height: 120px;
    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:28px;
}

.step-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #040213;
    line-height: 32px;
    letter-spacing: -0.68px;
}
/* Tablet */

@media (max-width:1199px){

.main-title{
font-size:48px;
}

.workflow-line{
display:none;
}

.workflow-step{
margin-bottom:50px;
}

}

/* Mobile */

@media (max-width:767px){

.how-work-section{
padding:80px 0;
}

.main-title{
font-size:36px;
}

.section-heading{
margin-bottom:60px;
}

.icon-box{
width:64px;
height:64px;
font-size:24px;
}

.step-title{
font-size:20px;
}


}

/* 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: #fafbfc;
    border-radius: 16px;
    padding: 60px;
}

.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:32px;
color: #0E4970;
}

.category{
font-size:14px;
color:#6f6f6f;
display:block;
text-align:right;
margin-bottom:20px;
}

.testimonial-text{
    font-size: 38px;
    line-height: 1.3;
    font-weight: 600;
    color: #030213;
    margin-bottom: 25px;
    letter-spacing: -1.68px;
    font-family: "Inter", sans-serif;
}

.author{
font-size:16px;
color:#6f6f6f;
margin:0;
}

.testimonial-image{
width:380px;
height:380px;
flex-shrink:0;
border-radius:16px;
overflow:hidden;
}

.testimonial-image img{
width:100%;
height:100%;
object-fit:cover;
}

/* 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:26px;
}

.testimonial-image{
width:320px;
height:320px;
}

}

/* MOBILE */

@media (max-width:767px){

.testimonial-wrapper{
flex-direction:column;
}

.testimonial-card{
padding:50px 30px;
}

.testimonial-text{
font-size:22px;
}

.testimonial-image{
width:100%;
height:300px;
}

.quote-box{
left:20px;
}

}

.testimonial-wrapper {
  background: #f8fafb;
  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:16px;
margin-bottom:20px;
}



/* HEADER BOXES */

.compare-header{
display:flex;
align-items:center;
justify-content:center;
gap:0;
margin-bottom:30px;
position:relative;
}

.estach-box{
background:#fff;
border:1px solid #6f6f6f36;
border-radius:24px;
padding:25px 40px;
font-size:28px;
font-weight:600;
color:#777;
display:flex;
align-items:center;
justify-content:center;
font-family: "Inter", sans-serif;
min-width:380px;
}

.agency-box {
    background: #fafbfc;
    border: 1px solid #6f6f6f36;
    border-radius: 24px;
    margin-right: 15px;
    padding: 25px 40px;
    font-size: 28px;
    line-height: 45px;
    font-weight: 600;
    color: #6f6f6f;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 380px;
}

.estach-box img{
height:40px;
}

.vs-circle{
position:absolute;
left:50%;
transform:translateX(-50%);
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:20px;
color:#555;
z-index:5;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}


/* CARDS */

.compare-content{
display:flex;
justify-content:center;
gap:40px;
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:18px;
color:#6a6a6a;
}
.compare-card.right-card li{
display:flex;
align-items:center;
gap:12px;
margin-bottom:18px;
font-size:18px;
color:#030213;
}

.left-card i{
color:#a7a7a7;
font-size:18px;
}

.right-card i{
color:#28b39a;
font-size:18px;
}


/* BRAND SECTION */

.brand-section{
text-align:center;
margin-top:90px;
}

.brand-text{
color:#777;
font-size:16px;
margin-bottom:35px;
}


/* LOGO SLIDER */

.brand-slider-section {
    padding: 60px 0 10px;
}

.brand-title{
font-size:18px;
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:48px;
}

.agency-box,
.estach-box{
min-width:300px;
font-size:22px;
}

.compare-content{
flex-direction:column;
align-items:center;
}

.compare-card{
width:100%;
}
.workflow-curve {
    display: none;

}
}


/* MOBILE */

@media(max-width:767px){

.main-title{
font-size:34px;
}
.agency-box {
  margin-right: 0px;
}
.compare-header{
flex-direction:column;
gap:20px;
}

.vs-circle{
position:relative;
transform:none;
left:auto;
}

.brand-text{
margin-bottom:25px;
}

.logo-track{
gap:40px;
}

}

.part-of-team {
    max-width: 900px;
    background: #FAFBFC;
    border-radius: 16px;
    padding: 40px;
}

.part-of-team h4 {
    font-size: 24px;
    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: 16px;
    font-weight: 700;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

/* cta section */

/* SECTION */

.cta-section{
padding:80px 0;
}

/* LEFT CARD */

.cta-card{
background:#FAFBFC;
border-radius:20px;
padding:70px 60px;
position:relative;
}

/* QUOTE ICON */

.quote-icon{
position:absolute;
top:-30px;
left: 15%;
transform:translateX(-50%);
background:#36b39c;
width:70px;
height:70px;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
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: 28px;
    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: 18px;
    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: 16px;
    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: 16px;
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:52px;
}

.service-table thead th{
font-size:22px;
padding:20px;
}

.service-table tbody td{
font-size:16px;
padding:20px;
}

}

/* MOBILE */

@media (max-width:767px){

.plan-title{
font-size:38px;
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:70px 0 30px;
}

.footer-logo{
margin-bottom:20px;
}

.footer-desc{
font-size: 16px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-desc span{
font-style:italic;
  font-family: "Source Serif 4", serif;
color:#ffffff;
font-size: 21px;
}

/* social icons */

.social-icons{
display:flex;
gap:15px;
}

.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: 18px;
    transition: 0.3s;
}

.social-icons a:hover{
background:#ffffff;
}

/* footer links */

.footer-links h5{
    font-size: 16px;
    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: 16px;
    font-weight: 400;
}

.footer-links ul li a{
color:#d6e4ee;
text-decoration:none;
font-size:16px;
transition:0.3s;
}

.footer-links ul li a:hover{
color:#ffffff;
}

/* divider */

.footer-divider{
border-color:rgba(255,255,255,0.2);
margin:50px 0 20px;
}

/* bottom */

.footer-bottom p{
    color: #b8d4e68a;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}

/* responsive */

@media (max-width:991px){

.footer-brand{
margin-bottom:40px;
}

}

@media (max-width:767px){

.footer-links{
margin-bottom:30px;
}

.social-icons{
justify-content:flex-start;
}

.footer-desc{
font-size:16px;
}

}

/* Responsive */
@media (max-width: 991px) {
  .hero-title { font-size: 3rem; }
  .phone-frame { margin-top: 40px; }
}
