* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto";
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1140px;
}

.bg-f4f4f4 {
  background-color: #f4f4f4;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* top brands css start here */
.our-best-supporters-wrapper {
  padding: 35px 0;
  text-align: center;

  h2 {
    font-size: clamp(1.5625rem, 1.3352rem + 1.1364vw, 2.1875rem);
    color: #000;
    font-size: 500;
    margin-bottom: 10px;
  }
}

/* img-slider */
.image-slider .swiper-slide {
  height: auto;
  background-color: #fff;

  img {
    object-fit: contain;
  }
}

.logos-slider .swiper-slide {
  background-color: #fff;
  border: 1px solid #f65425;
  padding: 5px;
  border-radius: 8px;
  aspect-ratio: 16/10;

  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 18px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: bold;
  color: #f65425;
  top: 58%;
}

.diflex-product-banner {
  img {
    width: 100%;
  }
}

/* top brands css end here */
.whatsapp-btn-wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
  transition: 0.5s;
  z-index: 9999;

  &:hover {
    p {
      display: block;
    }
  }
}

.whatsapp-fixed-btn {
  transition: ease-in-out 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;

  p {
    white-space: nowrap;
    padding: 0px 16px;
    line-height: 1.6;
    font-size: 15px;
    background-color: #25d366;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0px 10px;
    display: none;
  }
}

.preferrence-btn {
  position: fixed;
  left: 15px;
  bottom: 15px;
  background-color: #0056b3;
  border-radius: 50%;
  padding: 0;
  height: 45px;
  width: 45px;
  z-index: 9999;
}

.custom-tooltip {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4e4b66;
  color: white;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  margin-left: 10px;
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent #4e4b66 transparent transparent;
}

.preferrence-btn:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}

#toggleBtn {
  background-color: transparent;
  color: #0056b3;
  border: none;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 5px;
}

#more {
  display: none;
}

.modal-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #212121;
}

.modal-body {
  p {
    font-size: 14px;
  }

  .accordion-button {
    padding-left: 40px;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;

    div {
      display: flex;
      justify-content: space-between;
      padding-bottom: 15px;

      span {
        color: #212121;

        &:nth-child(1) {
          font-size: 16px;
          font-weight: 700;
        }

        &:nth-child(2) {
          color: #008000;
          font-weight: 600;
          line-height: 24px;
          font-size: 14px;
        }
      }
    }

    &::after {
      position: absolute;
      margin-left: 0;
      left: 15px;
      top: 20px;
      width: 12px;
      height: 12px;
      background-size: 12px !important;
    }

    p {
      width: 100%;
      margin: 0;
    }
  }
}

.modal-body .accordion-body p {
  color: #212121;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 10px;
  background-color: #f4f4f4;
  border-color: #ebebeb;
  border-radius: 5px;
}

.modal-body .accordion-item {
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
}

.modal-footer {
  flex-wrap: nowrap;

  .btn {
    width: 100%;
    color: #f65425;
    background-color: transparent;
    border: 2px solid #f65425;
    border-radius: 0;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;

    &:nth-child(3) {
      background-color: #f65425;
      color: #fff;
    }

    &:hover {
      opacity: 0.9;
    }
  }
}

.modal-dialog {
  z-index: 999;
}

#onLoadModal .modal-dialog {
  margin-left: 20px;
  height: calc(100% - 56px);
}

body:has(#onLoadModal[aria-modal="true"]) {
  .preferrence-btn {
    display: none;
  }
}

/* loader */

.loader-wrapper {
  position: relative;
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.countdown small {
  font-size: 0.85rem;
  color: #aaa;
}

/* countDown end here */

/* SHOWCASING BEST IN CLASS – DIFLEX 2025 start here */
.best-in-class-wrapper {
  padding-block: 30px;

  h2 {
    font-size: clamp(1.5625rem, 1.2898rem + 1.3636vw, 2.3125rem);
    text-align: center;
    color: #ff5f00;
    margin-bottom: 30px;
  }
}

.best-in-class-list {
  border-right: 2px solid #000;
  padding-block: 10px;
  height: 100%;

  li {
    font-size: 16px;

    svg {
      margin-right: 5px;
    }
  }
}

@media (max-width: 767px) {
  .best-in-class-list {
    border-right: 0;
    border-bottom: 2px solid #000;
  }
}

/* SHOWCASING BEST IN CLASS – DIFLEX 2025 End here */

/*  supporting partners start here*/
.suporting-partner-wrapper {
  padding-block: 30px;
  display: flex;
  align-items: start;
  gap: 50px;
}

.partner-box {
  h2 {
    text-align: center;
    font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.0625rem);
    min-height: 90px;
    line-height: 1;
  }

  ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

    li {
      border: 1px solid #ff5f00;
      padding: 10px;
      border-radius: 8px;
      min-width: 150px;
      flex: 1 1;
    }
  }
}

@media (max-width: 767px) {
  .suporting-partner-wrapper {
    flex-direction: column;
  }

  .partner-box {


    ul {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;

      li {

        flex: 0;
      }
    }
  }
}

/*  supporting partners end here*/

/* market valued Start here */
.bordered-heading {
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.0625rem);
  border-bottom: 3px solid #ff5f00;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.market-valued-wrapper {
  background-color: #e0e0e0;
  padding-block: 50px;
  text-align: center;

  p {
    padding-inline: 50px;
    text-align: left;

    b {
      color: #ff5f00;
    }
  }
}

@media (max-width: 767px) {
  .market-valued-wrapper {

    p {
      padding-inline: 0px;
    }
  }
}

/* market valued End here */

/* Shoes Exhibition Start here */
.shoes-exhibition-wrapper {
  padding-block: 50px;
  border-top: 2em solid #000;
  border-bottom: 2em solid #ff5f00;

  h2 {
    font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.0625rem);
    margin-bottom: 40px;
    color: #ff5f00;
  }

  p {
    display: flex;
    gap: 10px;
    text-align: justify;

    span {
      width: 100%;
      padding-inline: 20px;

      &:first-child {
        border-right: 1px solid #000;
      }
    }
  }
}

@media (max-width: 767px) {
  .shoes-exhibition-wrapper {
    padding-block: 30px;


    p {
      display: flex;
      flex-direction: column;

      span {
        width: 100%;
        padding-inline: 0;

        &:first-child {
          border-right: 0;
        }
      }
    }
  }
}

/* Shoes Exhibition End here */

/* light box start here */
.glimpses-light-box-wrapper {
  margin-top: 50px;

  .btn {
    text-align: center;
    display: block;
    margin-inline: auto;
    width: 164px;
    height: 48px;
    place-content: center;
    background-color: #f65425;
    color: #fff;
    border-radius: 0;
    margin-top: 30px;

    &:hover {
      background-color: #ff5f00;
    }
  }
}

.Glimpses-light-box div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  width: auto;

  .uk-inline {
    position: relative;

    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
      opacity: 0;
      transition: all ease-in-out .5s
    }

    &:hover {
      &::after {
        opacity: 1;
      }
    }

  }
}

/* light box End here */

/* New Coverages- Shoes start here */
.New-Coverages-Shoes-wrapper {
  padding-block: 50px;

  .btn {
    text-align: center;
    display: block;
    margin-inline: auto;
    width: 164px;
    height: 48px;
    place-content: center;
    background-color: #f65425;
    color: #fff;
    border-radius: 0;
    margin-top: 30px;

    &:hover {
      background-color: #ff5f00;
    }
  }

}

.shoe-coverage-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;



}

.shoe-coverage-box {
  &:hover {
    p b {
      color: #2575fc;
    }

    img {
      transform: scale(1.1);
    }

  }

  .shoe-coverage-banner {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 8px;


  }

  img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: all ease-in-out .5s;
  }
}

.shoe-coverage-body {
  background: #ffffffc9;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
  border-radius: 10px;
  padding: 10%;
  margin-inline: 3%;
  transform: translateY(-20px);
  min-height: 340px;

}

@media (max-width: 767px) {
  .shoe-coverage-body {
    min-height: fit-content;
    padding: 15px;
  }
}

/* New Coverages- Shoes End here */


/* Leather Expo start here */
.leather-expo {
  padding-block: 50px;

  h2 {
    font-size: clamp(1.8125rem, 1.3125rem + 2.5vw, 3.1875rem);
    font-weight: 400;
    line-height: 1.2em;
    color: #FF5F00;
  }

  p {
    margin-top: 15px;
    text-align: justify;
  }
}

.leather-expo-img-box {
  padding: 0em 3em 5em 0em;
  position: relative;
  margin-right: 15px;

  img {
    &:nth-child(1) {
      height: 465px;
      object-fit: cover;
      object-position: center center;
      box-shadow: -21px -21px 0px 0px #F9F1EC;
    }

    &:nth-child(2) {
      position: absolute;
      right: 0;
      bottom: 34px;
      max-width: 50%;
      box-shadow: 21px 21px 0px 0px #F9F1EC;
    }
  }
}

@media (max-width: 767px) {
  .leather-expo {
    padding-block: 30px;
  }

  .leather-expo-img-box {
    padding: 0em 3em 5em 0em;
    position: relative;
    margin-right: 0;

    img {
      &:nth-child(1) {
        height: auto;

      }
    }
  }
}


/* Leather Expo End here */

/* Why Attend DIFLEX start here      */
.why-Attend-DIFLEX-wrapper {
  padding-block: 50px;
  background-color: #F7F7F7;
}

.why-attend-box {
  border-bottom: 5px solid #fff;
  padding: 50px 40px 50px 40px;
  border-radius: 5px 5px 5px 5px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transition: all ease-in-out .5s;
  position: relative;

  &:hover {
    border-bottom: 5px solid #FF5F00;
  }

  h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  p {
    text-align: justify;
  }

  span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff057c;
    font-size: .70588rem;
    padding: 10px;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .why-attend-box {
    padding: 40px 15px 15px;
  }
}

/* Why Attend DIFLEX End here      */

/* product-images-gallery start here */
.product-images-gallery {
  padding-block: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 8px;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    &:nth-child(1) {
      grid-row: span 3 / span 3;
    }

    &:nth-child(2) {
      grid-row: span 2 / span 2;
      grid-column-start: 1;
      grid-row-start: 4;
    }

    &:nth-child(3) {
      grid-column: span 3 / span 3;
      grid-row: span 5 / span 5;
      grid-column-start: 2;
      grid-row-start: 1;
    }
  }
}

/* product-images-gallery End here */

/* MEET OUR TOP SPEAKERS start here */
.speakers-wrapper {
  padding-block: 50px;
}

.flip {
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.5);
  width: 100%;

  transform-style: preserve-3d;
  transition: 1.5s ease;
}

.flip:hover {
  transform: rotateY(180deg);
}

/* Content */
.flip .content {
  transform-style: preserve-3d;
}

.flip .back,
.flip .front {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;

}

.flip .back {

  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flip .back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flip p {
  transform: translateZ(90px);
  text-align: center;
  padding: 15px;
}

.flip h2 {
  font-size: 3em;
  color: #fff;
  letter-spacing: 1px;
}

.flip p {
  font-size: 1em;
  color: #fff;
  line-height: 1.6em;
}

.flip::before,
.flip::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #ff5f00;
  transform: rotateY(180deg)translateZ(1px);
}

.flip::before {
  transform: none;
  background: #ff5f00;
}

/* MEET OUR TOP SPEAKERS End here */

/* contact us section start here */
.contact-us-wrapper {
  height: 336px;
  display: flex;
  place-content: center;
  align-items: center;
  background: url(../images/contact-us-section-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

  }

  .btn {
    text-align: center;
    display: block;
    margin-inline: auto;
    width: 164px;
    height: 48px;
    place-content: center;
    background-color: #f65425;
    color: #fff;
    border-radius: 0;
    z-index: 9;

    &:hover {
      background-color: #ff5f00;
    }
  }


}

/* contact us section End here */



/* Book A Stand Page css start here */
.book-a-stand-wrapper {
  padding: 50px 0;

  h2 {
    font-size: clamp(1.5625rem, 1.108rem + 2.2727vw, 2.8125rem);
    text-align: center;
    color: #ff5f00;
    font-weight: 700;
    margin-bottom: clamp(1.5625rem, 0.9943rem + 2.8409vw, 3.125rem);
  }

  p {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 10px;

    a {
      color: #FF5F00;
    }
  }

  hr {
    border-color: #000;
  }
}

.form-submit-btn {
  background-color: #ff5f00;
  color: #fff;
  border: none;
  padding: 8px 23px;
  border-radius: 3px;

  &:hover {
    background-color: #FFAF80;

  }
}

.Book-now-btn {
  background-color: #ff5f00;
  color: #fff;
  border: none;
  padding: 12px 50px;
  border-radius: 3px;
  transition: all ease-in-out .5s;
  font-size: 20px;
  display: inline-block;

  &:hover {
    background-color: #000;
    transform: translateY(-10px);
    color: #fff;


  }
}

/* Book A Stand Page css End here */
.main-banner-wrapper.image-banner-wrapper.visitor-banner-wrapper {
  background: url(../images/visitor-banner.jpg) no-repeat center center / cover;

}

.main-banner-wrapper.image-banner-wrapper.why-to-visit-banner-wrapper {
  background: url(../images/why-to-visit.jpg) no-repeat center center / cover;

}

.main-banner-wrapper.image-banner-wrapper.new-coverage-banner-wrapper {
  background: url(../images/new-coverage-banner-wrapper.jpg) no-repeat center top / cover;

}

.why-to-visit-wrapper {
  width: 100%;
  max-width: 850px;
  padding: 0px 15px 50px;
  margin-inline: auto;

  p {
    margin-bottom: 10px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 31px;
  }
}

/* media pages css start here */

.videos-wrapper {
  padding-inline: 8%;

  h2 {
    font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.0625rem);
    margin-bottom: 20px;
  }

  iframe {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
  }
}

.bordered-heading.left {
  border-left: 3px solid #ff5f00;
  padding: 10px;
  border-bottom: 0;
  text-align: left;
  margin-block: 30px 20px;
}

/* media pages css End here */
@media (max-width: 767px) {
  .border-plus-btn {
    display: none;
  }
}

@media (max-width: 575px) {
  #onLoadModal .modal-dialog {
    margin-left: 0px;
    padding-bottom: 90px;
    padding-inline: 20px;
  }

  #onLoadModal .modal-dialog .modal-footer {
    gap: 10px;
    flex-wrap: wrap;

    button {
      margin: 0;
    }
  }
}

/* download-brochure-wrapper start here */
.download-brochure-wrapper {
  background-color: #f9f1ec;

  h2 {
    color: #000;
  }

}

/* download-brochure-wrapper End here */