
/* ============================================
   Contact Hero Section
   ============================================ */
.contact-hero {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contact-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 1, 0.5) 0%, rgba(12, 39, 101, 0.5) 100%);
    z-index: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.contact-hero-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.contact-hero-subtitle {
    font-size: clamp(12px, 2vw, 18px);
    font-weight: 300;
    letter-spacing: 2px;
}

/* ============================================
   Contact Section
   ============================================ */


/* Background decoration */
.contact-section{
    padding: 80px 0;
    background-image: url(../images/product/uzumaki_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 40%;
    position: relative;
}
.fontbk {
    color: #000;
}

/* Contact Header */
.contact-header {
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.contact-header h2 {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.contact-header p {
    font-size: 14px;
    color: #666;
}

/* Contact Form */
.about-box {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.greeting_text p {
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.ltr {
    text-align: right;
}
ul.prapoli {
    margin-left: 2em;
}
ul.prapoli li span {
    font-size: 80%;
}
.prapoli-box {
    border: 1px solid #333;
    padding: 1em 2em;
}
/* ============================================
   Responsive Design (Tablet)
   ============================================ */
@media (max-width: 1024px) {


}

/* ============================================
   Responsive Design (Smartphone)
   ============================================ */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .contact-hero {
        height: 180px;
    }

    .contact-hero-title {
        font-size: 28px;
    }

    .contact-hero-subtitle {
        font-size: 12px;
    }

    .contact-section {
        padding: 40px 0;
    }

    .contact-header {
        margin-bottom: 30px;
    }

    .contact-header h2 {
        font-size: 22px;
    }

    .contact-header p {
        font-size: 13px;
    }

    .about-box {
        padding: 30px 20px;
    }

    .form-category-section {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .form-category-section h3 {
        font-size: 15px;
    }

    .category-subtitle {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .greeting_text p,
    ul.prapoli {
    font-size: .8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    }

    
}

@media (max-width: 480px) {
    .contact-hero {
        height: 150px;
    }

    .contact-hero-title {
        font-size: 22px;
    }

    .about-box {
        padding: 20px 15px;
    }

    .contact-header h2 {
        font-size: 18px;
    }

    
}
