/* extra location footer css */
.ed-heading-top{
	width: 100%;
	padding: 50px 0;
	margin-top: 20px;
}
.ed-heading-top h4{
	text-align: center;
    margin: 0px 0 65px 38px;
    font-weight: 600;
    font-size: 40px;
    color: black
}
.ed-heading-top .location-content ul{
	list-style-type: none;
}

.ed-heading-top .location-content ul li{
	padding: 5px;
	margin: 5px;
	font-weight: 600;
	font-size: 15px;
	color: #002f58;
	text-align: center;
	/* background-color: #002f58; */
	border-radius: 5px;
	/* border-left: 8px solid red; */
	border: 1px solid #82b927;
}


/* whatsapp calling tag inside */
.all-fixed-data{
    position: fixed;
    left: 10px;
	top: 320px;
    transform: translateY(-50%);
    z-index: 999;
    max-width: 45px;
}
.contact-button-fixed {
    width: 175px;
    height: 55px;
    border-radius: 10px;
    background: linear-gradient(45deg, #0ba8dd,#f0e96c);
    text-align: center;
    transform: rotate(-90deg);
    position: relative;
    left: -80px;
 
}
.whatsapp-button-fixed {
    position: fixed;
    top: 215%;
    left: -9px;
    z-index: 999;
}
.whatsapp-button-fixed img{
	width: 82%;
}
.contact-button-fixed a{
    text-align: center;
    font-size: 18px;
    display: block;
    font-weight: 500;
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    animation: blinking .8s infinite 1s;
}

@keyframes blinking {
  0%{color:rgb(226, 121, 121);}
  20%{color:#fff;}
  40%{color:rgb(148, 18, 18);}
  60%{color:#be5f10;}
  80%{color:#e6331b;}
  100%{color:#c49925;}
}







.hero-section{
    padding:60px 0;
    background:#f8fffb;
    overflow:hidden;
}

.hero-section .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.hero-content{
    flex:1;
}

.hero-tag{
    display:inline-block;
    background:#e7f9ef;
    color:#0c8f49;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:58px;
    line-height:1.2;
    font-weight:800;
    color:#222;
    margin-bottom:20px;
}

.hero-content h1 span{
    color:#0c8f49;
}

.hero-content p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
    max-width:650px;
}

.hero-btns{
    display:flex;
    gap:15px;
    margin-bottom:35px;
}

.btn-call,
.btn-whatsapp{
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.4s;
}

.btn-call{
    background:#0c8f49;
    color:#fff;
}

.btn-call:hover{
    background:#066d37;
    color:#fff;
    transform:translateY(-3px);
}

.btn-whatsapp{
    background:#fff;
    color:#0c8f49;
    border:2px solid #0c8f49;
}

.btn-whatsapp:hover{
    background:#0c8f49;
    color:#fff;
}

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
}

.feature{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    color:#333;
}

.feature i{
    color:#0c8f49;
    font-size:20px;
}

.hero-image{
    flex:1;
    position:relative;
}

.hero-image::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(12,143,73,.08);
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.hero-image img{
    width:100%;
    max-width:600px;
    position:relative;
    z-index:2;
}

@media(max-width:991px){

.hero-section .container{
    flex-direction:column;
    text-align:center;
}

.hero-content h1{
    font-size:42px;
}

.hero-btns{
    justify-content:center;
}

.hero-features{
    justify-content:center;
}
}


.hero-form{
    flex:1;
    display:flex;
    justify-content:center;
}

.quote-box{
     z-index: 676766 !important;
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    width:100%;
    max-width:450px;
    border-top:5px solid #0c8f49;
}

.quote-box h3{
    font-size:28px;
    margin-bottom:10px;
    color:#222;
}

.quote-box p{
    color:#666;
    margin-bottom:25px;
}

.quote-box form{
    display:flex;
    flex-direction:column;
    gap:15px;

}

.quote-box input{
    height:55px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
    outline:none;
    font-size:15px;
}

.quote-box input:focus{
    border-color:#0c8f49;
}

.quote-box button{
    height:55px;
    border:none;
    border-radius:10px;
    background:#0c8f49;
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.quote-box button:hover{
    background:#066d37;
}

.transport-strip{
    width:100%;
    background:linear-gradient(90deg,#0C8F49,#15B85F,#0C8F49);
    padding:10px 15px;
    text-align:center;
    overflow:hidden;
}

.transport-strip h4{
    margin:0;
    color:#fff;
    font-size:20px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2px;
    font-family:'Poppins',sans-serif;
}

.transport-strip h4 span{
    color:#FFD700;
    margin:0 15px;
}

@media(max-width:768px){
    .transport-strip h4{
        font-size:20px;
        letter-spacing:1px;
    }
}


.top-marquee{
    background: linear-gradient(90deg,#0C8F49,#16B85F,#0C8F49);
    padding: 12px 0;
    border-top: 3px solid #FFD700;
    border-bottom: 3px solid #FFD700;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.top-marquee::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    animation: shine 4s linear infinite;
}

.top-marquee marquee{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

@keyframes shine{
    100%{
        left: 100%;
    }
}

@media(max-width:768px){
    .top-marquee marquee{
        font-size: 14px;
    }
}



.why-choose-us{
    padding:100px 0;
    background:#f8fffb;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-title span{
    display:inline-block;
    color:#0C8F49;
    background:#e8f9ef;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
    line-height:1.8;
}

.choose-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.choose-card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:20px;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    border-bottom:4px solid transparent;
}

.choose-card:hover{
    transform:translateY(-10px);
    border-color:#0C8F49;
}

.choose-card i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#0C8F49;
    color:#fff;
    font-size:30px;
    margin-bottom:20px;
}

.choose-card h4{
    font-size:22px;
    margin-bottom:12px;
    font-weight:700;
    color:#222;
}

.choose-card p{
    color:#666;
    line-height:1.7;
}

/* Tablet */
@media(max-width:991px){
    .choose-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:34px;
    }
}

/* Mobile */
@media(max-width:767px){
    .choose-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:28px;
    }

    .choose-card{
        padding:30px 20px;
    }
}

.mission-vision-section{
    padding:100px 0;
    background:#f8fffb;
}

.section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-heading span{
    display:inline-block;
    background:#e8f9ef;
    color:#0C8F49;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:800;
    color:#222;
    margin-bottom:15px;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.mv-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.mv-card{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.mv-card:hover{
    transform:translateY(-10px);
}

.mv-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#0C8F49;
}

.mv-icon{
    width:80px;
    height:80px;
    background:linear-gradient(135deg,#0C8F49,#16B85F);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.mv-icon i{
    color:#fff;
    font-size:32px;
}

.mv-card h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.mv-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.mv-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.mv-card ul li{
    padding:10px 0;
    color:#333;
    font-weight:500;
    border-bottom:1px solid #eee;
}

.mv-card ul li:last-child{
    border:none;
}

.mv-card ul li::before{
    content:'✔';
    color:#0C8F49;
    margin-right:10px;
    font-weight:700;
}

@media(max-width:991px){
    .mv-wrapper{
        grid-template-columns:1fr;
    }

    .section-heading h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .mission-vision-section{
        padding:70px 0;
    }

    .section-heading h2{
        font-size:28px;
    }

    .mv-card{
        padding:30px;
    }

    .mv-card h3{
        font-size:24px;
    }
}