body{
    font-family: "SFArabic";
    scroll-behavior: smooth;
    direction: ltr;
    padding: 0;
    margin: 0;
}
*{
    box-sizing: border-box;
}
@font-face{
    font-family: ;
    src: url("../font/SFArabic-Regular.ttf");
}
:root{
    --main-color: #006EFF;
    --black-color: #1F2023;
    --gray-color: #EFEFEF;
}

a{
    text-decoration: none;
}

/* start scroll to top */
.scroll-top{
    background-color: black;
    padding: 10px 15px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}
.scroll-top:hover{
    background-color: var(--main-color);
}

/* end scroll to top */

.btn-main{
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 15px 30px rgba(0, 110, 255, 0.16);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.btn-main:hover{
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(0, 110, 255, 0.24);
}

.btn-more{
    background-color: var(--gray-color);
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
}

/* start navbar */

.navbar{
    margin-bottom: 0 !important;
    background-color: var(--black-color);
}
.navbar .nav-item{
    margin-left: 20px;
}
.navbar .nav-item .nav-link{
    color: white;
}
.navbar .nav-item .nav-link:hover{
    color: var(--main-color);
}
.navbar-light .navbar-toggler{
    background-color: white;
}

/* end navbar */

/* content home */

.banner{
    height: 450px;
    background-color: var(--gray-color);
    border-radius: 20px;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-page{
    background:
        radial-gradient(circle at top left, rgba(0,110,255,0.08), transparent 30%),
        linear-gradient(180deg, #f7f8fc 0%, #ffffff 30%, #f8f9fd 100%);
}
.hero-block{
    padding: 0;
}
.hero-panel{
    background: linear-gradient(135deg, #0d1a35 0%, #132850 45%, #0f6bdc 100%);
    border-radius: 0;
    padding: 30px 0;
    min-height: 330px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 36px;
    align-items: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(15, 28, 63, 0.18);
}
.hero-panel::before{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -140px;
    top: -120px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.hero-panel::after{
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: 10%;
    bottom: -180px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}
.hero-copy,
.hero-visual{
    position: relative;
    z-index: 1;
}
.hero-copy{
    color: #fff;
}
.hero-eyebrow,
.home-section-kicker{
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
}
.hero-copy h1{
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.08;
    margin: 20px 0 18px;
    font-weight: 800;
}
.hero-copy p{
    font-size: 1.15rem;
    line-height: 2;
    color: rgba(255,255,255,0.86);
    max-width: 640px;
    margin-bottom: 30px;
}
.hero-visual{
    display: flex;
    justify-content: center;
}
.hero-image-wrap{
    width: 100%;
    max-width: 500px;
    aspect-ratio: 4 / 4.2;
    border-radius: 32px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    padding: 16px;
    transform: rotate(4deg);
    box-shadow: 0 25px 45px rgba(0,0,0,0.22);
}
.hero-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.home-services{
    padding: 40px 0 56px;
}
.home-section-head{
    text-align: center;
    margin-bottom: 28px;
}
.home-section-head h2{
    margin-top: 16px;
    font-size: clamp(2rem, 3vw, 3rem);
    color: #16213d;
    font-weight: 800;
}
.home-section-sub{
    max-width: 720px;
    margin: 14px auto 0;
    color: #62708d;
    line-height: 1.9;
}
.home-service-card{
    background: linear-gradient(180deg, #ffffff 0%, #f2f5fb 100%);
    border: 1px solid rgba(14, 32, 67, 0.08);
    border-radius: 28px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 22px 45px rgba(18, 33, 61, 0.08);
    display: flex;
    flex-direction: column;
    gap: 22px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.home-service-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 28px 50px rgba(18, 33, 61, 0.12);
}
.home-service-copy{
    text-align: left;
}
.home-service-index{
    display: inline-flex;
    margin-bottom: 14px;
    color: #0f6bdc;
    font-weight: 800;
    font-size: .95rem;
}
.home-service-copy h2{
    color: #17223f;
    font-size: 2rem;
    margin-bottom: 12px;
}
.home-service-copy p{
    color: #5d6882;
    line-height: 1.9;
    margin-bottom: 0;
}
.home-service-actions{
    display: flex;
    justify-content: flex-start;
}
.home-service-media{
    margin-top: auto;
    border-radius: 24px;
    overflow: hidden;
    background: #dfe6f3;
}
.home-service-media img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.home-footer-banner{
    padding: 20px 0 72px;
}
.home-projects-section{
    padding: 16px 0 0;
}
.home-projects-slider{
    margin: 0 -12px;
}
.home-projects-slider .slick-list{
    height: auto !important;
}
.home-projects-slider .slick-track{
    display: flex !important;
    align-items: stretch;
}
.home-projects-slider .slick-slide{
    height: auto !important;
}
.home-projects-slider .slick-slide > div{
    height: 100%;
}
.home-project-slide{
    padding: 0 12px;
    height: 100%;
}
.home-project-card{
    min-height: 320px;
}
.home-footer-inner{
    min-height: 320px;
    border-radius: 36px;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
    position: relative;
    padding: 48px 28px;
}
.home-footer-inner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8,16,39,0.82), rgba(14,107,220,0.55));
}
.home-footer-copy{
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.home-footer-copy h1{
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin: 18px 0 14px;
}
.home-footer-copy p{
    font-size: 1.1rem;
    line-height: 1.9;
    margin: 0;
}
.store-page{
    background:
        radial-gradient(circle at top left, rgba(0,110,255,0.06), transparent 25%),
        linear-gradient(180deg, #f7f8fc 0%, #ffffff 32%, #f8f9fd 100%);
    padding-bottom: 48px;
}
.store-hero-wrap{
    padding: 30px 0 10px;
}
.store-hero-carousel{
    margin: 0 24px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(18, 33, 61, 0.18);
}
.store-hero-carousel .carousel-item{
    position: relative;
}
.store-hero-carousel .carousel-item::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12,19,39,0.82), rgba(12,19,39,0.2));
    z-index: 1;
}
.store-hero-image{
    height: 78vh;
    min-height: 520px;
    object-fit: cover;
}
.store-hero-caption{
    inset: 0;
    right: auto;
    left: auto;
    bottom: auto;
    text-align: left;
    display: flex !important;
    align-items: center;
    z-index: 2;
    padding: 70px 9%;
}
.store-hero-copy{
    max-width: 700px;
}
.store-badge{
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #fff;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
}
.store-badge-light{
    color: #0f6bdc;
    background: rgba(15,107,220,0.08);
}
.store-hero-copy h1{
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 1.08;
    margin: 18px 0;
    font-weight: 800;
}
.store-hero-copy p{
    max-width: 620px;
    color: rgba(255,255,255,0.9);
    line-height: 1.9;
    margin-bottom: 28px;
}
.store-hero-btn{
    background: #fff;
    color: #10172d;
}
.store-hero-btn:hover{
    color: #10172d;
}
.store-section-head{
    text-align: center;
    margin-bottom: 26px;
}
.store-section-head h1,
.store-section-head h2{
    color: #16213d;
    font-weight: 800;
    margin-top: 14px;
}
.store-category-section,
.store-feature-section,
.store-faq-section{
    position: relative;
}
.store-category-card{
    height: 320px;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(18,33,61,0.12);
    transition: transform .25s ease, box-shadow .25s ease;
}
.store-category-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 28px 50px rgba(18,33,61,0.16);
}
.store-category-copy{
    width: 100%;
}
.store-category-index{
    display: inline-flex;
    color: rgba(255,255,255,0.85);
    font-weight: 700;
    margin-bottom: 10px;
}
.store-category-card h4{
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}
.store-feature-head{
    margin-bottom: 8px;
}
.store-feature-title{
    display: block;
    margin-top: 16px;
    font-size: clamp(2rem, 3vw, 3rem) !important;
    color: #16213d;
}
.store-feature-card{
    border-radius: 26px;
    padding: 40px 24px;
    height: 350px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(18,33,61,0.10);
}
.store-feature-card-light{
    background-color: #f3f6fb;
}
.store-feature-card-accent{
    background: linear-gradient(135deg, #1f7a92 0%, #3f8087 100%);
}
.store-feature-card-gradient{
    background: linear-gradient(18.6deg, #3F8087 0%, #4F7A7A 15%, #7A6D58 44%, #BE5722 85%, #DA4F0C 100%);
}
.store-feature-number{
    font-size: 65px;
}
.store-feature-icon{
    margin-top: 12px;
}
.store-faq-item{
    background: #fff;
    border: 1px solid rgba(14, 32, 67, 0.08);
    border-radius: 22px;
    padding: 10px 18px;
    margin-bottom: 16px;
    box-shadow: 0 14px 30px rgba(18,33,61,0.06);
}
.store-faq-btn{
    background: transparent;
    padding: 14px 0;
    font-size: 1.05rem;
}
.store-faq-answer{
    color: #5d6882;
    padding: 0 0 16px;
}
.product-list-page{
    background:
        radial-gradient(circle at top left, rgba(0,110,255,0.05), transparent 25%),
        linear-gradient(180deg, #f7f8fc 0%, #ffffff 32%, #f8f9fd 100%);
    padding-bottom: 48px;
}
.product-toolbar{
    background: #fff;
    border: 1px solid rgba(14, 32, 67, 0.08);
    border-radius: 22px;
    padding: 18px 18px 6px;
    box-shadow: 0 16px 34px rgba(18,33,61,0.06);
}
.product-search-input{
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(14, 32, 67, 0.12);
}
.product-cart-link,
.product-back-link{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}
.product-hero-section{
    padding-top: 18px;
}
.product-hero-banner{
    min-height: 420px;
    border-radius: 30px;
    box-shadow: 0 28px 56px rgba(18,33,61,0.14);
}
.product-hero-copy{
    max-width: 520px;
}
.product-hero-copy h1{
    font-size: clamp(2.2rem, 4vw, 4rem);
    margin: 18px 0 10px;
}
.product-hero-copy p{
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 0;
}
.product-filter-wrap{
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid rgba(14,32,67,0.08);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 16px 34px rgba(18,33,61,0.06);
}
.product-filter-head{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-filter-label{
    color: #17223f;
    font-size: 1.1rem;
}
.product-type-select{
    min-width: 240px;
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(14,32,67,0.12);
    background: #f7f9fd;
}
.product-card-modern{
    background: #fff;
    border: 1px solid rgba(14,32,67,0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(18,33,61,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.product-card-modern:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(18,33,61,0.12);
}
.product-card-media{
    background: linear-gradient(180deg, #f8f9fd 0%, #eef3fa 100%);
    padding: 18px;
}
.product-card-media img{
    height: 280px;
    object-fit: contain;
}
.product-card-content{
    background: #fff !important;
    padding: 16px 18px 20px !important;
}
.product-stock-badge{
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(244, 67, 54, 0.08);
    color: #d64545;
    font-size: .9rem;
    font-weight: 700;
}
.product-brand-name{
    color: #6d7893;
    margin-bottom: 10px;
}
.product-card-footer{
    gap: 12px;
}
.product-price{
    color: #0f6bdc;
    font-weight: 800;
    margin: 0;
}
.product-empty-state{
    padding: 40px 0 20px;
}
.product-empty-inner{
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 18px 40px rgba(18,33,61,0.08);
}
.product-adv-section{
    padding: 24px 60px 0;
}
.product-adv-banner{
    min-height: 340px;
    border-radius: 30px;
    box-shadow: 0 28px 56px rgba(18,33,61,0.14);
}
.product-adv-copy{
    max-width: 520px;
}
.product-adv-copy h3{
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 18px 0 12px;
}
.product-faq-section{
    padding-top: 10px;
}
.projects-page{
    background:
        radial-gradient(circle at top left, rgba(0,110,255,0.05), transparent 25%),
        linear-gradient(180deg, #f7f8fc 0%, #ffffff 32%, #f8f9fd 100%);
    min-height: 100vh;
    padding: 30px 0 60px;
}
.projects-hero{
    padding-bottom: 10px;
}
.project-card-modern .product-card-media img{
    height: 260px;
}
.project-details-page{
    background:
        radial-gradient(circle at top left, rgba(0,110,255,0.06), transparent 25%),
        linear-gradient(180deg, #f7f8fc 0%, #ffffff 32%, #f8f9fd 100%);
    min-height: 100vh;
    padding: 28px 0 60px;
}
.project-detail-shell{
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 24px 50px rgba(18,33,61,0.10);
}
.project-detail-title{
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    color: #16213d;
    margin: 18px 0 10px;
    font-weight: 800;
}
.project-detail-meta{
    color: #62708d;
    font-size: 1.05rem;
    margin-bottom: 18px;
}
.project-description-box{
    margin: 0;
}
.project-main-slider .project-slide-image img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 22px;
}
.project-small-slider img{
    height: 110px;
    object-fit: cover;
}
.project-related-section{
    padding-top: 36px;
}
.service-card{
    border-radius: 10px;
    padding: 40px 20px;
}
.service-card img{
    height: 400px;
    width: 100%;
}
.banner-footer{
    background: linear-gradient(46deg, #4467CF 12.9%, #FF7180 91.19%);
    height: 450px;
}
.banner-image{
    background-image: url(../image/Group\ \(1\).png);
    height: 200px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .carousel-item{
    height: 500px;
} */
.card-category{
    height: 250px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.btn-faq{
    background-color: white;
    border: none;
    font-weight: bold;
}
.btn-faq span{
    display: inline-block;
    margin-right: auto;
}
.btn-faq:hover{
    color: var(--main-color);
}
.active .faq-icon{
    transform: rotate(180deg);
    transition: 0.5 ease;
}
.collapse {
    margin-left: 0;
    margin-bottom: 20px;
}
.banner-product{
    background-image: url(../image/breadcrumb.png);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    margin: 10px 0;
    border-radius: 10px;
}
.card-product{
    box-shadow: 0px 0px 12px 0px #0000001A;
    border-radius: 10px;
}
.card-product img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: contain;
}
.card-product .content{
    background-color: #F1F1F1;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
.cart-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .add-to-cart {
    background-color: #7E869E40;
    color: black;
    border: none;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 5px;
  }

  .quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .quantity-controls button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 5px;
  }

  .quantity {
    font-size: 18px;
  }
  .adv-product{
    height: 300px;
    background-image: url(../image/adv.png);
    background-size: cover;
    padding: 0 60px;
    display: flex;
    align-items: center;
  }
  .btn-adv{
    background-color: white;
    border-radius: 50px;
    border: none;
    padding: 5px 20px;
  }
  .link-store{
    color: black;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .link-store:hover{
    color: var(--main-color);
  }
  .product-title{
    color: black;
    transition: all 0.5s ease;
  }
  .product-title:hover{
    color: var(--main-color);
  }
  .breadcrumb-link{
    color: var(--main-color);
    margin-left: 10px;
    font-weight: bold;
  }

  .main-slider .product-img img{
    width: 100%;
    height: 350px;
    border-radius: 10px;
  }
  .small-slider img{
    border-radius: 10px;
    margin: 10px 5px;
    cursor: pointer;
    width: 100%;
    height: 100px;
  }
  .btn-note{
    background-color: white;
    border: 1px solid #00000080;
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
  }
  .product-info{
    background-color: #FAFAFB;
    margin: 40px 0 ;
    padding: 20px;
  }
  .product-info h5{
    color: var(--main-color);
  }
  .product-info p{
    color: #9098B1;
  }
  hr.edit{
    background-color: #E5E8EA;
    height: 3px !important;
  }
  .custom-check{
    display: none;
}
.box-color{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
#c1:checked ~ label.one,
#c2:checked ~ label.two,
#c3:checked ~ label.three,
#c4:checked ~ label.four,
#c5:checked ~ label.five{
    border: 2px solid var(--main-color);
}

.color-cart{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}
.btn-coupon{
  background-color: #3F8087;
  color: white;
  border: none;
}

/* checkout */

.progress-line{
  display: flex;
  margin: 20px 0;
}
.progress-line .step{
  width: 100%;
  text-align: center;
  position: relative;
}
.progress-line .step p{
  font-size: 23px;
  font-weight: bold;
  color: gray;
  transition: 0.2s;
}
.progress-line .step p.active{
  color: var(--main-color);
}
.progress-line .step .check{
  position: absolute;
  left: 47%;
  top: 65%;
  font-size: 15px;
  display: none;
}
.progress-line .step .check.active{
  display: block;
  color: white;
}
.progress-line .step .bullet.active span{
  display: none;
}
.progress-line .step .bullet{
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: gainsboro;
  color: white;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
}
.progress-line .step .bullet.active{
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.progress-line .step .bullet::before,
.progress-line .step .bullet::after{
  content: "";
  width: 210px;
  height: 3px;
  background-color: gainsboro;
  position: absolute;
  bottom: 11px;
  right: -215px;
}
.progress-line .step:last-child .bullet::before,
.progress-line .step:last-child .bullet::after{
  display: none;
}
@media (max-width:1200px) {
  .progress-line .step .bullet::before,
  .progress-line .step .bullet::after{
      width: 175px;
      right: -177px;
  }
}
@media (max-width:992px) {
  .progress-line .step .bullet::before,
  .progress-line .step .bullet::after{
      width: 180px;
      right: -194px;
  }
  .progress-line .step .check{
      left: 47%;
  }
}
@media (max-width:768px) {
  .progress-line .step .bullet::before,
  .progress-line .step .bullet::after{
      width: 135px;
      right: -142px;
  }
  .progress-line .step .check{
      left: 45.5%;
  }
  .progress-line .step p{
    font-size: 15px;
  }
}
@media (max-width:550px) {
  .progress-line .step .bullet::before,
  .progress-line .step .bullet::after{
      width: 92px;
      right: -105px;
  }
  .progress-line .step .check{
      left: 45%;
  }
}
.progress-line .step .bullet.active::after{
  background-color: var(--main-color);
  transform: scalex(0);
  transform-origin: right;
  animation: animateProgress 0.3s linear forwards;
}
@keyframes animateProgress {
  100%{
      transform: scaleX(1);
  }
}
.form-outer{
  overflow: hidden;
}
.form-outer .form{
  display: flex;
  width: 400%;
}
.form-outer .form .page{
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}

.custom-check1:checked ~ label.box-size1{
    border: 1px solid var(--main-color);
}
label.box-size1{
    border: 1px solid gray;
    padding: 15px;
    border-radius: 10px;
    width:80%;
}
/* .custom-check1{
  display: none;
} */


/* start footer */
.footer{
    background-color: var(--black-color);
    padding: 100px 0 20px 0;
}
.footer-logo{
    height: 120px;
}
.footer .icon a svg{
    color: white;
}
.icon a:hover svg{
    color: var(--main-color);
}
.footer ul a{
    color: white;
}
.footer ul a:hover{
    color: var(--main-color);
}
/* end footer */

/* start copyright */
.copyright{
    background-color: var(--black-color);
}
@media (max-width: 991.98px){
    .hero-panel{
        grid-template-columns: 1fr;
        padding: 32px;
        min-height: auto;
    }
    .hero-copy{
        text-align: center;
    }
    .hero-copy p{
        margin-right: auto;
        margin-left: auto;
    }
    .hero-actions,
    .home-service-actions{
        justify-content: center;
    }
    .home-service-copy{
        text-align: center;
    }
    .store-hero-carousel{
        margin: 0 14px;
        border-radius: 24px;
    }
    .store-hero-image{
        height: 60vh;
        min-height: 420px;
    }
    .store-hero-caption{
        justify-content: center;
        text-align: center;
        padding: 40px 24px;
    }
    .product-filter-wrap{
        justify-content: center;
    }
    .product-filter-head{
        align-items: center;
        text-align: center;
    }
    .product-adv-section{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 575.98px){
    .footer{
        padding: 16px 0 10px;
        font-size: 11px;
    }
    .footer .container{
        max-width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }
    .footer-grid{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
        align-items: start;
        justify-items: center;
        text-align: center;
    }
    .footer-grid > [class*="col-"]{
        width: auto;
        max-width: none;
        padding: 0;
        margin-bottom: 0 !important;
    }
    .footer-brand-col{
        grid-column: auto;
        grid-row: auto;
    }
    .footer-logo{
        height: 58px;
        max-width: 64px;
        object-fit: contain;
    }
    .footer h5{
        font-size: 12px;
        margin-bottom: 6px !important;
        line-height: 1.3;
    }
    .footer-link-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px 10px;
        line-height: 1.4 !important;
        margin-bottom: 0;
    }
    .footer-link-list li{
        max-width: 100%;
    }
    .footer-link-list a,
    .footer .text-light{
        font-size: 10px;
        line-height: 1.4;
    }
    .footer-contact-col{
        grid-column: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 4px;
        align-items: center;
    }
    .footer-contact-col h5{
        width: 100%;
    }
    .footer-contact-col > div{
        margin-bottom: 0 !important;
    }
    .footer .col-12{
        grid-column: 1 / -1;
        padding: 0;
    }
    .footer .icon{
        display: flex;
        justify-content: center;
        gap: 14px;
        margin: 8px 0 4px !important;
    }
    .footer .icon a svg{
        margin: 0 !important;
        font-size: 13px;
    }
    .footer hr{
        margin: 8px 0;
    }
    .footer .content{
        font-size: 10px !important;
        text-align: center;
        margin-bottom: 0 !important;
    }
    .hero-block{
        padding-top: 24px;
    }
    .hero-panel{
        border-radius: 24px;
        padding: 22px;
    }
    .hero-image-wrap{
        border-radius: 20px;
        padding: 10px;
    }
    .hero-image-wrap img,
    .home-service-media,
    .home-footer-inner{
        border-radius: 18px;
    }
    .home-service-card{
        padding: 20px;
        border-radius: 22px;
    }
    .store-hero-wrap{
        padding-top: 16px;
    }
    .store-hero-carousel{
        margin: 0 10px;
        border-radius: 20px;
    }
    .store-hero-image{
        min-height: 360px;
    }
    .store-category-card{
        height: 250px;
        border-radius: 22px;
    }
    .store-category-card h4{
        font-size: 1.5rem;
    }
    .store-feature-card{
        border-radius: 20px;
        height: 310px;
        padding: 28px 18px;
    }
    .store-faq-item{
        border-radius: 18px;
        padding: 8px 14px;
    }
    .product-toolbar,
    .product-filter-wrap{
        border-radius: 18px;
        padding: 14px;
    }
    .product-hero-banner,
    .product-adv-banner{
        min-height: 280px;
        border-radius: 22px;
    }
    .product-card-modern{
        border-radius: 20px;
    }
    .product-card-media img{
        height: 220px;
    }
    .product-type-select{
        min-width: 100%;
        width: 100%;
    }
}

/* Uploaded images should keep their full content inside fixed UI frames. */
.product-card-media,
.card-product,
.main-slider .product-img,
.project-main-slider .project-slide-image,
.small-slider,
.project-small-slider,
.cart-item td,
.product-empty-inner {
    background-color: #f7f9fd;
}

.product-card-media img,
.card-product img,
.main-slider .product-img img,
.project-main-slider .project-slide-image img,
.small-slider img,
.project-small-slider img,
.home-service-media img,
.service-card img,
.about-page img,
.product-empty-inner img,
.cart-item img,
table img {
    max-width: 100%;
    object-fit: contain !important;
    object-position: center !important;
    background-color: #f7f9fd;
}

.main-slider .product-img img,
.project-main-slider .project-slide-image img {
    height: 350px;
}

.project-main-slider .project-slide-image img {
    height: 420px;
}

.small-slider img,
.project-small-slider img {
    height: 100px;
}

.store-hero-image {
    object-fit: contain !important;
    object-position: center !important;
    background: #10172d;
}

.banner-image,
.home-footer-inner {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #10172d;
}

.banner-product,
.adv-product,
.card-category,
.store-category-card {
    background-size: cover, contain !important;
    background-position: center, center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-color: #10172d;
}

/* Compact site footer */
.footer {
    padding: 24px 0 12px !important;
}

.footer-grid {
    align-items: flex-start;
}

.footer-logo {
    height: 48px !important;
    max-width: 92px;
    object-fit: contain;
}

.footer h5 {
    font-size: 16px;
    margin-bottom: 10px !important;
}

.footer-link-list {
    line-height: 1.6 !important;
    margin-bottom: 0;
}

.footer-link-list a,
.footer-contact-col span,
.footer-contact-col a {
    font-size: 13px;
}

.footer-contact-col > div {
    margin-bottom: 6px !important;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 6px 0 !important;
}

.footer-social a i {
    margin: 0 !important;
    font-size: 16px;
}

.footer-divider {
    background-color: rgba(255, 255, 255, .35);
    margin: 10px 0 12px;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #8f98a6;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.footer-copyright a {
    color: #65786f;
    font-size: 15px;
    text-decoration: none;
}

.footer-copyright a:hover {
    color: var(--main-color);
}

@media (max-width: 991.98px) {
    .footer {
        padding: 18px 0 10px !important;
    }

    .footer-logo {
        height: 42px !important;
    }

    .footer h5 {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 18px;
    }

    .footer-brand-col,
    .footer .col-12 {
        grid-column: 1 / -1;
    }

    .footer-logo {
        height: 36px !important;
        max-width: 78px;
    }

    .footer h5 {
        font-size: 12px;
        margin-bottom: 5px !important;
    }

    .footer-link-list a,
    .footer-contact-col span,
    .footer-contact-col a {
        font-size: 10px;
    }

    .footer-social {
        gap: 14px;
        margin-top: 4px !important;
    }

    .footer-copyright {
        font-size: 11px;
    }

    .footer-copyright a {
        font-size: 13px;
    }
}

/* Rounded card media */
.home-service-media,
.product-card-media,
.card-product > a,
.project-card-modern .product-card-media,
.product-card-modern .product-card-media {
    border-radius: 18px !important;
    overflow: hidden !important;
}

.home-service-media img,
.product-card-media img,
.card-product img,
.project-card-modern .product-card-media img {
    border-radius: 18px !important;
    display: block;
}

.home-service-media {
    padding: 0 !important;
    background: #f7f9fd;
}

.home-service-media img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover !important;
}

@media (max-width: 767.98px) {
    .home-service-card,
    .product-card-modern {
        border-radius: 18px !important;
    }

    .home-service-media,
    .product-card-media,
    .card-product > a,
    .project-card-modern .product-card-media {
        border-radius: 14px !important;
    }

    .home-service-media img,
    .product-card-media img,
    .card-product img,
    .project-card-modern .product-card-media img {
        border-radius: 14px !important;
    }

    .home-service-media img {
        height: 220px !important;
    }
}
