@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");
@font-face {
  font-family: "Addington";
  src: url("https://adsgrip.com/") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Addington";
  src: url("../fonts/AddingtonCF-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Addington";
  src: url("../fonts/AddingtonCF-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Addington";
  src: url("../fonts/AddingtonCF-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Addington";
  src: url("../fonts/AddingtonCF-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Addington";
  src: url("../fonts/AddingtonCF-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
body {
  background-image: url("../img/bg.webp");
  background-repeat: repeat;
  background-size: cover;
}

.head {
  font-family: "Addington";
  font-weight: 500;
  font-size: 44px;
  line-height: 59px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
    line-height: 38px;
  }
}

.subhead {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .subhead {
    font-size: 16px;
  }
}

.text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
    line-height: 22px;
  }
}

.btn.btn-main {
  padding: 18px;
  background: linear-gradient(0deg, rgba(213, 156, 31, 0.4), rgba(213, 156, 31, 0.4)), url("../img/btn-bg.png");
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  box-shadow: 0px 20px 25px rgba(213, 156, 31, 0.3);
  border-radius: 0;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.btn.btn-main img {
  width: 30px;
}
.btn.btn-main:hover {
  background: linear-gradient(0deg, rgba(213, 156, 31, 0.6), rgba(213, 156, 31, 0.6)), url("../img/btn-bg.png");
  box-shadow: 0px 25px 30px rgba(213, 156, 31, 0.4);
}
@media (max-width: 575.98px) {
  .btn.btn-main {
    padding: 14px;
    font-size: 14px;
  }
}

.btn.btn-pill {
  background: transparent;
  border: 1px solid rgb(213, 156, 31);
  border-radius: 100px;
  padding: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  transition: all 0.3s ease;
}
.btn.btn-pill:hover {
  background: linear-gradient(0deg, rgba(213, 156, 31, 0.6), rgba(213, 156, 31, 0.6)), url("../img/btn-bg.png");
  box-shadow: 0px 25px 30px rgba(213, 156, 31, 0.4);
}

.navbar {
  transition: all 0.3s ease;
  background: #262626;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.navbar .navbar-brand img {
  max-width: 220px;
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand img {
    max-width: 150px;
  }
}
.navbar .nav-link {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #FFF;
  margin: 0 15px;
  transition: color 0.3s ease;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .navbar .nav-link {
    font-size: 14px;
    margin: 0 10px;
    color: #000;
  }
}
.navbar .nav-link.active, .navbar .nav-link.show, .navbar .nav-link:hover {
  font-weight: 600;
  color: #D59C1F;
}
.navbar .nav-drop:hover > .dropdown-menu {
  display: block !important;
  background: #fff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 8px 32px rgba(38, 38, 38, 0.1);
  margin-top: 0;
  border: none;
  padding: 10px 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .navbar .nav-drop:hover > .dropdown-menu {
    position: relative;
  }
}
.navbar .nav-drop:hover > .dropdown-menu .dropdown-item {
  padding: 10px 24px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.navbar .nav-drop:hover > .dropdown-menu .dropdown-item:hover, .navbar .nav-drop:hover > .dropdown-menu .dropdown-item:focus {
  background: #F8F4EE;
  color: #D59C1F;
  border-radius: 0;
}
.navbar .dropdown-menu.show {
  display: none;
}

.products-fullscreen-dropdown {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .products-fullscreen-dropdown {
    top: 0;
    bottom: auto;
  }
}
.products-fullscreen-dropdown.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.products-fullscreen-dropdown .products-dropdown-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.products-fullscreen-dropdown .products-dropdown-content {
  position: relative;
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 30px 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateY(0);
  transition: transform 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .products-fullscreen-dropdown .products-dropdown-content {
    height: 100vh;
    padding: 20px 0;
    top: 0 !important;
  }
}
.products-fullscreen-dropdown.show .products-fullscreen-dropdown .products-dropdown-content {
  transform: translateY(0);
}
.products-fullscreen-dropdown .products-dropdown-content .dropdown-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #262626;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .products-fullscreen-dropdown .products-dropdown-content .dropdown-close-btn {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
.products-fullscreen-dropdown .products-dropdown-content .dropdown-close-btn:hover {
  background: #D59C1F;
  transform: rotate(90deg);
}
.products-fullscreen-dropdown .products-dropdown-content .dropdown-close-btn::before {
  content: "×";
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products-fullscreen-dropdown .products-dropdown-content .border-end {
  border-color: #e0e0e0 !important;
}
.products-fullscreen-dropdown .products-dropdown-content .border-end:last-child {
  border-right: none !important;
}
@media (max-width: 991.98px) {
  .products-fullscreen-dropdown .products-dropdown-content .border-end {
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 20px;
  }
  .products-fullscreen-dropdown .products-dropdown-content .border-end:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none !important;
  }
}
.products-fullscreen-dropdown .products-dropdown-content .nav .nav-link {
  transition: color 0.3s ease;
  padding: 8px 0;
}
@media (max-width: 575.98px) {
  .products-fullscreen-dropdown .products-dropdown-content .nav .nav-link {
    padding: 6px 0;
  }
}
.products-fullscreen-dropdown .products-dropdown-content .nav .nav-link:hover {
  color: #D59C1F;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero .hero-carousel {
  width: 100%;
}
.hero .hero-carousel .item {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .hero .hero-carousel .item {
    height: 50vh;
    min-height: 300px;
  }
}
.hero .hero-carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ab-card,
.whyus-card,
.card-projects {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0 !important;
  border: none !important;
}
.ab-card .card-img,
.whyus-card .card-img,
.card-projects .card-img {
  border-radius: 0 !important;
}
.ab-card .card-img-overlay,
.whyus-card .card-img-overlay,
.card-projects .card-img-overlay {
  top: auto;
}

.ab-card .card-title {
  font-family: "Addington";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
@media (max-width: 575.98px) {
  .ab-card .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.mission-vision {
  background-image: url("../img/bg-mission.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
@media (max-width: 575.98px) {
  .mission-vision {
    padding: 50px 0;
  }
}
.mission-vision .head-text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .mission-vision .head-text {
    font-size: 24px;
    line-height: 32px;
  }
}
.mission-vision .title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .mission-vision .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.mission-vision .text {
  font-size: 22px;
  line-height: 1.5;
}
.mission-vision .owl-nav {
  position: absolute;
  bottom: -60px;
  left: 22%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .mission-vision .owl-nav {
    top: auto;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
  }
}
.mission-vision .owl-nav .owl-prev,
.mission-vision .owl-nav .owl-next {
  position: relative;
}
.mission-vision .owl-nav .owl-prev:hover,
.mission-vision .owl-nav .owl-next:hover {
  background-color: transparent;
}
.mission-vision .owl-nav .owl-prev {
  left: -70px;
}
@media (max-width: 575.98px) {
  .mission-vision .owl-nav .owl-prev {
    left: 0px;
  }
}
.mission-vision .owl-nav .owl-next {
  right: 40px;
}
@media (max-width: 575.98px) {
  .mission-vision .owl-nav .owl-next {
    right: 0px;
  }
}

.whyus-card .card-title {
  font-family: "Addington";
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  color: #000;
}
@media (max-width: 575.98px) {
  .whyus-card .card-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.whyus-card .text {
  line-height: normal;
}

.products {
  padding: 80px 0;
  background-image: url("../img/bg-prod.webp");
  background-size: cover;
  background-position: center;
}
.products .title {
  font-family: "Addington";
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}

.card-projects .card-img-overlay {
  top: 20px;
  left: 20px;
  width: 287px;
  height: 52px;
  padding: 9px 20px;
  background: #202934;
  border-radius: 100px;
}
@media (max-width: 575.98px) {
  .card-projects .card-img-overlay {
    width: 100px;
    left: 20px;
    height: 44px;
    padding: 8px 16px;
  }
}
.card-projects .card-img-overlay .card-title {
  font-family: "Addington";
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #fff;
}
@media (max-width: 575.98px) {
  .card-projects .card-img-overlay .card-title {
    font-size: 16px;
    line-height: 26px;
  }
}

.testimonial-card {
  background-image: url("../img/bg-test.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(211, 211, 211, 0.4);
  border-radius: 2px;
  padding: 10px;
}
.testimonial-card .title {
  font-family: "Addington";
  font-weight: 300;
  font-size: 36px;
  line-height: normal;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .testimonial-card .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.testimonial-card .test-img {
  max-width: 100px;
  height: 100px;
}
@media (max-width: 575.98px) {
  .testimonial-card .test-img {
    max-width: 70px;
    height: 70px;
  }
}
.testimonial-card .name {
  font-family: "Addington CF";
  font-weight: 500;
  font-size: 28px;
  line-height: 25px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .testimonial-card .name {
    font-size: 20px;
    line-height: normal;
  }
}

.services .nav-tabs {
  position: relative;
}
.services .nav-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  height: 5px;
  background: #e9ecef;
  z-index: -1;
}
.services .nav-tabs .nav-link {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #1e1e1e;
  border: none;
  border-bottom: 5px solid transparent;
  padding: 12px 40px;
  margin: 0 30px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .services .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 5px;
  }
}
.services .nav-tabs .nav-link:hover {
  border-bottom-color: #D59C1F;
}
.services .nav-tabs .nav-link.active {
  border-bottom-color: #D59C1F;
  background-color: transparent;
}

.cta {
  background-image: url("../img/bg-cta.webp");
  background-size: cover;
  background-position: center;
  padding: 70px 0 180px 0;
}
@media (max-width: 575.98px) {
  .cta {
    padding: 50px 0 100px 0;
  }
}
.cta h2 {
  font-family: "Addington";
  font-weight: 300;
  font-size: 60px;
  line-height: 71px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .cta h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

footer {
  background-image: url("../img/bg-footer.webp");
  background-size: cover;
  background-position: center;
}
footer .catalog .text {
  font-family: "Addington";
  font-weight: 400;
  font-size: 56px;
  line-height: 22px;
  color: #ECEEEC;
  letter-spacing: -0.02em;
  position: relative;
}
@media (max-width: 575.98px) {
  footer .catalog .text {
    font-size: 32px;
    line-height: 40px;
  }
}
footer .catalog .text::after {
  content: url("../img/icons/arrow.svg");
  position: absolute;
  top: 0;
  right: -20px;
}
footer .nav-link {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #ADB3AB;
  letter-spacing: -0.02em;
  position: relative;
}
footer .nav-link:hover {
  color: #D59C1F;
}
footer .info .text {
  color: #BCBCBC;
}
footer .info a {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #ECEEEC;
  letter-spacing: -0.02em;
}
footer .info a:hover {
  color: #D59C1F;
}
footer .logo {
  width: 250px;
}
@media (max-width: 575.98px) {
  footer .logo {
    width: 200px;
  }
}
footer .lower {
  background-image: url("../img/footer.webp");
  background-size: cover;
  background-position: center;
  padding: 56px 0;
  border-radius: 15px;
}
@media (max-width: 575.98px) {
  footer .lower {
    padding: 30px 0;
  }
}
footer .end {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #a9a9a9;
}

.breadcrumb {
  background-image: url("../img/breadcrumb.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
}

.about-hero {
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .about-hero {
    margin-top: 40px;
  }
}
.about-hero h1 {
  font-family: "Addington";
  font-weight: 300;
  font-size: 40px;
  line-height: 47px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .about-hero h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

.ab-head {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 36px;
  line-height: 1.4;
  color: #1e1e1e;
}
.ab-head span {
  font-family: "Addington", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
}
@media (max-width: 575.98px) {
  .ab-head {
    font-size: 28px;
    line-height: 38px;
  }
  .ab-head span {
    font-size: 28px;
  }
}

.marquee {
  margin: 70px 0;
  overflow: hidden;
}
.marquee:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: marqueeSlide linear infinite;
}
.marquee-content h4 {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 60px;
  line-height: 73px;
  color: #000000;
  font-style: italic;
}
@media (max-width: 575.98px) {
  .marquee-content h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
.marquee-content img {
  flex-shrink: 0;
}

@keyframes marqueeSlide {
  to {
    transform: translateX(-33.333%);
  }
}
@media (max-width: 575.98px) {
  .marquee p {
    font-size: 16px;
    padding: 0 10px;
  }
  .marquee img {
    width: 20px;
    margin: 0 10px;
  }
}
.benefits h5 {
  font-family: "Addington";
  font-weight: 300;
  font-size: 24px;
  line-height: normal;
  color: #000;
}
@media (max-width: 575.98px) {
  .benefits h5 {
    font-size: 20px;
  }
}

.prod-card {
  transition: all 0.3s ease;
}
.prod-card .img-container {
  background: #f5f5f5;
  height: 320px;
}
@media (max-width: 575.98px) {
  .prod-card .img-container {
    height: 240px;
  }
}
.prod-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod-card .name {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .prod-card .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.prod-card .product-link {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  color: #1e1e1e;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 575.98px) {
  .prod-card .product-link {
    font-size: 12px;
  }
}
.prod-card .product-link:hover {
  color: #D59C1F;
}

.product-detail-page h1 {
  font-size: 52px;
  line-height: 64px;
}
@media (max-width: 575.98px) {
  .product-detail-page h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
.product-detail-page .product-features li {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .product-detail-page .product-features li {
    font-size: 14px;
    line-height: 22px;
  }
}

.faq .nav-link {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #1e1e1e;
}
.faq .accordion {
  margin: 0 auto;
  border: none;
}
.faq .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #989898;
  border-radius: 0px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: transparent;
  transition: background 0.1s ease, color 0.1s ease !important;
}
.faq .accordion .accordion-item.active, .faq .accordion .accordion-item:has(.accordion-collapse.show) {
  background-color: #fff;
  color: #1a1a1a;
  border-radius: 5px;
}
.faq .accordion .accordion-item.active .accordion-button, .faq .accordion .accordion-item:has(.accordion-collapse.show) .accordion-button {
  background-color: transparent;
  color: #1a1a1a;
}
.faq .accordion .accordion-button {
  font-family: "Addington";
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #1e1e1e;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 1.2rem 1.5rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.faq .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}
.faq .accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq .accordion .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion .accordion-body {
  padding: 0 1.5rem 1.2rem;
  font-size: 0.95rem;
  color: #444;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.table-responsive {
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.table-responsive .table {
  margin-bottom: 0;
  border-collapse: collapse;
}
.table-responsive .table thead.table-light {
  background: linear-gradient(135deg, #f5f5f5 0%, #f9f9f9 100%);
  border-bottom: 2px solid #e0e0e0;
}
.table-responsive .table thead.table-light th {
  font-weight: 700;
  color: #000;
  padding: 1.25rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border: none;
  vertical-align: middle;
}
.table-responsive .table tbody tr {
  transition: all 0.3s ease;
}
.table-responsive .table tbody tr:hover {
  background-color: #f9f9f9;
}
.table-responsive .table tbody tr:last-child {
  border-bottom: none;
}
.table-responsive .table tbody tr td {
  padding: 1.25rem 1.5rem;
  color: #555;
  font-size: 0.95rem;
  vertical-align: middle;
  border: none;
  font-weight: 400;
}
.table-responsive .table tbody tr td:first-child {
  font-weight: 600;
  color: #000;
}
.table-responsive .table tbody tr td:nth-child(2) {
  color: #666;
  font-weight: 500;
}
.table-responsive .table tbody tr td:nth-child(3) {
  color: #D59C1F;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .table-responsive .table {
    font-size: 0.75rem;
  }
  .table-responsive .table thead.table-light th {
    padding: 0.75rem 0.5rem;
    font-size: 0.65rem;
  }
  .table-responsive .table tbody tr td {
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
  }
}
.warranty-content {
  background: linear-gradient(135deg, #f9f8f6 0%, #f5f3f0 100%);
}
.warranty-content h2 {
  font-family: "Addington";
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: #1e1e1e;
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .warranty-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.warranty-content h3 {
  font-family: "Addington";
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1e1e1e;
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .warranty-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.warranty-content p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
@media (max-width: 575.98px) {
  .warranty-content p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.warranty-content .warranty-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.warranty-content .warranty-features li {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #1e1e1e;
  padding-left: 2rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .warranty-content .warranty-features li {
    font-size: 16px;
    line-height: 1.8;
  }
}
.warranty-content .warranty-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #D59C1F;
  font-weight: 700;
  font-size: 1.3em;
}

.warranty-comparison-table {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.warranty-comparison-table thead {
  background: linear-gradient(135deg, #262626 0%, #3a3a3a 100%);
}
.warranty-comparison-table thead tr th {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #000;
  padding: 1.5rem;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .warranty-comparison-table thead tr th {
    padding: 1rem 0.75rem;
    font-size: 12px;
  }
}
.warranty-comparison-table thead tr th:first-child {
  text-align: left;
}
.warranty-comparison-table thead tr th:not(:first-child) {
  text-align: center;
}
.warranty-comparison-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s ease;
}
.warranty-comparison-table tbody tr:hover {
  background: #fafafa;
}
.warranty-comparison-table tbody tr:last-child {
  border-bottom: none;
}
.warranty-comparison-table tbody tr td {
  padding: 1.5rem;
  border: none;
}
@media (max-width: 575.98px) {
  .warranty-comparison-table tbody tr td {
    padding: 1rem 0.75rem;
  }
}
.warranty-comparison-table tbody tr td:first-child {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .warranty-comparison-table tbody tr td:first-child {
    font-size: 14px;
    gap: 0.75rem;
  }
}
.warranty-comparison-table tbody tr td:first-child .feature-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(213, 156, 31, 0.6);
  border-radius: 8px;
  color: #D59C1F;
}
@media (max-width: 575.98px) {
  .warranty-comparison-table tbody tr td:first-child .feature-icon {
    width: 32px;
    height: 32px;
  }
}
.warranty-comparison-table tbody tr td:first-child .feature-icon img {
  width: 20px;
  height: 20px;
}
.warranty-comparison-table tbody tr td:not(:first-child) {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .warranty-comparison-table tbody tr td:not(:first-child) {
    font-size: 14px;
  }
}
.warranty-comparison-table tbody tr td:not(:first-child) strong {
  color: #D59C1F;
  font-weight: 700;
}

.care-maintenance {
  background: linear-gradient(135deg, #faf8f6 0%, #f5f3f0 100%);
}
.care-maintenance .lead {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .care-maintenance .lead {
    font-size: 16px;
    line-height: 1.6;
  }
}
.care-maintenance .care-maintenance-card {
  background: #ffffff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-card {
    border-radius: 12px;
  }
}
.care-maintenance .care-maintenance-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(213, 156, 31, 0.15);
}
.care-maintenance .care-maintenance-card .card-header {
  background: linear-gradient(135deg, #D59C1F 0%, #c68a1a 100%);
  border: none;
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-card .card-header {
    padding: 1.5rem;
  }
}
.care-maintenance .care-maintenance-card .card-header .card-title {
  font-family: "Addington";
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-card .card-header .card-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.care-maintenance .care-maintenance-card .card-body {
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-card .card-body {
    padding: 1.5rem;
  }
}
.care-maintenance .care-maintenance-featured {
  background: #ffffff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-featured {
    border-radius: 12px;
  }
}
.care-maintenance .care-maintenance-featured:hover {
  box-shadow: 0 12px 30px rgba(213, 156, 31, 0.15);
}
.care-maintenance .care-maintenance-featured .card-header {
  background: linear-gradient(135deg, #262626 0%, #3a3a3a 100%);
  border: none;
  padding: 2.5rem;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-featured .card-header {
    padding: 1.5rem;
  }
}
.care-maintenance .care-maintenance-featured .card-header .card-title {
  font-family: "Addington";
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-featured .card-header .card-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.care-maintenance .care-maintenance-featured .card-body {
  padding: 2.5rem;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-featured .card-body {
    padding: 1.5rem;
  }
}
.care-maintenance .care-maintenance-featured .card-body p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-maintenance-featured .card-body p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.care-maintenance .care-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.care-maintenance .care-list li {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  padding: 0 0 1rem 2.5rem;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .care-maintenance .care-list li {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 0.8rem 2rem;
  }
}
.care-maintenance .care-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(213, 156, 31, 0.2);
  color: #D59C1F;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.9em;
}
.care-maintenance .care-list li:hover {
  padding-left: 2.75rem;
  color: #1e1e1e;
}
.care-maintenance .care-list li:hover::before {
  background: rgba(213, 156, 31, 0.4);
  transform: scale(1.1);
}
.care-maintenance p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 575.98px) {
  .care-maintenance p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.contact-page {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}
.contact-page .contact-form {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.contact-page .contact-form .form-label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-page .contact-form .form-control {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px 18px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .contact-page .contact-form .form-control {
    font-size: 14px;
    padding: 12px 14px;
  }
}
.contact-page .contact-form .form-control:focus {
  outline: none;
  border-color: #D59C1F;
  box-shadow: 0 0 0 4px rgba(213, 156, 31, 0.08);
  background: #fafafa;
}
.contact-page .contact-info .contact-section-title {
  font-family: "Addington";
  font-weight: 500;
  font-size: 28px;
  line-height: normal;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .contact-page .contact-info .contact-section-title {
    font-size: 22px;
  }
}
.contact-page .contact-info .contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(213, 156, 31, 0.3);
  border-radius: 8px;
  color: #D59C1F;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.contact-page .contact-info .contact-icon img {
  width: 20px;
  height: 20px;
}
@media (max-width: 575.98px) {
  .contact-page .contact-info .contact-icon {
    width: 36px;
    height: 36px;
  }
}
.contact-page .contact-info .contact-icon:hover {
  background: #D59C1F;
  color: #fff;
  transform: translateY(-2px);
}
.contact-page .contact-info .contact-icon:hover img {
  filter: brightness(0) invert(1);
}
.contact-page .contact-info .contact-label {
  font-family: "Addington";
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  color: #1e1e1e;
}
@media (max-width: 575.98px) {
  .contact-page .contact-info .contact-label {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */