/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    color: #fff;
    background-color: #06A3DA;
    border-color: #06A3DA;
    padding: 8px 12px;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

/* STATS BAR DESIGN */
.stats-bar {
    background: linear-gradient(135deg, var(--dark), #0d2b5c);
    padding: 60px 0;
    margin-top: 40px;
}

.stats-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* STAT ITEM */
.stat-item {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.stat-item:hover {
    transform: translateY(-8px);
    background: linear-gradient(135deg, var(--primary), #0dcaf0);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* NUMBER */
.stat-num {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
    transition: 0.3s;
}

/* LABEL */
.stat-label {
    font-size: 16px;
    color: #ccc;
    letter-spacing: 0.5px;
}

/* HOVER TEXT COLOR CHANGE */
.stat-item:hover .stat-num,
.stat-item:hover .stat-label {
    color: #fff;
}

/* DIVIDER LINE */
.stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .stats-bar .container {
        flex-direction: column;
    }

    .stat-divider {
        display: none;
    }
}

/* SECTION */
.featured-products {
    padding: 80px 0;
    background: #f8fbff;
}

.section-label {
    text-align: center;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.section-title em {
    color: var(--primary);
    font-style: normal;
}

/* GRID */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* CARD */
.product-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* HOVER */
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* BADGE */
.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, var(--secondary), #ff9a7a);
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
}

/* IMAGE */
.product-img-wrap {
    text-align: center;
    margin-bottom: 15px;
}

.product-img-wrap img {
    max-height: 180px;
    object-fit: contain;
    transition: 0.3s;
}

/* IMAGE HOVER */
.product-card:hover .product-img-wrap img {
    transform: scale(1.08);
}

/* INFO */
.product-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-info p {
    font-size: 14px;
    color: #666;
}

/* PRICE + ACTION */
.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

/* PRICE */
.product-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--dark);
}

/* BUTTON */
.btn-outline {
    display: inline-block;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 25px;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-outline:hover {
    background: var(--primary);
    color: #fff;
}

/* ADD TO CART BUTTON */
.product-actions .btn {
    padding: 6px 14px;
    font-size: 13px;
}

/* QUANTITY CONTROLS */
.quantity-controls {
    display: flex;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
}

.quantity-controls button {
    border: none;
    padding: 5px 10px;
    background: var(--primary);
    color: #fff;
    cursor: pointer;
}

.quantity-controls span {
    padding: 0 10px;
    font-weight: 600;
}


/* NEW PRODUCT CARD */
.product-card-new {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
}

.product-card-new:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(6,163,218,0.2);
}

/* IMAGE */
.product-img {
    background: #f4f9ff;
    text-align: center;
    padding: 20px;
}

.product-img img {
    max-height: 160px;
    transition: 0.3s;
}

.product-card-new:hover img {
    transform: scale(1.1);
}

/* BADGE */
.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(45deg, #ff7a18, #ffb347);
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 20px;
}

/* CONTENT */
.product-content {
    padding: 18px;
}

.product-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* PV */
.product-pv {
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 8px;
}

/* DESC */
.product-content p {
    font-size: 13px;
    color: #777;
    min-height: 40px;
}

/* FOOTER */
.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.footer-brand .logo {
    font-size: 28px;   /* size increase */
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.footer-brand .logo em {
    color: var(--primary);
    font-style: normal;
}

.footer-brand .logo-icon {
    font-size: 24px;
    margin-right: 5px;
    color: var(--primary);
}

/* PRICE */
.product-price {
    font-size: 18px;
    font-weight: bold;
    color: var(--dark);
}

/* ADD BUTTON */
.btn-cart {
    background: var(--primary);
    border: none;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

/* QTY BOX */
.qty-box {
    display: flex;
    align-items: center;
    background: var(--primary);
    border-radius: 20px;
    overflow: hidden;
}

.qty-box button {
    border: none;
    background: transparent;
    color: #fff;
    padding: 5px 10px;
}

.qty-box span {
    padding: 0 8px;
    color: #fff;
    font-weight: bold;
}

/* CENTER BUTTON */
.center-btn {
    text-align: center;
    margin-top: 40px;
}

/* WHY SECTION */
.why-section {
    padding: 80px 0;
    background: #f4f9ff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.why-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.why-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.why-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: #666;
}

/* Highlight card */
.why-card-accent {
    background: linear-gradient(135deg, var(--primary), #0dcaf0);
    color: #fff;
}

.why-card-accent p {
    color: #eaf9ff;
}

.why-link {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
}


/* HOW SECTION */
.how-section {
    padding: 80px 0;
    background: #fff;
}

.steps-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
}

.step-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.step-num {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 10px;
}

.step-item h4 {
    margin-bottom: 10px;
}

.step-item p {
    font-size: 14px;
    color: #666;
}

.step-arrow {
    font-size: 28px;
    color: var(--primary);
}

/* Mobile */
@media(max-width:768px){
    .steps-row {
        flex-direction: column;
    }
    .step-arrow {
        transform: rotate(90deg);
    }
}


/* TESTIMONIALS */
.testimonials-section {
    padding: 80px 0;
    background: #ffff;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.stars {
    color: #ffc107;
    margin-bottom: 10px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
}

/* Featured testimonial */
.tc-featured {
    background: linear-gradient(135deg, var(--primary), #0dcaf0);
    color: #fff;
}

.tc-featured .stars {
    color: #fff;
}


/* CTA */
.cta-banner {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--dark), #0d2b5c);
    margin: 50px 0px;
}

.cta-inner {
    text-align: center;
    color: #fff;
}

.cta-inner h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}

.cta-inner em {
    color: var(--primary);
    font-style: normal;
}

.cta-inner p {
    margin-bottom: 25px;
    color: #ddd;
}

.btn-primary.btn-lg {
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 30px;
}


.page-hero {
    background: linear-gradient(135deg, #091E3E, #0d2b5c);
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.page-hero h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.page-hero em {
    color: var(--primary);
    font-style: normal;
}

.page-hero p {
    max-width: 600px;
    margin: 15px auto 0;
    color: #ccc;
}

.about-mission {
    padding: 80px 0;
    background: #fff;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
}

.mission-text p {
    color: #666;
    line-height: 1.7;
}

/* RIGHT SIDE CARDS */
.mission-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.mission-card {
    background: #f8fbff;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.mc-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.values-section {
    padding: 80px 0;
    background: #f4f9ff;
}

.values-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.value-item {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    transition: 0.3s;
}

.value-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.value-num {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 10px;
}


.team-section {
    padding: 80px 0;
    background: #fff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.team-card {
    background: #f8fbff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s;
}

.team-card:hover {
    transform: translateY(-8px);
}

.team-avatar {
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: bold;
    font-size: 22px;
}

.team-role {
    display: block;
    color: #888;
    font-size: 13px;
    margin-bottom: 10px;
}



@media(max-width:768px){

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .mission-visual {
        grid-template-columns: 1fr;
    }

}


/* SECTION */
.plans-section {
    padding: 80px 0;
    background: #f8fbff;
}

/* GRID */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* CARD */
.plan-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    position: relative;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

/* HOVER */
.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(6,163,218,0.2);
}

/* STAGE BADGE */
.stage-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--primary);
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
}

/* TITLE */
.plan-card h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

/* PV BOX */
.pv-box {
    margin-top: 15px;
    background: #f4f9ff;
    padding: 12px;
    border-radius: 10px;
}

.pv-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
}

/* REWARD */
.reward-box {
    margin-top: 15px;
    background: linear-gradient(135deg, #06A3DA, #0dcaf0);
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
}

.featured-plan {
    border: 2px solid gold;
    transform: scale(1.05);
}


.info-box {
    margin-top: 50px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    border-left: 5px solid var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.info-box h4 {
    margin-bottom: 15px;
}

.info-box ul {
    padding-left: 18px;
}

.info-box li {
    margin-bottom: 8px;
    color: #555;
}

@media(max-width:768px){
    .featured-plan {
        transform: scale(1);
    }
}


/* CONTACT SECTION */
.contact-section {
    padding: 80px 0;
    background: #f8fbff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.contact-info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.ci-icon {
    width: 50px;
    height: 50px;
    background: rgba(6,163,218,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ci-label {
    font-size: 13px;
    color: #888;
}

.ci-value {
    font-weight: 600;
}


/* FORM CARD */
.contact-form-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* INPUT GROUP */
.form-group {
    margin-bottom: 18px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* INPUTS */
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
}

/* FOCUS EFFECT */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(6,163,218,0.1);
}

/* TEXTAREA */
textarea {
    min-height: 120px;
    resize: none;
}

.btn-primary {
    border-radius: 30px;
    transition: 0.3s;
}

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


.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(6,163,218,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.social-icons a:hover {
    background: var(--primary);
    color: #fff;
}


@media(max-width:768px){
    .contact-grid {
        grid-template-columns: 1fr;
    }
}


/* FAQ SECTION */
.faq-section {
    padding: 80px 0 100px;
    background: #0d2b5c;
}

.faq-section .container {
    max-width: 850px;
}


/* FAQ CARD */
.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.3s;
}

/* HOVER */
.faq-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.faq-question {
    padding: 18px 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: #f8fbff;
}

/* ICON */
.faq-icon {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 18px;
    transition: 0.3s;
}


/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

/* OPEN STATE */
.faq-item.open .faq-answer {
    max-height: 200px;
    padding: 15px 20px 20px;
}

/* ICON ROTATE */
.faq-item.open .faq-icon {
    transform: rotate(45deg);
}


.faq-section .section-label {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


section[style*="var(--dark-3)"] {
    background: linear-gradient(135deg, var(--primary), #0dcaf0);
    text-align: center;
    color: #fff;
}

section[style*="var(--dark-3)"] p {
    color: var(--dark) !important;
}

/* PRODUCTS PAGE */
.products-page-section {
    padding: 60px 0;
    margin-bottom: 50px;
}
.product-filter-bar {
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.filter-right select {
    padding: 8px 12px;
    border-radius: 8px;
}



/* CART */
.cart-box {
    position: relative;
    background: var(--primary);
    color: #fff;
    padding: 8px 14px;
    border-radius: 25px;
    cursor: pointer;
    margin-left: 10px;
}

.cart-box i {
    font-size: 16px;
}

/* CART COUNT */
.cart-box span {
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 50%;
}

/* BUTTONS */
.btn-primary {
    border-radius: 30px;
    padding: 8px 20px;
}

.btn-outline-primary {
    border-radius: 30px;
}

/* MOBILE */
@media(max-width:991px){

    .cart-box {
        margin: 10px auto;
    }
}

/* CART LAYOUT */

section.cart-section {
    margin: 100px 0;

}

.cart-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

@media(max-width:768px){
    .cart-layout {
        grid-template-columns: 1fr;
    }
}

.cart-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cart-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-badge {
    background: var(--primary);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
}

/* TABLE */
.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table th {
    text-align: left;
    font-size: 13px;
    color: #888;
    padding-bottom: 10px;
}

.cart-table td {
    padding: 15px 0;
    border-top: 1px solid #eee;
}


.product-cell {
    display: flex;
    gap: 15px;
    align-items: center;
}

.product-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
}


.qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    width: 110px;
}

.qty-btn {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 6px 10px;
}

.qty-input {
    width: 40px;
    text-align: center;
    border: none;
}


.remove-btn {
    background: #ffe5e5;
    border: none;
    padding: 6px 10px;
    border-radius: 8px;
    color: red;
}

.summary-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: sticky;
    top: 100px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 600;
}

.summary-btns a {
    display: block;
    margin-top: 10px;
}

.trust-badge {
    font-size: 13px;
    margin-top: 8px;
    color: #666;
}

@media(max-width:768px){

    .cart-table thead {
        display: none;
    }

    .cart-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 10px;
    }

    .cart-table td {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
    }

}

.checkout-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

@media(max-width:768px){
    .checkout-layout {
        grid-template-columns: 1fr;
    }
}

.form-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.form-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.header-icon {
    width: 35px;
    height: 35px;
    background: rgba(6,163,218,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.form-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.form-group.span2 {
    grid-column: span 2;
}

@media(max-width:768px){
    .form-grid {
        grid-template-columns: 1fr;
    }
}

section.checkout-section {
    margin: 100px 0px;
}

input[type="radio"][name="payment_method"] {
    display: none;
}

.form-control {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(6,163,218,0.1);
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.payment-option:hover {
    border-color: var(--primary);
}

.payment-option.selected {
    border: 2px solid var(--primary);
    background: rgba(6,163,218,0.05);
}

.radio-dot {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.payment-option.selected .radio-dot {
    background: var(--primary);
    border-color: var(--primary);
}

.payment-badge {
    background: #eee;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 11px;
}


.summary-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    position: sticky;
    top: 100px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.summary-row.total {
    font-size: 18px;
    font-weight: bold;
}

.amount {
    color: var(--primary);
}


.order-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.order-item-info {
    flex: 1;
}

.order-item-name {
    font-size: 14px;
    font-weight: 500;
}

.order-item-price {
    font-weight: 600;
}


.place-order-btn {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    font-size: 16px;
    background: linear-gradient(135deg, var(--primary), #0dcaf0);
}

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


.secure-note {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

.trust-badge {
    font-size: 12px;
    margin-top: 5px;
    color: #888;
}

/* PROGRESS BAR */
.checkout-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* STEP */
.step {
    text-align: center;
    position: relative;
}

/* CIRCLE */
.step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: auto;
    transition: 0.3s;
}

/* LABEL */
.step-label {
    margin-top: 6px;
    font-size: 13px;
    color: #aaa;
}

/* ACTIVE STEP */
.step.active .step-num {
    background: var(--primary);
    box-shadow: 0 0 10px rgba(6,163,218,0.4);
}

.step.active .step-label {
    color: #fff;
}

/* DONE STEP */
.step.done .step-num {
    background: #28a745;
}

.step.done .step-label {
    color: #28a745;
}

/* LINE */
.step-line {
    width: 80px;
    height: 3px;
    background: #ddd;
    margin: 0 10px;
}

/* DONE LINE */
.step-line.done {
    background: #28a745;
}

.step-num {
    transform: scale(1);
}

.step.active .step-num {
    transform: scale(1.1);
}


@media(max-width:768px){
    .step-line {
        width: 40px;
    }

    .step-label {
        font-size: 11px;
    }
}


.step-line.done {
    background: linear-gradient(90deg, #28a745, #06A3DA);
}

.step.active .step-num {
    box-shadow: 0 0 15px rgba(6,163,218,0.6);
}


/* ALERT BASE */
.alert {
    border-radius: 10px;
    font-size: 14px;
    padding: 12px 16px;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    animation: fadeSlide 0.4s ease;
}

/* SUCCESS */
.alert-success {
    background: linear-gradient(135deg, #28a745, #5cd65c);
    color: #fff;
}

/* ERROR */
.alert-danger,.alert-error {
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    color: #fff;
}

/* CLOSE BUTTON FIX */
.alert .btn-close {
    filter: invert(1);
}

/* ANIMATION */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section.success-section {
    margin: 100px 0;
}


.success-ring {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745, #5cd65c);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    box-shadow: 0 10px 30px rgba(40,167,69,0.4);
    animation: popIn 0.5s ease;
}

.success-icon {
    font-size: 32px;
    color: #fff;
}

@keyframes popIn {
    from { transform: scale(0.5); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.success-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

@media(max-width:768px){
    .success-layout {
        grid-template-columns: 1fr;
    }
}

.detail-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.detail-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.hicon {
    width: 35px;
    height: 35px;
    background: rgba(6,163,218,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.item-info {
    flex: 1;
    margin-left: 10px;
}

.item-name {
    font-weight: 600;
}

.item-price {
    font-weight: 600;
    color: var(--primary);
}


.order-meta-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.meta-label {
    font-size: 12px;
    color: #888;
}

.meta-value {
    font-weight: 600;
}

.gold {
    color: gold;
}


.next-step {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.next-step-icon {
    width: 35px;
    height: 35px;
    background: #f4f9ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.summary-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    position: sticky;
    top: 100px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary-row.total {
    font-size: 18px;
    font-weight: bold;
}

.amount {
    color: var(--primary);
}


.tracker-step {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.tracker-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tracker-step.done .tracker-dot {
    background: #28a745;
    color: #fff;
}

.tracker-step.current .tracker-dot {
    background: var(--primary);
    color: #fff;
}


.cta-btns a {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.btn-primary {
    border-radius: 30px;
    padding: 12px;
}

.btn-ghost {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 30px;
}