/* for desktop */
@media (min-width: 992px) {
  #home-navbar-links {
    /*position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
  }
  #filters-home .search-button {
    margin-left: 10px;
  }
}

/* for tablets */
@media (min-width: 768px) and (max-width: 991px) {
}

/* for mobile */
@media (max-width: 767px) {
  #filters-home li,
  #filters-home button[type="button"] {
    width: 100%;
  }
  #filters-home .search-button {
    margin-left: 5px;
    margin-bottom: 5px;
  }
}

#home-navbar-links {
  display: ruby !important;
  margin-left: 15px;
}
#home-navbar-links li {
  margin-left: 10px;
}

.currency-radio {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #0d6efd; /* Bootstrap blue */
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* When checked */
.currency-radio:checked {
  border-color: #0061C2;
  background-color: #0061C2;
}

/* Optional: add inner circle (dot) */
.currency-radio:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.modal {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  width: 380px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.modal button.close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #666;
}

.swiper-home-hero-brands img {
  width: 300px !important;
}
#get-in-touch-bottom-footer li svg {
  width: 24px;
  fill: #FF5406;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#get-in-touch-bottom-footer li {
  position: relative;
}
.footer_one .footer_about_widget ul li a,
.footer_one .footer_contact_widget ul li a {
  color: white !important;
}
.footer_one .footer_about_widget .title,
.footer_one .footer_contact_widget .title {
  border-left: 3px solid #0061C2;
  padding-left: 5px;
  font-weight: bolder !important;
}
#form-newsletter-footer input:-webkit-autofill,
#form-newsletter-footer input:-webkit-autofill:hover,
#form-newsletter-footer input:-webkit-autofill:focus, {
  -webkit-box-shadow: 0 0 0 1000px #f3f3f3 inset !important; /* your background color */
  box-shadow: 0 0 0 1000px #f3f3f3 inset !important;
  -webkit-text-fill-color: #000 !important; /* text color */
  transition: background-color 5000s ease-in-out 0s; /* prevents flashing */
}
.placeholder-bold::placeholder {
  font-weight: bold !important;
}
.text-left {
  text-align: left !important;
}
#home-contact-us textarea,
#home-contact-us select {
  background-color: lightgray;
  border: none;
  border-radius: 10px;
  padding: 9px 15px;
  font-size: 14px;
  color: black;
  width: 100%;
}
#home-contact-us textarea::placeholder {
  color: black;
  opacity: 1;
}

.image-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 8px;
}

.image-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Black overlay */
.image-container::before {
  content: "";
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; */
  background: rgba(0, 0, 0, 0.2); /* black with 50% opacity */
}

.icon-text {
  display: inline-flex;
  cursor: pointer;
}
.icon-text svg path {
  fill: #0061C2 !important;
}
.icon-text span {
  /*width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;*/

  display: inline-block;    /* or block/flex item — must not be inline */
  width: 82px;             /* must have a fixed or max width */
  white-space: nowrap;      /* no line breaks */
  overflow: hidden;         /* hide the overflowed text */
  text-overflow: ellipsis;  /* show "..." when text is truncated */
  vertical-align: middle;   /* optional, for alignment */
  /*border: 1px solid #ccc;*/
  /*padding: 4px 8px;*/
  box-sizing: border-box;
}

.swiper-button-prev-custom {
  cursor: pointer;
  font-size: 70px;
  color: #0061C2;
  z-index: 10;
  margin-left: 30px;
}
.swiper-button-next-custom {
  cursor: pointer;
  font-size: 70px;
  color: #0061C2;
  z-index: 10;
  margin-right: 30px;
}
.swiper-button-prev,
.swiper-button-next {
    color: #0061C2 !important;
    opacity: 1 !important;
}
#filters-home input::placeholder {
  color: black;
  opacity: 1;
}
#filters-home input,
#filters-home select {
  border: none;
  background-color: white;
  color: black;
  padding: 15px 30px;
}
#filters-home .list-inline-item {
  background-color: white !important;
  position: relative;
  transform: translateY(40%);
}
#filters-home {
  background-color: white;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 10px;
  border-radius: 15px !important;
}
#signin-header {
  border: 2px solid;
  border-radius: 15px;
}
#signin-header:hover {
  background-color: #FF5406;
  color: white !important;
}
.font-italic {
  font-family: 'MyFontItalic', sans-serif !important;
}
.row.custom-row-view .why_chose_us {
  border-bottom: solid 5px #cdcdcd;
  border-radius: 20px;
  padding: 30px !important;
  text-align: center !important;
  min-height: 390px !important;
  border-top: solid 5px #cdcdcd;
  border-right: solid 1px #cdcdcd;
  border-left: solid 1px #cdcdcd;
}
.custom-why-chose h2 {
  /*font-size: 24px !important;*/
  line-height: 29px !important;
  /*margin-top: 20px !important;*/
  /*margin-bottom: 20px !important;*/
  text-align: center !important;
}
.why_chose_us .details p {
  /*color: #5F6973;*/
  /*font-size: 13px;*/
  /*font-style: normal;*/
  font-weight: 400;
  /*line-height: 24px;*/
  /*letter-spacing: 0em;*/
  /*margin-bottom: 0;*/
}
.row.custom-row-view p, .row.custom-row-view ul li {
  /*font-size: 16px !important;*/
}
.custom-why-chose ul li {
  margin-bottom: 10px !important;
}
.about_content p {
  /*font-size: 16px !important;*/
}
.custom-contac-g {
  /*text-align: center !important;*/
}
.custom-contac-g p {
    font-size: 16px !important;
}
.tp-contact-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: #333;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
}
.tp-contact-input-box:not(:last-child) {
  margin-bottom: 14px;
}
.tp-contact-input-box {
  position: relative;
}
.tp-contact-input-wrapper {
  margin-bottom: 8px;
}
.tp-contact-input textarea {
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  color: #333;
  width: 100%;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  /*height: 200px;*/
  padding-top: 16px;
  padding-bottom: 16px;
}
.tp-contact-info-wrapper {
  margin-left: 5px;
  padding-top: 50px;
}
.tp-contact-wrapper {
  margin-right: 73px;
}
.tp-contact-info-content p {
  font-size: 18px;
  line-height: 1.44;
}
.custom-sellin-section-img .img-fluid.thumb2 {
  right: 0 !important;
  bottom: -100px !important;
}
.about_thumb .thumb2 {
  border-radius: 4px;
  bottom: -130px;
  max-width: 365px;
  position: absolute;
  right: -65px;
  width: 100%;
}
.about_thumb {
  position: relative;
}
.why-chose-two .details p {
  /*font-size: 14px !important;*/
}
.why_chose_us .details p {
  color: #5F6973;
  /*font-size: 13px;*/
  font-style: normal;
  font-weight: 400;
  /*line-height: 24px;*/
  /*letter-spacing: 0em;*/
  margin-bottom: 0;
}
.why_chose_us .details .title, .why_chose_us .details .title a {
  color: #1A3760;
  /*font-size: 16px;*/
  /*font-style: normal;*/
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
}
.why-chose-two .why_chose_us {
  margin-bottom: 60px !important;
}
.why_chose_us {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-two-box {
  /*background: #F6F6F6 !important;*/
  background-color: rgb(31 31 32) !important;
}
.custom-about-section ul {
  margin-top: 50px;
}
.custom-about-section ul li {
  margin-bottom: 20px;
  font-size: 18px !important;
  border-left: solid 2px #0061C2;
  line-height: 18px !important;
  padding-left: 15px !important;
  color: white;
}
.custom-two-box-last ul li {
  font-weight: 700 !important;
}
.custom-two-box-last p {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-size: 15px !important;
  font-weight: normal !important;
}
.bg-white {
  background-color: white !important;
}
.terms_condition_grid p,
.terms_condition_grid ul li,
.terms_condition_grid ol li {
  font-size: 16px !important;
}
.testimonial_box .details p {
  color: #5F6973;
  /*font-family: Barlow;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.custom-testimoinal .testimonial_box .details {
  margin-left: 0 !important;
}
.custom-testimoinal .title {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.testimonial_box.custom-testimonial_box {
  margin-bottom: 40px !important;
  box-shadow: 0px 1px 0px rgba(23, 26, 33, 0.05);
}
.custom-testimoinal .icon {
  font-size: 74px !important;
}
.terms_condition_widget p {
  font-size: 16px;
  border-bottom: solid 2px !important;
  padding-bottom: 20px !important;
}
.terms_condition_widget ul li a {
  color: #5F6973;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
}
.custom-faq p, .custom-faq li {
  font-size: 16px !important;
}
.terms_condition_widget .list_details .active {
  color: #1947E2 !important;
}
/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 18px;
  font-weight: bold;
  color: #fff;

  --f: .5em; /* control the folded part */
  
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#f05924 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
  background-color: #f05924; /* the main color  */
}

.features-section {
  /*font-family: system-ui, sans-serif;*/
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 700px;
  /*line-height: 1.6;*/
}

.features-section .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-section .features-list li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  /*font-size: 1rem;*/
  color: #111827;
  position: relative;
}

.features-section .features-list li::before {
  content: "✔";
  color: #16a34a;
  position: absolute;
  left: 0;
}

.features-section .features-list strong {
  /*color: #2563eb;*/
}