
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

html {
    scroll-behavior: smooth;
}


body{
	 font-family: "Google Sans", sans-serif;
}




:root{
	--primary-color:rgb(33, 72, 87);
   --urm-bg:#f2f2f2;
      --urm-card:#ffffff;
      --urm-text:#111111;
      --urm-muted:#4f4f4f;
      --urm-green:#0d5d4f;
      --urm-border:#e5e5e5;
      --urm-shadow:0 10px 30px rgba(0,0,0,0.06);
      --urm-radius-xl:22px;
      --urm-radius-lg:18px;
      --urm-radius-md:14px;}

.webLogo img {
	    width: 110px;
}


p{
	    font-size: 18px;
}

.navigationsMenu ul{
	display: flex;
	align-content: center;
	gap: 10px;
	margin-bottom: 0px;
	flex-wrap: wrap;
	list-style: none;
}

.navigationsMenu li a{
	color: #000;
	text-decoration: none;
	padding: 10px 15px;
	font-weight: 500;
	transition: 0.2s;
}

.navigationsMenu li a:hover{
	color: var(--primary-color);
	transition: 0.2s;
}

.navigationsMenu li.active a{
	color: var(--primary-color);
}

.default-btn{
	background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 6px;
    transition: 0.2s;
}

.default-btn:hover{
	    transform: translateY(-5px);
	    color: #fff;
	    transition: 0.2s;
}


/*-herosection*/

.heroContentBox h1{
	        font-size: 2.5rem;
    font-weight: 700;
    position: relative;
        padding-bottom: 5px;
}


.heroContentBox h1:before{
	content: "";
    position: absolute;
    bottom: 0;
    width: 90px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 10px;
    left: -170px;
    right: 0;
    margin: auto;
}


.heroContentBox h1:after{
	    content: "";
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0px;
    left: -130px;
    right: 0;
    margin: auto;
}


.productsearchbox input{
	box-shadow: none !important;
	border: 0px !important;
}

.heroSearchBox{
	    border: 1px solid #000;
    border-radius: 7px;
    padding: 5px 0px;
        background-color: #fff;
}

#hero-section{
	    padding-top: 50px;
    padding-bottom: 50px;
}


.productsearchbox {
    display: flex;
    align-items: center;
    padding-left: 5px;
    color: #a3a3a3;
    width: 100%;
    padding-right: 10px;
}

.heroSearchBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}



.heroSearchBox button{
	    border: 0px;
    background-color: #f85929;
    color: #fff;
    font-size: 14px;
    padding: 8px 40px;
    border-radius: 3px;
}


.herobOXimage img{
	    border-radius: 20px;
}

 .stats-box {
          display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px;
    padding-top: 14px;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-top: 10px;
    }
    .stats-icon {
       font-size: 27px;
    color: #1b1b1b;
    margin-right: 1px;
    }
    .stats-number {
        font-size: 18px;
        font-weight: 700;
        color: #1b1b1b;
        margin: 0;
    }
    .stats-label {
        font-size: 12px;
        color: #6c757d;
        margin: 0;
    }


#hero-section {
position: relative;
    z-index: 1;
    background-color: #214857;
}

#hero-section::before {
     content: "";
    position: absolute;
    top: 29%;
    left: 45%;
    width: 180px;
    height: 180px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgb(180 100 255) 0%, rgba(200, 120, 255, 0.25) 30%, rgba(255, 255, 255, 0) 70%);
    filter: blur(31px);
    z-index: -1;
}


#hero-section .container{
	position: relative;
	z-index: 2;
}


section#aboutSection , #categoriesSection {
    padding-top: 50px;
    padding-bottom: 50px;
}

.AboutUsContent h2{
        font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.AboutUsContent p{
    text-align: justify;
}

.aboutImage img{
    border-radius: 15px;
}

#categoriesSection{
    background-color: #eee;
}

.categoryHeader h3{
    font-size: 30px;
    font-weight: 700;
}

.categoryHeader h3 span{
    color: var(--primary-color);
}

.categoryrideBox{
        background-color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        margin: auto;
}

.categoryrideBox img{
           width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    /* padding: 4px; */
}

.categoryslider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}


/*.categoryslider div.swiper-wrapper {*/
/*    padding-bottom: 30px;*/
/*}*/


.categoryslider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}




 .app-box {
            background: #0f1a2b;
            border-radius: 35px;
            padding: 0px 50px;
            position: relative;
            overflow: hidden;
        }

        .qr-img {
            width: 110px;
            height: 110px;
            border-radius: 10px;
            background: white;
            padding: 5px;
        }

        .green-bg-circle {
               width: 450px;
    height: 450px;
    background: radial-gradient(circle, #9cd88f, #5ca965);
    border-radius: 50%;
    position: absolute;
    right: 8%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.85;
    bottom: -65%;
        }

        .phone-img {
            width: 270px;
            z-index: 2;
            position: relative;
            border-radius: 35px;
        }

        .dots {
            position: absolute;
            top: 40px;
            right: 40px;
            z-index: 0;
            opacity: 0.4;
        }
        .dots span {
            width: 8px;
            height: 8px;
            background: #ffffff;
            opacity: 0.6;
            margin: 6px;
            display: inline-block;
            border-radius: 50%;
        }


        .reels-section {
  margin-top: 20px;
  width: 100%;
}

/* Full screen reel swipe */
.reelsSwiper {
  width: 100%;
  height: 90vh;
  border-radius: 10px;
  overflow: hidden;
}

.reel-slide {
  display: flex;
  align-items: start;
  justify-content: center;
  background: #000;
}

.reel-video, .reel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Thumbnail slider */
.thumbSwiper {
  margin-top: 10px;
  height: 110px;
}

.thumb-slide {
  width: 90px !important;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}

.thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-slide-thumb-active {
  border-color: orange;
}




.reels-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Main vertical reel swiper */
.reelsSwiper {
  width: 100%;
  height: 100vh;
}

.reel-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: start;
}

/* Video & Image full cover */
.reel-video,
.reel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Custom Play Button */
.reel-play-btn {
  position: absolute;
  font-size: 70px;
  color: #fff;
  z-index: 10;
  display: none;
  pointer-events: none;
  opacity: 0.8;
}



/* REELS WRAPPER */
.reels-section {
  width: 100%;
  height: calc(100vh - 60px); /* bottom bar space */
  overflow: hidden;
  margin-top: 0;
}

/* MAIN SWIPER */
.reelsSwiper {
  width: 100%;
  height: 100%;
}

.reel-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

/* FULL SCREEN VIDEO & IMAGE */
.reel-video,
.reel-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
    background: #000;       /* black borders like reels */
}

/* CUSTOM PLAY ICON */
.reel-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: white;
  opacity: 0.9;
  display: none;
  pointer-events: none;
}

/* BOTTOM FIXED ICON BAR */
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #ddd;
  z-index: 9999;
}

.bottom-bar a {
      font-size: 13px;
    color: #000;
    text-decoration: none;
    width: 25%;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}

.bottom-bar i {
  display: block;
  font-size: 22px;
  margin-bottom: 2px;
      width: 100%;
}

.bottom-bar a:nth-child(1) {
  background: #FF5722;
  color: #fff;
  padding: 12px 0;
}

.bottom-bar a:nth-child(2) {
  background: #FFA726;
  color: #fff;
  padding: 12px 0;
}

.bottom-bar a:nth-child(3) {
  background: #E040FB;
  color: #fff;
  padding: 12px 0;
}

.bottom-bar a:nth-child(4) {
  background: #651FFF;
  color: #fff;
  padding: 12px 0;
}



.skip-anim {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 8px 22px;
  border-radius: 12px;
  font-size: 20px;
  animation: fadeOut 0.5s ease-out;
}

@keyframes fadeOut {
  from { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  to   { opacity: 0; transform: translate(-50%, -60%) scale(1.3); }
}



.enquiry-box {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  box-shadow: 0 10px 35px rgba(0,0,0,0.18);
}

.enquiry-box .modal-header {
  background: linear-gradient(45deg, #FF5722, #FF9800);
  color: #fff;
  border-bottom: none;
}

.enquiry-box .modal-body {
  padding: 25px 20px;
}

.enquiry-box .form-control {
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #ddd;
}

.enquiry-box .form-control:focus {
  border-color: #FF5722;
  box-shadow: 0 0 0 0.15rem rgba(255, 87, 34, .3);
}


.default-btn:hover {
  background: #E64A19;
}



/* Full Page Layout */
.register-wrapper {
  height: 90vh;
  display: flex;
  overflow: hidden;
}

/* LEFT SIDE FORM */
.register-left {
  width: 45%;
  padding: 60px 20px;
  background: #fff;
  /*overflow-y: auto;*/
}

.register-left h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.register-left p {
  color: #666;
  margin-bottom: 30px;
  font-size: 15px;
}

/* Input Fields */
.register-left .form-control {
  border-radius: 12px;
  padding: 12px;
}

.register-left .form-control:focus {
     border-color: #214857;
    box-shadow: 0 0 0 0.15rem rgb(33 72 87 / 14%);
}


/* Google/Facebook Buttons */
.social-btn {
  width: 100%;
  padding: 11px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-weight: 600;
  margin-top: 12px;
  background: #fff;
}

/* RIGHT SIDE IMAGE/VIDEO SECTION */
.register-right {
  width: 55%;
  position: relative;
  overflow: hidden;
}

.register-right img,
.register-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark Gradient Overlay */
@media(min-width: 992px){
    .register-right::after {
  content: "";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
}
}

/* Bottom Content Box */
.bottom-info {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: rgb(255 255 255);
    padding: 20px;
    border-radius: 15px;
    width: 340px;
    color: #000000;
}

.bottom-info h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.bottom-info p {
  font-size: 14px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .register-wrapper {
    flex-direction: column;
    /*height: auto;*/
  }
  .register-left, .register-right {
    width: 100%;
    height: auto;
  }
  .register-right {
    height: 350px;
  }
}



.bg-primary{
    background-color: #214857 !important;
}

@media(max-width: 991px){
    .register-left {
    padding: 30px 15px;
}
}


button.register-btn.default-btn.btn-white.btn.d-block.w-100
 {
    background-color: #fff;
    color: #000 !important;
}



@media (max-width: 575px) {
    .register-right {
        height: 180px;
        display: none;
    }
}


/*-responsive menu*/
/* MENU ICON */
.menuopenButton {
  width: 30px;
  cursor: pointer;
  display: none;
}

.menuopenButton span {
  display: block;
  height: 3px;
  background: #000;
  margin: 5px 0;
  transition: 0.3s;
}

/* ACTIVE (CLOSE ICON) */
.menuopenButton.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menuopenButton.active span:nth-child(2) {
  opacity: 0;
}

.menuopenButton.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

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

  .menuopenButton {
    display: block;
  }

  .navigationsMenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 62px;
    background-color: #fff;
    display: none;
  }

  .navigationsMenu.active {
    display: block;
    z-index: 1111;
  }

  .navigationsMenu ul {
    display: grid;
    gap: 5px;
    padding: 20px 0;
    list-style: none;
    /*text-align: center;*/
  }

  .navbar {
    position: unset;
  }
  .navigationsMenu li a{
        width: 100%;
    display: block;
  }
}

.AuthButton {
    display: flex;
    align-items: center;
    gap: 21px;
}

#servicesection{
  background-color: #eee;
}

.service_box{
  width: 20%;
      text-align: center;
          padding: 10px;
          height: 100%;
}

.services_boxes {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
        flex-wrap: wrap;
}
.services_boxes img{
      width: 90px;
}

.serviceBoxParent{
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #998484;
    min-height: 200px;
}

.serviceBoxParent p{
  margin-bottom: 0px;
}

#servicesection{
  padding-top: 50px;
  padding-bottom: 50px;
}


@media(max-width: 991px){
.service_box {
    width: 25%;
    text-align: center;
    padding: 10px;
    height: 100%;
}
.service_box .serviceBoxParent{
    min-height: 200px;

}
}

@media(max-width: 767px){
      .service_box {
        width: 50%;
}
}



@media(max-width: 575px){
      .service_box {
        width: 50%;
}
.services_boxes img {
    width: 70px;
}
.serviceBoxParent p {
    margin-bottom: 0px;
    font-size: 15px;
}
    .service_box .serviceBoxParent {
        min-height: 190px;
    }
}


#borsection{
  padding-top: 50px;
  padding-bottom: 50px;
}


/*-testimonials*/


.testimonials-section {
    padding: 50px 0;
    background: #fff;
    padding-top: 0px;
}

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

.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
 height: 100%;
    border: 1px solid #eee;
}

.stars {
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px dashed #ffb400;
    padding: 2px;
}

.user h4 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}

.user span {
    font-size: 13px;
    color: #999;
}

.quote {
    font-size: 40px;
    color: #000;
    opacity: 0.2;
}

/* Swiper arrows */
.testimonialsSwiper .swiper-button-next,
.testimonialsSwiper .swiper-button-prev {
    color: #ff9800;
}



.instagram-section {
     padding: 0px 0;
    background: #fff;
    padding-top: 0px;
}

.insta-header {
    text-align: center;
    margin-bottom: 40px;
}

.insta-icon {
    font-size: 28px;
    color: #e1306c;
    margin-bottom: 10px;
}

.insta-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.insta-header p {
    color: #777;
    font-size: 15px;
}

.insta-post {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.insta-post img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.insta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: 0.3s ease;
}

.insta-overlay span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.insta-post:hover .insta-overlay {
    opacity: 1;
}

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

.insta-btn a {
    padding: 12px 28px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.insta-btn a:hover {
    background: #000;
    color: #fff;
}



.testimonialsSwiper .swiper-wrapper{
  padding-bottom: 20px;
}



.footer {
  font-size: 0.95rem;
}

.footer h6 {
  letter-spacing: 0.04em;
  color: #111827;
}

.footer .footer-links a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0;
    transition: color 0.2s ease, transform 0.2s ease;
    margin-bottom: 5px;
}

.footer .footer-links a:hover {
  color: var(--primary-color);
  transform: translateX(2px);
}

.footer .app-badge {
 max-width: 160px;
    min-width: 160px;
}

.footer .social-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.footer .social-icon i {
  font-size: 1rem;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .footer {
    text-align: left;
  }

  .footer .app-badge {
    max-width: 140px;
  }
}


.rrbox{
      color: #f85929 !important;
    background-color: #fff;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100%;
}



/*--website-complete-responsive-mobile*/

@media(max-width: 991px){
  .heroContentBox h1{
        font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
  }
    .heroContentBox p {
        font-size: 15px;
    }
    .stats-box {
    background-color: #fff;
    margin: 5px 0px;
    padding: 15px;
    border: 1px solid #b7b7b7;
            border-radius: 15px;
}
.heroContentBox .row{
        gap: 0px;
        --bs-gutter-y: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
}

.AboutUsContent h2 {
    font-size: 2rem;
    padding-bottom: 0px;
  }

  .AboutUsContent p {
    font-size: 15px;
  }
  p{
    font-size: 15px;
  }
    .app-box {
    background: #0f1a2b;
    border-radius: 0px;
    padding: 35px 10px;
    position: relative;
    overflow: hidden;
}
.app-download-section{
  padding-top: 0px !important;
}
}


.otp-box {
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid #ccc;
  outline: none;
  transition: all 0.2s ease;
}

.otp-box:focus {
 border-color: #214857;
    box-shadow: 0 0 5px #214857;
}

.otp-section {
  animation: slideDown 0.4s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.register-wrapper{
      background-color: #fff !important;
}

.register-wrapper-new{
  height: auto;
}

.register-wrapper-new .register-left{
  height: auto;
  /*background-color: #214857;*/
}

.text-primary{
  color: var(--primary-color) !important;
}

input:-internal-autofill-selected{
      appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: fieldtext !important;
}


@media (max-width: 500px) {
header .default-btn {
        background-color: var(--primary-color);
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 6px;
        transition: 0.2s;
    }

        .webLogo img {
            width: 80px;
        }

   .reel-video,
   .reel-image{
      object-fit: cover;
      height: 81vh;
   }

}

#categoryShopSelection {
    padding-top: 20px;
    background-color: #000;
}


#categoryShopSelection .categoryrideBox {
       background-color: #fff;
    width: 70px;
    height: 70px;
    border: 3px solid #fd5db5;
  }


 #categoryShopSelection .categoryrideBox img {
    width: 40px;
}
 #categoryShopSelection .categoryBox p {
        font-size: 13px;
    color: #ff63b8;
    font-weight: 800;
}

#categoryShopSelection .swiper-wrapper{
      padding-bottom: 25px;
}

.filter-sidebar{
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: none;
    padding: 0px;
    border: 0px !important
}


.filter-title{
font-weight:600;
font-size:18px;
margin-bottom:15px;
}


/* Checkbox style */
.filter-check{
display:flex;
align-items:center;
gap:10px;
cursor:pointer;
margin-bottom:10px;
}
.filter-check input{
display:none;
}
.filter-check span{
position:relative;
width:18px;
height:18px;
border:2px solid #ccc;
border-radius:4px;
transition:.3s;
}
.filter-check input:checked + span{
    background: #214857;
    border-color: #214857;
}
.filter-check input:checked + span::after{
content:"";
position:absolute;
top:2px;left:5px;
width:4px;height:8px;
border:2px solid #fff;
border-top:none;border-left:none;
transform:rotate(45deg);
}


/* Color checkbox */
.color-check{
display:inline-flex;
margin:5px;
}
.color-check input{display:none;}
.color-check span{
width:26px;height:26px;
border-radius:50%;
border:2px solid #ddd;
transition:.3s;
cursor:pointer;
}
.color-check input:checked + span{
transform:scale(1.15);
border-color:#000;
box-shadow:0 0 0 3px rgba(0,0,0,.15);
}



.filter-sidebar .accordion-item button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    padding: 0px 0px;
    background-color: #fff;
    border: 0px !important;
    box-shadow: none;
}


.filter-sidebar .accordion-item {
    border: 0px !important;
    padding: 11px 0px;
}

.filter-sidebar .accordion-button:not(.collapsed){
  color: #000;
}


.filter-sidebar .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    fill: red !important;
}

.filter-sidebar .accordion-body {
    padding: 1rem 1.25rem;
    padding-left: 10px !important;
}

div#productSidebar {
     border: 0px;
    border-radius: 0px;
    margin-top: 0px;
  }

@media(max-width: 767px){


.product-sidebar-box h6{
  color: #fff;
}
}

div#product-main-box {
    border: 1px solid #eee;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.product-image-box img{
      border-radius: 10px;
}

.product-title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px !important;
    color: #585454;
    font-weight: 400;
}

.product-price-box .price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}


.product-price-box .cutprice {
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 5px;
}


.product-price-box .offprice {
 background-color: #f08a03;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 24px;
    position: absolute;
    top: 25px;
    left: 25px;
}
.product-box{
   position: relative;
}


.product-rating-box {
    position: absolute;
    top: 60px;
    width: 80px;
    background-color: #fff;
    left: 25px;
    padding: 4px;
    text-align: center;
    border-radius: 30px;
}

.action-buy{
      background-color: var(--primary-color);
      color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 10px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 25px;
}

.action-buy:hover{
    background-color: #16353f;
    color: #fff;
}

.product-title:hover{
    color: var(--primary-color);
}


div#product-main-box {
    min-height: 510px;
}

@media(max-width: 575px){
    div#product-main-box {
        min-height: 350px;
    }
}

.breadcumpcustom ul{
      margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 5px;
    min-width: max-content;
}

.breadcumpcustom ul a{
        color: #000 !important;
    text-decoration: none;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}

.bg-light-1{
  background-color: #ececf1;
}

.breadcumpcustom ul a i{
        font-size: 12px;
    position: relative;
    top: 1px;
}


.hideScrollbar{
    overflow: auto;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE & Edge */
}

.hideScrollbar::-webkit-scrollbar{
    display: none;              /* Chrome, Safari */
}


.userDashboard a.mainbutton{
   text-decoration: none;
    color: #1b1b1b;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dddddd57;
    border-radius: 100%;
}

.userDashboard a.mainbutton:hover{
    background-color: var(--primary-color);
    color: #fff;
    transition: 0.2s;
}

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

.user-offcanvas-body li a{
      width: 100%;
    height: 100%;
    border-radius: 0px;
    display: flex;
    background-color: transparent;
    justify-content: left;
        padding: 5px 0px;
        color: #000 ;
            font-size: 15px;
}

.user-offcanvas-body li a:hover{
    background-color: transparent;
    transition: 0.2s;
        color: #000;
}

.user-offcanvas-body .list-group-item:hover {
    background-color: #eeeeee4f;
}


.user-offcanvas-body{
  padding: 15px;
  /* max-height: calc(100vh - 160px); */
  overflow-y: auto;
}

.cart-item{
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.cart-img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eee;
}

.quantity-box{
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.qty-btn{
  background: #f8f9fa;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
}

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

.cart-footer{
  position: sticky;
  bottom: 0;
  background: #fff;
}

.deletebuttoncart {
    color: #fff !important;
    background-color: #dc3545 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px !important;
}


.cart-footer a {
    width: 50%;
    background-color: var(--primary-color) !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border-color: #ffffff;
}


.user-offcanvas-body .list-group-item:hover {
    background-color: var(--bs-orange);
    color: #fff !important;
}

.user-offcanvas-body .list-group-item:hover a{
  color: #fff;
}


.clean-header{
  /* background:#f7f7f7; */
  border-bottom:1px solid #e5e5e5;
  padding:10px 0;
}

.header-inner{
  max-width:100%;
  margin:auto;
  padding:0 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}

/* Left */
.header-left{
  display:flex;
  align-items:center;
  gap:10px;
}

.menu-btn{
  border:none;
  background:#fff;
  width:40px;
  height:40px;
  border-radius:8px;
  box-shadow:0 1px 4px rgba(0,0,0,0.08);
  font-size:20px;
}

.brand{
  font-size:26px;
  font-weight:700;
  letter-spacing:-1px;
}

/* Search */
.header-search{
  flex:1;
      border: 1px solid #00000026;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  padding:10px 15px;
  border-radius:10px;
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
  z-index: 111;
}

.header-search i{
  color:#999;
}

.header-search input{
  border:none;
  outline:none;
  width:100%;
  font-size:14px;
}

/* Right */
.header-right{
  display:flex;
  align-items:center;
  gap:15px;
}

.login-link{
  text-decoration:none;
  color:#555;
  font-weight:500;
}

.signup-btn{
     text-decoration: none;
    background: #111;
    color: #fff !important;
    padding: 8px 21px;
    border-radius: 20px;
    font-size: 14px;
}

.cartbutton a{
  position:relative;
  font-size:30px;
  color:#555;
}

.cartbutton svg{
  width:25px;
}


.cartbutton .cartcount{
         position: absolute;
    top: -4px;
    right: -14px;
    background-color: red;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
}

.dark-navbar{
      background-color: #111111;
}

.dark-navbar .navigationsMenu li.active a {
    color: rgb(247 83 33);
}

.dark-navbar  .navigationsMenu li a {
    color: #ffffff ;
    text-decoration: none;
    padding: 18px 15px;
    font-weight: 500;
    transition: 0.2s;
}


@media(max-width: 991px){
  .clean-header{
       padding-bottom: 73px;
    position: relative;
  }
  .header-search{
        position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
  }
}

.usericonheader a svg{
       position: relative;
    font-size: 10px;
    background-color: #fe5b27;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    color: #fff;
    margin-left: 5px;
    padding: 9px;
}

.usericonheader a{
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    margin-left: 15px;
    gap: 5px;
}

.usericonheader a svg{
  width: 18px;
}


.category-offcanvas {
  width: 320px;
}

.category-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-menu li {
  border-bottom: 1px solid #eee;
}

.category-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  background: #fff;
}

.category-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.category-item span {
  flex-grow: 1;
  font-weight: 500;
}

.category-item:hover {
  background: #f8f9fa;
}

.arrow {
  transition: transform 0.3s ease;
}

/* Sub Category */
.subcategory {
  list-style: none;
  padding-left: 60px;
  display: none;
  background: #fafafa;
      background: #fafafa;
padding-left: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.subcategory li {
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
}

.serviceslisthome li a{
        padding: 10px 10px;
      display: block;
    width: 100%;
}

.serviceslisthome li a .rightarrow{
    float:right;
}

.subcategory li:hover {
  color: var(--primary-color);
}

/* Active */
.category-item.active .arrow {
  transform: rotate(90deg);
}


.main-offcanvas {
  width: 320px;
}

/* WEBSITE MENU */
.web-menu,
.sub-menu,
.category-menu,
.subcategory {
  list-style: none;
  margin: 0;
  padding: 0;
}

.web-menu li {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.web-menu a {
  text-decoration: none;
  color: #000;
  display: block;
    width: 100%;
}

.web-menu .has-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sub-menu {
  display: none;
  padding-left: 20px;
  background: #f9f9f9;
}

.sub-menu li {
  padding: 10px 0;
  font-size: 14px;
}

/* DIVIDER */
.menu-divider {
  padding: 10px 16px;
  font-size: 13px;
  color: #6c757d;
  background: #f1f1f1;
  text-transform: uppercase;
}

/* CATEGORY MENU */
.category-menu li {
  border-bottom: 1px solid #eee;
}

.category-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
}

.category-item img {
  width: 34px;
  height: 34px;
}

.category-item span {
  flex-grow: 1;
  font-weight: 500;
}

.category-item:hover {
  background: #f8f9fa;
}

.arrow {
  transition: transform 0.3s ease;
}

/* SUB CATEGORY */
.subcategory {
  display: none;
  padding-left: 60px;
  background: #fafafa;
}

.subcategory li {
  padding: 10px 0;
  font-size: 14px;
  cursor: pointer;
}

.subcategory li:hover {
  color: var(--primary-color);
}

.category-item.active .arrow {
  transform: rotate(90deg);
}


.web-menu  li{
      padding: 0px;
}


@media(min-width: 992px){
 .product-image-box img{
      min-height: 350px;
              max-height: 350px;
 }
}

@media(max-width: 991px){
 .product-image-box img{
      min-height: 300px;
      max-height: 300px;
 }
}


@media (max-width: 575px) {
    .product-image-box img {
        min-height: 180px;
        max-height: 180px;
    }
}

.cartbutton button{
  background-color: #fe5b27;
    color: #fff;
    margin-bottom: 12px;
    border: 0px;
    padding: 10px 0px;
    border-radius: 27px;
}

.specTable tr td {
                    position: relative;
                }
                .stock-badge {
                    display: inline-block;
                    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
                    color: white;
                    padding: 4px 12px;
                    border-radius: 20px;
                    font-size: 13px;
                    font-weight: 600;
                    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
                }
                .stock-count {
                    background: #ecfdf5;
                    color: #059669;
                    padding: 2px 8px;
                    border-radius: 4px;
                    font-weight: 600;
                    margin-left: 8px;
                }


                .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #f08a03;
    border-color: #f08a03;
}

.cartpriceboxman{
      font-size: 12px;
    color: #000000 !important;
    font-weight: 700;
}


@media(max-width: 575px){
  .reel-video,
.reel-image {
  /* object-fit: cover;  */
          height: 85vh;
}
}

.bg-lightprimary{
  background-color: #f5faff !important;
}

.ordersummarylists img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.ordersummarylists h5{
      font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #585454;
}

.ordersummarylists p{
      font-size: 14px;
    color: #777777;
    margin-bottom: 0px;
}

.ordersummarylists ul li{
      display: flex;
    align-items: center;
    gap: 20px;
        display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
        margin-bottom: 10px;
}

.ordersummarylists .productdetails{
      display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.ordersummarylists .productdetails p.pricetext{
  font-size: 14px;
    background-color: #fe5b27;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px 0px 15px 0px;
}

.ordersummarylists ul{
      max-height: 240px;
    overflow-y: auto;
}

.pricesummarycheckout h4.heading {
    margin-bottom: 0px;
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.pricesummarycheckout{
  border-radius: 8px;
  /* min-height: 49%; */
}
.pricesummarycheckout .bodybox{
   padding: 10px 20px;
       display: grid;
    gap: 15px;
        border-bottom: 1px solid #eee;
}

.flexboxcheckout h4{
      font-size: 16px;
    font-weight: 200;
}

.flexboxcheckout p{
      font-size: 14px;
    font-weight: 200;
    margin-bottom: 0px;
}

.flexboxcheckout{
      display: flex;
    align-items: center;
    justify-content: space-between;
}

.totalamountbox h4{
      font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.totalamountbox p{
      font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

.flexboxcheckout.totalamountbox{
  border-bottom: 1px dotted #ccc;
}
.paymentmethosselect{
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}

.checkoutpaddingbox{
  padding: 10px 20px;
}
.paymentmethosselect h4.heading{
  margin-bottom: 0px;
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}


    .paymentsummarysection .payment-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.paymentsummarysection .payment-box h4 {
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 18px;
}

.paymentsummarysection .payment-option {
  margin-bottom: 12px;
}

.paymentsummarysection .payment-option input {
  display: none;
}

.paymentsummarysection .payment-option label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.paymentsummarysection .payment-option input:checked + label {
 border-color: #fe5b27;
    background: #fe5b270d;
}

.paymentsummarysection .title {
  font-size: 15px;
  font-weight: 600;
}

.paymentsummarysection .sub {
  display: block;
  font-size: 12px;
  color: #777;
}

.paymentsummarysection .badge {
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.paymentsummarysection .badge.warning {
  background: #fff3cd;
  color: #856404;
}

.paymentsummarysection .badge.danger {
  background: #f8d7da;
  color: #842029;
}

.paymentsummarysection .badge.success {
  background: #d1e7dd;
  color: #0f5132;
}

.paymentsummarysection .payment-info {
      margin-top: 15px;
    border-top: 1px dashed #ddd;
    background-color: #000000;
    color: #fff;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
#checkoutbuttn {
        background-color: #ffffff;
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#checkoutbuttn button{
     border: 0px;
    background-color: #fe5b27;
    padding: 14px 20px;
    color: #fff;
    box-shadow: -2px -1px 11px rgb(0 0 0 / 30%);
}

.payment-info p{
      margin-bottom: 0px;
    font-size: 13px;
}

.buy-now-loader {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff6a00;
  font-weight: 600;
}

.add-to-cart-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


@media(max-width: 575px){
 #checkoutbuttn{
  display: grid;
  gap: 15px;
    justify-content: center;
}
}

.colorCircle.active {
    outline: 2px solid #000;
}

.sizeBox.active {
    background: #000;
    color: #fff;
}



.ordertypefilterBox {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.filter-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.filter-group {
    margin-bottom: 18px;
}

.filter-heading {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

/* CUSTOM CHECKBOX */
.custom-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    cursor: pointer;
    user-select: none;
}

.custom-check input {
    display: none;
}

.custom-check .checkmark {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #cfd6e1;
    position: relative;
    transition: all 0.2s ease;
}

.custom-check input:checked + .checkmark {
       background: #fe5b27;
    border-color: #fe5b27;
}

.custom-check input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-check:hover .checkmark {
    border-color: #fe5b27;
}



.order-search {
    display: flex;
    gap: 10px;
}

.order-search input {
    flex: 1;
}

.order-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    display: grid;
    grid-template-columns: 90px 1fr 120px 220px;
    gap: 16px;
    align-items: center;
    margin-bottom: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.order-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.product-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.product-meta {
    font-size: 13px;
    color: #777;
}

.order-price {
    font-weight: 600;
    font-size: 15px;
}

.order-status {
    font-size: 13px;
}

.status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.status.delivered {
    color: #1a9b38;
}

.order-status small {
    display: block;
    color: #666;
    margin: 4px 0;
}

.review-link {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.review-link i {
    color: var(--primary-color);
}


@media (max-width: 768px) {
    .order-card {
        grid-template-columns: 80px 1fr;
        gap: 12px;
    }

    .order-price {
        grid-column: 2 / 3;
        font-size: 14px;
    }

    .order-status {
        grid-column: 1 / -1;
        margin-top: 6px;
    }

    .order-search {
        flex-direction: column;
    }
}

.order-search .btn-primary{
       background-color: rgb(254 91 39);
    border-color: rgb(254 91 39);
}


/* Filter Box Default */
.ordertypefilterBox {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

/* Mobile Filter Toggle Button */
.filter-toggle-btn button {
    width: 100%;
    background: #214857;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
}

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

    .ordertypefilterBox {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        padding: 20px;
        overflow-y: auto;
        transition: all 0.3s ease;
        box-shadow: 2px 0 15px rgba(0,0,0,0.2);
    }

    .ordertypefilterBox.active {
        left: 0;
    }

    /* Overlay */
    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        z-index: 9998;
        display: none;
    }

    .filter-overlay.show {
        display: block;
    }

    .filter-title{
          font-size: 21px;
    }

}


.box-bb-flex-action{
display: flex;
    align-items: center;
    gap: 10px;
}

.box-bb-flex-action .cartbutton{
  width: 100%;
}

.cartbutton button{
  margin-bottom: 0px;
}


@media(max-width:575px){
  .cartbutton button , .action-buy{
     /* font-size: 10px; */
}
.box-bb-flex-action{
  display: grid;
}

}

.cart-heading-list{
      font-size: 20px;
    margin-bottom: 4px !important;
    margin-top: 5px;
}

.cartlistcheckout{
      position: sticky;
    top: 15px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.addcart-modal{
     border-radius: 0px;
    padding: 0px;
    background: #fff;
    overflow: hidden;
}

.product-img{
    border-radius:14px;
    border:1px solid #eee;
    max-height:300px;
}

.price-box{
    display:flex;
    align-items:center;
    gap:10px;
}

.final-price{
    font-size:26px;
    font-weight:700;
    color:#fe5b27;
}

.main-price{
    text-decoration:line-through;
    color:#999;
    font-size:16px;
}

.discount-badge{
    background:#ffe7df;
    color:#fe5b27;
    font-size:12px;
    padding:3px 8px;
    border-radius:20px;
}

/* COLOR */
.color-group{
    display:flex;
    gap:10px;
}
.color-item input{display:none;}
.color-item span{
    width:32px;height:32px;
    border-radius:50%;
    display:inline-block;
    border:2px solid #ddd;
    cursor:pointer;
}
.color-item input:checked + span{
    border:3px solid #fe5b27;
}

/* SIZE */
.size-group{
    display:flex;
    gap:10px;
}
.size-item input{display:none;}
.size-item span{
    padding:6px 14px;
    border:1px solid #ddd;
    border-radius:6px;
    cursor:pointer;
    font-weight:500;
}
.size-item input:checked + span{
    background:#fe5b27;
    color:#fff;
    border-color:#fe5b27;
}

/* QTY */
.qty-box{
    display:flex;
    align-items:center;
    width:130px;
    border:1px solid #fe5b27;
    border-radius:6px;
    overflow:hidden;
}
.qty-box button{
    width:35px;
    border:none;
    background:#fe5b27;
    color:#fff;
    font-size:18px;
}
.qty-box input{
    width:60px;
    border:none;
    text-align:center;
    font-weight:600;
}

/* BUTTON */
.addcart-btn{
    background:#fe5b27;
    color:#fff;
    padding:12px;
    font-size:16px;
    border-radius:10px;
}
.addcart-btn:hover{
    background:#ff6b00;
}


.customcard-header{
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px !important;
}

.customquantity .qty-box button{
      border-radius: 0px;
}
.customclosebutton {
      width: 45px !important;
    height: 15px !important;
    background-size: 10px;
    background-color: #e9e9e9 !important;
}

.box-bb-flex-action{
      position: absolute;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    bottom: 15px !important;
}

@media (max-width: 575px) {
    div#product-main-box {
        min-height: 350px;
        padding-bottom: 100px !important;
    }
}

  .contact-container {
            max-width: 1200px;
            width: 100%;
        }

        .contact-card {
            background: white;
            border-radius: 20px;
            padding: 40px;
            /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
                border: 1px solid #fe5b27;
            transition: all 0.3s ease;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .contact-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .contact-card:nth-child(2) {
            animation-delay: 0.3s;
        }

        .contact-card:nth-child(3) {
            animation-delay: 0.5s;
        }

        .contact-card:hover {
            transform: translateY(-10px);
            /* box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4); */
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .icon-circle {
            width: 70px;
            height: 70px;
            background: #fe5b27;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            position: relative;
        }

        .contact-card:hover .icon-circle {
            transform: rotate(360deg);
            background: #fe5b27;
        }

        svg.icon {
            width: 30px;
            height: 30px;
            stroke: white;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .contact-card h3 {
            font-size: 22px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 20px;
        }

        .contact-info {
            color: #4a5568;
            font-size: 16px;
            line-height: 1.8;
        }

        .pulse-ring {
            position: absolute;
            width: 80px;
            height: 80px;
            border: 2px solid #fe5b27;
            border-radius: 50%;
            animation: pulse 2s infinite;
            opacity: 0;
        }

        @keyframes pulse {
            0% {
                transform: scale(0.8);
                opacity: 0.8;
            }
            100% {
                transform: scale(1.3);
                opacity: 0;
            }
        }

        .contact-card:hover .pulse-ring {
            animation: pulse 1.5s infinite;
        }

        .contactusmain{
          background-color: #f5faff;
        }

        .contact_box_air h4{
              font-size: 35px;
    margin-bottom: 20px;
    color: #fe5b27;
    font-weight: 900;
        }


        .icon {
    width: 30px;
    height: 30px;
    stroke: white;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-form-boxes h6{
      font-size: 15px;
    font-style: italic;
}
.contact-form-boxes h3{
      font-size: 30px;
    font-weight: 900;
}
.font-15{
  font-size: 15px;
}

.iframe_contact{
      border-radius: 0px;
    overflow: hidden;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #eee;
}


button.btn.btn-default , button.btn.btn-default:focus {
    background-color: #fe5b27;
    box-shadow: none;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    width: 100%;
    max-width: 200px;
    margin: auto;
}


section#abouthindsol {
    background-color: #000000;
    margin-top: 35px;
}

#abouthindsol .headingText {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.about-hindsol {
    padding: 80px 0;
    background: #f8f9fb;
}

.section-title h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111;
}

.section-title p {
    color: #666;
    margin-top: 10px;
    font-size: 16px;
}

.info-box {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.info-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ff7a18, #ffb347);
    opacity: 0;
    transition: 0.4s;
    z-index: 0;
}

.info-box:hover::before {
    opacity: 1;
}

.info-box * {
    position: relative;
    z-index: 1;
}

.info-box:hover {
    transform: translateY(-12px);
}

.info-box .icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.info-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.info-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.info-box:hover h4,
.info-box:hover p {
    color: #fff;
}


.newaboutbreadcumb ul a{
      color: #fff !important;
}

.why-choose {
    padding: 90px 0;
    background: #f9fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-header p {
    color: #666;
    margin-top: 10px;
}

.circle-wrapper {
    position: relative;
    width: 500px;
    height: 500px;
    margin: auto;
}

.center-circle {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #ff7a18, #ffb347);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.feature {
    position: absolute;
    width: 220px;
    background: #fff;
    padding: 18px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: 0.4s;
    opacity: 0;
    transform: translateY(30px);
}

.feature h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.feature p {
    font-size: 14px;
    color: #555;
}

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

/* Positioning */
.f1 { top: 0; left: 50%; transform: translateX(-50%); }
.f2 {     right: -18%;
    top: 50%; transform: translateY(-50%); }
.f3 { bottom: 0; left: 0%; transform: translateX(-50%); }
.f4 {     left: -16%;
    top: 15%; transform: translateY(-50%); }

/* Show animation */
.feature.show {
    opacity: 1;
    transform: translate(0);
}

/* ðŸ”¹ Responsive */
@media(max-width: 768px) {
    .circle-wrapper {
        width: 100%;
        height: auto;
        display: grid;
        gap: 20px;
    }

    .center-circle {
        position: relative;
        margin: 0 auto 20px;
    }

    .feature {
        position: relative;
        width: 100%;
    }
    .f1 , .f2 , .f3 , .f4{
          top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 100% !important;
    }
    .why-choose{
          padding: 0px 0;
    }
    .section-header h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
}
.section-header {
    text-align: center;
    margin-bottom: 30px;
}
.section-title h2 {
    font-size: 25px;
  }
}



/* ===== CUSTOM RADIO COLOR ===== */
.form-check-input:checked {
    background-color: #fe5b27;
    border-color: #fe5b27;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.15rem rgba(254, 91, 39, 0.35);
    border-color: #fe5b27;
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
    font-size: 14px;
}


/* ===== NOTIFICATIONS ===== */
.notification-wrap{
    display:grid;
    grid-template-columns: 360px 1fr;
    gap:20px;
}

.notification-list{
    border:1px solid #eee;
    border-radius:4px;
    overflow:hidden;
}

.notification-item{
    padding:14px 16px;
    border-bottom:1px solid #f1f1f1;
    cursor:pointer;
    transition:.2s;
    background:#fff;
}

.notification-item:hover{
    background:#f9f9f9;
}

.notification-item.unread{
    background:#fff7f3;
    border-left:3px solid #fe5b27;
}

.notification-title{
    font-size:14px;
    font-weight:600;
    margin-bottom:4px;
}

.notification-desc{
    font-size:13px;
    color:#666;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.notification-time{
    font-size:11px;
    color:#999;
    margin-top:4px;
}

/* DETAILS */
.notification-details{
    border:1px solid #eee;
    border-radius:4px;
    padding:24px;
    background:#fff;
    min-height:260px;
}

.notification-details h5{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}

.notification-details p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

.empty-state{
    color:#999;
    font-size:14px;
    text-align:center;
    margin-top:80px;
}

/* MOBILE */
@media(max-width:991px){
    .notification-wrap{
        grid-template-columns:1fr;
    }
}


/* ===== NOTIFICATION DETAILS PROFESSIONAL UI ===== */

.notif-detail-head{
    display:flex;
    gap:14px;
    align-items:center;
    padding-bottom:16px;
    border-bottom:1px solid #eee;
    margin-bottom:16px;
}

.notif-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fe5b27;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.notif-title{
    font-size:16px;
    font-weight:600;
    margin:0;
}

.notif-time{
    font-size:12px;
    color:#888;
    margin-top:2px;
}

.notif-detail-body{
    font-size:14px;
    color:#555;
    line-height:1.7;
    padding:10px 0 20px;
}

.notif-detail-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid #eee;
    padding-top:14px;
}

.notif-badge{
    font-size:12px;
    background:#fe5b270d;
    color:#fe5b27;
    padding:4px 10px;
    border-radius:20px;
}


.notification-wrap{
    display:flex;
    gap:16px;
    min-height:400px;
}

/* LEFT LIST */
.notification-list{
    width:35%;
    border-right:1px solid #eee;
    overflow-y:auto;
}

.notification-item{
    padding:14px;
    cursor:pointer;
    border-bottom:1px solid #f1f1f1;
}

.notification-item.unread{
    background:#fe5b270d;
}

.notification-item:hover{
    background:#f9f9f9;
}

.notification-title{
    font-weight:600;
    font-size:14px;
}

.notification-desc{
    font-size:13px;
    color:#666;
}

.notification-time{
    font-size:12px;
    color:#999;
    margin-top:4px;
}

/* RIGHT DETAILS */
.notification-details{
    width:65%;
    padding:20px;
}

/* EMPTY */
.empty-state{
    color:#999;
    font-size:14px;
    text-align:center;
    margin-top:80px;
}

.mobile-notification-detail{
  display: none;
}

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

    .notification-wrap{
        flex-direction:column;
    }

    .notification-list{
        width:100%;
        border-right:none;
    }

    .notification-details{
        display:none;
    }

    /* FULL SCREEN DETAIL */
    .mobile-notification-detail{
        position:fixed;
        inset:0;
        background:#fff;
        z-index:2000;
        transform:translateX(100%);
        transition:.35s ease;
        display:flex;
        flex-direction:column;
    }

    .mobile-notification-detail.show{
        transform:translateX(0);
    }

    .mobile-header{
        display:flex;
        align-items:center;
        gap:10px;
        padding:14px;
        border-bottom:1px solid #eee;
        font-weight:600;
    }

    .mobile-header button{
        border:none;
        background:none;
        font-size:18px;
    }

    .mobile-body{
        padding:16px;
        overflow-y:auto;
    }
}


section#brandsSection {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #214857;
}

.brandbox-ui img{
      width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 0px;
}

/*.swiper.mySwiper.brandsslider {*/
/*    padding-bottom: 50px;*/
/*}*/

.brandsslider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}


#brandsSection h3{
color: #fff;
}

#brandsSection h3 span {
    color: rgb(248 89 41);
}


#brandsSection  {
    color:#fff;
}



/* ================= PAGINATION CONTAINER ================= */
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0px 0;
    /* padding: 15px 20px; */
    background: #ffffff;
    /* border-radius: 14px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); */
    flex-wrap: wrap;
    width: 100%;
}

/* INFO TEXT */
.pagination-info,
.pagination-total {
    font-size: 14px;
    color: #555;
    white-space: nowrap;
}

.pagination-info strong,
.pagination-total strong {
    color: #111;
}

/* ================= PAGE BUTTONS ================= */
.custom-pagination {
    display: flex;
    gap: 8px;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}

.custom-pagination li {
    min-width: 42px;
    height: 42px;
}

.custom-pagination li a,
.custom-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #f3f4f6;
    color: #333;
    transition: all 0.25s ease;
}

/* HOVER */
.custom-pagination li a:hover {
    background: linear-gradient(135deg, #ff7a00, #ff9f45);
    color: #fff;
    transform: translateY(-2px);
}

/* ACTIVE */
.custom-pagination li.active span {
    background: linear-gradient(135deg, #ff7a00, #ff9f45);
    color: #fff;
    box-shadow: 0 8px 20px rgba(255,122,0,0.35);
}

/* DISABLED */
.custom-pagination li.disabled span {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

/* DOTS */
.custom-pagination li.dots span {
    background: transparent;
    color: #999;
    cursor: default;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
    .pagination-container {
        justify-content: center;
        text-align: center;
    }

    .pagination-info,
    .pagination-total {
        width: 100%;
    }
}


.filter-button{
  text-decoration: none;
    font-size: 15px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 6px;
    transition: 0.2s;
    border: 0px;
}

.searchbutton svg{
  width: 20px;
}

.searchbutton{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

/* SEARCH BUTTON (Primary CTA) */
.btn-search{
    background-color: #fe5b27;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(254, 91, 39, 0.25);
    transition: all 0.25s ease;
}

.btn-search:hover{
    background-color: #e94f1d;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(254, 91, 39, 0.35);
}

/* RESET BUTTON (Secondary) */
.btn-reset{
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    background: #f5f5f5;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    transition: all 0.25s ease;
}

.btn-reset:hover{
    background-color: #eee;
    color: #111;
    border-color: #ccc;
}


/*

.homepagesliderhero .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.homepagesliderhero .swiper-pagination-bullet-active {
    background: #000;
    width: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
} */



.aboutImage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotating-image {
    animation: rotate360 20s linear infinite;
    transform-origin: center center;
}

/* KEYFRAMES */
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* MENU BASE */
.menu-item {
    position: relative;
    list-style: none;
}

.menu-item > a {
    /* display: flex; */
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    font-weight: 600;
}

/* ARROW ROTATE */
.menu-item:hover .arrow {
    transform: rotate(180deg);
}

/* DROPDOWN */
.services-dropdown {
     position: absolute;
    top: 38px;
    left: 0;
    min-width: 270px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    display: grid;
    gap: 16px;
}

/* SHOW ON HOVER */
.services-menu:hover .services-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* CATEGORY */
.service-category {
   width: 100%;
  position: relative;
}

.service-category h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 10px 0px;
    color: #111;
}

.service-category ul {
    padding: 0;
    margin: 0;
}

.service-category ul li {
    list-style: none;
    margin-bottom: 8px;
}

.service-category ul li a {
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eee;
    transition: 0.2s;
}

.service-category ul li a:hover {
    color: #000;
    padding-left: 5px;
}

/* ICON */
.service-category i {
    font-size: 13px;
    color: #999;
}


.service-category ul li {
    list-style: none;
    margin-bottom: 8px;
    width: 100%;
    margin-bottom: 0px;
}

.service-category a {
    display: block;
    color: #000000a1 !important;
    width: 100%;
    padding: 5px 0px !important;
}


.service-category ul {
    padding: 0;
    margin: 0;
    position: absolute;
       right: -105%;
    border-left: 1px solid #f74818;
    background-color: #ffffff;
    width: 100%;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
        border-radius: 0px 10px 10px 0px;
}

.service-category:hover ul {
    opacity: 1;
    visibility: visible;
}

.service-category ul li a {
    font-size: 14px;
    color: #555;
    transition: 0.2s;
    padding: 8px 14px !important;
}

section#servicepagesection {
    background-color: #214857;
    padding: 50px 0px;
    position: relative;
}


#servicepagesection .contact_box_air h4 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 900;
    width: 100%;
    text-align: center;
}

.arrorw-downbox{
      position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    cursor: pointer;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 10;
        animation: floatArrow 1.6s infinite ease-in-out;

}

.arrorw-downbox svg{
      width: 25px;
    color: #214857;
}


@keyframes floatArrow {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(10px);
        opacity: 0.7;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



/* ===============================
   SERVICE SECTION MAIN
================================ */
.hs-service-wrapper {
    padding: 100px 0;
    background: #f8f9fb;
    overflow: hidden;
}

.hs-service-main {
    animation: hsFadeUp 1s ease forwards;
}

/* IMAGE */
.hs-service-image {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    transform: translateY(30px);
    animation: hsImageFloat 1.2s ease forwards;
}

.hs-service-image img {
    width: 100%;
    transition: transform 0.6s ease;
}

.hs-service-image:hover img {
    transform: scale(1.08);
}

/* CONTENT */
.hs-service-content {
    padding-left: 30px;
}

.hs-badge {
    display: inline-block;
    background: #214857;
    color: #fff;
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.hs-service-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #214857;
    margin-bottom: 10px;
}

.hs-service-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 5px;
}

.hs-service-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.hs-service-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

/* BUTTON */
.hs-service-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #214857;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.hs-service-btn:hover {
    background: #17333f;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(33,72,87,0.3);
}

/* ===============================
   EXTRA SECTION
================================ */
.hs-service-extra {
    padding: 90px 0;
    background: #ffffff;
}

.hs-service-extra h3 {
    font-size: 36px;
    font-weight: 700;
    color: #214857;
    margin-bottom: 15px;
}

.hs-service-extra p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* FEATURE BOX */
.hs-feature-box {
    background: #f8f9fb;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.4s ease;
    height: 100%;
}

.hs-feature-box h4 {
    color: #214857;
    font-size: 20px;
    margin-bottom: 10px;
}

.hs-feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ===============================
   ANIMATIONS
================================ */
@keyframes hsFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hsImageFloat {
    to {
        transform: translateY(0);
    }
}



@media (min-width: 1200px) {

    .hs-service-content h2 {
        font-size: 44px;
    }

    .hs-service-wrapper {
        padding: 70px 0;
    }
}




@media (max-width: 991px) {

    .hs-service-wrapper {
        padding: 80px 0;
    }

    .hs-service-content {
        padding-left: 0;
    }

    .hs-service-content h2 {
        font-size: 34px;
    }

    .hs-service-image {
        transform: none;
        animation: none;
    }

    .hs-service-main {
        animation: none;
    }
}


@media (max-width: 575px) {

    .hs-service-wrapper {
        padding: 60px 0;
    }

    .hs-service-content {
        padding-left: 0;
        text-align: center;
    }

    .hs-service-content h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .hs-service-content p {
        font-size: 14px;
    }

    .hs-service-list li {
        font-size: 14px;
    }

    .hs-service-btn {
        padding: 12px 26px;
        font-size: 14px;
    }

    .hs-service-image {
        margin-bottom: 25px;
    }

    .hs-service-extra {
        padding: 60px 0;
    }

    .hs-service-extra h3 {
        font-size: 26px;
    }

    .hs-feature-box {
        margin-bottom: 20px;
    }
}


@media (max-width: 575px) {
    .hs-service-list {
        display: inline-block;
        text-align: left;
    }
}



/* ===============================
   SERVICE DETAILS SECTION
================================ */
.hs-service-details {
    padding: 100px 0;
    background: #f8f9fb;
}

.hs-detail-block {
    margin-bottom: 50px;
}

.hs-detail-block h2 {
    font-size: 38px;
    font-weight: 700;
    color: #214857;
    margin-bottom: 20px;
}

.hs-detail-block h3 {
    font-size: 26px;
    font-weight: 600;
    color: #214857;
    margin-bottom: 15px;
}

.hs-detail-block p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 15px;
}

.hs-detail-block ul {
    padding-left: 18px;
    margin-top: 10px;
}

.hs-detail-block ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}

/* Two column list for desktop */
.hs-two-column {
    columns: 2;
    column-gap: 40px;
}

/* ===============================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 991px) {
    .hs-service-details {
        padding: 80px 0;
    }

    .hs-detail-block h2 {
        font-size: 32px;
    }

    .hs-detail-block h3 {
        font-size: 24px;
    }

    .hs-two-column {
        columns: 1;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hs-service-details {
        padding: 60px 0;
    }

    .hs-detail-block {
        margin-bottom: 35px;
    }

    .hs-detail-block h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .hs-detail-block h3 {
        font-size: 20px;
    }

    .hs-detail-block p,
    .hs-detail-block ul li {
        font-size: 14px;
    }
}


.content-lgr {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #eee;
}

.search-suggestions{position:absolute;top:110%;background:#fff;width:100%;display:none;border:1px solid #ddd}
.search-item{display:flex;gap:10px;padding:8px}
.search-item img{width:40px}


.loading-text{
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #666;
}


@media(min-width:992px){
    .header-search{ position:relative; width:320px; }
}

.search-suggestions{
    position:absolute;
    top:110%;
    left:0;
    width:100%;
    background:#fff;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    z-index:9999;
    max-height:320px;
    overflow-y:auto;
}

.search-item{
    display:flex;
    gap:10px;
    padding:10px;
    cursor:pointer;
    border-bottom:1px solid #f1f1f1;
}

.search-item:hover{ background:#f8f8f8; }

.search-item img{
    width:45px;
    height:45px;
    object-fit:cover;
    border-radius:6px;
}

.title{ font-weight:600; display:block; }
.category{ font-size:12px; color:#777; }




/* anchor reset */
.search-suggestions a{
    text-decoration: none;
    color: inherit;
    display: block;
}

/* search item */
.search-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.2s ease;
}

/* hover effect (anchor + item) */
.search-suggestions a:hover .search-item{
    background: #1f4452;
}

/* image */
.search-item img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

/* text area */
.search-item .info{
    display: flex;
    flex-direction: column;
}

/* title */
.search-item .title{
    font-size: 14px;
    font-weight: 600;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* category */
.search-item .category{
    font-size: 12px;
    color: #777;
}


.search-suggestions a:last-child .search-item{
    border-bottom: none;
}



.search-suggestions{
    scrollbar-width: thin;
}


.search-item:hover {
    background: #1f4453;
}

.search-item:hover .title , .search-item:hover .category {
    color: #fff;
}

.serviceBoxParent:hover{
        background-color: #214857;
            transform: translateY(-5px);
            transition: 0.4s;
}


.serviceBoxParent:hover p {
    margin-bottom: 0px;
    color: #fff;
}



.services_boxes img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 11px;
    margin-bottom: 10px;
}

.serviceBoxParent:hover img {
    background-color: #fff;
}

.serviceBoxParent{
    transition: 0.4s;
}


/* Modal Wrapper */
.hs-enquiry-modal .modal-content {
    border-radius: 14px;
    overflow: hidden;
    border: none;
}

/* Header */
.hs-modal-header {
    background: linear-gradient(135deg, var(--primary-color),var(--primary-color));
    color: #fff;
    padding: 16px 20px;
}

/* Body */
.hs-modal-body {
    padding: 20px;
}

/* User Info Box */
.hs-user-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    background: #f5f7fa;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 18px;
}

.hs-user-info span,
.hs-label {
    font-size: 12px;
    color: #6c757d;
}

.hs-user-info strong {
    font-size: 14px;
    color: #212529;
}

/* Guest Inputs */
.hs-user-info .hs-input {
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 10px;
}


.hs-user-info span {
    font-size: 12px;
    color: #6c757d;
}

.hs-user-info strong {
    font-size: 14px;
    color: #212529;
}

/* Inputs */
.hs-input {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 10px 12px;
    font-size: 14px;
}

.hs-input:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

/* Submit Button */
.hs-submit-btn {
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    transition: 0.3s;
}

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



.counterEnquiresList {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.enquiry-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    animation: fadeSlide 0.4s ease;
    border-left: 5px solid #ff6a00;
}

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

.enquiry-header h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.enquiry-header small {
    color: #888;
}

.badge {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 8px;
}

.badge.pending {
    background: #fff3cd;
    color: #856404;
}

.enquiry-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.enquiry-body .info span {
    font-size: 12px;
    color: #777;
}

.enquiry-body .info strong {
    display: block;
    font-size: 14px;
    color: #222;
}

.enquiry-body .full {
    grid-column: span 3;
}

.enquiry-footer {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-call {
    background: #ff6a00;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
}

.btn-call:hover {
      background: #ff6a00;
}

.btn-complete {
       background: #000000;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.btn-complete:hover {
   background: #000000;
}

/* Animation */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.imagesapp{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #fff;
    object-fit: contain;
}

.imagelogoheader{
        width: 45px;
    height: 45px;
    object-fit: cover;
    border: 1px solid #fe5b27;
    background-color: #fe5b27;
    border-radius: 100%;
    padding: 3px;
}



#widget-view-live .es-header {
    justify-content: space-between;
}




/* ===== SUMMARY ===== */
.stock-summary-wrap{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:16px;
}

.stock-summary-card{
    background:#fff;
    border-radius:10px;
    padding:18px;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
    transition:.3s ease;
}

.stock-summary-card:hover{
    transform:translateY(-4px);
}

.stock-summary-card p{
    margin:0;
    font-size:13px;
    color:#777;
}

.stock-summary-card h3{
    margin-top:6px;
    font-weight:700;
}

/* ===== CARD ===== */
.stock-card-ui{
    background:#fff;
    border-radius:10px;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
    overflow:hidden;
}

.stock-card-header{
    padding:14px 18px;
    border-bottom:1px solid #eee;
}

.stock-card-header h5{
    margin:0;
    font-weight:600;
}

/* ===== TABLE ===== */
.stock-table-ui th{
    font-size:13px;
    color:#555;
    background:#fafafa;
}

.stock-table-ui td{
    vertical-align:middle;
}

/* ===== PROGRESS ===== */
.stock-progress{
    height:6px;
    background:#e9ecef;
    border-radius:20px;
}

.stock-progress .progress-bar{
    background:#22c55e;
    border-radius:20px;
    transition:width 1s ease;
}

/* ===== BADGES ===== */
.move-badge{
    padding:4px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.move-badge.in{
    background:#e8f7ef;
    color:#15803d;
}

.move-badge.out{
    background:#fee2e2;
    color:#b91c1c;
}

.move-badge.reserve{
    background:#fff7ed;
    color:#c2410c;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
    .stock-summary-wrap{
        grid-template-columns:1fr;
    }
}



/* TOP CARDS */
.stock-top-cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:18px;
    margin-bottom:22px;
}

.stock-top-card{
    background:#fff;
    border-radius:14px;
    padding:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
}

.stock-top-card span{
    font-size:13px;
    color:#666;
}

.stock-top-card h2{
    margin-top:6px;
    font-weight:700;
}

.stock-top-card::after{
    content:'';
    position:absolute;
    right:-40px;
    top:-40px;
    width:120px;
    height:120px;
    border-radius:50%;
    opacity:.15;
}

.stock-top-card.orange::after{ background:#fe5b27; }
.stock-top-card.green::after{ background:#22c55e; }
.stock-top-card.red::after{ background:#ef4444; }

/* SECTION */
.stock-section{
    background:#fff;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.stock-section-header{
    padding:16px 20px;
    border-bottom:1px solid #eee;
}

.stock-section-header h5{
    margin:0;
    font-weight:600;
}

/* TABLE */
.stock-modern-table th{
    font-size:13px;
    color:#555;
    background:#fafafa;
}

.stock-modern-table td{
    vertical-align:middle;
}

.product-name{
    font-weight:500;
}

/* STOCK BAR */
.stock-bar{
    height:7px;
    background:#e5e7eb;
    border-radius:20px;
    overflow:hidden;
}

.stock-bar span{
    display:block;
    height:100%;
    background:linear-gradient(90deg,#fe5b27,#ff8a65);
    border-radius:20px;
}

/* TYPE PILL */
.stock-pill{
    padding:4px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

.stock-pill.in{
    background:#e7f8ef;
    color:#15803d;
}

.stock-pill.out{
    background:#fee2e2;
    color:#b91c1c;
}

.stock-pill.reserve{
    background:#fff7ed;
    color:#c2410c;
}



/* TABLE WRAPPER */
.stock-table-wrap{
    border-radius:14px;
    overflow:hidden;
}

/* TABLE BASE */
.stock-pro-table{
    margin:0;
    background:#fff;
}

.stock-pro-table thead{
    background:#fafafa;
}

.stock-pro-table th{
    font-size:13px;
    font-weight:600;
    color:#555;
    border-bottom:1px solid #e5e7eb;
    padding:14px 16px;
}

.stock-pro-table td{
    padding:14px 16px;
    border-bottom:1px solid #f1f1f1;
    font-size:14px;
}

/* HOVER */
.stock-pro-table tbody tr:hover{
    background:#fff7f3;
}

/* PRODUCT CELL */
.product-cell{
    display:flex;
    align-items:center;
    gap:12px;
}

.product-thumb{
    width:36px;
    height:36px;
    border-radius:10px;
    background:#fe5b271a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.product-title{
    font-weight:500;
}

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

/* STOCK BAR */
.stock-status small{
    font-size:12px;
    color:#666;
}

.stock-bar{
    height:6px;
    background:#e5e7eb;
    border-radius:30px;
    overflow:hidden;
    margin-bottom:4px;
}

.stock-bar span{
    display:block;
    height:100%;
    background:linear-gradient(90deg,#fe5b27,#ff8a65);
    border-radius:30px;
}

/* TYPE CHIP */
.stock-chip{
    padding:5px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
}

.stock-chip.in{
    background:#e7f8ef;
    color:#15803d;
}

.stock-chip.out{
    background:#fee2e2;
    color:#b91c1c;
}

.stock-chip.reserve{
    background:#fff7ed;
    color:#c2410c;
}



.stock-toolbar{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:16px;
}

.stock-search input,
.stock-filters select{
    padding:10px 14px;
    border-radius:8px;
    border:1px solid #ddd;
    font-size:14px;
}

.stock-panel{
    background:#fff;
    border-radius:12px;
    padding:16px;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
}

.stock-panel-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}

.stock-table th{
    font-size:13px;
    color:#666;
    background:#fafafa;
}

.stock-table td{
    padding:14px;
    vertical-align:middle;
}

.stock-product{
    display:flex;
    gap:10px;
}

.stock-product .icon{
    width:36px;
    height:36px;
    background:#fe5b271a;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
}

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

.progress{
    height:6px;
    background:#e5e7eb;
    border-radius:20px;
}

.progress span{
    display:block;
    height:100%;
    background:#fe5b27;
    border-radius:20px;
}

.chip{
    padding:5px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
}

.chip.in{background:#e7f8ef;color:#15803d;}
.chip.out{background:#fee2e2;color:#b91c1c;}
.chip.reserve{background:#fff7ed;color:#c2410c;}




/* ===== INVENTORY SUMMARY ===== */
.inv-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}

.inv-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
    transition: .3s ease;
}

.inv-box::after {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,.25);
    border-radius: 50%;
}

.inv-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,.08);
}

.inv-box h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #666;
    margin-bottom: 6px;
    color: #fff;
}

.inv-box span {
    font-size: 30px;
    font-weight: 700;
}

/* Color Variants */
.inv-total { background: linear-gradient(135deg,#5f72ff,#9b6bff); color:#fff; }
.inv-available { background: linear-gradient(135deg,#00c853,#64dd17); color:#fff; }
.inv-reserved { background: linear-gradient(135deg,#ff9800,#ffb74d); color:#fff; }
.inv-low { background: linear-gradient(135deg,#e53935,#ef5350); color:#fff; }



/* ===== FILTER BAR ===== */
.inv-filter-bar {
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.04);
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
}

.inv-filter-bar input,
.inv-filter-bar select {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    outline: none;
    background: #fafafa;
    transition: .2s ease;
}

.inv-filter-bar input {
    flex: 1;
}

.inv-filter-bar input:focus,
.inv-filter-bar select:focus {
    border-color: #5f72ff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(95,114,255,.15);
}



/* ===== STOCK GRID ===== */
.inv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
    gap: 20px;
}

.inv-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transition: .3s ease;
    position: relative;
}

.inv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

.inv-card h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.inv-card p {
    font-size: 13px;
    margin: 4px 0;
    color: #555;
}

.inv-card::before {
    content: '📦';
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 26px;
    opacity: .15;
}



@media(max-width: 992px){
    .inv-summary {
        grid-template-columns: repeat(2,1fr);
    }

    .movement-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px 0;
    }

    .movement-type,
    .movement-qty {
        text-align: left;
    }
}

@media(max-width: 576px){
    .inv-summary {
        grid-template-columns: 1fr;
    }
}




/* ==============================
   INVENTORY FILTER BAR
============================== */
.inv-filter-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 16px;
}

.inv-filter-bar select {
    min-width: 220px;
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #111827;
    outline: none;
    transition: all .2s ease;
}

.inv-filter-bar select:focus {
    border-color: #fe5b27;
    box-shadow: 0 0 0 2px rgba(254,91,39,.15);
}

/* ==============================
   MOVEMENT LIST WRAPPER
============================== */
#movementList {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ==============================
   SINGLE MOVEMENT ROW
============================== */
.movement-row {
    display: grid;
    grid-template-columns: 150px 1fr 120px 80px;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all .25s ease;
}

.movement-row:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* ==============================
   DATE
============================== */
.movement-date {
    font-size: 13px;
    color: #374151;
}

.movement-date small {
    color: #6b7280;
}

/* ==============================
   PRODUCT
============================== */
.movement-product {
    font-weight: 500;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==============================
   TYPE BADGE
============================== */
.movement-type {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 999px;
    width: fit-content;
    margin: auto;
}

.movement-in {
    background: #ecfdf5;
    color: #059669;
}

.movement-out {
    background: #fef2f2;
    color: #dc2626;
}

.movement-reserve {
    background: #eff6ff;
    color: #2563eb;
}

/* ==============================
   QTY
============================== */
.movement-qty {
    text-align: center;
    font-weight: 600;
    color: #111827;
}

/* ==============================
   EMPTY STATE
============================== */
#movementList p {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    border: 1px dashed #d1d5db;
    font-size: 14px;
}

/* ==============================
   RESPONSIVE
============================== */
@media(max-width: 768px) {
    .movement-row {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 6px;
    }

    .movement-type,
    .movement-qty {
        margin-left: 0;
        text-align: left;
    }
}




@media (max-width: 575px) {
    .cartbutton button, .action-buy {
        /* font-size: 10px; */
        width: 100% !important;
    }
}



@media (max-width: 575px) {
    .h-download::before {
        font-size: 100% !important;
    }
}



/* ================================
   URM FULL WIDTH HERO SLIDER CSS
=================================== */

.urm-hero-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    margin: 0;
    padding: 0;
}

.urm-hero-slider-wrap {
    position: relative;
    width: 100%;
}

.urmHeroMainSwiper {
    width: 100%;
    /* height: 92vh; */
    /* min-height: 500px; */
    /* max-height: 900px; */
    position: relative;
}

.urmHeroMainSwiper img{
    width: 100%;
}
.urm-hero-slide-item {
    position: relative;
    width: 100%;
    /* height: 92vh; */
    /* min-height: 500px; */
    overflow: hidden;
}

.urm-hero-slide-image {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    display: block;
    /* transform: scale(1); */
    /* transition: transform 7s ease-in-out; */
    /* will-change: transform; */
}

/* Active slide image smooth zoom animation */
/* .urmHeroMainSwiper .swiper-slide-active .urm-hero-slide-image {
    transform: scale(1.08);
} */

/* .urm-hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.22) 40%,
        rgba(0, 0, 0, 0.35) 100%
    );
    z-index: 1;
} */

/* Navigation buttons */
.urm-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
}

.urm-hero-button-prev {
    left: 24px;
}

.urm-hero-button-next {
    right: 24px;
}

.urm-hero-slider-section:hover .urm-hero-nav {
    opacity: 1;
    visibility: visible;
}

.urm-hero-nav:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-50%) scale(1.08);
}

/* Pagination */
.urm-hero-pagination {
    position: absolute;
    bottom: 28px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 22;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urm-hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.55);
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.urm-hero-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 30px;
    background: #ffffff;
}

/* Responsive */
@media (max-width: 1199px) {
    .urmHeroMainSwiper,
    .urm-hero-slide-item {
        /* height: 78vh; */
    }
}

@media (max-width: 991px) {
    .urmHeroMainSwiper,
    .urm-hero-slide-item {
        /* height: 68vh; */
        /* min-height: 420px; */
    }

    .urm-hero-nav {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .urm-hero-button-prev {
        left: 15px;
    }

    .urm-hero-button-next {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .urmHeroMainSwiper,
    .urm-hero-slide-item {
        /* height: 56vh; */
        /* min-height: 320px; */
    }

    .urm-hero-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .urm-hero-pagination {
        bottom: 18px !important;
    }

    .urm-hero-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px !important;
    }

    .urm-hero-pagination .swiper-pagination-bullet-active {
        width: 22px;
    }
}




/* =========================================
   URM EDITORIAL CATEGORY SECTION
========================================= */

.urm-editorial-category-section {
    position: relative;
    padding: 18px 0 28px;
    /* background: #efefef; */
}

.urm-editorial-category-shell {
    /* background: #f5f5f5;
    border-radius: 16px;
    padding: 14px 8px 8px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03); */
}

.urm-editorial-category-header {
    margin-bottom: 16px;
    padding: 0 2px;
}

.urm-editorial-category-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #356a56;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.urm-editorial-category-header h2 {
    margin: 0;
    color: #1b1b1b;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.urm-editorial-category-slider-wrap {
    position: relative;
}

.urmEditorialCategorySwiper {
    overflow: hidden;
    padding: 2px 0 8px;
}

.urm-editorial-category-link {
    display: block;
    text-decoration: none;
}

.urm-editorial-category-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #ddd;
    height: 240px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.urm-editorial-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.10);
}

.urm-editorial-category-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.urm-editorial-category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.urm-editorial-category-card:hover .urm-editorial-category-image {
    transform: scale(1.08);
}

.urm-editorial-category-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.62) 100%);
    pointer-events: none;
}

.urm-editorial-category-content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.urm-editorial-category-content h4 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.5px;
    max-width: calc(100% - 56px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.18);
}

.urm-editorial-category-arrow {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #1d1d1d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.14);
    transition: all 0.3s ease;
}

.urm-editorial-category-card:hover .urm-editorial-category-arrow {
    background: #ffffff;
    transform: translateX(3px);
}

/* Navigation */
.urm-editorial-category-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(0,0,0,0.08);
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 22px rgba(0,0,0,0.10);
    opacity: 0;
    visibility: hidden;
}

.urm-editorial-category-slider-wrap:hover .urm-editorial-category-nav {
    opacity: 1;
    visibility: visible;
}

.urm-editorial-category-nav:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.urm-editorial-category-prev {
    left: -18px;
}

.urm-editorial-category-next {
    right: -18px;
}

/* Responsive */
@media (max-width: 1199px) {
    .urm-editorial-category-header h2 {
        font-size: 30px;
    }

    .urm-editorial-category-card {
        height: 224px;
    }

    .urm-editorial-category-content h4 {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .urm-editorial-category-section {
        padding: 16px 0 24px;
    }

    .urm-editorial-category-shell {
        padding: 14px 8px 8px;
    }

    .urm-editorial-category-header h2 {
        font-size: 28px;
    }

    .urm-editorial-category-card {
        height: 230px;
    }

    .urm-editorial-category-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .urm-editorial-category-shell {
        border-radius: 14px;
        padding: 12px 6px 6px;
    }

    .urm-editorial-category-header {
        margin-bottom: 14px;
    }

    .urm-editorial-category-kicker {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .urm-editorial-category-header h2 {
        font-size: 24px;
    }

    .urm-editorial-category-card {
        height: 215px;
        border-radius: 14px;
    }

    .urm-editorial-category-content {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .urm-editorial-category-content h4 {
        font-size: 18px;
        max-width: calc(100% - 50px);
    }

    .urm-editorial-category-arrow {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 13px;
    }

    .urm-editorial-category-nav {
        display: none;
    }
}

@media (max-width: 480px) {
    .urm-editorial-category-header h2 {
        font-size: 20px;
    }

    .urm-editorial-category-card {
        height: 240px;
    }

    .urm-editorial-category-content h4 {
        font-size: 17px;
        line-height: 1.02;
    }
}



/* =========================================
   URM BRAND SHOWCASE PRO SECTION - UPDATED
========================================= */

.urm-brand-showcase-pro-section {
    position: relative;
    overflow: hidden;
    padding: 36px 0 12px;
    /* background: linear-gradient(180deg, #7c0056 0%, #6f004d 100%); */
    background:#efefef;
    z-index: 1;
}

.urm-brand-showcase-pro-shell {
    position: relative;
    z-index: 2;
    padding: 6px 0 0;
}

/* animated bg blobs */
.urm-brand-showcase-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.urm-brand-showcase-bg-shape-one {
    width: 250px;
    height: 250px;
    top: -70px;
    left: -80px;
    background: rgba(255, 125, 190, 0.20);
    animation: urmBrandFloatOne 7s infinite alternate ease-in-out;
}

.urm-brand-showcase-bg-shape-two {
    width: 300px;
    height: 300px;
    top: 80px;
    right: -100px;
    background: rgba(255, 88, 165, 0.15);
    animation: urmBrandFloatTwo 9s infinite alternate ease-in-out;
}

.urm-brand-showcase-bg-shape-three {
    width: 220px;
    height: 220px;
    bottom: -80px;
    left: 40%;
    background: rgba(255, 180, 220, 0.12);
    animation: urmBrandFloatThree 8s infinite alternate ease-in-out;
}

@keyframes urmBrandFloatOne {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(24px, 18px) scale(1.07); }
}

@keyframes urmBrandFloatTwo {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-20px, 24px) scale(1.10); }
}

@keyframes urmBrandFloatThree {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(0, -26px) scale(1.06); }
}

/* header */
.urm-brand-showcase-pro-header {
    margin-bottom: 24px;
}

.urm-brand-showcase-pro-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 225, 238, 0.82);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.urm-brand-showcase-pro-header h2 {
    margin: 0;
    color: #000;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.urm-brand-showcase-pro-header h2 span {
    color: #000;
}

/* slider */
.urm-brand-showcase-pro-slider-wrap {
    position: relative;
    /* padding: 8px 52px 44px; */
}

.urmBrandShowcaseProSwiper {
    overflow: hidden;
}

.urm-brand-showcase-pro-link {
    display: block;
}

/* card */
.urm-brand-showcase-pro-card {
   position: relative;
    overflow: hidden;
    /* min-height: 285px; */
    border-radius: 22px;
    padding: 22px 16px 16px;
    background: #fff;
    border: 1px solid rgba(255, 226, 238, 0.16);
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.38s ease, box-shadow 0.38s ease, border-color 0.38s ease;
}

.urm-brand-showcase-pro-card:hover {
    transform: translateY(-6px);
    /* border-color: rgba(255, 234, 243, 0.28); */
    /* box-shadow:
        0 26px 50px rgba(34, 0, 19, 0.32),
        0 0 20px rgba(255, 150, 205, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.10); */
}

.urm-brand-showcase-pro-card-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top center, rgba(255,255,255,0.08), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    pointer-events: none;
}

/* logo panel */
.urm-brand-showcase-pro-logo-panel {
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.urm-brand-showcase-pro-logo-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05));
    border: 1px solid rgba(255, 233, 242, 0.20);
    box-shadow:
        inset 0 0 0 10px rgba(255,255,255,0.04),
        0 12px 25px rgba(0,0,0,0.14);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.urm-brand-showcase-pro-card:hover .urm-brand-showcase-pro-logo-ring {
    transform: scale(1.05);
    box-shadow:
        inset 0 0 0 10px rgba(255,255,255,0.05),
        0 18px 34px rgba(0,0,0,0.18);
}

.urm-brand-showcase-pro-logo {
       position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    border-radius: 90px;
    padding: 12px;
    transition: transform 0.45s ease;
}

.urm-brand-showcase-pro-card:hover .urm-brand-showcase-pro-logo {
    transform: scale(1.07);
}

/* content */
.urm-brand-showcase-pro-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.urm-brand-showcase-pro-content h5 {
    margin: 0;
    color: #000;
    font-size: 23px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.4px;
    max-width: calc(100% - 54px);
    /* min-height: 50px; */
}

.urm-brand-showcase-pro-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.92);
    color: #1b1b1b;
    box-shadow: 0 8px 18px rgba(0,0,0,0.16);
    transition: all 0.3s ease;
}

.urm-brand-showcase-pro-card:hover .urm-brand-showcase-pro-btn {
    background: #ffffff;
    transform: translateX(3px);
}

.urm-brand-showcase-pro-btn i {
    font-size: 14px;
}

/* nav */
.urm-brand-showcase-pro-nav {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    z-index: 10;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
}

.urm-brand-showcase-pro-slider-wrap:hover .urm-brand-showcase-pro-nav {
    opacity: 1;
    visibility: visible;
}

.urm-brand-showcase-pro-nav:hover {
    background: #ffffff;
    color: #111;
    border-color: #ffffff;
}

.urm-brand-showcase-pro-prev {
    left: 0;
}

.urm-brand-showcase-pro-next {
    right: 0;
}

/* pagination */
.urm-brand-showcase-pro-pagination {
    margin-top: 24px;
    text-align: center;
}

.urm-brand-showcase-pro-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    opacity: 1;
    background: #000;
    transition: all 0.3s ease;
}

.urm-brand-showcase-pro-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #ffffff;
}

/* responsive */
@media (max-width: 1199px) {
    .urm-brand-showcase-pro-header h2 {
        font-size: 31px;
    }

    .urm-brand-showcase-pro-card {
        /* min-height: 270px; */
    }

    .urm-brand-showcase-pro-content h5 {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .urm-brand-showcase-pro-section {
        padding: 34px 0 10px;
    }

    .urm-brand-showcase-pro-header h2 {
        font-size: 28px;
    }

    .urm-brand-showcase-pro-slider-wrap {
        padding: 8px 38px 42px;
    }

    .urm-brand-showcase-pro-logo-panel {
        width: 136px;
        height: 136px;
    }

    .urm-brand-showcase-pro-logo {
        width: 94px;
        height: 94px;
    }

    .urm-brand-showcase-pro-content h5 {
        font-size: 19px;
        min-height: 46px;
    }
}

@media (max-width: 767px) {
    .urm-brand-showcase-pro-section {
        padding: 28px 0 8px;
    }

    .urm-brand-showcase-pro-header {
        margin-bottom: 18px;
    }

    .urm-brand-showcase-pro-kicker {
        font-size: 11px;
    }

    .urm-brand-showcase-pro-header h2 {
        font-size: 24px;
    }

    .urm-brand-showcase-pro-slider-wrap {
        padding: 6px 8px 38px;
    }

    .urm-brand-showcase-pro-card {
        /* min-height: 245px; */
        border-radius: 18px;
        padding: 18px 14px 14px;
    }

    .urm-brand-showcase-pro-logo-panel {
        width: 120px;
        height: 120px;
        margin-bottom: 16px;
    }

    .urm-brand-showcase-pro-logo {
        width: 82px;
        height: 82px;
        border-radius: 16px;
    }

    .urm-brand-showcase-pro-content h5 {
        font-size: 18px;
        min-height: auto;
    }

    .urm-brand-showcase-pro-btn {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .urm-brand-showcase-pro-nav {
        display: none;
    }
}

@media (max-width: 480px) {
    .urm-brand-showcase-pro-header h2 {
        font-size: 21px;
    }

    .urm-brand-showcase-pro-card {
        /* min-height: 235px; */
    }

    .urm-brand-showcase-pro-content h5 {
        font-size: 17px;
    }
}

/* -----  */


   .urm-page-wrap {
      width: 100%;
      padding: 0;
    }

    .urm-section-shell {
      background: #f3f3f3;
      border-radius: 0;
      overflow: hidden;
    }

    .urm-inner-container {
      /* max-width: 1080px; */
      margin: 0 auto;
      padding: 14px;
    }

    .urm-static-section-card {
      background: #f7f7f7;
      border-radius: 16px;
      padding: 14px;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
    }

    /* -------------------------------
       SECTION HEADER
    --------------------------------- */

    .urm-small-kicker {
      font-size: 14px;
      font-weight: 700;
      color: var(--urm-green);
      text-transform: uppercase;
      letter-spacing: 0.6px;
      margin-bottom: 8px;
    }

    .urm-large-title {
      font-family: 'DM Serif Display', serif;
      font-size: 28px;
      line-height: 1.05;
      color: #111111;
      font-weight: 400;
      letter-spacing: -0.4px;
    }

    /* -------------------------------
       SECTION 1 - PROMO CARDS
    --------------------------------- */

    .urm-date-night-section {
      background: #f3f3f3;
      padding: 0 0 14px;
    }

    .urm-date-night-head {
      margin-bottom: 16px;
      padding: 2px 2px 0;
    }

    .urm-promo-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .urm-promo-card {
      position: relative;
      min-height: 160px;
      border-radius: 16px;
      overflow: hidden;
      padding: 18px 18px 16px;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      isolation: isolate;
    }

    .urm-promo-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
      z-index: 0;
    }

    .urm-promo-left,
    .urm-promo-right {
      position: relative;
      z-index: 2;
    }

    .urm-promo-left {
      width: 56%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }

    .urm-promo-right {
      width: 44%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }

    .urm-promo-brand {
      color: rgba(255,255,255,0.92);
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 14px;
    }

    .urm-promo-sub {
      color: rgba(255,255,255,0.92);
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 2px;
      line-height: 1.4;
    }

    .urm-promo-title {
      color: #fff;
      font-size: 16px;
      line-height: 1.15;
      font-weight: 800;
      margin-bottom: 2px;
    }

    .urm-promo-price {
      color: #fff;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .urm-promo-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 92px;
      height: 28px;
      padding: 0 14px;
      background: #000000;
      color: #ffffff;
      text-decoration: none;
      font-size: 11px;
      font-weight: 700;
      border-radius: 3px;
      letter-spacing: .4px;
      transition: transform .25s ease, opacity .25s ease;
    }

    .urm-promo-btn:hover {
      transform: translateY(-2px);
      opacity: .92;
    }

    .urm-promo-product-image {
      max-width: 100%;
      max-height: 132px;
      object-fit: contain;
      display: block;
      filter: drop-shadow(0 10px 18px rgba(0,0,0,0.18));
    }

    .urm-promo-card-orange {
      background: linear-gradient(90deg, #e28a43 0%, #eca061 100%);
    }

    .urm-promo-card-pink {
      background: linear-gradient(90deg, #b52a73 0%, #d43d6b 100%);
    }

    .urm-promo-card-blue {
      background: linear-gradient(90deg, #006ba8 0%, #1ca0d8 100%);
    }

    /* -------------------------------
       SECTION 2 - BROTHERHOOD GALLERY
    --------------------------------- */

    .urm-brotherhood-section {
      padding: 0 0 14px;
      background: #f3f3f3;
    }

    .urm-brotherhood-card {
      background: #f7f7f7;
      border-radius: 16px;
      padding: 14px;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
    }

    .urm-brotherhood-header-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 18px;
    }

    .urm-brotherhood-header-left {
      flex: 1;
      min-width: 0;
    }

    .urm-brotherhood-title {
      font-family: 'DM Serif Display', serif;
      font-size: 28px;
      line-height: 1.05;
      color: #111;
      font-weight: 400;
      letter-spacing: -0.4px;
    }

    .urm-brotherhood-nav {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
      padding-top: 14px;
    }

    .urm-brotherhood-arrow {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 1px solid #bcbcbc;
      background: transparent;
      color: #222;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all .25s ease;
    }

    .urm-brotherhood-arrow svg {
      width: 16px;
      height: 16px;
    }

    .urm-brotherhood-arrow:hover {
      background: #111;
      color: #fff;
      border-color: #111;
      transform: translateY(-1px);
    }

    .urm-brotherhood-slider-wrap {
      overflow: hidden;
      width: 100%;
    }

    .urm-brotherhood-track {
      display: flex;
      gap: 12px;
      transition: transform .45s ease;
      will-change: transform;
    }

    .urm-brotherhood-item {
      flex: 0 0 calc(20% - 9.6px);
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      background: #ddd;
      height: 258px;
    }

    .urm-brotherhood-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .urm-brotherhood-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.22) 100%);
      pointer-events: none;
    }

    /* -------------------------------
       RESPONSIVE
    --------------------------------- */

    @media (max-width: 991px) {
      .urm-inner-container {
        padding: 12px;
      }

      .urm-large-title,
      .urm-brotherhood-title {
        font-size: 24px;
      }

      .urm-promo-grid {
        grid-template-columns: 1fr;
      }

      .urm-promo-card {
        min-height: 190px;
      }

      .urm-brotherhood-item {
        flex: 0 0 calc(33.333% - 8px);
        height: 240px;
      }
    }

    @media (max-width: 767px) {
      .urm-static-section-card,
      .urm-brotherhood-card {
        border-radius: 14px;
        padding: 12px;
      }

      .urm-small-kicker {
        font-size: 12px;
      }

      .urm-large-title,
      .urm-brotherhood-title {
        font-size: 21px;
      }

      .urm-promo-card {
        min-height: 180px;
        padding: 16px;
      }

      .urm-promo-left {
        width: 58%;
      }

      .urm-promo-right {
        width: 42%;
      }

      .urm-promo-brand {
        font-size: 13px;
        margin-bottom: 10px;
      }

      .urm-promo-sub {
        font-size: 13px;
      }

      .urm-promo-title,
      .urm-promo-price {
        font-size: 15px;
      }

      .urm-promo-product-image {
        max-height: 115px;
      }

      .urm-brotherhood-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .urm-brotherhood-nav {
        padding-top: 0;
      }

      .urm-brotherhood-arrow {
        width: 40px;
        height: 40px;
      }

      .urm-brotherhood-item {
        flex: 0 0 calc(50% - 6px);
        height: 220px;
      }
    }

    @media (max-width: 480px) {
      .urm-inner-container {
        padding: 8px;
      }

      .urm-date-night-head {
        margin-bottom: 12px;
      }

      .urm-large-title,
      .urm-brotherhood-title {
        font-size: 18px;
      }

      .urm-promo-card {
        min-height: 165px;
        border-radius: 14px;
        padding: 14px;
      }

      .urm-promo-brand {
        font-size: 12px;
      }

      .urm-promo-sub,
      .urm-promo-title,
      .urm-promo-price {
        font-size: 13px;
      }

      .urm-promo-btn {
        min-width: 82px;
        font-size: 10px;
        height: 26px;
        padding: 0 10px;
      }

      .urm-promo-product-image {
        max-height: 100px;
      }

      .urm-brotherhood-item {
        flex: 0 0 72%;
        height: 220px;
      }
    }










    /* =========================================
   URM EDITORIAL FOOTER
========================================= */

.urm-editorial-footer {
    position: relative;
    background: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 56px 0 22px;
    overflow: hidden;
}

.urm-editorial-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent);
}

.urm-editorial-footer-inner {
    position: relative;
}

.urm-editorial-footer-col {
    height: 100%;
}

.urm-editorial-footer-title {
    margin: 0 0 22px;
    color: #1b1b1b;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.urm-editorial-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.urm-editorial-footer-list li {
    margin-bottom: 14px;
}

.urm-editorial-footer-list li:last-child {
    margin-bottom: 0;
}

.urm-editorial-footer-list a {
    color: #1f1f1f;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    transition: color 0.25s ease, transform 0.25s ease;
}

.urm-editorial-footer-list a:hover {
    color: #000;
}

.urm-editorial-footer-list-arrow a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.urm-editorial-footer-list-arrow a span {
    color: #222;
    font-size: 13px;
    transition: transform 0.25s ease;
}

.urm-editorial-footer-list-arrow a:hover span {
    transform: translateX(3px);
}

/* contact */
.urm-editorial-footer-contact-block {
    margin-bottom: 22px;
}

.urm-editorial-footer-contact-name {
    margin: 0 0 18px;
    color: #222;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
}

.urm-editorial-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.urm-editorial-footer-contact-item:last-child {
    margin-bottom: 0;
}

.urm-editorial-footer-contact-icon {
    width: 20px;
    min-width: 20px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1;
    margin-top: 3px;
}

.urm-editorial-footer-contact-text {
    color: #222;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

.urm-editorial-footer-contact-text a {
    color: #222;
    text-decoration: none;
    transition: color 0.25s ease;
}

.urm-editorial-footer-contact-text a:hover {
    color: #000;
}

.urm-editorial-footer-separator {
    color: #666;
}

.urm-editorial-footer-contact-item-address .urm-editorial-footer-contact-text {
    max-width: 320px;
}

/* socials */
.urm-editorial-footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}

.urm-editorial-footer-social {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.10);
    color: #1e2f8b;
    font-size: 16px;
    transition: all 0.25s ease;
}

.urm-editorial-footer-social:hover {
    background: #111;
    border-color: #111;
    color: #fff;
    transform: translateY(-2px);
}

/* bottom */
.urm-editorial-footer-bottom {
    margin-top: 38px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.urm-editorial-footer-copy {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.urm-editorial-footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.urm-editorial-footer-bottom-links a {
    color: #444;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.25s ease;
}

.urm-editorial-footer-bottom-links a:hover {
    color: #000;
}

/* responsive */
@media (max-width: 1199px) {
    .urm-editorial-footer-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .urm-editorial-footer {
        padding: 48px 0 20px;
    }

    .urm-editorial-footer-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .urm-editorial-footer-contact-item-address .urm-editorial-footer-contact-text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .urm-editorial-footer {
        padding: 40px 0 18px;
    }

    .urm-editorial-footer-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .urm-editorial-footer-list li {
        margin-bottom: 12px;
    }

    .urm-editorial-footer-list a,
    .urm-editorial-footer-contact-text,
    .urm-editorial-footer-contact-name {
        font-size: 14px;
    }

    .urm-editorial-footer-bottom {
        margin-top: 28px;
    }

    .urm-editorial-footer-bottom-links {
        justify-content: flex-start;
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .urm-editorial-footer {
        padding: 34px 0 16px;
    }

    .urm-editorial-footer-title {
        font-size: 18px;
    }

    .urm-editorial-footer-socials {
        gap: 10px;
    }

    .urm-editorial-footer-social {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }

    .urm-editorial-footer-copy,
    .urm-editorial-footer-bottom-links a {
        font-size: 13px;
    }
}


.offcanvas.show {
    transform: none;
    z-index: 11111;
}
