/* ===== BACKDROP ===== */

.modal-backdrop.show{
    backdrop-filter: blur(12px);
    background: rgba(15,23,42,.45);
}

/* ===== MODAL CARD ===== */

.auth-modal-center{
    border:none !important;
    border-radius:26px !important;
    background:#ffffff;
    
    box-shadow:
        0 80px 220px rgba(15,23,42,.18),
        0 20px 60px rgba(15,23,42,.08);

    padding:0;
}

/* BODY */

.auth-body{
    padding:48px;
}

/* LOGO */

.auth-logo{
    text-align:center;
    margin-bottom:28px;
}

/* TITLE */

.auth-title{
    font-weight:700;
    color:#0f172a;
}

/* INPUT */

.auth-input{
    height:56px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    background:#f8fafc;
    padding-left:16px;
    width:100%;
    margin-bottom:16px;
    transition:.25s;
}

.auth-input:focus{
    border-color:#6366f1;
    background:#fff;
    box-shadow:0 0 0 4px rgba(99,102,241,.15);
    outline:none;
}

/* BUTTON */

.auth-btn{
    height:58px;
    border:none;
    border-radius:16px;
    width:100%;
    font-weight:600;
    background:linear-gradient(135deg,#6366f1,#4f46e5);
    color:#fff;
    transition:.3s;
}

.auth-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 40px rgba(99,102,241,.25);
}

/* GOOGLE */

.google-btn{
    height:54px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    background:#fff;
    font-weight:500;
    transition:.25s;
}

.google-btn:hover{
    background:#f1f5f9;
}

/* DIVIDER */

.auth-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin:18px 0;
}

.auth-divider span{
    flex:1;
    height:1px;
    background:#e2e8f0;
}

/* LINKS */

.auth-link{
    color: var(--bs-red);
    font-size:14px;
    cursor:pointer;
    float: right;
    margin: 8px;
}

.auth-link:hover{
    color:#4f46e5;
}

/* OTP */

.otp-input{
    width:58px;
    height:62px;
    text-align:center;
    font-size:22px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    background:#f8fafc;
}

/* animation */

.auth-animate{
    animation:fadeSlide .35s ease;
}

@keyframes fadeSlide{
from{
opacity:0;
transform:translateY(8px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* MOBILE */

@media(max-width:576px){

.auth-body{
padding:28px;
}

}
/* ===== GOOGLE AUTH BUTTON ===== */

.google-auth-btn{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    width:100%;
    height:58px;

    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:14px;

    font-weight:600;
    color:#111827;

    transition:.25s;
    
    box-shadow:
        0 4px 12px rgba(0,0,0,.04);

}

/* Hover */
.google-auth-btn:hover{

    background:#f9fafb;
    border-color:#d1d5db;

    transform:translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.08);
}

/* Click */
.google-auth-btn:active{
    transform:scale(.98);
}

/* Icon sizing */
.google-auth-btn svg{
    flex-shrink:0;
}

/* FLOATING GROUP */
.input-group-float{
    position:relative;
    margin-bottom:18px;
}

.input-group-float input{
    height:60px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    background:#f8fafc;
    width:100%;
    padding:20px 16px 6px;
    font-size:15px;
}

.input-group-float label{
    position:absolute;
    left:14px;
    top:18px;
    color:#64748b;
    font-size:14px;
    transition:.2s;
    background:#fff;
    padding:0 6px;
}

/* FLOAT EFFECT */
.input-group-float input:focus + label,
.input-group-float input:not(:placeholder-shown) + label{
    top:-7px;
    font-size:12px;
    color:#6366f1;
}

/* FOCUS */
.input-group-float input:focus{
    border-color:#6366f1;
    box-shadow:0 0 0 4px rgba(99,102,241,.15);
    outline:none;
}


.password-wrap{
    position:relative;
}

.eye-toggle{
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
    opacity:.6;
}

.eye-toggle:hover{
    opacity:1;
}

.auth-btn.loading{
    pointer-events:none;
    opacity:.8;
}

.auth-btn.loading::after{
    content:'';
    width:18px;
    height:18px;
    border:2px solid #fff;
    border-top:2px solid transparent;
    border-radius:50%;
    display:inline-block;
    margin-left:8px;
    animation:spin .6s linear infinite;
}

@keyframes spin{
to{transform:rotate(360deg);}
}

/* Hide the Google top banner and its iframe completely */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}
body {
  top: 0px !important;
}

/* Hide Google logo + text under translate element */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner,
.goog-te-balloon-frame,
.goog-tooltip {
  display: none !important;
  visibility: hidden !important;
}

/* Remove any space reserved by banner */
#goog-gt-tt,
iframe.skiptranslate,
.goog-te-menu-frame {
  display: none !important;
}
@media (min-width: 901px) {
    .product-box {
        display: flex!important;
        flex-direction: column!important;
        height: 320px!important;              
        background: #ffffff!important;
        border-radius: 0px!important;
        overflow: hidden!important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08)!important;
        /*padding: 12px;*/
        position: relative!important;
    }
}
@media (max-width: 900px) {
    .product-box {
        display: flex!important;
        flex-direction: column!important;
        height: 294px!important;              
        background: #ffffff!important;
        border-radius: 0px!important;
        overflow: hidden!important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08)!important;
        /*padding: 12px;*/
        position: relative!important;
    }
}
/* Image section: fixed height */
.product-box .img-wrapper {
    /*height: 200px;*/
    /*display: flex;*/
    justify-content: center!important;
    align-items: center!important;
    overflow: hidden!important;        /* Restore this */
    background: #fff!important;        /* Avoid gray background */
    border-radius: 0px!important;
    text-align: center;
}

.product-box .img-wrapper img {
    width: 100%!important;            
    height: 100%!important;
    margin: auto!important;
  
    /*display: block;*/
}


/* Product details section */
.product-details {
    flex-grow: 1!important;
    padding: 10px 5px!important;
}

/* PREMIUM TITLE CLAMP */
.product-details h5 {
    font-size: 14px!important;
    font-weight: 600!important;
    height: 45px!important;                       /* clamp height */
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;              /* 2 lines max */
    -webkit-box-orient: vertical!important;
}

/* Price styling */
.product-details .price {
    font-size: 14px!important;
    font-weight: 700!important;
    color: #0d6efd!important;
}

/* Button row (bottom fixed) */
.btn-row {
    display: flex!important;
    /*justify-content: space-between;*/
    /*gap: 10px;*/
    margin-top: auto;
    /*padding-top: 12px;*/
}
/* UL flex container */
.btn-row ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    display: flex!important;
    width: 100% !important;
}

/* LI equal width + equal height via flex */
.btn-row ul li {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex!important;            /* Make li a flex container */
}

/* Make the button (a) fill the li completely */
.btn-row ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    padding: 6px 0 !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
    color: #fff !important;
    transition: 0.3s ease !important;
    border-radius: 0 !important;
    gap: 4px;
}

/* First button → Dark green */
.btn-row ul li:first-child a {
    background: #41a355!important;
}
.btn-row ul li:first-child a:hover {
    background: #08682D!important;
    transform: translateY(-2px)!important;
}

/* Second button → Light green */
.btn-row ul li:last-child a {
    background: #5ae176;
}
.btn-row ul li:last-child a:hover {
    background: #22A63D;
    transform: translateY(-2px);
}
  /* ======== MODAL BACKDROP ======== */
  #langModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.6); /* dark translucent overlay */
    backdrop-filter: blur(6px);
    animation: fadeIn 0.3s ease-in-out;
  }

  /* ======== MODAL BOX ======== */
  #langModal .modal-content {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    max-width: 700px;
    margin: 5% auto;
    padding: 30px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.4s ease;
  }

  /* ======== CLOSE BUTTON ======== */
  #langModal .close {
    color: #888;
    float: right;
    font-size: 26px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.2s;
  }

  #langModal .close:hover {
    color: #000;
  }

  /* ======== TITLE ======== */
  #langModal h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #1e293b;
    font-weight: 700;
    font-size: 1.6rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
  }

  /* ======== LANGUAGE LIST GRID ======== */
  #languageList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 5px;
  }

  /* ======== BUTTON STYLE ======== */
  #languageList button {
    background: #f1f5f9;
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    color: #1e293b;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  }

  #languageList button:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
  }

  /* ======== SCROLLBAR STYLE ======== */
  #languageList::-webkit-scrollbar {
    width: 6px;
  }
  #languageList::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 6px;
  }

  /* ======== ANIMATIONS ======== */
  @keyframes fadeIn {
    from { opacity: 0; } to { opacity: 1; }
  }
  @keyframes slideUp {
    from { transform: translateY(40px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  /* ======== OPEN BUTTON STYLE (optional) ======== */
  .lang-btn {
    background: #858585;
    color: #fff;
    border: none;
    padding: 5px 16px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
  }
  .lang-btn:hover {
    background: #000;
    color: #e5e5e5;
  }

  /* Hide the top Google Translate banner */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
 

/* Hide the Google Translate toolbar that appears on top */
.goog-te-banner {
  display: none !important;
}

/* Hide Google Translate widget text */
.goog-logo-link, .goog-te-gadget span {
  display: none !important;
}

/* Hide the tooltip that sometimes shows */
.goog-tooltip {
  display: none !important;
}

/* Prevent page shifting when the banner appears */
iframe.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
}

/* Hide the bottom tool if it appears */
.goog-te-balloon-frame {
  display: none !important;
}
  .copy-text {
            cursor: pointer;
            color: blue;
            text-decoration: underline;
        }

        .shake{
animation:shake .3s;
}

@keyframes shake{
0%{transform:translateX(0)}
25%{transform:translateX(-5px)}
50%{transform:translateX(5px)}
75%{transform:translateX(-5px)}
100%{transform:translateX(0)}
}
.menu-toggle {
    width: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 10001;
    position: relative;
}

.menu-toggle span {
    height: 3px;
    background: #fff;
    display: block;
}

.menu-toggle span:nth-child(1){ width:70%; }
.menu-toggle span:nth-child(2){ width:100%; }
.menu-toggle span:nth-child(3){ width:80%; }

.sidebar {
    position: fixed;
    top: 0;
    right: -380px;
    width: 350px;
    height: 100%;
    background: #fff;
    transition: 0.4s ease;
    z-index: 999999;
    padding: 25px;
}

.sidebar.active {
    right: 0;
}

.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.close-btn {
    background: orange;
    border: none;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    float: right;
}
/* Sidebar Body */
.sidebar-body {
    margin-top: 30px;
}

/* Logo */
.sidebar-logo {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}

.sidebar-logo span {
    color: #f58220;
}

/* Text */
.sidebar-text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 20px 0;
}

/* Divider */
.sidebar-divider {
    height: 1px;
    background: #eee;
    margin: 25px 0;
}

/* Title */
.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Contact List */
.sidebar-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.sidebar-contact .icon {
    width: 42px;
    height: 42px;
    background: rgba(245,130,32,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #f58220;
    flex-shrink: 0;
}

.sidebar-contact .info span {
    display: block;
    font-weight: 600;
    color: #222;
    font-size: 14px;
}

.sidebar-contact .info {
    font-size: 14px;
    color: #666;
}

/* Social Icons */
.sidebar-social {
    display: flex;
    gap: 15px;
}

.sidebar-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 14px;
    transition: 0.3s;
}

.sidebar-social a:hover {
    background: #f58220;
    color: #fff;
    transform: translateY(-3px);
}

/* Close Button */
.close-btn {
    background: #f58220;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn:hover {
    transform: rotate(90deg);
}
/* ===== HEADER ICONS WRAPPER ===== */
.header-icons ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.header-icons ul li {
    list-style: none;
    position: relative;
}

/* ===== ICON CONTAINER ===== */
.cart-media,
.card-box {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
}

/* SVG Styling */
.cart-media svg,
.card-box svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    transition: 0.3s ease;
}

/* ===== HOVER EFFECT ===== */
.cart-media:hover,
.card-box:hover {
    background: #f58220;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(245, 130, 32, 0.3);
}

.cart-media:hover svg,
.card-box:hover svg {
    stroke: #fff;
}

/* ===== CART BADGE ===== */
#cart_data_main_data {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #f58220;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .header-icons ul {
        gap: 15px;
    }
}
/* ===== SECTION BACKGROUND ===== */
.premium-hero {
    padding: 30px 30px;
    background: linear-gradient(135deg, #f8f9fc, #ffffff);
}

/* ===== SERVICE CARD ===== */
.service-wrap {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Subtle animated border glow */
.service-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(45deg, transparent, #f58220, transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
                  linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

/* Hover Effect */
.service-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(245, 130, 32, 0.15);
}

.service-wrap:hover::before {
    opacity: 1;
}

/* ===== ICON DESIGN ===== */
.service-icon {
    min-width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f58220, #ffb347);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.service-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

/* Icon Hover Animation */
.service-wrap:hover .service-icon {
    transform: rotate(10deg) scale(1.1);
}

/* ===== CONTENT ===== */
.service-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.service-content span {
    font-size: 14px;
    color: #777;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .service-wrap {
        padding: 20px;
    }

    .service-content h3 {
        font-size: 16px;
    }
}


/* ===== PREMIUM ABOUT SECTION ===== */
#aboutus {
    padding: 90px 0;
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    position: relative;
}

/* Decorative Background Shape */
#aboutus::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(245, 130, 32, 0.05);
    border-radius: 50%;
    top: -80px;
    right: -80px;
    z-index: 0;
}

/* ===== IMAGE STYLING ===== */
#aboutus img {
    border-radius: 20px;
    transition: 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

#aboutus img:hover {
    transform: scale(1.05);
}

/* ===== TEXT AREA ===== */
.about-details {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.about-details h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #222;
}

/* Stylish underline */
.about-details h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #f58220;
    display: block;
    margin-top: 12px;
    border-radius: 10px;
}

.about-details p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* ===== PREMIUM BUTTON ===== */
.btn-premium {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    background: linear-gradient(135deg, #f58220, #ffb347);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(245, 130, 32, 0.3);
}

.btn-premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(245, 130, 32, 0.4);
    color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    #aboutus {
        padding: 60px 20px;
    }

    .about-details h2 {
        font-size: 28px;
    }
}

/* ===============================
   PREMIUM BLOG SECTION
=================================*/
/*.section-b-space {
    padding: 100px 0;
    background: linear-gradient(135deg, #f9fbff, #ffffff);
}*/

/* Section Title */
.title-3 h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

.title-3 h5 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ===============================
   BLOG CARD
=================================*/
.premium-blog-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
}

.premium-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(245,130,32,0.18);
}

/* Blog Image */
.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s ease;
}

.premium-blog-card:hover .blog-image img {
    transform: scale(1.08);
}

/* Date Badge */
.blog-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #f58220, #ffb347);
    padding: 10px 14px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.blog-date .day {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.blog-date .month {
    font-size: 13px;
    text-transform: uppercase;
}

/* Blog Content */
.blog-content {
    padding: 25px;
}

.blog-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
}

/* Read More Button */
.btn-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-decoration: none;
    color: #f58220;
    transition: 0.3s ease;
}

.btn-read i {
    transition: 0.3s ease;
}

.btn-read:hover {
    color: #000;
}

.btn-read:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .section-b-space {
        padding: 70px 20px;
    }

    .blog-image img {
        height: 240px;
    }
}

.faq-content .accordion-box {
    position: relative;
    margin-top: 50px;
    max-width: 100% !important;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    padding-top: 30px;
}
.faq-content .accordion-box .block .acc-content .content .text {
    line-height: 175%;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    max-width: 100% !important;
}
/* ===============================
   PREMIUM TESTIMONIAL SECTION
=================================*/
.review-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f9fbff, #ffffff);
    position: relative;
}

/* Soft background glow */
.review-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(245,130,32,0.05);
    border-radius: 50%;
    bottom: -120px;
    left: -120px;
}

/* ===============================
   TESTIMONIAL CARD
=================================*/
.review-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.review-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(245,130,32,0.18);
}

/* Quote Icon */
.review-box::after {
    content: "\f10e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 50px;
    color: rgba(245,130,32,0.08);
}

/* Review Text */
.review-name {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
    min-height: 90px;
}

/* ===============================
   PROFILE SECTION
=================================*/
.review-image {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

/* Profile Image */
.review-profile {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f58220;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.review-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Name */
.image-name h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

/* Optional role styling */
.image-name span {
    font-size: 13px;
    color: #888;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 991px) {
    .review-section {
        padding: 70px 20px;
    }

    .review-box {
        padding: 25px;
    }
}
/* ===============================
   PREMIUM BLOG DETAILS PAGE
=================================*/
.masonary-blog-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f9fbff, #ffffff);
}

/* ===============================
   MAIN BLOG CONTAINER
=================================*/
.blog-details {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

/* Featured Image */
.blog-image-box img,
.blog-details img.card-img-top {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 30px;
    transition: 0.5s ease;
}

.blog-details img.card-img-top:hover {
    transform: scale(1.02);
}

/* Blog Content */
.blog-detail-contain {
    margin-bottom: 35px;
}

.blog-detail-contain h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

/* Accent underline */
.blog-detail-contain h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #f58220;
    display: block;
    margin-top: 10px;
    border-radius: 10px;
}

.blog-detail-contain .font-light {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

/* ===============================
   SIDEBAR STYLING
=================================*/
.left-side {
    position: sticky;
    top: 100px;
}

.category-section {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.popular-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Category List */
.about-side {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-box {
    border-radius: 12px;
    transition: 0.3s ease;
    margin-bottom: 10px;
}

.category-box a {
    text-decoration: none;
    display: block;
    padding: 12px 15px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.category-box:hover {
    transform: translateX(5px);
}

.category-box a:hover {
    background: rgba(245,130,32,0.08);
}

/* Active Category */
.category-box.active a {
    background: linear-gradient(135deg, #f58220, #ffb347);
    color: #fff;
}

.category-box.active h5 {
    color: #fff !important;
}

/* Category Text */
.cate-contain h5 {
    font-size: 15px;
    margin: 0;
    transition: 0.3s ease;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 991px) {
    .masonary-blog-section {
        padding: 70px 20px;
    }

    .blog-details {
        padding: 25px;
    }

    .left-side {
        position: relative;
        top: auto;
    }
}
/* ===============================
   PREMIUM BLOG DETAILS SECTION
=================================*/
.news-standard-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f9fbff, #ffffff);
}

/* ===============================
   FEATURED IMAGE
=================================*/
.post-featured-thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.post-featured-thumb img {
    width: 100%;
    transition: 0.6s ease;
}

.post-featured-thumb:hover img {
    transform: scale(1.05);
}

/* ===============================
   META INFO
=================================*/
.post-list {
    gap: 25px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.post-list li {
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-list i {
    color: #f58220;
}

/* ===============================
   BLOG TITLE
=================================*/
.post-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* ===============================
   CONTENT BODY
=================================*/
.font-light {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

/* First Letter Premium Drop Cap */
.firt-latter p:first-child::first-letter {
    font-size: 55px;
    float: left;
    line-height: 1;
    font-weight: 700;
    margin-right: 12px;
    color: #f58220;
}

/* Sub Headings */
.post-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 15px;
    position: relative;
}

.post-content h3::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #f58220;
    display: block;
    margin-top: 8px;
}

/* Blog Inner Images */
.blog-image-box img {
    border-radius: 15px;
    margin: 20px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ===============================
   SHARE SECTION
=================================*/
.social-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.social-share a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: 0.3s ease;
}

.social-share a:hover {
    background: #f58220;
    color: #fff;
    transform: translateY(-4px);
}

/* ===============================
   SIDEBAR
=================================*/
.gt-main-sideber {
    position: sticky;
    top: 100px;
}

.gt-single-sideber-widget {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.gt-widget-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Recent Post Item */
.gt-recent-items {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    transition: 0.3s ease;
}

.gt-recent-items:hover {
    transform: translateX(5px);
}

.gt-recent-thumb img {
    border-radius: 10px;
}

.gt-recent-content h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.gt-recent-content h4 a {
    text-decoration: none;
    color: #222;
    transition: 0.3s;
}

.gt-recent-content h4 a:hover {
    color: #f58220;
}

.gt-recent-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gt-recent-content li {
    font-size: 13px;
    color: #888;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width: 991px) {
    .news-standard-section {
        padding: 70px 20px;
    }

    .post-content h2 {
        font-size: 26px;
    }

    .gt-main-sideber {
        position: relative;
        top: auto;
    }
}
/* ============================================
   PREMIUM CATEGORY + PRODUCT SECTION
============================================ */

.section-b-space {
  /*background: linear-gradient(135deg, #f6f8fc, #ffffff);*/
  /*padding: 90px 0;*/
}

/* ============================================
   CATEGORY ROW CONTAINER
============================================ */

.category-row {
  background: #ffffff;
  border-radius: 26px;
  padding: 35px;
  margin-bottom: 60px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
}

.category-row:hover {
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.1);
}

/* ============================================
   LEFT CATEGORY BLOCK
============================================ */

.category-row .col-md-3 {
  border-right: 1px solid #f1f3f8;
}

.category-row img.category-img {
  border-radius: 18px;
  transition: 0.4s ease;
}

.category-row img.category-img:hover {
  transform: scale(1.05);
}

.category-row h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  color: #1e293b;
}

.category-row .small {
  display: inline-block;
  margin-top: 6px;
  font-weight: 500;
  color: #f58220;
  transition: 0.3s;
}

.category-row .small:hover {
  letter-spacing: 0.5px;
}

/* ============================================
   PRODUCT CARD
============================================ */

.product-box {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: all 0.3s ease;
}

.product-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

/* Product Image */

.product-box .img-wrapper {
  background: #f8fafc;
  padding: 20px;
  position: relative;
}

.product-box img {
  max-height: 180px;
  object-fit: contain;
  transition: 0.4s ease;
}

.product-box:hover img {
  transform: scale(1.08);
}

/* ============================================
   PRODUCT CONTENT
============================================ */

.product-box h5 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 12px;
  color: #0f172a;
  min-height: 45px;
}

.product-box .price {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

/* ============================================
   BUTTON ROW
============================================ */

.btn-row ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 15px 0 18px;
}

.btn-row .btn {
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  transition: all 0.25s ease;
}

.btn-row .btn.default-theme {
  background: linear-gradient(135deg, #f58220, #ffb347);
  border: none;
  color: #fff;
}

.btn-row .btn.default-theme:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(245, 130, 32, 0.3);
}

/* ============================================
   PRODUCT SLIDER
============================================ */

.product-wrapper {
  padding-top: 5px;
}

/* Scrollbar Modern */
.product-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.product-scroll-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.15);
  border-radius: 999px;
}

.product-scroll-wrapper {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.15) transparent;
}

/* ============================================
   RESPONSIVE DESIGN
============================================ */

/* Tablet */
@media (max-width: 991px) {

  .category-row {
    padding: 25px;
  }

  .category-row .col-md-3 {
    border-right: none;
    margin-bottom: 25px;
    text-align: center;
  }

  .product-box img {
    max-height: 150px;
  }
}

/* Mobile */
@media (max-width: 767px) {

/*  .section-b-space {
    padding: 60px 0;
  }*/

  .category-row {
    padding: 20px;
  }

  .product-box h5 {
    font-size: 14px;
  }

  .btn-row ul {
    flex-direction: column;
    gap: 6px;
  }

  .btn-row .btn {
    width: 100%;
  }
}