.curve {
    border-radius: 0px 25px 0px 25px !important;
}

.curve1 {
    border-radius: 25px 0px 25px 0px !important;
}

.bgimg {
    background-image: url("/img/bg1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 500px;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.overlay-text:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* Zoom Effect */
.swiper-slide {
    position: relative;
    overflow: hidden;
}

.zoom-img {
    transition: transform 0.9s ease;
    display: block;
    width: 100%;
    /* height: 350px; */
}

.swiper-slide:hover .zoom-img {
    transform: scale(1.3);
}

.justify {
    text-align: justify;
}

ul li a:hover {
    color: #317B01 !important;
    background-color: #fff;
    padding: 4px 7px;
    border-radius: 5px;
}

.slide {
    height: 635px;
    width: 100%;
}

@media (max-width: 767px) {
    .slide {
        height: 350px !important;
        width: 100%;
    }

    .hide {
        margin-top: 20px;
    }

    .img {
        width: 100px !important;
    }
}

@media (max-width: 450px) {
    .hide {
        /* display: none !important; */
    }

    .bgimg {
        background-image: url("/img/mid.webp");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: 400px;
    }

    /* .slide {
    height: 250px !important;
    width: 100%;
  } */
}

.color {
    color: #317b01;
}

.text {
    color: #fff !important;
}

.btn-color {
    background-color: #317b01;
    color: #fff;
}

.btn-color:hover {
    background-color: #317b01;
    color: #fff;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-overlay-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
    /* black with opacity */
    color: #fff;
    font-weight: 600;
    text-align: center;
    z-index: 2;
    font-size: 1rem;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.card-img-wrapper {
    position: relative;
}

.h2 {
    font-size: 42px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

@media (max-width: 768px) {
    .h2 {
        font-size: 32px;
        font-family: "Playfair Display", serif;
        font-weight: 600;
    }
}

.card1:hover {
    transform: translateY(-15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.card1 {
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.strength-card:hover {
    /* transform: translateY(-5px); */
    transform: scale(1.09);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.strength-card {
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}


.navbar.transparent {
    background: linear-gradient(60deg, #317B01 0%, #4CAF50 100%) !important;
    color: white !important;
}

/* .navbar {
    transition: background-color 0.3s ease;
  }
.navbar.transparent .navbar-brand,
.navbar.transparent .nav-link {
  color: white !important;
}

.navbar.solid {
  /* background: #317b01 !important; 
  background: linear-gradient(60deg, #317B01 0%, #4CAF50 100%) !important;
}
.navbar.solid .navbar-brand,
.navbar.solid .nav-link {
  color: white !important;
} */

/* .slide {
  width: 100%;
  height: 650px;
  object-fit: cover;
} */

@media(max-width:1320px) {
    .Customer img {
        height: 515px;
    }

    .vision img {
        height: 320px;
    }
}

@media(max-width:1200px) {
    .Customer img {
        height: 540px;
    }

    .vision img {
        height: 344px;
    }

    .image img {
        height: 250px;
    }

    .slide {
        height: 550px;
        width: 100%;
    }
}

@media(max-width:1016px) {
    .image img {
        height: 270px;
    }
}

@media(max-width:1024px) {
    .Customer img {
        height: 540px;
    }

    .image img {
        height: 300px;
    }
}

@media(max-width:768px) {
    .copyright {
        justify-content: center;
        flex-direction: column;
    }

    .Customer img {
        height: 90%;
    }
}

@media(max-width:576px) {
    .Customer img {
        height: 250px;
    }

    .slide {
        height: 250px !important;
        width: 100%;
    }
}

@media(max-width:375px) {
    .slide {
        height: 220px !important;
        width: 100%;
    }
}

@media(max-width:991px) {
    .mar {
        margin-top: 13px;
        padding: 0px 14px !important;
    }

    .slide {
        height: 420px;
        width: 100%;
    }
}

.margin {
    margin-top: 120px;
}

footer .px-4 {
    padding-left: 0px !important;
}

@media (max-width: 768px) {
    footer {
        text-align: center !important;
        padding: 20px 10px !important;
    }

    footer .container {
        padding: 0 !important;
    }

    footer .col-md-4,
    footer .col-md-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    footer .ps-5,
    footer .pe-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer .pt-5 {
        padding-top: 10px !important;
    }

    footer .mb-5 {
        margin-bottom: 10px !important;
    }

    footer img {
        width: 40% !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    footer .copyright {
        flex-direction: column !important;
        font-size: 13px !important;
        gap: 5px;
    }

    footer hr {
        margin: 10px 0 !important;
    }

    .margin {
        margin-top: 20px;
    }

}


@media (max-width: 768px) {
    footer .px-4 {
        padding-left: 20px !important;
    }
}