html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}
/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.Top-Bar {
  letter-spacing: 2.1px;
  background-color: #100b05;
  color: #f8f9fa;
  font-family: sans-serif;
  font-size: small;
  padding-right: 11px;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(218, 168, 55);
}

.btn-primary {
  color: rgba(0, 0, 0, 0.9);
  background-color: #ffc107;
  border-color: #ffc107;
}

.navbar-nav {
  margin-top: 10px;
}

ul {
  list-style-type: none;
}

.testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

.testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}

.chi {
  object-fit: cover;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}

.testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}

.testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}

.testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}

.testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}

.testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}

.testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}

.testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}

.testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}

.testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}

.testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}

.testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}

.testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}

.testimonial .row .tabs li figure {
  position: relative;
}

.testimonial .row .tabs li figure img {
  display: block;
}

.testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid #af9149;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial .row .carousel h1 {
  color: white;
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}

.testimonial .row .carousel .carousel-indicators li {
  background: #313131;
  background-clip: padding-box;
  height: 2px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: #fff;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #212121;
  font-weight: 700;
  margin-top: 37px;
  font-size: 30px;
  line-height: 1.45;
  text-transform: uppercase;
  width: 211px;
  border-bottom: #ffffff 1px solid;
}

@media only screen and (max-width: 1200px) {
  .testimonial .row .tabs {
    margin-right: 25px;
  }
}

.bg-dark {
  margin-top: -11px;
  background-color: #100b05 !important;
}

.bg-grey {
  background: #292929;
}

.logo-footer {
  margin-bottom: 40px;
}

footer {
  color: grey;
}

footer p,
a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: black;
}

footer p,
a:hover {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #808080;
}

footer h4 {
  font-family: sans-serif;
  margin-bottom: 40px;
  position: relative;
  color: #f58020;
  font-weight: 700;
}

footer h4:after {
  position: absolute;
  content: "";
  background: grey;
  width: 12%;
  height: 1px;
  left: 0;
  bottom: -20px;
}

.btn-footer {
  color: #f37f20;
  text-decoration: none;
  border: 1px solid #f58020;
  border-radius: 43px;
  font-size: 13px;
  padding: 7px 30px;
  line-height: 47px;
}

.btn-footer:hover {
  text-decoration: none;
}

.form-footer input[type="text"] {
  border: none;
  border-radius: 16px 0 0 16px;
  outline: none;
  padding-left: 10px;
}

::placeholder {
  font-size: 10px;
  padding-left: 10px;
  font-style: italic;
}

.form-footer input[type="button"] {
  border: none;
  background: #232323;
  margin-left: -5px;
  color: #fff;
  outline: none;
  border-radius: 0 16px 16px 0;
  padding: 2px 12px;
}

.social .fa {
  color: grey;
  font-size: 22px;
  padding: 10px 15px;
  background: #3c3c3c;
}

footer ul li {
  list-style: none;
  display: block;
}

footer ul {
  padding-left: 0;
}

footer ul li a {
  text-decoration: none;
  color: grey;
  text-decoration: none;
}

.pro1 {
  width: 100%;
}

.pro2 {
  width: 100%;
}

.ch1 {
  padding-left: 22px;
  font-family: inherit;
  font-size: 90px;
  color: #f1f1f1ba;
  -webkit-text-stroke: #000000 1px;
  padding-top: 95px;
  width: 278px;
}

.ch2 {
  padding-top: 111px;
  font-size: 80px;
  color: #f1f1f1ba;
  -webkit-text-stroke: #000000 1px;
}

.proca {
  padding: 50px;
}

.para {
  font-size: 20px;
}

.sizh1 {
  font-size: 40px;
  font-family: inherit;
  font-weight: 100;
  text-transform: uppercase;
}

.zm {
  transition: transform 0.2s;
}

.zm:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: transform 0.2s;
}

.re {
  transition: transform 0.2s;
}

.re:hover {
  transform: rotate(9deg);
  cursor: pointer;
  transition: transform 0.2s;
}

.rot:hover {
  animation: rotation 6s infinite linear;
  cursor: pointer;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ch {
  transition: transform 0.2s;
}

.ch:hover {
  transform: scale(1.1);
  cursor: pointer;
  transition: transform 0.2s;
}

.shk:hover {
  cursor: pointer;
  animation: shake 1s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.pb-100 {
  padding-bottom: 100px;
}

/* .pt-30 {
                padding-top: 30px;
                background-image: url("../img/tele.jpg");
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
                z-index: 2;
                color: #fff;
            }
            
            .pt-30:before {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: #333;
                z-index: -1;
                opacity: .85;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
            } */

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-title {
  position: relative;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}

.section-title h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

.section-title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.section-title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff7200;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

::placeholder {
  color: white;
  opacity: 1;
}

.contact-form input,
textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 5px 10px;
  text-transform: capitalize;
  margin-top: 15px;
  background-color: transparent;
  color: #fff;
}

.single-contact {
  text-align: left;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.single-contact i.fa {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #99ca41;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.single-contact h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-contact p {
  font-size: 15px;
  font-weight: 400;
}

.btn-1 {
  background-color: #ff7200;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.btn-1:hover {
  background-color: #99ca41;
}

.contact-form input:focus,
textarea:focus {
  border-color: #cc5b00;
}

.foot-bottom a {
  text-decoration: none;
  color: #777777;
}

.foot-bottom a:hover {
  text-decoration: none;
  color: #fff;
}

.foot-bottom {
  background-color: #292929;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .navbar-text {
    font-size: 10.6px;
    font-weight: bolder;
  }
}

@media only screen and (max-width: 600px) {
  .navbar-brand img {
    width: 135px;
  }
}

/* 17.10.2025 */
.new-highlight-text {
  color: #ff6e00;
  font-weight: 700;
}

.new-highlight-text-2 {
  color: #609226;
  font-weight: 700;
}

.new-banner {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/banner-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.new-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner-text {
  position: relative;
  z-index: 999;
  margin-left: 80px;
}

.h1-heading {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
}

.h1-span {
  background-color: #99ca41;
  padding: 8px;
  color: #100b05;
  width: 50%;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
  border-radius: 4px;
}
.banner-paragraph {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0;
  color: #fff;
}

.new-highlight-text-3 {
  background-color: #f37f20;
  color: #fff;
  padding: 5px;
}

.section-padding {
  padding: 40px;
}
.section-h1-heading {
  font-family: sans-serif;
  font-size: 45px;
  color: #343a40;
  text-align: center;
}
.section-para {
  font-size: 20px;
  margin: 15px 0;
  line-height: 1.5;
}
.h2-heading {
  font-size: 44px;
  color: #343a40;
}

.section-img img {
  width: 100%;

  object-fit: cover;
}

.new-btn {
  padding: 15px;
  color: #fff;
  background-color: #f17c1f;

  border-radius: 4px;
  font-weight: 600;
}

.new-btn:hover {
  text-decoration: none;
  background-color: #99ca41;
  color: #fff;
}
.h6-heading {
  font-size: 20px;
  font-weight: 600;
  color: #343a40;
  margin: 15px 0;
}

.contact-bg {
  background-image: url(../img/index-section-bg-new.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px); /* blur effect */
  -webkit-backdrop-filter: blur(2px); /* Safari support */
}

.section-text {
  position: relative;
  z-index: 2;
}

.section-color {
  background-color: #f3f9e8;
}

.product-img img {
  width: 100%;
  object-fit: cover;
}

.section-color {
  background: #e1efc7;
  background: linear-gradient(
    240deg,
    rgba(225, 239, 199, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
}
.product-subheading {
  background-color: #99ca41;
  display: inline;
  padding: 8px;
  border-radius: 25px;
  margin: 20px 0;
  color: #0c0c0c;
  font-weight: 600;
}

.h3-heading {
  font-size: 28px;
  font-weight: 500;
  margin: 15px 0;
}

.section-new-btn {
  margin: 15px 0;
}

.header-cta {
  padding: 5px;
  background-color: #e9e9e9;
}

.header-cta-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-section {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.contact-img img {
  width: 30px;
  height: 30px;
}

.contact-text a {
  font-weight: 600;
  font-size: 16px;
}

.contact-text a:hover {
  color: #000000;
  text-decoration: none;
}

.banner-cta-btn {
  background-color: #f17c1f;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #f17c1f;
}

.banner-cta-btn:hover {
  background-color: #99ca41;
  border: 1px solid #99ca41;
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 1rem 0;
  }

  .h1-heading {
    font-size: 37px;
  }

  .h1-span {
    font-size: 37px;
  }

  .banner-paragraph {
    font-size: 18px;
  }

  .section-h1-heading {
    font-size: 30px;
  }

  .h2-heading {
    font-size: 30px;
    color: #343a40;
  }

  .contact-bg {
    height: 100vh;
  }

  .section-para {
    font-size: 18px;
  }
}
