
/* ========= Tabs ========= */
.nav-pills .nav-link{
  background:#fff;
  color:#333;
  margin:0 6px;
  border-radius:40px;
  padding:9px 20px;
  font-weight:600;
  border:1px solid #e5e7eb;
  transition:.3s;
}

.nav-pills .nav-link.active{
  background:var(--brand-gradient);
  color:#fff;
  border:none;
  box-shadow:0 6px 18px rgba(0,0,0,.15);
}


/* ========= White Card ========= */
.pricing_card{
  background:#fff;
  border-radius:22px;
  padding:30px;
  height:100%;
  border:1px solid #ececec;
  box-shadow:0 8px 18px rgba(0,0,0,0.06);
  transition:0.35s ease;
}

/* hover lift */
.pricing_card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
  border-color:#ddd;
}

/* title */
.pricing_card h3{
  font-weight:700;
  font-size:22px;
  margin-bottom:6px;
}

/* price */
.price{
  font-size:38px;
  font-weight:800;
  margin:15px 0;
  color:#111;
}

/* features */
.pricing_card ul{
  padding-left:0;
  list-style:none;
  margin-bottom:22px;
}

.pricing_card li{
  padding-left:24px;
  margin-bottom:10px;
  position:relative;
  font-size:15px;
}

/* check icon bullet */
.pricing_card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  font-weight:bold;
  background:var(--brand-gradient);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}


/* ========= Gradient Button ========= */
.pricing_card .btn{
  width:100%;
  border:none;
  border-radius:40px;
  padding:11px 20px;
  font-weight:700;
  color:#fff;
  background:var(--brand-gradient);
  background-size:300% 300%;
  transition:.4s ease;
}

/* animated gradient hover */
.pricing_card .btn:hover{
  background-position:right center;
  transform:scale(1.04);
}


/* ========= Slider spacing ========= */
.swiper{
  padding-bottom:40px;
}
.swiper-slide{
  height:auto;
}
.wdp-section {
    background: none !important;
    color: #111;
    padding: 0 !important;
}

.wdp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1100px) {
    .wdp-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 820px) {
    .wdp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .wdp-grid {
        grid-template-columns: 1fr;
    }
}

/* ====== Card Base ====== */

.wdp-card {
    --dot: #fff;
    background: #0b4def;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.wdp-card:hover {
    background: #fff;
    border: 1px solid #0b4def;
}
.wdp-card:hover ul li {color: #000;}
.wdp-card:hover .wdp-features li::before{background:#555;}
.wdp-card:hover .wdp-card-title {color: #000;}
.wdp-card:hover .wdp-card-kicker {color: #000;}
.wdp-card:hover .wdp-pricewrap {background:#0b4def; color: #fff;}
.wdp-card:hover .wdp-price {color: #fff;}
.wdp-card:hover .wdp-old {color: #fff;}
.wdp-card:hover .wdp-only {color: #fff;}
.wdp-card:hover .wdp-off {color: #fff;}
.wdp-card:hover .wdp-features { scrollbar-color: #0b4def transparent;}
.wdp-card:hover .wdp-btn {background-color:#0b4def;color: #fff;}
.wdp-card:hover .wdp-head-icon img{border:1px solid #222;border-radius:50px;}

/* Header band */

.wdp-card-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #fff;
    padding: 12px 12px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
}

.wdp-head-icon {
    width: 85px;
    height: 85px;
    display: grid;
    place-items: center;
    border-radius: 999px;
}

.wdp-head-text {
    display: flex;
    flex-direction: column;
	justify-content: center;
}

.wdp-card-title {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.3px;
	color: #fff;
}

.wdp-card-kicker {
    margin: 2px 0 0;
    font-size: 13px;
}

/* Price band */

.wdp-priceband {
    padding: 0;
    width: -webkit-fill-available;
}

.wdp-pricewrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: inset 0 0 0 3px #ffffff1c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 15px 15px 5px;
    width: 100%;
}

.wdp-price {
    font-weight: 900;
    letter-spacing: 0;
    font-size: 44px;
    line-height: 1;
    color: black;
    margin-bottom: -2px;
}
.wdp-off {
    color: red;
    font-weight: bold;
    margin-left: 8px;
    margin-bottom: 40px;
}
.wdp-old {
    color: black;
    font-weight: 700;
    font-size: 13px;
    margin-top: -40px;
    text-decoration: line-through;
}

.wdp-only {
    font-size: 11px;
    color: black;
    margin-top: -10px;
    margin-left: -35px;
    text-transform: capitalize;
    font-weight: 400;
}

/* Features */

.wdp-features {
    scrollbar-width: thin;
    scrollbar-color: #239bd4 transparent;
    list-style: none;
    margin: 14px 13px 16px;
    padding: 0;
    display: grid;
    gap: 0px;
    font-size: 15px;
    max-height: 230px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.wdp-features::-webkit-scrollbar {
    width: 8px;
}

.wdp-features::-webkit-scrollbar-track {
    background: red;
}

.wdp-features::-webkit-scrollbar-thumb {
    
    border-radius: 8px;
}

.wdp-features:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
}

/* Optional: Firefox scrollbar styling */

.wdp-features {
    scrollbar-width: thin;
    scrollbar-color: #fff transparent;
}

.wdp-features li {
    background: transparent;
    border-radius: 10px;
    padding: 5px 12px 5px 36px;
    position: relative;
	color: #fff;
}

.wdp-features li::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--dot);
    position: absolute;
    left: 12px;
    top: 52%;
    transform: translateY(-50%);
}

/* Button */

.wdp-btn {
    background-color: #ffffff;
    margin: 10px 90px 18px;
    padding: 16px 16px;
    border-radius: 999px;
    color: #000;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.wdp-btn:hover {
    filter: brightness(1.05);
    background-color: #0b4def;
	color:#fff;
}

.head-up {
    display: flex;
    gap: 10px;
}

/* ===== Modal Backdrop Blur ===== */
.modal.show {
    backdrop-filter: blur(8px);
    background: #00000063;
}

/* ===== Modal Main Box ===== */
.modal-content {
    padding: 35px 30px;
    border-radius: 50px !important;
    background: 0 0/cover no-repeat #ededed;
    transition: .3s;
}

/* ===== Custom Close Button ===== */
.close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    background: #000;
    border-radius: 50px;
    text-decoration: none;
    z-index: 99;
    transition: 0.3s ease;
}

.close_btn:hover {
    background: #ff3b68;
    color: #fff;
}

/* ===== Left Form Section ===== */
.chat_form_main {
    padding: 50px 40px;
}

.chat_form h6 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.chat_form h6 span {
    background: #ff3b68;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    display: inline-block;
    transform: rotate(-1deg);
    font-size: 30px;
}

/* ===== Form Fields ===== */
.chat_form_field {
    margin-bottom: 20px;
}

.chat_form_field input,
.chat_form_field textarea {
    width: 100%;
    border: none;
    height: 43px;
    box-shadow: 0 0 0 1px #0000006e;
    border-radius: 12px;
    background: #e9e8e1;
    outline: none;
    padding: 14px;
    color: #000;
    font-size: 14px;
    transition: 0.3s ease;
}

.chat_form_field textarea {
    height: 120px;
    resize: none;
}

.chat_form_field input:focus,
.chat_form_field textarea:focus {
    box-shadow: 0 0 0 2px #ff3b68;
}

/* ===== Gradient Button ===== */
.chat_form_btn button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background: #0b4def;
    color: #fff;
    transition: 0.4s ease;
}

.chat_form_btn button:hover {
	background: linear-gradient(90deg, #6380c7 0%, #0b4def 50%, #0c2c7a 100%);
}
.chat_form_btn button:hover::after {
    left: 0;
    width: 100%;
}
.chat_form_btn p {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
    font-weight: 500;
	color:#222;
}

/* ===== Right Image Section ===== */
.form_img {
    width: 100%;
    height: 520px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.form_img img,
.form_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.form_aviators1 {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -24px;
    left: -20px
}

.form_aviators2 {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -70px;
    right: -70px
}
.form_aviators1,
.form_aviators2 {
    animation: 2s ease-in-out infinite alternate tilt3D
}
@keyframes tilt3D {

    0%,
    100% {
        transform: perspective(1000px) rotateX(0) rotateY(0)
    }

    25% {
        transform: perspective(1000px) rotateX(5deg) rotateY(7deg)
    }

    50% {
        transform: perspective(1000px) rotateX(-5deg) rotateY(-7deg)
    }

    75% {
        transform: perspective(1000px) rotateX(7deg) rotateY(-5deg)
    }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .chat_form_main {
        padding: 35px 25px;
    }

    .chat_form h6 {
        font-size: 26px;
    }

    .form_img {
        height: 350px;
        margin-top: 20px;
    }
}