.instagram .insta-post .post-image{
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.instagram .insta-post .post-image img{
    height: 250px;
}
.instagram .insta-post .post__upper{
    position: relative;
    margin-bottom: 8px;
    color: #a0a0a0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.instagram__wrapper .owl-item{
    opacity: 0;
}
.instagram__wrapper .owl-item.active{
    opacity: 1;
}
@media(max-width: 480px){
    .insta--slider .owl-item:nth-child(even){
     margin-top: 0;
 }
}
.instagram .insta-post .post__upper i{
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
}
.instagram .insta-post .post__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}
.instagram .insta-post .post__bottom svg{
    width: 20px;
    height: 20px;
}
.instagram .insta-post .post__bottom svg path{
    stroke: #222;
}
.instagram .insta-post .post__bottom svg.like path{
    stroke: #ED4956;
    fill: #ED4956;
}
.instagram .insta-post .post__bottom .left__side{
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
}
.instagram .insta-post .post__bottom .right__side{

}
.video__slider_section {
    background: radial-gradient(circle, #04244a 0%, #000408 42%);
    color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video__slider_section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.video__slider_section .section-heading {
    text-align: center;
    font-size: 2.5em;
    font-weight: 500;
    margin-bottom: 30px;
}
.video__slider_section {
    padding: 50px 0;
}

.video__slider_section .swiper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1100px;
}

.video__slider_section .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: all 400ms ease;
    filter: blur(2px);
}
.video__slider_section .swiper-slide.swiper-slide-active{
    filter: none;
}

.video__slider_section .video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video__slider_section .video-wrapper .volume-btn{
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 21px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video__slider_section .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 400ms ease;
    border-radius: 0;
}

.video__slider_section .swiper-slide-active video {
    filter: none;
    transform: scale(1);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.4);
}

.video__slider_section .product-info {
    text-align: center;
    margin-top: 15px;
}

.video__slider_section .product-name {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
}

.video__slider_section .product-price {
    font-size: 1em;
    color: #ffd700;
}

.video__slider_section .crossed-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
    margin-left: 8px;
}

.video__slider_section .swiper-button-next, .video__slider_section .swiper-button-prev {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.video__slider_section .swiper-button-next:after, .video__slider_section .swiper-button-prev:after{
    font-weight: bold;
    font-size: 20px;
    color: #000;
    display: block !important;
}

@media (max-width: 768px) {
    .video__slider_section .swiper-slide {
        width: 250px;
    }
    .video__slider_section .section-heading {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .video__slider_section .swiper-slide {
        width: 200px;
    }
    .video__slider_section .section-heading {
        font-size: 1.5em;
    }
    .video__slider_section .container {
        padding: 0 15px;
    }
}
@media(min-width: 1600px){
    .video__slider_section .swiper{
        transform: scale(1.2);
        margin-block: 80px;
    }
}

.images_slider__section {
    padding: 60px 0;
    background: radial-gradient(circle, #04244a 0%, #000408 42%);
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
}

.images_slider__section .heading__wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.images_slider__section .heading {
    font-size: 50px;
    font-weight: 500;
    margin: 0;
    font-family: var(--bs-font-cursive);
    line-height: 1;
}

.images_slider__section .sub-heading {
    font-size: 1em;
    color: #aaa;
    margin-top: 5px;
}

.images_slider__section .image_slider {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.images_slider__section .container-fluid{
    max-width: 1380px;
    margin-inline: auto;
}
.images_slider__section .swiper-wrapper {
    display: flex;
    align-items: center;
}

.images_slider__section .swiper-slide {
    height: 450px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 400ms ease;
    flex-shrink: 0;
    transform: scale(0.85) !important;
    filter: none !important;
    margin-bottom: 20px;
}

.images_slider__section .swiper-slide-prev,
.images_slider__section .swiper-slide-next {
    transform: scale(0.95) !important;
}

.images_slider__section .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1) !important;
}

.images_slider__section .swiper-slide-prev {
    margin-left: -20px;
}

.images_slider__section .swiper-slide-next {
    margin-right: -20px;
}

.images_slider__section .collection-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.images_slider__section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.images_slider__section .slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.images_slider__section .shop-now-btn {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 40px;
    transition: background-color 0.3s;
}

.images_slider__section .shop-now-btn:hover {
    background-color: #fdd835;
}

.images_slider__section .swiper-button-prev,
.images_slider__section .swiper-button-next {
    position: static;
    margin: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    transition: border-color 0.3s, background-color 0.3s;
    transform: none;
}

.images_slider__section .swiper-button-prev:hover,
.images_slider__section .swiper-button-next:hover {
    background-color: #fff;
    color: #000;
}
.images_slider__section .swiper-button-prev:hover:after,
.images_slider__section .swiper-button-next:hover:after {
    color: #000;
}



.images_slider__section .swiper-button-prev::after,
.images_slider__section .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}
.bg_theme__light{
    padding: 20px 0;
    background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgb(234, 227, 255) 100%);
}

.images___section_img{
    border-radius: 15px;
    overflow: hidden;
}
.images___section_img a{
    width: 100%;
    height: auto;
    display: block;
}
.images___section_img img{
    transition: 0.3s;
    display: block;
    width: 100%;
    height: auto;
}
.images___section_img:hover img{
    transform: scale(1.1);
}
/* layout */
.custom-pagination {
  display:flex;
  align-items:center;
  gap:12px;
  user-select:none;
  margin-top: 15px;
  justify-content: center;
}
.slide-count { min-width:48px; text-align:left; font-weight:600; }

/* pagination strip */
.dot-pagination {
  display:flex;
  align-items:center;
  gap:8px;
}

/* dot styling */
.dot-pagination .dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background:#c0c0c0;
  display:inline-block;
  cursor:pointer;
  margin: 0;
}

/* active counter styling */
.dot-pagination .active-counter {
    font-weight: 500;
    padding: 3px 10px;
    background: #555;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    border-radius: 40px;
}

/* optional focus/hover */
.dot-pagination .dot:focus,
.dot-pagination .active-counter:focus,
.dot-pagination .dot:hover,
.dot-pagination .active-counter:hover {
  outline: none;
  transform:scale(1.05);
}


.auto_video__section{
    position: relative;
    overflow: hidden;
    background: #eae3ff;
}
.auto_video__section .custom__row{
    display: flex;
}
.auto_video__section .custom__row > *{
    width: 100%;
}
.auto_video__section .video_side{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;

}
.auto_video__section .video_side video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    display: block;
    max-height: 81vh;
}
.auto_video__section .content__side{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auto_video__section .content__side:before{
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/video_background.png);
    background-size: cover;
    background-position: left;
    z-index: -1;
}
.auto_video__section .ti_tle{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    max-width: 400px;
    margin-inline: auto;
    line-height: 1.2;
    color: var(--text_color);
    margin-bottom: 20px;
}
.auto_video__section .content__side .search__form{
    position: relative;
    max-width: 500px;
    margin-inline: auto;
}
.auto_video__section .content__side .search__form i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: var(--base_color);
    font-size: 17px;
    width: 25px;
    border-right: 1px solid #52026352;
    height: 22px;
    display: flex;
    align-items: center;
}
.auto_video__section .content__side .search__form input{
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 50px;
    border: 2px solid var(--base_color);
    padding-left: 50px;
    padding-right: 130px;
}
.auto_video__section .content__side .search__form button{
    position: absolute;
    right: 0;
    height: 50px;
    background: transparent;
    border: 0;
    padding-right: 18px;
    font-weight: 600;
    color: #000;
    outline: none;
}
.design__box{
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}

.design__box .design__image{
    position: relative;
}
.design__box .design__image:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)) 0% 0% / cover;
    z-index: 1;
}
.design__box .design__image img{
    height: 350px;
    width: 100%;
    transition: 1.4s;
    object-fit: cover;
}

.design__box:hover .design__image img{
    transform: scale(1.1);
}
.design__box .design__content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 25px;
    padding-bottom: 25px;
    z-index: 2;
}
.design__box .design__content .title{
    color: #fff;
    font-size: 35px;
    line-height: 1.1;
    font-family: var(--bs-font-cursive);
    font-weight: 600;
    margin-bottom: 30px;
}
.design__box .design__content .design__btn{
    outline: none;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
}
.deals_box {
    position: relative;
    z-index: 1;
    padding: 15px;
    border-radius: 15px;
}

/* 1 — Purple / Magenta Nebula */
.deals_box_1{
    background-color: rgb(32, 0, 56);
    background-image:
    radial-gradient(at 71% 23%, rgb(32, 0, 56) 0px, transparent 50%),
    radial-gradient(at 42% 65%, rgb(32, 0, 56) 0px, transparent 50%),
    radial-gradient(at 31% 44%, rgb(32, 0, 56) 0px, transparent 50%),
    radial-gradient(at 90% 45%, rgb(106, 21, 99) 0px, transparent 50%),
    radial-gradient(at 3% 2%, rgb(106, 21, 99) 0px, transparent 50%),
    radial-gradient(at 4% 82%, rgb(27, 15, 112) 0px, transparent 50%),
    radial-gradient(at 0% 100%, rgb(107, 102, 255) 0px, transparent 50%);
}

/* 2 — Orange / Red Solar Storm */
.deals_box_2{
    background-color: rgb(74, 20, 0);
    background-image:
    radial-gradient(at 80% 10%, rgb(255, 82, 23) 0px, transparent 55%),
    radial-gradient(at 20% 80%, rgb(255, 116, 63) 0px, transparent 50%),
    radial-gradient(at 60% 60%, rgb(255, 44, 44) 0px, transparent 50%),
    radial-gradient(at 5% 15%, rgb(140, 30, 0) 0px, transparent 60%),
    radial-gradient(at 95% 85%, rgb(255, 158, 61) 0px, transparent 55%),
    radial-gradient(at 50% 20%, rgb(255, 195, 90) 0px, transparent 60%);
}

/* 3 — Blue / Cyan Deep-Sea Glow */
.deals_box_3{
    background-color: rgb(0, 32, 56);
    background-image:
    radial-gradient(at 20% 30%, rgb(0, 145, 255) 0px, transparent 55%),
    radial-gradient(at 75% 80%, rgb(0, 198, 255) 0px, transparent 55%),
    radial-gradient(at 50% 55%, rgb(0, 80, 160) 0px, transparent 60%),
    radial-gradient(at 85% 20%, rgb(0, 112, 200) 0px, transparent 60%),
    radial-gradient(at 10% 90%, rgb(0, 240, 255) 0px, transparent 60%);
}

/* 4 — Green / Teal Bio-Luminescent Field */
.deals_box_4{
    background-color: rgb(0, 50, 32);
    background-image:
    radial-gradient(at 25% 25%, rgb(0, 255, 120) 0px, transparent 55%),
    radial-gradient(at 75% 35%, rgb(0, 200, 150) 0px, transparent 60%),
    radial-gradient(at 50% 80%, rgb(0, 155, 100) 0px, transparent 55%),
    radial-gradient(at 10% 70%, rgb(0, 255, 200) 0px, transparent 55%),
    radial-gradient(at 90% 90%, rgb(40, 255, 140) 0px, transparent 55%);
}

/* 5 — Pink / Blue Cosmic Cotton Candy */
.deals_box_5{
    background-color: rgb(60, 0, 44);
    background-image:
    radial-gradient(at 20% 20%, rgb(255, 105, 180) 0px, transparent 55%),
    radial-gradient(at 80% 30%, rgb(120, 0, 255) 0px, transparent 55%),
    radial-gradient(at 60% 80%, rgb(255, 155, 230) 0px, transparent 60%),
    radial-gradient(at 10% 85%, rgb(170, 0, 255) 0px, transparent 55%),
    radial-gradient(at 95% 60%, rgb(255, 70, 150) 0px, transparent 60%);
}

.deals_box a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.deals_box .deals__content{
    width: 70%;
    color: #fff;
}
.deals_box .deals__content .mini-title{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.deals_box .deals__content .title{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 20px;
}
.deals_box .deals__content .deals_btn{
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    padding: 8px 15px;
    color: #000;
    line-height: 1;
    font-size: 13px;
    margin-bottom: 10px;
}
.deals_box .deals__content .terms{
    font-size: 9px;
}
.deals_box .deals__icon{
    width: 27%;
}
.deals_box .deals__icon img{
    width: 100%;
}
.deals_navs{
    position: absolute;
    bottom: 0px;
    right: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.deals_navs .deals-button-prev,
.deals_navs .deals-button-next{
    background: var(--base_color);
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deals_section .custom-pagination{
    margin-top: 27px;
}
@media(max-width: 768px){
    .amaz_recomanded_box .amaz_recomanded_box_head h4{
        font-size: 25px;
        font-weight: 800;
    }
    .video__slider_section .carousel-header{
        margin-bottom: 25px;
    }
    .review--content{
        font-size: 31px;
    }
    .auto_video__section .custom__row{
        flex-direction: column;
    }
    .auto_video__section .content__side .ti_tle{
        display: none;
    }
    .auto_video__section{
        padding: 25px 15px;
    }
    .auto_video__section .ti_tle{
        font-size: 26px;
    }
    .auto_video__section .video_side video{
        border-radius: 18px;
    }
    .auto_video__section .content__side:before{
        display: none;
    }
    .auto_video__section .content__side .search__form{
        margin-top: 30px;
    }
    .design__box{
        margin-bottom: 20px;
    }
    .design__box .design__image img{
        height: 220px;
    }
    .design__box .design__content .title{
        font-size: 23px;
        margin-bottom: 17px;
    }
    .design__box .design__content{
        padding-left: 15px;
    }
    .design__box .design__content .design__btn{
        padding: 6px 15px;
        font-size: 13px;
    }
    .custom-pagination{
        justify-content: start;
        margin-bottom: 10px;
    }
    .heading__wrapper .heading{
        line-height: 1;
    }
    .owl-carousel .owl-nav{
        width: 100%;
        justify-content: center;
    }
}

/* --- 1. Container & Fonts --- */
.fixed__support {
    position: fixed;
    bottom: 95px;
    right: 31px;
    z-index: 99999;
    font-family: 'Poppins', sans-serif; /* Or your site font */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* --- 2. Main Toggle Button with Pulse --- */
.support__toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #8E2DE2, #4A00E0); /* Premium Purple Gradient */
    color: white;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(74, 0, 224, 0.4);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
}

.support__toggle:hover {
    transform: scale(1.1);
}

/* Pulse Animation Ring */
.pulse-ring {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    border: 2px solid #8E2DE2;
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Icon Switching */
.support__toggle .close-icon { display: none; }
.fixed__support.active .support__toggle .main-icon { display: none; }
.fixed__support.active .support__toggle .close-icon { display: block; }
.fixed__support.active .support__toggle { background: #333; box-shadow: none; }
.fixed__support.active .pulse-ring { display: none; }

/* --- 3. The Menu Items (Staggered Animation) --- */
.support__menu {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    pointer-events: none;
    padding-right: 10px;
}

.support__item {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* Magic part: Delay based on index */
    transition-delay: calc(0.05s * var(--i));
}

.fixed__support.active .support__menu { pointer-events: auto; }
.fixed__support.active .support__item {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.item__label {
    background: white;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    box-shadow: 0 5px 15px rgb(0 0 0 / 31%);
    white-space: nowrap;
    line-height: 1;
}

.item__icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.item__icon.whatsapp { background: #25D366; }
.item__icon.phone { background: #e91e63; }

/* --- 4. The Modal (Exact Replica) --- */
.support__modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.support__modal.open { opacity: 1; visibility: visible; }

.modal__backdrop {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px); /* Modern blur effect */
}

.modal__content {
    background: white;
    padding: 40px 50px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 90%;
    width: 450px;
}

.support__modal.open .modal__content { transform: scale(1); }

.modal__close {
    position: absolute;
    top: 15px; right: 20px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
}
.modal__close:hover { color: #333; }

.modal__header h3 {
    margin: 0 0 25px 0;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.modal__number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    color: #8E2DE2; /* Matching the brand purple */
    transition: transform 0.2s;
}

.modal__number i { font-size: 24px; }
.modal__number:hover { transform: scale(1.05); }

/* Responsive Tweak */
@media (max-width: 480px) {
    .modal__number { font-size: 20px; }
    .modal__content { padding: 30px 20px; }
}


.faq__section{
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin-inline: auto;
}
.main___heading{
    
    font-size: 45px;
    font-weight: 800;
    font-family: var(--bs-font-cursive);
    text-decoration: underline;
    text-underline-offset: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.faq__section .accordion-item{
    overflow: hidden;
    background-color: #fff;
}
.faq__section .accordion-item:first-child{
    border-radius: 8px 8px 0 0;
}
.faq__section .accordion-item:last-child{
    border-radius: 0 0 8px 8px ;
}
.faq__section .accordion-body{
    background: #f9f9f9;
    color: #555;
    border-top: 1px solid #ddd;
    line-height: 1.3;
}
.faq__section .accordion-button:not(.collapsed){
    color: #000;
    box-shadow: none;
    background: transparent;
}
.faq__section .accordion-button::after{
    filter: brightness(0);
}
.faq__section .accordion-button{
    font-weight: 700;
    font-family: var(--bs-font-monospace);
    font-size: 17px;
}
@media(max-width: 768px){
    .main___heading{
        font-size: 33px;
    }
    .no___padding___row{
        margin: 0;
    }
    .no___padding___col{
        padding: 0;
    }
    .product_widget5 .product_price p{
        gap: 1px;
    }
}
.my_chatbox {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100000;
}


/* Chat button */
.chat_toggle_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #d4af37;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.chat_toggle_btn:hover{
    transform: scale(1.1);
}
.chat_toggle_btn .pulse-ring{
    border-color: #f0dea4;
}
.chat_toggle_btn img{
    width: 38px;
}

.chat_toggle_btn:hover {
    background: #b9922b;
}

/* Chatbox hidden by default */
.chatbox_frame_wrapper {
    width: 350px;
    height: 500px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    position: absolute;
    bottom: 70px;
    right: 0;
    overflow: hidden;
    
    transform: scale(0);
    transform-origin: bottom right;
    opacity: 0;
    transition: 0.3s ease;
}

/* Chatbox active */
.chatbox_frame_wrapper.active {
    transform: scale(1);
    opacity: 1;
}

.chatbox_frame_wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#popupOverlay{
/* Scratch Card Styles */
#scratchContainer {
    position: relative;
    width: 300px;
    height: 200px;
    margin: 20px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23000000" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></svg>') 12 12, auto;
}

#scratchCanvas {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.scratch-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
    pointer-events: none;
}

.scratch-message i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
    animation: bounce 2s infinite;
}

.scratch-message p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

#congratsForm {
    text-align: center;
    padding: 20px;
}

.congrats-header {
    margin-bottom: 25px;
}

.congrats-header i {
    font-size: 3rem;
    color: #FFD700;
    margin-bottom: 15px;
    animation: pulse 1.5s infinite;
}

.congrats-header h2 {
    color: #2d3748;
    margin: 10px 0;
    font-size: 1.8rem;
}

.discount-text {
    color: #4a5568;
    font-size: 1.1rem;
}

.discount-text span {
    color: #e53e3e;
    font-weight: bold;
    font-size: 1.3rem;
}

/* Phone Input Styles */
.phone-input {
    display: flex;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
    transition: border-color 0.3s;
}

.phone-input:focus-within {
    border-color: #667eea;
}

.country-flag {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #f7fafc;
    border-right: 2px solid #e2e8f0;
    cursor: pointer;
    min-width: 100px;
}

.country-flag img {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    border-radius: 2px;
}

.country-flag span {
    font-weight: 500;
    color: #2d3748;
    margin-right: 5px;
}

.country-flag i {
    color: #718096;
    font-size: 0.8rem;
}

.phone-input input {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    outline: none;
}

/* Form Elements */
.form-group label {
    display: block;
    text-align: left;
    color: #4a5568;
    font-weight: 500;
    margin-bottom: 5px;
}

.privacy-agreement {
    margin: 20px 0;
    text-align: left;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    color: #718096;
    font-size: 0.9rem;
    cursor: pointer;
}

.checkbox-label input {
    margin-right: 10px;
    margin-top: 3px;
}

.checkbox-label a {
    color: #667eea;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s;
}

.submit-btn:hover {
    transform: translateY(-2px);
}

.submit-btn i {
    margin-right: 8px;
}

.ok-btn {
    margin-top: 15px;
    padding: 10px 30px;
    background: #48bb78;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.ok-btn:hover {
    background: #38a169;
}

/* Utility Classes */
.hidden {
    display: none !important;
}

/* Animations */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Popup Card Adjustments */
.popup-card {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 30px;
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.8rem;
    cursor: pointer;
    color: #718096;
    z-index: 100;
}

.overlay#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

