@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: hsl(213, 100%, 38%);
    --header: #11112C;
    --text: #797979;
    --border: #E6E6E6;
    --border-2: #D4DCED;
    --border-3: #D0E1E7;
    --bg: #effeff;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
 
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    color: var(--header);
}

h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 145%;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

body {
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 400; */
    /* font-style: normal; */
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.primary-text{
  color: var(--theme);
}
section{
    display: block;
    unicode-bidi: isolate;
}
div{
    display: block;
    unicode-bidi: isolate;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
}
ul{
    display: block;
    list-style-type: none;
    unicode-bidi: isolate;
    padding: 0;
    margin: 0;
}
li{
    display: list-item;
    unicode-bidi: isolate;
}
.section-padding{
    padding: 100px 0;
}
.fix{
    overflow: hidden;
}
.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 100px;
}
/*Search Bar CSS*/
.header-top-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}


.heart-icon{
    font-size: 20px;
}

.bag-icon{
    font-size: 20px;
}

.search-widget form {
  width: 100%;
  position: relative;
}
.search-widget form input {
  background: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 20px;
  width: 100%;
  width: 370px;
  color: rgb(118, 122, 125);
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 5px;
  outline: none;
}

.search-widget form button {
  position: absolute;
  right: 14px;
  top: 0;
  height: 100%;
  color: rgba(85, 88, 91, 0.5);
}

.navbar{
  background-color: white; 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar-nav .nav-item{
  padding: 5px 15px;
}

.navbar-nav .nav-item a{
  color: grey;
  font-size: 1rem;
  font-weight: 500;
}

/*Banner-Section*/
.banner_wrapper{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1rem 1rem;
}
.banner_wrapper_1{
    background-image:url(../images/hero-bg.jpg);
}
.banner_wrapper_2{
    background-image:url(../images/hero-bg2.jpg);
}
.banner_wrapper_3{
    background-image:url(../images/hero-bg3.jpg);
}

.banner_wrapper .area-one{
  padding: 2rem 2rem 2rem 6rem;
}

/* .banner_wrapper .area-two{
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
} */

.banner_wrapper p{
    max-width: 80%;
    color: white;
}


.banner-line{
    color: #6bbfff;
    margin-bottom: 1rem;
}

.banner-line-2{
    color: white;
    font-size: 4.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.banner-line span{
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}
.book-user{
    bottom: -30px;
    right: 8.5%;
    background-color: white;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
}

.book-user .hero-img-wrap{
  border-radius: 50%;
  /* padding: 2rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 475px;
  height: 475px;
  overflow: hidden;
}

.book-user .banner-color-1{
    background-color: #0088ff;
}
.book-user .banner-color-2{
    background-color: #42140b;
    
}
.book-user .banner-color-3{
    background-color: #012b2b;
}

.book-user .hero-img-wrap img{
  width: 250px;
  transition: transform 0.6s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.book-user .hero-img-wrap img:hover {
  transform: scale(1.2);
}

/* .hero-1{
    width: 150%;
    margin-bottom: -6.5px;
} */

.hero-btn{
    background-color: white;
    padding: 10px 25px;
    color: black;
    border-radius: 100px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    display: inline-block;
    z-index: 2;
}

.hero-btn-2{
    background-color: var(--theme);
    padding: 10px 25px;
    color: white;
    border-radius: 100px;
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    display: inline-block;
    z-index: 2;
}

@media(max-width:992px){
  .banner_wrapper .area-one{
    padding: 0.2rem 0.2rem 0.2rem 1rem;
  }

  .banner-line{
    margin-bottom: 2rem;
  }

  .banner-line-2{
      font-size: 2rem;
      letter-spacing: 2px;
      margin-bottom: 2rem;
  }

  .book-user{
    bottom: -30px;
    right: 8.5%;
    background-color: white;
    border-radius: 50%;
    width: 325px;
    height: 325px;
    display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
}

.book-user .hero-img-wrap{
  /*background-color: #0088ff;*/
  border-radius: 50%;
  /* padding: 2rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.book-user .hero-img-wrap img{
  width: 175px;
  transition: transform 0.6s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

}

.featured-wrapper{
    background-color: #e2f0fc;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-wrapper .featured-box-items{
     display: flex;
     align-items: center;
     gap: 20px;
     border-right: 1px solid #dfdcdc;
     padding-right: 60px;   
}

.featured-wrapper .featured-box-items .icon{
    width: 84px;
    height: 84px;
    background-color: hsl(213, 100%, 38%);
    border-radius: 8px;
    font-size: 30px;
    text-align: center;
    color: white;
}
.icon-icon{
    line-height: 80px;
}
.content h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 145%;
    color: black;
}

/*Shop Section CSS*/
.section-title-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    z-index: 9;
}

.section-title{
    position: relative;
    z-index: 3;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: black;
}

/* .product-card {
    background-color: #e4f3ff;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    height: 292px;
    width: 300px;
    margin: auto;
  }

  .product-card img{
    width: 95%;
    max-height: 250px;
  }

  .product-card-details{
    border-radius: 15px;
    padding: 20px;
    text-align: start;
    max-width: 300px;
    margin: auto;
    line-height: 170%;
  }
  .product-card-details h5{
    color: black;
  } */
  .product-image {
    border-radius: 10px;
    width: 55%;
    height: auto;
  }
  .author {
    font-size: 14px;
    color: #888;
  }
  .price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .rating {
    color: gold;
    font-size: 22px;
  }
 
  .shop-button .theme-btn{
    width: 100%;
    background-color: var(--bg);
    color: var(--theme);
  }

  /* Book Categories Section CSS */
  .book-categories-section{
      background-image: url("https://images.stockcake.com/public/d/8/4/d84ca0fd-a8ad-41e0-b152-53e2bbcad034_large/curious-mind-exploring-stockcake.jpg");
    /*background-image:url(../images/background-img2.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .book-categories-wrapper{
    padding: 0 30px 0;
  }

  .book-categories-wrapper .section-title{
    max-width: 430px;
    margin: 0 auto 30px;
  }
  .book-categories-wrapper .icon{
    color: var(--theme);
    font-size: 25px;
  }
  .book-categories-wrapper h2{
    color: var(--white);
  }

  .book-card {
    width: 200px;
    height: 220px;
    border-radius: 15px;
    /* overflow: hidden; */
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    padding: 1rem;
    position: relative;
    z-index: 1;
  }
  .book-cover {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
  }
  .badge-books {
    background-color: var(--theme);
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 12px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  /* Shop Section Sec */
  .book-shop-wrapper{
    margin-bottom: -120px;
  }
  .cta-shop-box{
    background-color: var(--theme);
    padding: 20px 27px;
    margin-top: 40px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    height: 72%;
  }

  .cta-shop-box h2{
    font-size: 36px;
    color: var(--white);
    margin-bottom: 15px;
  }

  .cta-shop-box h6{
    color: var(--white);
    font-size: 15px;
    margin-bottom: 25px;
  }

  .cta-shop-box .theme-btn {
    padding: 16px 30px;
    background-color: var(--white);
    color: var(--header);
  }

  .cta-shop-box .girl-shape{
    position: absolute;
    bottom: 0;
    right: 15px;
  }

  .cta-shop-box .circle-shape{
     bottom: 113px;
     left: 10px;
     z-index: -1;
  }

  .cta-shop-box .girl-shape img {
    transform: scaleX(-1);
    height: 265px;
  }
  
  /* CTA banner Section CSS */
  .cta-banner-wrapper{
    background-image:url(../images/cta-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    z-index: 1;
  }

  .cta-banner-wrapper .book-shape{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .cta-banner-wrapper .book-shape-2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .cta-banner-wrapper .cta-content-wrap{
    background: rgba(255, 255, 255, 0.1); /* semi-transparent white */
  backdrop-filter: blur(10px); /* the actual glass effect */
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* optional soft shadow */
  padding: 20px;
  color: white; /* adjust text color for contrast */
  }

  .cta-banner-wrapper .cta-content span{
    position: relative;
    color: rgb(71, 71, 71);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
  }

  .cta-banner-wrapper .cta-content span img{
    position: absolute; 
    bottom: -10px;
    left: 0;
  }

  .cta-banner-wrapper .cta-content h2{
    margin-top: 10px;
    color: white;
    font-size: 50px;
    font-weight: 700;
  }

  .mb-40{
    margin-bottom: 40px;
  }

  .cta-banner-wrapper .cta-content .theme-btn{
    background-color: var(--white);
    color: var(--header);
    border: 1px solid transparent;
  }

  /* Top rating book section css */

  .top-rating-book-wrapper .top-rated-card{
    margin-top: 30px;
    border: 1px solid rgba(92, 112, 126, 0.15);
    border-radius: 16px;
    padding: 5px 10px;
    /* display: flex;
    align-items: center; */
    gap: 18px;
  }

  .top-ratting-book-wrapper .top-rated-card .book-content .actions-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top-rating-book-wrapper .top-rated-card .shop-btn a{
    background: var(--bg);
    color: var(--theme);
    padding: 12px 30px;
    border-radius: 6px;
  }

  .top-rating-book-wrapper .top-rated-card .book-thumb{
    background-color: var(--bg);
    /* padding: 15px 20px; */
    text-align: center;
    border-radius: 6px;
    /* overflow: hidden; */
  }

  .top-rating-book-wrapper .top-rated-card .book-thumb img{
    max-width: 100%;
  }

  .top-rating-book-section{
    background-image:url(../images/background-img3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .top-rating-book-wrapper{
    background-color: var(--white);
    padding: 40px 35px;
    border-radius: 16px;
  }

  /* .top-rating-book-wrapper .top-rating-box-items{
    margin-top: 30px;
    border: 1px solid rgba(92, 112, 126, 0.15);
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-thumb{
    background-color: var(--bg);
    max-width: 104px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-thumb img{
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    object-fit: contain;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-content{
    width: 100%;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-content .title-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-content .title-header .shop-icon{
    gap: 8px;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-content .title-header .shop-icon li{
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-content span{
    font-weight: 700;
    color: var(--text);
    display: inline-block;
    margin-bottom: 0px;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-content h5{
    color: var(--text);
    font-family: 'Inter' , sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
  }

  .mt-10{
    margin-top: 10px;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-content .shop-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top-rating-book-wrapper .top-rating-box-items .book-content .shop-btn .theme-btn{
    background: var(--bg);
    color: var(--theme);
    padding: 12px 30px;
    border-radius: 6px;
  } */

  @media(max-width:992px){
      
  }


  /* Footer CSS */
  .footer-widget-wrapper{
    padding: 60px 0 50px;
    position: relative;
    z-index: 9;
  }

  .footer-widget-wrapper .single-footer-widget{
    margin-top: 30px;
  }

  .footer-widget-wrapper .single-footer-widget .widget-head{
    margin-top: 30px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content{
    margin-top: 30px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .text{
    margin-top: 30px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .text p{
    font-size: 14px;
    font-weight: 400;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .text a{
    font-size: 22px;
    font-weight: 500;
    color: var(--header);
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list{
    margin-top: 10px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content
  .contact-list li:not(.footer-widget-wrapper .single-footer-widget 
  .footer-content .contact-list li:last-child){
    margin-bottom: 10px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list li{
    font-size: 18px;
    font-weight: 400;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .contact-list li a {
    color: #525252;
  }

  .footer-widget-wrapper .single-footer-widget .widget-head h3{
    font-weight: bold;
    color: var(--header);
    font-size: 23px;
    font-weight: 500;
    display: inline-block;
  }

  .footer-widget-wrapper .single-footer-widget .list-items li:not(:last-child){
    margin-bottom: 10px;
    /* margin-left: 20px; */
  }

  .footer-widget-wrapper .single-footer-widget .list-items li{
    font-weight: 400;
    margin-top: 15px;
    margin-left: -10px;
    /* list-style-type: circle; */
    /* margin-left: 20px; */
  }

  .footer-widget-wrapper .single-footer-widget .footer-content{
    margin-top: 20px;
    /* margin-left: 20px; */
  }

  

  .footer-widget-wrapper .single-footer-widget .footer-content .footer-input{
    position: relative;
    margin-top: 10px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .footer-input input{
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
    border: none;
    outline: none;
    width: 100%;
    border: 1px solid var(--border);
    padding: 16px 20px;
    border-radius: 5px;
    color: #7d7f82;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn{
    position:absolute;
    top: 0px;
    right: 0px;
    color: var(--white);
    width: 100px;
    height: 50px;
    border-radius: 5px;
    background-color: var(--theme);
    font-size: 16px;
    font-weight: 500;
    border: none;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item{
    margin-top: 30px;
  }

  .footer-widget-wrapper .single-footer-widget .list-items li a {
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item h6{
    font-size: 16px;
    font-weight: 500;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon{
    margin-top: 20px;
    gap: 15px;
    position: relative;
    z-index: 9;
  }

  .footer-widget-wrapper .single-footer-widget .footer-content .social-item .social-icon a{
    /* width: 38px; */
    /* height: 38px; */
    padding: 13px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .footer-bottom{
    padding: 24px 0;
    border-top: 1px solid var(--border);
  }

  .footer-bottom .footer-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-bottom .footer-wrapper p{
    color: #7e7f81;
    text-transform: capitalize;
  }

  .footer-bottom .footer-wrapper .bottom-list{
    display: flex;
    align-items: center;
    gap: 2px;
  }

  /* Breadcrumb Css */
  .breadcrumb-wrapper{
    background-image: url(../images/breadcrumb-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .breadcrumb-wrapper .page-heading h1{
    color: white;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    position: relative;
    z-index: 9;
  }

  .breadcrumb-wrapper .page-heading .breadcrumb-items{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .breadcrumb-wrapper .page-heading .breadcrumb-items li{
    color: white;
    text-transform: capitalize;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

  .breadcrumb-wrapper .page-heading .breadcrumb-items li a{
    color: white;
  }

  .breadcrumb-wrapper .page-heading .breadcrumb-items li i{
    color: white;
    font-size: 13px;
  }

  /* Contact Css */
  .contact-wrapper .contact-left-items .contact-info-area-2 {
    padding: 40px;
    background-color: var(--theme);
    border-radius: 16px 16px 0px 0px;
  }

  .contact-wrapper .contact-left-items .contact-info-area-2 .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .contact-wrapper .contact-left-items .contact-info-area-2 .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    border: 2px dotted var(--white);
    border-radius: 50%;
    font-size: 30px;
    color: var(--white);
  }

  .contact-wrapper .contact-left-items .contact-info-area-2 .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px;
  }

  .contact-wrapper .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
    color: var(--white);
  }

  .contact-wrapper .contact-left-items .video-image img {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 16px 16px;
  }

  .icon-icon-10{
    margin-top: 15px;
  }

  .icon-icon-11{
    margin-top: 15px;
  }

  .icon-icon-12{
    margin-top: 15px;
  }

  .map-items .googpemap iframe {
    width: 100%;
    height: 710px;
  }

  .contact-wrapper .contact-content h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 145%;
    font-weight: 700;
    color: var(--black);
}

.contact-wrapper .contact-content .contact-form-items .form-clt span {
  color: var(--header);
  font-weight: 600;
  text-transform: capitalize;
}

.contact-wrapper .contact-content .contact-form-items .form-clt input, .contact-wrapper .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid #e5e5e5;
  color: var(--text);
  padding: 18px 20px;
  border-radius: 8px;
  outline: none;
  font-weight: 500;
}

.contact-wrapper .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}


.contact-wrapper .contact-content .contact-form-items .form-clt {
  display: grid;
  gap: 16px;
}


/* About CSS */
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.about-wrapper .about-content .link-btn {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: var(--theme);
  text-transform: capitalize;
  text-decoration: underline;
  margin-top: 25px;
}


/* Cart CSS */
.main-cart-wrapper .table-responsive .table thead tr th {
  font-size: 24px;
  font-weight: 600;
  color: var(--header);
  padding-bottom: 20px;
  padding-left: 0;
}

/* .table>:not(caption)>*>* {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
} */

.main-cart-wrapper .table-responsive .table tbody tr td {
  vertical-align: middle;
  padding: 20px 0;
}

.main-cart-wrapper .table-responsive .table tbody tr td .cart-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  text-transform: capitalize;
}

.main-cart-wrapper .table-responsive .table tbody tr td .cart-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  display: inline-block;
  margin-right: 60px;
  margin-left: 10px;
}

.main-cart-wrapper .table-responsive .table tbody tr td {
  vertical-align: middle;
  padding: 20px 0;
}

.main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  border-radius: 9px;
  line-height: 1;
  justify-content: center;
  width: 140px;
}

.main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty .qtyminus, .main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty .qtyplus {
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  background: #F5F5F5;
}

.main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty .qtyminus {
  margin: 0 10px 0 0;
}

.main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty input {
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
  width: 50px;
}

.main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty button, .main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 18px;
}

.main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty .qtyminus, .main-cart-wrapper .table-responsive .table tbody tr td .quantity-basket .qty .qtyplus {
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  background: #F5F5F5;
  border: #f5f5f5;
}

.main-cart-wrapper .table-responsive .table tbody tr td .subtotal-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  display: inline-block;
  margin-left: 10px;
}

.main-cart-wrapper .cart-wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.main-cart-wrapper .cart-wrapper-footer form {
  border: 1px solid var(--border);
  padding: 0 8px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-cart-wrapper .cart-wrapper-footer form input {
  padding: 5px 5px;
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  outline: none;
  background: transparent;
  color: var(--text);
  height: 50px;
}

.main-cart-wrapper .cart-wrapper-footer form .theme-btn {
  border-radius: 6px;
  background-color: var(--theme);
  padding: 20px 24px;
  right: -33%;
  min-width: 80px;
  margin-left: 20px;
}

.main-cart-wrapper .cart-wrapper-footer .theme-btn {
  border-radius: 6px;
  background-color: var(--theme);
}

.main-cart-wrapper .cart-total {
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background: var(--white);
}

.main-cart-wrapper .cart-total .table thead tr th {
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.main-cart-wrapper .table-responsive .table tbody tr td {
  vertical-align: middle;
  padding: 20px 0;
}

.main-cart-wrapper .table-responsive .table thead tr th {
  font-size: 24px;
  font-weight: 600;
  color: var(--header);
  padding-bottom: 20px;
  padding-left: 0;
}

.main-cart-wrapper .cart-total .table tbody tr td .sub-title {
  color: #4F536C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.main-cart-wrapper .cart-total .table tbody tr td .sub-price {
  color: #012E4A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.main-cart-wrapper .table-responsive .table tbody tr td .sub-text {
  font-size: 14px;
  color: var(--header);
  font-weight: 500;
}

.main-cart-wrapper .cart-total .table tbody tr td .sub-price-total {
  color: #0088ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}

.main-cart-wrapper .table-responsive .theme-btn {
  border-radius: 43px;
  background-color: var(--theme);
  width: 100%;
}

/* Shop Details CSS */
.shop-details-wrapper .shop-details-image .shop-details-thumb {
  border-radius: 16px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  background: #F8F8F8;
  text-align: center;
  padding: 65px 40px;
}

.shop-details-wrapper .shop-details-image .shop-details-thumb .shop-detail-img {
  height: 400px;
}

/* .shop-details-wrapper .shop-details-content .title-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
} */

.shop-details-wrapper .shop-details-content .title-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
}

@media (max-width:768px){
    .shop-details-wrapper .shop-details-content .title-wrapper h2 {
      font-size: 20px;
    }
    
    .shop-details-wrapper .shop-details-image .shop-details-thumb .shop-detail-img {
      height: 400px;
      width: 100%;
    }
}

.shop-details-wrapper .shop-details-content .stock-check-text {
  color: #319af6;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}

.shop-details-wrapper .shop-details-content .star {
  margin-top: 12px;
  margin-bottom: 10px;
}

.shop-details-wrapper .shop-details-content .star a {
  color: var(--theme);
  font-size: 16px;
  font-weight: 600;
}

.shop-details-wrapper .shop-details-content .star span {
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
}

.shop-details-wrapper .shop-details-content p {
  font-weight: 500;
}

.shop-details-wrapper .shop-details-content .price-list h3 {
  font-size: 30px;
  color: #787878;
  font-weight: 700;
}

.shop-details-wrapper .shop-details-content .price-list h2 {
  font-size: 40px;
  color: var(--theme);
  font-weight: 700;
}

.shop-details-wrapper .shop-details-content .cart-wrapper {
  /* display: flex; */
  gap: 16px;
  margin-top: 20px;
  padding-bottom: 25px;
}

.shop-details-wrapper .shop-details-content .cart-wrapper .quantity-basket{
  width: 200px;
}

.shop-details-wrapper .shop-details-content .cart-wrapper .quantity-basket .qty {
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  padding: 11px 30px;
  border-radius: 100px;
  line-height: 1;
  justify-content: space-between;
}

.shop-details-wrapper .shop-details-content .cart-wrapper .quantity-basket .qty button, .shop-details-wrapper .shop-details-content .cart-wrapper .quantity-basket .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 22px;
}

.shop-details-wrapper .shop-details-content .cart-wrapper .quantity-basket .qty input {
  text-align: center;
  border-radius: 0;
  border: none;
  outline: none;
}

.shop-details-wrapper .shop-details-content .cart-wrapper .quantity-basket .qty button, .shop-details-wrapper .shop-details-content .cart-wrapper .quantity-basket .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 22px;
  border: none;
}

button{
  background-color: transparent;
  border: none;
  padding: 0;
}

.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn.style-2 {
  background-color: var(--bg);
  border: 1px solid var(--theme);
  color: var(--theme);
}


.shop-cart-button .buy-btn {
  background-color: rgb(0, 128, 81);
  padding: 20px 60px;
  color: white;
}

.shop-cart-button .cart-btn{
  background-color: var(--theme);
  padding: 20px 60px;
  color: white;
}

.shop-cart-button .buy-btn:hover{
  background-color: var(--bg);
  color: rgb(0, 128, 81);
  border: 2px solid rgb(0, 128, 81);
  transition: 0.6s ease-out;
}
.shop-cart-button .cart-btn:hover{
  background-color: var(--bg);
  color: var(--theme);
  border: 2px solid var(--theme);
  transition: 0.6s ease-out;
}

.shop-details-wrapper .shop-details-content .cart-wrapper .icon-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.shop-details-wrapper .shop-details-content .cart-wrapper .icon-box .icon {
  width: 49px;
  height: 49px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.shop-details-wrapper .shop-details-content .cart-wrapper .icon-box .icon-2 {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  color: var(--header);
  border: 1px solid rgba(79, 83, 108, 0.3);
}

.shop-details-bottom .category-box {
  border-radius: 16px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 10px;
  margin-top: 30px;
}

.shop-details-bottom .category-box .category-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  border-radius: 10px;
  background: rgba(248, 248, 248, 0.97);
  padding: 30px 25px;
}

.shop-details-bottom .category-box .category-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.shop-details-bottom .category-box .category-list ul li span {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  padding-right: 10px;
}

.shop-details-bottom .box-check {
  border-radius: 16px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 10px;
  margin-top: 30px;
}

.shop-details-bottom .box-check .check-list {
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: 10px;
  background: rgba(248, 248, 248, 0.97);
  padding: 30px 25px;
}

.shop-details-bottom .box-check .check-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.shop-details-bottom .box-check .check-list ul li {
  font-weight: 500;
}

.shop-details-bottom .box-check .check-list ul li i {
  color: var(--theme);
  margin-right: 10px;
}

.shop-details-wrapper .shop-details-image .nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.shop-details-wrapper .shop-details-image .nav .nav-item .nav-link {
  border-radius: 8px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  background: #F8F8F8;
  text-align: center;
  margin: 0 auto;
}

.shop-details-wrapper .shop-details-image .nav .nav-item .nav-link.active {
  border: 1px solid var(--theme);
}

.shop-details-wrapper .shop-details-content .social-icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
  position: relative;
  z-index: 9;
}

.shop-details-wrapper .single-tab .nav {
  justify-content: center;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}

.shop-details-wrapper .single-tab .nav .nav-link.active h6 {
  color: var(--theme);
  font-weight: 700;
}

.shop-details-wrapper .single-tab .nav .nav-link.active {
  position: relative;
}

.shop-details-wrapper .single-tab .nav .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme);
  transition: 0.3s;
}

/* Shop Default CSS */
.shop-default-wrapper .main-sidebar {
  margin-top: 50px;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget {
  background-color: var(--white);
  border: 0px;
  border-radius: 10px;
  padding: 0px;
  margin-bottom: 30px;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .wid-title h5 {
  position: relative;
  padding-bottom: 15px;
  border-image-slice: 2;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .wid-title h5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 83px;
  background: linear-gradient(90deg, var(--theme) 4.85%, rgba(1, 46, 74, 0) 96.39%);
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .search-input {
  width: 100%;
  height: 60px;
  padding: 16px 20px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #D0E1E7;
  background: #FFF;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .search-icon {
  position: absolute;
  right: 30px;
  cursor: pointer;
  color: #888;
  top: 20px;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .categories-list .nav-pills {
  display: block;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .categories-list .nav-pills .nav-item .nav-link {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid var(--border-3);
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  align-items: center;
  gap: 10px;
  color: var(--header);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  background-color: transparent;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .categories-list .nav-pills .nav-item .nav-link.active, .shop-default-wrapper .main-sidebar .single-sidebar-widget .categories-list .nav-pills .nav-item .nav-link:hover {
  background-color: var(--theme);
  color: var(--white);
}

.page-nav-wrap {
  margin-top: 50px;
}

.page-nav-wrap ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.page-nav-wrap ul li .previous {
  padding: 12px 16px;
  background-color: transparent;
  font-weight: 600;
  color: var(--header);
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  padding: 8px 19px;
  background: var(--bg);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: var(--header);
  border-radius: 4px;
}


.page-nav-wrap ul li .next {
  padding: 12px 16px;
  background-color: var(--theme);
  font-weight: 600;
  color: var(--white);
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .range__barcustom .price-input .filter-btn {
  padding: 8px 30px;
  background-color: var(--theme);
  color: var(--white);
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .range__barcustom .price-input .field {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 16%;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .range__barcustom .price-input .field span {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .range__barcustom .field input {
  height: 100%;
  outline: none;
  background: transparent;
  border: unset;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 0;
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color {
  font-weight: 600;
  color: var(--header);
}

.shop-default-wrapper .main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color .star {
  color: gold;
  margin-right: 5px;
}

.shop-box-items .book-thumb {
  background-color: var(--bg);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 292px;
}

.shop-box-items .book-thumb img {
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  object-fit: contain;
  margin-left: 30px;
}

.shop-box-items .shop-content .price-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.shop-box-items .shop-content .price-list li {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-top: 10px;
}

.shop-box-items .shop-content .price-list li:nth-child(2) i {
  color: #FFA900;
  margin-right: 8px;
}

.shop-box-items .shop-content .price-list li:nth-child(2) {
  font-weight: 600;
  color: var(--text);
}

.shop-box-items {
  margin-top: 40px;
}

.shop-button{
  margin-top: 20px;
}


@media (max-width: 575px) {

      .top-ratting-book-wrapper .top-ratting-box-items .book-thumb {
        max-width: 100%;
        width: 100%;
    }

     .shop-details-bottom .category-box .category-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .shop-details-wrapper .shop-details-content .social-icon {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shop-cart-button .buy-btn {
      /*padding: 20px 60px;*/
      width: 100% !important;
      margin-bottom: 10px;
    }
    
    .shop-cart-button .cart-btn{
      /*padding: 20px 60px;*/
      width: 100%;
      margin-bottom: 10px;
    }

      
  }
  
@media (max-width: 767px) {
  .top-ratting-book-wrapper .top-ratting-box-items {
      flex-wrap: wrap;
  }
}


  .product-image {
    width: 45%;
  }

  .book-card{
    margin-top: 40px;
    
  }

  .hero-1 {
    width: 100%;
  }

  

@media (max-width: 991px) {
    .section-title-area {
      display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .shop-details-wrapper .shop-details-content .cart-wrapper {
      display: flex;
      flex-direction: column;
    }

}


@media (max-width: 500px) {
    .header-1 .header-main .header-right {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .shop-details-bottom .box-check .check-list {
        gap: 20px;
        flex-wrap: wrap;
    }
}

/* Mz Styles */

.button{
    border: none;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 100px;
}

.button-small{
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0 10px;
    line-height: 1;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-button{
  background-color: var(--theme);
  color: white;
  width: 100%;
}
.primary-button:hover{
  background-color: var(--bg);
  color: var(--theme);
  border: 2px solid var(--theme);
  transition: 0.6s ease-out;
}

.primary-button-light{
  background-color: var(--bg);
  color: var(--theme);
}
.primary-button-light:hover{
  background-color: var(--theme);
  color: white;
  transition: 0.6s ease-out;
}


.product-card-main{
  border: none;
}

.product-card-main .card-header{
  border: none;
  background-color: white;
}

.product-card-main .card-header .product-card{
  border: none;
  background-color: white;
}

.product-card-main .card-header .product-card {
    background-color: #e4f3ff;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    height: 292px;
    /* width: 300px; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-card-main .card-header .product-card img{
    width: 90%;
    max-height: 250px;
  }

  .product-card-main .card-header .product-card-details{
    border-radius: 15px;
    padding: 20px;
    text-align: start;
    max-width: 300px;
    margin: auto;
    line-height: 170%;
  }
  .product-card-main .card-header .product-card-details h5{
    color: black;
  }

  /* .cart-btn-small{
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 5px;
    border-radius: 100px;
  } */


.product-card-main .card-body{
  border: none;
}

@media (max-width: 991px) { 
  .heart-icon{
      display: none;
    }
  .bag-icon{
    display: none;
  }
    
}


/* Submenu Positioning for Desktop */
@media (min-width: 768px) {
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -0.5rem;
        display: none;
    }

    .dropdown:hover > .dropdown-menu,
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}


/* Parent Dropdown Styling */
.secondary-navbar .navbar-nav .nav-link {
    font-weight: 500;
    color: #333;
    padding: 0.75rem 1rem;
    transition: color 0.3s ease;
}

.secondary-navbar .navbar-nav .nav-link:hover,
.secondary-navbar .navbar-nav .nav-link:focus {
    color: #0056b3;
}

/* Dropdown Menu Styling */
.secondary-navbar .dropdown-menu {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    min-width: 200px;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

/* Dropdown Items */
.secondary-navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    color: #555;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.secondary-navbar .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0056b3;
    border-bottom: 2px solid var(--theme);
}

/* Submenu Positioning */
.secondary-navbar .dropdown-submenu {
    position: relative;
}

.secondary-navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.5rem;
    display: none; /* Hide by default */
    position: absolute;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Optional Arrow Indicator for Submenus */
.secondary-navbar .dropdown-submenu > .dropdown-toggle::after {
    transform: rotate(-90deg);
    float: right;
    margin-top: 0.2rem;
}

/* Mobile Fixes */
@media (max-width: 992px) {
    .secondary-navbar .dropdown-submenu > .dropdown-menu {
        position: relative;
        left: 0;
        margin-top: 0;
    }

    .secondary-navbar .dropdown-submenu:hover > .dropdown-menu {
        display: block; /* Keep showing in mobile menu */
    }
}




/* Offcanvas Container */
.mobile-secondary-nav .offcanvas {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Offcanvas Header */
.mobile-secondary-nav .offcanvas-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem;
}

.mobile-secondary-nav .offcanvas-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #333;
}

.mobile-secondary-nav .btn-close {
    font-size: 1.2rem;
    opacity: 0.7;
}

.mobile-secondary-nav .btn-close:hover {
    opacity: 1;
}

/* Accordion Item Styling */
.mobile-secondary-nav .accordion-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
}

.mobile-secondary-nav .accordion-button {
    background-color: transparent;
    font-weight: 500;
    color: #333;
    padding: 0.75rem 1rem;
    transition: background-color 0.3s ease;
}

.mobile-secondary-nav .accordion-button.collapsed {
    background-color: transparent;
}

.mobile-secondary-nav .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #0056b3;
}

.mobile-secondary-nav .accordion-button:hover {
    background-color: #f8f9fa;
}

/* Accordion Body Styling */
.mobile-secondary-nav .accordion-body {
    padding: 0.75rem 1rem;
}

/* List Styling Inside Accordion */
.mobile-secondary-nav .accordion-body ul {
    padding-left: 0;
    margin-bottom: 0;
}

.mobile-secondary-nav .accordion-body li {
    margin-bottom: 0.5rem;
}

/* Category Buttons Inside Accordion */
.mobile-secondary-nav .subcategory-toggle {
    color: #333;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.mobile-secondary-nav .subcategory-toggle:hover {
    color: #0056b3;
    text-decoration: none;
}

/* Subcategory List Styling */
.mobile-secondary-nav .ms-3 {
    margin-left: 1rem !important;
}

.mobile-secondary-nav .nav-link {
    color: #555;
    font-size: 0.95rem;
    padding: 0.25rem 0;
    display: block;
    transition: color 0.3s ease;
}

.mobile-secondary-nav .nav-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.no-toggle-icon::after {
    display: none !important;
}


.counter-section .sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.counter-section .fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  position: relative;
}

.counter-section .headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.counter-section .projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


.counter-section #projectFacts .fullWidth{
  padding: 0;
}

.counter-section .projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.counter-section .projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.counter-section .projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.counter-section .projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.counter-section .projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.counter-section .projectFactsWrap .item p.number{
  font-size: 50px;
  padding: 0;
  font-weight: bold;
  margin: 20px 0;
}

.counter-section .projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  margin: 0;
  padding: 10px;
  margin: 20px 0;
}


.counter-section .projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.counter-section .projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.counter-section .projectFactsWrap .item:hover i, .counter-section .projectFactsWrap .item:hover p{
  color: white;
}

.counter-section .projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .counter-section .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


@media screen and (min-width: 576px) {
    .review-carousel-inner {
      display: flex;
      /* width: 90%; */
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .review-carousel-item {
      display: block;
      margin-right: 0;
      margin-bottom: 20px;
    }
  }

  @media screen and (min-width: 768px) {
    .review-carousel-item {
      display: block;
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
  .review-carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .review-carousel-control-prev,
  .review-carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .review-carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .review-carousel-inner {
    padding: 1em;
  }

  .review-carousel-item .card {
  background: rgb(255, 255, 255);
}

/*.review-carousel-item .card .card-body {*/
/*    height: 250px;*/
/*}*/


 .whatsapp-fab {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
    background-color: #25D366;
    color: white;
    border-top-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.whatsapp-fab:hover {
    background-color: #1ebe5d;
}

.cart-link {
    position: relative;
    display: inline-block;
    color: grey;
}

.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-color: yellow;
    color: black;
    border-radius: 2px;
    padding: 4px 4px;
    font-size: 10px;
    line-height: 1;
    min-width: 16px;
    text-align: center;
}

  