/* Top Bar */
.top-bar{
    background:#0b7a2a;
    color:#fff;
    padding:10px 5%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
}

.contact-info span{
    margin-right:20px;
}

.social-icons a{
    color:#fff;
    margin-left:15px;
    font-size:18px;
    text-decoration:none;
    transition:0.3s;
}

.social-icons a:hover{
    color:#ffd700;
}

/* Navbar */
.navbar{
    background:#ffffff;
    padding:15px 5%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.logo img{
    height:60px;
}

.menu{
    list-style:none;
    display:flex;
    gap:35px;
}

.menu li{
    display:inline-block;
}

.menu a{
    text-decoration:none;
    color:#0b7a2a;
    font-size:18px;
    font-weight:600;
    transition:0.3s;
}

.menu a:hover{
    color:#000;
}
.logo{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo img{
    height:60px;
    width:auto;
}

.logo-text{
    font-size:32px;
    font-weight:800;
    color:#0b7a2a;
    text-transform:capitalize;
    letter-spacing:1px;
}

.logo{
    display:flex;
    align-items:center;
    gap:20px;
}

.logo img{
    height:90px;   /* Pehle 60px tha */
    width:auto;
}

.logo-text{
    font-size:42px;      /* Company Name Bada */
    font-weight:900;     /* Extra Bold */
    color:#006400;       /* Dark Green */
    font-family:Arial, sans-serif;
    line-height:1;
}
.logo{
    display:flex;
    align-items:center;
}

.logo img{
    width:100px;
    height:100px;
    margin-right:15px;
}

.logo-text{
    font-size:20px;
    font-weight:900;
    color:#006400;
    white-space:nowrap;
}

.logo{
    display:flex !important;
    align-items:center !important;
    gap:25px !important;
}

.logo img{
    height:140px !important;
    width:auto !important;
    max-height:none !important;
}

.logo-text{
    font-size:20px !important;
    font-weight:900 !important;
    color:#006400 !important;
    line-height:1 !important;
    white-space:nowrap !important;
}

.navbar{
    min-height:160px !important;
}
.logo img{
    height:100px;
}
.about-pest{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:80px 8%;
    gap:60px;
    background:#f8f8f8;
}

.about-images{
    position:relative;
    width:50%;
}

.main-img{
    width:100%;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.small-img{
    position:absolute;
    left:-80px;
    bottom:40px;
    width:40%;
    border-radius:15px;
    border:5px solid #fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.about-content{
    width:50%;
}

.tag{
    background:#eaf8ea;
    color:#0b7a2a;
    padding:8px 15px;
    border-radius:20px;
    font-weight:600;
}

.about-content h2{
    font-size:42px;
    color:#003b1f;
    margin:20px 0;
}

.about-content p{
    font-size:17px;
    line-height:1.8;
    color:#555;
}

.about-content ul{
    list-style:none;
    margin-top:20px;
}

.about-content ul li{
    margin-bottom:15px;
    font-size:17px;
    color:#333;
}

.about-btn{
    display:inline-block;
    margin-top:25px;
    background:#0b7a2a;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:8px;
    font-weight:600;
}

.about-btn:hover{
    background:#05591d;
}
.about-section{
    padding:80px 8%;
    background:#f7f7f7;
}

.container{
    display:flex;
    align-items:center;
    gap:50px;
    flex-wrap:wrap;
}

.about-image{
    position:relative;
    flex:1;
    min-width:350px;
}

.about-image img{
    width:100%;
    max-width:500px;
    border-radius:25px;
    display:block;
}

.experience-box{
    position:absolute;
    left:-20px;
    bottom:-20px;
    background:#fff;
    padding:20px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.experience-box h2{
    font-size:60px;
    color:#00a7e8;
    margin:0;
    font-weight:700;
}

.experience-box p{
    margin-top:5px;
    font-size:15px;
    font-weight:600;
    color:#003366;
}

.about-content{
    flex:1;
    min-width:350px;
}

.about-content h2{
    font-size:42px;
    line-height:1.2;
    color:#1c2b39;
    margin-bottom:15px;
}

.title-line{
    width:120px;
    height:5px;
    background:#00a7e8;
    border-radius:10px;
    margin-bottom:20px;
}

.about-content p{
    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:25px;
}

.btn{
    display:inline-block;
    background:#00a7e8;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:30px;
    font-size:16px;
    font-weight:600;
    transition:0.3s;
}

.btn:hover{
    background:#008cc2;
}

@media(max-width:768px){

.container{
    flex-direction:column;
}

.about-content h2{
    font-size:30px;
}

.experience-box h2{
    font-size:45px;
}
}
.footer{
    background:#0d1f17;
    color:#fff;
    padding-top:60px;
}

.footer-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:40px;
    padding-bottom:40px;
}

.footer-box h3{
    color:#25D366;
    margin-bottom:20px;
    font-size:22px;
}

.footer-box p{
    color:#ccc;
    line-height:1.8;
    margin-bottom:10px;
}

.footer-box a{
    display:block;
    color:#ccc;
    text-decoration:none;
    margin-bottom:12px;
    transition:.3s;
}

.footer-box a:hover{
    color:#25D366;
    padding-left:5px;
}

.footer-social{
    margin-top:20px;
}

.footer-social a{
    display:inline-flex;
    width:40px;
    height:40px;
    background:#25D366;
    color:white;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    margin-right:10px;
    text-decoration:none;
    font-size:18px;
}

.footer-social a:hover{
    transform:translateY(-5px);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    text-align:center;
    padding:20px;
    color:#bbb;
    font-size:14px;
}

@media(max-width:768px){

.footer-container{
    grid-template-columns:1fr;
    text-align:center;
}

.footer-social{
    justify-content:center;
}

}