.video-section {
    background-color: #f4f4f4;
    padding: 60px 20px;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
    gap: 40px;
}

.video-text {
    flex: 1 1 400px;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.video-text h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

label,
input,
textarea,
select {
    color: black !important;
}

input,
textarea,
select {
    background-color: white !important;
    border: 1px solid #ccc;
}

::placeholder {
    color: #666;
}

input::placeholder {
    color: gray;
    opacity: 1;
}

.required-star::after {
    content: " *";
    color: red;
}

.content-slider .border-button a {
    border-color: #fff;
    color: #22b3c1;
    background-color: #fff;
}

.content-slider .border-button a:hover {
    border-color: #22b3c1;
    background-color: #22b3c1;
    color: #fff;
}

.banner-inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.main-caption {
    text-align: center;
}

.border-button a {
    font-size: 16px;
    padding: 10px 20px;
}

html,
body {
    margin: 0;
    padding: 0;
}

#section-1 {
    margin: 0 !important;
    padding: 0 !important;
}

.content-slider {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.highlight-text {
    color: #a65c2a;
}

.banner {
    position: relative;
    height: 400px;
}

/* banner shade */
.banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

/* new you tube function */
.youtube-player {
    position: relative;
    flex: 1;
    min-width: 300px;
    max-width: 560px;
    aspect-ratio: 16 / 9;
    /* keeps video in 16:9 ratio */
    background-color: #000;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.youtube-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-player .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url("https://img.icons8.com/ios-filled/100/ffffff/play--v1.png") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.youtube-player:hover .play-button {
    opacity: 1;
}

/* contact us home card */
.Contactus-HomeCard {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.contact-left,
.contact-right {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .Contactus-HomeCard {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-right form {
        text-align: left;
    }
}

.contact-left img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.contact-form button {
    background-color: #002366;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.gettouch-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.gettouch-image {
    display: block;
    width: 100%;
    height: auto;
}

/* Left white shade */
.gettouch-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(to right, #f4f4f4, rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

/* Left white shade */
.gettouch-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(to right, #f4f4f4, rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

/* Left white shade */
.gettouch-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to left #f4f4f4, rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

/* top white shade */
.gettouch-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.022) 0%, #f4f4f4 100%);
}

/* Floating WhatsApp Button Styles */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}