/*=========================================================
INDIANASTROVEDIC
PREMIUM BOOKING CARD
PART 1
=========================================================*/

.booking-section{

position:relative;

padding:110px 0;

background:#f6f8fc;

overflow:hidden;

}

.booking-section::before{

content:"";

position:absolute;

top:-180px;

right:-180px;

width:420px;

height:420px;

border-radius:50%;

background:rgba(212,175,55,.08);

filter:blur(60px);

}

.booking-section::after{

content:"";

position:absolute;

left:-180px;

bottom:-180px;

width:420px;

height:420px;

border-radius:50%;

background:rgba(8,27,58,.05);

filter:blur(70px);

}

.booking-content{

position:relative;

z-index:2;

padding-right:30px;

}

.booking-badge{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 24px;

border-radius:60px;

background:#fff;

border:1px solid rgba(212,175,55,.25);

box-shadow:0 15px 35px rgba(0,0,0,.05);

font-size:14px;

font-weight:700;

color:#0b2b57;

margin-bottom:25px;

}

.booking-badge i{

color:#D4AF37;

font-size:15px;

}

.booking-content h2{

font-size:48px;

font-weight:800;

line-height:1.2;

color:#081b3a;

margin-bottom:22px;

}

.booking-content>p{

font-size:18px;

line-height:1.9;

color:#5d6878;

margin-bottom:45px;

}

.booking-features{

display:flex;

flex-direction:column;

gap:22px;

}

.booking-feature{

display:flex;

align-items:flex-start;

gap:18px;

padding:24px;

background:#ffffff;

border-radius:24px;

border:1px solid #edf1f7;

box-shadow:0 18px 45px rgba(0,0,0,.05);

transition:.35s;

}

.booking-feature:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(0,0,0,.10);

}

.booking-feature i{

width:56px;

height:56px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:linear-gradient(135deg,#D4AF37,#FFD54A);

color:#081b3a;

font-size:22px;

flex:0 0 56px;

}

.booking-feature h4{

margin:0 0 8px;

font-size:20px;

font-weight:700;

color:#081b3a;

}

.booking-feature p{

margin:0;

font-size:15px;

line-height:1.8;

color:#6d7788;

}

/*=========================================================
BOOKING CARD
=========================================================*/

.booking-card{

position:sticky;

top:120px;

background:#081b3a;

border-radius:30px;

overflow:hidden;

box-shadow:0 35px 80px rgba(0,0,0,.22);

}

.booking-card-top{

padding:40px;

background:linear-gradient(135deg,#081b3a,#10386f);

text-align:center;

color:#fff;

position:relative;

}

.booking-card-top::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#D4AF37,#FFD54A,#ffffff);

}

.booking-card-top span{

display:block;

font-size:15px;

letter-spacing:1px;

opacity:.85;

text-transform:uppercase;

margin-bottom:15px;

}

.booking-card-top .old-price{

font-size:26px;

color:rgba(255,255,255,.45);

text-decoration:line-through;

margin-bottom:8px;

}

.booking-card-top .new-price{

font-size:56px;

font-weight:800;

line-height:1;

color:#FFD54A;

margin-bottom:20px;

}

.saving-badge{

display:inline-block;

padding:10px 22px;

border-radius:40px;

background:#fff;

color:#081b3a;

font-size:14px;

font-weight:700;

box-shadow:0 15px 35px rgba(0,0,0,.20);

}

/*=========================================================
BOOKING BODY
=========================================================*/

.booking-body{

padding:35px;

background:#ffffff;

}

.booking-info{

display:flex;

flex-direction:column;

gap:18px;

margin-bottom:30px;

}

.info-row{

display:flex;

align-items:center;

gap:18px;

padding:18px;

border-radius:18px;

background:#f7f9fd;

border:1px solid #edf1f7;

transition:.35s;

}

.info-row:hover{

transform:translateX(8px);

box-shadow:0 15px 35px rgba(0,0,0,.08);

background:#ffffff;

}

.info-row i{

width:52px;

height:52px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:linear-gradient(135deg,#D4AF37,#FFD54A);

color:#081b3a;

font-size:20px;

flex-shrink:0;

}

.info-row strong{

display:block;

font-size:16px;

font-weight:700;

color:#081b3a;

margin-bottom:4px;

}

.info-row span{

font-size:14px;

color:#667085;

line-height:1.6;

}

/*=========================================================
BUTTONS
=========================================================*/

.booking-buttons{

display:flex;

flex-direction:column;

gap:15px;

margin-bottom:35px;

}

.btn-book-now,

.btn-call-now{

display:flex;

align-items:center;

justify-content:center;

gap:12px;

height:58px;

border-radius:60px;

font-size:16px;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.btn-book-now{

background:linear-gradient(135deg,#25D366,#1EBE5D);

color:#fff;

box-shadow:0 20px 40px rgba(37,211,102,.30);

}

.btn-book-now:hover{

transform:translateY(-5px);

color:#fff;

}

.btn-call-now{

background:#081b3a;

color:#fff;

box-shadow:0 20px 40px rgba(8,27,58,.25);

}

.btn-call-now:hover{

background:#10386f;

transform:translateY(-5px);

color:#fff;

}

/*=========================================================
DIVIDER
=========================================================*/

.booking-divider{

position:relative;

text-align:center;

margin:40px 0 30px;

}

.booking-divider::before{

content:"";

position:absolute;

left:0;

top:50%;

width:100%;

height:1px;

background:#e7edf5;

}

.booking-divider span{

position:relative;

padding:0 18px;

background:#fff;

font-size:13px;

font-weight:700;

letter-spacing:1px;

color:#7b8794;

}

/*=========================================================
BENEFITS
=========================================================*/

.booking-benefits{

list-style:none;

padding:0;

margin:0;

display:flex;

flex-direction:column;

gap:15px;

}

.booking-benefits li{

display:flex;

align-items:center;

gap:14px;

font-size:15px;

font-weight:500;

color:#4b5563;

}

.booking-benefits i{

color:#1DB954;

font-size:18px;

}

/*=========================================================
SECURE PAYMENT
=========================================================*/

.secure-payment{

margin-top:35px;

padding:24px;

border-radius:22px;

background:#f7f9fd;

border:1px solid #edf1f7;

}

.secure-title{

display:flex;

align-items:center;

gap:10px;

font-size:16px;

font-weight:700;

color:#081b3a;

margin-bottom:18px;

}

.secure-title i{

color:#D4AF37;

}

.payment-icons{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:12px;

}

.payment-icons span{

display:flex;

align-items:center;

justify-content:center;

gap:8px;

height:46px;

border-radius:14px;

background:#ffffff;

border:1px solid #edf1f7;

font-size:14px;

font-weight:600;

color:#445269;

transition:.30s;

}

.payment-icons span:hover{

background:#081b3a;

color:#ffffff;

border-color:#081b3a;

}

.payment-icons i{

font-size:18px;

}

/*=========================================================
TRUST BADGES
=========================================================*/

.booking-trust{

margin-top:30px;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

}

.booking-trust-item{

padding:18px;

text-align:center;

background:#ffffff;

border:1px solid #edf1f7;

border-radius:18px;

transition:.35s;

box-shadow:0 10px 30px rgba(0,0,0,.04);

}

.booking-trust-item:hover{

transform:translateY(-6px);

box-shadow:0 25px 45px rgba(0,0,0,.10);

}

.booking-trust-item i{

font-size:26px;

color:#D4AF37;

margin-bottom:12px;

}

.booking-trust-item h5{

font-size:16px;

font-weight:700;

color:#081b3a;

margin-bottom:6px;

}

.booking-trust-item span{

display:block;

font-size:13px;

line-height:1.6;

color:#6b7280;

}

/*=========================================================
PREMIUM HOVER EFFECTS
=========================================================*/

.booking-card{

transition:all .40s ease;

}

.booking-card:hover{

transform:translateY(-10px);

box-shadow:0 45px 90px rgba(0,0,0,.28);

}

.booking-card-top{

overflow:hidden;

}

.booking-card-top::after{

content:"";

position:absolute;

top:-120px;

right:-120px;

width:240px;

height:240px;

border-radius:50%;

background:rgba(255,255,255,.08);

filter:blur(30px);

}

/*=========================================================
RESPONSIVE
=========================================================*/

@media (max-width:1200px){

.booking-content{

padding-right:0;

}

.booking-content h2{

font-size:42px;

}

}

@media (max-width:991px){

.booking-section{

padding:80px 0;

}

.booking-content{

margin-bottom:40px;

}

.booking-content h2{

font-size:36px;

text-align:center;

}

.booking-content>p{

text-align:center;

}

.booking-badge{

margin-left:auto;

margin-right:auto;

}

.booking-card{

position:relative;

top:0;

}

}

@media (max-width:767px){

.booking-section{

padding:60px 0;

}

.booking-content h2{

font-size:30px;

}

.booking-content>p{

font-size:16px;

}

.booking-feature{

padding:20px;

}

.booking-feature i{

width:48px;

height:48px;

font-size:18px;

}

.booking-card-top{

padding:30px 20px;

}

.booking-card-top .new-price{

font-size:44px;

}

.booking-body{

padding:25px;

}

.payment-icons{

grid-template-columns:1fr;

}

.booking-trust{

grid-template-columns:1fr;

}

}

@media (max-width:480px){

.booking-content h2{

font-size:26px;

}

.booking-feature{

flex-direction:column;

text-align:center;

}

.booking-feature i{

margin:0 auto;

}

.info-row{

padding:16px;

}

.btn-book-now,

.btn-call-now{

height:54px;

font-size:15px;

}

.booking-card-top .new-price{

font-size:38px;

}

.saving-badge{

font-size:13px;

padding:8px 18px;

}

}

/*=========================================================
END OF FILE
=========================================================*/