@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');



body {
  background: #fff;
  color: #171717;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100vw;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  /*overflow-x: hidden;*/
}

html {
  overflow-x: hidden !important;
}

img {
  object-fit: cover;
}

.top-bar {
  background-color: #030303;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid gray;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.navbar {
  position: sticky;
  width: 100%;
  z-index: 999;
  transition: all .4s ease;
  background: #070707;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.navbar.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: white;
  border-bottom: none;
}

.nav-link.active {
  background-color: #bb7e28;
  border-radius: 8px;
  padding: 6px 15px;
  color: #0358a7 !important;
}

.btn-call {
  border: 1px solid #bb7e28;
  color: #bb7e28;
  border-radius: 8px;
}

.btn-call:hover {
  background-color: #45cbfe2b;
  border: 1px solid #015aae;
}

.btn-quote {
  background-color: #bb7e28;
  color: #fff;
  border-radius: 8px;
}

.btn-quote:hover {
  background-color: #bb7e28;
  color: #fff;
}

.badge-soft {
      background-color: #ffffff;
    color: #bb7e28;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-section {
  /* background: linear-gradient(147deg, rgb(196 228 245 / 72%) 0%, rgba(255, 252, 237, 1) 100%); */
  /*background: linear-gradient(316deg, rgb(23 24 24 / 72%) 0%, rgb(8 8 8) 100%);*/
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #f6f8fa;
}

.hero-text {
  font-size: 1.1rem;
  color: #f7f9fc;
  max-width: 700px;
}

.btn-outline-custom {
  border: 1px solid #bb7e28;
  color: #bb7e28;
  /* background-color: rgba(3, 75, 3, 0.897); */
  padding: 10px 20px;
  border-radius: 8px;
  background: #fff;
}

.btn-outline-custom:hover {
  background: rgba(3, 75, 3, 0.897);
}

.btn-solid-custom {
  background-color: #bb7e28;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
}

.btn-solid-custom:hover {
  background-color: #bb7e28;
}

/* responsive */
/* TABLET */
@media (max-width: 991px) {

  .banner-content {
    padding: 50px 30px;
    text-align: center;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-text {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-img {
    padding: 20px;
  }

  .extrall {
    justify-content: center;
  }
}

/* MOBILE */
@media (max-width: 767px) {

  .banner-content {
    padding: 40px 20px;
    text-align: center;
  }

  .hero-title {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  .hero-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .btn-outline-custom,
  .btn-solid-custom {
    width: 100%;
    max-width: 250px;
  }

  .hero-img img {
    max-height: 350px;
    object-fit: contain;
  }

  .extrall {
    display: none !important;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {

  .hero-title {
    font-size: 1.4rem;
  }

  .hero-text {
    font-size: 0.9rem;
  }

  .banner-content {
    padding: 0px 15px;
  }

  .hero-img img {
    max-height: 280px;
  }
}

.about-img {
  border-radius: 20px;
  overflow: hidden;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
}

.card-custom {
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}

.card-custom:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.box-icon {
  width: 50px;
  height: 50px;
  background: #bb7e28;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
}

.product-box p {
  /*font-weight: 600;*/
  font-size: .75rem;
}

.product-box h6 {
  font-weight: 600;
  font-size: .75rem;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 11px;
}

.product-img {
  height: 250px !important;
  object-fit: cover !important;
}

.bg-soft {
  background-color: #015aae21;
  color: #015aae;
  font-weight: 500;
}

.process-card {
  background: linear-gradient(175deg, rgb(217 141 35 / 40%) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  position: relative;
  transition: 0.3s;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgb(187 126 40 / 52%);
  ;
}

.step-badge {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #bb7e28;
  color: #ffff;
}

.icon-box {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  color: #0e0e0e;
  background-color: #0d3df012;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-title {
  font-weight: 600;
  margin-top: 20px;
  color: #000;
}

.process-text {
  color: #000;
  font-size: 14px;
}

.gallery-card {
  background: linear-gradient(168deg, rgba(236, 253, 245, 1) 0%, rgba(255, 255, 255, 1) 74%);
}

.gallery-img {
  margin-right: 15px;
}

.gallery-img:hover {
  transform: scale(105%);
}

.bg-service {
  background: linear-gradient(147deg, rgb(213 227 233 / 42%) 0%, rgba(238, 254, 247, 1) 100%);
}

.export-card {
  border: none;
  border-radius: 12px;
  transition: 0.3s;
  background: linear-gradient(175deg, rgb(187 126 40 / 90%) 0%, rgba(255, 255, 255, 1) 100%);
}

.export-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.export-icon {
  width: 40px;
  height: 40px;
  background: #57c4d933;
  color: #181717;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}

.check-list i {
  color: #bb7e28;
  margin-right: 8px;
}

.rating li {
  list-style: none;
}

.bg-green {
  background: #bb7e28;
  border-radius: 0.7rem;
}

.testimonial-text .name {
  color: #101828;
  font-size: .875rem;
}

.testimonial-text .designation {
  color: #4a5565;
  font-size: .75rem;
}

.testimonial-text .company {
  color: #6a7282;
  font-size: .75rem;
}

.comment {
  color: #364153;
  font-size: .875rem;
}

#testimonial-slider .item {
  background: #f8f1e7;
}

.google-img {
  width: 60px !important;
  object-fit: contain !important;
}

.text-verified {
  font-size: .800rem;
}

.footer {
  background: linear-gradient(135deg, #1a1e24, #c38227);
  color: #dcdcdc;
}

.footer h5 {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer a {
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.3s;
}

.footer a:hover {
  color: #45cbfe;
}

.footer .logo {
  font-size: 28px;
  font-weight: 700;
  color: #f4c542;
}

.footer .tagline {
  color: #20c997;
  font-size: 13px;
}

.footer .social-media {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 15px;
}

.footer .social-media i {
  font-size: 20px;
}

.footer .social-media:hover {
  background-color: #015aae;
}

.footer-bottom {
  border-top: 1px solid rgb(225 221 221);
  font-size: 14px;
  color: #cfcfcf;
}

.footer-bottom a {
  color: #20c997;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li i {
  margin-right: 8px;
  color: #bb7e28;
}

.mega-menu {
  width: 350px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* LEFT MENU BOX */
.menu-box {
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.menu-box h6 {
  margin: 0;
  font-weight: 600;
}

.menu-box p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #6c757d;
}

.menu-box:hover {
  background: #48cbff14;
  color: #0358a7;
}

/* Open main dropdown on hover */
.mega-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* removes jump */
}

/* smooth fade effect (optional but nice) */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mega-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* SUBMENU CARD (RIGHT STYLE) */
.submenu-parent {
  position: relative;
}

.submenu-card {
  position: absolute;
  top: 0;
  left: 105%;
  width: 300px;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  list-style: none;
  display: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* show on hover */
.submenu-parent:hover .submenu-card {
  display: block;
}

/* submenu items */
.submenu-card li {
  background: #f8f9fa;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 500;
}

/* green dot */
.submenu-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #198754;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* VIEW ALL */
.view-all {
  margin-top: 10px;
  padding: 10px;
  color: #198754;
  font-weight: 600;
}

.submenu-card li:hover {
  background: linear-gradient(to right, #d4f5e9, #e9f7f3);
  color: #198754;
}

.submenu-card p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #6c757d;
}

er .view-all a:hover {
  background: linear-gradient(to right, #d4f5e9, #e9f7f3);
  color: #198754 !important;
  border-radius: 100px;
}


.contact-section {
  padding: 60px 0;
  background: linear-gradient(147deg, rgba(238, 254, 247, 1) 0%, rgba(255, 252, 237, 1) 100%);
}

.card-custom {
  border-radius: 12px;
  box-shadow: 0 5px 20px rgb(187 126 40 / 64%) !important;
}

card-border1 {
  border: 1px solid #bb7e28 !important;
}

.btn-custom {
  background: #0d8f61;
  color: #fff;
  border-radius: 8px;
  padding: 12px;
}

.btn-custom:hover {
  background: #0b7a52;
}

.accordion-button:not(.collapsed) {
  color: #5c3c0e;
  background-color: #bb7e281c;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.btn:hover {
  color: #ffff !important;
  background-color: #f3a73d !important;
  border-color: #bb7e28 !important;
}

.map-box iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  border: 0;
}

.info-box {
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.info-item {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  padding: 5px;
}

.info-item:hover {
  background: #eee;
  border-radius: 10px;
}

.info-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.bg-phone {
  background: #e6f7ef;
  color: #0d8f61;
}

.bg-email {
  background: #e8f0fe;
  color: #3b82f6;
}

.bg-location {
  background: #fff4e5;
  color: #f59e0b;
}

.bg-whatsapp {
  background: #e6fffa;
  color: #10b981;
}

.cta-dark-block {
  background: #bb7e28de;
  border-radius: 32px;
  padding: 50px 40px;
  color: black;
  position: relative;
}

.btn-cta {
  background: #2a272466;
  color: #fff;
  font-size: 16px;
}

.btn-cta:hover {
  background: #b3bcc363 !important;
}

.cta-dark-block a {
  color: #0a0a0a !important;
}

.cta-dark-block a:hover {
  color: #fff !important;
}

.text {
  color: #4a5565;
  font-size: 15px;
}

.bg-secondary-subtle {
  background-color: #fbf9fa !important;
}

.icon-2 i {
  font-size: 35px;
  padding: 15px;
  border-radius: 15px;
}

.icon-2 .ti-world {
  background-color: #dbeafe;
  color: #155dfc;
}

.icon-2 .ti-leaf {
  background-color: #dcfce7;
  color: #00a63e;
}

.icon-2 .ti-truck {
  background-color: #f3e8ff;
  color: #9810fa;
}

.icon-2 .ti-heart {
  background-color: #dcfce7;
  color: #00a63e;
}

.icon-2 .ti-shield {
  background-color: #fef3c6;
  color: #e17100;
}

.icon-2 .ti-circle-check {
  background-color: #dbeafe;
  color: #155dfc;
}

.border-secondary-subtle {
  border-color: #ebebeb !important;
}

.about-card:hover {
  transform: translateY(-8px);
  transform: scale(1.05);
}

.about-card i {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0, 0, .2, 1);
}

.about-card:hover i {
  transform: rotate(8deg) scale(1.1);
}

.vision-mission-card {
  background: linear-gradient(149deg, rgba(236, 252, 244, 1) 0%, rgba(245, 252, 240, 1) 51%, rgba(253, 251, 235, 1) 100%);
}

.card-custom i {
  transition: transform 0.3s cubic-bezier(0, 0, .2, 1);
}

.card-custom:hover i {
  transform: rotate(8deg) scale(1.1);
}


.product-input {
  background: #f9fafb !important;
  padding: 8px 20px 8px 40px;
  border-radius: 10px;
}

.search-icon {
  position: absolute;
  color: #99a1af;
  top: 12px;
  left: 24px;
  font-size: 19px;
  font-weight: 500 !important;
}

.product-select {
  border-radius: 10px;
  padding: 8px 20px 8px 20px;
}

.product-input:focus,
.product-select:focus {
  box-shadow: none !important;
  border: 4px solid #0bb37f;
}

.product-card {
  overflow: hidden;
}

.product-card img {
  transition: 0.2s;
}

.product-card:hover img {
  transform: scale(1.04);
}

.product-badge {
  z-index: 10;
}


.green-header {
  background: #198754;
  color: white;
  padding: 10px 15px;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
}

.highlight-box {
  background: linear-gradient(147deg, rgba(238, 254, 247, 1) 0%, rgba(255, 252, 237, 1) 100%);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #d1e7dd;
}

.table {
  font-size: 12px;
}

.f-text h6 {
  font-size: 12px;
}

.bg-f {
  background-color: #81eab5 !important;
  color: #198754 !important;
}


/* Carousel wrapper */
#owl-carousel {
  position: relative;
}

/* NAV CONTAINER */

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-img {
  position: relative;
  width: 100%;
  height: auto;
}

.hero-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


.hero-graphics-col {
  min-height: 550px;
}

.image-wrapper {
  height: 100%;
  min-height: 550px;
  overflow: hidden;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

/* NAV BUTTONS */
#owl-carousel {
  position: relative;
}

/* NAV CONTAINER */
#owl-carousel .owl-nav {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 10%;
  /* matches image column */
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 25px;

  /* Hidden by default */
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#owl-carousel .owl-prev,
#owl-carousel .owl-next {
  width: 42px;
  height: 42px;
  margin-bottom: 0px;
  border-radius: 50%;
  background: white;
  color: #000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
#owl-carousel .owl-prev:hover,
#owl-carousel .owl-next:hover {
  background: #bb7e28de;
  color: black;
  transform: scale(1.1);
}

/* OPTIONAL: smoother feel */
#owl-carousel .owl-nav button {
  transition: all 0.25s ease;
}

/* SHOW NAV ONLY WHEN HOVERING HERO IMAGE */
#owl-carousel .hero-img:hover~.owl-nav,
#owl-carousel .hero-img:hover+.owl-nav,
#owl-carousel:hover .owl-nav {
  opacity: 1;
  pointer-events: all;
}

/* Tablet */
@media (max-width: 992px) {
  #owl-carousel .owl-nav {
    width: 18%;
    right: 10px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #owl-carousel .owl-nav {
    width: 30%;
    right: 50%;
    transform: translate(50%, -50%);
    bottom: -12%;
    padding: 0;
  }

  #owl-carousel .owl-prev,
  #owl-carousel .owl-next {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  #owl-carousel .owl-nav {
    width: 40%;
    bottom: -15%;
  }

  #owl-carousel .owl-prev,
  #owl-carousel .owl-next {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

/*All pages CSS*/

html {
  overflow-x: hidden !important;
}

img {
  object-fit: cover;
}

.fs-small {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

li {
  list-style: none;
}

.subheading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  /*color: #7A1F25;*/
}


.overley {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000b5;
}

#main-slider .bg-background-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
}

.navbar {
  position: sticky;
  top: 0px;
  z-index: 10;
  border-bottom: 1px solid #bdbdbd;
  box-shadow: 0px 1px 20px 1px #7f7f7fbd;
}

#main-slider .owl-nav {
  position: absolute;
  top: 50%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#main-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 45%;
}

#main-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff !important;
  padding: 4px 30px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
  padding: 9px 25px !important;
  font-size: 27px;
  background: #ffffff52;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid;
}

.slider h1 {
  font-weight: 900;
  font-size: 80px;
}

.footer-section {
  background: linear-gradient(90deg, #0b1c34, #0a162a);
  color: #cfd6e4;
}

.footer-title {
  color: #ff4d4d;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #cfd6e4;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ff4d4d;
  padding-left: 5px;
}

.footer-section i {
  /*margin-right: 8px;*/
  color: #fff;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border-radius: 6px;
  background: #1c2b45;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
}

.social-icons a:hover {
  background: #ff4d4d;
}

.footer-bottom {
  padding-bottom: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom a {
  color: #cfd6e4;
  margin-left: 10px;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #46cdfd;
}

.bg-danger-subtle {
  background-color: #bb7e281c !important;
}

.product-badge {
  position: absolute;
  top: 10px;
  /*right: 10px;*/
}

.breadcrum h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
}

.breadcrum h4 {
  color: #c1c1c1
}

.bg-breadcrum-icon {
  border: 1px solid #bb7e28;
  backdrop-filter: blur(10px);
  border-color: #bb7e28 !important;
  background-color: hsla(0, 0%, 100%, .1);
}

.text-gery {
  color: #c1c1c1
}

.bg-transperant {
  border: 1px solid;
  backdrop-filter: blur(10px);
  border-color: hsla(0, 0%, 100%, .2) !important;
  background-color: hsla(0, 0%, 100%, .1);
}

.bg-danger-subtle1 {
  background-color: #bb7e281c;
}

.bg-banner {
  background-attachment: fixed !important;
}

.form-control {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: .75rem;
  border-width: 2px;
  border: 1px solid #bb7e28;
  padding-left: 3rem;
}

.icon-search {
  position: absolute;
  top: 20px;
  left: 30px;
  color: rgb(122, 31, 37);
  font-size: 1.25rem;
}

.product-cat-tab.nav-pills .nav-link {
  padding: 15px 17px;
  border-radius: 0.75rem;
  background-color: #ffffff;
  color: black;
  border: 1px solid #45cbfe2b;
  font-weight: 600;
  transition: all 0.3s ease;
}

.product-cat-tab.nav-pills .nav-link.active {
  background-color: #bb7e28;
  color: #ffffff !important;
  /* force white text */
  box-shadow: 0 4px 6px rgb(187 126 40 / 67%);

}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 50px auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background: #bb7e28;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  padding: 80px 80px 30px;
  position: relative;
  width: 50%;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #025aa5;
  border-radius: 50%;
  top: 25px;
  z-index: 1;
}

.timeline-item.left::after {
  right: -9px;
}

.timeline-item.right::after {
  left: -9px;
}

.timeline-icon {
  position: absolute;
  top: 10px;
  width: 54px;
  height: 54px;
  background: #e7dccc;
  border: 1px solid #bb7e28;
  color: #bb7e28;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  z-index: 2;
}

.timeline-item.left .timeline-icon {
  right: -26px;
}

.timeline-item.right .timeline-icon {
  left: -26px;
}

.year {
  font-size: 15px;
  background-color: #45cbfe29;
  color: #025aa5;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 18px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: inline-block;
  margin-bottom: 10px;
}

.timeline-content h5 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 15px;
}


/* Mobile */
@media (max-width: 768px) {
  .timeline::after {
    left: 10px;
    display: none;
  }

  .timeline-item {
    width: 100%;
    padding: 0 10px 40px;
    text-align: left !important;
  }

  .timeline-item.right {
    left: 0;
  }

  .timeline-item.left::after,
  .timeline-item.right::after {
    left: 2px;
    display: none;
  }

  .timeline-icon {
    left: -5px !important;
    display: none;
  }
}

.contact-bannger-icon {
  font-size: 3rem;
}

.bg-success {
  background-color: #bb7e28 !important;
}

.btn-success {
  background: #bb7e28;
  border: 1px solid #bb7e28;
}

.bg-success1 {
  background: #bb7e28;
}

.table-business-info td,
th {
  color: #7A1F25;
  font-size: 13px;
}

.real-time-status::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #16a34a;
  position: absolute;
  border-radius: 50%;
  left: 19px;
  bottom: 40px;
}

.bg-1::before {
  background-color: #3b82f6 !important;
}

.bg-2::before {
  background-color: #a855f7;
}

.text-purple {
  color: #a855f7;
}

.text-warning1 {
  color: #f97316;
}

.bg-3::before {
  background-color: #f97316;
}

.text-success {
  color: #bb7e28 !important;
}

.product-badge1 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.cta-section {
  padding: 100px 50px;
}

.cta-section h1 {
  font-weight: 900;
}

.text-2 {
  font-size: 50px !important;
}

.shape {
  width: 150px;
  height: 150px;
  background-color: #bf740a;
  border-radius: 50%;
  position: absolute;
  animation: mymove 5s infinite;
}

@keyframes mymove {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.7);
  }
}

.s1 {
  right: 0px;
}

.s2 {
  left: 0px;
  bottom: 0%;
}

.card {
  transition: 0.5s ease;
}

.card:hover {
  transform: translateY(-8px);
  transform: scale(1.02);
  box-shadow: 0 5px 20px rgb(158 109 38) !important;
}

.lists {
  max-width: 200px;
}

.icons {
  width: 70px;
  height: 70px;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 0px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  z-index: 999;
  overflow: hidden;
  transition: all 0.3s ease;
}

.whatsapp-icon {
  font-size: 30px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.whatsapp-float i {
  margin-left: 10px;
}

.whatsapp-text {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.4s ease;
  color: #fff;
  padding-left: 10px;
}

.whatsapp-float:hover {
  padding: 12px 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.whatsapp-float:hover .whatsapp-text {
  max-width: 150px;
  opacity: 1;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgba(37, 211, 102, 0.5);
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.whatsapp-float {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 700px) {
  .breadcrum h1 {
    font-size: 2.5rem !important;
  }

  .section-title {
    font-size: 27px;
    border: none;
    width: 270px;
    display: block;
    margin: 0 auto 0px !important;
    /*text-align: center;*/
  }

  .slider h1 {
    font-size: 50px;
  }

  #main-slider .owl-dots {
    left: 34%;
  }

  .subheading {
    font-size: 1rem;
    width: 250px;
    margin: 0 auto 0 !important;
  }

  .product-cat-tab.nav-pills .nav-link {
    font-size: 17px;
    padding: 10px 9px;
  }

  .product-cat-tab {
    gap: 15px;
  }

  .p-5 {
    padding: 3rem 1rem !important;
  }
}

.navigation1 li.active a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #dc3545;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle
}

#page {
  display: none;
}

#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url("../img/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
}

.slider-content {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.8s ease;
}

.owl-item.active .slider-content {
  opacity: 1;
  transform: translateY(0);
}

.btn-gradient {
  background: linear-gradient(90deg, rgba(185, 28, 28, 1) 0%, rgba(225, 29, 72, 1) 70%, rgba(219, 39, 119, 1) 100%);

}

.heartbeat-text {
  display: inline-block;
  animation: breathing 3s ease-in-out infinite;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
}

@keyframes breathing {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

.s-3 {
  position: absolute;
  right: 0px;
  width: 200px;
  height: 200px;
}

.header-link {
  color: #374151;
  font-weight: 500;
}

.navbar {
  transition: all 0.3s ease;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}


.text-mobile {
  margin-top: 10px;
  font-size: 13px;
}

.product-box p {
  /*font-weight: 600;*/
  font-size: .75rem;
}

.product-box h6 {
  font-weight: 600;
  font-size: .75rem;
}

.product-ul li {
  font-size: 12px;
}

.bg-secondary-subtle1 {
  background: #f4f5f7;
}

.verified-certificate-box {
  position: absolute;
  bottom: 0;
  padding: 10px 5px;
  background: #fff5f5f0;
  width: 100%;
  left: 0;
  font-size: 12px;
  border-top: 1px solid #dc3545;
  border-radius: 0 0px 22px 21px;
  text-align: center;
}

.overley-certificate {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #ffffffde;
}


.contact-faq .accordion-header button {
  border-radius: 12px !important;
  color: #000;
  font-weight: 700;
  padding: 30px 20px !important;
}

.contact-faq .accordion-item {
  border-radius: 12px;
  border: 1px solid #ffb1b4 !important;
}

.contact-faq .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  box-shadow: none;
}

.contact-faq .accordion-body {
  padding-top: 0px;
}

.contact-faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  box-shadow: none;
}

.package-icon {
  color: #bb7e28 !important;
}

.text-danger {
  color: #bb7e28 !important;
  border-color: #bb7e28 !important;
}

.border-danger-subtle {
  border-color: #bb7e28 !important;
}

.bg-success-subtle {
  background-color: #bb7e281c !important;
}

.bg-danger-subtle {
  background-color: #bb7e281c !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: #BB7E28 !important;
}

.navigation li.active a {
  background-color: #efe6da;
  padding: 6px 15px;
  border-radius: 8px;
  color: #BB7E28 !important;
  font-weight: bold !important;
}

.tis {
  height: 64px !important;
}

.text-justify {
  text-align: justify;
}

.border-success-subtle {
  border-color: #BB7E28 !important;
}

breadcrum-tc {
  background: linear-gradient(308deg, rgb(23 24 24 / 72%) 0%, rgb(8 8 8) 100%);
  color: white;
}

/* form css  */
.danger {
  color: red;
}


.stats-wrapper {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 40px 20px;
    border-color: #bb7e28;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.stat-item {
    text-align: center;
    position: relative;
}

.stat-item i {
    font-size: 32px;
    color: #bb7e28;
    margin-bottom: 10px;
}

.stat-item h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 10px 0 5px;
}

.stat-item p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Vertical Divider */
.stat-item.border-right::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #bb7e28;
}

/* Tablet */
@media (max-width: 768px) {
    .stats-wrapper {
        padding: 30px 15px;
    }

    .stat-item h3 {
        font-size: 24px;
    }

    .stat-item p {
        font-size: 12px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .stats-wrapper {
        flex-direction: column;
        padding: 25px 15px;
    }

    .stat-item {
        width: 100%;
        min-width: unset;
        padding: 15px 0;
    }

    .stat-item i {
        font-size: 28px;
    }

    .stat-item h3 {
        font-size: 22px;
    }
}

.dr {
  background: white !important;
  color: black !important;
}

.dr:hover {
  background: #48cbff14 !important;
  color: black !important;
}

/* Product-details css */
.material-sidebar {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.sidebar-heading {
  background: #bb7e28;
  color: #fff;
  padding: 18px 20px;
  margin: 0;
  font-size: 20px;
}

.product-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-menu-list li {
  border-bottom: 1px solid #eee;
}

.product-menu-list li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: .3s;
}

.product-menu-list li:hover a,
.product-menu-list li.active a {
  background: #f1fff7;
  color: #bb7e28;
  padding-left: 28px;
}

.product-detail-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.product-label {
  background: #e9fff2;
  color: #bb7e28;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

.product-detail-title {
  font-size: 36px;
  font-weight: 700;
}

.product-detail-description {
  color: #666;
  line-height: 1.9;
  margin: 20px 0;
}
/*product-details css end*/
/* end css */



.error{
    color:red!important;
}


.social_media_links{
    text-decoration:none!important;
    color:#000;
}

.banner-content{
    padding: 100px 0;
}

.overlayy{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000a8;
}