* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.font-16 {
    font-size: 16px;
}

.fa-2x {
    font-size: 20px;
}

.social-links i {
    font-size: 20px;
    margin-right: 10px;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Top Bar */
.top-bar {
    background: #4E2A84;
    color: white;
    padding: 10px 0;
    font-size: 14px;
}

.top-bar-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.contact-info {
    display: flex;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    color: white;
    font-size: 16px;
    transition: opacity 0.3s;
}

.social-links a:hover {
    opacity: 0.7;
}

/* Header */
nav {
    background: white;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
}

.header-actions {
    display: flex;
    gap: 25px;
    align-items: center;
}

.action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #5a3d8a;
    gap: 5px;
}

.action-item i {
    font-size: 28px;
    color: #5a3d8a;
}

.action-item span {
    font-size: 13px;
    font-weight: 600;
    color: #433f4c;
}

header {
    border-bottom: 1px solid #917bb3;
}

.nav-content {
    background: white;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
    padding: 15px 0;
}

.nav-menu li a {
    text-decoration: none;
    color: #4E2A84;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: #7d5bb8;
}

.nav-menu li a i {
    font-size: 10px;
    margin-left: 5px;
}

.search-icon {
    margin-left: auto;
    color: #5a3d8a;
    font-size: 18px;
    cursor: pointer;
}

/* Hero Section */
.hero {
    background: "url('study.mp4') no-repeat center center fixed";
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 1400px;
    padding: 80px 40px;
    color: white;
    width: 100%;
    margin: 0 auto;
}

.hero h5 {
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #525f7f;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.hero p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    max-width: 650px;
    text-align: justify;
    color: #333;
}

.hero-tagline {
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 30px;
    color: #444;
}

.cta-button {
    background: linear-gradient(135deg, #5a3d8a 0%, #6b4ba3 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(90, 61, 138, 0.4);
}

.hero {
    position: relative;
    height: 65vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    background-image: linear-gradient(109deg, #FFFFFF 37%, #FFFFFF00 58%);
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    padding: 0 40px;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #525f7f;
}

.hero-tagline {
    font-weight: 600;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 14px 28px;
    background: #4E2A84;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.booking {
    background: #f6f7fb;
}

.booking-info {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.55)),
        url('contact_form.jpg');

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.booking-info h5 {
    font-size: 1.6rem;
}

.booking-info p {
    font-size: 1rem;
    line-height: 1.6;
}

.booking-form .form-control,
.booking-form .form-select {
    border-radius: 6px;
    padding: 11px 14px;
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
    box-shadow: none;
    border-color: #6a2dbf;
}

.btn-primary {
    background-color: #6a2dbf;
    border: none;
}

.btn-primary:hover {
    background-color: #5b23a6;
}

.scholarship {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 4rem 5%;
    text-align: center;
}

.scholarship h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.scholarship-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.scholarship-card {
    background: white;
    color: #333;
    padding: 2rem;
    border-radius: 10px;
}

.testimonials {
    padding: 4rem 5%;
    background: #f8f9fa;
    text-align: center;
}

.testimonials h2 {
    color: #2c3e50;
    margin-bottom: 3rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.partners {
    padding: 4rem 5%;
    text-align: center;
}

.partners h2 {
    color: #2c3e50;
    margin-bottom: 3rem;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.partner-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certifications {
    padding: 4rem 5%;
    background: linear-gradient(to right, #e0f7fa, #fff);
    text-align: center;
}

.certifications h2 {
    margin-bottom: 4rem;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.cert-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.activities {
    padding: 4rem 5%;
    text-align: center;
}

.activities h2 {
    color: #2c3e50;
    margin-bottom: 3rem;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.activity-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.footer-top {
    background: #4E2A84;
    color: white;
    padding: 4rem 5%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    background-image: url(../../frontend/images/bg-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-background-overlay {
    background-image: url(../../frontend/images/bg-2.svg);
}

.footer-section h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-section p,
.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-bottom {
    background: #432372;
    color: white;
    padding: 2rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-banner {
    background: linear-gradient(135deg, #667eea, #764ba2);
    padding: 4rem 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.footer-banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 200"><path fill="%2366d9e8" d="M0,100 Q300,150 600,100 T1200,100 L1200,200 L0,200 Z"/></svg>') bottom/cover;
}

.success-stories {
    padding: 4rem 5%;
    background: #f8f9fa;
    text-align: center;
}

.success-stories h2 {
    color: #2c3e50;
    margin-bottom: 3rem;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.story-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.story-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 10px;
    flex-shrink: 0;
}

.services {
    padding: 4rem 5%;
    text-align: center;
}

.services h2 {
    color: #2c3e50;
    margin-bottom: 3rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.section-title {
    color: var(--primary-purple);
    font-weight: 800;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ICON */
.icon-wrapper {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}



.service-image {
    width: 200px;
    height: 184px;
    object-fit: cover;
    flex-shrink: 0;
}

.service-content {
    flex: 1;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1F2937;
}

.service-title.purple {
    color: var(--primary-purple);
}

.service-title.blue {
    color: var(--primary-blue);
}

.mobile-nav li {
    border-bottom: 1px solid #eee;
}

.mobile-nav a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.mobile-nav a:hover {
    color: #6a2dbf;
}


.service-title.green {
    color: var(--primary-green);
}

.service-title.pink {
    color: var(--pink-accent);
}

.service-description {
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.bg-purple-gradient {
    background: linear-gradient(135deg, #7C3AED, #A78BFA);
}

.bg-blue-gradient {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
}

.bg-green-gradient {
    background: linear-gradient(135deg, #10B981, #34D399);
}

.connector-line {
    position: relative;
    height: 50px;
}

.connector-line::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(139, 92, 246, 0.3), rgba(139, 92, 246, 0.1));
}

.section-title {
    color: #632d84;
    ;
}

.last-video {
    position: relative;
    height: 500px;
    overflow: hidden;

    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
    background-color: #57FFD1;

    animation: move-bg 40s linear infinite;
}

/* Smooth backward movement */
@keyframes move-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -2000px 0;
    }
}

/* Plane */
.plane-div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.plane-div img {
    max-width: 180px;
}

/* Optional foreground image */
.footer-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 768px) {
    .service-card-body {
        flex-direction: column !important;
        text-align: center;
    }

    .service-image {
        width: 100%;
        height: 180px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .top-bar {
        display: none;
    }

    .nav-content {
        background: #432372 !important;
    }

    .nav-content i {
        color: white;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card {
    padding: 0px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-card-body {
    display: flex;
    align-items: center;
}

.service-image {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    flex-shrink: 0;
}

.service-content {
    padding: 0px 30px;
    flex: 1;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1F2937;
}

.service-title.purple {
    color: var(--primary-purple);
}

.service-title.blue {
    color: var(--primary-blue);
}

.service-title.green {
    color: var(--primary-green);
}

.service-title.pink {
    color: var(--pink-accent);
}

.service-description {
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.icon-wrapper {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.icon-wrapper.right {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-wrapper.left {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-wrapper.pink-bg {
    background: linear-gradient(135deg, #EC4899, #F472B6);
}

.icon-wrapper.blue-bg {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
}

.icon-wrapper.green-bg {
    background: linear-gradient(135deg, #10B981, #34D399);
}

.icon-wrapper.purple-bg {
    background: linear-gradient(135deg, #8B5CF6, #A78BFA);
}

.service-card.right-layout .service-card-body {
    flex-direction: row-reverse;
}

.service-card.left-layout .service-card-body {
    flex-direction: row;
}

.bg-purple-gradient {
    background: linear-gradient(135deg, #7C3AED, #A78BFA);
}

.bg-blue-gradient {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
}

.bg-green-gradient {
    background: linear-gradient(135deg, #10B981, #34D399);
}

.connector-line {
    position: relative;
    height: 50px;
}

.connector-line::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(139, 92, 246, 0.3), rgba(139, 92, 246, 0.1));
}

@media (max-width: 768px) {
    .service-card-body {
        flex-direction: column !important;
        text-align: center;
    }

    .service-image {
        width: 100%;
        height: 180px;
    }

    .icon-wrapper {
        position: static;
        transform: none;
        margin: 15px auto;
    }

    .section-title {
        color: #632d84;
        font-size: 1.5rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

.service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.service-card:nth-child(4) {
    animation-delay: 0.4s;
}

.service-card:nth-child(5) {
    animation-delay: 0.5s;
}

.service-card:nth-child(6) {
    animation-delay: 0.6s;
}

.service-card:nth-child(7) {
    animation-delay: 0.7s;
}

hr.title-hr {
    width: 25%;
    margin: 4px auto;
    border: 0;
    height: 4px;
    background-color: #4E2A84;
    opacity: 1; /* important for Bootstrap */
}

.text-right {
    text-align: right;
}

a.floating {
    position: fixed;
    left:25px;
    bottom:25px;
    z-index:999999;
    cursor: pointer;
}

a.floating i {
    font-size: 40px;
    padding: 13px 15px;
    background:#25d366;
}

.header-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #6A36B1 0%, #6A36B1 100%);
    position: relative;
}

.header-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -moz-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -ms-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.widget-header {
    z-index: 1;
    background-color: white;
    backdrop-filter: blur(0px);
    border-radius: 12px;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 12px;
}

.achievers-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 0;
    color: white;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.section-divider {
    width: 80px;
    height: 4px;
    background-color: white;
    margin: 0 auto 1.5rem;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.95;
}

.video-carousel {
    position: relative;
    padding: 0 3rem;
}

.video-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease;
    aspect-ratio: 16/9;
}

.video-item:hover {
    transform: translateY(-8px);
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-item:hover .play-button {
    background-color: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button i {
    color: #667eea;
    font-size: 2rem;
    margin-left: 4px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    width: 20px;
    height: 20px;
}

/* Video Modal */
.video-modal .modal-dialog {
    max-width: 900px;
}

.video-modal .modal-content {
    background-color: #000;
    border: none;
}

.video-modal .modal-body {
    padding: 0;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal .btn-close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1050;
    background-color: white;
    opacity: 1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.partners-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.partners-section .container {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.partner-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.partner-image:hover {
    transform: scale(1.05);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 20px;
    width: 50px;
    height: 50px;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.hbd-section {
            background-color: #f8f9fa;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
        
        .hbd-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
            z-index: 1;
        }
        
        .hbd-section .container {
            position: relative;
            z-index: 2;
        }
        
        .section-subtitle {
            color: #666;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }
        
        .section-title {
            font-size: 42px;
            font-weight: 700;
            color: #222;
            margin-bottom: 25px;
            line-height: 1.2;
        }
        
        .section-description {
            color: #555;
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        
        .image-container {
            position: relative;
        }
        
        .main-image {
            width: auto;
            height: 400px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
}
        
.overlay-image {
    position: absolute;
    bottom: -30px;
    right: 90px;
    width: auto;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    border: 5px solid #fff;
}

.text-left {
    text-align: left;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
    
    .overlay-image {
        bottom: -20px;
        left: -20px;
        width: 50%;
    }
    
    .hbd-section {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .partner-image {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    .partner-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .video-carousel {
        padding: 0 2rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
    }
    
    .play-button i {
        font-size: 1.5rem;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .top-bar-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 10px 20px;
    }

    .contact-info {
        flex-direction: column;
        gap: 10px;
    }

    .header-content {
        flex-direction: column;
        gap: 15px;
        padding: 15px 20px;
    }

    .header-actions {
        gap: 15px;
    }

    .nav-menu {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        font-size: 14px;
    }

    .hero-content {
        padding: 40px 20px;
    }
}