@import url("https://cdn.jsdelivr.net/npm/remixicon/fonts/remixicon.css");
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}
@media screen and (max-width: 768.98px) {
  .featured-products .owl-nav {
    margin: 0px !important;
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
}

a,
span,
button,
input,
select,
textarea,
label,
blockquote,
p,
li {
  font-family: "Poppins", sans-serif;
}

/* Top Header Section */
.top-header {
  padding: 0.75rem 0;
  min-height: 70px;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.custom-logo {
  max-width: 180px !important;
}

.logo-icon {
  width: 35px;
  height: 35px;
  background-color: #e4aa3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: bold;
  color: #424242;
  font-size: 16px;
}

.logo-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.contact-section {
  display: flex;
  align-items: center;
  gap: 25px;
}

.contact-item {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.contact-item:hover {
  color: #e4aa3f;
}

.contact-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 16px;
}

.phone-icon {
  background-color: #e4aa3f;
  color: #fff;
}

.email-icon {
  background-color: #e4aa3f;
  color: #fff;
}

.whatsapp-icon {
  background-color: #e4aa3f;
  color: #fff;
}

.btn-quote {
  background-color: #424242;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  fill: #000000;
  color: #000000;
  padding: 12px 24px;
  border-radius: 6px 6px 6px 6px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #424242;
  border-radius: 6px 6px 6px 6px;
}
.btn-quote:hover {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  color: white;
}
@media screen and (max-width: 767.98px) {
  .btn-quote {
    width: 100%;
    margin-bottom: 20px;
  }
}

.btn-quote-2 {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  fill: #000000;
  color: #000;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff;
  border-radius: 6px 6px 6px 6px;
  padding: 12px 24px;
  margin-left: 20px;
}
.btn-quote-2:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #ffffff;
}
.btn-quote-2:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .btn-quote-2 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.btn-design {
  background-color: #e4aa3f !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  fill: #000000;
  color: #000000;
  padding: 12px 24px;
  border-radius: 6px 6px 6px 6px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #e4aa3f;
  border-radius: 6px 6px 6px 6px;
}
@media screen and (max-width: 767.98px) {
  .btn-design {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.btn-portfolio {
  background-color: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
  font-weight: 500;
  padding: 0.6rem 1.8rem;
  border-radius: 25px;
  font-size: 14px;
}
.btn-portfolio:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #424242;
}

.search-btn {
  background: none;
  border: none;
  color: #424242;
  font-size: 18px;
  padding: 0.6rem;
  margin-right: 15px;
}
.search-btn:hover {
  color: #e4aa3f;
}

.offcanvas-toggle {
  background: none;
  border: none;
  color: #424242;
  font-size: 20px;
  padding: 0.5rem;
}

/* Bottom Menu Section */
.bottom-menu {
  background-color: #e4aa3f;
  border-top: 1px solid #e4aa3f;
  position: absolute;
  width: 100%;
}
.bottom-menu .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 500;
  padding: 0.75rem 1.2rem !important;
  font-size: 15px;
}
.bottom-menu .navbar-nav .dropdown-toggle::after {
  margin-left: 0.5rem;
}

.fixed-position {
  position: fixed;
  top: 0;
  transition: 0.7s;
  z-index: 9;
  display: block;
  width: 100%;
  transition: 0.6s all;
}

/* Offcanvas Styling */
.offcanvas {
  background-color: #424242;
  color: white;
}
.offcanvas .nav-link {
  color: white !important;
  padding: 0.75rem 1rem !important;
  border-bottom: 1px solid #555;
}
.offcanvas .nav-link:hover {
  color: #e4aa3f !important;
  background-color: #555;
}
.offcanvas .dropdown-menu {
  background-color: #555;
  border: none;
  margin-left: 20px;
}
.offcanvas .dropdown-item {
  color: white !important;
  padding: 0.5rem 1rem;
}
.offcanvas .dropdown-item:hover {
  background-color: #666;
  color: #e4aa3f !important;
}

.offcanvas-header {
  border-bottom: 1px solid #555;
}

.offcanvas-title {
  color: white;
}

.btn-close {
  filter: invert(1);
}

/* Mobile Contact in Offcanvas */
.mobile-contact {
  padding: 1rem;
  border-top: 1px solid #555;
}
.mobile-contact .contact-item {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
  background-color: #555;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .contact-section {
    display: none !important;
  }
}
/* Search Modal Styles */
#searchModal .modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: white;
}
#searchModal .modal-header {
  background: linear-gradient(135deg, #e4aa3f 0%, #f0c14b 100%);
  color: white;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 1.5rem 2rem;
}
#searchModal .modal-header .modal-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
#searchModal .modal-header .modal-title i {
  color: white;
}
#searchModal .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
#searchModal .modal-header .btn-close:hover {
  opacity: 1;
}
#searchModal .modal-body {
  padding: 2rem;
}
#searchModal .modal-body .search-container .dgwt-wcas-search-wrapp {
  max-width: 100%;
}
#searchModal .modal-body .search-container .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
  color: #e4aa3f;
}
#searchModal .modal-body .search-container .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  border: 2px solid #e4aa3f;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
}
#searchModal .modal-body .search-container .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus {
  border-color: #f0c14b;
  box-shadow: 0 0 0 0.2rem rgba(228, 170, 63, 0.25);
}
#searchModal .modal-body .search-container .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
  border-radius: 8px;
  overflow: hidden;
}
#searchModal .modal-body .popular-products-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}
#searchModal .modal-body .popular-products-section .popular-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
#searchModal .modal-body .popular-products-section .popular-title i {
  color: #e4aa3f;
}
#searchModal .modal-body .popular-products-section .popular-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
#searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item:hover {
  background: rgba(228, 170, 63, 0.1);
  border-color: #e4aa3f;
  transform: translateY(-2px);
}
#searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item:hover .product-name {
  color: #e4aa3f;
}
#searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item .product-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
#searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item .product-name {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-align: center;
  transition: color 0.3s ease;
  margin-bottom: 0.25rem;
}
#searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item .product-price {
  font-size: 11px;
  font-weight: 600;
  color: #e4aa3f;
  text-align: center;
}
#searchModal .modal-body .popular-products-section .popular-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
#searchModal .modal-body .popular-products-section .popular-actions .btn {
  flex: 1;
  max-width: 150px;
}
#searchModal .modal-dialog {
  max-width: 600px;
}

.search-btn {
  transition: all 0.3s ease;
}
.search-btn:hover {
  transform: scale(1.1);
  color: #e4aa3f;
}

@media (max-width: 768px) {
  #searchModal .modal-header {
    padding: 1rem 1.5rem;
  }
  #searchModal .modal-header .modal-title {
    font-size: 16px;
  }
  #searchModal .modal-body {
    padding: 1.5rem;
  }
  #searchModal .modal-body .popular-products-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  #searchModal .modal-body .popular-products-section .popular-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  #searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item {
    padding: 0.5rem;
  }
  #searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item .product-thumb {
    width: 50px;
    height: 50px;
  }
  #searchModal .modal-body .popular-products-section .popular-products-grid .popular-product-item .product-name {
    font-size: 11px;
  }
  #searchModal .modal-body .popular-products-section .popular-actions {
    flex-direction: column;
    gap: 0.75rem;
  }
  #searchModal .modal-body .popular-products-section .popular-actions .btn {
    max-width: 100%;
  }
  #searchModal .modal-dialog {
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .offcanvas-toggle {
    display: none !important;
  }
}
.space {
  margin-top: 63px;
}
@media screen and (max-width: 991.98px) {
  .space {
    margin-top: 0;
  }
}

.hero_section {
  background-color: #262525;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .hero_section {
    padding: 40px 10px;
  }
}
.hero_section h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .hero_section h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero_section h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hero_section h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.hero_section .hero-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .hero_section .hero-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero_section .hero-description {
    font-size: 14px;
    text-align: justify;
  }
}
.hero_section img {
  border-radius: 20px 20px 20px 20px;
}
@media screen and (max-width: 991.98px) {
  .hero_section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 20px;
  }
}

.yellow-label {
  background-color: #3b3325;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  fill: #e4aa3f;
  color: #e4aa3f;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 22px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .yellow-label {
    font-size: 10px;
  }
}

.wax-design {
  padding: 80px 20px;
  background-color: #fdf9ee;
}
@media (max-width: 767.98px) {
  .wax-design {
    padding: 40px 10px;
  }
}
.wax-design h2 {
  font-size: 36px;
  line-height: 1.4;
  color: #222;
  margin-bottom: 35px;
  display: block;
}
@media screen and (max-width: 991.98px) {
  .wax-design h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .wax-design h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .wax-design h2 {
    font-size: 19px;
  }
}
.wax-design strong {
  display: block;
  color: #e4aa3f;
}
.wax-design .wax-text .wax-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.wax-design .wax-text .wax-features li {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.wax-design .wax-text .wax-features i {
  color: #27ae60;
  font-size: 20px;
  margin-right: 10px;
}
.wax-design .wax-text .wax-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.wax-design .wax-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 486px;
  object-fit: cover;
}
@media screen and (max-width: 768.98px) {
  .wax-design {
    padding: 40px 10px;
  }
}

.featured-products {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .featured-products {
    padding: 40px 10px;
  }
}
.featured-products .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #e4aa3f;
}
@media screen and (max-width: 768px) {
  .featured-products .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .featured-products .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.featured-products .title span {
  color: #000;
}
.featured-products .title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #e4aa3f;
  margin: 10px auto 0;
}
.featured-products .owl-carousel {
  position: relative;
}
.featured-products .owl-carousel .product-card {
  background: #fdf9ee;
  border-radius: 12px;
  padding: 15px;
  transition: transform 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.featured-products .owl-carousel .product-card:hover {
  transform: translateY(-5px);
}
.featured-products .owl-carousel .product-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.featured-products .owl-carousel .product-card a .product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}
.featured-products .owl-carousel .product-card a .product-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.featured-products .owl-carousel .product-card a .product-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.featured-products .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}
.featured-products .owl-carousel .owl-nav .owl-prev,
.featured-products .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #e4aa3f !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.featured-products .owl-carousel .owl-nav .owl-prev:hover,
.featured-products .owl-carousel .owl-nav .owl-next:hover {
  background: #f39c12 !important;
  transform: scale(1.1);
}
.featured-products .owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
.featured-products .owl-carousel .owl-nav .owl-next {
  right: -25px;
}
@media (max-width: 768px) {
  .featured-products h2 {
    font-size: 28px;
  }
  .featured-products .owl-carousel .product-card {
    padding: 10px;
  }
  .featured-products .owl-carousel .product-card a .product-img {
    height: 200px;
  }
  .featured-products .owl-carousel .product-card a .product-title {
    font-size: 14px;
  }
  .featured-products .owl-carousel .owl-nav {
    display: none;
  }
}

.info-section {
  padding: 40px 20px;
}
@media screen and (max-width: 991.98px) {
  .info-section {
    padding: 40px 10px 0 10px;
  }
}
.info-section .info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.info-section .info-row .reverse {
  flex-direction: row-reverse;
}
.info-section .info-row .info-text,
.info-section .info-row .info-image {
  flex: 1 1 50%;
  padding: 50px;
}
.info-section .info-row .info-text {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 6px;
}
.info-section .info-row .info-text h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.info-section .info-row .info-text h2 span {
  color: #e4aa3f;
  display: inline-block;
  margin-top: 5px;
  position: relative;
}
.info-section .info-row .info-text h2 span::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #e4aa3f;
  display: block;
  margin-top: 8px;
}
.info-section .info-row .info-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
  text-align: justify;
}
.info-section .info-row .info-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .info-section .info-row {
    flex-direction: column;
  }
  .info-section .info-row.reverse {
    flex-direction: column;
  }
  .info-section .info-row .info-text,
  .info-section .info-row .info-image {
    flex: 1 1 100%;
    padding: 0px;
    margin-top: 10px;
  }
  .info-section .info-row .info-text h2 {
    font-size: 19px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .info-section .info-row .info-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.quote {
  padding: 70px 0;
  background-color: #fdf9ee;
}
.quote .row {
  align-items: stretch;
}
.quote .col-lg-7,
.quote .col-lg-5 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .quote {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .quote {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.quote .header-section {
  text-align: center;
  margin-bottom: 20px;
}
.quote .header-section h2 {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .quote .header-section h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .quote .header-section h2 {
    font-size: 1.5rem;
  }
}
.quote .header-section p {
  color: #000;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .quote .header-section p {
    font-size: 14px;
  }
}
.quote .form-section {
  max-width: 100%;
  margin: 0;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.quote .form-label {
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
  font-size: 14px;
}
.quote .required {
  color: #dc3545;
}
.quote .form-control,
.quote .form-select {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  box-shadow: none;
}
.quote .form-control:focus,
.quote .form-select:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.quote .form-control::placeholder {
  color: #adb5bd;
}
.quote .row {
  margin-bottom: 15px;
}
.quote .col-md-4,
.quote .col-md-6,
.quote .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.quote .additional-info-section {
  margin: 15px 0;
}
.quote .additional-info-label {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
}
.quote .additional-info-textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  resize: vertical;
}
.quote .additional-info-textarea:focus {
  border-color: #ced4da;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}
.quote .recaptcha-section {
  margin: 20px 0;
}
.quote .recaptcha-box {
  display: inline-block;
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  padding: 12px;
  border-radius: 4px;
}
.quote .recaptcha-checkbox {
  margin-right: 12px;
  transform: scale(1.2);
}
.quote .recaptcha-text {
  font-size: 14px;
  color: #555;
}
.quote .submit-section {
  text-align: right;
  margin-top: 20px;
}
.quote .submit-btn {
  background-color: #e4aa3f;
  border: none;
  color: #000;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.quote .submit-btn:hover {
  background-color: #e4aa3f;
}
.quote .submit-btn:active {
  background-color: #e4aa3f;
}
.quote .arrow-icon {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.2s ease;
}
.quote .submit-btn:hover .arrow-icon {
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .quote .header-section {
    padding: 0px;
  }
  .quote .header-section h1 {
    font-size: 2rem;
  }
  .quote .form-section {
    padding: 20px 15px;
  }
  .quote .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
}
.quote .form-group {
  margin-bottom: 0;
}
.quote .recaptcha-section {
  margin-top: 30px !important;
}
.quote .recaptcha-section .recaptcha-box {
  background: transparent !important;
  border: 1px solid #ced4da !important;
  padding: 20px !important;
  border-radius: 4px !important;
}
.quote .recaptcha-section .dscf7-question-container {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.quote .recaptcha-section .dscf7-question-container a {
  margin-left: 10px !important;
}
.quote .recaptcha-section .dscf7-question-container a img {
  width: 20px !important;
  height: 20px !important;
  transition: transform 0.2s ease !important;
}
.quote .recaptcha-section .dscf7-question-container a:hover img {
  transform: rotate(180deg) !important;
}
.quote .recaptcha-section .dscf7-answer-container {
  display: flex !important;
  align-items: center !important;
}
.quote .recaptcha-section .dscf7-answer-container input[type=text] {
  width: 100px !important;
  padding: 10px 12px !important;
  font-size: 16px !important;
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  text-align: center !important;
  transition: border-color 0.2s ease !important;
  margin-top: 10px !important;
}
.quote .recaptcha-section .dscf7-answer-container input[type=text]:focus {
  border-color: #86b7fe !important;
  outline: none !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

/* Checkpoint Section Styles */
.checkpoint-section {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  border: 1px solid #e2e8f0;
  height: 100%;
  min-height: 100%;
  position: sticky;
  top: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.checkpoint-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f3f4;
}

.checkpoint-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.checkpoint-header p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.checkpoint-list {
  margin-bottom: 30px;
  flex: 1;
}

.checkpoint-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f1f3f4;
  transition: all 0.3s ease;
}
.checkpoint-item:last-child {
  border-bottom: none;
}
.checkpoint-item:hover {
  transform: translateX(5px);
}
.checkpoint-item:hover .checkpoint-icon {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  transform: scale(1.1);
}

.checkpoint-icon {
  width: 50px;
  height: 50px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  border: 2px solid #e4aa3f;
}
.checkpoint-icon i {
  font-size: 20px;
  color: #e4aa3f;
  transition: color 0.3s ease;
}

.checkpoint-item:hover .checkpoint-icon i {
  color: #fff;
}

.checkpoint-content {
  flex: 1;
}

.checkpoint-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
  line-height: 1.3;
}

.checkpoint-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.checkpoint-cta {
  text-align: center;
  padding-top: 20px;
  border-top: 2px solid #f1f3f4;
  margin-top: auto;
}

.checkpoint-cta .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}
.checkpoint-cta .btn:last-child {
  margin-bottom: 0;
}
.checkpoint-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(228, 170, 63, 0.3);
}

/* Responsive adjustments for checkpoint section */
@media (max-width: 991.98px) {
  .checkpoint-section {
    margin-top: 30px;
    position: static;
  }
  .checkpoint-header h3 {
    font-size: 20px;
  }
  .checkpoint-item {
    padding: 12px 0;
  }
  .checkpoint-icon {
    width: 45px;
    height: 45px;
  }
  .checkpoint-icon i {
    font-size: 18px;
  }
  .checkpoint-content h4 {
    font-size: 15px;
  }
  .checkpoint-content p {
    font-size: 12px;
  }
}
.sec-7 {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .sec-7 {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  .sec-7 .sec-7-content {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec-7 .text-md-center {
    text-align: center;
  }
}
.sec-7 .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #e4aa3f;
}
@media screen and (max-width: 768px) {
  .sec-7 .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec-7 .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.sec-7 .title span {
  color: #000;
}
.sec-7 .title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #e4aa3f;
  margin: 10px auto 0;
}
.sec-7 h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .sec-7 h3 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .sec-7 h3 {
    font-size: 24px;
  }
}
.sec-7 .accordion-header {
  margin-bottom: 0;
}
.sec-7 .accordion-item {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: #fdf9ee;
  padding: 0 25px;
  margin-bottom: 20px;
  border-radius: 14px !important;
}
.sec-7 .accordion-button {
  font-weight: 700;
  font-size: 17px;
}
.sec-7 .accordion-button:not(.collapsed) {
  color: #2b2b2b;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.sec-7 .accordion-body {
  color: #2b2b2b;
  padding: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .sec-7 .accordion-body {
    padding: 0px;
    text-align: left;
    font-size: 14px;
  }
}
.sec-7 .accordion-button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #2b2b2b;
  padding: 20px 0;
}

blockquote {
  font-size: 1.1em;
  color: #444;
  background-color: #f7f7f7;
  border-left: 5px solid #e4aa3f;
  border-radius: 4px;
  max-width: 390px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 767.98px) {
  blockquote {
    font-size: 1em;
    padding: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  blockquote {
    padding: 15px;
  }
}

/* description */
.description-sec {
  color: #000;
  background-color: #fdf9ee;
  padding: 40px 0;
}

.description-sec table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.description-sec thead {
  background-color: #023047;
  color: #fff;
}

.description-sec th,
.description-sec td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.description-sec tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.description-sec tbody tr:hover {
  background-color: #f1f1f1;
}

.description-sec h1 {
  font-size: 27px !important;
  margin: 15px 0;
  font-weight: 600;
}

.description-sec h2 {
  font-size: 26px !important;
  margin: 15px 0;
  font-weight: 600;
}

.description-sec b,
.description-sec strong {
  font-weight: 600;
}

.description-sec p {
  text-align: justify;
  font-size: 17px;
}

.description-sec h3,
.description-sec h3 span {
  font-size: 23px !important;
  margin: 15px 0;
  font-weight: 600;
  color: #000 !important;
}

.description-sec h2 span {
  font-size: 26px !important;
  margin: 15px 0;
  font-weight: 600;
  color: #000 !important;
}

@media (max-width: 991px) {
  .description-sec h2,
  .description-sec h2 span {
    font-size: 21px !important;
    color: #000 !important;
  }
}
@media (max-width: 576px) {
  .description-sec h2 {
    font-size: 17px !important;
    color: #000 !important;
    line-height: 1.5;
  }
  .description-sec h2 span {
    font-size: 17px !important;
    color: #000 !important;
    line-height: 1.5;
  }
  .description-sec h3 span {
    font-size: 17px !important;
    color: #000 !important;
    line-height: 1.5;
  }
  .description-sec h3 {
    font-size: 17px !important;
    color: #000 !important;
    line-height: 1.5;
  }
}
.description-sec ul {
  list-style-type: disc;
  color: #000 !important;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.description-sec li {
  margin-left: 0;
  padding: 0;
  list-style: disc;
  color: #000 !important;
}

.description-sec a {
  color: #000 !important;
  text-decoration: underline;
}

.description-sec span {
  color: #000 !important;
  text-decoration: none;
}

.description-sec h2 a {
  font-size: 26px !important;
  margin: 15px 0;
  font-weight: 600;
  color: #000 !important;
}

.description-sec h3 a {
  font-size: 23px !important;
  margin: 15px 0;
  font-weight: 600;
  color: #000 !important;
}

.content-wrapper {
  height: 550px;
  overflow-y: scroll;
  padding: 0 40px;
  text-align: justify;
  background: transparent;
}
@media screen and (max-width: 991.98px) {
  .content-wrapper {
    padding: 0 20px;
  }
}

.footer {
  background-color: #262525;
  color: #ffffff;
  padding: 60px 0 20px 0;
}

.footer-brand {
  margin-bottom: 30px;
}

.footer-description {
  color: #cccccc;
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0;
}

.footer-section h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #e4aa3f;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-info .icon {
  background-color: #e4aa3f;
  color: #2c2c2c;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info .text {
  color: #cccccc;
  font-size: 14px;
  line-height: 1.4;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background-color: #444444;
  color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.social-icons a:hover {
  background-color: #e4aa3f;
  color: #2c2c2c;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid #444444;
  margin-top: 40px;
  padding-top: 25px;
}

.payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.payment-icons .payment-icon {
  background-color: #ffffff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 18px;
  color: #333333;
  min-width: 45px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.payment-icons .payment-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.payment-icons .payment-icon .fa-cc-visa {
  color: #1a1f71;
}
.payment-icons .payment-icon .fa-cc-apple-pay {
  color: #000000;
}
.payment-icons .payment-icon .fa-cc-amex {
  color: #006fcf;
}
.payment-icons .payment-icon .fa-cc-discover {
  color: #ff6600;
}
.payment-icons .payment-icon .fa-cc-paypal {
  color: #003087;
}
.payment-icons .payment-icon .fa-cc-mastercard {
  background: linear-gradient(45deg, #eb001b 0%, #eb001b 50%, #f79e1b 50%, #f79e1b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ssl-info {
  color: #cccccc;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.copyright {
  color: #999999;
  font-size: 13px;
}

.copyright a {
  color: #e4aa3f;
  text-decoration: none;
}

.copyright a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px 0;
  }
  .footer-newsletter .input-group {
    flex-direction: column;
  }
  .footer-newsletter .form-control {
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .footer-newsletter .btn {
    border-radius: 4px;
    width: 100%;
  }
  .payment-icons {
    justify-content: center;
    margin-top: 15px;
  }
  .social-icons {
    justify-content: center;
  }
}
.product-sec {
  /* Responsive vertical to horizontal switch */
}
.product-sec .img-thumbnail {
  border: 2px dashed transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.product-sec .img-thumbnail.active,
.product-sec .img-thumbnail:hover {
  border-color: #000;
}
@media (max-width: 768px) {
  .product-sec .thumbs-wrapper {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }
  .product-sec .thumbs-wrapper img {
    width: 70px;
    height: auto;
  }
}

.gallery-image img.thumbnail {
  max-width: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
  border: 2px solid transparent;
}
@media screen and (max-width: 767.98px) {
  .gallery-image img.thumbnail {
    max-width: 90px;
  }
}

.gallery-image img.thumbnail:hover,
.gallery-image img.thumbnail.active {
  opacity: 1;
  border-color: #e4aa3f; /* Bootstrap primary color */
  transform: scale(1.01);
}

.product-single-img .main-display-image {
  max-width: 100%;
  border-radius: 14px;
  transition: transform 0.3s ease-in-out;
}

.main-display-image {
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 991.98px) {
  .main-display-image {
    height: 620px;
    width: 100%;
    object-fit: cover;
  }
}

.product-section {
  padding: 30px 0 80px 0px;
}
@media screen and (max-width: 991.98px) {
  .product-section {
    padding: 40px 10px;
  }
}

.rank-math-breadcrumb {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: #000;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.rank-math-breadcrumb a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rank-math-breadcrumb a:hover {
  color: #e0a800;
  text-decoration: underline;
}

.rank-math-breadcrumb .separator {
  margin: 0 6px;
  color: #000;
}

.product-section .nav-tabs .active {
  color: #e0a800;
}
.product-section .nav-tabs .active:hover {
  background-color: transparent;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.product-section .nav-tabs .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 20px;
  transition: background-color 0.3s ease;
}
.product-section .nav-tabs .nav-link:hover {
  background-color: transparent;
}

.specification {
  padding: 40px 0 80px 0;
  background-color: #fdf9ee;
}
@media screen and (max-width: 991.98px) {
  .specification {
    padding: 40px 10px;
  }
}
.specification .nav-tabs {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f7f7f7 !important;
  display: flex;
  justify-content: center;
}
.specification .nav-tabs .nav-link {
  border: none !important;
  color: rgba(0, 0, 0, 0.7058823529);
  border-bottom: 2px solid transparent !important;
  background-color: transparent !important;
  border-radius: 8px;
}
@media screen and (min-width: 991.98px) {
  .specification .nav-tabs .nav-link {
    width: 250px;
  }
}
.specification .nav-tabs .active {
  color: #000;
  font-weight: 600;
  background-color: #fff !important;
}

/* blog page */
.blog_banner {
  padding: 70px 0;
  background-color: #262626;
  text-align: center;
  border-bottom-right-radius: 70px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .blog_banner {
    padding: 35px 0;
  }
}
.blog_banner .blog_box {
  max-width: 960px;
  margin: 0 auto;
}

.blog_banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}

@media (max-width: 767.98px) {
  .blog_banner h1 {
    font-size: 30px;
  }
}
.blog_banner p {
  color: #fff;
  font-size: 17px;
}

@media (max-width: 767.98px) {
  .blog_banner p {
    font-size: 15px;
  }
}
.sec-8 {
  margin-bottom: 60px;
}
.sec-8 .sec-8-content {
  padding: 70px;
  border-radius: 14px;
  background-color: #262525;
}
.sec-8 .sec-8-content .title {
  color: #fff;
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  line-height: 1.3 !important;
}
.sec-8 .sec-8-content li {
  color: #fff;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.12);
  }
  70% {
    transform: scale(1);
  }
}
.btn-heartBeat {
  animation: heartBeat 1.5s infinite;
  transform-origin: center;
}

/* Quote Page Styles */
.quote-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, #fdf9ee 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.quote-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="quote-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e4aa3f" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23quote-pattern)"/></svg>');
  opacity: 0.3;
}
@media (max-width: 767.98px) {
  .quote-banner {
    padding: 40px 0;
  }
}
.quote-banner .banner-content {
  position: relative;
  z-index: 2;
}
.quote-banner .banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .quote-banner .banner-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .quote-banner .banner-content h1 {
    font-size: 28px;
  }
}
.quote-banner .banner-content .banner-description {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .quote-banner .banner-content .banner-description {
    font-size: 16px;
  }
}
.quote-banner .banner-content .banner-features .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.quote-banner .banner-content .banner-features .feature-item i {
  color: #e4aa3f;
  font-size: 18px;
}
.quote-banner .banner-content .banner-features .feature-item span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 767.98px) {
  .quote-banner .banner-content .banner-features .feature-item span {
    font-size: 14px;
  }
}
.quote-banner .banner-image {
  position: relative;
  z-index: 2;
}
.quote-banner .banner-image img {
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.quote-banner .banner-image img:hover {
  transform: translateY(-5px);
}

.quote-section {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .quote-section {
    padding: 40px 0;
  }
}

.quote-form-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
}
@media (max-width: 767.98px) {
  .quote-form-wrapper {
    padding: 25px 20px;
  }
}
.quote-form-wrapper .form-header {
  text-align: center;
  margin-bottom: 40px;
}
.quote-form-wrapper .form-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .quote-form-wrapper .form-header h2 {
    font-size: 24px;
  }
}
.quote-form-wrapper .form-header p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
@media (max-width: 767.98px) {
  .quote-form-wrapper .form-header p {
    font-size: 14px;
  }
}

.quote-form .form-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f3f4;
}
.quote-form .form-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.quote-form .form-section h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote-form .form-section h4 i {
  color: #e4aa3f;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .quote-form .form-section h4 {
    font-size: 18px;
  }
}
.quote-form .form-group {
  margin-bottom: 20px;
}
.quote-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
}
.quote-form .required {
  color: #dc3545;
}
.quote-form .form-control,
.quote-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.quote-form .form-control:focus,
.quote-form .form-select:focus {
  border-color: #e4aa3f;
  box-shadow: 0 0 0 0.2rem rgba(228, 170, 63, 0.25);
  outline: none;
}
.quote-form .form-control.is-invalid,
.quote-form .form-select.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.quote-form .form-control::placeholder {
  color: #adb5bd;
}
.quote-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.quote-form .row .col-md-4,
.quote-form .row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.quote-form .form-submit {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #f1f3f4;
}
.quote-form .form-submit .btn-submit {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border: none;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.quote-form .form-submit .btn-submit:hover {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(228, 170, 63, 0.4);
}
.quote-form .form-submit .btn-submit i {
  font-size: 14px;
}
.quote-form .form-submit .form-note {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 0;
}

.quote-benefits {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 30px;
  height: fit-content;
  position: sticky;
  top: 20px;
}
@media (max-width: 991.98px) {
  .quote-benefits {
    margin-top: 30px;
    position: static;
  }
}
.quote-benefits .benefits-header {
  text-align: center;
  margin-bottom: 30px;
}
.quote-benefits .benefits-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .quote-benefits .benefits-header h3 {
    font-size: 20px;
  }
}
.quote-benefits .benefits-header p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.quote-benefits .benefits-list {
  margin-bottom: 30px;
}
.quote-benefits .benefits-list .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.quote-benefits .benefits-list .benefit-item:last-child {
  border-bottom: none;
}
.quote-benefits .benefits-list .benefit-item:hover {
  transform: translateX(5px);
}
.quote-benefits .benefits-list .benefit-item:hover .benefit-icon {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  transform: scale(1.1);
}
.quote-benefits .benefits-list .benefit-icon {
  width: 50px;
  height: 50px;
  background: #e4aa3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.quote-benefits .benefits-list .benefit-icon i {
  font-size: 20px;
  color: #fff;
}
.quote-benefits .benefits-list .benefit-content {
  flex: 1;
}
.quote-benefits .benefits-list .benefit-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
  line-height: 1.3;
}
.quote-benefits .benefits-list .benefit-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}
.quote-benefits .contact-info-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 2px solid #e4aa3f;
}
.quote-benefits .contact-info-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}
.quote-benefits .contact-info-card .contact-methods {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.quote-benefits .contact-info-card .contact-methods .contact-method {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.quote-benefits .contact-info-card .contact-methods .contact-method:hover {
  background: #e4aa3f;
  color: #fff;
  transform: translateX(5px);
}
.quote-benefits .contact-info-card .contact-methods .contact-method i {
  font-size: 16px;
  color: #e4aa3f;
  transition: color 0.3s ease;
}
.quote-benefits .contact-info-card .contact-methods .contact-method span {
  font-size: 14px;
  font-weight: 500;
}
.quote-benefits .contact-info-card .contact-methods .contact-method:hover i {
  color: #fff;
}

.quote-process {
  padding: 80px 0;
  background-color: #fdf9ee;
}
@media (max-width: 767.98px) {
  .quote-process {
    padding: 40px 0;
  }
}
.quote-process .section-header {
  margin-bottom: 60px;
}
.quote-process .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .quote-process .section-header h2 {
    font-size: 28px;
  }
}
.quote-process .section-header p {
  font-size: 18px;
  color: #666;
  margin: 0;
}
@media (max-width: 767.98px) {
  .quote-process .section-header p {
    font-size: 16px;
  }
}
.quote-process .process-step {
  text-align: center;
  position: relative;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .quote-process .process-step {
    margin-bottom: 40px;
  }
}
.quote-process .process-step .step-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #e4aa3f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
}
.quote-process .process-step .step-icon {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px solid #e4aa3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 25px;
  transition: transform 0.3s ease;
}
.quote-process .process-step .step-icon:hover {
  transform: scale(1.1);
}
.quote-process .process-step .step-icon i {
  font-size: 36px;
  color: #e4aa3f;
}
.quote-process .process-step h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .quote-process .process-step h4 {
    font-size: 18px;
  }
}
.quote-process .process-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
@media (max-width: 767.98px) {
  .quote-process .process-step p {
    font-size: 14px;
  }
}
.quote-process .row {
  position: relative;
}
.quote-process .row::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: #e4aa3f;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .quote-process .row::before {
    display: none;
  }
}

/* Product Listing Page Styles */
.product-listing-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, #fdf9ee 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.product-listing-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="product-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e4aa3f" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23product-pattern)"/></svg>');
  opacity: 0.3;
}
@media (max-width: 767.98px) {
  .product-listing-banner {
    padding: 40px 0;
  }
}
.product-listing-banner .banner-content {
  position: relative;
  z-index: 2;
}
.product-listing-banner .banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .product-listing-banner .banner-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .product-listing-banner .banner-content h1 {
    font-size: 28px;
  }
}
.product-listing-banner .banner-content .banner-description {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .product-listing-banner .banner-content .banner-description {
    font-size: 16px;
  }
}
.product-listing-banner .banner-content .banner-features .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.product-listing-banner .banner-content .banner-features .feature-item i {
  color: #e4aa3f;
  font-size: 18px;
}
.product-listing-banner .banner-content .banner-features .feature-item span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 767.98px) {
  .product-listing-banner .banner-content .banner-features .feature-item span {
    font-size: 14px;
  }
}
.product-listing-banner .banner-image {
  position: relative;
  z-index: 2;
}
.product-listing-banner .banner-image img {
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.product-listing-banner .banner-image img:hover {
  transform: translateY(-5px);
}

.product-listing-section {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .product-listing-section {
    padding: 40px 0;
  }
}

.filters-sidebar {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
}
@media (max-width: 991.98px) {
  .filters-sidebar {
    position: static;
    margin-bottom: 30px;
  }
}
.filters-sidebar .filter-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e4aa3f;
}
.filters-sidebar .quote-form-section .quote-form-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}
.filters-sidebar .quote-form-section .quote-form .form-group {
  margin-bottom: 15px;
}
.filters-sidebar .quote-form-section .quote-form .form-group:last-child {
  margin-bottom: 0;
}
.filters-sidebar .quote-form-section .quote-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}
.filters-sidebar .quote-form-section .quote-form .form-control,
.filters-sidebar .quote-form-section .quote-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.filters-sidebar .quote-form-section .quote-form .form-control:focus,
.filters-sidebar .quote-form-section .quote-form .form-select:focus {
  border-color: #e4aa3f;
  box-shadow: 0 0 0 0.2rem rgba(228, 170, 63, 0.25);
  outline: none;
}
.filters-sidebar .quote-form-section .quote-form .form-control::placeholder,
.filters-sidebar .quote-form-section .quote-form .form-select::placeholder {
  color: #adb5bd;
}
.filters-sidebar .quote-form-section .quote-form textarea.form-control {
  resize: vertical;
  min-height: 80px;
}
.filters-sidebar .quote-form-section .quote-form .btn-primary {
  background: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.filters-sidebar .quote-form-section .quote-form .btn-primary:hover {
  background: #f39c12;
  border-color: #f39c12;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(228, 170, 63, 0.3);
}
.filters-sidebar .filter-group {
  margin-bottom: 25px;
}
.filters-sidebar .filter-group:last-child {
  margin-bottom: 0;
}
.filters-sidebar .filter-group .filter-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
}
.filters-sidebar .filter-group .form-check {
  margin-bottom: 8px;
}
.filters-sidebar .filter-group .form-check:last-child {
  margin-bottom: 0;
}
.filters-sidebar .filter-group .form-check .form-check-input {
  border-color: #e4aa3f;
}
.filters-sidebar .filter-group .form-check .form-check-input:checked {
  background-color: #e4aa3f;
  border-color: #e4aa3f;
}
.filters-sidebar .filter-group .form-check .form-check-label {
  font-size: 14px;
  color: #555;
  cursor: pointer;
}
.filters-sidebar .filter-group .form-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.filters-sidebar .filter-group .form-select:focus {
  border-color: #e4aa3f;
  box-shadow: 0 0 0 0.2rem rgba(228, 170, 63, 0.25);
}
.filters-sidebar .filter-group .price-range .form-range {
  margin-bottom: 15px;
}
.filters-sidebar .filter-group .price-range .form-range::-webkit-slider-thumb {
  background: #e4aa3f;
}
.filters-sidebar .filter-group .price-range .form-range::-moz-range-thumb {
  background: #e4aa3f;
}
.filters-sidebar .filter-group .price-range .price-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filters-sidebar .filter-group .price-range .price-inputs input {
  flex: 1;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
}
.filters-sidebar .filter-group .price-range .price-inputs input:focus {
  border-color: #e4aa3f;
  outline: none;
}
.filters-sidebar .filter-group .price-range .price-inputs span {
  color: #666;
  font-weight: 500;
}

.product-controls {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
}
.product-controls .results-count {
  font-weight: 500;
  color: #666;
}
.product-controls .view-toggle .btn {
  border: 2px solid #e9ecef;
  color: #666;
  padding: 8px 12px;
  transition: all 0.3s ease;
}
.product-controls .view-toggle .btn.active, .product-controls .view-toggle .btn:hover {
  background-color: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}
.products-grid.list-view {
  grid-template-columns: 1fr;
}
.products-grid.list-view .product-card {
  display: flex;
  align-items: center;
}
.products-grid.list-view .product-card .product-image {
  width: 200px;
  flex-shrink: 0;
  margin-right: 20px;
}
.products-grid.list-view .product-card .product-info {
  flex: 1;
  text-align: left;
}
@media (max-width: 767.98px) {
  .products-grid.list-view .product-card {
    flex-direction: column;
  }
  .products-grid.list-view .product-card .product-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.product-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: #e4aa3f;
}
.product-card .product-image {
  position: relative;
  overflow: hidden;
}
.product-card .product-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card .product-image:hover img {
  transform: scale(1.05);
}
.product-card .product-image .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card .product-image .product-overlay .btn {
  background: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
  font-weight: 500;
}
.product-card .product-image .product-overlay .btn:hover {
  background: #f39c12;
  border-color: #f39c12;
}
.product-card .product-image:hover .product-overlay {
  opacity: 1;
}
.product-card .product-image .product-badges {
  position: absolute;
  top: 15px;
  left: 15px;
}
.product-card .product-image .product-badges .badge {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-card .product-info {
  padding: 20px;
  text-align: center;
}
.product-card .product-info .product-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.3;
}
.product-card .product-info .product-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}
.product-card .product-info .product-meta {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
.product-card .product-info .product-meta span {
  font-size: 12px;
  color: #888;
  background: #f8f9fa;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 500;
}
.product-card .product-info .product-rating {
  margin-bottom: 15px;
}
.product-card .product-info .product-rating i {
  color: #ffc107;
  font-size: 14px;
}
.product-card .product-info .product-rating .rating-count {
  font-size: 12px;
  color: #666;
  margin-left: 5px;
}
.product-card .product-info .product-price {
  margin-bottom: 20px;
}
.product-card .product-info .product-price .current-price {
  font-size: 20px;
  font-weight: 700;
  color: #e4aa3f;
  margin-right: 10px;
}
.product-card .product-info .product-price .original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.product-card .product-info .product-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.product-card .product-info .product-actions .btn {
  flex: 1;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.product-card .product-info .product-actions .btn.btn-primary {
  background: #e4aa3f;
  border-color: #e4aa3f;
}
.product-card .product-info .product-actions .btn.btn-primary:hover {
  background: #f39c12;
  border-color: #f39c12;
  transform: translateY(-2px);
}
.product-card .product-info .product-actions .btn.btn-outline-secondary {
  border-color: #e9ecef;
  color: #666;
}
.product-card .product-info .product-actions .btn.btn-outline-secondary:hover {
  background: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
}

/* Quick View Modal Styles */
#quickViewModal .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
#quickViewModal .modal-header {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  color: #fff;
  border-bottom: none;
}
#quickViewModal .modal-header .modal-title {
  font-weight: 600;
}
#quickViewModal .modal-header .btn-close {
  filter: invert(1);
}
#quickViewModal .product-gallery .main-image {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#quickViewModal .product-gallery .thumbnail-images {
  display: flex;
  gap: 10px;
}
#quickViewModal .product-gallery .thumbnail-images .thumbnail-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
#quickViewModal .product-gallery .thumbnail-images .thumbnail-img.active, #quickViewModal .product-gallery .thumbnail-images .thumbnail-img:hover {
  border-color: #e4aa3f;
  transform: scale(1.05);
}
#quickViewModal .product-details .product-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}
#quickViewModal .product-details .product-rating i {
  color: #ffc107;
}
#quickViewModal .product-details .product-price .current-price {
  color: #e4aa3f;
  font-weight: 700;
}
#quickViewModal .product-details .product-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}
#quickViewModal .product-details .product-specs .spec-item {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}
#quickViewModal .product-details .product-specs .spec-item strong {
  color: #222;
}
#quickViewModal .product-details .quantity-selector .input-group .btn {
  border-color: #e9ecef;
  color: #666;
}
#quickViewModal .product-details .quantity-selector .input-group .btn:hover {
  background: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
}
#quickViewModal .product-details .quantity-selector .input-group input {
  border-color: #e9ecef;
  text-align: center;
}
#quickViewModal .product-details .quantity-selector .input-group input:focus {
  border-color: #e4aa3f;
  box-shadow: 0 0 0 0.2rem rgba(228, 170, 63, 0.25);
}
#quickViewModal .product-details .product-actions .btn {
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
#quickViewModal .product-details .product-actions .btn.btn-primary {
  background: #e4aa3f;
  border-color: #e4aa3f;
}
#quickViewModal .product-details .product-actions .btn.btn-primary:hover {
  background: #f39c12;
  border-color: #f39c12;
  transform: translateY(-2px);
}
#quickViewModal .product-details .product-actions .btn.btn-outline-secondary {
  border-color: #e9ecef;
  color: #666;
}
#quickViewModal .product-details .product-actions .btn.btn-outline-secondary:hover {
  background: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
}

/* Pagination Styles */
.pagination .page-link {
  color: #666;
  border-color: #e9ecef;
  padding: 10px 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pagination .page-link:hover {
  background-color: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background-color: #e4aa3f;
  border-color: #e4aa3f;
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  color: #999;
  background-color: #f8f9fa;
  border-color: #e9ecef;
}

/* Responsive Design for Product Listing */
@media (max-width: 991.98px) {
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
  .product-card .product-image img {
    height: 200px;
  }
  .product-card .product-info {
    padding: 15px;
  }
  .product-card .product-info .product-title {
    font-size: 16px;
  }
  .product-card .product-info .product-description {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }
  .product-card .product-image img {
    height: 180px;
  }
  .product-card .product-info {
    padding: 12px;
  }
  .product-card .product-info .product-title {
    font-size: 14px;
  }
  .product-card .product-info .product-description {
    font-size: 12px;
  }
  .product-card .product-info .product-actions {
    flex-direction: column;
    gap: 8px;
  }
  .product-card .product-info .product-actions .btn {
    width: 100%;
  }
  .product-controls .row {
    flex-direction: column;
    gap: 15px;
  }
  .product-controls .d-flex {
    justify-content: center !important;
  }
}
/* Contact Form */
.contact-section-page {
  margin-bottom: 80px;
}
.contact-section-page .card-body {
  padding: 40px !important;
}
.contact-section-page .contact-form-wrapper {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
}
.contact-section-page textarea {
  background-color: #f6f6f6 !important;
  border-radius: 12px !important;
  padding: 12px 28px !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.contact-section-page input {
  background-color: #f6f6f6 !important;
  border-radius: 12px !important;
  padding: 12px 28px !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.contact-section-page .contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.contact-section-page .contact-info-card {
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
}
.contact-section-page .contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #043048;
}
.contact-section-page .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #e4aa3f;
  border-radius: 50%;
  color: white;
  margin-bottom: 15px;
}
.contact-section-page .info-icon svg {
  width: 24px;
  height: 24px;
}
.contact-section-page .info-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #222;
  margin: 15px 0 10px;
}
.contact-section-page .info-subtitle {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 8px;
}
.contact-section-page .info-detail {
  font-size: 1rem;
  color: #222;
  font-weight: 500;
}

/* Blog Page Styles */
.blog-content {
  background-color: #f8f9fa;
}
.blog-content .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}
.blog-content .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}
.blog-content .card .card-img-top {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-content .card:hover .card-img-top {
  transform: scale(1.05);
}
.blog-content .card .card-title a {
  color: #2c3e50;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.blog-content .card .card-title a:hover {
  color: #e4aa3f;
}
.blog-content .card .card-text {
  line-height: 1.6;
  color: #6c757d;
}
.blog-content .card .btn-primary {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.blog-content .card .btn-primary:hover {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(228, 170, 63, 0.4);
}
.blog-content .card .btn-outline-primary {
  border: 2px solid #e4aa3f;
  color: #e4aa3f;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.blog-content .card .btn-outline-primary:hover {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border-color: #e4aa3f;
  color: white;
  transform: translateY(-2px);
}

.featured-post .card-img-top {
  height: 300px;
}

.featured-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(228, 170, 63, 0.3);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  font-size: 13px;
  color: #6c757d;
}
.post-meta .date,
.post-meta .author {
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-meta i {
  color: #e4aa3f;
  font-size: 12px;
}

.category-badge {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Sticky Sidebar */
.sticky-sidebar {
  position: sticky;
  top: 100px;
  z-index: 1;
}

/* Sidebar Widgets */
.widget {
  /* Categories Widget */
  /* Recent Posts Widget */
  /* Newsletter Widget */
}
.widget .card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.widget .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.widget .card-title {
  color: #2c3e50;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.widget .card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border-radius: 2px;
}
.widget .input-group .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px 0 0 8px;
  padding: 12px 20px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.widget .input-group .form-control:focus {
  border-color: #e4aa3f;
  box-shadow: 0 0 0 0.2rem rgba(228, 170, 63, 0.25);
}
.widget .input-group .btn {
  border-radius: 0 8px 8px 0;
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border: none;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.widget .input-group .btn:hover {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  transform: translateX(2px);
}
.widget ul.list-unstyled li {
  border-bottom: 1px solid #f1f3f4;
  padding: 8px 0;
  transition: all 0.3s ease;
}
.widget ul.list-unstyled li:last-child {
  border-bottom: none;
}
.widget ul.list-unstyled li:hover {
  background-color: #f8f9fa;
  padding-left: 10px;
  border-radius: 8px;
}
.widget ul.list-unstyled li a {
  color: #6c757d;
  font-weight: 500;
  transition: color 0.3s ease;
}
.widget ul.list-unstyled li a:hover {
  color: #e4aa3f;
  text-decoration: none;
}
.widget .badge {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  font-size: 11px;
  padding: 5px 10px;
}
.widget .recent-post {
  border-bottom: 1px solid #f1f3f4;
  padding-bottom: 15px;
}
.widget .recent-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget .recent-post img {
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.widget .recent-post:hover img {
  transform: scale(1.05);
}
.widget .recent-post h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
.widget .recent-post h6 a {
  color: #2c3e50;
  transition: color 0.3s ease;
}
.widget .recent-post h6 a:hover {
  color: #e4aa3f;
}
.widget .recent-post small {
  font-size: 12px;
  color: #6c757d;
}
.widget form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.widget form .form-control:focus {
  border-color: #e4aa3f;
  box-shadow: 0 0 0 0.2rem rgba(228, 170, 63, 0.25);
}
.widget form .btn {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.widget form .btn:hover {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(228, 170, 63, 0.4);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-content .row {
    margin-bottom: 30px;
  }
  .widget {
    margin-top: 30px;
  }
  .featured-post .card-img-top {
    height: 250px;
  }
  .blog-content .card-img-top {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .blog-content {
    padding: 30px 0;
  }
  .blog-content .card-img-top {
    height: 160px;
  }
  .featured-post .card-img-top {
    height: 200px;
  }
  .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .widget .card-title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .blog-content .card-body {
    padding: 20px;
  }
  .blog-content .btn {
    width: 100%;
    margin-top: 10px;
  }
  .featured-post .card-body {
    padding: 25px;
  }
}
/* About Us Page Styles */
.about-story-section {
  padding: 80px 0;
  background-color: #fdf9ee;
}
@media (max-width: 767.98px) {
  .about-story-section {
    padding: 40px 0;
  }
}
.about-story-section .story-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #222;
}
.about-story-section .story-content h2 span {
  color: #e4aa3f;
  position: relative;
}
.about-story-section .story-content h2 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e4aa3f;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .about-story-section .story-content h2 {
    font-size: 28px;
  }
}
.about-story-section .story-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .about-story-section .story-content p {
    font-size: 14px;
  }
}
.about-story-section .story-image img {
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.about-story-section .story-image img:hover {
  transform: translateY(-5px);
}

.mission-vision-section {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .mission-vision-section {
    padding: 40px 0;
  }
}
.mission-vision-section .section-header {
  margin-bottom: 60px;
}
.mission-vision-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.mission-vision-section .section-header h2 span {
  color: #e4aa3f;
  position: relative;
}
.mission-vision-section .section-header h2 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e4aa3f;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .mission-vision-section .section-header h2 {
    font-size: 28px;
  }
}
.mission-vision-section .section-header p {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .mission-vision-section .section-header p {
    font-size: 16px;
  }
}
.mission-vision-section .mission-card,
.mission-vision-section .vision-card {
  background: #fdf9ee;
  padding: 40px 30px;
  border-radius: 15px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.mission-vision-section .mission-card:hover,
.mission-vision-section .vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(228, 170, 63, 0.15);
  border-color: #e4aa3f;
}
@media (max-width: 767.98px) {
  .mission-vision-section .mission-card,
  .mission-vision-section .vision-card {
    padding: 30px 20px;
  }
}
.mission-vision-section .mission-card .card-icon,
.mission-vision-section .vision-card .card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.mission-vision-section .mission-card .card-icon i,
.mission-vision-section .vision-card .card-icon i {
  font-size: 28px;
  color: #fff;
}
.mission-vision-section .mission-card h3,
.mission-vision-section .vision-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .mission-vision-section .mission-card h3,
  .mission-vision-section .vision-card h3 {
    font-size: 20px;
  }
}
.mission-vision-section .mission-card p,
.mission-vision-section .vision-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .mission-vision-section .mission-card p,
  .mission-vision-section .vision-card p {
    font-size: 14px;
  }
}
.mission-vision-section .mission-card .mission-features .feature-item,
.mission-vision-section .mission-card .vision-features .feature-item,
.mission-vision-section .vision-card .mission-features .feature-item,
.mission-vision-section .vision-card .vision-features .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.mission-vision-section .mission-card .mission-features .feature-item:last-child,
.mission-vision-section .mission-card .vision-features .feature-item:last-child,
.mission-vision-section .vision-card .mission-features .feature-item:last-child,
.mission-vision-section .vision-card .vision-features .feature-item:last-child {
  margin-bottom: 0;
}
.mission-vision-section .mission-card .mission-features .feature-item .feature-icon-small,
.mission-vision-section .mission-card .vision-features .feature-item .feature-icon-small,
.mission-vision-section .vision-card .mission-features .feature-item .feature-icon-small,
.mission-vision-section .vision-card .vision-features .feature-item .feature-icon-small {
  width: 40px;
  height: 40px;
  background: #e4aa3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.mission-vision-section .mission-card .mission-features .feature-item .feature-icon-small i,
.mission-vision-section .mission-card .vision-features .feature-item .feature-icon-small i,
.mission-vision-section .vision-card .mission-features .feature-item .feature-icon-small i,
.mission-vision-section .vision-card .vision-features .feature-item .feature-icon-small i {
  font-size: 18px;
  color: #fff;
}
.mission-vision-section .mission-card .mission-features .feature-item .feature-text h5,
.mission-vision-section .mission-card .vision-features .feature-item .feature-text h5,
.mission-vision-section .vision-card .mission-features .feature-item .feature-text h5,
.mission-vision-section .vision-card .vision-features .feature-item .feature-text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}
.mission-vision-section .mission-card .mission-features .feature-item .feature-text p,
.mission-vision-section .mission-card .vision-features .feature-item .feature-text p,
.mission-vision-section .vision-card .mission-features .feature-item .feature-text p,
.mission-vision-section .vision-card .vision-features .feature-item .feature-text p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}
.mission-vision-section .vision-card {
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  color: #fff;
}
.mission-vision-section .vision-card h3,
.mission-vision-section .vision-card p {
  color: #fff;
}
.mission-vision-section .vision-card .card-icon {
  background: rgba(255, 255, 255, 0.2);
}
.mission-vision-section .vision-card .card-icon i {
  color: #fff;
}
.mission-vision-section .vision-card .vision-features .feature-item .feature-icon-small {
  background: rgba(255, 255, 255, 0.2);
}
.mission-vision-section .vision-card .vision-features .feature-item .feature-icon-small i {
  color: #fff;
}
.mission-vision-section .vision-card .vision-features .feature-item .feature-text h5,
.mission-vision-section .vision-card .vision-features .feature-item .feature-text p {
  color: #fff;
}

.why-choose-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}
@media (max-width: 767.98px) {
  .why-choose-section {
    padding: 40px 0;
  }
}
.why-choose-section .section-header {
  margin-bottom: 60px;
}
.why-choose-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.why-choose-section .section-header h2 span {
  color: #e4aa3f;
  position: relative;
}
.why-choose-section .section-header h2 span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e4aa3f;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .why-choose-section .section-header h2 {
    font-size: 28px;
  }
}
.why-choose-section .section-header p {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .why-choose-section .section-header p {
    font-size: 16px;
  }
}
.why-choose-section .feature-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.why-choose-section .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #e4aa3f;
}
@media (max-width: 767.98px) {
  .why-choose-section .feature-card {
    padding: 30px 20px;
  }
}
.why-choose-section .feature-card .feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.why-choose-section .feature-card .feature-icon i {
  font-size: 32px;
  color: #fff;
}
.why-choose-section .feature-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .why-choose-section .feature-card h4 {
    font-size: 18px;
  }
}
.why-choose-section .feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.process-section {
  padding: 80px 0;
  background-color: #fdf9ee;
}
@media (max-width: 767.98px) {
  .process-section {
    padding: 40px 0;
  }
}
.process-section .process-step {
  text-align: center;
  position: relative;
}
.process-section .process-step .step-number {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #e4aa3f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
}
.process-section .process-step .step-icon {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px solid #e4aa3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 25px;
  transition: transform 0.3s ease;
}
.process-section .process-step .step-icon:hover {
  transform: scale(1.1);
}
.process-section .process-step .step-icon i {
  font-size: 36px;
  color: #e4aa3f;
}
.process-section .process-step h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .process-section .process-step h4 {
    font-size: 18px;
  }
}
.process-section .process-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.process-section .row {
  position: relative;
}
.process-section .row::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: #e4aa3f;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .process-section .row::before {
    display: none;
  }
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}
@media (max-width: 767.98px) {
  .cta-section {
    padding: 60px 0;
  }
}
.cta-section .cta-content {
  position: relative;
  z-index: 2;
}
.cta-section .cta-content .cta-icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.cta-section .cta-content .cta-icon i {
  font-size: 40px;
  color: #fff;
}
.cta-section .cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .cta-section .cta-content h2 {
    font-size: 28px;
  }
}
.cta-section .cta-content .cta-description {
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .cta-section .cta-content .cta-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.cta-section .cta-content .cta-benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .cta-section .cta-content .cta-benefits {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.cta-section .cta-content .cta-benefits .benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cta-section .cta-content .cta-benefits .benefit-item i {
  color: #fff;
  font-size: 18px;
}
.cta-section .cta-content .cta-benefits .benefit-item span {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .cta-section .cta-content .cta-benefits .benefit-item span {
    font-size: 14px;
  }
}
.cta-section .cta-content .cta-buttons {
  margin-bottom: 30px;
}
.cta-section .cta-content .cta-buttons .btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .cta-section .cta-content .cta-buttons .btn {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 20px;
  }
}
.cta-section .cta-content .cta-buttons .btn-design {
  background: #fff !important;
  color: #e4aa3f !important;
  border-color: #fff !important;
}
.cta-section .cta-content .cta-buttons .btn-design:hover {
  background: #f8f9fa !important;
  color: #e4aa3f !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.cta-section .cta-content .cta-buttons .btn-quote {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.cta-section .cta-content .cta-buttons .btn-quote:hover {
  background: #fff !important;
  color: #e4aa3f !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.cta-section .cta-content .cta-contact p {
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}
.cta-section .cta-content .cta-contact p .contact-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
}
.cta-section .cta-content .cta-contact p .contact-link:hover {
  color: #f8f9fa;
  border-bottom-color: #f8f9fa;
}

/* Responsive adjustments for About Us page */
@media (max-width: 991.98px) {
  .about-story-section .row,
  .mission-vision-section .row,
  .why-choose-section .row,
  .process-section .row {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .about-story-section .story-content {
    margin-bottom: 30px;
  }
  .process-section .process-step {
    margin-bottom: 40px;
  }
  .cta-section .cta-benefits {
    flex-direction: column;
    align-items: center;
  }
  .cta-section .cta-benefits .benefit-item {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
.reviews-section {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .reviews-section {
    padding: 40px 0;
  }
}
.reviews-section .reviews-carousel {
  margin-bottom: 60px;
}
.reviews-section .reviews-carousel .owl-stage-outer {
  padding: 20px 0;
}
.reviews-section .reviews-carousel .owl-item {
  transition: all 0.3s ease;
}
.reviews-section .reviews-carousel .owl-item.center .review-card {
  transform: scale(1.1);
  box-shadow: 0 25px 60px rgba(228, 170, 63, 0.2);
  border-color: #e4aa3f;
  z-index: 2;
}
.reviews-section .reviews-carousel .owl-item:not(.center) .review-card {
  transform: scale(0.9);
  opacity: 0.7;
}
.reviews-section .reviews-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}
.reviews-section .reviews-carousel .owl-nav .owl-prev,
.reviews-section .reviews-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #e4aa3f !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.reviews-section .reviews-carousel .owl-nav .owl-prev:hover,
.reviews-section .reviews-carousel .owl-nav .owl-next:hover {
  background: #f39c12 !important;
  transform: scale(1.1);
}
.reviews-section .reviews-carousel .owl-nav .owl-prev {
  left: -25px;
}
.reviews-section .reviews-carousel .owl-nav .owl-next {
  right: -25px;
}
.reviews-section .reviews-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.reviews-section .reviews-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #ddd !important;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.reviews-section .reviews-carousel .owl-dots .owl-dot.active {
  background: #e4aa3f !important;
  transform: scale(1.2);
}
.reviews-section .review-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.reviews-section .review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: #e4aa3f;
}
@media (max-width: 767.98px) {
  .reviews-section .review-card {
    padding: 25px 20px;
  }
}
.reviews-section .review-card::before {
  content: '"';
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 60px;
  color: #e4aa3f;
  font-family: serif;
  opacity: 0.3;
  line-height: 1;
}
.reviews-section .review-card .review-header {
  margin-bottom: 20px;
}
.reviews-section .review-card .review-header .customer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviews-section .review-card .review-header .customer-info .customer-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #e4aa3f, #f39c12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.reviews-section .review-card .review-header .customer-info .customer-avatar i {
  font-size: 20px;
  color: #fff;
}
.reviews-section .review-card .review-header .customer-info .customer-details h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}
.reviews-section .review-card .review-header .customer-info .customer-details .customer-title {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}
.reviews-section .review-card .review-header .customer-info .customer-details .rating {
  display: flex;
  gap: 2px;
}
.reviews-section .review-card .review-header .customer-info .customer-details .rating i {
  color: #ffc107;
  font-size: 14px;
}
.reviews-section .review-card .review-content {
  margin-bottom: 20px;
}
.reviews-section .review-card .review-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  font-style: italic;
  margin: 0;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .reviews-section .review-card .review-content p {
    font-size: 14px;
  }
}
.reviews-section .review-card .review-footer .verified-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 20px;
  width: fit-content;
}
.reviews-section .review-card .review-footer .verified-badge i {
  color: #28a745;
  font-size: 14px;
}
.reviews-section .review-card .review-footer .verified-badge span {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.reviews-section .reviews-stats {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .reviews-section .reviews-stats {
    margin-top: 40px;
  }
}
.reviews-section .reviews-stats .stat-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
.reviews-section .reviews-stats .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(228, 170, 63, 0.15);
  border-color: #e4aa3f;
}
.reviews-section .reviews-stats .stat-card .stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #e4aa3f;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .reviews-section .reviews-stats .stat-card .stat-number {
    font-size: 28px;
  }
}
.reviews-section .reviews-stats .stat-card .stat-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.reviews-section .reviews-stats .stat-card .stat-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
}
.reviews-section .reviews-stats .stat-card .stat-stars i {
  color: #ffc107;
  font-size: 16px;
}
.reviews-section .reviews-stats .stat-card .stat-icon i {
  font-size: 24px;
  color: #e4aa3f;
}

.product-img {
  position: relative;
}

.product-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}

.product-img:hover .hover-img {
  opacity: 1;
}

#quoteForm p {
  margin-bottom: 0px !important;
}
#quoteForm textarea {
  box-shadow: none;
}

.hidden {
  display: none !important;
}

/* Enhanced Mega Menu Styles */
.navbar .mega-menu {
  right: 0;
  max-width: 1160px;
  left: 0;
  margin: 0 auto !important;
  padding: 0;
  border: none;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: hidden;
  display: none;
}

/* Show mega menu with class */
.navbar .mega-menu.show {
  display: block;
}

/* Single Dropdown Styles */
.navbar .single-dropdown {
  display: none;
  border: none;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px 0;
  min-width: 200px;
}

.navbar .single-dropdown.show {
  display: block;
}

.single-dropdown .dropdown-item {
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
}
.single-dropdown .dropdown-item:hover {
  background-color: #e4aa3f;
  color: #fff;
}
.single-dropdown .dropdown-item img {
  max-width: 30px;
  margin-right: 10px;
  border-radius: 4px;
}

.menu-category-box {
  padding: 25px;
  border-right: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}
.menu-category-box:last-child {
  border-right: none;
}
.menu-category-box:hover {
  background-color: #f8f9fa;
}

.mega_menu_link {
  font-size: 14px;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 5px;
  position: relative;
}
.mega_menu_link:hover {
  background-color: #e4aa3f;
  color: #fff;
}
.mega_menu_link img {
  max-width: 25px;
  margin-right: 12px;
}

.mega-menu .menu-card {
  border: none;
  background: #e4aa3f;
  padding: 35px 25px;
  text-align: center;
  border-radius: 0;
}

.navbar .mega-menu .menu-card h5 {
  color: #fff !important;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mega-menu .menu-card p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.95;
}

.mega-menu .menu-card .btn-get {
  background-color: #fff;
  color: #e4aa3f;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 25px;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
}
.mega-menu .menu-card .btn-get:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* Mega menu category headers */
.mega-menu .category-header {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e4aa3f;
  position: relative;
}
.mega-menu .category-header::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #e4aa3f;
}

/* Responsive mega menu */
@media (max-width: 991.98px) {
  .navbar .mega-menu {
    position: static !important;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-radius: 0;
    margin: 0 !important;
    max-width: 100%;
  }
  .menu-category-box {
    padding: 15px;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .menu-category-box:last-child {
    border-bottom: none;
  }
  .mega_menu_link {
    padding: 10px 12px;
    font-size: 13px;
  }
  .mega_menu_link:hover {
    transform: none;
  }
  .mega-menu .menu-card {
    padding: 25px 20px;
  }
  .mega-menu .menu-card h5 {
    font-size: 18px;
  }
  .mega-menu .menu-card p {
    font-size: 14px;
  }
}
.footer ul {
  padding-left: 0 !important;
  list-style: none;
}
.footer li {
  list-style: none;
  padding-bottom: 10px !important;
}

/*# sourceMappingURL=style.css.map */
