body {
            font-family: 'Manrope', sans-serif;
        }
        .navbar-header{
                margin-top: 15px;
                border-radius: 40px;
                background-color:#fff;
        }
        .navbar{
            padding:30px 60px;
            position: absolute;
            width: 100%;
        }
        .navbar-brand{
            padding:10px;
        }
        /* Navbar Items */
        .nav-link {
            color: #161741 !important;
            font-size: 20px;
            font-weight: 500;
            margin-right: 30px;
        }

        /* Active Menu Item */
        .nav-link.active {
            font-weight: 700 !important;
            border-left:3px solid #63BFCC;
            padding: 0;
        }

        /* Get In Touch Button */
        .btn-touch {
            border: 2px solid #63BFCC;
            padding: 10px 32px;
            border-radius: 50px;
            font-size: 20px;
            font-weight: 600;
            color: #161741;
            transition: 0.3s ease;
        }

        .btn-touch:hover {
            background-color: #63BFCC;
            color: #fff;
        }

        /* Logo Image Fix */
        .logo-img {
            height: 55px;
        }
        /* Global font */
footer, 
footer * {
    font-family: 'Manrope', sans-serif;
}

/* Background */
.site-footer {
    background: #13142F; /* Dark blue */
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
}

/* Callout */
.footer-title {
    font-size: 65px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.3;
}

.footer-subtitle {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    font-weight: 700;
    font-family:'Mulish';
}

.footer-btn {
    margin-top: 30px;
    padding: 12px 35px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Mulish';
}

.footer-divider {
    border-color: #61C4D3;
    margin-top: 60px;
}

/* Left Section */
.brand-text {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
}

.footer-desc {
    gap:10px;
    align-items:start;
}
.footer-desc img{
    width:20px;
    height:26px;
    margin-top: 3px;
}
.phone-icon{
    width:23px;
    height:23px;
    margin-right:10px;
    margin-top: 3px;
}
.mail-icon{
    width:20px;
    height:16px;
    margin-right:10px;
    margin-top: 3px;
}
.footer-icon-text i {
    color: #61C4D3;
    margin-right: 10px;
}

/* Column headings */
.footer-head {
    font-size: 24px;
    color: #64C0CC;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Times New Roman', sans-serif;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 13px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.footer-links li:hover {
    color: #64C0CC;
}

/* Social Icons */
.footer-social-icon {
    width: 35px;
    height: 35px;
    background: #62C5D2;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

/* Bottom row */
.footer-bottom .bottom-link {
    color: #fff;
    text-decoration: none;
    font-size:18px;
    font-size:400;
}
.copyright{
    font-family:'Mulish';
    font-size:18px;
    font-weight:600;
}
.fs-18{
    font-size:18px;
}
.footer-bottom .bottom-link:hover {
    color: #64C0CC;
}
.contact-left { 
    color: #fff;
}

.contact-title {
    font-size: 36px;
    font-weight: 700;
    color: #161741;
    font-family: 'Times New Roman', sans-serif;
}

.contact-subtitle {
    font-size: 20px;
    color: #161741;
}

.custom-input {
    background: #F4F4F4;
    border: none;
    border-radius: 4px;
    padding: 14px;
    font-size: 16px;
    color:#616161;
}

.custom-input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #00c9c9;
}

.submit-btn {
    background: #6CC9CF;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-size:20px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #00a1a1;
}

.info-title {
    font-size: 24px;
    color: #161741;
    font-weight:700;
    font-family:'Mulish';
}

.info-text {
    font-size: 20px;
    font-family:'Mulish';
    color:#161741;
}
.social-icons i{
    color:#161741;
    padding-left:10px;
}
.map-container iframe {
    min-height: 100%;
    border: none;
}
/* Full-screen hero background section */
.hero-section {
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:100vh;   
    min-height:820px;
    padding: 50px 0;   
}
.hero-section-contact{
     background-image: url('../images/Untitled-3 2.svg');
}
.hero-section-home{
    background-image: url('../images/Group.svg');
}
.hero-section-services{
     background-image: url('../images/Group 12098.svg');
}
.hero-section-client{
     background-image: url('../images/Banners-03 1.svg');
}
.hero-title{
    font-size:54px;
    font-weight:500;
    color:#fff;
    margin-bottom:20px;
}
.hero-desc{
    font-size:24px;
    font-weight:400;
    color:#fff !important;
    margin-top:20px;
}

.hero-title span {
    font-family: "Times New Roman";
    font-size: 54px;
    font-style: italic;
    font-weight:600;
}
.contact-img{
    height:150px;
    object-fit: contain;
}
.footer-background-img{
    background-image:url('../images/Homepage/25 1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    width:55%;
}


/* ---------------- PARTNERS ---------------- */
.section-title {
    font-size: 54px;
    font-weight: 400;
}

.section-title span {
    font-family: "Times New Roman";
    font-size: 54px;
    font-style: italic;
    font-weight:600;
}

.partner-logo {
    width: 150px;
}


/* ---------------- TESTIMONIAL SECTION ---------------- */
.testimonial-section {
    background: #161741;
    color: #fff;
    position: relative;
}

.section-title-white,
.section-subtitle-white {
    color: #fff;
}

.section-title-white span,
.section-subtitle-white span {
    font-family: "Times New Roman";
    font-style: italic;
}

.testimonial-box {
    max-width: 800px;
    margin: auto;
}

.quote {
    font-size: 24px;
    line-height: 1.7;
    font-weight:500;
}
.footprint-desc{
    font-size:24px;
    font-weight:700;
}
.client-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.client-name {
    margin-top: 10px;
    font-weight: 700;
    font-size:32px;
}

.client-role {
    font-size: 24px;
    opacity: 0.7;
    font-weight:500;
}
/* Vertical slider wrapper */
/* Vertical slider wrapper */
.testimonial-slider {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    width: 100%;        /* fix: full width so content stays visible */
    max-width: 700px;   /* fix: keeps content centered nicely */
    margin: 0 auto;
}
.client-info{
    display:flex;
    justify-content:end;
    gap:15px;
    align-items:center;
}
/* Each slide */
.testimonial-slider .testimonial-box {
    position: absolute;
    width: 100%;                /* fix: ensures content stays inside visible area */
    top: 0;
    opacity: 0;

    left: 50%;
    transform: translateX(-50%) translateY(100%);  /* center + vertical slide */

    transition: all 0.6s ease;
    text-align: center;
}

/* Active slide */
.testimonial-slider .active {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Dots container */
.testimonial-dots {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Dot styling */
.testimonial-dots .dot {
    width: 4px;
    height: 40px;
    background: white;
    opacity: 0.4;
    cursor: pointer;
    transition: 0.3s;
}

.testimonial-dots .dot.active {
    opacity: 1;
    background: #fff;
    transform: scale(1.3);
}
/* ---------------- DOMAIN SECTION ---------------- */
.domain-section{
    background:#161741;
}
.domain-icon {
    margin-bottom: 10px;
}

.domain-name {
    font-size: 28px;
    font-weight: 700;
    color:#fff;
}


/* ---------------- FOOTPRINT ---------------- */
.world-map-img {
    width: 100%;
    max-width: 900px;
}

.stat-number {
    font-size: 62px;
    color: #4BA4C5;
    font-weight: 700;
    font-family: "Times New Roman";
}

.stat-label {
    color:#1C1E50;
    font-size:36px;
}
.stat-label::after {
    content: "";
    display: block;
    width: 85px;
    height: 3px;             
    background-color: #000;  
    margin: 5px auto 0;     
}
.stat-number {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.stat-number.show {
    opacity: 1;
}
.igate-logo{
    margin-top:40px;
}
.global-text{
    font-family:'Mulish';
    font-size:40px;
    font-weight:600;
}
.client-div{
    background-color:#1F2044;
    padding:30px;
    color:#fff;
    border-radius:20px;
}
.client--name{
    font-family: "Times New Roman";
    font-size: 52px;
    font-style: italic;
}
.client-desc{
    font-size:20px
}
.client-list-item{
    display:flex;
    gap: 40px;
}
.client-list-item li{
    font-size:20px;
    font-family:'Manrope';
}
.fs-24{
    font-size:24px;
}
.watch-title{
    color:#275C9A;
    font-size:36px;
}
.process-title{
    color:#1B1D4E;
    font-size:28px;
    font-weight:700;
    font-family: 'Times New Roman', sans-serif;
}
.process-desc{
    color:#000000;
    font-size:20px;
        font-weight: 500;
}
.concept-section{
    background-color:#161741;
}

.nav-tabs .nav-link{
    color: #fff !important;
    font-size: 24px;
    font-weight: 400;
    border:2px solid #fff;
    background-color: transparent !important;
    border-radius:30px;
    padding: 6px 30px;
    line-height: 1.2;
}
.nav-tabs .nav-link.active{
    font-weight: 600 !important;
}
.nav-tabs .nav-link:hover{
    font-weight: 600 !important;
}   

.horizontal-wrapper {
  max-height: 675px; 
  overflow-y: auto;
  position: relative;
  margin-top:40px;
  /* hide scrollbar */
  scrollbar-width: none;
}
.horizontal-wrapper::-webkit-scrollbar {
  display: none;
}
.services-wrapper{
    max-height:450px;
}
/* scroll space (internal scroll area) */
.scroll-space {
  height: 1200px;  /* 👈 only enough scroll for animation (not huge like 250vh) */
  position: relative;
}

/* sticky only sticks inside wrapper */
.sticky-area {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* SLIDER */
.scroll-slider {
  display: flex;
  gap: 40px;
  will-change: transform;
}

/* CARD */
.design-card {
  flex: 0 0 35vw; /* shows 2.5 cards */
  background: #1F2044;
  padding: 30px;
  border-radius: 20px;
  color: white;
  box-shadow: 12px 1px 35px 0px #1570DE40 inset;
}

.design-card .title {
  font-size: 40px;
   font-style: italic;
   font-family: 'Times New Roman', sans-serif;
  margin-bottom: 15px;
  font-weight:700;
}

.impact-text {
  font-size: 20px;
  margin-bottom: 20px;
  font-family:'Manrope';
}
.services-design-cards .design-card .title, .services-design-cards .design-card .impact-text{
    text-align:left !important;
}
.services-design-cards .design-card img{
    width:100%;
    height:280px;
    object-fit:contain;
    margin-bottom:30px;
}
.bullet {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid white;
      margin-right: 10px;
    }

    .line {
      height: 1px;
      background: rgba(255, 255, 255, 0.3);
      margin: 15px 0;
    }

    .item {
      font-size: 24px;
      font-weight: 700;
      display: flex;
      align-items: center;
      font-family:'Manrope';
      position: relative;
    }
    /* Container for the items */
.items-wrapper {
    position: relative;
    margin-left: 20px;
    padding-left: 10px;
}

/* Vertical Line */
.items-wrapper::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff; /* line color */
    display:none;
}

/* First bullet looks like radio button */
.item.first .bullet {
    width: 14px;
    height: 14px;
    /*border: 3px solid #000;*/
    background: transparent;
}
    #smooth-gallery {
  position: relative;
  height: 100vh;
  overflow: hidden; /* Hides bottom overflow */
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top:40px
}
.text-align-left{
    text-align:left;
}
.gallery-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius:20px;
  object-fit: cover;

  opacity: 0;
  transform: translateY(30px) scale(1.1);
  transition:
    opacity 0.6s ease,
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gallery-img.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.online-img{
    width:100%;
    margin-top:200px;
}
.choose-us-section{
    padding-top:0 !important;
}
.choose-img{
    width:100%;
}
.choose-div{
    margin:auto 0;
}
.choose-div p{
    font-family:'Mulish';
}
.colored-background{
    background:#161741;
    color:#fff !important;
}
.colored-background p{
    color:#fff !important;
}
.our-projects-section h2{
    margin-bottom:50px;
}
.project-name{
    font-family: "Times New Roman";
    font-size: 52px;
    font-style: italic;
    font-weight:600;
}
.project-box{
    box-shadow: 12px 1px 35px 0px #1570DE40 inset;
    padding-bottom:15px;
    border-radius:20px;
    background:#1F2044;
}
.project-box img{
    margin-bottom:15px;
    border-radius: 20px 20px 0 0;
}
.our-projects-section {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 15%,   /* top half is transparent */
        #161741 50%,       /* colored background starts here */
        #161741 100%
    );
}
.project-box h4{
    margin-bottom:15px;
    padding: 0 25px;
}
.project-box p{
    padding: 0 25px;
    text-align:justify;
}
.project-box .nav-tabs{
    padding-left:25px;
}
.project-box .nav-tabs li{
    margin-bottom:15px;
}
.our-projects-section .submit-btn{
    margin-top:50px;
}


/* Responsive background fallback */


        @media only screen and (max-width: 992px) {
            .navbar {
                height: 95px;
                padding: 30px 15px;
            }
            .site-footer {
                padding-left: 30px;
                padding-right: 30px;
            }
             .footer-title {
                font-size: 32px;
            }
            .footer-btn {
                font-size: 16px;
            }
            .map-container {
                height: 400px;
            }
        }
        @media (max-width: 768px) {
            .hero-section {
                height: 70vh;
                min-height: 450px;
                background-position: top center;
            }
            #mainNavbar{
                padding:30px 0px;
            }
            .nav-link.active{
                padding-left:10px;
            }
            .hero-title, .section-title{
                font-size:42px;
            }
            .hero-title span, .section-title span{
                font-size:42px;
            }
            .testimonial-slider{
                min-height: 350px;
                max-width: 520px;
            }
            .stat-number, .client-name{
                font-size:24px;
            }
            .design-card .title, .watch-title{
                font-size:28px;
            }
            .quote, .client-role, .hero-desc, .footprint-desc, .fs-24, .global-text, .client-desc{
                font-size:20px;
            }
            .stat-label, .domain-name, .impact-text, .item{
                font-size: 16px;
            }
            .nav-tabs .nav-link{
                margin-bottom:10px;
            }
        }

@media (max-width: 576px) {
    .hero-section {
        height: 85vh;
    }
    .navbar-header{
        margin-top:0!important;
    }
    .navbar {
        padding: 10px 0px !important;
        position:relative;
    }
    .navbar-brand {
        padding: 0px; 
    }
    #mainNavbar{
        padding:30px 0px;
    }
    .hero-title, .section-title {
        font-size:28px;
    }
    .hero-title span, .section-title span, .stat-number {
        font-size:26px;
    }
    .hero-desc, .process-title, .footer-subtitle, .client-list-item li, .quote, .footprint-desc{
        font-size:18px;
    }
    .watch-title, .design-card .title, .global-text, .client-name, .client-role, .domain-name{
        font-size:22px;
    }
    .stat-label{
        font-size:20px;
    }
    .impact-text, .nav-tabs .nav-link, .process-desc, .client-desc, .item, .fs-24{
        font-size:16px;
    }
    .nav-tabs .nav-link{
        margin-bottom: 10px;
    }
    .footer-title {
        font-size: 26px;
    }
    .contact-img, .client-div img{
        width:100%;
    }
    .nav-link.active{
        padding-left:10px;
    }
    .testimonial-slider{
        height:330px;
    }
    .domain-section .d-flex{
        display:block !important;
    }
    .mobile-justify-content-space-between div{
        margin-top:30px !important;
    }
    .text-end{
        text-align: left !important;
    }
}