html {
    scroll-behavior: smooth !important;
}

body {
    font-family: "Poppins" !important;
}

.navbar {
    background-color: rgb(250, 250, 250);
    height: 10vh;
}

.nav-logo {
    height: 50px;
}

.navbar-nav li a {
    font-size: 18px;
    font-weight: 600;
    color: #173C6F;
    margin-right: 8px;
}

.banner-img {
    filter: brightness(70%);
}

.carousel-item {
    height: 100vh !important;
}
.carousel-caption {
    top: 31%;
}
.carousel-caption a {
    margin-bottom: 140px;
}

.carousel-indicators {
    margin-bottom: 80px !important;
}

.carousel-indicators button {
    height: 7px !important;
}

.text-navy {
    color: #173C6F;
}

.text-blue {
    color: #447796;
}

.btn-blue {
    background-color: #447796 !important;
    color: white !important;
}

.hero {
    background: url('images/hero-birdnet.jpg') center/cover no-repeat;
    color: white;
    height: 100vh !important;
    margin-bottom: 60px;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.about {
    margin-top: 1rem !important;
    padding-bottom: 3rem !important;
}

.about h2 {
    font-weight: 600;
}

.about-us-img {
    height: 330px !important;
}

.about-us-content {
    font-size: 15px;
}

.about-us-tab {
    display: none;
}

/* Service Section */
.services {
    background: #f9f9f9;
    padding: 60px 20px;
}

.services h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Service Slider */
.service-slider {
    margin-bottom: 40px;
}

.service-image {
    padding: 10px;
}

.service-image .position-relative {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.service-cards {
    width: 100%;
    height: 395px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

.service-image:hover .service-cards {
    transform: scale(1.05);
}

.gallery h2 {
    font-weight: 600;
}

/* Gradient overlay */
.gradient {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    border-radius: 0 0 12px 12px;
}

.service-content {
    bottom: 10px;
    left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* Features & Benefits Section */
.service-features {
    margin-top: 30px;
}

.service-features h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* ----------- Responsive Styles ----------- */
@media (max-width: 1024px) {
    .service-cards {
        height: 395px !important;
    }
}

@media (max-width: 768px) {
    .service-cards {
        height: 200px;
    }

    .service-content {
        font-size: 16px;
        bottom: 10px;
        left: 15px;
    }
}

@media (max-width: 576px) {
    .service-cards {
        height: 180px;
    }

    .service-content {
        font-size: 14px;
        bottom: 8px;
        left: 10px;
    }

    .services {
        padding: 40px 15px;
    }
}

.product-spec {
    border: 2px solid rgb(255, 255, 255) !important;
    background-color: rgb(231, 238, 250);
    margin-top: 20px;
    width: 100%;
}

.pro_specification h2 {
    font-weight: 600;
}

.spec-prev {
    font-size: 25px !important;
}

.spec-next {
    font-size: 25px !important;
}



.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #173C6F !important;
    border-color: transparent !important;
}

.card-img-top {
    object-fit: cover;
    height: 100% !important;
}

.vid-card {
    background-color: #001f3f;
    /* deep navy blue */
    border: none;
}

.vid-card video {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* ensures the video fills the card area */
    background-color: #001f3f;
    /* same navy blue behind video */
}

.contact-us h2 {
    font-weight: 600;
}

.contact-us-form {
    padding: 40px !important;
    background-image: url(img/contact-form-background.png);
    border-radius: 20px;
}


.contact-data {
    line-height: 1.7;
    text-decoration: none;
    color: white;
}

.form-control {
    border-color: #173C6F !important;
}

.footer-setup {
    display: flex;
}

.footer-setup i {
    color: #447796;
}

.footer-text {
    margin-left: -10px;
}

.form-control,
.form-select {
    border-radius: 8px;
    padding: 12px;
}

.footer {
    background-color: rgb(224, 234, 253);
}

.footer-content {
    padding-top: 20px;
}

.footer-logo {
    margin-top: -20px;
    width: 200px;
    height: 60px;
}

.icon {
    font-size: 24px;
    margin-right: 8px;
    color: #0d6efd;
}

.useful-links ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.useful-links ul li {
    margin: 7px 0;
}

.useful-links ul li a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.useful-links ul li a:hover {
    color: #007bff;
}

.footer-link-text {
    text-decoration: none;
    color: black;
}

.final-text {
    color: #447796 !important;
}


.slick-slider .slick-slide {
    padding: 0 15px;
}

.slick-dots li button:before {
    visibility: hidden;
}

.fa-square-whatsapp {
    font-size: 20px;
    margin-left: -2px;
    font-weight: 800 !important;
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar {
        width: 100% !important;
        height: 100%;
    }

    .banner-img {
        height: 90% !important;
    }

    .carousel-caption {
        padding-bottom: 100px !important;
    }

    .carousel-caption h1 {
        font-size: 34px;
        font-weight: 600;
    }

    .carousel-caption p {
        font-size: 20px;
    }

    .carousel-caption a {
        margin-bottom: 40px;
    }

    .carousel-indicators {
        margin-bottom: 90px !important;
    }

    .about-us-all {
        display: none;
    }

    .about-us-tab {
        display: block;
    }

    .about-tab {
        height: 90% !important;
        object-fit: cover;
    }

    .about-us-img {
        width: 100%;
        height: 290px !important;
    }

    .service-cards {
        height: 300px !important;
    }

    .slick-dots li button:before {
        visibility: visible;
    }

    .contact-data {
        font-size: 12px !important;
    }

    .footer-logo {
        margin-top: -20px;
        width: 160px;
        height: 50px;
    }

    .footer-link-text {
        font-size: 14px;
        margin-left: 10px;
    }

}

@media (max-width: 767px) {

    /* *{
        outline: 2px solid red;
    } */
    .navbar {
        width: 100% !important;
        height: 100%;
    }

    .about-us-img {
        width: 100%;
    }

    .nav-logo {
        height: 35px !important;
    }

    .carousel-item {
        height: 100% !important;
    }

    .carousel-indicators {
        margin-bottom: 10px !important;
    }

    .carousel-indicators button {
        height: 5px !important;
        width: 15px !important;
    }

    .hero {
        height: 100% !important;
    }

    .hero-btn {
        display: none !important;
    }

    .about {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .about-us-content {
        margin-top: 20px;
    }



    .text-blue {
        font-size: 15px !important;
    }

    .spec-prev {
        display: none !important;
    }

    .spec-next {
        display: none !important;
    }

    .pro_specification {
        text-align: center !important;
    }

    .slick-next:before {
        display: none;
    }

    .slick-prev:before {
        display: none;
    }

    .slick-dots li button:before {
        visibility: visible;
    }

    .service-features h5 {
        margin-top: 10px !important;
    }

    .contact-data {
        font-size: 12px !important;
    }

    .carousel-caption h1 {
        font-size: 14px;
        font-weight: 500;
    }

    .carousel-caption p {
        font-size: 10px;
    }

    .form-fill {
        margin-top: 10px !important;
    }

    .footer-link-text {
        font-size: 13px;
        margin-left: 20px;
    }

    .text-reset {
        font-size: 15px;
    }
}
    

@media (min-width: 1500px) and (max-width: 1800px) {
    .service-cards {
        height: 695px !important;
    }

    .carousel-caption a {
        margin-bottom: 540px !important;
    }

    .carousel-indicators {
        margin-bottom: 80px !important;
    }
}