

:root{

--primary:#0B5E2B;
--secondary:#ff6b00;
--light:#fff;
--dark:#222;
--gray:#f5f5f5;

}

body{

font-family:'Poppins',sans-serif;

}


/*====================
TOP HEADER
======================*/

.top-header{

background:var(--primary);

color:#fff;

padding:10px 0;

font-size:15px;

}

.top-left a{

color:#fff;

margin-right:25px;

text-decoration:none;

}

.top-left i{

color:#ffc107;

margin-right:6px;

}

.top-right{

text-align:right;

}

.top-right i{

color:#ffc107;

margin-right:6px;

}

@media (max-width:991px){

.top-header{
    padding:8px 0;
}

.top-left{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.top-left a{
    margin:0;
    font-size:14px;
}

.top-left a:last-child{
    display:none; /* Hide email on mobile */
}

.top-right{
    display:none; /* Hide location on mobile */
}

}


/*=====================
NAVBAR
======================*/

.custom-navbar{

background:#fff;

padding:12px 0;

box-shadow:0 5px 25px rgba(0,0,0,.08);

}

.navbar-brand{

display:flex;

align-items:center;

gap:12px;

}

.navbar-brand img{

width:90px;

height:90px;

border-radius:50%;

}

.navbar-brand h4{

margin:0;

font-size:28px;

font-weight:700;

color:var(--primary);

}

.navbar-brand small{

color:var(--secondary);

font-weight:600;

}


.navbar-nav{

gap:15px;

}


.nav-link{

position:relative;

font-size:17px;

font-weight:600;

color:#222;

padding:10px 15px!important;

transition:.4s;

}

.nav-link:hover{

color:var(--secondary);

}

.nav-link::after{

content:"";

position:absolute;

bottom:0;

left:50%;

width:0;

height:3px;

background:var(--secondary);

transition:.4s;

transform:translateX(-50%);

}

.nav-link:hover::after,

.nav-link.active::after{

width:70%;

}


.quote-btn{

background:linear-gradient(45deg,#ff6b00,#ff9500);

padding:13px 28px;

border-radius:50px;

text-decoration:none;

font-weight:600;

color:#fff;

transition:.4s;

box-shadow:0 8px 20px rgba(255,107,0,.3);

}

.quote-btn:hover{

transform:translateY(-4px);

color:#fff;

}


.quote-btn i{

margin-right:8px;

}


/*=====================
OFFCANVAS
======================*/

.offcanvas{

width:300px;

}

.offcanvas-header{

background:var(--primary);

color:#fff;

}

.mobile-nav{

padding:0;

margin:0;

list-style:none;

}

.mobile-nav li{

margin-bottom:18px;

}

.mobile-nav a{

text-decoration:none;

font-size:18px;

font-weight:600;

color:#222;

display:block;

padding:10px;

border-radius:10px;

transition:.3s;

}

.mobile-nav a:hover{

background:var(--primary);

color:#fff;

padding-left:20px;

}


.mobile-btn{

display:block;

text-decoration:none;

text-align:center;

padding:14px;

margin-top:15px;

background:var(--primary);

color:#fff;

border-radius:40px;

font-weight:600;

transition:.3s;

}

.mobile-btn:hover{

background:var(--secondary);

color:#fff;

}

.whatsapp{

background:#25D366;

}

.whatsapp:hover{

background:#1ebc57;

}


/*====================
MOBILE
======================*/

@media(max-width:991px){

.navbar-brand h4{

font-size:20px;

}

.navbar-brand img{

width:70px;

height:70px;

}

.quote-btn{

display:none;

}

}

@media(max-width:576px){


.navbar-brand h4{

font-size:18px;

}

.navbar{

padding:10px 0;

}

}


.hero-section{

margin-top:0;

}

.carousel-item{

height:100vh;

position:relative;

}

.carousel-item img{

width:100%;

height:100%;

object-fit:cover;

}

.overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.55);

}

.carousel-caption{

bottom:50%;

transform:translateY(50%);

text-align:left;

max-width:700px;

left:8%;

right:auto;

z-index:5;

}

.carousel-caption h5{

font-size:25px;

color:#ffc107;

font-weight:600;

margin-bottom:15px;

}

.carousel-caption h1{

font-size:65px;

font-weight:800;

color:#fff;

line-height:1.2;

margin-bottom:20px;

}

.carousel-caption p{

font-size:20px;

color:#fff;

margin-bottom:35px;

}

.hero-btn{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn1{

background:#0B5E2B;

padding:16px 35px;

border-radius:50px;

color:#fff;

font-weight:600;

text-decoration:none;

transition:.4s;

}

.btn1:hover{

background:#ff6b00;

color:#fff;

transform:translateY(-5px);

}

.btn2{

background:#25D366;

padding:16px 35px;

border-radius:50px;

color:#fff;

font-weight:600;

text-decoration:none;

transition:.4s;

}

.btn2:hover{

background:#0B5E2B;

color:#fff;

transform:translateY(-5px);

}

.carousel-control-prev,
.carousel-control-next{

width:60px;
height:60px;
background:rgba(255,255,255,.2);
border-radius:50%;
top:50%;
transform:translateY(-50%);

}

.carousel-indicators button{

width:12px;
height:12px;
border-radius:50%;

}

.carousel-indicators .active{

background:#ff6b00;

}

@media(max-width:991px){

.carousel-item{

height:80vh;

}

.carousel-caption{

left:20px;
right:20px;
bottom:40%;

}

.carousel-caption h1{

font-size:38px;

}

.carousel-caption p{

font-size:16px;

}

.hero-btn{

justify-content:center;

}

}

@media(max-width:576px){

.carousel-item{

height:75vh;

}

.carousel-caption{

text-align:center;

left:15px;
right:15px;

}

.carousel-caption h1{

font-size:28px;

}

.carousel-caption p{

font-size:15px;

}

.btn1,
.btn2{

width:100%;

}

}

.heroSwiper{
    cursor: grab;
}

.heroSwiper:active{
    cursor: grabbing;
}

/*==============================
ABOUT SECTION
===============================*/

.about-section{

background:#f8f9fa;

padding:100px 0;

}

.about-img{

position:relative;

overflow:hidden;

border-radius:25px;

}

.about-img img{

width:100%;

height:550px;

object-fit:cover;

border-radius:25px;

transition:.5s;

}

.about-img:hover img{

transform:scale(1.05);

}

.experience-box{

position:absolute;

right:25px;

bottom:25px;

background:#0B5E2B;

padding:25px;

border-radius:20px;

text-align:center;

color:#fff;

box-shadow:0 15px 35px rgba(0,0,0,.2);

}

.experience-box h2{

font-size:42px;

font-weight:700;

margin-bottom:5px;

}

.section-tag{

display:inline-block;

background:#eaf8ef;

color:#0B5E2B;

padding:10px 22px;

border-radius:50px;

font-weight:600;

margin-bottom:20px;

}

.section-tag i{

margin-right:8px;

}

.about-section h2{

font-size:45px;

font-weight:700;

line-height:1.3;

margin-bottom:20px;

}

.about-section h2 span{

color:#ff6b00;

}

.about-text{

font-size:17px;

line-height:32px;

color:#555;

margin-bottom:25px;

}

.feature-item{

display:flex;

align-items:center;

gap:12px;

padding:12px 0;

font-size:17px;

font-weight:500;

}

.feature-item i{

color:#0B5E2B;

font-size:20px;

}

.about-btn{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-about{

background:#0B5E2B;

color:#fff;

padding:15px 35px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.4s;

}

.btn-about:hover{

background:#ff6b00;

color:#fff;

transform:translateY(-5px);

}

.btn-outline-about{

border:2px solid #0B5E2B;

padding:15px 35px;

border-radius:50px;

text-decoration:none;

font-weight:600;

color:#0B5E2B;

transition:.4s;

}

.btn-outline-about:hover{

background:#0B5E2B;

color:#fff;

}

@media(max-width:991px){

.about-section{

padding:70px 0;

}

.about-img img{

height:400px;

}

.about-section h2{

font-size:34px;

text-align:center;

}

.about-text{

text-align:center;

}

.section-tag{

display:table;

margin:auto auto 20px;

}

.about-btn{

justify-content:center;

}

.experience-box{

right:15px;

bottom:15px;

padding:18px;

}

.experience-box h2{

font-size:30px;

}

}

@media(max-width:576px){

.about-img img{

height:300px;

}

.about-section h2{

font-size:28px;

}

.about-text{

font-size:15px;

line-height:28px;

}

.feature-item{

font-size:15px;

}

}

/*==============================
SERVICES
==============================*/

.services-section{

padding:100px 0;

background:#fff;

}

.services-section h2{

font-size:42px;

font-weight:700;

margin:15px 0;

color:#222;

}

.services-section p{

color:#666;

max-width:700px;

margin:auto;

}

.service-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.service-card:hover{

transform:translateY(-12px);

}

.service-card img{

width:100%;

height:250px;

object-fit:cover;

transition:.5s;

}

.service-card:hover img{

transform:scale(1.1);

}

.service-content{

padding:25px;

}

.service-content h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#0B5E2B;

}

.service-content p{

font-size:15px;

line-height:28px;

margin-bottom:20px;

color:#666;

}

.service-content a{

color:#ff6b00;

font-weight:600;

text-decoration:none;

}

.service-content a:hover{

letter-spacing:1px;

}

@media(max-width:991px){

.services-section{

padding:70px 0;

}

.service-card img{

height:220px;

}

.services-section h2{

font-size:34px;

}

}

@media(max-width:576px){

.service-card img{

height:200px;

}

.services-section h2{

font-size:28px;

}

}


/*=========================
WHY CHOOSE US
==========================*/

.why-us{

padding:100px 0;

background:#f8f9fa;

}

.why-us img{

height:600px;

width:100%;

object-fit:cover;

}

.why-us h2{

font-size:42px;

font-weight:700;

margin:20px 0;

}

.why-us p{

color:#666;

line-height:30px;

}

.choose-box{

margin-top:35px;

}

.choose-item{

display:flex;

align-items:flex-start;

gap:20px;

margin-bottom:25px;

padding:20px;

background:#fff;

border-radius:15px;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.4s;

}

.choose-item:hover{

transform:translateX(10px);

}

.number{

width:60px;

height:60px;

background:#0B5E2B;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:700;

flex-shrink:0;

}

.choose-item h5{

font-weight:700;

margin-bottom:8px;

}

.choose-btn{

display:inline-block;

margin-top:20px;

padding:15px 35px;

background:#ff6b00;

color:#fff;

text-decoration:none;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.choose-btn:hover{

background:#0B5E2B;

color:#fff;

}

@media(max-width:991px){

.why-us{

padding:70px 0;

}

.why-us img{

height:350px;

margin-bottom:30px;

}

.why-us h2{

font-size:32px;

}

}

@media(max-width:576px){

.why-us h2{

font-size:28px;

}

.choose-item{

padding:15px;

}

.number{

width:50px;

height:50px;

font-size:18px;

}

}


/*==============================
PARALLAX SECTION
===============================*/

.parallax-section{

    background:url("./img/h4.jpeg") center center/cover no-repeat fixed;

    position:relative;

    padding:140px 0;

    overflow:hidden;

}

.parallax-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(rgba(11,94,43,.82),rgba(0,0,0,.65));

}

.parallax-section .container{

    position:relative;

    z-index:2;

}

.sub-title{

    display:inline-block;

    color:#fff;

    background:rgba(255,255,255,.15);

    padding:10px 25px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:25px;

    backdrop-filter:blur(8px);

}

.parallax-section h2{

    color:#fff;

    font-size:52px;

    font-weight:700;

    line-height:1.3;

    margin-bottom:25px;

}

.parallax-section p{

    color:#f5f5f5;

    font-size:18px;

    line-height:32px;

    max-width:850px;

    margin:auto;

}

.parallax-btn{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-call{

    background:#fff;

    color:#0B5E2B;

    padding:16px 38px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.4s;

}

.btn-call:hover{

    background:#ff6b00;

    color:#fff;

    transform:translateY(-5px);

}

.btn-whatsapp{

    background:#25D366;

    color:#fff;

    padding:16px 38px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.4s;

}

.btn-whatsapp:hover{

    background:#0B5E2B;

    color:#fff;

    transform:translateY(-5px);

}

.btn-call i,
.btn-whatsapp i{

    margin-right:8px;

}

@media(max-width:991px){

    .parallax-section{

        background-attachment:scroll;

        padding:90px 0;

    }

    .parallax-section h2{

        font-size:36px;

    }

}

@media(max-width:576px){

    .parallax-section{

        padding:70px 0;

    }

    .parallax-section h2{

        font-size:28px;

    }

    .parallax-section p{

        font-size:16px;

        line-height:28px;

    }

    .btn-call,
    .btn-whatsapp{

        width:100%;

    }

}

/*=========================
GALLERY
=========================*/

.gallery-section{

background:#f8f9fa;

padding:100px 0;

}

.gallery-card{

position:relative;

overflow:hidden;

border-radius:20px;

cursor:pointer;

box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.gallery-card img{

width:100%;

height:300px;

object-fit:cover;

transition:.6s;

}

.video-card img{

height:350px;

}

.gallery-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:linear-gradient(rgba(11,94,43,.15),rgba(0,0,0,.75));

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

opacity:0;

transition:.4s;

}

.gallery-card:hover img{

transform:scale(1.15);

}

.gallery-card:hover .gallery-overlay{

opacity:1;

}

.gallery-overlay i{

width:70px;

height:70px;

background:#fff;

color:#0B5E2B;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

margin-bottom:20px;

transition:.4s;

}

.gallery-card:hover .gallery-overlay i{

transform:rotate(180deg);

}

.gallery-overlay h5{

color:#fff;

font-size:24px;

font-weight:700;

}

.play-btn{

width:90px;

height:90px;

background:#ff6b00;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

animation:pulse 2s infinite;

}

.play-btn i{

background:none;

color:#fff;

font-size:42px;

}

@keyframes pulse{

0%{

box-shadow:0 0 0 0 rgba(255,107,0,.7);

}

70%{

box-shadow:0 0 0 25px rgba(255,107,0,0);

}

100%{

box-shadow:0 0 0 0 rgba(255,107,0,0);

}

}

@media(max-width:991px){

.gallery-card img{

height:250px;

}

.video-card img{

height:280px;

}

}

@media(max-width:576px){

.gallery-card img{

height:220px;

}

.video-card img{

height:220px;

}

.gallery-overlay h5{

font-size:18px;

}

}

/*=============================
WORK PROCESS
==============================*/

.work-process{

padding:100px 0;

background:#ffffff;

}

.process-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

text-align:center;

}

.process-card:hover{

transform:translateY(-12px);

}

.process-img{

position:relative;

overflow:hidden;

}

.process-img img{

width:100%;

height:240px;

object-fit:cover;

transition:.5s;

}

.process-card:hover img{

transform:scale(1.1);

}

.process-img span{

position:absolute;

top:15px;

left:15px;

width:55px;

height:55px;

background:#ff6b00;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

font-size:20px;

}

.process-card h4{

margin:25px 0 15px;

font-size:24px;

font-weight:700;

color:#0B5E2B;

}

.process-card p{

padding:0 20px 30px;

color:#666;

line-height:28px;

}

@media(max-width:991px){

.work-process{

padding:70px 0;

}

.process-img img{

height:220px;

}

}

@media(max-width:576px){

.process-img img{

height:200px;

}

.process-card h4{

font-size:20px;

}

}


.testimonial-section{

padding:100px 0;

background:#f8f9fa;

}

.testimonial-card{

background:#fff;

padding:30px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

text-align:center;

transition:.4s;

height:100%;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.testimonial-card img{

width:90px;

height:90px;

border-radius:50%;

object-fit:cover;

border:4px solid #0B5E2B;

margin-bottom:20px;

}

.stars{

color:#ffc107;

margin-bottom:15px;

font-size:18px;

}

.testimonial-card p{

line-height:28px;

color:#666;

min-height:90px;

}

.testimonial-card h5{

color:#0B5E2B;

font-weight:700;

margin-top:15px;

}

.testimonial-card span{

color:#888;

font-size:14px;

}

.swiper-pagination-bullet-active{

background:#ff6b00;

}

/*==============================
CONTACT
===============================*/

.contact-section{

padding:100px 0;

background:#f8f9fa;

}

.contact-info{

display:flex;

flex-direction:column;

gap:25px;

}

.contact-box{

display:flex;

gap:20px;

background:#fff;

padding:25px;

border-radius:18px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.4s;

}

.contact-box:hover{

transform:translateX(10px);

}

.icon{

width:65px;

height:65px;

background:#0B5E2B;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:24px;

}

.contact-box h5{

font-weight:700;

margin-bottom:8px;

}

.contact-box a{

text-decoration:none;

color:#555;

}

.contact-form{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.form-control{

height:55px;

border-radius:12px;

}

textarea.form-control{

height:auto;

}

.send-btn{

background:#ff6b00;

border:none;

color:#fff;

padding:16px 45px;

border-radius:50px;

font-weight:700;

transition:.4s;

}

.send-btn:hover{

background:#0B5E2B;

}

.map-section iframe{

width:100%;

height:500px;

border:0;

display:block;

}

@media(max-width:768px){

.contact-section{

padding:70px 0;

}

.contact-form{

padding:25px;

}

.map-section iframe{

height:350px;

}

}

/*==============================
FAQ SECTION
===============================*/

.faq-section{

padding:100px 0;

background:#f8f9fa;

}

.faq-section h2{

font-size:45px;

font-weight:700;

margin:20px 0;

}

.faq-section h2 span{

color:#ff6b00;

}

.faq-section p{

color:#666;

line-height:30px;

}

.faq-img{

margin-top:30px;

border-radius:20px;

}

.custom-faq .accordion-item{

border:none;

margin-bottom:20px;

border-radius:18px;

overflow:hidden;

box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.custom-faq .accordion-button{

background:#fff;

padding:22px 25px;

font-size:18px;

font-weight:600;

color:#222;

box-shadow:none;

}

.custom-faq .accordion-button i{

width:42px;

height:42px;

background:#0B5E2B;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-right:15px;

flex-shrink:0;

}

.custom-faq .accordion-button:not(.collapsed){

background:#0B5E2B;

color:#fff;

}

.custom-faq .accordion-button:not(.collapsed) i{

background:#fff;

color:#0B5E2B;

}

.custom-faq .accordion-body{

padding:25px;

line-height:30px;

font-size:16px;

color:#666;

background:#fff;

}

.custom-faq .accordion-button::after{

filter:brightness(0);

}

.custom-faq .accordion-button:not(.collapsed)::after{

filter:brightness(10);

}

@media(max-width:991px){

.faq-section{

padding:70px 0;

}

.faq-section h2{

font-size:34px;

}

.faq-img{

display:none;

}

}

@media(max-width:576px){

.faq-section h2{

font-size:28px;

}

.custom-faq .accordion-button{

font-size:16px;

padding:18px;

}

}

/*==================================
FOOTER
===================================*/

.footer{

background:#0d1b12;

color:#fff;

padding:90px 0 0;

position:relative;

overflow:hidden;

}

.footer::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#0B5E2B,#ff6b00);

}

.footer-logo{

width:90px;

background:#fff;

padding:8px;

border-radius:50%;

margin-bottom:20px;

}

.footer h3{

font-size:28px;

font-weight:700;

margin-bottom:20px;

}

.footer h4{

margin-bottom:25px;

font-weight:700;

position:relative;

}

.footer h4::after{

content:"";

width:45px;

height:3px;

background:#ff6b00;

position:absolute;

left:0;

bottom:-10px;

}

.footer p{

color:#cfcfcf;

line-height:30px;

}

.footer ul{

padding:0;

margin:0;

list-style:none;

}

.footer ul li{

margin-bottom:15px;

}

.footer ul li a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#ff6b00;

padding-left:8px;

}

.footer-contact li{

display:flex;

align-items:flex-start;

gap:12px;

}

.footer-contact i{

color:#ff6b00;

font-size:20px;

margin-top:2px;

}

.social-links{

margin-top:25px;

display:flex;

gap:15px;

}

.social-links a{

width:45px;

height:45px;

background:#1f2e24;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:18px;

transition:.4s;

text-decoration:none;

}

.social-links a:hover{

background:#ff6b00;

transform:translateY(-5px);

}

.footer-bottom{

margin-top:60px;

padding:20px 0;

background:#08110c;

border-top:1px solid rgba(255,255,255,.08);

font-size:15px;

}

.massclick{

color:#ff6b00;

font-weight:700;

text-decoration:none;

}

.massclick:hover{

color:#fff;

}

@media(max-width:991px){

.footer{

padding:70px 0 0;

text-align:center;

}

.footer h4::after{

left:50%;

transform:translateX(-50%);

}

.footer-contact li{

justify-content:center;

}

.social-links{

justify-content:center;

}

.footer-bottom{

text-align:center;

}

}

@media(max-width:576px){

.footer-logo{

width:75px;

}

.footer h3{

font-size:24px;

}

.footer-bottom .text-md-end{

margin-top:10px;

}

}

/*==========================
PAGE HEADER
===========================*/

.page-header{

    position:relative;

    background:url("./img/s1.png") center center/cover no-repeat fixed;

    min-height:420px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.page-header .overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(rgba(11,94,43,.75),rgba(0,0,0,.65));

}

.page-content{

    position:relative;

    z-index:2;

    text-align:center;

    color:#fff;

}

.page-content h1{

    font-size:65px;

    font-weight:800;

    margin-bottom:15px;

    text-transform:uppercase;

    letter-spacing:2px;

}

.page-content nav{

    display:inline-flex;

    align-items:center;

    gap:12px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    padding:12px 30px;

    border-radius:50px;

}

.page-content nav a{

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.page-content nav a:hover{

    color:#ff6b00;

}

.page-content nav span{

    color:#fff;

    font-weight:600;

}

@media(max-width:991px){

.page-header{

    min-height:320px;

    background-attachment:scroll;

}

.page-content h1{

    font-size:42px;

}

}

@media(max-width:576px){

.page-header{

    min-height:260px;

}

.page-content h1{

    font-size:32px;

}

.page-content nav{

    padding:10px 20px;

    font-size:14px;

}

}


/*==============================
ABOUT COMPANY
===============================*/

.about-company{

padding:100px 0;

background:#fff;

}

.about-image{

position:relative;

overflow:hidden;

border-radius:25px;

}

.about-image img{

width:100%;

height:600px;

object-fit:cover;

border-radius:25px;

transition:.5s;

}

.about-image:hover img{

transform:scale(1.08);

}

.experience-card{

position:absolute;

bottom:30px;

right:30px;

background:#0B5E2B;

padding:30px;

border-radius:20px;

color:#fff;

text-align:center;

box-shadow:0 20px 40px rgba(0,0,0,.2);

}

.experience-card h2{

font-size:50px;

font-weight:800;

margin-bottom:5px;

}

.about-company h2{

font-size:45px;

font-weight:700;

margin:20px 0;

line-height:1.3;

}

.about-company h2 span{

color:#ff6b00;

}

.about-company p{

font-size:17px;

line-height:32px;

color:#666;

margin-bottom:20px;

}

.achievement-box{

background:#f8f9fa;

padding:30px;

border-radius:18px;

text-align:center;

margin-top:20px;

transition:.4s;

box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.achievement-box:hover{

background:#0B5E2B;

transform:translateY(-8px);

}

.achievement-box:hover h3,

.achievement-box:hover p{

color:#fff;

}

.achievement-box h3{

font-size:40px;

font-weight:800;

color:#ff6b00;

margin-bottom:10px;

}

.achievement-box p{

margin:0;

font-weight:600;

}

@media(max-width:991px){

.about-company{

padding:70px 0;

}

.about-image img{

height:400px;

}

.about-company h2{

font-size:34px;

}

}

@media(max-width:576px){

.about-image img{

height:300px;

}

.about-company h2{

font-size:28px;

}

.about-company p{

font-size:15px;

line-height:28px;

}

.experience-card{

padding:18px;

right:15px;

bottom:15px;

}

.experience-card h2{

font-size:34px;

}

}

/*==============================
MISSION & VISION
===============================*/

.mission-vision{

padding:100px 0;

background:#f8f9fa;

}

.mission-card,
.vision-card{

background:#fff;

border-radius:25px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.mission-card:hover,
.vision-card:hover{

transform:translateY(-10px);

}

.card-image{

overflow:hidden;

}

.card-image img{

width:100%;

height:280px;

object-fit:cover;

transition:.5s;

}

.mission-card:hover img,
.vision-card:hover img{

transform:scale(1.08);

}

.card-content{

padding:35px;

text-align:center;

}

.icon-box{

width:80px;

height:80px;

margin:auto;

margin-top:-70px;

background:#0B5E2B;

border:6px solid #fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

box-shadow:0 10px 25px rgba(0,0,0,.2);

}

.vision-card .icon-box{

background:#ff6b00;

}

.card-content h3{

margin:25px 0 15px;

font-size:30px;

font-weight:700;

color:#222;

}

.card-content p{

font-size:16px;

line-height:30px;

color:#666;

}

@media(max-width:991px){

.mission-vision{

padding:70px 0;

}

.card-image img{

height:240px;

}

}

@media(max-width:576px){

.card-image img{

height:220px;

}

.card-content{

padding:25px;

}

.card-content h3{

font-size:24px;

}

.card-content p{

font-size:15px;

line-height:28px;

}

.icon-box{

width:70px;

height:70px;

font-size:28px;

}

}


/*==========================
SERVICE DETAILS
==========================*/

.service-details{

padding:100px 0;

background:#fff;

}

.service-details img{

width:100%;

height:420px;

object-fit:cover;

transition:.5s;

}

.service-details img:hover{

transform:scale(1.03);

}

.service-details h2{

font-size:42px;

font-weight:700;

margin:20px 0;

color:#0B5E2B;

}

.service-details p{

font-size:17px;

line-height:32px;

color:#666;

margin-bottom:25px;

}

.service-list{

list-style:none;

padding:0;

}

.service-list li{

padding:12px 0;

font-size:17px;

font-weight:500;

display:flex;

align-items:center;

gap:12px;

}

.service-list i{

color:#ff6b00;

font-size:20px;

}

@media(max-width:991px){

.service-details{

padding:70px 0;

}

.service-details img{

height:320px;

margin-bottom:20px;

}

.service-details h2{

font-size:32px;

}

}

@media(max-width:576px){

.service-details img{

height:230px;

}

.service-details h2{

font-size:28px;

}

.service-details p{

font-size:15px;

line-height:28px;

}

.service-list li{

font-size:15px;

}

}

/*==============================
CONTACT INFO
==============================*/

.contact-info-section{

padding:100px 0;

background:#f8f9fa;

}

.contact-card{

background:#fff;

padding:40px 25px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.contact-card:hover{

transform:translateY(-10px);

}

.contact-icon{

width:80px;

height:80px;

margin:auto;

background:#0B5E2B;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

margin-bottom:25px;

transition:.4s;

}

.contact-card:hover .contact-icon{

background:#ff6b00;

transform:rotate(360deg);

}

.contact-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

}

.contact-card a{

text-decoration:none;

color:#555;

font-weight:500;

}

.contact-card p{

margin:0;

color:#555;

line-height:28px;

}

@media(max-width:991px){

.contact-info-section{

padding:70px 0;

}

}

@media(max-width:576px){

.contact-card{

padding:30px 20px;

}

.contact-icon{

width:70px;

height:70px;

font-size:28px;

}

}


.send-btn{

    background:#0B5E2B;

    color:#fff;

    border:none;

    padding:15px 40px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.send-btn:hover{

    background:#ff6b00;

    transform:translateY(-3px);

}

/*==========================
FLOATING WHATSAPP
===========================*/

.floating-whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    background:#25D366;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(37,211,102,.45);

    z-index:9999;

    animation:whatsappPulse 2s infinite;

    transition:.3s;

}

.floating-whatsapp:hover{

    color:#fff;

    transform:scale(1.1);

    background:#0B5E2B;

}

@keyframes whatsappPulse{

    0%{

        box-shadow:0 0 0 0 rgba(37,211,102,.7);

    }

    70%{

        box-shadow:0 0 0 18px rgba(37,211,102,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(37,211,102,0);

    }

}

@media(max-width:768px){

    .floating-whatsapp{

        width:58px;

        height:58px;

        right:15px;

        bottom:15px;

        font-size:30px;

    }

}

/*==========================
SCROLL TO TOP
===========================*/

.scroll-top{

    position:fixed;

    right:25px;

    bottom:185px;

    width:60px;

    height:60px;

    background:#ff6b00;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(255,107,0,.4);

    opacity:0;

    visibility:hidden;

    transform:translateY(20px);

    transition:.4s;

    z-index:9998;

}

.scroll-top.active{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

.scroll-top:hover{

    background:#0B5E2B;

    color:#fff;

    transform:translateY(-5px);

}

@media(max-width:768px){

.scroll-top{

    width:55px;

    height:55px;

    right:15px;

    bottom:160px;

    font-size:22px;

}

}