* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f8faff;
    color: #0e767c;
}

.top-header {
    background: #0e767c;
    color: #fff;
    font-size: 0.9rem;
    padding: 6px 0;
}

.top-header a {
    color: #f0c040;
    text-decoration: none;
    margin-right: 18px;
}

.top-header .social a {
    color: #fff;
    margin: 0 6px;
    transition: 0.3s;
}

.top-header .social a:hover {
    color: #f0c040;
}

.navbar {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
    height: 45px;
}

.nav-link {
    font-weight: 600;
    color: #0e767c;
    margin: 0 8px;
}

.nav-link:hover {
    color: #0b1a33;
}

.btn-call {
    background: #f0c040;
    color: #0e767c;
    border-radius: 30px;
    padding: 8px 22px;
    font-weight: 700;
}

.btn-call:hover {
    background: #d4a830;
    color: #0e767c;
}

.hero-slider .swiper-slide {
   
    background-size: cover;
    /* background-position: center; */
    display: flex;
    align-items: center;
    position: relative;
}

.hero-slider .swiper-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(11, 26, 51, 0.178);
}

/*==================================
    HERO SLIDER
==================================*/

.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-slider .swiper {
    width: 100%;
    height: 100vh;
}

.hero-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Dark Overlay */
.hero-slider .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 700px;
}

.hero-content h1,
.hero-content h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

/* Buttons */

.btn-enq {
    background: #0e767c;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
}

.btn-enq:hover {
    background: #0e767c;
    color: #fff;
}

.btn-outline-light {
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
}

/* Pagination */

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .6;
}


.hero-slider .swiper-pagination-bullet-active {
    background: #0e767c;
    opacity: 1;
}

/* Navigation (if added later) */

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    color: #fff;
}

.hero-slider,
.hero-slider .swiper {
    height: 75vh;
}

.hero-slider .swiper-slide {
    background-size: cover;
    background-position: center center;
}
.hero-slider .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

/*==================================
        Large Desktop
==================================*/

@media (min-width:1400px) {

    .hero-slider .swiper {
        height: 100vh;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 64px;
    }

    .hero-content p {
        font-size: 20px;
    }

}

/*==================================
          Laptop
==================================*/

@media (max-width:1199px) {

    .hero-slider .swiper {
        height: 80vh;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 50px;
    }

    .hero-content p {
        font-size: 17px;
        line-height: 28px;
    }

}

/*==================================
          Tablet
==================================*/

@media (max-width:991px) {

    .hero-slider .swiper {
        height: 65vh;
    }

    .hero-content {
        text-align: center;
        padding: 0 20px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .btn-enq,
    .btn-outline-light {
        padding: 12px 28px;
    }

}

/*==================================
         Mobile
==================================*/

@media (max-width:767px) {

    .hero-slider .swiper {
        height: 50vh;
    }

    .hero-slider .swiper-slide {
        background-position: center center;
    }

    .hero-content {
        padding: 0 15px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .btn-enq,
    .btn-outline-light {
        display: inline-block;
        margin: 5px;
        padding: 10px 22px;
        font-size: 14px;
    }

    .hero-slider .swiper-pagination {
        bottom: 10px;
    }

}

/*==================================
      Small Mobile
==================================*/

@media (max-width:575px) {

    .hero-slider .swiper {
        height: 40vh;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 24px;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .hero-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

}

/*==================================
      Extra Small Devices
==================================*/

@media (max-width:400px) {

    .hero-slider .swiper {
        height: 35vh;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: 20px;
    }

    .hero-content p {
        font-size: 13px;
        line-height: 20px;
    }

    .btn-enq,
    .btn-outline-light {
        width: 100%;
        margin-bottom: 10px;
    }

}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 700px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.btn-enq {
    background: #f0c040;
    color: #0b1a33;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 700;
    margin-right: 12px;
}

.btn-enq:hover {
    background: #fff;
    color: #0b1a33;
}

/* Banner */
.about-banner {
    background: linear-gradient(rgba(11, 26, 51, 0.7), rgba(11, 26, 51, 0.7)), url('assets/images/page-title.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
}

.about-banner h1 {
    font-size: 3.4rem;
    font-weight: 700;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #f0c040;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.section-title {
    font-weight: 700;
    color: #0b1a33;
    margin-bottom: 30px;
}

.card-value {
    border: 0;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    transition: 0.3s;
    height: 100%;
}

.card-value:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.card-value i {
    font-size: 2.4rem;
    color: #f0c040;
    margin-bottom: 12px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 260px;
}

.counter-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.counter-item h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #0b1a33;
}

.timeline-step {
    text-align: center;
    padding: 20px;
}

.timeline-step .icon {
    background: #0b1a33;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0c040;
    font-size: 2rem;
    margin: 0 auto 15px;
}

.team-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}

.team-card img {
    height: 260px;
    object-fit: cover;
}

.section-title {
    font-weight: 700;
    margin-bottom: 30px;
    color: #0b1a33;
}

/* Banner */
.services-banner {
    background: linear-gradient(rgba(11, 26, 51, 0.7), rgba(11, 26, 51, 0.7)), url('https://placehold.co/1600x600/1e2a3a/ffffff?text=Our+Services');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
}

.services-banner h1 {
    font-size: 3.4rem;
    font-weight: 700;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #f0c040;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.section-title {
    font-weight: 700;
    color: #0b1a33;
    margin-bottom: 30px;
}

.service-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.4s;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.07);
}

.service-card img {
    height: 200px;
    object-fit: cover;
}

.service-card .card-body {
    padding: 20px;
}

.service-card .card-body i {
    font-size: 2rem;
    color: #f0c040;
    margin-bottom: 10px;
}

.service-card ul {
    padding-left: 18px;
    font-size: 0.9rem;
}

.featured-service {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.cta-section {
    background: linear-gradient(135deg, #0b1a33 0%, #1a3355 100%);
    color: #fff;
    padding: 60px 0;
}

.cta-section .btn-call {
    background: #f0c040;
    color: #0b1a33;
}

.category-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.category-card i {
    font-size: 2.6rem;
    color: #f0c040;
    margin-bottom: 12px;
}

.step-icon {
    background: #0b1a33;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0c040;
    font-size: 2rem;
    margin: 0 auto 15px;
}

/* Banner */
.contact-banner {
    background: linear-gradient(rgba(11, 26, 51, 0.7), rgba(11, 26, 51, 0.7)), url('https://placehold.co/1600x600/1e2a3a/ffffff?text=Contact+Us');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
}

.contact-banner h1 {
    font-size: 3.4rem;
    font-weight: 700;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #f0c040;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.section-title {
    font-weight: 700;
    color: #0b1a33;
    margin-bottom: 30px;
}

.info-card {
    background: #fff;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    transition: 0.3s;
    height: 100%;
    text-align: center;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}

.info-card i {
    font-size: 2.6rem;
    color: #f0c040;
    margin-bottom: 12px;
}

.loan-services {
    background: #f7f9fc;
}

.section-title .sub-title {
    color: #0d6efd;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.section-title h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 12px 0;
    color: #222;
}

.section-title p {
    max-width: 750px;
    margin: auto;
    color: #666;
    line-height: 28px;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px 28px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    background: #0e767c;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #0e767c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 25px;
    transition: .4s;
}

.service-card:hover .service-icon {
    transform: rotateY(180deg);
}

.service-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
}

.service-card p {
    color: #666;
    line-height: 28px;
    margin-bottom: 25px;
}

.service-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    background: #0e767c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.service-btn:hover {
    background: #222;
    color: #fff;
}

.roi-box {
    background: linear-gradient(135deg, #0e767cee, #0e767c);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .15);
}

.roi-box h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
}

.roi-box span {
    color: #FFD54F;
}

/*=========================
    WHY CHOOSE US
=========================*/

.why-choose-us{
    padding:80px 0;
    background:#f8fbff;
}

.why-img{
    overflow:hidden;
    border-radius:20px;
}

.why-img img{
    width:100%;
    border-radius:20px;
    transition:.5s;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.why-img:hover img{
    transform:scale(1.05);
}

/* Section Title */

.section-title span{
    display:inline-block;
    color:#0d6efd;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    line-height:1.3;
    margin-bottom:20px;
}

.why-choose-us p{
    color:#666;
    font-size:16px;
    line-height:30px;
    margin-bottom:30px;
}

/* Feature Box */

.choose-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:25px;
    transition:.3s;
}

.choose-item i{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    transition:.3s;
}

.choose-item h5{
    font-size:20px;
    font-weight:700;
    color:#222;
    margin-bottom:8px;
}

.choose-item p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:26px;
}

.choose-item:hover i{
    background:#ff9800;
    transform:rotate(360deg);
}

.choose-item:hover h5{
    color:#0d6efd;
}

/* Buttons */

.btn-primary{
    background:#0d6efd;
    border:none;
    padding:14px 30px;
    font-weight:600;
    border-radius:50px;
    transition:.3s;
}

.btn-primary:hover{
    background:#084298;
}

.btn-outline-primary{
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
}

.btn-outline-primary:hover{
    background:#0d6efd;
    color:#fff;
}

/*=========================
        Tablet
=========================*/

@media(max-width:991px){

.why-choose-us{
    padding:70px 0;
}

.section-title{
    text-align:center;
}

.section-title h2{
    font-size:34px;
}

.why-choose-us p{
    text-align:center;
}

.why-img{
    margin-bottom:40px;
}

}

/*=========================
        Mobile
=========================*/

@media(max-width:767px){

.why-choose-us{
    padding:60px 0;
}

.section-title h2{
    font-size:28px;
}

.why-choose-us p{
    font-size:15px;
    line-height:28px;
}

.choose-item{
    gap:12px;
}

.choose-item i{
    width:48px;
    height:48px;
    min-width:48px;
    font-size:18px;
}

.choose-item h5{
    font-size:18px;
}

.choose-item p{
    font-size:14px;
    line-height:24px;
}

.btn-primary,
.btn-outline-primary{
    width:100%;
    margin-bottom:15px;
}

}

/*=========================
    Small Mobile
=========================*/

@media(max-width:480px){

.section-title h2{
    font-size:24px;
}

.choose-item{
    flex-direction:column;
    text-align:center;
    align-items:center;
}

.choose-item i{
    margin-bottom:10px;
}

}

/* Tablet */

@media(max-width:991px) {

    .section-title h2 {
        font-size: 32px;
    }

    .service-card {
        padding: 30px 22px;
    }

}
/*==========================
    SERVICES SECTION
==========================*/

.services-section{
    background:#f8fafc;
    position:relative;
}

.services-section {
    color:#267b7f ;
    letter-spacing:1px;
    font-size:15px;
}

.services-section h2{
    font-size:40px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.services-section p{
    color:#666;
    line-height:28px;
}

.service-box{
    background:#fff;
    border-radius:15px;
    padding:35px 30px;
    text-align:center;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:.4s;
    border-top:4px solid transparent;
    overflow:hidden;
    position:relative;
}

.service-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#267b7f;
    transform:scaleX(0);
    transition:.4s;
}

.service-box:hover::before{
    transform:scaleX(1);
}

.service-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.service-box i{
    width:85px;
    height:85px;
    line-height:85px;
    border-radius:50%;
    background:#eef5ff;
    color:#0d6efd;
    font-size:36px;
    transition:.4s;
}

.service-box:hover i{
    background:#267b7f67;
    color:#fff;
    transform:rotateY(180deg);
}

.service-box h4{
    font-size:24px;
    font-weight:700;
    margin:25px 0 15px;
    color:#222;
}

.service-box p{
    font-size:15px;
    color:#666;
    margin:0;
    line-height:28px;
}

/*==========================
        Desktop
==========================*/

@media (min-width:1400px){

.services-section h2{
    font-size:44px;
}

.service-box{
    padding:40px 35px;
}

}

/*==========================
        Laptop
==========================*/

@media (max-width:1199px){

.services-section h2{
    font-size:36px;
}

.service-box{
    padding:30px 25px;
}

.service-box h4{
    font-size:22px;
}

}

/*==========================
        Tablet
==========================*/

@media (max-width:991px){

.services-section h2{
    font-size:32px;
}

.service-box{
    padding:30px 22px;
}

.service-box i{
    width:75px;
    height:75px;
    line-height:75px;
    font-size:30px;
}

.service-box h4{
    font-size:21px;
}

}

/*==========================
        Mobile
==========================*/

@media (max-width:767px){

.services-section{
    padding:60px 0;
}

.services-section h2{
    font-size:28px;
}

.services-section p{
    font-size:15px;
    line-height:26px;
}

.service-box{
    padding:25px 20px;
}

.service-box h4{
    font-size:20px;
}

.service-box p{
    font-size:14px;
    line-height:24px;
}

.service-box i{
    width:70px;
    height:70px;
    line-height:70px;
    font-size:28px;
}

}

/*==========================
      Small Mobile
==========================*/

@media (max-width:480px){

.services-section h2{
    font-size:24px;
}

.service-box{
    padding:20px 18px;
}

.service-box i{
    width:65px;
    height:65px;
    line-height:65px;
    font-size:24px;
}

.service-box h4{
    font-size:18px;
}

.service-box p{
    font-size:14px;
}

}

/* Mobile */

@media(max-width:767px) {

    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 15px;
    }

    .service-card {
        padding: 25px 20px;
    }

    .service-card h4 {
        font-size: 22px;
    }

    .service-card p {
        font-size: 15px;
        line-height: 26px;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .roi-box h3 {
        font-size: 24px;
    }

}

/* Small Mobile */

@media(max-width:480px) {

    .section-title h2 {
        font-size: 24px;
    }

    .service-card {
        padding: 20px 18px;
    }

    .service-btn {
        width: 100%;
        text-align: center;
    }

    .roi-box {
        padding: 20px;
    }

    .roi-box h3 {
        font-size: 20px;
    }

}

.why-card {
    background: #fff;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    height: 100%;
}

.why-card i {
    font-size: 2.2rem;
    color: #f0c040;
    margin-bottom: 10px;
}

.gallery img {
    width: 100%;
    border-radius: 16px;
    transition: 0.3s;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.brand-scroll {
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.card-service {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.card-service:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.step-icon {
    background: #0b1a33;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0c040;
    font-size: 2rem;
    margin: 0 auto 15px;
}



.brand-marquee {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.brand-marquee img {
    height: 50px;
    filter: grayscale(0.2);
    transition: 0.3s;
}

.brand-marquee img:hover {
    filter: grayscale(0);
}

.brand-scroll {
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.brand-scroll .brand-track {
    display: inline-block;
    animation: scrollBrands 18s linear infinite;
}

.brand-scroll img {
    height: 50px;
    margin: 0 25px;
    filter: grayscale(0.2);
    transition: 0.3s;
    width: 100px;
    height: 90px;
}

.brand-scroll img:hover {
    filter: grayscale(0);
}

@keyframes scrollBrands {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width:768px) {
    .about-banner h1 {
        font-size: 2.4rem;
    }

    .counter-item h3 {
        font-size: 2rem;
    }
}

.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.testimonial-card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.bg-soft {
    background: #f0f4fe;
}

.floating-btn {
    position: fixed;
    right: 22px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    text-decoration: none;
}

.floating-btn:hover {
    transform: scale(1.08);
    color: #fff;
}

.btn-call-float {
    bottom: 100px;
    background: #25d366;
}

.btn-wa-float {
    bottom: 160px;
    background: #075e54;
}

.scroll-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    background: #0b1a33;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: 0.3s;
    text-decoration: none;
}

.scroll-top:hover {
    background: #f0c040;
    color: #0b1a33;
}

footer {
    background: #0b1a33;
    color: #d0dcee;
    padding: 40px 0 20px;
}

footer a {
    color: #d0dcee;
    text-decoration: none;
}

footer a:hover {
    color: #f0c040;
}

.footer-logo {
    filter: brightness(0) invert(1);
    width: 140px;
}

.modal-content {
    border-radius: 24px;
}

@media (max-width:768px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }

    .top-header .d-flex {
        flex-wrap: wrap;
    }
}