@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-jakarta: "Plus Jakarta Sans", sans-serif !important;
  --font-inter: "Inter Tight", sans-serif;
}

body {
  font-family: var(--font-inter);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-jakarta);
}

.ltn__main-menu > ul > li > a {
  font-family: var(--font-inter) !important;
}

input[type="date"] {
  background-color: var(--white);
  height: 65px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  margin-bottom: 30px;
  padding-right: 40px;
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  border-color: var(--border-color-9);
  border-radius: 0px;
}
.about-img-left {
  overflow: hidden;
  border-radius: 30px;
  transition-duration: 0.5s;
}

.about-us-img-wrap img {
  border-radius: 30px;
  overflow: hidden;
  transition-duration: 1s;
}

.about-img-left:hover img {
  transform: scale(1.2);
}

.ltn__page-details-inner p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.ltn__page-details-inner h1,
.ltn__page-details-inner h2,
.ltn__page-details-inner h3,
.ltn__page-details-inner h4,
.ltn__page-details-inner h5,
.ltn__page-details-inner h6 {
  margin-top: 10px;
}
.section-title {
  font-family: var(--font-jakarta);
  font-weight: 500;
}

.section-subtitle-2 {
  padding: 0;
}

.section-subtitle-2::before {
  background-color: transparent;
}

.ltn__list-item-half-copy li i {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #000;
}

.ltn__list-item-half li i {
  margin: 0;
}

.ltn__list-item-half-copy li {
  margin: 0;
  width: 100%;
  color: #000;
}

.about-us-info-wrap p {
  color: #000;
}

.one-line {
  border-right: 3px solid #f55834;
  border-radius: 2px;
}

.contact-section {
  padding: 60px 0;
}

.contact-img {
  background: url("./public/images/contact.jpg") center/cover no-repeat;
  min-height: 100%;
  border-radius: 20px 0 0 20px;
}

.contact-box {
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
/* 
.info-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
} */

.info-box i {
  color: orange;
  margin-right: 10px;
}

.info-box p {
  margin: 0.25rem 0;
  color: #ffffff;
}

.form-control:focus {
  box-shadow: none;
  border-color: orange;
}

.btn-submit {
  background: orange;
  color: white;
  width: 100%;
  border-radius: 50px;
}

.btn-submit:hover {
  background: darkorange;
}

.footer-widget {
  margin-bottom: 0;
}

.footer_bg {
  background-color: transparent;
  background-image: linear-gradient(0deg, #000000e6 0%, #000000 100%);
}

.step-number {
  font-size: 2rem;
  font-weight: 700;
  color: #f1592a;
}

.step-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #1e1e2f;
}

.step-desc {
  color: #666;
  font-size: 0.95rem;
}

.step-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.step-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.rounded-image {
  border-radius: 1rem;
  overflow: hidden;
}

/* Swadhin Sir */

/* .section-title {
    font-weight: 500;
} */

.elementor-button-link {
  background-image: linear-gradient(90deg, #fba31c 0%, #ef5734 100%);
  color: #fff;
  border-radius: 25px 25px 25px 25px;
  padding: 10px 26px 10px 26px;
}

.elementor-button-link:hover {
  background-image: linear-gradient(90deg, #ef5734 0%, #fba31c 100%);
  color: #fff;
}

.elementor-heading-title1 {
  font-size: 21px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 10px;
}

.elementor-pricing-title {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.elementor-heading-desc {
  font-size: 14px;
  margin: 0;
}

.product_image img {
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #f2692e;
  object-fit: contain;
  aspect-ratio: 10 / 8;
}

/* Arbind css */

.special-link a {
  background: linear-gradient(90deg, #fba31c 0%, #ef5734 100%);
  color: var(--white) !important;
  padding: 6px 20px !important;
  border-radius: 50px;
}

.menu-icon > a::before {
  content: "\f107";
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ltn__slider-area {
  /* border-radius: 30px; */
  overflow: hidden;
  /* margin: 0px 40px; */
  max-width: 100%;
}

.ltn__slide-item {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay blend */
.bg-overlay-theme-black-60::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* 60% dark overlay */
  z-index: 1;
}

/* Content positioning and layering */
.ltn__slide-item-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 40px 20px;
}

.slide-sub-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
}

.slide-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* CTA Button styling */
.slide-btn {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  background-color: #ff6b2c;
  border: none;
  border-radius: 30px;
  color: #fff;
  margin-top: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.slide-btn:hover {
  background-color: #e65a1e;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slide-title {
    font-size: 32px;
  }

  .slide-sub-title {
    font-size: 14px;
  }
}

.ltn__slide-item-6 {
  height: 650px;
}

.ltn__slide-item-6 .slide-title {
  font-size: 45px;
  font-weight: 500;
}

.ltn__counterup-area {
  background: linear-gradient(90deg, #fba31c 0%, #ef5734 100%);
  margin: 10px 40px;
  border-radius: 35px;
}

.ltn__counterup-item {
  text-align: left;
  padding: 0px 50px 0px 0px;
}

.ltn__counterup-area hr {
  margin: 35px 0px;
}

.ltn__counterup-area h1,
.ltn__counterup-area h6 {
  color: #fff;
}

.bg-overlay-theme-black-60::before {
  background-color: rgb(0 0 0 / 0%) !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  margin-bottom: 10px;
}

.container-fluid {
  width: 95%;
}
.innerbg {
  background: url('../img/about-bg.jpg') no-repeat;
  background-color: #0d1034;
  padding: 20px;
  opacity: 0.9;
  border-radius: 20px;
  background-blend-mode: multiply;
  background-size: cover;
}
.innerbg h2 {
  color: #fff;
  min-height: 150px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 45px;
  font-family: var(--font-outfit);
  font-weight: 500;
}
.details ul li {
  margin-top: 0.2em;
}
.details ul {
  margin-top: 0.2em;
}
.active_on_mobile {
  display: none;
}
.sticky-social-icons {
  position: fixed;
  right: 10px;
  top: 45%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}
.sticky-social li {
  display: block;
}
.sticky-social li a {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all 0.2s ease;
  line-height: 55px;
}
.sticky-social li a:hover {
  position: relative;
  left: -10px;
}
#whatsapp {
  background: #52cd60;
}
#call {
  background: #03a9f4;
}
.sticky-social li a i {
  font-size: 30px;
}
.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}
.btn--shockwave.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.65s ease-out infinite;
  animation: shockwave 1s 0.65s ease-out infinite;
}
.btn--shockwave.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s 0.5s ease-out infinite;
  animation: shockwave 1s 0.5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}
.btn--jump.is-active {
  -webkit-animation: 0.4s jump ease infinite alternate;
  animation: 0.4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
/* Responsive */

@media screen and (max-width: 1400px) {
  .ltn__slide-item-6 {
    min-height: 400px !important;
    height: 400px !important;
    background-size: 100% 100%;
  }

  .elementor-pricing-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .disable_in_mobile {
    display: none;
  }
  .active_on_mobile {
    display: block;
  }
  .ltn__counterup-area {
    margin: 10px 10px;
  }
  .ltn__slide-item-6 {
    padding-top: 60px;
  }
  .ltn__slide-item-6 {
    min-height: 190px !important;
    height: 170px !important;
    background-size: contain;
  }
}
