
/* ======================================================
   INDEX HERO BANNER START
====================================================== */

.index-hero-banner {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: url("../imagess/e.webp")
        center / cover no-repeat;
    overflow: hidden;
}

.index-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.2)
    );
    z-index: 1;
}

.index-hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #fff;
}

/* TAGLINE */
.index-hero-tagline {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff3d6b;
    margin-bottom: 12px;
}

/* TITLE */
.index-hero-title {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 15px;
}

.index-hero-title span {
    color: #ff3d6b;
}

/* TEXT */
.index-hero-text {
    font-size: 17px;
    line-height: 1.7;
    color: #ddd;
    margin-bottom: 30px;
}

/* BUTTONS */
.index-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.index-btn-primary {
    background: linear-gradient(135deg, #ff3d6b, #ff004c);
    color: #fff;
    padding: 14px 34px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.index-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 61, 107, 0.4);
}

.index-btn-outline {
    border: 1px solid #ff3d6b;
    color: #ff3d6b;
    padding: 14px 34px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.index-btn-outline:hover {
    background: #ff3d6b;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .index-hero-title {
        font-size: 38px;
    }

    .index-hero-text {
        font-size: 15px;
    }
}

/* ======================================================
   INDEX HERO BANNER END
====================================================== */


/* ======================================================
   CONTACT-US INTRO SECTION START
====================================================== */
.contact-us-intro-section{
    padding:80px 15px;
    background:#050b1a;
    color:#ddd;
    text-align:center;
}
.contact-us-title{
    font-size:40px;
    font-weight:900;
    color:#ffd166;
}
.contact-us-title span{color:#ff3d6b;}
.contact-us-text{
    max-width:800px;
    margin:15px auto;
    line-height:1.8;
}
/* ======================================================
   CONTACT-US INTRO SECTION END
====================================================== */


/* ======================================================
   CONTACT-US QUICK CARDS START
====================================================== */
.contact-us-cards-section{
    background:#0b0f1a;
    padding:70px 15px;
}
.contact-us-cards-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}
.contact-us-card{
    background:#111;
    border:2px solid #e91e63;
    border-radius:18px;
    padding:30px;
    text-align:center;
    color:#fff;
}
.contact-us-card.highlight{
    background:linear-gradient(135deg,#981e55,#701135);
}
.contact-us-card i{
    font-size:36px;
    margin-bottom:15px;
    color:#ffd166;
}
.contact-us-card a{
    color:#25d366;
    font-weight:700;
    text-decoration:none;
}
/* ======================================================
   CONTACT-US QUICK CARDS END
====================================================== */


/* ======================================================
   CONTACT-US FORM SECTION START
====================================================== */
.contact-us-form-section{
    background:#050b1a;
    padding:80px 15px;
}
.contact-us-form input,
.contact-us-form textarea{
    width:100%;
    padding:14px;
    border-radius:10px;
    border:none;
}
.contact-us-form button{
    background:#ff3d6b;
    color:#fff;
    padding:14px 40px;
    border:none;
    border-radius:30px;
    font-weight:700;
}
/* ======================================================
   CONTACT-US FORM SECTION END
====================================================== */


/* ======================================================
   CONTACT-US AVAILABILITY SECTION START
====================================================== */
.contact-us-availability-section{
    background:#0b0f1a;
    padding:60px 15px;
}
.contact-us-list{
    list-style:none;
    max-width:600px;
    margin:auto;
}
.contact-us-list li{
    padding:8px 0;
}
/* ======================================================
   CONTACT-US AVAILABILITY SECTION END
====================================================== */


/* ======================================================
   CONTACT-US PRIVACY SECTION START
====================================================== */
.contact-us-privacy-section{
    background:#981e55;
    padding:60px 15px;
    color:#fff;
    text-align:center;
}
/* ======================================================
   CONTACT-US PRIVACY SECTION END
====================================================== */


/* ======================================================
   CONTACT-US LOCATION SECTION START
====================================================== */
.contact-us-location-section{
    background:#050b1a;
    padding:60px 15px;
    color:#ddd;
}
/* ======================================================
   CONTACT-US LOCATION SECTION END
====================================================== */


/* ======================================================
   CONTACT-US FAQ SECTION START
====================================================== */
.contact-us-faq-section{
    background:#0b0f1a;
    padding:70px 15px;
}
.contact-us-faq-item{
    max-width:700px;
    margin:15px auto;
}
/* ======================================================
   CONTACT-US FAQ SECTION END
====================================================== */
