@font-face{
    font-family: 'kalameh';
    src: url(../fonts/Kalameh_Regular.ttf);
}
@font-face{
    font-family: 'kalamehthn';
    src: url(../fonts/Kalameh_thin.ttf);
}

header{
    font-family: 'kalamehthn';
}
body{
    background-color: #fff!important;
    font-family: 'kalamehthn';
    direction: rtl;
    
}
p{
    font-family: 'kalamehthn' ;
    direction: rtl;
    color: #000120;
}

.titles{
    font-size: clamp(25px, 2.5vw, 30px);
}

.titles-index{
    font-size: clamp(35px, 2.5vw, 45px);
}

.p-most{
    font-size: clamp(20px, 2vw, 20px);
}

.category-title{
    font-size: clamp(33px, 2vw, 55px);
}

#banner-p-container{
    background-color: #000;
}

#banner-p{
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 0 5px 0;
    margin-bottom: 0;
}

/* =============================================
   HERO CAROUSEL
   ============================================= */
#hero-carousel {
    height: 70vh;
    position: relative;
}

#hero-carousel .carousel-inner {
    height: 100%;
}

#hero-carousel .carousel-item {
    height: 100%;
    position: relative;
}

.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

#hero-carousel .hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 2rem;
    max-width: 500px;
    right: 10%;
    text-align: right;
}

#hero-carousel .carousel-item[data-align="center"] .hero-content {
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}

#hero-carousel .carousel-item[data-align="left"] .hero-content {
    right: auto;
    left: 10%;
    text-align: right;
    direction: rtl;
}

#hero-carousel .hero-content h1 {
    font-size: clamp(42px, 6vw, 60px);
    margin-bottom: 1rem;
    color: white;
}

#hero-carousel .hero-subtitle {
    font-size: 30px;
    color: white;
}

#hero-carousel .hero-content a {
    font-size: 20px;
    border-radius: 0;
}

#hero-carousel .carousel-control-prev-icon,
#hero-carousel .carousel-control-next-icon {
    filter: invert(100%);
}

#hero-carousel .carousel-indicators {
    bottom: 15px;
}

#hero-carousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    #hero-carousel {
        height: 25vh;
    }

    #hero-carousel .hero-content {
        padding: 1rem;
        max-width: 260px;
        right: 5%;
    }

    #hero-carousel .hero-content h1 {
        font-size: 25px;
    }

    #hero-carousel .hero-subtitle {
        font-size: 16px;
        margin-top: -0.5rem !important;
    }

    #hero-carousel .hero-content a {
        font-size: 7px;
        margin-top: -0.5rem !important;
    }

    #hero-carousel .carousel-item[data-align="center"] .hero-content {
        right: 50%;
    }

    #hero-carousel .carousel-item[data-align="left"] .hero-content {
        left: 5%;
    }

    #hero-carousel .carousel-control-prev-icon,
    #hero-carousel .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }

    #hero-carousel .carousel-indicators {
        bottom: -5px;
    }

    #hero-carousel .carousel-indicators button {
        width: 6px;
        height: 6px;
    }
}

.proof-des-wrapper{
    background-color: #000;
}

.proof-des img{
    width: 15%;
    height: auto;
    filter: brightness(0) invert(1);
}

.proof-des{
    color: #ffffff;
}

.proof-des p{
    color: #ffffff;
}

nav{
    background-color: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
}
.nav-cart-icon {
  display: inline-flex;
  align-items: center;
  color: #000000;
}

.nav-cart-icon svg {
  width: 36px;
  height: 36px;
}
#cart-count {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  text-align: center;
  top: 9.5px;
  right: 9px;
  font-size: 14px;
  font-weight: bold;
  display: none;
}
.navbar-text{
    color: #00023f!important;
    font-size: 28px;
}
.navbar-nav{
    padding-right: 14px;
}
#offcanvasNavbar{
    border-left: none;
}

.dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-toggle:focus-visible {
    outline: none !important;
    box-shadow: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.custom-dropdown {
  border-radius: 0;
  padding: 0.3rem 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 160px;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.5s ease;
  display: block;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

.dropdown-menu.show.custom-dropdown {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.custom-dropdown .dropdown-item {
  padding: 8px 16px;
  transition: background 0.2s ease;
  font-weight: normal;
  font-size: 20px;
}

.custom-dropdown .dropdown-item:hover {
  background-color: transparent !important;
  font-weight: bold;
}

.dropdown-toggle::after {
  display: none !important;
}

@media (max-width: 992px) {
  .custom-dropdown {
    border: none !important;
    box-shadow: none !important;
  }
  .custom-dropdown {
    display: none !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .dropdown-menu.show.custom-dropdown {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

.offcanvas-title{
    color: #000120;
}
nav a{
    color: #000120;
}
.nav-item{
    font-weight: bold;
    font-size: 22px;
}

.product-name{
    font-size: clamp(35px, 2vw, 45px);
}

#PriceTextPowerman,
#PriceTextStorm,
#PriceTextSimorgh,
#PriceTextSmarthanger,
#PriceTextArc,
#PriceTextMooj,
#PriceTextMorakab,
#PriceTextKiva,
#PriceTextTis,
#PriceTextKhatmi,
#PriceTextIvana,
#PriceTextVira,
#PriceTextPowerup
{
    font-family: 'kalameh';
    color: #000;
}

.priceTxtAll{
    font-size: clamp(18px, 2vw, 26px);
    color: #000;

}
.old-price{
    text-decoration: line-through;
    color: #0000008a;
    font-size: clamp(14px, 1.5vw, 20px);
}
.old-price-text{
    padding-left: 5px;
    color: #0000008a;
    font-size: clamp(12px, 1.5vw, 20px);
}

.more-wrapper {
    display: none;
    max-height: 0;
    overflow: hidden;
}
.more-wrapper.open {
    max-height: 1000px;
}
.read-more-btn{
    border-bottom: 1px solid black; 
    color: black; 
    display: inline;
    cursor: pointer;
}
.sticky-carousel {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.carousel-indicators img{
    width: 45px!important;
    height: 45px!important;
}
.carousel-inner img{
    max-width: 80%;
    height: auto;
}
.carousel-control-prev-icon{
    filter: invert(100%);
}
.carousel-control-next{
    filter: invert(100%);
}
.form-select{
    padding-right: 8px;
}
#btn-buy{
    background-color: #000;
    transition: 0.3s all;
    font-size: 20px;
    border: 1px solid black!important;
}
#btn-buy:hover{
    background-color: #000 ;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
}
#select-box{
    background-color: #fff;
    color: #000120;
    background-position: left 0.75rem center;
    width: 40%;
    margin-top: -10px;
    border: 1px solid black!important;
}
#select-box:hover{
    cursor: pointer;
}
#offer-1{
    font-family: 'kalamehthn';
    color: #c40051;
    font-size: 18px;
}
.accordion-cst {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-item-cst {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

.accordion-header-cst {
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header-cst .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 1.1rem;
    background: #fff;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content ul {
    padding-right: 20px;
    list-style-type: disc;
}

.accordion-item-cst.active .icon {
    transform: rotate(45deg);
}

#carouselIndicators02 img{
    max-width: 100%;
    max-height: 500px;
    height: auto;
}
#terms-title{
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 20px;
}
#terms-cont{
    font-size: 15px;
}
#contact-p{
    font-size: 20px;
}
#trck-tit{
    font-size: 25px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;
}

#total{
    font-size: 25px
}
footer{
    box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.2);
}
footer a{
    font-size: larger;
    color: #000120;
    transition: 0.5s all;
    text-decoration: none;
}
footer a:hover{
    border-bottom: 1px solid #000;
}
footer i{
    font-size: 40px!important;
    transition: 0.1s all;
}
.card{
    border: none;
    border-radius: 0;
}

#cart {
    max-width: 400px;
    margin: auto;
}

.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-box-powerman,
.product-box-storm,
.product-box-simorgh,
.product-box-smarthanger,
.product-box-khatmi,
.product-box-tis,
.product-box-morakab,
.product-box-arc,
.product-box-mooj,
.product-box-kiva,
.product-box-ivana,
.product-box-vira,
.product-box-powerup {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.product-box-powerman img,
.product-box-storm img,
.product-box-simorgh img,
.product-box-smarthanger img,
.product-box-khatmi img,
.product-box-tis img,
.product-box-morakab img,
.product-box-arc img,
.product-box-mooj img,
.product-box-kiva img,
.product-box-ivana img,
.product-box-vira img,
.product-box-powerup img {
    height: auto;
    max-width:100%; 
    border-radius: 12px;
}

.product-box-powerman h4,
.product-box-storm h4,
.product-box-simorgh h4,
.product-box-smarthanger h4,
.product-box-khatmi h4,
.product-box-tis h4,
.product-box-morakab h4,
.product-box-arc h4,
.product-box-mooj h4,
.product-box-kiva h4,
.product-box-ivana h4,
.product-box-vira h4,
.product-box-powerup h4 {
    padding-top: 20px;
}

.quantity {
    width: 30px;
    text-align: center;
}

#total {
    margin-top: 20px;
    text-align: center;
}

#shipping {
    text-align: center;
    color: #777;
}

#checkout {
    margin-top: 10px;
    text-align: center;
}
#calla{
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid;
}

.form-control{
    border-radius: 0;
}

.form-control:focus{
    box-shadow: none;
    border-color: #000;
}

#applyDiscountBtn{
    border-radius: 1px;
    border-color: #dee2e6;
}

#applyDiscountBtn:hover{
    background-color: #000;
}

.categories-slider {
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.categories-swiper {
    overflow: visible !important;
}

.category-item {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 400px;
    border-radius: 18px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 14px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.category-item p {
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 10px;
    margin: 0;
    font-size: 20px;
}

.category-item:hover {
    transform: translateY(-12px);
}

.newest-slider {
    padding: 20px 0;
    overflow: hidden;
}

.newest-swiper {
    overflow: visible !important;
}

.newest-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.newest-item img{
    height: auto;
    max-width:100%;
    object-fit: contain;
    margin: auto;
    border-radius: 12px;
}

.newest-item h4{
    padding-top: 20px;
}

.suggest-slider {
    padding: 20px 0;
    overflow: hidden;
}

.suggest-swiper {
    overflow: visible !important;
}

.suggest-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.suggest-item img{
    height: auto;
    max-width:100%;
    object-fit: contain;
    margin: auto;
    border-radius: 12px;
}

.suggest-item h4{
    padding-top: 20px;
}

.handwritten-underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.handwritten-underline::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.5em;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z" fill="%23FFC121"></path></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
    z-index: -1;
}

/* =============================================
   LOGO
   ============================================= */
.logo-img {
    width: auto;
    height: 50px;
}

.logo-offcanvas {
    height: 40px;
}

/* =============================================
   FOOTER
   ============================================= */
.footer-heading {
    font-size: 25px;
}

.copyright-text {
    font-family: 'kalameh';
}

.footer-instagram {
    border: none;
}

/* =============================================
   E-NAMAD
   ============================================= */
.enamad-link {
    border: none;
}

.enamad-img {
    cursor: pointer;
    width: 75px;
    height: 75px;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn-dark-custom {
    font-size: 20px;
    background-color: #000;
}

/* =============================================
   PAGE TITLES
   ============================================= */
.page-title {
    font-size: 29px;
}

/* =============================================
   CONTACT PAGE
   ============================================= */
.contact-text {
    font-size: 23px;
}

.contact-number {
    font-family: 'kalameh';
    font-size: 25px;
}

.contact-instagram {
    font-family: 'kalameh';
    font-size: 30px;
}

/* =============================================
   SETUP & TRACK PAGES
   ============================================= */
.setup-text,
.track-text {
    font-size: 23px;
}

.setup-note,
.track-note {
    font-family: 'kalameh';
}

.track-link {
    text-decoration: none;
    border-bottom: 1px solid #000;
    color: #000;
}

/* =============================================
   TERMS PAGE
   ============================================= */
.terms-main-title {
    font-size: 21px;
}

.terms-intro {
    font-size: 17px;
}

/* =============================================
   SECTION IMAGES
   ============================================= */
.section-image {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}

/* =============================================
   CALLBACK PAGE
   ============================================= */
.callback-row {
    direction: ltr;
}

.status-image {
    width: auto;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.status-details {
    font-size: 22px;
}

.survey-text {
    margin-top: 16px;
}

/* =============================================
   CART PAGE
   ============================================= */
.textarea-no-resize {
    resize: none;
}

.cart-card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.cart-summary-body {
    direction: initial;
}

.discount-input {
    max-width: 200px;
}

/* =============================================
   CATEGORY SLIDER BACKGROUNDS
   ============================================= */
.cat-all-products {
    background-image: url('/images/all-products.webp');
}

.cat-livingroom {
    background-image: url('/images/livingroom.webp');
}

.cat-bedroom {
    background-image: url('/images/bedroom.webp');
}

.cat-bathroom {
    background-image: url('/images/bathroom.webp');
}

.cat-kitchen {
    background-image: url('/images/kitchen.webp');
}

.cat-home-accessory {
    background-image: url('/images/home-accessory.webp');
}

.cat-office {
    background-image: url('/images/office.webp');
}

/* =============================================
   CART TOAST
   ============================================= */
#cart-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #000120;
    color: #fff;
    padding: 14px 20px;
    font-family: 'kalamehthn';
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 2px;
    max-width: calc(100vw - 32px);
    white-space: nowrap;
}

#cart-toast a {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 13px;
}

#cart-toast button {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    line-height: 1;
}

/* =============================================
   ALL PRODUCTS PAGE — INFO BUTTON ON HOVER
   ============================================= */
.all-products-card {
    position: relative;
}

.all-products-card .quick-add {
    position: absolute;
    bottom: 100px;
    right: 50%;
    transform: translateX(50%) translateY(6px);
    background: #fff;
    color: #000120;
    border: none;
    font-family: 'kalamehthn';
    font-size: 15px;
    padding: 8px 22px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}

.all-products-card:hover .quick-add {
    opacity: 1;
    transform: translateX(50%) translateY(0);
    pointer-events: auto;
}

.all-products-card .quick-add:hover {
    background: #000120;
    color: #fff;
}

/* =============================================
   CATEGORY PAGES — INFO BUTTON ON HOVER
   ============================================= */
.category-product-card {
    position: relative;
}

.category-product-card .category-quick-add {
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%) translateY(6px);
    background: #fff;
    color: #000120;
    border: none;
    font-family: 'kalamehthn';
    font-size: 15px;
    padding: 8px 22px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}

.category-product-card:hover .category-quick-add {
    opacity: 1;
    transform: translateX(50%) translateY(0);
    pointer-events: auto;
}

.category-product-card .category-quick-add:hover {
    background: #000120;
    color: #fff;
}

/* =============================================
   OUT OF STOCK BADGE
   ============================================= */
.out-of-stock-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #000120;
    color: #fff;
    font-family: 'kalamehthn';
    font-size: 12px;
    padding: 4px 10px;
    z-index: 5;
}

#btn-buy:disabled {
    background-color: #999;
    border-color: #999 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

#btn-buy:disabled:hover {
    background-color: #999;
    box-shadow: none;
}

/* =============================================
   CATEGORY LOADING SKELETON
   ============================================= */
.category-loading {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.category-loading .skeleton-card {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .category-loading .skeleton-card {
        flex: 0 0 calc(33.333% - 20px);
    }
}

.skeleton-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    border-radius: 12px;
    animation: shimmer 1.5s infinite;
}

.skeleton-text {
    height: 16px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-top: 14px;
    width: 70%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

/* =============================================
   CART UPSELL
   ============================================= */
.upsell-box {
    text-align: center;
    margin-top: 12px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 4px;
}

.upsell-text {
    font-size: 14px;
    margin-bottom: 6px;
}

.upsell-link {
    font-size: 13px;
    color: #000120;
    border-bottom: 1px solid #000120;
    text-decoration: none;
}

/* =============================================
   CATEGORY IMAGE WRAPPER
   ============================================= */
.category-image-wrapper {
    position: relative;
    display: block;
}

.category-image-wrapper img {
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    display: block;
}

/* =============================================
   SETUP GUIDE — TIMELINE STYLES
   ============================================= */
.setup-guide {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
    margin-top: 20px;
    animation: fadeUp 0.5s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.setup-step {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 40px;
}

.setup-step:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 40px;
    bottom: 0;
    width: 1px;
    background: #e0e0e0;
}

.step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000120;
    color: #fff;
    font-family: 'kalameh';
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

.step-content {
    flex: 1;
}

.step-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000120;
}

.step-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.step-content .setup-note {
    font-size: 15px;
    color: #666;
    background: #f9f9f9;
    padding: 10px 14px;
    border-radius: 6px;
}

.setup-step img {
    max-width: 100%;
    max-height: 800px;
    width: auto;
    object-fit: contain;
    border-radius: 12px;
    margin-top: 12px;
}

/* Button styles */
.setup-btn {
    font-size: 15px;
    padding: 8px 18px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.setup-btn.active {
    background: #000120;
    color: #fff;
}

@media (max-width: 768px) {
    .setup-guide {
        padding: 20px;
    }

    .setup-step {
        gap: 14px;
        padding-bottom: 30px;
    }

    .step-number {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .setup-step:not(:last-child)::before {
        right: 15px;
        top: 34px;
    }

    .step-content h2 {
        font-size: 18px;
    }

    .step-content p {
        font-size: 15px;
    }

}