	
/* =========================
   GLOBAL TEXT RESET
========================= */

body{
    font-size: 17px;
    padding-top: 100px;
    line-height: 1.8;
    color: #1f2937;
}


/* Headings - BIG & CLEAR */
h1{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}

h2{
    font-size: 34px;
    font-weight: 750;
    line-height: 1.3;
}

h3{
    font-size: 28px;
    font-weight: 700;
}

h4{
    font-size: 22px;
    font-weight: 700;
}

h5{
    font-size: 18px;
    font-weight: 700;
}

/* Paragraphs */
p{
    font-size: 18px;
    line-height: 1.9;
    color: #2f3b4a;
}

/* List items */
ul li{
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* Muted text but still readable */
.text-muted{
    font-size: 16px;
    color: #4b5563 !important;
}

/* Feature cards text */
.feature-card p{
    font-size: 16.5px;
    line-height: 1.7;
}

.feature-card strong{
    font-size: 17px;
}

/* Service boxes */
.service-box p{
    font-size: 16px;
}

/* =========================
   FEATURE ICON
========================= */

.feature-icon{
    width: 75px;
    height: 75px;
    font-size: 28px;
}

/* =========================
   BUTTON TEXT
========================= */

.btn{
    font-size: 16px;
    font-weight: 600;
}

/* =========================
   RESPONSIVE TYPOGRAPHY
========================= */

/* Tablets */
@media (max-width: 992px){

    h1{
        font-size: 34px;
    }

    h2{
        font-size: 30px;
    }

    p{
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 768px){

    h1{
        font-size: 30px;
    }

    h2{
        font-size: 26px;
    }

    h3{
        font-size: 22px;
    }

    p{
        font-size: 16.5px;
    }

    ul li{
        font-size: 16px;
    }
}

/* Small phones */
@media (max-width: 480px){

    h1{
        font-size: 26px;
    }

    h2{
        font-size: 22px;
    }

    p{
        font-size: 16px;
        line-height: 1.8;
    }
}
.container-xxl {
  
  max-width: 100%;
  margin: 0px;
  
}

.hero-header{
    overflow:hidden;
}

.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999; /* VERY IMPORTANT */
    background: rgba(8,18,48,0.95);
    backdrop-filter: blur(10px);
    transition: all .3s ease;
}

.navbar .nav-link{
    margin:0 10px;
    font-weight:500;
    transition:.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active{
    color:#00d4ff !important;
}

.display-3{
    line-height:1.2;
}

.navbar.sticky-top{
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
.display-3{
    line-height:1.2;
}


.dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.dropdown-item {
    padding: 10px 15px;
    border-radius: 8px;
}

.dropdown-item:hover {
    background: #0d6efd;
    color: #fff;
}
@media(max-width:991px){

    .navbar{
        background:#081230 !important;
    }

    .display-3{
        font-size:2.4rem;
    }
}

/* ==========================
   MOBILE RESPONSIVE
========================== */

@media (max-width: 991px) {

    /* Navbar */
    .navbar {
        background: #081230 !important;
        padding: 15px !important;
    }

    .navbar-brand img {
        height: 45px !important;
    }

    .navbar-brand h4 {
        font-size: 16px;
    }

    .navbar-brand small {
        font-size: 11px;
    }

    .navbar-collapse {
        background: #081230;
        padding: 15px;
        margin-top: 15px;
        border-radius: 10px;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar .nav-link {
        padding: 10px 0;
    }

    .d-flex .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Hero Section */
    section {
        min-height: auto !important;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .display-3 {
        font-size: 2rem !important;
        text-align: center;
    }

    .lead {
        text-align: center;
        font-size: 16px;
    }

    .badge {
        display: block;
        width: fit-content;
        margin: auto;
    }

    .col-lg-7 {
        text-align: center;
        margin-bottom: 30px;
    }

    .col-lg-5 img {
        max-width: 250px !important;
        margin-top: 20px;
    }

    /* Buttons */
    .gap-3 {
        justify-content: center;
    }

    .gap-3 a {
        width: 100%;
        margin-bottom: 10px;
    }

    /* Statistics */
    .row.mt-5 {
        text-align: center;
    }

    .row.mt-5 .col-md-4 {
        margin-bottom: 20px;
    }
}


/* Small Phones */
@media (max-width: 576px) {

    .display-3 {
        font-size: 1.7rem !important;
        line-height: 1.3;
    }

    .lead {
        font-size: 14px;
        line-height: 1.7;
    }

    .navbar-brand h4 {
        font-size: 14px;
    }

    .navbar-brand small {
        display: none;
    }

    .btn-lg {
        padding: 12px 20px !important;
        font-size: 14px;
    }

    .col-lg-5 img {
        max-width: 200px !important;
    }

    .row.mt-5 h3 {
        font-size: 22px;
    }

    .row.mt-5 p {
        font-size: 13px;
    }
}

.feature-card{
    transition:.4s ease;
    border-radius:20px;
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,.1)!important;
}

.feature-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:linear-gradient(135deg,#081230,#00d4ff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

@media(max-width:768px){

    #about{
        text-align:center;
    }

    #about .d-flex{
        justify-content:center;
    }

    .feature-card{
        text-align:center;
    }

    .feature-icon{
        margin:auto;
    }
}

/* Tablet */
@media (max-width: 992px){
    .feature-card{
        padding: 18px;
    }
}

/* Mobile */
@media (max-width: 768px){

    #about{
        text-align: center;
        padding: 20px 10px;
    }

    #about .d-flex{
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .feature-card{
        text-align: center;
        margin-bottom: 20px;
        padding: 15px;
    }

    .feature-icon{
        margin: 0 auto 15px auto;
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

/* Small phones */
@media (max-width: 480px){

    .feature-card{
        border-radius: 15px;
        padding: 12px;
    }

    .feature-icon{
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}

/* =========================
   GLOBAL FEATURE SYSTEM
========================= */

.feature-card{
    border-radius: 18px;
    transition: .4s ease;
    background: #fff;
    border: 1px solid rgba(0,0,0,.05);
    padding: 18px;
}

.feature-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

/* =========================
   FEATURE ICON STYLE
========================= */

.feature-icon{
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #081230, #00d4ff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 15px;
}

/* =========================
   SECTION TYPOGRAPHY
========================= */

h1, h2, h3, h4, h5{
    font-weight: 700;
    letter-spacing: -0.3px;
}

.text-muted{
    color: #6c757d !important;
}

/* =========================
   SERVICE GRID CARD
========================= */

.service-box{
    background: #f8f9fa;
    border-radius: 14px;
    padding: 15px;
    transition: .3s ease;
    border: 1px solid transparent;
}

.service-box:hover{
    border-color: #00d4ff;
    transform: translateY(-5px);
}

/* =========================
   ABOUT SECTION
========================= */

#features{
    background: #ffffff;
}

#features ul li{
    margin-bottom: 8px;
    font-size: 15px;
}

/* =========================
   BUTTON STYLE OVERRIDE
========================= */

.btn-primary-gradient{
    background: linear-gradient(135deg, #081230, #00d4ff);
    border: none;
    color: #fff;
}

.btn-primary-gradient:hover{
    opacity: .9;
    transform: scale(1.03);
}

/* =========================
   RESPONSIVE DESIGN
========================= */

/* Tablet */
@media (max-width: 992px){
    .feature-card{
        text-align: center;
    }

    .feature-icon{
        margin: 0 auto 15px auto;
    }
}

/* Mobile */
@media (max-width: 768px){

    #features{
        text-align: center;
    }

    #features .row{
        flex-direction: column;
    }

    .service-box{
        text-align: center;
    }

    ul{
        padding-left: 0;
    }

    ul li{
        list-style: none;
    }
}

/* Small phones */
@media (max-width: 480px){

    .feature-card{
        padding: 14px;
        border-radius: 14px;
    }

    .feature-icon{
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    h1{
        font-size: 22px;
    }
}


/* =========================
   GLOBAL TYPOGRAPHY
========================= */

h1,h2,h3,h4,h5{
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #111827;
}

p{
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
}

.text-muted{
    color: #6b7280 !important;
}

/* =========================
   FEATURE / SERVICE CARDS
========================= */

.feature-card{
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.06);
    transition: .35s ease;
    height: 100%;
}

.feature-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    border-color: rgba(0, 212, 255, .3);
}

/* Service box variation */
.service-box{
    background: #f9fafb;
}

/* =========================
   FEATURE ICON (if used)
========================= */

.feature-icon{
    width: 75px;
    height: 75px;
    border-radius: 18px;
    background: linear-gradient(135deg, #081230, #00d4ff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 15px;
}

/* =========================
   PRICING NAV PILLS
========================= */

.nav-pills .nav-link{
    border-radius: 50px;
    padding: 10px 22px;
    font-weight: 600;
    color: #374151;
    background: #f3f4f6;
    margin: 0 5px;
    transition: .3s ease;
}

.nav-pills .nav-link.active{
    background: linear-gradient(135deg, #081230, #00d4ff);
    color: #fff;
}

/* =========================
   PRICING CARD STYLE
========================= */

#pricing .feature-card{
    text-align: center;
    padding: 30px 20px;
}

#pricing h2{
    font-size: 32px;
    margin: 10px 0;
    color: #081230;
}

#pricing h4{
    font-size: 20px;
    margin-bottom: 10px;
}

/* =========================
   BUTTON STYLE
========================= */

.btn-primary-gradient{
    background: linear-gradient(135deg, #081230, #00d4ff);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
    transition: .3s ease;
}

.btn-primary-gradient:hover{
    transform: scale(1.05);
    opacity: .95;
    color: #fff;
}

/* Full width buttons inside cards */
.feature-card .btn{
    margin-top: 15px;
}

/* =========================
   IMAGE STYLE
========================= */

img.img-fluid{
    border-radius: 16px;
}

/* =========================
   SECTION SPACING
========================= */

.container-xxl{
    padding-top: 70px;
  
    padding-bottom: 70px;
}

/* =========================
   RESPONSIVE DESIGN
========================= */

/* Tablet */
@media (max-width: 992px){

    h1{
        font-size: 32px;
    }

    p{
        font-size: 16.5px;
    }
}

/* Mobile */
@media (max-width: 768px){

    h1{
        font-size: 28px;
        text-align: center;
    }

    h2{
        font-size: 24px;
    }

    p{
        font-size: 16px;
        text-align: center;
    }

    .feature-card{
        text-align: center;
    }

    .nav-pills{
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* Small phones */
@media (max-width: 480px){

    h1{
        font-size: 24px;
    }

    .feature-card{
        padding: 18px;
    }

    #pricing h2{
        font-size: 26px;
    }
}


.lz-footer h3,
.lz-footer h5{
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Brand */
.footer-logo{
    font-size: 26px;
    font-weight: 800;
    background: linear-gradient(135deg, #00d4ff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Links */
.lz-footer ul{
    padding: 0;
    list-style: none;
}

.lz-footer ul li{
    margin-bottom: 10px;
}

.lz-footer ul li a{
    color: #cbd5e1;
    text-decoration: none;
    transition: .3s ease;
}

.lz-footer ul li a:hover{
    color: #00d4ff;
    padding-left: 5px;
}

/* Social Icons */
.footer-social{
    margin-top: 15px;
}

.footer-social a{
    display: inline-flex;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #fff;
    transition: .3s ease;
}

.footer-social a:hover{
    background: #00d4ff;
    transform: translateY(-3px);
}

/* Bottom bar */
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 14px;
    color: #94a3b8;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px){

    .lz-footer{
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .lz-footer ul li{
        font-size: 15px;
    }
}


/* =========================
   FOOTER (THEME MATCH)
========================= */

.lz-footer{
    background: #081230; /* same as navbar */
    color: #cbd5e1;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

/* subtle glow accent like hero/nav */
.lz-footer::before{
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: #00d4ff;
    opacity: 0.08;
    border-radius: 50%;
    filter: blur(40px);
}

.lz-footer::after{
    content: "";
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: #00d4ff;
    opacity: 0.06;
    border-radius: 50%;
    filter: blur(50px);
}

/* headings */
.lz-footer h3,
.lz-footer h5{
    color: #ffffff;
    font-weight: 700;
}

/* brand logo */
.footer-logo{
    font-size: 26px;
    font-weight: 800;
    color: #00d4ff;
}

/* paragraph */
.lz-footer p{
    color: #cbd5e1;
    line-height: 1.8;
}

/* links */
.lz-footer ul{
    padding: 0;
    list-style: none;
}

.lz-footer ul li{
    margin-bottom: 10px;
}

.lz-footer ul li a{
    color: #cbd5e1;
    text-decoration: none;
    transition: .3s ease;
}

.lz-footer ul li a:hover{
    color: #00d4ff;
    padding-left: 6px;
}

/* social icons */
.footer-social{
    margin-top: 15px;
}

.footer-social a{
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #fff;
    transition: .3s ease;
    border: 1px solid rgba(255,255,255,.08);
}

.footer-social a:hover{
    background: #00d4ff;
    color: #081230;
    transform: translateY(-3px);
}

/* bottom bar */
.footer-bottom{
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(0,0,0,.15);
    color: #94a3b8;
    font-size: 14px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px){

    .lz-footer{
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .lz-footer ul li a:hover{
        padding-left: 0;
    }
}

/* ==========================
   GENERAL SECTION STYLING
========================== */

/* ==========================
   BASE LAYOUT
========================== */

.container-xxl{
    max-width:100%;
}

/* ==========================
   TYPOGRAPHY (INCREASED FONTS)
========================== */

h1{
    font-weight:700;
    font-size:3rem; /* main headings */
    line-height:1.2;
    margin-bottom:15px;
}

h4{
    font-size:1.8rem;
    font-weight:700;
}

h5{
    font-size:1.35rem;
    font-weight:600;
}

p{
    color:#6c757d;
    line-height:1.9;
    font-size:1.1rem;
}

.service-box p,
.feature-card p{
    font-size:1.05rem;
}

.service-box ul li{
    font-size:1.1rem;
    line-height:1.9;
}

/* ==========================
   BRAND TEXT
========================== */

.text-primary-gradient{
    color:#00d4ff;
    font-weight:600;
    font-size:1.2rem;
}

/* ==========================
   SERVICE / FEATURE BOXES
========================== */

.service-box,
.feature-card{
    background:#ffffff;
    border-radius:20px;
    padding:25px;
    height:100%;
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 5px 25px rgba(0,0,0,.05);
    transition:all .4s ease;
}

.service-box:hover,
.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,212,255,.15);
    border-color:#00d4ff;
}

.service-box h4,
.service-box h5,
.feature-card h5{
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.service-box{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s ease;
    border:1px solid rgba(0,0,0,.05);
}

.service-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.service-box ul li{
    padding:6px 0;
    color:#666;
}

.service-box h5{
    font-weight:600;
}

/* ==========================
   ABOUT IMAGE
========================== */

#about img,
.col-lg-5 img{
    border-radius:8px;
    transition:.4s;

}

#about img:hover,
.col-lg-5 img:hover{
    transform:scale(1.03);
}

/* ==========================
   CORE VALUES
========================== */

.service-box h5{
    position:relative;
}

.service-box h5:after{
    content:'';
    width:45px;
    height:3px;
    background:#00d4ff;
    display:block;
    margin-top:10px;
    border-radius:50px;
}

/* ==========================
   OBJECTIVES LIST
========================== */

.service-box ul{
    padding-left:20px;
}

.service-box ul li{
    margin-bottom:15px;
    color:#555;
}

/* ==========================
   MEMBERSHIP PACKAGES
========================== */

#packages .service-box{
    text-align:center;
    position:relative;
    overflow:hidden;
}

#packages .service-box h4{
    color:#00d4ff;
    font-size:24px;
    margin-bottom:15px;
}

#packages .service-box:hover{
    background:linear-gradient(135deg,#00d4ff,#0d6efd);
}

#packages .service-box:hover h4,
#packages .service-box:hover p{
    color:#fff;
}

/* ==========================
   EARN SECTION
========================== */

.text-center .service-box{
    padding:35px 25px;
}

/* ==========================
   SECTION SPACING
========================== */

.py-5{
    padding-top:80px !important;
    padding-bottom:80px !important;
}

/* ==========================
   BACKGROUND SECTIONS
========================== */

.bg-light{
    background:#f8fbff !important;
}

/* ==========================
   TEXT ALIGNMENT
========================== */

.text-center h1{
    margin-bottom:15px;
}

.text-center p{
    max-width:700px;
    margin:auto;
}

/* ==========================
   BUTTON (OPTIONAL)
========================== */

.btn-primary-gradient{
    background:linear-gradient(135deg,#00d4ff,#0d6efd);
    border:none;
    color:#fff;
    padding:12px 30px;
    border-radius:50px;
    transition:.3s;
}

.btn-primary-gradient:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(0,212,255,.3);
    color:#fff;
}

/* ==========================
   MOBILE RESPONSIVE
========================== */

@media (max-width:991px){

    h1{
        font-size:2.5rem;
    }

    h4{
        font-size:1.6rem;
    }

    h5{
        font-size:1.25rem;
    }

    p,
    .service-box p,
    .feature-card p{
        font-size:1rem;
    }

    .service-box,
    .feature-card{
        padding:20px;
    }

    .py-5{
        padding-top:60px !important;
        padding-bottom:60px !important;
    }
}

@media (max-width:768px){

    h1{
        font-size:2rem;
    }

    h4{
        font-size:1.4rem;
    }

    h5{
        font-size:1.15rem;
    }

    p,
    .service-box p,
    .feature-card p{
        font-size:0.95rem;
    }
}

.commitment-img{
    width: 100%;
    height: auto;
    display: block;
}

/* MOBILE FULL BLEED */
@media (max-width: 768px){

    .commitment-img-wrapper{
        width: 100vw;
        margin-left: calc(-20vw + 50%);
        overflow: hidden;
    }

    .commitment-img{
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0;
    }
}
.about-service-img{
    width: 100%;
    min-height: 800px;      /* Taller image */
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    display: block;
    /* Clean modern shadow */
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);

    /* Smooth effect */
    transition: all 0.4s ease;
}

.about-service-img:hover{
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

@media (max-width: 991.98px){
    .about-service-img{
        min-height: 450px;
        margin-bottom: 30px;
    }
}

#services{
    padding-top: 35px;
    padding-bottom: 35px;
}

.earn-img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 5px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    display: block;
}

@media (max-width: 768px){
    .earn-img{
        height: 260px;
        border-radius: 5px;
    }
}

.earn-img:hover{
    transform: scale(1.02);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

.bg-earn-section {
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 50%, #f7f9fc 100%);
}

.bg-earn-section {
    background: #f6f9ff;
    position: relative;
}

.bg-earn-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(13,110,253,0.08), transparent 50%),
                radial-gradient(circle at bottom left, rgba(0,212,255,0.06), transparent 50%);
    pointer-events: none;
}

.bg-earn-section{
    background: #f7faff;
    position: relative;
    overflow: hidden;
}

.bg-earn-section::before{
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(13,110,253,0.05);
    border-radius: 50%;
    top: -80px;
    right: -80px;
}

.bg-earn-section .container{
    position: relative;
    z-index: 2;
}

#platform .service-box{
    border-radius: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

#platform .service-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

#platform ul li{
    margin-bottom: 6px;
    color: #555;
}

.bg-earn-section img{
    max-width:100%;
    animation: float 4s ease-in-out infinite;
}

@keyframes float{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
}

.service-img{
    width: 90px;          /* reduced width */
    height: 60px;         /* reduced height */
    object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px){
    .service-img{
        width: 90px;
        height: 100px;
    }
}


.testimonial-box{
    border-radius: 14px;
}

@media (max-width: 768px){
    .testimonial-img{
        width: 45px;
        height: 45px;
    }
}

html, body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.service-img,
.testimonial-img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.service-box {
    overflow-x: hidden;
}

