

/* Google Translate banner removal */
iframe.goog-te-banner-frame {
    display: none !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    position: static !important;
    top: 0px !important;
}

/* Homepage specific styles */
.responsive {
    width: 100%;
    max-width: 550px;
    height: auto;
}

.section-2 {
    background-color:  #3c3c3c!important;
}

.text-start {
    text-align: left !important;
    color: white !important;
}

/* Responsive video container */
.container-fluid.p-0 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#header-carousel {
    width: 100%;
}

/* Video responsive styling */
.main-video {
    width: 100%;
    object-fit: cover;
}

/* Laptop screens (default) */
@media (min-width: 992px) {
    .main-video {
        height: 593px;
    }
}

/* Tablet screens */
@media (min-width: 768px) and (max-width: 991px) {
    .main-video {
        height: 450px;
    }
}

/* Mobile screens */
@media (max-width: 767px) {
    .main-video {
        height: 300px;
    }
}