.theme-left-head{
    border-left: 8px solid #EB5757;
    margin-right: 10px;
    margin-top: 55px;
    margin-bottom: 30px;
}
.theme-left-head p{
font-weight: 700;
padding-left: 12px;
margin-bottom: 0px;
}
.theme-left-heading{
font-size: 30px;
font-weight: 600;
padding-left: 12px;
text-transform: uppercase;
}


.custom-box-wrap {
width: 100%;
display: inline-block;
  margin-top: 100px;
}
.custom-box-pack {
background-color: #fff5f5;
border: 1px solid #f7dede;
height: 190px;
border-radius: 10px;
text-align: center;
position: relative;
bottom: 0;
left: 0;
right: 0;
border-color: #f9660d85;
}
.custom-box-pack-image {
position: relative;
top: -90px;
transition: transform 0.3s ease;
}

.custom-box-pack-image img {
max-height: 216px;
transition: transform 0.4s ease;
}

.custom-box-pack:hover .custom-box-pack-image img {
transform: scale(1.05);
}
.custom-box-pack:hover{
    background-color: #f9660d3d;
}

.custom-box-pack-body {
margin-top: -90px;
}

.custom-box-pack-body a {
font-size: 20px;
text-decoration: none;
color: #333;
font-weight: 500;
display: block;
}
.custom-box-pack-body a:hover {
color: #f9660d;

}
.theme-bg{
    background-color: #fceae8;
}

.world-map-section {
  width: 100%;
  padding: 100px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.card-custom {
max-width: 800px;
margin: 0 auto;
}

.heading-red {
color: #e65947;
font-weight: bold;
}

.heading-large {
font-size: 3vw;
line-height: 1;
font-weight: bold;
}

.description {
line-height: 1;
font-weight: bold;
}

.subheading {
font-size: 1.8vw;
font-weight: bold;
color: #000000;
}

.simple-card-2{
    background-color: rgba(230, 89, 71, 0.1);
    text-align: center;
    border: solid 0.5px #E65947;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 180px;
    overflow: hidden;
    margin-bottom: 25px;
}
.simple-card-2 img {
    transition: transform 0.3s ease;
  }

  .simple-card-2:hover img {
    transform: scale(1.05);
  }

  .simple-card-2 p {
    color: #000;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  .simple-card-2:hover p {
    color: #E65947;
  }
  .querry-question{
    font-size: 24px;
    font-weight: 600;
  }
  .querry-ans{
    font-size: 15px;
    line-height: 28px;
  }

  .faq-question {
    background-color: rgba(230, 89, 71, 0.1);
    padding: 15px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 500;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }
  .custom-5-item {
    flex: 0 0 calc(20% - 0.75rem);
    padding: 20px;
  }
.faq-item{
    margin-bottom: 10px;
}
.carusal-heading {
    font-size: 22px;
    font-weight: 600;
    color: #f9660d;
    text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000,
    -2px  0px 0 #000,
     2px  0px 0 #000,
     0px -2px 0 #000,
     0px  2px 0 #000;
  }
  .long-text {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
  }

  .long-text.expanded {
    height: auto;
  }

  .long-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    display: none;
  }

  .long-text:not(.expanded)::after {
    display: block;
  }

  .read-more-btn {
    padding: 8px 16px;
    background-color: #f9660d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
  }

  .read-more-btn:hover {
    background-color: #f9660d;
  }

  .product-slider {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
  }

  .product-slider .col-md-2 {
    flex: 0 0 auto;
    margin-right: 20px;
  }


  .product-slider:hover {
    animation-play-state: paused;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .footer-text{
    font-size: 14px !important;
    color: #6c757d;
    line-height: 24px;
  }

  .footer-section {
    margin-top: 40px;
}
  .form-type{
    text-align: center;
    color: white;
    background-color: #f9660d;
    border-top-right-radius: 65px;
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0px;
  }
  .label-icon {
    color: #E65947;
    margin-right: 10px !important;
}
.form-label {
  font-size: 17px;
  font-weight: 600;
  margin-top: 13px;
}
.captcha-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.captcha-error {
  color: red;
  font-size: 14px;
  font-weight: bold;
  display: none;
}

.captcha-operator,
.captcha-equal {
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* Default: show 6 items (col-md-2 = 16.66%) */
#productSlider > div {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.border-form{
  border-color: rgb(255 227 223) !important;
  border-bottom-right-radius: 65px;
}
.sub-category-item a {
  color: black;
}
.sub-category-item:hover a {
  color: white;
}

/* For screens 1024px and below: show 4 items */
@media (max-width: 1024px) {
  #productSlider > div {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
