*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.topbar{
    background:#0F766E;
    color:#fff;
    padding:10px 0;
    font-size:14px;
}

.topbar .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

@media(max-width:768px){
    .topbar .container{
        flex-direction:column;
        gap:5px;
        text-align:center;
    }
}
.navbar-brand{
    font-size: 28px;
}

.nav-link{
    font-weight: bold;
    margin: 0 8px;
}

.nav-link:hover{
    color: #2E7D32 !important;
}

.btn-success{
    background: #2E7D32;
    border: none;
}

.btn-success:hover{
    background: #1B5E20;
}


#about{
    background: #f8fafc;
}

#about h2{
    font-size: 42px;
}

.about-card{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: .3s;
}

.about-card:hover{
    transform: translateY(-5px);
}

@media(max-width:768px){

    #about h2{
        font-size: 30px;
    }

}
#services{
    background: #fff;
}

.service-card{
    background: #fff;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

.service-card:hover{
    transform: translateY(-10px);
    background: #2E7D32;
    color: #fff;
}

.service-card i{
    font-size: 50px;
    color: #2E7D32;
    margin-bottom: 20px;
    display: block;
}

.service-card:hover i{
    color: #fff;
}

.service-card h4{
    font-weight: 700;
    margin-bottom: 15px;
}
.process-card{
    background:#fff;
    padding:30px 20px;
    border-radius:15px;
    text-align:center;
    position:relative;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.process-card:hover{
    transform:translateY(-8px);
}

.process-number{
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    width:40px;
    height:40px;
    background:#2E7D32;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.process-card i{
    font-size:45px;
    color:#2E7D32;
    margin:20px 0 15px;
    display:block;
}

.process-card h5{
    font-weight:700;
    margin-bottom:12px;
}

.gallery-item{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

@media(max-width:768px){

    .gallery-item img{
        height:280px;
    }

}
.testimonial-card{
    max-width:800px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.stars{
    font-size:24px;
    margin-bottom:15px;
}

.testimonial-card p{
    font-size:18px;
    color:#555;
    line-height:1.8;
}

.testimonial-card h5{
    margin-top:20px;
    color:#2E7D32;
    font-weight:700;
}

.testimonial-card span{
    color:#777;
}

@media(max-width:768px){

    .testimonial-card{
        padding:25px;
    }

    .testimonial-card p{
        font-size:16px;
    }

}
.contact-info{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:20px;
    background:#f8f9fa;
    padding:20px;
    border-radius:12px;
}

.contact-box i{
    font-size:30px;
    color:#2E7D32;
}

.contact-box h5{
    margin-bottom:5px;
}

.contact-box p{
    margin:0;
    color:#666;
}

.contact-form{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}.contact-info{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.contact-box{
    display:flex;
    align-items:center;
    gap:20px;
    background:#f8f9fa;
    padding:20px;
    border-radius:12px;
}

.contact-box i{
    font-size:30px;
    color:#2E7D32;
}

.contact-box h5{
    margin-bottom:5px;
}

.contact-box p{
    margin:0;
    color:#666;
}

.contact-form{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.footer{
    background:#1b4332;
    color:#d9d9d9;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#d9d9d9;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
    padding-left:5px;
}
#process{
    background:
    linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.65)
    ),
    url('img/process.png');

    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    color: #fff;
}
#process h2,
#process p,
#process .text-success{
    color: #fff !important;
}
.process-card{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
}

.gallery-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Container */

.gallery-container {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    max-width: 1200px;
    width: 100%;
    padding: 10px;
}

    /* Hide Scrollbar */

    .gallery-container::-webkit-scrollbar {
        display: none;
    }

.gallery-container {
    scrollbar-width: none;
}

/* Item */

.gallery-item {
    min-width: 340px;
    flex-shrink: 0;
    scroll-snap-align: center;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    position: relative;
}

    /* Hover */

    .gallery-item:hover {
        transform: translateY(-8px);
    }

    /* Image */

    .gallery-item img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        display: block;
        transition: 0.4s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.05);
    }

/* Buttons */

.gallery-btn {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: green;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 10;
    flex-shrink: 0;
}

  

    .gallery-btn.left {
        margin-right: 15px;
    }

    .gallery-btn.right {
        margin-left: 15px;
    }

/* =========================
   TABLET
========================= */

@media (max-width:992px) {
    .gallery-title

{
    font-size: 36px;
}

.gallery-item {
    min-width: 300px;
}

    .gallery-item img {
        height: 360px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width:768px) {

    .gallery {
        padding: 60px 0;
    }

    .gallery-title {
        font-size: 30px;
    }

    .gallery-wrapper {
        position: relative;
    }

    .gallery-container {
        gap: 18px;
        padding: 5px;
    }

    .gallery-item {
        min-width: 85%;
        border-radius: 18px;
    }

        .gallery-item img {
            height: 350px;
        }

    /* Floating Buttons */

    .gallery-btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
        border-radius: 12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.9;
    }

        .gallery-btn.left {
            left: 5px;
            margin-right: 0;
        }

        .gallery-btn.right {
            right: 5px;
            margin-left: 0;
        }
}
@media (max-width:768px){

    .gallery{

        padding: 60px 0;

        overflow: hidden;

    }

    .gallery-title{

        font-size: 30px;

    }

    .gallery-wrapper{

        position: relative;

        width: 100%;

        overflow: hidden;

    }

    .gallery-container{

        gap: 14px;

        padding: 0 12px;

        overflow-x: auto;

        scroll-padding: 12px;

    }

    .gallery-item{

        min-width: 100%;

        max-width: 100%;

        border-radius: 18px;

    }

    .gallery-item img{

        width: 100%;

        height: 240px;

        object-fit: cover;

        display: block;

    }

    /* Buttons */

    .gallery-btn{

        width: 40px;

        height: 40px;

        font-size: 18px;

        border-radius: 50%;

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

        opacity: 0.95;

    }

    .gallery-btn.left{

        left: 8px;

        margin-right: 0;

    }

    .gallery-btn.right{

        right: 8px;

        margin-left: 0;

    }

}
.carousel-item img{
    width: 100%;
    height:80vh;
    object-fit: cover;
}

@media (max-width: 768px){
    .carousel-item img{
        height: 250px;
    }
}
.logo-img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.logo-text{
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 10px;
    color: #198754;
}

/* Tablet */
@media (max-width: 992px){
    .logo-img{
        width: 45px;
        height: 45px;
    }

    .logo-text{
        font-size: 1.3rem;
    }
}

/* Mobile */
@media (max-width: 576px){
    .logo-img{
        width: 38px;
        height: 38px;
    }

    .logo-text{
        font-size: 1rem;
        margin-left: 8px;
    }
}
.testimonial-card{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    text-align: center;
}

.stars{
    font-size: 20px;
    margin-bottom: 10px;
}
.swiper-slide{
    height: auto;
    display: flex;
}

.testimonial-card{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);

    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;
}
.testimonial-card p{
    min-height: 120px;
    margin-bottom: 15px;
}
.whatsapp-float{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    transition: .3s;
}

.whatsapp-float:hover{
    transform: scale(1.1);
    color: white;
}
html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 90px;
}
.map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 300px;
    }
}


.certificate-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Container */

.certificate-container {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    max-width: 1200px;
    padding: 10px;
}

    /* Hide Scrollbar */

    .certificate-container::-webkit-scrollbar {
        display: none;
    }

.certificate-container {
    scrollbar-width: none;
}

/* Item */

.certificate-item {
    min-width: 320px;
    flex-shrink: 0;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

    /* Hover */

    .certificate-item:hover {
        transform: translateY(-8px);
    }

    /* Image */

    .certificate-item img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

/* Buttons */

.certificate-btn {
    border: none;
    width: clamp(45px, 6vw, 65px);
    height: clamp(45px, 6vw, 65px);
    border-radius: 50%;
    background: green;
    color: #fff;
    font-size: clamp(16px, 2vw, 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    flex-shrink: 0;
}

    .certificate-btn:hover {
        transform: scale(1.08);
       
    }



    .certificate-btn.left {
        margin-right: 15px;
    }

    .certificate-btn.right {
        margin-left: 15px;
    }

/* Tablet */

@media (max-width:992px) {
    .certificate-item {
        min-width: 280px;
    }

        .certificate-item img {
            height: 380px !important;
        }
}

/* Mobile */


@media (max-width:768px) {

    .certificate {
        overflow: hidden;
    }

        .certificate h2 {
            font-size: 30px;
        }

    .certificate-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .certificate-container {
        gap: 14px;
        padding: 0 12px;
        overflow-x: auto;
        scroll-padding: 12px;
        width: 100%;
    }

    .certificate-item {
        min-width: 100%;
        max-width: 100%;
        border-radius: 18px;
        padding: 10px;
        background: #fff;
    }

        .certificate-item img {
            width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
        }

    /* Buttons */

    .certificate-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        z-index: 10;
    }

        .certificate-btn.left {
            left: 8px;
            margin-right: 0;
        }

        .certificate-btn.right {
            right: 8px;
            margin-left: 0;
        }
}
.lb-closeContainer {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    z-index: 9999;
}

.lb-close {
    font-size: 30px !important;
    opacity: 1 !important;
    color: #fff !important;
}
.top-header{
    position: fixed;
    z-index: 1031;
}

.navbar{
    z-index: 1030;
}
.card{
    transition: all 0.3s ease;
}

.card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}
.email-link{
    color: inherit;
    
    word-break: break-all;
}

