.mb-20{
    margin-bottom:20px;
}
.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #020202;
  border-radius: 40px; /* Fully rounded corners */
  overflow: hidden;
  flex:1;
  max-width: 500px; /* Adjust as needed */
}

.search-box input {
  border: none;
  padding: 20px 15px;
  flex: 1;
  outline: none;
  font-size: 16px;
}

.search-box .searchform{display: flex;flex: 1;align-items: center;margin: 0;}

.search-box input::placeholder {
  color: #aaa;
}

.search-box button {
  background-color: #e88e2f;
  border: 1px solid #000;
  padding:  15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
  color: #fff;
}

.search-box button i{
    font-size:20px;
}

#top-search.search-box button{
    padding:6px;
}

#top-search.search-box button i{
    font-size:14px;
}

/* Slider  */

.button-3d-white {
  font-size: 14px;
  position: relative;
  width: auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 80px;
  padding: var(--height) var(--wide);
  top: 0px;
  border: solid 2px #000;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s ease;
  letter-spacing:0.6px;
  -webkit-box-shadow: 0px var(--3d) 0px #e88e2f;
  -moz-box-shadow: 0px var(--3d) 0px #e88e2f;
  box-shadow: 0px var(--3d) 0px #e88e2f;
}



.button-3d-white:hover {
  -webkit-box-shadow: 0px 0px 0px #e88e2f;
  -moz-box-shadow: 0px 0px 0px #e88e2f;
  box-shadow: 0px 0px 0px #e88e2f;
  position: relative;
  top: var(--3d);
}

#oc-packageSlides .package-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 400/440;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    justify-content: end;
    align-items: center;
    opacity:0.9;
}

#oc-packageSlides .owl-stage-outer{
    border-radius:20px;

}

.package-image{
    position: relative; 
    overflow: hidden;  
}

.package-image::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


 .package-image > * {
    position: relative;
    z-index: 2;
}

.category-item .package-image{
    padding:50px 20px 70px;
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
}

.mobile-category{
    border-radius:20px;
    overflow:hidden;
}


#process .tag{
    background:#F0F6F8;
}


#custom-order.homepage .list-container{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 18px;
}

#custom-order .custom-left{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:start;
}

#custom-order.homepage h3{
    margin-bottom:20px;
}

#custom-order.homepage .list-container p{
    margin: 0;
}



#custom-order.homepage .custom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

#custom-order.homepage .top-item {
  grid-column: 1 / span 2; 
  border-radius: 12px;
  text-align: center;
  border-radius: 16px;
  display: flex;
  background-color: #f7f2ef;
  height:300px;
  justify-content: space-between;
  overflow: hidden;
}

#custom-order.homepage .top-item img{
    clip-path: ellipse(100% 100% at 100% 50%);
    width: 500px;
    object-fit: cover;
    object-position: right;
}

#custom-order.homepage .top-item .item-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex:1;
    padding:15px 30px;
}

#custom-order.homepage .top-item .item-desc p{
    margin:0;
}

#custom-order.homepage .bottom-item {
  background-color: #f7f2ef;
  border-radius: 16px;
  border-radius: 12px;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  max-height:300px;
  overflow: hidden;
}

#custom-order.homepage .bottom-item h4{
    padding:25px;
}

#custom-order.homepage .bottom-item img{
    object-fit: cover;
    clip-path: ellipse(75% 100% at 50% 0);
    flex: 1;
    max-height: 220px;
}

#custom-order .button-3d{
    margin:20px 0 30px;
}

#about.homepage{
  background-image:url("../../images/ronson/about-bg.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow:hidden;
}

#about.homepage .card-container h2{
  font-weight:600;
}

#about.homepage .card-container{
  background-color: #fff;
  padding: 50px;
  border-radius: 16px;
  max-width:580px;
}

#about.homepage .card-container .tag{
  background-color: #F0F6F8;
}

#about.homepage .card-container .button-3d{
  margin:15px 0 0;
}




/* CTA */
#cta .ctabox .button-3d{
  font-size: 18px;
  margin-top:30px;
  letter-spacing:0.9px;
}

#cta .ctabox{
    position:relative;
}

#cta .ctabox .sm-text{
  letter-spacing:0.6px;
}

#cta .ctabox svg.left{
    position:absolute;
    top:0;
    left:0;
    opacity:0.5;
}

#cta .ctabox svg.right{
    position:absolute;
    top:0;
    right:0;
    opacity:0.5;
}

#cta .cta-content{
    padding:85px 0;
}


/* Top Banner */
.top_banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    min-height: 480px;
}
.image_absolute {
    position: absolute;
    top: 64%;
    transform: translateY(-64%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    min-height: 480px;
    background-size: cover !important;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-content .card-container{
	background: #fff;
    padding: 51px 34px;
    border-radius: 16px;
    max-width: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* About Page */
.testimonial-item {
    background: white;
    height: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
}
.testimonial-item  .testimonial-content{
    background-color: #f5f5f5; 
    padding: 30px; 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial-item   .customer-info img{
  object-fit: cover;
}

.testimonial-item .customer-info .title{
    color: #000;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom:3px;
}
.testimonial-item .customer-info .subtitle{
color: #000;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity:0.5;
}
#testomonials.homepage .owl-stage-outer .owl-stage{
  display: flex;
}


/* Product Page */
.addtocart_button .button-3d,.addtocart_button .button-3d-white{
  flex:1;
  margin:0;
  font-size:18px;
  font-weight:600;
  padding: 15px 0;
}

.accordion-button::after{
	background-image: url(../../images/ronson/accordion-plus.svg);
}
.accordion-button:not(.collapsed)::after{
  background-image: url(../../images/ronson/accordion-minus.svg);
}



#faq{
  background-image: url(../../images/ronson/faq-footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 0;
  background-attachment:fixed;
}

#faq h1,#faq h4{
  color: #fff;
}


/* Contact us Page */
#info .tag{
  background-color: #F0F6F8;
}

#info .info-container{
  padding: 15% 12% 10%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  min-height: 100%;
}

#info .col-lg-3:nth-child(odd) .info-container {
    background-color: #F0F6F8;
}

#info .col-lg-3:nth-child(even) .info-container {
    background-color: #F7F2EF;
}

#info .info-wrapper{
  display: flex;
  width: 60px;
  height: 60px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border-radius: 8px;
}

@media(max-width:991px){
  #info .col-md-6{
    margin-bottom: 20px;
  }

}

.info-container .flexbox{
  display: flex;
  gap: 16px;

}

.required-field {
    position: relative;
}

.required-field::after {
    content: "*";
    color: red;
    position: absolute;
    right: 40px; /* adjust spacing */
    top: 50%;
    transform: translateY(-50%);
}

/*Responsive*/
@media(max-width:1200px){
   .button-3d-white,.addtocart_button .button-3d, .addtocart_button .button-3d-white{font-size:14px;} 
   .addtocart_button .button-3d, .addtocart_button .button-3d-white{padding:15px 0;}
   #cta .ctabox svg.left{
    left:-10%;
}

#cta .ctabox svg.right{
    right:-10%;
}

#custom-order.homepage .top-item img{
    width:350px;
    object-position:center;
}
}

@media(max-width:767px){
   .addtocart_button .button-3d, .addtocart_button .button-3d-white{padding:12px 0;}
   
   #oc-packageSlides .package-image{
       padding:15px;
   }
   #custom-order .button-3d{
       padding: 15px 30px;
   }
   #custom-order.homepage .bottom-item img{
       clip-path: ellipse(90% 100% at 50% 0);
   }
   #custom-order.homepage .top-item{flex-direction:column-reverse;}
   #custom-order.homepage .top-item img{clip-path: ellipse(90% 100% at 50% 0);flex:1;width:100%;}
   #custom-order.homepage .top-item .item-desc{padding-top:10px;}
   #custom-order.homepage .bottom-item h4{padding:15px;}
   .testimonial-item .customer-info img {
        height:100%;
        max-height:none;
        object-fit:contain;
   }
   #about.homepage .card-container{
       padding:25px 20px;
   }
   #about.homepage .card-container .button-3d{
       padding:12px 30px;
   }
   #process img{
       margin-bottom:20px;
   }
    #cta .cta-content{
        padding:60px 0;
    }
    .button-3d-white{
        font-size:12px;
    }
    
    #whyus .why-title{
        font-size:22px;
        font-weight:600;
    }
    #faq{background-attachment:unset;}
}

@media (min-width: 320px) and (max-width: 480px) {
    #cta .ctabox .button-3d{
      font-size: 16px;
      margin-top:30px;
      padding: 12px 30px;
    }
}
