/* body{
    overflow: hidden ;
} */
.navbar-brand img {
  width: 40px !important;
}
.navigation-menu {
  justify-content: center;
}

.navigation-menu .navbar-nav {
  gap: 20px;
}

.navigation-menu .navbar-nav .nav-item a {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.navigation-menu .navbar-nav .nav-item:hover a {
  transition: 0.3s ease;
  color: #febb20;
  transform: translate3d(0px, -05px, 0px);
}

.navbar {
  background: none;
}

.navbar .container {
  padding: 10px 15px;
  border-bottom: 1px solid #000;
}

.footer-section {
  background-color: #fff8e6;
  background-image: url(./images/footer-line.png) !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding: 50px 0px;
}

.footer-section .contact-info {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
}

.footer-section .contact-info li {
  display: flex;
  align-items: center;
}

.footer-section .contact-info li a {
  text-decoration: none;
  color: #ffb50b;
  font-family: "Inter";
  font-size: 18px;
  transition: 0.3s ease;
}
.footer-section .contact-info li a:hover {
  text-decoration: none;
  color: #000000;
  font-family: "Inter";
  font-size: 18px;
  transition: 0.3s ease;
}
.footer-section .contact-info li a img {
  margin-right: 10px;
}
.footer-last-bar {
  overflow: hidden;
}

.footer-last-bar img {
  width: 100% !important;
  max-width: 30% !important;
  min-width: 10% !important;
  text-align: center !important;
}

.footer-last-bar .col {
  display: flex;
  justify-content: center !important;
}

.navigation-menu-2 {
  justify-content: center;
}

.navigation-menu-2 .navbar-nav {
  gap: 20px;
}

.navigation-menu-2 .navbar-nav .nav-item a {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.navigation-menu-2 .navbar-nav .nav-item:hover a {
  transition: 0.3s ease;
  color: #febb20;
  transform: translate3d(0px, -05px, 0px);
}

.navigation-menu-2 ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
}

.footer-section .navbar {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-section .navbar-nav {
    display: block !important;
  }

  .footer-section .navbar-nav img {
    display: none !important;
  }

  .footer-section .navbar-nav .nav-item a {
    text-align: center !important;
  }

  .footer-last-bar img {
    min-width: 50% !important;
  }
}

.offcanvas .navbar-nav li a {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.offcanvas .navbar-nav li a:hover {
  transition: 0.3s ease;
  color: #febb20;
  transform: translate3d(0px, -05px, 0px);
}

.inter-<uniquifier > {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.banner-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner-text {
  color: #1e1e1e;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
}

.banner-title {
  font-size: 50px;
  font-weight: 600;
  font-family: inter;
  color: #1e1e1e;
}

.button {
  font-family: "Inter";
  font-size: 18px;
  border-radius: 30px;
  background: #ffb200;
  padding: 8px 30px;
  border: 1px solid #ffb200;
}

.button a {
  color: #1e1e1e;
  text-decoration: none !important;
}

span {
  color: #ffb200;
}

.banner {
  background: url(./images/banner-bg.webp);
  background-size: 74%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: 84%;
  padding: 50px 0px;
}

::marker {
  color: #ffb200;
}

.section-2 {
  padding: 60px 0px;
}

img.\32 -sec-img {
  width: 100% !important;
}

.sec2-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.h2-title {
  font-size: 50px;
  font-family: "Inter";
  font-weight: 600;
  color: #1e1e1e;
}

.sec2-li li {
  font-size: 17px !important;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.section-3 {
  padding: 60px 0px;
}

.cards-img {
  width: 22% !important;
}

.card {
  border: none !important;
  background: #fff8e6 !important;
  border-radius: 20px !important;
  justify-content: space-between;
  padding: 50px 40px !important;
  padding-bottom: 0px !important;
  height: 450px !important;
}

.cards-num {
  width: 85% !important;
}

img.cards-num-1 {
  width: 73%;
}

.card h3 {
  margin-top: -40px;
  font-size: 18px !important;
  font-family: "Inter";
  font-weight: 500;
  color: #1e1e1e;
}

p.card-text {
  text-align: center;
  font-family: "Inter";
  font-size: 16px !important;
  font-weight: 400;
  color: #000000;
}

.last-sec-intro {
  width: 60% !important;
  margin: 0px auto 50px !important;
  font-size: 22px;
  font-weight: 500;
}



.testimonial {
    display: flex;
    flex-direction: column;
    background: #fff8e6;
    padding: 35px;
    padding-bottom: 0px !important;
    border-radius: 20px;
    justify-content: space-between;
    height: 275px !important;
    overflow: hidden;
}


img.reviews-star {
  width: 100px;
}

img.blockquote {
  width: 100px;
}

img.blockquote {
  width: 100px;
  margin: 0px !important;
}

h2.testimonial-title {
  font-size: 22px;
  font-family: "Inter";
  font-weight: 600;
  color: #1e1e1e;
}

p.testimonial-text {
  font-size: 16px !important;
  font-weight: 500;
  font-family: "Inter";
  color: #1e1e1e;
  line-height: 1.3em;
}

.testimonial-section {
  padding: 60px 0px;
}

.trust-sec {
  overflow: hidden;
}

.lines {
  width: 100% !important;
}

/* media screen 768 */
@media screen and (max-width: 768px) {
  .banner {
    background: none !important;
  }

  .banner .container .row {
    display: block;
  }

  .banner .container .row .banner-col-1 {
    margin-bottom: 50px !important;
  }

  .banner .container .row .banner-col-1 h1 {
    font-size: 45px !important;
  }
  .banner .container .row .banner-col-1 .button {
    padding: 05px 30px;
  }

  .banner .container .row .banner-col-1 .button a {
    font-size: 14px !important;
  }
  .banner .banner-col-2 #carouselExampleIndicators {
    width: 100%;
  }

  .carousel .carousel-item img {
    width: 100% !important;
    height: 500px;
  }

  .section-2 {
    margin: 0px !important;
    padding: 0px !important;
  }

  .section-2 h2 {
    font-size: 40px !important;
  }

  .section-2 .row {
    display: block !important;
  }

  .section-2 button {
    margin: 0px !important;
    padding: 05px 30px !important;
  }

  .section-2 button a {
    font-size: 14px !important;
  }

  .section-2 ul {
    margin: 0px 0px 20px 0px;
  }

  .section-2 ul li {
    font-size: 14px !important;
  }

  .section-2 .row .col {
    margin: 20px 0px !important;
  }

  .section-3 h2 {
    font-size: 40px !important;
  }

  .section-3 .cards-con {
    display: flex;
    flex-wrap: wrap !important;
  }

  .section-3 .cards-con .card {
    padding: 10px 10px 0px 10px !important;
    flex-direction: column !important;
    gap: 20px !important;
    height: auto !important;
  }

  .section-3 .cards-con .card .cards-img {
    max-width: 100% !important;
    min-width: 20% !important;
  }

  .section-3 .cards-con .card h3 {
    margin: 0px !important;
    font-size: 18px !important;
  }

  .section-3 .cards-con .card .cards-num-1 {
    width: 50% !important;
  }

  .section-3 .cards-con .card .cards-num {
    width: 60% !important;
  }

  .testimonial-section {
    padding: 0px;
  }

.testimonial-section .testimonial {
    padding: 20px 10px 0px 10px !important;
    justify-content: space-between !important;
    height: auto !important;
}

  .testimonial-section .h2-title {
    font-size: 40px !important;
  }

  .testimonial-section .testimonial .testimonial-title {
    font-size: 18px !important;
  }

  .testimonial-section .testimonial .testimonial-text {
    font-size: 12px !important;
  }

  .testimonial-section .testimonial .reviews-star {
    width: 65px !important;
  }

  .testimonial-section .testimonial .blockquote {
    width: 70px !important;
  }

  .section-3 button {
    margin: 0px !important;
    padding: 05px 30px !important;
    font-size: 14px !important;
  }
  .testimonial-section button {
    margin: 0px !important;
    padding: 05px 30px !important;
    font-size: 14px !important;
  }

  .trust-sec {
    margin: 50px 0px !important;
  }

  .trust-sec h2 {
    font-size: 40px !important;
  }

  .trust-sec .last-sec-intro {
    font-size: 18px !important;
  }
  .card  .cards-num-1 {
    margin-right: 10px !important;
}

img.cards-num {
    margin-right: 10px !important;
}
.testimonial .blockquote {
    margin-right: 10px !important;
}
}

/* mobile screen */
@media screen and (max-width: 500px) {
  .section-3 .cards-con {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column !important;
  }

  .section-3 .cards-con {
    margin: 0px 20px !important;
  }

  .testimonial-section .row {
    display: block !important;

    padding: 10px !important;
  }

  .testimonial-section .row .col {
    margin: 10px 0px !important;
  }

  .trust-sec .last-sec-intro {
    width: 90% !important;
    font-size: 16px !important;
  }

  .trust-sec .last-sec-intro {
    margin: 0px auto 20px auto !important;
  }
  .section-3 .cards-con {
    margin: 0px 10px !important;
  }

  .footer-section .contact-info {
    display: block !important;
    width: 100% !important;
  }

  .footer-section .contact-info li {
    justify-content: center !important;
  }

  .footer-last-bar img {
    min-width: 70% !important;
  }

  .navbar .container {
    padding: 10px 10px;
    border-bottom: 1px solid #000;
}

}

.lines {
  width: 45% !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  opacity: 0; /* hidden by default */
  transform: translateY(30px);
  transition: opacity 0.3s, transform 0.3s;
}

.fade-in-up.show {
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.zoom-in {
  opacity: 0; /* hidden by default */
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}

.zoom-in.show {
  animation: zoomIn 0.8s ease-out forwards;
}

.offcanvas {
    width: 70% !important;
}

.button svg {
    width: 18px;
    margin-left: 7px;
}

.button {
    border: 2px solid #ffb200;
    transition: 0.3s;
}

.button:hover {
    background: #fff !important;
    border: 2px solid #ffb200;
    transition: 0.3s;
}

.carousel-item img {
    width: 100% !important;
    height: 700px;
    object-fit: cover;
    border-radius: 40px !important;
}


.sec-2-col-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.button svg {
  margin-left: 8px; /* thoda gap text aur arrow me */
  transition: transform 0.3s ease; /* smooth transition */
}

.button:hover svg {
    transform: translateX(5px);
    fill: #ffb200;
}