/* Theme Building Customized CSS on premade components */
/* About Company */
.wptb-about-one {
  position: relative;
  overflow: hidden;
}

.wptb-about-one .wptb-item-layer-one {
  left: 5%;
  bottom: 0%;
}

.wptb-about-one .wptb-item-layer-two {
  right: 13%;
  top: 5%;
}

.wptb-about-funfact {
  margin-top: 100px;
}

.wptb-about--text {
  position: relative;
  font-size: 15px;
  line-height: 28px;
}

.wptb-about--text .wptb-about--text-one {
  font-size: 22px;
  line-height: 34px;
}

.wptb-about-one .wptb-item--button.round-button {
  position: absolute;
  bottom: -105px;
  left: calc(100% - 25px);
}

.wptb-about-one .round-button .btn {
  width: 170px;
  height: 170px;
  min-width: auto;
  padding: 0;
  border-radius: 100%;
  animation: icon-bounce infinite linear 5s;
}

@media screen and (max-width: 1366px) {
  .wptb-about-one .wptb-item-layer-one {
    left: -3%;
    bottom: 10%;
  }

  .wptb-about-one .wptb-item-layer-two {
    right: -10%;
    top: -10%;
  }
}

@media screen and (max-width: 1199px) {
  .wptb-about-funfact {
    margin-top: 50px;
  }

  .wptb-about-one .wptb-item--button.round-button {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .wptb-about-one .round-button .btn {
    width: auto;
    min-width: 190px;
    height: 60px;
    border-radius: 0px;
    padding: 15px;
  }
}

/* About Company - Two */
.wptb-about-two {
  position: relative;
  background-color: var(--color-dark-three);
  overflow: hidden;
  padding-bottom: 60px;
}

.wptb-about-two .container {
  position: relative;
  z-index: 1;
}

.wptb-about-two .wptb-image-single {
  position: relative;
}

.wptb-about-two .wptb-image-single .wptb-item--inner {
  position: relative;
  z-index: 1;
}

.wptb-about-two .wptb-item-layer-one {
  right: -50%;
  top: -15%;
  z-index: 0;
}

.wptb-about-two .wptb-item-layer-two {
  left: 0%;
  top: 0%;
  z-index: 0;
}

.wptb-about-two .wptb-item-layer-three {
  right: 0%;
  top: 0%;
  z-index: 0;
}

.wptb-about-two .wptb-about--text {
  position: relative;
  font-size: 15px;
  line-height: 28px;
}

.wptb-about-two .wptb-about--text h3 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wptb-about-two .wptb-about--text h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  display: block;
  width: 150px;
  height: 1px;
  background-color: var(--color-dark-seven);
}

.wptb-about-two .wptb-about--text .wptb-about--text-one {
  font-size: 22px;
  line-height: 34px;
}

.wptb-about-two .wptb-item--button.round-button {
  position: absolute;
  bottom: -50px;
  left: auto;
  right: -50px;
}

.wptb-about-two .round-button .btn {
  width: 170px;
  height: 170px;
  min-width: auto;
  padding: 0;
  border-radius: 100%;
  animation: icon-bounce infinite linear 5s;
}

@media screen and (max-width: 1199px) {
  .wptb-about-two .wptb-item--button.round-button {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 30px;
  }

  .wptb-about-two .round-button .btn {
    width: auto;
    min-width: 190px;
    height: 60px;
    border-radius: 0px;
    padding: 15px;
  }
}

.wptb-video-player1 .wptb-item-layer-one {
  right: -15%;
  bottom: -22%;
}

.wptb-agency-experience .wptb-heading {
  display: flex;
  margin-bottom: 0px;
}

.wptb-agency-experience .wptb-heading .wptb-image-single {
  flex: 0 0 58%;
}

.wptb-agency-experience .wptb-heading .wptb-image-single .wptb-item--image {
  margin-left: -60px;
}

.wptb-agency-experience .wptb-heading .wptb-item--title span {
  font-family: var(--font-family-three);
  -webkit-text-stroke-width: 1px;
  font-style: normal;
  font-weight: var(--fw-medium);
  letter-spacing: 1.5px;
}

.wptb-agency-experience .wptb-heading .wptb-item--description {
  font-size: 15px;
  padding-right: 50px;
}

.wptb-agency-experience--item {
  font-size: 24px;
  line-height: 30px;
  font-weight: var(--fw-medium);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  color: var(--color-white);
}

.wptb-agency-experience--item span {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 40px;
  background-color: var(--color-one);
  color: var(--color-white-fixed);
  border-radius: 100%;
}

.wptb-album-one {
  padding-left: 100px;
  padding-right: 100px;
}

.wptb-album-one .swiper-gallery-two .swiper-wrapper {
  padding-top: 50px;
  padding-bottom: 100px;
}

.wptb-album-one
  .swiper-gallery-two
  .swiper-slide.swiper-slide-active
  .grid-item {
  border-radius: 20px;
  box-shadow: 0px 25px 60px 15px rgb(0, 0, 0, 0.35);
}

/* FAQ's One */
.wptb-faq-one.pd-top-more {
  padding-top: 200px;
  z-index: 1;
}

.wptb-faq-one .wptb-heading .wptb-item--title {
  color: var(--color-white-fixed);
}

.wptb-faq-one .wptb-faq--inner .wptb-accordion1 .wptb--item {
  border-color: rgba(var(--color-white-rgb), 0.4);
}

.wptb-faq-one
  .wptb-faq--inner
  .wptb-accordion1
  .wptb--item.active
  .wptb-item-title {
  border-bottom: 1px solid rgba(var(--color-white-rgb), 0.4);
}

.wptb-faq-one .wptb-faq--inner .wptb-accordion .wptb-item--button {
  margin-top: 30px;
}

.wptb-faq-one .wptb-faq--inner .wptb-accordion .btn {
  color: var(--color-two);
  text-transform: uppercase;
  padding: 0;
  min-width: auto;
  background: transparent;
}

.wptb-faq-one .wptb-faq--inner .wptb-accordion .btn:hover {
  color: var(--color-one);
}

.wptb-faq-form {
  padding: 100px 60px;
  border-radius: 10px;
  overflow: hidden;
  background-size: auto;
}

/* Radial Progress */
.wptb-radial-progress-one {
  padding-top: 85px;
  padding-bottom: 75px;
}

/* Appointform */
.wptb-appointment-form-one {
  position: relative;
}

/* Clients/Partners */
.wptb-partners-one {
  padding: 80px 0px;
}

/* Work Process */
.wptb-work-process-one--inner {
  position: relative;
}

@media screen and (min-width: 992px) {
  .wptb-work-process-one--inner::before {
    content: url("../img/line.html");
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Awards */
.wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--inner {
  border-width: 0px;
}

.wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--value {
  font-size: 166px;
  line-height: 80px;
  color: var(--color-dark-one-blue);
}

.wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--value .suffix {
  color: var(--color-one);
  font-size: 96px;
  font-style: normal;
  font-weight: var(--fw-semibold);
  line-height: 28px;
}

.wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--text {
  color: var(--color-four);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: var(--fw-medium);
  line-height: 32px;
}

@media screen and (max-width: 1199px) {
  .wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--value {
    font-size: 140px;
    line-height: 1.2em;
  }

  .wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--value .suffix {
    font-size: 72px;
    line-height: 1.2em;
  }

  .wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--text {
    font-size: 20px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 991px) {
  .wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--value {
    font-size: 100px;
  }

  .wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--value .suffix {
    font-size: 60px;
  }

  .wptb-awards-one--inner .wptb-counter1.style1 .wptb-item--text {
    font-size: 18px;
  }
}

/* FAQ's Two */
.wptb-faq-two {
  background-color: #f8fafc;
  overflow: hidden;
}

.wptb-faq-two .wptb-faq-two--wrapper {
  position: relative;
  z-index: 1;
}

.wptb-faq-two .wptb-faq--inner + .wptb-image-single {
  z-index: -1;
}

.wptb-faq-two .wptb-faq--inner {
  position: relative;
  background-color: #f8fafc;
  padding: 110px 70px;
  padding-right: 0px;
}

.wptb-faq-two .wptb-faq--inner::after {
  content: "";
  background-color: #f8fafc;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 200%;
}

.wptb-faq-two .wptb-faq--inner .wptb-item--button {
  margin-top: 50px;
}

.wptb-faq-two .wptb-faq--inner .btn {
  color: var(--color-one);
  font-weight: var(--fw-normal);
  text-transform: uppercase;
}

/* Why Choose Two */
.wptb-why-choose-two .wptb-image-single--two {
  z-index: -1;
  max-width: 600px;
}

.wptb-contact-one {
  padding-bottom: 300px;
}

/* Contact Page */
.wptb-contact-page-wrapper {
  padding-left: 60px;
  padding-right: 60px;
  transition: var(--transition-base);
}

/* Contact Form */
.wptb-contact-form {
  position: relative;
}

.wptb-contact-form .container {
  position: relative;
  z-index: 1;
}

.wptb-contact-form::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    180deg,
    rgba(var(--color-dark-one-rgb), 1) 70%,
    rgba(var(--color-black-rgb), 0.8) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(var(--color-dark-one-rgb), 1) 70%,
    rgba(var(--color-black-rgb), 0.8) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(var(--color-dark-one-rgb), 1) 70%,
    rgba(var(--color-black-rgb), 0.8) 100%
  );
}


.wptb-contact-form .wptb-form--wrapper > * {
  position: relative;
  z-index: 1;
}

.wptb-contact-form .wptb-form--wrapper {
  position: relative;
  padding: 0px 30px 100px;
  border-radius: 10px;
  /* background: -webkit-linear-gradient(180deg, #141414 0%, #3e3a3a 100%);
  background: -moz-linear-gradient(180deg, #141414 0%, #3e3a3a 100%);
  background: linear-gradient(180deg, #141414 0%, #3e3a3a 100%); */
}

.wptb-contact-form .wptb-form--wrapper::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  border-radius: 10px;

  /* Combine gradient + image */
  background: 
    linear-gradient(180deg, #58585800 0%, #212121 100%),
    url('/assets/img/get-touch.png') no-repeat center center;
  
  background-size: cover; /* Ensure image covers the entire area */
}


.contact-page-form-main-box-bg {
  position: relative;
}

.contact-page-form-main-box-bg::before {
   content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  border-radius: 10px;

  /* Combine gradient + image */
  background: 
    linear-gradient(180deg, #343333cf 0%, #000000 100%), url(../img/get-touch.png) no-repeat center center;
  background-size: cover; /* Ensure image covers the entire area */
}



.wptb-contact-form .wptb-form--wrapper.no-bg::before {
  display: none;
}

.wptb-contact-form .wptb-item-layer {
  bottom: 20%;
  z-index: 0;
}

/* Index-1, Contact-1 */
.wptb-contact-form.style1 .form-control {
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
}

/* Index-4 */
.wptb-contact-form.style2::before {
  display: none;
}

.wptb-contact-form.style2 .wptb-form--wrapper {
  background: transparent;
}

.wptb-contact-form.style2 .form-control {
  border-radius: 30px;
  background-color: rgba(var(--color-dark-eleven-rgb), 0.23);
}

.wptb-contact-form.style2 textarea.form-control {
  border-radius: 20px;
}

/* Partners Page */
.wp-tb-partners-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  padding: 50px 200px 0px 200px;
}

@media screen and (max-width: 991px) {
  .wp-tb-partners-row {
    gap: 30px;
    padding: 50px 50px 0px 50px;
  }
}

@media screen and (max-width: 575px) {
  .wp-tb-partners-row {
    gap: 30px;
    padding: 50px 10px 0px 10px;
  }
}

.wptb-radio-list {
  gap: 60px;
}

.wptb-radio-list + .wptb-radio-list {
  margin-top: 10px;
}

/* Project Information */
.wptb-project-info1 {
  border: 1px solid var(--color-dark-seven);
  overflow: hidden;
  margin-bottom: 30px;
}

.wptb-project-info1 .wptb-item--title {
  margin-bottom: 0;
  background-color: var(--color-dark-five-fixed);
  color: var(--color-white-fixed);
  font-weight: var(--fw-medium);
  padding: 15px 30px;
  text-align: center;
}

.wptb-project-info1 .wptb--holder {
  padding: 30px 25px;
}

.wptb-project-info1 .wptb--item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--color-dark-seven);
}

.wptb-project-info1 .wptb--item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wptb-project-info1 .wptb--icon {
  min-width: 43px;
  width: 43px;
  height: 43px;
  border-radius: 43px;
  background-color: var(--color-one);
  line-height: 46px;
  text-align: center;
  color: var(--color-white);
  font-size: 16px;
}

.wptb-project-info1 .wptb--meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wptb-project-info1 .wptb--meta label {
  color: var(--color-white);
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 28px;
  margin-bottom: 0px;
}

.wptb-project-info1 .wptb--meta span {
  color: var(--color-two);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--fw-medium);
  line-height: 26px;
}

.wptb-project-info1 .rating .wptb--meta span {
  color: var(--color-one);
}

.wptb-project-info1 .wptb-item--footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: var(--color-dark-three-fixed);
  padding: 18px 20px;
}

.wptb-project-info1 .wptb-item--footer .wptb-footer--item {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
}

.wptb-project-info1
  .wptb-item--footer
  .wptb-footer--item
  + .wptb-footer--item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-dark-seven);
}

.wptb-project-info1 .wptb-item--footer .wptb-footer--item h3 {
  color: var(--color-white-fixed);
  font-family: var(--font-family-two);
  font-size: 32px;
  font-weight: var(--fw-light);
  line-height: 36px;
  text-transform: uppercase;
}

.wptb-project-info1 .wptb-item--footer .wptb-footer--item label {
  color: var(--color-two);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--fw-medium);
  line-height: 26px;
  /* 185.714% */
  margin-bottom: 0px;
}

/* Error 404 */

/* Coming Soon */
.wptb-credential {
  padding: 100px 100px;
  height: 100vh;
}

.wptb-credential--inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.wptb-credential .wptb-heading .wptb-item--subtitle {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-white-fixed);
  transition: var(--transition-base);
}

.wptb-credential .wptb-heading .wptb-item--title {
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: var(--fw-medium);
  line-height: 74px;
  /* 55.2% */
  text-transform: uppercase;
  color: var(--color-one);
  /* text-shadow: 5px 5px var(--color-one); */
  transition: var(--transition-base);
}

.wptb-credential .wptb-heading .wptb-item--description {
  font-size: 17px;
  font-weight: var(--fw-light);
  line-height: 28px;
  color: var(--color-white-fixed);
  transition: var(--transition-base);
}

.wptb-credential.error-404 .wptb-heading .wptb-item--subtitle {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  color: var(--color-white-fixed);
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .wptb-credential.error-404 .wptb-heading .wptb-item--subtitle::before,
  .wptb-credential.error-404 .wptb-heading .wptb-item--subtitle::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 235px;
    height: 1px;
    background-color: rgba(var(--color-white-rgb), 0.3);
  }

  .wptb-credential.error-404 .wptb-heading .wptb-item--subtitle::before {
    right: 70%;
  }

  .wptb-credential.error-404 .wptb-heading .wptb-item--subtitle::after {
    left: 70%;
  }
}

.wptb-credential.error-404 .wptb-heading .wptb-item--title {
  text-align: center;
  font-size: 122px;
  font-style: normal;
  font-weight: var(--fw-semibold);
  line-height: 82.8px;
  /* 55.2% */
  text-transform: uppercase;
  color: var(--color-one);
  /* text-shadow: 5px 5px var(--color-one); */
}

.wptb-credential.error-404 .wptb-heading .wptb-item--title span {
  color: var(--color-white);
  margin-right: 10px;
  transition: var(--transition-base);
}

.wptb-credential.error-404 .wptb-heading .wptb-item--title span,
.wptb-credential.error-404 .wptb-heading .wptb-item--title img {
  transition: var(--transition-base);
}

.wptb-credential.error-404 .wptb-heading .wptb-item--title span:nth-child(2) {
  display: inline-block;
  animation: wptb-spin infinite ease-in-out 10s;
}

.credential-form {
  position: relative;
  transition: var(--transition-base);
}

.credential-form .form-control {
  font-family: var(--font-family-base);
  color: var(--color-white-fixed);
  background: rgba(var(--color-dark-four-rgb), 0.5);
  height: 63px;
}

.credential-form .form-control:focus {
  color: var(--color-white-fixed);
  border-color: var(--color-dark-four);
}

.credential-form .btn-search {
  padding: 0;
  justify-content: space-between;
  border: 0;
  width: auto;
  min-width: auto;
  height: 100%;
  font-size: 30px;
  color: var(--color-white-fixed);
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: 25px;
  bottom: 0;
  transition: var(--transition-base);
}

.credential-form .btn-search:hover {
  right: 20px;
}

.wptb-credential #countdown ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  padding: 0px;
  margin: 0px;
}

@media screen and (min-width: 1200px) {
  .wptb-credential #countdown ul::before,
  .wptb-credential #countdown ul::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 235px;
    height: 1px;
    background-color: rgba(var(--color-white-fixed-rgb), 0.3);
  }

  .wptb-credential #countdown ul::before {
    right: 90%;
  }

  .wptb-credential #countdown ul::after {
    left: 90%;
  }
}

.wptb-credential #countdown ul li {
  position: relative;
  display: inline-block;
  font-family: var(--font-family-base);
  font-style: normal;
  font-size: 13px;
  font-weight: var(--fw-light);
  line-height: 15px;
  text-transform: uppercase;
  color: var(--color-white-fixed);
}

.wptb-credential #countdown ul li span {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: var(--fw-medium);
  line-height: 50px;
  color: var(--color-white-fixed);
  margin-top: 0px;
  margin-bottom: 15px;
}

.wptb-credential #countdown ul li:not(:last-child) {
  padding-right: 40px;
  margin-right: 40px;
}

/* .wptb-credential #countdown ul li:not(:last-child)::after {
    content: ':';
    position: absolute;
    top: 10%;
    left: calc(100% - 10px);
    font-size: 36px;
    line-height: 36px;
    ;
    font-weight: var(--fw-semibold);
} */

@media screen and (max-width: 1199px) {
  .wptb-credential .wptb-heading .wptb-item--title {
    font-size: 56px;
    line-height: 1.3em;
  }

  .wptb-credential.error-404 .wptb-heading .wptb-item--subtitle {
    font-size: 36px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 991px) {
  .wptb-credential .wptb-heading .wptb-item--title {
    font-size: 44px;
    line-height: 1.3em;
  }

  .wptb-credential #countdown ul li span {
    font-size: 36px;
  }

  .wptb-credential.error-404 .wptb-heading .wptb-item--subtitle {
    font-size: 24px;
    line-height: 1.2em;
  }

  .wptb-credential.error-404 .wptb-heading .wptb-item--title {
    font-size: 100px;
    line-height: 80px;
  }

  .wptb-credential.error-404 .wptb-heading .wptb-item--title img {
    max-width: 100px;
  }
}

/* Flatpickr */
.flatpickr-time input.flatpickr-hour,
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-family: var(--font-family-base);
  font-weight: var(--fw-light);
  border-radius: 0px;
  padding: 5px 10px;
  height: 100%;
  border-width: 0px;
}

/* World Map */
#world-map {
  height: 600px;
}

.wptb-item--vector-map {
  position: relative;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.wptb-map-item-list {
  position: absolute;
}

.wptb-map-item-list.one {
  top: 100px;
  left: 225px;
}

.wptb-map-item-list.two {
  top: 200px;
  left: 190px;
}

.wptb-map-item-list.three {
  top: 120px;
  left: 44%;
}

.wptb-map-item-list.four {
  top: 80px;
  right: 320px;
}

.wptb-map-item-list.five {
  top: 200px;
  right: 225px;
}

.wptb-map-item-list.six {
  bottom: 100px;
  right: 170px;
}

.wptb-map-item-list .wptb-item--inner {
  position: relative;
}

.wptb-map-item-list .wptb-item--inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.wptb-map-item-list .wptb-item--inner .wptb-item--image {
  cursor: pointer;
  width: 81px;
  height: 81px;
  border-radius: 1e3px;
  border: 5px solid var(--color-one);
  position: relative;
  overflow: hidden;
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  transform: scale(0.877);
  z-index: 1;
}

.wptb-map-item-list .wptb-item--inner .wptb-item--image img {
  width: 100%;
}

.wptb-map-item-list .wptb-item--inner .wptb-item--holder {
  position: absolute;
  top: -60%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.wptb-map-item-list .wptb-item--inner:hover .wptb-item--holder {
  opacity: 1;
  visibility: visible;
}

.wptb-map-item-list .wptb-item--inner .wptb-item--holder .wptb-item--title {
  padding: 0 17px;
  line-height: 1.65;

  background-color: var(--color-one);
  border-radius: 8.27px;
  text-align: center;
  font-family: PT Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: var(--fw-light);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}

.wptb-map-item-list
  .wptb-item--inner
  .wptb-item--holder
  .wptb-item--title:before {
  content: "";
  background-color: var(--color-one);
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  width: 35px;
  height: 17px;
  position: absolute;
  bottom: -10px;
  right: 50%;
  z-index: 1;
  transform: translateX(50%);
}

@media screen and (max-width: 991px) {
  .wptb-map-item-list {
    position: initial;
    display: inline-block;
  }
}

/* Contact Page Map */
.gmapbox {
  position: relative;
  padding: 100px 100px 0px 100px;
}

.gmapbox .map {
  width: 100%;
  height: 550px;
  background-color: #e6e6e6;
}

@media screen and (max-width: 1400px) {
  .gmapbox {
    padding: 100px 30px 0px 30px;
  }
}

@media screen and (max-width: 1199px) {
  .gmapbox {
    padding: 100px 15px 0px 15px;
  }
}

@media (max-width: 991px) {
  .gmapbox .map {
    height: 400px;
  }
}

.wptb-team-one {
  padding-bottom: 10px;
  overflow: hidden;
}

.wptb-team-one .swiper-container {
  width: 150%;
}

.wptb-team-one .swiper-slide {
  position: relative;
}

.wptb-team-one .swiper-slide + .swiper-slide::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  /* width: 1px; */
  height: 100%;
  background-color: var(--color-dark-seven);
}

.wptb-team-one .swiper-slide .wptb-team-grid1 {
  margin-bottom: 0px;
}

.wptb-team-one .wptb-swiper-navigation.style1 {
  right: 0;
  bottom: 0;
}

/* Team Details */

/* Team Details */
.wptb-single--image .wptb-team-ci-wrap {
  margin-top: 25px;
}

.wptb-single--image .wptb-team-ci-wrap .team-ci-content .team-ci-title {
  font-family: "Quicksand", Sans-serif;
  font-size: 24px;
  font-weight: var(--fw-light);
  line-height: 40px;
  color: var(--color-four);
}

.wptb-single--image .wptb-team-ci-wrap .team-ci-content .team-ci-desc {
  font-family: "Quicksand", Sans-serif;
  font-size: 32px;
  font-weight: var(--fw-semibold);
  text-decoration: underline;
  line-height: 38px;
}

.wptb-single--image .wptb-team-ci-wrap .team-ci-content .team-ci-desc a {
  text-decoration: underline;
}

.team-details-content .wptb-single--title {
  font-size: 64px;
  font-weight: var(--fw-semibold);
  line-height: 46px;
  margin-bottom: 20px;
}

/* Social List */
.wptb-team-social {
  text-align: center;
  margin-top: 40px;
}

.wptb-team-social .wptb-team-social-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0px;
  margin-bottom: 0px;
}

.wptb-team-social .wptb-team-social-list li {
  list-style: none;
  display: inline-block;
  position: relative;
  font-size: var(--fs-20);
  line-height: var(--fs-30);
}

.wptb-team-social .wptb-team-social-list li + li {
  padding-left: 20px;
}

.wptb-team-social .wptb-team-social-list li a {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  background: rgba(var(--color-dark-one-rgb), 0.6);
  display: block;
  outline: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
}

.wptb-team-social .wptb-team-social-list li a i {
  opacity: 1;
  font-size: inherit;
  margin-right: 0px;
}

.wptb-team-social .wptb-team-social-list li a:hover {
  background: var(--link-color-hover);
}

.team-details-content .wptb-single--designation {
  background: -webkit-linear-gradient(
    90deg,
    var(--color-one) 0%,
    var(--color-one) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: var(--fw-medium);
  line-height: 53px;
  margin-bottom: 0px;
}

.team-details-content .inner-content {
  margin-top: 40px;
}

.team-details-content .inner-content .wptb-headline {
  font-size: 40px;
  font-weight: var(--fw-semibold);
  line-height: 36px;
  margin-bottom: 18px;
}

.team-details-content .inner-content .wptb-headline p {
  font-size: 18px;
  line-height: 28px;
}

.team-details-content .wptb-link {
  list-style: none;
  margin: 0px;
  padding: 0;
}

.team-details-content .wptb-link span {
  font-size: 24px;
  font-weight: var(--fw-semibold);
  line-height: 54px;
}

.team-details-content .wptb-link li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  position: relative;
}

.team-details-content .wptb-link li i {
  margin-right: 25px;
  margin-top: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border-radius: 50%;
}

.wptb-testimonial-one .wptb-item--video-button {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  display: block;
}

/* Instagram */
.wptb-instagram--gallery {
  position: relative;
}

.wptb-instagram--gallery .wptb-item--button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wptb-instagram--gallery .btn {
  min-width: auto;
  width: auto;
  height: auto;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 15px 22px;
}

.wptb-instagram--gallery .btn .btn-wrap {
  flex-direction: column-reverse;
  gap: 7px;
}

.wptb-instagram--gallery .btn .text-second {
  font-size: 26px;
}

/* Product List */
.wptb-product-list .widget {
  padding: 0px;
  border-width: 0px;
}

.wptb-product-list .widget-title {
  font-size: 24px;
  font-style: normal;
  font-weight: var(--fw-medium);
  line-height: 36px;
  letter-spacing: -0.24px;
}

.wptb-product-list .widget-title::before {
  content: url(https://wpthemebooster.com/demo/themeforest/html/kimono/assets/img/more/divider.svg);
}

.wptb-product-list .widget-title::after {
  display: none;
}

/* Office Address */
.wptb-office-address .widget {
  padding-left: 60px;
  padding-right: 15px;
  margin-right: -1px;
  height: 100%;
}

.wptb-office-address .widget .widget-title {
  font-size: 24px;
  font-style: normal;
  font-weight: var(--fw-medium);
  line-height: 36px;
  /* 150% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  padding: 20px 0px;
}

.wptb-login-form .wptb-form label {
  font-size: 15px;
  line-height: 19px;
  font-weight: var(--fw-normal);
}

.wptb-services-one .wptb-item-layer {
  bottom: 0;
  left: 0;
  right: 0;
}

/* Color Mode Switcher */
#mode_switcher {
  position: fixed;
  right: 20px;
  top: calc(100vh / 4);
  cursor: pointer;
  z-index: 13;
}

#mode_switcher span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--color-dark-two);
  font-size: 30px;
  background-color: var(--color-dark-two);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  /* animation: rotateSwitcher 5s infinite linear; */
}

@keyframes rotateSwitcher {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

/* Gradient Style Homepage */
.theme-style--gradient {
  background-color: #13161c;
  background-image: url("../img/background/bg-14.png");
  background-repeat: no-repeat;
  background-size: 100% 60%;
}

.theme-style--gradient h1,
.theme-style--gradient h2,
.theme-style--gradient h3,
.theme-style--gradient h4,
.theme-style--gradient h5,
.theme-style--gradient h6,
.theme-style--gradient .h1,
.theme-style--gradient .h2,
.theme-style--gradient .h3,
.theme-style--gradient .h4,
.theme-style--gradient .h5,
.theme-style--gradient .h6 {
  font-family: var(--font-family-three);
  font-weight: var(--fw-semibold);
}

.theme-style--gradient .footer {
  background-color: #191d27;
}

.theme-style--gradient .wptb-counter1 .wptb-item--value {
  font-size: 52px;
  line-height: 64px;
}

.theme-style--gradient .wptb-counter1 .wptb-item--text {
  font-size: 16px;
  line-height: 26px;
}

.theme-style--gradient .wptb-list1 .wptb--item .wptb-item--icon {
  font-size: 24px;
  background-color: var(--color-one);
  color: var(--color-dark-four);
  margin-right: 10px;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-style--gradient .wptb-list1 .wptb--item .wptb-item--text {
  font-family: var(--font-family-three);
  font-size: 18px;
  font-weight: var(--fw-semibold);
  line-height: 28px;
}

.theme-style--gradient .widget-title {
  text-transform: capitalize;
}

.theme-style--gradient .widget-title::before {
  display: none;
}

.theme-style--gradient .widget-title span {
  color: var(--color-one);
  margin-right: 10px;
}

.theme-style--gradient .wptb-testimonial1 .wptb-item--inner {
  background-color: transparent;
  padding: 50px 0px;
}

.theme-style--gradient
  .wptb-testimonial1
  .wptb-item--inner
  .wptb-item--icon
  svg
  path {
  fill: rgba(var(--color-white-fixed-rgb), 0.2);
}

.theme-style--gradient .wptb-testimonial1 .wptb-item--inner .wptb-item--meta {
  border-color: rgba(var(--color-white-fixed-rgb), 0.2);
}

.theme-style--gradient .wptb-testimonial1 .wptb-item--inner .wptb-item--image {
  width: 95px;
  height: 95px;
  border: 4px solid rgba(var(--color-white-fixed-rgb), 0.25);
}

.theme-style--gradient
  .wptb-testimonial1
  .wptb-item--inner
  .wptb-item--description,
.theme-style--gradient .wptb-testimonial1 .wptb-item--inner .wptb-item--title {
  color: var(--color-white-fixed);
}

.theme-style--gradient
  .wptb-testimonial1
  .wptb-item--inner
  .wptb-item--description {
  font-size: 30px;
  line-height: 46px;
}

.theme-style--gradient
  .wptb-testimonial1
  .wptb-item--inner
  .wptb-item--meta-rating {
  font-size: 22px;
}

.theme-style--gradient
  .wptb-testimonial1
  .wptb-item--inner
  .wptb-item--designation {
  color: var(--color-two-fixed);
}

.theme-style--gradient .wptb-testimonial-one .wptb-swiper-navigation.style1 {
  right: 0;
}

.theme-style--gradient .wptb-swiper-navigation.style1 .wptb-swiper-arrow,
.theme-style--gradient
  .wptb-swiper-navigation.style1
  .wptb-swiper-arrow::before {
  border-color: rgba(var(--color-white-rgb), 0.2);
}

.theme-style--gradient .wptb-icon-box1 .wptb-item--icon {
  color: var(--color-dark-four);
}

.theme-style--gradient .divider-line-hr {
  opacity: 0.5;
}

.theme-style--gradient .footer.style1::before {
  background-color: #abecd6;
}

.theme-style--gradient .footer .widget-title {
  text-transform: uppercase;
}

.theme-style--gradient .footer .newsletter-form .form-control {
  background-color: transparent;
}

.theme-style--gradient .wptb-form button.btn {
  background-color: var(--color-one);
  color: var(--color-dark-four);
  border-radius: 30px;
}

.theme-style--gradient .footer .newsletter-form button.btn {
  background-color: var(--color-one);
  color: var(--color-dark-four);
  border-radius: 0px;
}

.theme-style--gradient .wptb-swiper-navigation.style1 .wptb-swiper-arrow {
  width: 74px;
  height: 74px;
}

.theme-style--gradient
  .wptb-swiper-navigation.style1
  .wptb-swiper-arrow::before {
  border-color: var(--color-white-fixed);
}

.theme-style--gradient
  .wptb-swiper-navigation.style1
  .wptb-swiper-arrow:hover::before {
  background-color: rgba(var(--color-white-fixed-rgb), 0.3);
}

.theme-style--gradient .totop a {
  color: var(--color-black-fixed);
}

.wptb-gallery-box {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 20px 0px;
}

/* .wptb-gallery-box::before,
.wptb-gallery-box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 300px;
    z-index: 2;
}
.wptb-gallery-box::before {
    top: 0;
    background: linear-gradient(180deg,  rgb(19, 22, 28, 1) 0%, rgb(19, 22, 28, 0.8) 50%, rgb(19, 22, 28, 0) 100%);
}
.wptb-gallery-box::after {
    bottom: 0;
    background: linear-gradient(180deg,  rgb(19, 22, 28, 0) 0%, rgb(19, 22, 28, 0.8) 50%, rgb(19, 22, 28, 1) 100%);
} */
.wptb-about-three .wptb-item-layer-one {
  left: 0;
  top: 0;
  bottom: auto;
  z-index: 2;
}

.wptb-about-three .wptb-item-layer-two {
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 2;
}

.swiper-gallery.right {
  margin-top: 100px;
}

.grid_lines {
  position: absolute;
  left: 0;
  top: -70px;
  right: 0;
  bottom: -99px;
  z-index: -1;
  width: 100%;
  padding: 0 100px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.grid_lines .grid_line {
  position: relative;
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: rgba(46, 46, 46, 0.6);
  mix-blend-mode: difference;
}

.wptb-services-one .grid_lines {
  padding: 0px 0px;
}

.both-version.wptb-item-layer img {
  width: 100%;
}

.both-version.wptb-item-layer img + img {
  display: none;
}

a.wptb-image-popup {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(var(--color-black-rgb), 0.2);
  color: var(--color-white-fixed);
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.wptb-slider.style9 a.wptb-image-popup {
  top: 15px;
  bottom: auto;
}

.wptb-slider:not(.style12) a.wptb-image-popup {
  opacity: 0;
  visibility: hidden;
}

.wptb-slider .swiper-slide.swiper-slide-active a.wptb-image-popup {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: var(--color-dark-three-fixed);
}

/* Theme Style Olive */
body.theme-style--olive {
  background-color: var(--color-dark-fifteen);
}

.theme-style--olive .wptb-about-two {
  background: linear-gradient(
    180deg,
    var(--color-dark-one) 0%,
    var(--color-dark-thirteen) 100%
  );
}

.theme-style--olive .wptb-funfacts--area {
  background-color: var(--color-dark-one-fixed);
  overflow: hidden;
}

.theme-style--olive .wptb-counter1 .wptb-item--value,
.theme-style--olive .wptb-counter1 .wptb-item--text {
  color: var(--color-white-fixed);
}

.theme-style--olive .wptb-funfacts--area .wptb-item-layer {
  top: -30px;
  z-index: 0;
}

.theme-style--olive .wptb-blog-grid-one {
  background-color: var(--color-dark-one);
}

.theme-style--olive .wptb-services {
  margin-top: -80px;
  padding-top: 0px;
}

.theme-style--olive .wptb-services .grid_lines {
  z-index: 0;
}

.theme-style--olive .wptb-services .container {
  position: relative;
  z-index: 1;
}

.wptb-slider-divider--bg {
  position: relative;
  width: calc(100% - 260px);
  height: 80px;
  background-color: var(--color-dark-fifteen);
  margin-bottom: 50px;
}

/* Distortion Effects */
.liquid-distortion {
  width: 100%;
  height: 100vh;
}

#wptb-triggerslider {
  height: 100vh;
  overflow: hidden;
}

.scrolltrigger-slide {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.project-distortion {
  width: 100%;
  height: 400px;
}

.align-item-center {
  align-items: center;
}

/*******************for image popup gallery*************************/

section#heroSlide .swiper-slide {
  height: auto !important;
}

section#heroSlide .swiper-container {
  height: auto !important;
}

body {
  margin-top: -50px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    /* Glow center */
    radial-gradient(circle at center, rgba(255,255,255,0.03), transparent 70%),

    /* Hexagon mesh */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='173'%3E%3Cpolygon points='100,0 200,50 200,150 100,200 0,150 0,50' stroke='rgba(190,190,190,0.15)' stroke-width='1' fill='none'/%3E%3C/svg%3E") repeat,

    /* Circuit traces */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cg stroke='rgba(180,180,180,0.12)' stroke-width='1' fill='none'%3E%3Cpath d='M20,20 H80 V80 H20 Z M120,20 H180 V80 H120 Z M70,70 L120,120'/%3E%3Ccircle cx='20' cy='20' r='2' fill='rgba(200,200,200,0.3)'/%3E%3Ccircle cx='180' cy='20' r='2' fill='rgba(200,200,200,0.3)'/%3E%3Ccircle cx='120' cy='120' r='3' fill='rgba(200,200,200,0.4)'/%3E%3C/g%3E%3C/svg%3E") repeat,

    /* Dotted particles */
    radial-gradient(rgba(220,220,220,0.08) 1px, transparent 1px);

  background-size:
    cover,        /* glow */
    200px 173px,  /* hex mesh */
    250px 250px,  /* circuits */
    40px 40px;    /* dots */

  opacity: 0.25;
  z-index: -1;
  pointer-events: none;

  animation: watermarkMotion 120s linear infinite;
}

@keyframes watermarkMotion {
  0%   { background-position: 0 0, 0 0, 0 0, 0 0; }
  100% { background-position: 500px 500px, 300px 300px, -400px -400px, 200px 200px; }
}



  .background-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: 0.25;
            pointer-events: none;
        }
        
        .watermark-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            
            /* Glow center */
            background-image: 
                radial-gradient(circle at center, rgba(255,255,255,0.03), transparent 70%),
                
                /* Hexagon mesh */
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='173'%3E%3Cpolygon points='100,0 200,50 200,150 100,200 0,150 0,50' stroke='rgba(190,190,190,0.15)' stroke-width='1' fill='none'/%3E%3C/svg%3E"),
                
                /* Circuit traces */
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cg stroke='rgba(180,180,180,0.12)' stroke-width='1' fill='none'%3E%3Cpath d='M20,20 H80 V80 H20 Z M120,20 H180 V80 H120 Z M70,70 L120,120'/%3E%3Ccircle cx='20' cy='20' r='2' fill='rgba(200,200,200,0.3)'/%3E%3Ccircle cx='180' cy='20' r='2' fill='rgba(200,200,200,0.3)'/%3E%3Ccircle cx='120' cy='120' r='3' fill='rgba(200,200,200,0.4)'/%3E%3C/g%3E%3C/svg%3E"),
                
                /* Dotted particles */
                radial-gradient(rgba(220,220,220,0.08) 1px, transparent 1px);

            background-size:
                cover,        /* glow */
                200px 173px,  /* hex mesh */
                250px 250px,  /* circuits */
                40px 40px;    /* dots */

            animation: watermarkMotion 120s linear infinite;
        }
        
        @keyframes watermarkMotion {
            0%   { background-position: 0 0, 0 0, 0 0, 0 0; }
            100% { background-position: 500px 500px, 300px 300px, -400px -400px, 200px 200px; }
        }
        



/*******************for image popup gallery*************************/
.latestnew-sec-tion .wptb-blog-grid1 .wptb-item--inner .wptb-item--title {
  font-size: 15px;
  padding: 0;
  margin-bottom: 8px;
  font-weight: normal !important;
}

.latestnew-sec-tion .wptb-blog-grid1 {
  height: auto !important;
  border: 0px !important;
}

.latestnew-sec-tion .wptb-item--holder {
  padding: 0px !important;
}

.latestnew-sec-tion .wptb-blog-grid1 .wptb-item--inner {
  border: 0px;
  padding: 8px 15px 20px 15px;
}

.latestnew-sec-tion .wptb-blog-grid1 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgb(255 194 14 / 3%);
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
}

.latestnew-sec-tion .wptb-blog-grid1:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgb(172 110 29 / 23%);
}

.latestnew-sec-tion .wptb-item--image {
  position: relative;
  overflow: hidden;
}

.latestnew-sec-tion .wptb-item--image img {
  transition: transform 0.5s ease;
  object-fit: fill;
  border-radius: 15px;
}

.latestnew-sec-tion .wptb-blog-grid1:hover .wptb-item--image img {
  transform: scale(1.1);
}

.latestnew-sec-tion .wptb-item-link {
  display: block;
  position: relative;
}

.latestnew-sec-tion .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(78, 84, 200, 0.2),
    rgba(211, 105, 18, 0.7)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.latestnew-sec-tion .wptb-blog-grid1:hover .image-overlay {
  opacity: 1;
}

.latestnew-sec-tion .read-more-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translateY(20px);
  transition: all 0.3s ease;
  margin-top: 40px;
  line-height: normal;
  font-size: 12px;
}

.latestnew-sec-tion .wptb-blog-grid1:hover .read-more-btn {
  transform: translateY(0);
}

.latestnew-sec-tion .news-tag {
  /* position: absolute; */
  top: 15px;
  left: 15px;
  background: linear-gradient(90deg, #c87a2a, #dfa871ff);
  color: #fff;
  padding: 2px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.news-time-clock-box{
display: flex;
justify-content: space-between;
margin-top: 5px;
margin-bottom: 8px;
line-height: normal;
}

.latestnew-sec-tion .timing-badge {
  /* position: absolute; */
  top: 15px;
  right: 15px;
  /* background: rgba(255, 255, 255, 0.9); */
  padding: 3px 0px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #c87a2a;
  display: flex;
  align-items: center;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} 

.latestnew-sec-tion .wptb-item--title a:hover {
  color: #c87a2a !important;
}

.latestnew-sec-tion .timing-badge i {
  margin-right: 5px;
  font-size: 12px;
}

.latestnew-sec-tion .wptb-item--date {
  color: #4e54c8;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.latestnew-sec-tion .wptb-item--date i {
  margin-right: 8px;
}

.latestnew-sec-tion .wptb-item--title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.latestnew-sec-tion .wptb-item--title a:hover {
  color: #4e54c8;
}

.latestnew-sec-tion .wptb-item--title a {
  display: inline-block !important;
}
.latestnew-sec-tion h4.wptb-item--title {
  line-height: normal;
  height: 43px;
}

@media (max-width: 767px) {
  .latestnew-sec-tion h4.wptb-item--title {
    height: autyo;
  }
  .latestnew-sec-tion .wptb-item--title {
    font-size: 18px;
  }
}

.news-details-main-content-boxx .blog-details {
  padding: 40px 0;
}

.news-details-main-content-boxx .blog-details-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.news-details-main-content-boxx .post-header {
  margin-bottom: 0px !important;
}

.news-details-main-content-boxx .wptb-item--meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}

.news-details-main-content-boxx .wptb-item--date {
  display: flex;
  align-items: center;
  color: #ffff;
  font-weight: 500;
  background: rgba(78, 84, 200, 0.1);
  padding: 6px 20px;
  border-radius: 50px;
}

.news-details-main-content-boxx .wptb-item.wptb-item--date:hover {
  background: linear-gradient(90deg, #c87a2a, #dfa871ff);
  color: #ffff;
}

.news-details-main-content-boxx .wptb-item--date i {
  margin-right: 8px;
  font-size: 18px;
}

.news-details-main-content-boxx .block-gallery {
  /* border-radius: 12px; */
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  float: right;
  margin: 0 25px 25px 0px;
  width: 450px;
  position: relative;
  z-index: 2;
}

.news-details-main-content-boxx .block-gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  aspect-ratio: 4/2;
}

.news-details-main-content-boxx .block-gallery:hover img {
  transform: scale(1.03);
}

.news-details-main-content-boxx .image-caption {
  padding: 15px;
  background: #f9f9f9;
  font-style: italic;
  color: #666;
  text-align: center;
  border-top: 1px solid #eee;
}

.news-details-main-content-boxx .fulltext p:first-of-type::first-letter {
  font-size: 4rem;
  font-weight: 700;
  color: #e99802ff;
  float: left;
  line-height: 1;
  margin-right: 12px;
}

.news-details-main-content-boxx .alert {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.news-details-main-content-boxx .title-text-date-monthmain {
  padding: 0px 0;
}

.news-details-main-content-boxx .alert h3 {
  color: #4e54c8;
  font-size: 24px;
  margin-bottom: 15px;
}

/* Clearfix for floated image */
.news-details-main-content-boxx .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive design */
@media (max-width: 992px) {
  .news-details-main-content-boxx .blog-details-inner {
    padding: 30px;
  }

  .news-details-main-content-boxx .post-title {
    font-size: 2rem;
  }

  .news-details-main-content-boxx .block-gallery {
    width: 300px;
    margin: 0 0 20px 30px;
  }
}

@media (max-width: 768px) {
  .news-details-main-content-boxx .post-title {
    font-size: 1.8rem;
  }

  .news-details-main-content-boxx .blog-details-inner {
    padding: 25px 20px;
  }

  .news-details-main-content-boxx .fulltext p:first-of-type::first-letter {
    font-size: 3rem;
  }

  .news-details-main-content-boxx .block-gallery {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
  }
}

@media (max-width: 576px) {
  .news-details-main-content-boxx .post-title {
    font-size: 1.6rem;
  }
  .wptb-slider.style3 .wptb-slider--image {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
  .slider-box-section .wptb-overlay{
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
  .news-details-main-content-boxx .fulltext {
    font-size: 16px;
  }

  .news-details-main-content-boxx .fulltext p:first-of-type::first-letter {
    font-size: 2.5rem;
  }

  .news-details-main-content-boxx .wptb-item--meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* Animated background elements */
.animated-bg-news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 15px;
}

.animated-bg-news .bg-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  animation: float 15s infinite linear;
}

.animated-bg-news .bg-circle:nth-child(1) {
  width: 250px;
  height: 250px;
  top: -80px;
  left: -80px;
  animation-delay: 0s;
  background: linear-gradient(
    45deg,
    rgba(66, 39, 90, 0.1),
    rgba(115, 75, 109, 0.1)
  );
}

.animated-bg-news .bg-circle:nth-child(2) {
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: -60px;
  animation-delay: -5s;
  animation-direction: reverse;
  background: linear-gradient(
    45deg,
    rgba(41, 90, 90, 0.1),
    rgba(75, 115, 109, 0.1)
  );
}

.animated-bg-news .bg-circle:nth-child(3) {
  width: 150px;
  height: 150px;
  top: 50%;
  right: 20%;
  animation-delay: -10s;
  background: linear-gradient(
    45deg,
    rgba(90, 39, 70, 0.1),
    rgba(115, 75, 95, 0.1)
  );
}

.animated-bg-news .bg-circle:nth-child(4) {
  width: 100px;
  height: 100px;
  bottom: 30%;
  left: 15%;
  animation-delay: -7s;
  animation-direction: reverse;
}

.animated-bg-news .pulse {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  animation: pulse 8s infinite ease-in-out;
}

.animated-bg-news .pulse:nth-child(5) {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 40%;
  animation-delay: -2s;
}

.animated-bg-news .pulse:nth-child(6) {
  width: 450px;
  height: 450px;
  top: 30%;
  left: 30%;
  animation-delay: -6s;
}

.animated-bg-news .shooting-star {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent);
  animation: shooting 12s infinite linear;
}

.animated-bg-news .shooting-star:nth-child(7) {
  top: 20%;
  left: -100px;
  width: 80px;
  animation-delay: -1s;
}

.animated-bg-news .shooting-star:nth-child(8) {
  top: 65%;
  left: -200px;
  width: 120px;
  animation-delay: -7s;
}

/* Animations */
@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(10px, 10px) rotate(180deg);
  }

  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }

  100% {
    transform: scale(0.8);
    opacity: 0.7;
  }
}

@keyframes shooting {
  0% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    transform: translateX(100vw) translateY(-100px) scale(0.5);
    opacity: 0;
  }
}

.categorr-yy-in .grid-item .wptb-item--image img {
  width: 920px;
  height: 535px;
  transition: var(--transition-base);
}

@media screen and (max-width: 450px) {
  .categorr-yy-in .wptb-item--inner {
    text-align: justify;
  }
}

.categorr-yy-in .no-products-found {
  padding: 20px;
  /* background: #f8f9fa; */
  border: 1px solid #dee2e6;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0;
}

.categorr-yy-in .card.border-0.shadow-sm.h-100.hover-effect {
  background: transparent;
}

.categorr-yy-in .card.border-0.shadow-sm.h-100 img {
  aspect-ratio: 4/3;
  border-radius: 0px;
}
.categorr-yy-in .catgry-top-img {
  aspect-ratio: 2 !important;
}

.categorr-yy-in .card.border-0.shadow-sm.h-100.text-center .card-body {
  background: var(--gradient-two-180-alt);
}

.categorr-yy-in .card.border-0.shadow-sm.h-100.hover-effect .card-body {
  background: var(--gradient-two-180-alt);
}

.categorr-yy-in .hover-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.categorr-yy-in .hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.categorr-yy-in .card.border-0.shadow-sm.h-100.hover-card .card-body {
  background: var(--gradient-two-180-alt);
}

/* 🔥 Card Hover Effect */
.categorr-yy-in .hover-card {
  transition: all 0.3s ease;
  overflow: hidden;
  /* keeps image zoom inside card */
  border-radius: 0px;
}

.categorr-yy-in .hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

/* 🔎 Image Zoom on Hover */
.categorr-yy-in .hover-card img {
  transition: transform 0.4s ease;
}

.categorr-yy-in .hover-card:hover img {
  transform: scale(1.08);
}

/* 🌟 Category Button */
.categorr-yy-in .category-btn {
  transition: all 0.3s ease;
}

.categorr-yy-in .category-btn:hover {
  transform: scale(1.05);
}
.categorr-yy-in .category-btn:hover {
  background: linear-gradient(90deg, #c87a2a, #dfa871ff);
  color: #fff;
}
.categorr-yy-in .card.border-0.shadow-sm.h-100.text-center {
  border-radius: 0px;
}

.cate-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.new-arrow-1 {
  border: 1px solid #fff;
  padding: 6px;
  border-radius: 50%;
  font-weight: bolder;
  transform: rotate(-45deg);
}

.loco-1 {
  color: #eb933b;
  font-size: 25px;
  font-weight: 600;
}

.brand-section.homepage {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 1;
}

/* Overlay layer */
.brand-section.homepage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(32, 32, 32, 0.87); /* adjust color & opacity */
  z-index: 0;
}

/* Make sure content stays above overlay */
.brand-section.homepage .container {
  position: relative;
  z-index: 2;
}

.footer--inner{
  text-align: center;
}
.brand-img-slide {
max-height: 100px;
max-width: 180px;
}

.brand-section.homepage .swiper-slide{
  width: 200px !important;
  text-align: center;
}
.contact-wid-get{
   background: #4c4c4c6e;
   padding: 20px;
   border-radius: 10px;
}


@media screen and (max-width: 450px) {
  .brand-section.homepage .swiper-slide{
      width: 100% !important;
      min-width: 40% !important;
      max-width: 40% !important;
      margin: 10px 20px !important;
  }
  .footer-nav .d-flex.flex-column.justify-content-start p{
    text-align: center;
  }
}


.latestnew-sec-tion  .wptb-item--link {
            display: inline-block;
            padding: 8px 40px;
            background:  var(--color-one);
            color: white;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            transition: all 0.3s ease;
}
        
.latestnew-sec-tion  .wptb-item--link:hover {
            background: linear-gradient(90deg, #c87a2a, #dfa871ff);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(223, 165, 78, 0.4);
}
.footer-nav .d-flex.flex-column.justify-content-start p{
  justify-content: center !important;
}
.nice-select.open .list{
   background:rgb(26, 25, 25);
}
.nice-select .option{
  color: #fff;
}
.nice-select .option.selected{
    background:rgb(26, 25, 25) !important;
}
.nice-select .option:hover{
  background:rgb(44, 44, 44)
}
span.current{
     color: gray;
}




.training-banner-below.wptb-about-one {
     background-image: url('assets/img/more/texture.png');
     background-size: cover;
     background-position: center;
    padding: 40px 0;
      width: 100%;
}

.training-banner-below .filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    /* background: #fff; */
    border-radius: 14px;
    padding: 20px 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 2px solid #dfa871ff;
}

.training-banner-below .filters-left {
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
     flex: 1;
}

.training-banner-below .dropdown-wrapper {
    position: relative;
    min-width: 280px;
    flex: 0;
}

.training-banner-below .dropdown-wrapper label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 0.3px;
}

.training-banner-below label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 0.3px;
}

.training-banner-below .filter-dropdown {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dfa871ff;
    border-radius: 10px;
    /* background: #f9fafb; */
    color: #222;
    font-size: 0.95rem;
    transition: 0.3s ease;
    appearance: none;
    cursor: pointer;
    font-weight: 500;
    height: auto;
    color: white;
}

.training-banner-below .filter-dropdown span.current{
    color: #fff;
}

.training-banner-below .filter-dropdown:hover {
    background: #57585a88;
    border-color: #ccc;
}

.training-banner-below .filter-dropdown:focus {
            outline: none;
            border-color: var(--primary, #4361ee);
            box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
}

.training-banner-below .dropdown-circle {
            display: none;
}

.training-banner-below .checkbox-filter {
           display: flex;
           align-items: center;
           margin-top: 33px;
}

.training-banner-below #btn-live-online {
             background: transparent;
             border: 1px solid #dfa871ff;
             border-radius: 10px;
             padding: 8px 18px;
             cursor: pointer;
             transition: 0.3s ease;
             display: flex;
             align-items: center;
             gap: 8px;
             color: #fff;
             font-weight: 500;
             height: auto;
}

.training-banner-below #btn-live-online:hover {
             background: #eef2ff;
             border-color: var(--primary, #4361ee);
            color: var(--primary, #4361ee);
}
        
.training-banner-below #btn-live-online.active {
              background-color: var(--primary, #4361ee);
              color: #fff;
              border-color: var(--primary, #4361ee);
}

.training-banner-below #btn-live-online i {
            margin-right: 8px;
}

.training-banner-below .clear-btn {
           display: flex;
           align-items: center;
           gap: 8px;
           padding: 8px 18px;
           border: 1px solid #dfa871ff;
           border-radius: 10px;
           background: transparent;
           color: #fff;
           text-decoration: none;
           transition: 0.3s ease;
           font-weight: 500;
           margin-top: 34px;
           height: fit-content;
}
     
.training-banner-below .clear-btn:hover {
    background: #fee2e2;
    color: #b91c1c;
    border-color: #fca5a5;
}

.training-banner-below .clear-btn i {
   margin-right: 8px;
}

.training-banner-below .timezone {
    margin-left: auto;
    min-width: 250px;
     max-width: 250px;
}

.training-banner-below .timezone .small-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    margin-bottom: 6px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .training-banner-below .filters {
        flex-direction: column;
        align-items: stretch;
     }
            
    .training-banner-below .filters-left {
        width: 100%;
    }
            
    .training-banner-below .timezone {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
       }
}

@media (max-width: 768px) {
    .training-banner-below .dropdown-wrapper {
        width: 100%;
    }
            
    .training-banner-below .checkbox-filter {
        margin-top: 15px;
        width: 100%;
    }
            
    .training-banner-below #btn-live-online {
        width: 100%;
        justify-content: center;
      }
   }

 @media (max-width: 576px) {
    .training-banner-below .filters {
        padding: 15px;
    }
            
    .training-banner-below .filter-dropdown, #btn-live-online, .clear-btn {
        padding: 10px 12px;
      }
      .training-banner-below .event-card{
        height: auto !important;
    }
  }

/* Custom checkbox styling */
.training-banner-below input[type="checkbox"] {
      display: none;
}

.training-banner-below .event-card {
    position: relative;
    width: 100%;
    height: 385px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.training-banner-below .image-thumbnail {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.training-banner-below .image-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.training-banner-below .image-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    border: 2px solid #7a7a7aff;
    border-radius: 50px 0;
}

.training-banner-below .event-card:hover .image-thumbnail img {
    transform: scale(1.03);
}

.training-banner-below .event-content-wrapper {
    padding: 20px;
}

.training-banner-below .date {
    position: relative;
    top: -60px;
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #c87a2a, #dfa871ff);
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 20px rgba(255, 107, 107, 0.3);
    z-index: 2;
    transition: all 0.3s ease;
}

.training-banner-below .event-card:hover .date {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 25px rgba(255, 107, 107, 0.4);
}

.training-banner-below .day {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0px;
}

.training-banner-below .month {
    font-size: 16px;
    line-height: 1;
    margin-top: 3px;
    font-weight: 500;
    margin-bottom: 0px;
}

.training-banner-below .event-content {
    margin-top: -50px;
}

.training-banner-below .name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.3;
}

.training-banner-below .name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.training-banner-below .name a:hover {
    color: #3498db;
}

.training-banner-below .location {
    display: flex;
    align-items: center;
    color: #3498db;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 16px;
}

.training-banner-below .location i {
    margin-right: 10px;
    font-size: 18px;
}

.training-banner-below .price {
    color: #27ae60;
    font-weight: 700;
    font-size: 20px;
    /* margin-top: 6px; */
    margin-bottom: 10px;
}


  
        .training-banner-below .date-range-wrapper {
            display: flex; 
            gap: 20px;
        }
        
        .training-banner-below .date-input-group {
            display: flex;
            flex-direction: column;
        }
        
        .training-banner-below .date-input-container {
            position: relative;
            display: flex;
            align-items: center;
            border-radius: 10px;
            border: 1px solid #dfa871ff;
        }
        .training-banner-below .date-input-container input#from-date{
              padding-top: 11px;
              padding-bottom: 11px;
                 border-radius: 10px;
                 max-height: 45px;
                 color: #fff;
        }
        .training-banner-below .date-input-container input#to-date{
              padding-top: 11px;
              padding-bottom: 11px;
                 border-radius: 10px;
                 max-height: 46px;
                   color: #fff;
        }
        
        
        .training-banner-below .date-input:focus {
            outline: none;
            border-color: #4d90fe;
            box-shadow: 0 0 0 2px rgba(77, 144, 254, 0.2);
            background-color: transparent;
        }
        
        .training-banner-below .calendar-icon {
            position: absolute;
            right: 15px;
            pointer-events: none;
            display: none;
        }
        
        .training-banner-below .date-range-display {
            margin-top: 25px;
            padding: 15px;
            background-color: #f0f7ff;
            border-radius: 8px;
            border-left: 4px solid #4d90fe;
        }
        
        .training-banner-below .date-range-display h3 {
            color: #333;
            margin-bottom: 8px;
            font-size: 16px;
        }
        
        .training-banner-below .selected-dates {
            color: #4d90fe;
            font-weight: 500;
        }
        
      

           .address-how .wptb-icon-box1 {
            /* background: #fff; */
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            height: 100%;
            box-shadow: 0 15px 30px rgba(48, 39, 39, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border-top: 3px solid transparent;
        }
        
        .address-how .wptb-icon-box1:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(48, 39, 39, 0.15); /* light glow */
    border-top: 3px solid var(--color-one);
}
        
        .address-how .wptb-icon-box1:hover .wptb-item--icon {
            background:  var(--color-one);
            color: #fff !important;
        }
        
        .address-how .wptb-item--inner {
            display: flex;
            align-items: flex-start;
        }
        
        .address-how .wptb-item--icon {
            margin-right: 20px;
            width: 60px;
            height: 60px;
            background: rgba(78, 115, 223, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }
        
        .address-how .wptb-item--icon i {
            font-size: 24px;
            /* color: #4e73df; */
            transition: all 0.3s ease;
        }
        
        .address-how .wptb-item--holder {
            flex: 1;
        }
        
        .address-how .wptb-item--title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #fff;
        }
        
        .address-how .wptb-item--description {
            color: #ffff !important;
            margin-bottom: 15px;
            line-height: 1.6;
        }
        
        .address-how .wptb-item--link {
            display: inline-block;
            padding: 8px 20px;
            background:  var(--color-one);
            color: white;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .address-how .wptb-item--link:hover {
            background: linear-gradient(90deg, #c87a2a, #dfa871ff);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(223, 165, 78, 0.4);
        }
        
        .address-how .mr-top-100 {
            margin-top: 30px;
        }
        

              /* Responsive */
        @media (max-width: 992px) {
            .address-how .px-md-5 {
                padding-right: 15px !important;
                padding-left: 15px !important;
            }
        }
        
        @media (max-width: 768px) {
            .address-how .wptb-item--inner {
                flex-direction: column;
                text-align: center;
            }
            
            .address-how .wptb-item--icon {
                margin-right: 0;
                margin-bottom: 20px;
            }
        }
        .about-location{
            height: 240px !important;
        }

          @media (min-width: 992px) {
           .address-how .about-location .wptb-item--description{
            max-height: 90px;
            min-height: 90px;
          }
          }

  @media (max-width: 540px) {
          .about-location{
            height: auto !important;
          }
            .address-how .wptb-item--inner {
                flex-direction: column;
                text-align: center;
                align-items: center;
            }
            .address-how .wptb-item--icon{
               margin: 0px 0 10px 0  !important;
            }
        }

        .wptb-page-heading.traing-bnr-top-sec{
          padding-top: 125px;
        }


        
.evnt-detail-ss-inrr.wptb-about-one {
    background-image: url('assets/img/more/texture.png');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    width: 100%;
}

/* Event Card */
.evnt-detail-ss-inrr .event-card {
  display: flex;
  align-items: stretch;
  background: #4c4c4c6e;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 450px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.evnt-detail-ss-inrr .event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Date Box */
.evnt-detail-ss-inrr .event-card .event-date {
  background: linear-gradient(90deg, #c87a2a, #dfa871ff);
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.evnt-detail-ss-inrr .event-card .event-date .day {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.evnt-detail-ss-inrr .event-card .event-date .month {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

/* Event Info */
.evnt-detail-ss-inrr .event-card .event-info {
  padding: 20px;
  flex: 1;
}

.evnt-detail-ss-inrr .event-card .event-info h2 {
  font-size: 20px;
  font-weight: 800;
  color: #db9044ff;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  line-height: normal;
}

.evnt-detail-ss-inrr .event-card .event-info h2 i {
  color: #db9044ff;
  margin-right: 8px;
}

.evnt-detail-ss-inrr .event-card .event-info .time {
  font-size: 15px;
  color: #fff;
  margin: 0 0 5px;
  font-weight: 600;
}

.evnt-detail-ss-inrr .event-card .event-info .location {
  font-size: 15px;
  color: #fff;
  margin: 0 0 12px;
  line-height: normal;
  font-weight: 400;
}

.evnt-detail-ss-inrr .event-card .event-info .location i {
  color: #007bff;
  margin-right: 6px;
}

/* Price */
.evnt-detail-ss-inrr .event-card .event-info .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #28a745;
  /* margin-bottom: 12px; */
}

/* Register Button */
.evnt-detail-ss-inrr .event-card .btn-register {
  display: inline-block;
  background: linear-gradient(90deg, #c87a2a, #dfa871ff);
  color: #fff;
  padding: 8px 30px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: normal;
}
.evnt-detail-ss-inrr .event-card .btn-register:hover {
color: #fff;
}



/* Section Titles */
.evnt-detail-ss-inrr .agenda-section .section-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 25px 0 15px;
  position: relative;
}

.evnt-detail-ss-inrr .agenda-section .section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #c87a2a, #dfa871ff);
  margin-top: 6px;
  border-radius: 3px;
}

/* Description */
.evnt-detail-ss-inrr .agenda-section .agenda-description {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background: #4c4c4c6e;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

/* Agenda List in Grid */
.evnt-detail-ss-inrr .agenda-section .agenda-list {
  list-style: none;
  counter-reset: agenda-counter;
  display: grid;
  grid-template-columns: 1fr; /* default: single column (mobile first) */
  gap: 15px;
  padding: 0;
  margin: 0;
}

/* Each Item */
.evnt-detail-ss-inrr .agenda-section .agenda-list li {
  position: relative;
  background: #4c4c4c6e;
  padding: 15px 15px 15px 45px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}

.evnt-detail-ss-inrr .agenda-section .agenda-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

/* Number Badge */
.evnt-detail-ss-inrr .agenda-section .agenda-list li::before {
  counter-increment: agenda-counter;
  content: counter(agenda-counter);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background:linear-gradient(90deg, #c87a2a, #dfa871ff);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* For tablets and desktops (≥768px) → 2 in a row */
@media (min-width: 768px) {
.evnt-detail-ss-inrr .agenda-section .agenda-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
    .evnt-detail-ss-inrr .event-card .event-date{
        min-width: fit-content;
        align-items: center;
}
.evnt-detail-ss-inrr .event-card .event-info{
    padding-left: 15px;
    padding-right: 15px;
}
}

.evnt-detail-ss-inrr .btn-close-hello{
    background: transparent;
}
  .evnt-detail-ss-inrr .model-box-inner-all-txt-all{
        background: linear-gradient(180deg, #2f2b2bcf 0%, #2e2c2ca3 100%), url(assets/img/get-touch.png) no-repeat;
        background-size: cover;
    }

      .categorr-yy-in .catgry-top-img{
        border: 2px solid #7a7a7aff;
        border-radius: 50px 0;
    }

    @media screen and (max-width: 576px) {
    .categorr-yy-in .category-btn{
         min-width: fit-content;
    }
    .categorr-yy-in .category-nav .d-flex.flex-wrap{
        overflow: scroll;
        flex-wrap: nowrap !important;
    }
}



 .categorr-yy-in .product-card.glow-on-hover.aos-init.aos-animate{
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        border-radius: 0px;
    }
    .categorr-yy-in .product-card.glow-on-hover.aos-init.aos-animate .catgry-top-img {
         transition: transform 0.5s ease;
    }

     .categorr-yy-in .product-card.glow-on-hover.aos-init.aos-animate:hover .catgry-top-img {
        transform: scale(1.00);
     }
    /* Header styling */
    .categorr-yy-in .wptb-page-heading {
        position: relative;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
    }
    
    .categorr-yy-in .wptb-item--inner {
        position: relative;
        padding: 100px 0;
        background-size: cover;
        background-position: center;
    }
    
    .categorr-yy-in .wptb-item-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        z-index: 1;
    }
    
    .categorr-yy-in .wptb-item--title {
        position: relative;
        z-index: 2;
        font-size: 3rem;
        font-weight: 800;
        color: #fff;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
        animation: fadeInDown 1s ease-out;
    }
    
    /* Animated background */
    .categorr-yy-in .animated-bg-news {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }


    /* Category navigation */
    .categorr-yy-in .category-nav {
        background: var(--gradient);
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 40px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        position: relative;
        overflow: hidden;
        animation: slideInUp 0.8s ease-out;
    }
    
    .categorr-yy-in .category-nav::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        transform: rotate(30deg);
    }
    
    .categorr-yy-in .category-btn {
        background: rgba(255,255,255,0.15);
        border: none;
        color: white;
        transition: all 0.3s ease;
        margin: 0 10px 10px 0;
        border-radius: 50px;
        padding: 12px 25px;
        backdrop-filter: blur(5px);
        font-weight: 500;
        animation: fadeIn 1s ease-out;
        animation-fill-mode: both;
    }
     
    .categorr-yy-in .category-btn:hover {
        background: rgba(255,255,255,0.25);
        transform: translateY(-3px);
        box-shadow: 0 7px 20px rgba(0,0,0,0.2);
    }
    
    /* Product cards */
    .categorr-yy-in .product-card {
        border: none;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s ease;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        height: 100%;
        background: var(--gradient-two-180-alt);
        animation: fadeInUp 0.8s ease-out;
        animation-fill-mode: both;
    }
    
     
    .categorr-yy-in .product-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }
    
    .categorr-yy-in .catgry-top-img {
        height: 220px;
        object-fit: fill;
        transition: transform 0.7s ease;
    }
    
    .categorr-yy-in .product-card:hover .catgry-top-img {
        transform: scale(1.00);
    }
    
    .categorr-yy-in .cate-box {
        padding: 25px;
    }

     
    .categorr-yy-in .card-title {
        color: var(--dark);
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
    
    .categorr-yy-in .card-title i {
        background: var(--gradient);
        -webkit-background-clip: text;
        margin-right: 10px;
    }
    
    .categorr-yy-in .category-siscription-category-pagge {
        color: #fff;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    
    
    /* Latest products */
    .categorr-yy-in .product-cate-ggoory {
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s ease;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        background: var(--gradient-two-180-alt);
        animation: zoomIn 0.8s ease-out;
        animation-fill-mode: both;
    }

    .categorr-yy-in .product-cate-ggoory:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        animation: smooth-vibrate 0.4s linear infinite;
    }
    
    /* Section titles */
    .categorr-yy-in .section-title {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 40px;
        font-weight: 800;
        color: var(--dark);
        font-size: 2.2rem;
        animation: fadeInLeft 0.8s ease-out;
    }

    
    .categorr-yy-in .section-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 4px;
        background: var(--gradient);
        border-radius: 4px;
        animation: widthGrow 1s ease-out;
    }
    
    .categorr-yy-in .section-title i {
        background: var(--gradient);
        -webkit-background-clip: text;
        margin-right: 15px;
    }

    
    /* Buttons */
    .categorr-yy-in .btn-view {
        background: var(--color-one);
        border: none;
        border-radius: 50px;
        padding: 10px 25px;
        color: white;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(203, 122, 17, 0.3);
        position: relative;
        overflow: hidden;
    }
    .categorr-yy-in .product-cate-ggoory.aos-init.aos-animate a.btn.btn-sm.btn-outline-primary.rounded-pill{
         background: var(--color-one);
    }
    .categorr-yy-in .product-cate-ggoory.aos-init.aos-animate a.btn.btn-sm.btn-outline-primary.rounded-pill:hover{
         background: linear-gradient(90deg, #c87a2a, #dfa871ff) !important;
    }

    .categorr-yy-in .product-cate-ggoory.aos-init.aos-animate a.btn.btn-sm.btn-outline-primary.rounded-pill:focus{
        border: 0px;
        box-shadow: none;
    }


    
    
    .categorr-yy-in .btn-view:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: 0.5s;
    }
    
    .categorr-yy-in .btn-view:hover:before {
        left: 100%;
    }
    
    .categorr-yy-in .btn-view:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(203, 129, 17, 0.4);
        color: white;
        background: var(--gold-gradient);
    }


       /* Hover effects for images */
    .categorr-yy-in .img-hover-zoom {
        overflow: hidden;
    }
    
    .categorr-yy-in .img-hover-zoom img {
        transition: transform 0.5s ease;
    }
    
    .categorr-yy-in .img-hover-zoom:hover img {
        transform: scale(1.0);
    }
    .categorr-yy-in .product-card.aos-init.aos-animate{
        border-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }


    
    /* Responsive adjustments */
    @media (max-width: 992px) {
        .categorr-yy-in .wptb-item--title {
            font-size: 2.5rem;
        }
        
        .categorr-yy-in .section-title {
            font-size: 1.8rem;
        }
    }
    


       
 
    @media (max-width: 768px) {
        .categorr-yy-in .wptb-item--title {
            font-size: 2rem;
        }
        
        .categorr-yy-in .category-nav {
            padding: 20px;
        }
        
        .categorr-yy-in .category-btn {
            padding: 10px 20px;
            font-size: 0.9rem;
        }
        
        .categorr-yy-in .section-title {
            font-size: 1.6rem;
        }
    }
    

    
    /* Custom elements */
    .categorr-yy-in .floating-shapes {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
    
    .categorr-yy-in .shape {
        position: absolute;
        opacity: 0.1;
        background: var(--gradient);
    }
    
    .categorr-yy-in .shape-1 {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        top: 10%;
        left: 5%;
        animation: float 15s infinite linear;
    }
    
    .categorr-yy-in .shape-2 {
        width: 150px;
        height: 150px;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        top: 60%;
        right: 5%;
        animation: float 20s infinite linear reverse;
    }

    
    .categorr-yy-in .shape-3 {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        bottom: 10%;
        left: 15%;
        animation: float 12s infinite linear;
    }
    
    .categorr-yy-in .product-cate-ggoory.aos-init.aos-animate h6 a {
        font-size: 16px;
        padding: 15px 0 0px 0;
        color: #ffff !important;
        transition: color 0.3s ease;
    }
    
    .categorr-yy-in .product-cate-ggoory.aos-init.aos-animate h6 a:hover {
        color: var(--gold-light) !important;
    }
    
    .categorr-yy-in .product-cate-ggoory.aos-init.aos-animate a.btn.btn-sm.btn-outline-primary.rounded-pill {
        margin-bottom: 20px !important;
        transition: all 0.3s ease;
    }
    
    .categorr-yy-in .product-cate-ggoory.aos-init.aos-animate a.btn.btn-sm.btn-outline-primary.rounded-pill:hover {
        background: var(--gold-gradient);
        border-color: var(--gold);
        color: white;
    }
    

    
    /* Text animation */
    .categorr-yy-in .text-wave {
        display: inline-block;
    }
    
    .categorr-yy-in .text-wave span {
        display: inline-block;
        animation: waveText 1s ease-in-out infinite;
        animation-delay: calc(.1s * var(--i));
    }

       /* Particle background effect */
    .categorr-yy-in .particles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .categorr-yy-in .particle {
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        animation: particleFloat 15s infinite linear;
    }

      
    /* Add some particles */
    .categorr-yy-in .particle:nth-child(1) {
        width: 10px;
        height: 10px;
        top: 20%;
        left: 10%;
        animation-duration: 20s;
    }
    
    .categorr-yy-in .particle:nth-child(2) {
        width: 15px;
        height: 15px;
        top: 60%;
        left: 80%;
        animation-duration: 25s;
    }

     
    .categorr-yy-in .particle:nth-child(3) {
        width: 8px;
        height: 8px;
        top: 40%;
        left: 30%;
        animation-duration: 18s;
    }
    
    .categorr-yy-in .particle:nth-child(4) {
        width: 12px;
        height: 12px;
        top: 70%;
        left: 50%;
        animation-duration: 22s;
    }
    

     .categorr-yy-in .latest-pro-ddu-ct img.card-img-top.catgry-top-img{
        border-radius: 0px;
        border: 0px;
        aspect-ratio: 2 !important; 
        object-fit: fill;
    }


      /* Date overlay styling */
    .indi-blod-all-con-tnt .blog-thumb-img {
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }
    
    .indi-blod-all-con-tnt .blog-single-content img {
        border-radius: 20px;
        aspect-ratio: 2/1;
        object-fit: cover;
        width: 100%;
        margin: 20px 0;
    }
    
    .indi-blod-all-con-tnt .date-overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        background: linear-gradient(135deg, var(--color-one), var(--color-two));
        color: white;
        padding: 15px 10px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        z-index: 10;
        min-width: 70px;
    }
    
    .indi-blod-all-con-tnt .date-day {
        font-size: 28px;
        font-weight: 800;
        line-height: 1;
        display: block;
    }
    
    .indi-blod-all-con-tnt .date-month {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        margin-top: 5px;
    }
    
    .indi-blod-all-con-tnt .date-year {
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-top: 2px;
        opacity: 0.9;
    }
    
    .indi-blod-all-con-tnt .calendar-icon {
        position: absolute;
        bottom: -8px;
        right: -8px;
        background: white;
        color: var(--color-one);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    }

       /* Widget styling */
    .indi-blod-all-con-tnt .widget {
        padding: 30px 20px;
        margin-bottom: 30px;
        border-radius: 20px;
        /* background: linear-gradient(to bottom, #ffffff, #f8f9fa); */
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border: 1px solid #3d3c3cff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .indi-blod-all-con-tnt .widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    }
    
    .indi-blod-all-con-tnt .widget .widget-title {
        padding-bottom: 15px;
        margin-bottom: 25px;
        position: relative;
        font-size: 22px;
        font-weight: 700;
        color: var(--dark);
    }
    
    .indi-blod-all-con-tnt .widget .widget-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: var(--gradient);
        border-radius: 3px;
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-single {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 8px;
        padding: 15px;
        border-radius: 12px;
        /* background: white; */
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-single:hover {
        transform: translateX(5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-img {
        margin-right: 20px;
        width: 40%;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-img img {
        width: 100%;
        border-radius: 10px;
        height: 65px;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-single:hover .recent-post-img img {
        transform: scale(1.1);
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-bio {
        width: 60%;
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-bio h6 {
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 5px;
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-bio h6 a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: var(--dark);
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-bio h6 a:hover {
        color: var(--color-one);
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-bio span {
        font-size: 14px;
        color: var(--theme-color2);
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    
    .indi-blod-all-con-tnt .widget .recent-post-bio span i {
        margin-right: 5px;
        color: var(--color-one);
    }
    
    /* Blog content styling */
    .indi-blod-all-con-tnt.blog-single-area {
        padding-top: 60px;
    }
    
    .indi-blod-all-con-tnt .blogdetails-title {
        font-size: 32px;
        font-weight: 700;
        color: var(--dark);
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .indi-blod-all-con-tnt .blog-info {
        font-size: 17px;
        line-height: 1.8;
        color: #ffF;
    }
    
    .indi-blod-all-con-tnt .blog-info p {
        margin-bottom: 20px;
    }
    
    .indi-blod-all-con-tnt .blog-info strong {
        color: var(--dark);
        font-weight: 600;
    }
    

     /* Responsive adjustments */
    @media (max-width: 768px) {
        .indi-blod-all-con-tnt .blogdetails-title {
            font-size: 26px;
        }
        
        .indi-blod-all-con-tnt .date-overlay {
            top: 15px;
            left: 15px;
            padding: 12px;
            min-width: 60px;
        }
        
        .indi-blod-all-con-tnt .date-day {
            font-size: 22px;
        }
        
        .indi-blod-all-con-tnt .date-month {
            font-size: 14px;
        }
        
        .indi-blod-all-con-tnt .date-year {
            font-size: 12px;
        }
    }


       .indi-blod-all-con-tnt .news-gally-more-img img{
      object-fit: fill;
      height: 400px;
   }
   
.indi-blod-all-con-tnt .news-gallery-btn {
  position: absolute;
  bottom: 35px;   /* distance from bottom */
  right: 10px;    /* distance from right */
  z-index: 5;
  padding: 6px 12px;
  font-size: 14px;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(90deg, #c87a2a, #dfa871ff);
}
.indi-blod-all-con-tnt .news-gallery-btn i.fas.fa-images{
    font-size: 25px;
}
.indi-blod-all-con-tnt .news-gallery-btn:hover{
    color: #444;
}


.indi-blod-all-con-tnt .news-gallery-btn:focus{
   color: white;
}
.indi-blod-all-con-tnt .news-all-immg{
        box-shadow: -3px -2px 10px 10px #2f2c2cb3;
}

@media screen and (max-width: 450px) {
 .indi-blod-all-con-tnt .news-gally-more-img img{
      object-fit: fill;
      height: 280px;
   }
}

   .more-detail-promation{
    display: flex;
    justify-content: space-between;
    line-height: normal;
}
.more-detail-promation a.btn.btn-primary{
    background: linear-gradient(45deg, #3498db, #2c3e50, #3498db);
    background-size: 200% 100%;
    padding: 10px 20px !important;
    border-radius: 25px;
    height: auto !important;
      cursor: pointer;
}
.more-detail-promation a.btn.btn-primary:hover{
    color: white;
}
.more-detail-promation a.btn.btn-bordered.regi-trainee:hover{
    color: white;
}
.more-detail-promation a.btn.btn-bordered.regi-trainee{
    background: linear-gradient(45deg, #ff6b6b, #ff8e53, #ff6b6b);
    background-size: 200% 100%;
    padding: 10px 20px !important;
    border-radius: 25px;
    height: auto !important;
    cursor: pointer;
}
 
.pro-mo-tion-ev-ent{
    margin-top: 0px !important;
}
.pro-mo-tion-event-c-rd{
  height: auto !important;
}

  @media (max-width: 992px) {
        .social-vertical {
        left: auto !important;
    }
    }


.wptb-item--image.offer img{
aspect-ratio: 2;
}
a.wptb-item--link.mt-0{
    display: inline-block;
    padding: 8px 40px;
    background: var(--color-one);
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.date-range-wrapper .filter-dropdown {
    /*background-color: #000; */
    color: #fff;
}

.date-range-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

button.carousel-control-next.left{
  left: 0px;
}
button.carousel-control-next.right{
  right: 0px;
}
span.carousel-control-prev-icon.new{
  background: none;
  background-color: white;
  border-radius: 10px;
  height: 27px;
    width: 40px;
}
span.carousel-control-next-icon.new{
  background: none;
  background-color: white;
   border-radius: 10px;
    height: 27px;
    width: 40px;
}
span.carousel-control-prev-icon.new i{
 font-size: 20px;;
   color: black;
}
span.carousel-control-next-icon.new i{
   font-size: 20px;;
   color: black;
}






