    /* GLOBAL */

    body{
    font-family:'Inter','Segoe UI',sans-serif;
    background:#eceefa;
    color:#4d4d4d;
    }

    /* NAVBAR */

    .navbar{
    background:#eceefa;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
    }

    .navbar-brand{
    font-family:'BankGothic Md BT Medium','Inter',sans-serif;
    color:#023960;
    }

    .nav-link{
    margin:0 10px;
    font-weight:500;
    color:#023960;
    }

    .nav-link:hover {
    color:#0d8b37 !important;
    border-bottom:3px solid #0d8b37;
    }

    .demo-btn{
    background:#026fe4;
    box-shadow: 0px 10px 10px rgba(0, 0, 255, 0.3);
    color:white;
    border-radius:30px;
    padding:8px 22px;
    }

    .demo-btn:hover{
    background:#035cae;
    box-shadow: 0px 4px 10px rgba(0, 0, 255, 0.3);
    color:white;
    }

    /* HERO */

    .hero{
    background:url("assets/images/GeoSkyMateGSMTechnologies-Logo.png") center/cover no-repeat;
    padding:100px 0;
    color:white;
    }

    .hero h1{
    font-size:44px;
    font-weight:700;
    font-family:'BankGothic Md BT Medium','Inter',sans-serif;
    }

    .hero span{
    color:#d16821;
    }

    .hero-btn{
    border-radius:30px;
    padding:10px 25px;
    /* background: linear-gradient(#d16821, #ffb156); */
    }

    /* ============================= */
    /* SERVICE SECTION */
    /* ============================= */

    .service-section{
    margin-top:-90px;
    position:relative;
    z-index:5;
    }

    /* CARD */

    .service-box{
    background:#fff;
    border-radius:22px;
    top: -40px;
    padding:20px 38px 50px;
    width: 100%;
    box-shadow:0 10px 25px rgba(71, 71, 71, 0.08);
    position:relative;
    min-height:180px;

    display:flex;
    align-items:flex-start;
    gap:16px;
    flex-wrap:wrap;

    transition:all .3s ease;
    }

    .service-box:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
    }

    /* ============================= */
    /* ICON */
    /* ============================= */

    .service-icon{
    width:80px;
    height:64px;
    background:#eceefa;
    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
    }

    .service-icon img{
    width:70px;
    height:auto;
    }

    /* ============================= */
    /* TITLE */
    /* ============================= */

    .service-box h6{
    font-size:18px;
    font-weight:700;
    line-height:1.2;
    color:#023960;
    margin-top:8px;
    font-family:'BankGothic Md BT Medium','Inter',sans-serif;
    }

    /* ============================= */
    /* BOTTOM UI DESIGN IMAGE */
    /* ============================= */

    .service-ui{
    position:absolute;
    bottom:12px;
    left:20px;
    width:85%;
    opacity:.95;
    pointer-events:none;
    }

    /* ============================= */
    /* GRID RESPONSIVE */
    /* ============================= */

    @media (max-width:1200px){

    .service-box{
    min-height:100px;
    padding:20px 20px 48px;
    }

    .service-box h6{
    font-size:17px;
    }

    .service-ui{
    width:82%;
    }

    }


    /* ============================= */
    /* TABLET */
    /* ============================= */

    @media (max-width:992px){

    .row.g-4 > div{
    flex:0 0 50%;
    max-width:50%;
    }

    .service-box{
    min-height:150px;
    padding:20px 18px 45px;
    }

    .service-icon{
    width:58px;
    height:58px;
    }

    .service-icon img{
    width:34px;
    }

    .service-box h6{
    font-size:16px;
    }

    .service-ui{
    width:80%;
    }

    }


    /* ============================= */
    /* MOBILE */
    /* ============================= */

    @media (max-width:576px){

    .row.g-4 > div{
    flex:0 0 100%;
    max-width:100%;
    }

    .service-box{
    flex-direction:column;
    align-items:center;
    text-align:center;
    min-height:auto;
    padding:22px 18px 25px;
    }

    .service-icon{
    margin-bottom:8px;
    }

    .service-box h6{
    margin:5px 0 10px;
    font-size:16px;
    }

    .service-ui{
    position:relative;
    left:auto;
    bottom:auto;
    width:70%;
    margin-top:10px;
    }

    }

    /* ===================== */
    /* ABOUT SECTION */
    /* ===================== */

    .welcome-section{
    background:#eceefa;
    }

    .welcome-title{
    font-size:36px;
    font-weight:700;
    color:#023960;
    font-family:'BankGothic Md BT Medium','Inter',sans-serif;
    }

    .welcome-title span{
    color:#3da24a;
    }

    .welcome-text{
    font-size:20px;
    margin:15px 0 25px;
    }

    .welcome-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    }

    .learn-btn{
    background:linear-gradient(#0d8b37, #5baf4f);
    box-shadow: 0 10px 25px rgba(71, 71, 71, 0.08);
    color:#fff;
    padding:12px 28px;
    border-radius:10px;
    font-weight:600;
    }

    .video-btn{
    background:#fff;
    padding:12px 25px;
    border-radius:10px;
    display:flex;
    align-items:center;
    gap:10px;
    box-shadow: 0 10px 25px rgba(71, 71, 71, 0.08);
    }

    .video-btn img{
    width:20px;
    }

    /* VIDEO IMAGE */

    .video-box{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    }

    .video-box img{
    width:100%;
    border-radius:20px;
    box-shadow: 0 10px 25px rgba(44, 43, 43, 0.08);
    }

    .video-play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    cursor:pointer;
    }

    .video-play img{
    width:70px;
    }


    /* ===================== */
    /* INDUSTRIES */
    /* ===================== */

    .industries-section{
    background:#eceefa;
    }

    .industry-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    }

    .industry-heading h2{
    font-size:32px;
    font-weight:700;
    color:#023960;
    font-family:'BankGothic Md BT Medium','Inter',sans-serif;
    }

    .industry-heading h2 span{
    color:#1e8e3e;
    }

    .line-left{
    height:70px;
    }

    .line-right{
    height:40px;
    }

    /* INDUSTRY CARD */

    .industry-card{
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    text-align:center;
    }

    .industry-card img{
    width:100%;
    height:120px;
    object-fit:cover;
    }

    .industry-name{
    padding:10px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    }

    .dot{
    width:10px;
    height:10px;
    border-radius:50%;
    display:inline-block;
    }

    .green{background:#2ea44f;}
    .blue{background:#1b82d1;}
    .orange{background:#e86d1c;}
    .gray{background:#555;}


    /* ===================== */
    /* RESPONSIVE */
    /* ===================== */

    @media (max-width:992px){

    .welcome-title{
    font-size:28px;
    }

    .video-play img{
    width:55px;
    }

    .industry-heading{
    flex-direction:column;
    }

    .line-left,
    .line-right{
    display:none;
    }

    }

    @media (max-width:576px){

    .welcome-buttons{
    flex-direction:column;
    }

    .industry-card img{
    height:100px;
    }

    }

    /* INDUSTRIES */

    .industry-card{
    background:#ffffff;
    padding:15px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
    }

    .industry-card img{
    width:100%;
    border-radius:10px;
    }

    .gs-services-area{
    padding:40px 0;
    background:#eceefa;
    font-family:Poppins;
    }

    .gs-services-header{
    text-align:center;
    margin-bottom:50px;
    }

    .gs-services-header h2{
    font-size:32px;
    font-weight:600;
    }

    .gs-services-header span{
    color:#1c8c43;
    }

    .gs-services-header p{
    font-size:18px;
    margin-top:10px;
    }

    .gs-services-header b{
    color:#1c8c43;
    }

    .gs-services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    }

    .gs-service-box{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
    transition:0.3s;
    }

    .gs-service-box:hover{
    transform:translateY(-6px);
    }

    .gs-service-title{
    padding:18px;
    text-align:center;
    font-weight:600;
    background:#ffffff;
    font-size:18px;
    }

    .gs-service-title:hover {
        background:linear-gradient(90deg,#e67e22,#f39c12);
    color:#ffffff !important;
    }

    .gs-service-img img{
    width:100%;
    height:170px;
    object-fit:cover;
    }

    .gs-service-list{
    list-style:none;
    padding:20px;
    margin:0;
    }

    .gs-service-list li{
    padding:10px 0;
    border-bottom:1px dashed #ddd;
    font-size:15px;
    }

    .gs-service-list li:last-child{
    border-bottom:none;
    }

    .gs-service-list li::before{
    content:"●";
    color:#2aa14a;
    margin-right:10px;
    font-size:12px;
    }

    /* WHY US */

    .why-box{
    background:#eceefa;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    }

    /* MODELS */

    .model-card{
    background:#eceefa;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    }

    .gs-contact-section{
    padding:10px 0 40px;
    background:#eceefa;
    font-family:Poppins;
    }

 

    /* FOOTER */

    .footer{
    position:relative;
    background:url("../images/Footer-img.png") no-repeat top center;
    background-size:100% auto;
    color:#eceefa;
    padding:200px 0 40px;
    font-family:Poppins;
    }

    .footer-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }

    .footer-content{
    position:relative;
    z-index:2;
    }

    .footer-logo{
    width:120px;
    margin-bottom:10px;
    background:#fff;
    padding:6px;
    border-radius:8px;
    }

    .footer-title{
    font-weight:700;
    margin-bottom:10px;

    background: linear-gradient(90deg, 
    #023960 0%, 
    #4c9c34 45%, 
    #cc661b 55px
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

    .footer p{
    font-size:14px;
    font-weight: 700;
    line-height:1.6;
    color:#ffffff;
    }

    .footer-links h5,
    .footer-contact h5{
    margin-bottom:15px;
    font-weight:600;
    }

    .footer-links ul{
    padding:0;
    list-style:none;
    }

    .footer-links ul li{
    margin-bottom:8px;
    font-weight: 700;
    color:#ffffff;
    font-size:14px;
    }

    .footer-links ul li:hover{
    color:#3ddc84;
    cursor:pointer;
    }

    .footer-contact p{
    font-size:14px;
    margin-bottom:8px;
    }

    /* NEWSLETTER */

    .newsletter{
    margin-top:15px;
    }

    .newsletter-box{
    display:flex;
    border:1px solid #3ddc84;
    border-radius:30px;
    overflow:hidden;
    margin-top:10px;
    }

    .newsletter-box input{
    flex:1;
    border:none;
    padding:10px 15px;
    color:#fff;
    outline:none;
    }

    .newsletter-box button{
    background:#3ddc84;
    border:none;
    padding:15px 10px;
    color:#000;
    font-weight:600;
    }

    /* FOOTER BOTTOM */

    .footer-bottom{
    margin-top:20px;
    font-size:13px;
    color:#ccc;
    }

    .footer hr{
    border-color:rgba(255,255,255,0.2);
    }


    /* ============================= */
/* SCROLL ANIMATION */
/* ============================= */

.animate{
opacity:0;
transform:translateY(60px);
transition:all 0.9s ease;
}

.animate.show{
opacity:1;
transform:translateY(0);
}

/* LEFT ANIMATION */

.animate-left{
opacity:0;
transform:translateX(-80px);
transition:all 1s ease;
}

.animate-left.show{
opacity:1;
transform:translateX(0);
}

/* RIGHT ANIMATION */

.animate-right{
opacity:0;
transform:translateX(80px);
transition:all 1s ease;
}

.animate-right.show{
opacity:1;
transform:translateX(0);
}

/* ZOOM ANIMATION */

.animate-zoom{
opacity:0;
transform:scale(0.8);
transition:all 0.8s ease;
}

.animate-zoom.show{
opacity:1;
transform:scale(1);
}

/* IMAGE FLOAT EFFECT */

.animate-float img{
animation:floatImage 6s ease-in-out infinite;
}

@keyframes floatImage{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-12px);
}

100%{
transform:translateY(0px);
}

}