

/* ======================================================
   INDEX HERO BANNER START
====================================================== */

p a{
    text-decoration: none;
    color: #ff3b93;
}

.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
====================================================== */

/* ======================================================
   RATES HERO SECTION START
====================================================== */
.rates-hero{
    background:linear-gradient(135deg,#981e55,#701135);
    padding:90px 15px;
    color:#fff;
}
.rates-hero h1{
    font-size:42px;
    font-weight:900;
}
.rates-hero p{
    font-size:16px;
    margin-top:10px;
}
/* ======================================================
   RATES HERO SECTION END
====================================================== */


/* ======================================================
   RATES INTRO SECTION START
====================================================== */
.rates-intro{
    background:#050b1a;
    padding:60px 15px;
    color:#ddd;
}
.rates-intro h2{
    color:#ffd166;
    font-weight:800;
    margin-bottom:15px;
}
/* ======================================================
   RATES INTRO SECTION END
====================================================== */


/* ======================================================
   RATES TABLE SECTION START
====================================================== */

.rates-table-section{
    background:#f2ffff;
    padding:70px 15px;
}

.rates-table-title{
    font-size:32px;
    font-weight:800;
    color:#e91e63;
    margin-bottom:25px;
}

/* TABLE WRAP */
.rates-table-wrap{
    background:#ffffff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

/* TABLE */
.rates-table{
    width:100%;
    border-collapse:collapse;
    text-align:center;
}

/* HEAD */
.rates-table thead tr{
    background:#e35b9b;
    color:#fff;
}

.rates-table th{
    padding:18px 12px;
    font-size:16px;
    font-weight:700;
}

/* BODY */
.rates-table td{
    padding:18px 12px;
    font-size:16px;
    color:#111;
    border-bottom:1px solid #ddd;
}

/* FIRST COLUMN */
.rates-table td:first-child{
    font-weight:700;
}

/* HOVER */
.rates-table tbody tr:hover{
    background:#fff3f8;
}

/* RESPONSIVE */
@media(max-width:768px){
    .rates-table-title{
        font-size:24px;
        text-align:center;
    }

    .rates-table th,
    .rates-table td{
        font-size:14px;
        padding:14px 8px;
    }
}

/* ======================================================
   RATES TABLE SECTION END
====================================================== */



/* ======================================================
   RATES FACTORS SECTION START
====================================================== */
.rates-factors{
    background:#0b0f1a;
    padding:60px 15px;
    color:#ddd;
}
.rates-factors h2{
    color:#ffd166;
    margin-bottom:20px;
}
.rates-factors ul li{
    margin-bottom:10px;
}
/* ======================================================
   RATES FACTORS SECTION END
====================================================== */


/* ======================================================
   RATES PAYMENT SECTION START
====================================================== */
.rates-payment{
    background:#050b1a;
    padding:60px 15px;
    color:#ddd;
}
/* ======================================================
   RATES PAYMENT SECTION END
====================================================== */


/* ======================================================
   RATES DISCLAIMER SECTION START
====================================================== */
.rates-disclaimer{
    background:#000;
    padding:30px 15px;
    text-align:center;
    color:#aaa;
    font-size:14px;
}
/* ======================================================
   RATES DISCLAIMER SECTION END
====================================================== */
