/*==================================================
INDIANASTROVEDIC PREMIUM CTA
==================================================*/

.cta-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:#ffffff;

}
.cta-section .container{

    position:relative;

    max-width:1140px;

    margin:0 auto;

    padding:80px 60px;

    overflow:hidden;

    border-radius:28px;

    background:linear-gradient(135deg,#071B3A 0%,#0B3875 100%);

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}
.cta-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-180px;

    right:-120px;

}

.cta-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(212,175,55,.08);

    bottom:-120px;

    left:-100px;

}

.cta-content{

    position:relative;

    z-index:2;

    text-align:center;

}

.cta-content h2{

    color:#ffffff;

    font-size:44px;

    font-weight:800;

    margin-bottom:20px;

}

.cta-content p{

    max-width:700px;

    margin:0 auto 40px;

    color:rgba(255,255,255,.90);

    font-size:18px;

    line-height:1.8;

}

/*=====================================
CTA BUTTONS
=====================================*/

.cta-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

}

/*=====================================
COMMON BUTTON
=====================================*/

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    width:240px;

    height:58px;

    padding:0 25px;

    border-radius:14px;

    font-size:17px;

    font-weight:700;

    text-decoration:none;

    white-space:nowrap;

    transition:all .35s ease;

}

/*=====================================
BOOK BUTTON
=====================================*/

.cta-book{

    background:linear-gradient(135deg,#FFD54F,#E6B800);

    color:#071B3A;

    border:2px solid #FFD54F;

    box-shadow:0 12px 28px rgba(255,213,79,.30);

}

.cta-book:hover{

    transform:translateY(-4px);

    color:#071B3A;

    box-shadow:0 18px 38px rgba(255,213,79,.40);

}

/*=====================================
WHATSAPP BUTTON
=====================================*/

.cta-whatsapp{

    background:#25D366;

    color:#ffffff;

    border:2px solid #25D366;

    box-shadow:0 12px 28px rgba(37,211,102,.30);

}

.cta-whatsapp:hover{

    background:#1EBE5D;

    border-color:#1EBE5D;

    color:#ffffff;

    transform:translateY(-4px);

    box-shadow:0 18px 38px rgba(37,211,102,.40);

}

/*=====================================
ICONS
=====================================*/

.cta-btn i{

    font-size:20px;

    flex-shrink:0;

}

/*=====================================
RESPONSIVE
=====================================*/

@media(max-width:991px){

    .cta-content h2{

        font-size:36px;

    }

    .cta-content p{

        font-size:17px;

    }

}

@media(max-width:768px){

    .cta-buttons{

        flex-direction:column;

    }

    .cta-btn{

        width:100%;

        max-width:320px;

    }

}

@media(max-width:576px){

    .cta-section{

        padding:70px 0;

    }

    .cta-content h2{

        font-size:28px;

    }

    .cta-content p{

        font-size:16px;

    }

    .cta-btn{

        height:56px;

        font-size:16px;

    }

}