/* Home Page Specific Styles - Exact UI from Reference */

/* ============================================
   GLOBAL TRANSITIONS & SMOOTH ANIMATIONS
   ============================================ */
.btn,
.feature-item,
.about-image img,
.meet-image img,
.contact-grid,
input,
select,
textarea,
.contact-icon-small {
    transition: all 0.3s ease;
}

/* ============================================
   HERO BANNER SECTION
   ============================================ */
.home-hero {
    min-height: 100vh;
    background-color: #1A3E80F5;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 80px;
    
}
.hero-image.aos-init.aos-animate.es_img_hg {
    margin-top: 60px;
}

/* No overlay - bright clear background */
.home-hero::before {
    display: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: none;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-image {
    flex: 0 0 55%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: calc(100vh - 80px);
    max-height: 800px;
    margin-left: -40px;
    margin-bottom: -25px;
}

.hero-image img {
    max-height: 100%;
    width: 700px;
    object-fit: contain;
    object-position: bottom center;
    margin-bottom: -18px;
}

.hero-text {
    flex: 0 0 45%;
    padding: 80px 0;
    text-align: left;
}

.hero-welcome {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: -1px;
    text-transform: none;
    letter-spacing: 1px;
}

.hero-text h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    .hero-text h1 {
        font-size: 3.2rem;
    }
}

.hero-text h1 .highlight-red {
    color: #EF002E;
    display: block;
}

.hero-text h1 .highlight-white {
    color: #ffffff;
    display: block;
    margin-top: 0;
}

.hero-subtitle {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.hero-description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.stats-heading {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: underline; 
    text-underline-offset: 4px;
}

.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    margin-left: -25px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, #996B6F66 0%, #1A3E8000 100%);
    padding: 10px 20px;
    border-radius: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    /* margin-left: 45px; */
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.3s ease;
}

.stat-item:hover::before {
    left: 100%;
}

.stat-item:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #996B6F66 0%, #1A3E8000 100%);
}

.stat-check {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #FF1744 0%, #D50000 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.85rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 23, 68, 0.3);
    position: relative;
    z-index: 2;
}

.stat-text {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.hero-features {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    font-size: 0.92rem;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px 20px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
}

.feature-check {
    width: 26px;
    height: 26px;
    background-color: #EF002E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
} */

.btn-red .fa-chevron-right,
.btn-white .fa-chevron-right {
    margin-left: 8px;
    font-size: 0.85em;
}

.btn-red {
    background-color: #BF0A30;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-red:hover {
    background-color: #c62828;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-red-outline {
    background-color: transparent;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14rem;
    border: 2px solid #BF0A30;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-red-outline:hover {
    background-color: #BF0A30;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-white {
    background-color: #ffffff;
    color: #BF0A30;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-white:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

/* ============================================
   ABOUT US SECTION
   ============================================ */
.home-about {
    background-color: #A1F0FF73;
    padding:0px 0;

}

.home-about .container {
    max-width: 100%;
    padding: 0;
}

.about-content {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr;
    gap: 40px;
    align-items: center;
    max-width: 100%;
    margin: 0;
}


.about-text {
    max-width: 520px;
    padding-left: 60px;
    margin-left: 30px;
}

.about-text h2 {
    color: #1a1a2e;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-text p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 35px;
    text-align: justify;
    width: 391px;
}

.about-image {
    position: relative;
    height: 100%;
    min-height: 500px;
    width: 100%;
}

.about-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* ============================================
   PRODUCTS & SERVICES SECTION
   ============================================ */
.home-products {
    /*background-color: #9bb8c9;*/
    padding: 60px 0 80px;
    margin-bottom: 80px;
}

.section-header-left,
.section-header-right {
    color: #1a1a2e;
    font-size: 50px;
    font-weight: 700;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
}

.home-products .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 25px;
}

.product-wrapper,
.service-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card,
.service-card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);*/
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover,
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-card:hover .btn-red,
.service-card:hover .btn-red {
    background-color: #1A3E80;
}

.product-content {
    padding: 20px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    line-height: 0;
}

.product-logo {
    max-width: 200px;
    height: auto;
    margin-top: 11px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

/* .product-by {
    color: #6c757d;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
} */

.product-description {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 500;
    text-align: left;
    width: 98%;
}

.product-highlight {
    color: black;
    font-weight: 610;
    font-size: 16px;
    text-align: center;
}

.card-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.service-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-image {
    align-self: center;
    margin-top: 4%;
    width: 50%;
    height: 170px;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}

.service-image img {
    border-radius: 16px 16px 0 0;
    width: 75%;
    height: 100%;
    object-fit: cover;
}

.service-title {
    color: #BF0A30;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 25px 8px;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}

.service-description {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 25px;
    margin: 0 0 15px;
    flex-grow: 1;
    font-weight: 400;
    text-align: center;
}

.service-card .card-button-wrapper {
    padding: 0 25px 20px;
    margin-top: auto;
    display: flex;
    justify-content: center;
}

/* ============================================
   TESTIMONIAL & MEET US SECTION
   ============================================ */
.home-testimonial {
    padding: 0;
    width: 100%;
    margin-bottom: 80px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 300px;
}

.meet-section {
    background-color: #BF0A30;
    padding: 0px 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 398px;
}

.meet-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    max-width: 650px;
    text-align: left;
}

.meet-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.meet-header-text {
    display: flex;
    flex-direction: column;
}

.meet-image {
    flex-shrink: 0;
}

.meet-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.meet-info h3,
.meet-header-text h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.meet-name {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}

.meet-description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: justify;
    width: 87%;
    font-family: "Open Sans", sans-serif;
}

.testimonial-section {
    background-color: #ffffff;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-section h3 {
    text-align: center;
    color: #333333;
    font-size: 50px;
    font-weight: 650;
    margin-bottom: 45px;
}

.testimonial-card {
    position: relative;
    padding-left: 60px;
}

.quote-icon {
    position: absolute;
    left: 22;
    top: -40px;
    font-size: 5.5rem;
    color: #BF0A30;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.35;
}

.testimonial-text {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
    width: 656px;
}

.testimonial-author {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.home-contact {
    padding: 0;
    position: relative;
    z-index: 10;
    margin-bottom: -120px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    overflow: hidden;
}

.contact-info-panel {
    background-color: #1A3E80;
    padding: 35px 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.contact-info-panel h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}

.address {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    font-size: 14px;
}

.contact-icon {
    width: 14px;
    height: 14px;
    opacity: 0.9;
}

.contact-form-panel {
    background-color: #a1f0ff;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form-panel h4 {
    color: #1a1a2e;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-description {
    color: #333333BF;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.ahe-contact-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.75rem;
    color: #333;
    margin-bottom: 3px;
    font-weight: 500;
}

.ahe-contact-form input,
.ahe-contact-form select,
.ahe-contact-form textarea {
    padding: 8px 12px;
    border: 1px solid #b0bec5;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    background-color: #ffffff;
    color: #4a4a5a;
    transition: all 0.3s ease;
}

.ahe-contact-form input:focus,
.ahe-contact-form select:focus,
.ahe-contact-form textarea:focus {
    outline: none;
    border-color: #1a3a5c;
    box-shadow: 0 0 0 3px rgba(26, 58, 92, 0.1);
}

.ahe-contact-form input::placeholder,
.ahe-contact-form textarea::placeholder {
    color: #9e9e9e;
}

.ahe-contact-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
}

/* reCAPTCHA Container */
.recaptcha-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 3px;
}

.recaptcha-text {
    font-size: 0.8rem;
    color: #666;
    margin: 0;
}

.recaptcha-links {
    font-size: 0.75rem;
    color: #666;
    margin: 0;
}

.recaptcha-links a {
    color: #1a3a5c;
    text-decoration: none;
    margin: 0 5px;
}

.recaptcha-links a:hover {
    text-decoration: underline;
}

.recaptcha-img {
    width: 48px;
    height: 48px;
    opacity: 0.8;
}

/* Submit Button */
.btn-submit {
    background-color: #c41230;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 5px;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #a00f28;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 18, 48, 0.3);
}

.form-footer-text {
    font-size: 0.8rem;
    color: #666;
    margin-top: 20px;
    text-align: center;
    font-style: italic;
}



/* ============================================
   RESPONSIVE STYLES FOR HOME PAGE
   ============================================ */
@media (min-width: 350px), (man-width: 450px) {

    .hero-image es_img_hg aos-init aos-animate{
        margin-top: 50px !important;
    }
   
   }

@media (max-width: 1200px) {
    .hero-content {
        padding: 0 40px;
    }
    
    .hero-text h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 1024px) {
    .hero-content {
        flex-direction: column;
        gap: 40px;
        padding: 0 40px;
    }

    .hero-image {
        flex: 0 0 auto;
        height: auto;
        max-height: 400px;
        width: 100%;
    }

    .hero-image img {
        max-height: 400px;
        width: auto;
    }

    .hero-text {
        flex: 0 0 auto;
        width: 100%;
        padding: 30px 0;
    }

    .hero-welcome {
        font-size: 1.6rem;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .about-image {
        min-height: 400px;
        order: -1;
    }
    
    .about-image img {
        min-height: 400px;
    }
    
    .home-products .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .section-header-left,
    .section-header-right {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    
    .meet-section,
    .testimonial-section {
        padding: 80px 50px;
    }
    
    .home-contact {
        margin-bottom: -40px;
        padding: 0 20px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    
    .contact-info-panel,
    .contact-form-panel {
        padding: 50px 30px;
    }
    
    .contact-info-panel h3 {
        font-size: 1.8rem;
    }
    
    }

@media (max-width: 768px) {
    .home-hero {
        min-height: auto;
        padding: 100px 0 25px;
    }

    .hero-content {
        flex-direction: column;
        gap: 30px;
        padding: 0 25px;
    }

    .hero-image {
        max-height: 400px;
        width: 100%;
    }

    .hero-image img {
        max-height: 400px;
        width: 100%;
        object-fit: contain;
    }

    .hero-text {
        max-width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .hero-welcome {
        font-size: 1.4rem;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-description {
        font-size: 0.9rem;
    }

    .stats-heading {
        text-align: center;
    }

    .stat-item {
        text-align: left;
        padding: 12px 16px;
    }

    .stat-text {
        font-size: 0.85rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-red,
    .btn-red-outline {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    .home-about {
        padding: 80px 0;
    }
    
    .about-text h2 {
        font-size: 1.9rem;
        text-align: center;
    }
    
    .about-text {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-text .btn {
        margin: 0 auto;
        display: inline-block;
    }
    
    .about-image {
        min-height: 300px;
    }
    
    .about-image img {
        min-height: 300px;
    }
    
    .home-products {
        padding: 70px 0 90px;
    }
    
    .home-products .container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .home-products .section-header-left,
    .home-products .section-header-right {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .meet-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .meet-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .meet-header-text h3,
    .meet-name {
        text-align: center;
    }
    
    .meet-image {
        margin: 0 auto;
    }
    
    .meet-description {
        text-align: center;
    }
    
    .testimonial-card {
        padding-left: 45px;
    }
    
    .quote-icon {
        font-size: 3.5rem;
    }
    
    .contact-info-panel h3,
    .meet-info h3,
    .testimonial-section h3 {
        font-size: 1.9rem;
    }
    
    }

@media (max-width: 480px) {
    .hero-welcome {
        font-size: 1.2rem;
    }

    .hero-text h1 {
        font-size: 1.5rem;
    }

    .hero-image {
        max-height: 350px;
        width: 100%;
    }

    .hero-image img {
        max-height: 350px;
        width: 100%;
        object-fit: contain;
    }

    .stat-item {
        padding: 10px 14px;
        gap: 10px;
    }

    .stat-check {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
    }

    .stat-text {
        font-size: 0.8rem;
    }

    .feature-item {
        font-size: 0.85rem;
        padding: 12px 16px;
    }
    
    .feature-check {
        width: 22px;
        height: 22px;
        font-size: 0.75rem;
    }
    
    .about-text h2,
    .testimonial-section h3,
    .meet-info h3,
    .contact-info-panel h3 {
        font-size: 1.6rem;
    }
    
    .product-content,
    .service-title,
    .service-description {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .home-products .section-header-right {
        margin-top: 0;
    }
    
    .service-card .card-button-wrapper {
        padding: 0 30px 35px;
    }
    
    .meet-section,
    .testimonial-section,
    .contact-info-panel,
    .contact-form-panel {
        padding: 50px 25px;
    }
    
    .home-contact {
        padding: 0 15px;
        margin-bottom: -30px;
    }
    
        
    .meet-image img {
        width: 100px;
        height: 100px;
    }

    .meet-header-text h3 {
        font-size: 1.4rem;
    }

    .meet-name {
        font-size: 0.9rem;
    }

    .meet-description {
        font-size: 0.85rem;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
}

/*-----------------*/

/* ============================================
   MOBILE RESPONSIVE (330px → 800px)
   ============================================ */

/* Up to 800px */
@media (max-width: 800px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    /* Navbar */
    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #1A3E80;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: 0.3s ease;
        z-index: 999;
    }

    .nav-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-list {
        flex-direction: column;
        width: 100%;
    }

    .nav-item {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .nav-link {
        display: block;
        text-align: center;
        padding: 14px;
        color: #fff;
    }

    .nav-link:hover {
        background-color: #c41230;
    }

    /* Dropdown */
    .dropdown-menu {
        display: none;
        position: static;
        width: 100%;
        background-color: #153070;
    }

    .dropdown.active .dropdown-menu {
        display: block;
    }

    .dropdown-link {
        text-align: center;
        padding: 12px;
        color: #fff;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    /* Buttons */
    .btn {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 0.9rem;
    }
}

/* 480px and below */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    .nav-brand .logo {
        height: 38px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-logo {
        height: 34px;
    }
}

/* 330px and below */
@media (max-width: 330px) {
    .container {
        padding: 0 10px;
    }

    h1 {
        font-size: 1.3rem;
    }

    h2 {
        font-size: 1.1rem;
    }

    .nav-brand .logo {
        height: 30px;
    }

    .btn {
        font-size: 0.8rem;
        padding: 10px;
    }
}
