.side-contactus-panel .wpcf7-response-output,
.hero-panel .consultation-form .wpcf7-response-output {
  font-size: 14px;
  margin: 10px 0 15px 0 !important;
}

.hero-panel .consultation-form .wpcf7-not-valid-tip,
.side-contactus-panel .wpcf7-not-valid-tip {
  font-size: small;
}

.comman-form-style .submit-btn {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.comman-form-style .submit-btn:hover {
  background-color: #b70006;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.side-contactus-panel .contact-us-btn {
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.side-contactus-panel .contact-us-btn:hover {
  background-color: #b70006;
  transform: rotate(-90deg) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}


.appoinment-btn {
  transition: all 0.3s ease-in-out;
}

.appoinment-btn:hover {
  background: #b70006;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.service-panel .enquiry-now-btn {
  transition: all 0.3s ease-in-out;
}

.service-panel .enquiry-now-btn:hover {
  background-color: #b70006;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.enquiry-form-panel .send-btn {
  transition: all 0.3s ease-in-out;
}

.enquiry-form-panel .send-btn:hover {
  background-color: #fafafa;
  color: #E31E25;
  border-color: #fafafa;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.enquiry-form-panel .wpcf7-response-output {
  margin: -10px 0 15px 0 !important;
  font-size: 14px;
  color: aliceblue;
}

.footer .custom-logo-link img {
  width: 100% !important;
}

.follow-up-panel .wpcf7-not-valid-tip {
  font-size: 14px;
}

.follow-up-panel .wpcf7-response-output {
  margin: 0 !important;
}


/* contact page css */

.page-template-contact .contactus-panel .input-box span {
  width: -webkit-fill-available;
  position: relative;
}

.page-template-contact .contactus-panel .input-box p {
  height: 50px
}

.page-template-contact .contactus-panel .input-box-message p {
  height: 150px;
}

.page-template-contact .contactus-panel .input-box i {
  position: absolute;
  top: 15px;
  right: 23px;
  z-index: 999999;
  color: red;
}

.page-template-contact .contactus-panel .wpcf7-form-control-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: -webkit-fill-available;
}


#okapi-wasb-button {
  position: fixed;
  bottom: 50%;
  right: 15px;
  z-index: 9999;
}

#okapi-wasb-button img {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

/* Optional: Hover effect */
#okapi-wasb-button:hover img {
  transform: scale(1.1);
}

.hero-panel .appoinment-btn-box {
  text-align: start;
}

.hero-panel .hero-content p {
  Margin-bottom: 20px;
}

.hero-btn {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.home-counter-panel {
  margin-top: -130px;
}

.our-subtitle {
  font-size: 18px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-transform: capitalize;
}

.about-us-home {
  padding: 80px 18px 40px 18px !important;
}

.about-us-home .content-box .appoinment-btn-box {
  text-align: start;
  margin-top: 35px;
}

.home-story-section .desc p {
  margin-bottom: 20px;
}

.our-story-panel .img-box img {
  max-height: 750px;
  object-fit: inherit !important;
}

.home-story-section .appoinment-btn-box {
  text-align: start;
}


.home-service-section {
  background-color: #c3c2c21f;
  margin: 0;
  padding: 20px;
  background-color: #f9f9f9;
  line-height: 1.6;
  padding: 40px 0;
}

.home-service-h1 {
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
  font-size: 2.5em;
  text-transform: uppercase;
}

.home-service-subtitle {
  text-align: center;
  color: #666666;
  margin-bottom: 40px;
  font-size: 1.1em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.home-service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.home-service-card {
  background-color: #ffffff;
  width: calc(50% - 12.5px);
  min-height: 450px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.home-service-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.home-service-icon {
  text-align: center;
  margin-bottom: 15px;
}

.home-service-icon i {
  font-size: 2.5em;
  color: #ff0000;
}

.home-service-content h3 {
  margin: 0 0 15px;
  color: #333333;
  font-size: 1.4em;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 5px;
  text-align: center;
}

.home-service-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.home-service-content ul li {
  margin: 10px 0;
  color: #666666;
  font-size: 0.95em;
  position: relative;
  padding-left: 30px;
}

.home-service-content ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  /* Changed to check-circle for a creative look */
  font-weight: 900;
  color: #ff0000;
  position: absolute;
  left: 0;
}

.home-service-btn-box {
  text-align: center;
  margin-top: 20px;
}

.home-service-btn-box a {
  color: #ffffff;
  background-color: #ff0000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
}

.home-service-btn-box a:hover {
  background-color: #cc0000;
}

@media (max-width: 1024px) {
  .home-service-card {
    width: calc(50% - 12.5px);
  }
}

@media (max-width: 768px) {
  .home-service-card {
    width: 100%;
  }

  .home-service-h1 {
    font-size: 2em;
  }

  .home-service-subtitle {
    font-size: 1em;
  }

  .home-service-content h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .home-service-section {
    padding: 20px 10px;
  }

  .home-service-h1 {
    font-size: 1.5em;
  }

  .home-service-subtitle {
    font-size: 0.9em;
  }

  .home-service-content {
    padding: 15px;
  }

  .home-service-content ul li {
    font-size: 0.9em;
    margin: 8px 0;
  }
}

.home-service-section .btn-box {
  text-align: center;
}

.home-testimonial-section {
  margin: 0 !important;
  padding: 40px 20px 0 20px !important;
}

/* Logo Section Styling */
.client-testimonials .logo-section {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.client-testimonials .service-details-box h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.client-testimonials .comman-title-box p {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.client-testimonials .owl-carousel {
  display: flex;
  justify-content: center;
}

.client-testimonials-logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.client-testimonials-logo-item img {
  max-width: 150px;
  height: auto;
  transition: transform 0.3s ease;
}

.client-testimonials-logo-item img:hover {
  transform: scale(1.1);
}

/* Pagination Styles */
.pagination-controls {
  text-align: center;
  margin-top: 30px;
}

.page-number-pagination {
  display: none;
  /* Default hidden, can toggle with JS */
  padding: 10px 0;
}

.page-number-pagination .page-item {
  display: inline-block;
  margin: 0 5px;
}

.page-number-pagination .page-item a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.page-number-pagination .page-item.active a {
  background-color: #007bff;
  color: white;
}

.next-prev-pagination {
  display: none;
  /* Default hidden, can toggle with JS */
}

.next-prev-pagination .prev,
.next-prev-pagination .next {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.next-prev-pagination .prev:hover,
.next-prev-pagination .next:hover {
  background-color: #0056b3;
}

.dots-pagination {
  display: none;
  /* Default hidden, can toggle with JS */
  padding: 10px 0;
}

.dots-pagination .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
}

.dots-pagination .dot.active {
  background-color: #007bff;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .client-testimonials .owl-carousel {
    display: block;
  }

  .client-testimonials-logo-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .client-testimonials .owl-carousel {
    display: block;
  }

  .client-testimonials-logo-item img {
    max-width: 120px;
  }
}

.logo-section {
  background-color: #EDEDED;
}

.logo-section .custom-title {
  margin-bottom: 30px;
}

.vs-footer .custom-logo-link img {
  margin: 0px 0px 20px -25px !important;
}

.vs-footer {
  background-color: #1a1a1a;
  /* Black */
  color: #ffffff;
  /* White */
  padding: 40px 0 20px 0;
  font-family: 'Arial', sans-serif;
}

.vs-footer-logo {
  max-width: 180px;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.vs-footer-logo:hover {
  transform: scale(1.05);
}

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

.social-icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  /* White */
  border-radius: 50%;
  border: 2px solid #dc3545;
  /* Red */
  color: #dc3545;
  /* Red */
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #dc3545;
  /* Red */
  color: #ffffff;
  /* White */
  transform: translateY(-3px);
}

.vs-footer h4 {
  font-weight: 700;
  color: #ffffff;
  /* White */
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.vs-footer ul {
  list-style: none;
  padding: 0;
}

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

.vs-footer ul li a {
  color: #fff;
  /* Gray */
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.vs-footer ul li a:hover {
  color: #dc3545;
  /* Red */
  padding-left: 5px;
}

.vs-footer-contact p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #fff;
  /* Gray */
}

.vs-footer-contact i {
  color: #dc3545;
  /* Red */
  margin-right: 10px;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.vs-footer-contact a {
  color: #fff;
  /* Gray */
  text-decoration: none;
  transition: color 0.3s ease;
}

.vs-footer-contact a:hover {
  color: #dc3545;
  /* Red */
}

.vs-footer-contact a:hover i {
  color: #ffffff;
  /* White */
}

.vs-footer-bottom {
  border-top: 1px solid #444444;
  /* Dark Gray */
  padding-top: 25px;
  margin-top: 40px;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  /* Light Gray */
}

.vs-footer-bottom p {
  margin: 0;
}

.vs-footer-bottom strong {
  color: #ffffff;
  /* White */
}

/* Responsive Design */
@media (max-width: 992px) {
  .vs-footer .col-lg-4 {
    text-align: center;
    margin-bottom: 40px;
  }

  .vs-footer-social {
    justify-content: center;
  }

  .vs-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .vs-footer {
    padding: 40px 0;
  }

  .vs-footer h4 {
    font-size: 1.3rem;
  }

  .vs-footer-contact p {
    font-size: 0.9rem;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .vs-footer-bottom {
    font-size: 0.85rem;
  }
}


.vs-footer-social {
  display: flex;
}

.vs-footer .text-muted {
  color: #fff !important;
}

@media (min-width: 992px) {
  .vs-footer-link {
    padding-left: 70px !important;
  }
}

.why-us-panel {
  padding-bottom: 60px !important;
}

@media (max-width: 991px) {
  .header .sub-menu .nav-item {
    width: 95% !important;
  }
}

@media (max-width: 425px) {
  .custom-logo {
    width: 170px !important;
  }
}

@media (max-width: 1199px) {
  .counter-panel {
    margin: 40px 0 0 0 !important;
    /* Adjusted margin for smaller screens */
  }
}

@media (max-width: 767px) {
  .vs-footer-link {
    text-align: center;
    margin: 50px 0 30px 0 !important;
  }

  .vs-footer-bottom {
    margin-top: 0px !important;
  }

  .vs-footer p {
    text-align: center !important;
  }
}

.home-banner-btn {
  display: flex;
  gap: 30px;
  justify-content: start;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .home-banner-btn {
    justify-content: center;
    margin-top: -40px;
  }
}

body .btn-white {
  color: #fff !important;
  ;
  background: transparent !important;
  border: 2px solid #fff !important;
}

body .btn-white:hover {
  color: #E31E25 !important;
  ;
  background: #fff !important;
}

/* .red-btn:hover  {
  color: #E31E25 !important;; 
  background: #fff !important; 
} */


/* Hero Form Wrapper */
/* .hero-form-wrapper {
  background: #ffffff;
  padding: 35px 25px;
  max-width: 450px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10); 
  margin: 0 auto;
} */

/* Form Title */
/* Title Styling */
.hero-form-title {
  font-size: 26px;
  font-weight: 700;
  color: #d60000;
  text-align: center;
  margin-bottom: 30px;
}

/* Form Group */
.hero-form-group {
  margin-bottom: 18px;
}

/* General Input and Select Styling */
.hero-form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f8f8f8;
  font-size: 16px;
  color: #333;
  appearance: none;
  transition: all 0.3s ease;
  height: 50px;
  box-sizing: border-box;
}

.hero-form-control:focus {
  background: #fff;
  border-color: #d60000;
  box-shadow: 0 0 0 3px rgba(214, 0, 0, 0.2);
  outline: none;
}

.hero-servicefield p span {
  width: 100% !important;
}

.hero-servicefield p {
  width: 100% !important;
}

@media (max-width: 767px) {

  .hero-servicefield p span,
  .hero-submit-btn {
    max-width: 384px !important;
  }

  .about-us-home .content-box .appoinment-btn-box {
    text-align: center !important;
  }

  .home-story-section .appoinment-btn-box {
    text-align: center !important;
  }
}

#servicefield {
  padding: 0.5em 2rem;
  border-radius: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

#servicefield:focus {
  border-color: green;
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
}

/* Submit Button */
.hero-submit-btn {
  width: 100%;
  padding: 14px;
  background: #d60000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.hero-submit-btn:hover {
  background: #a80000;
}

/* Responsive Design */
@media (max-width: 576px) {
  .hero-form-wrapper {
    padding: 25px 20px;
  }

  .hero-form-title {
    font-size: 24px;
  }
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 576px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.services__card {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.services__card-icon {
  color: #D32F2F;
  margin-bottom: 1rem;
}

.services__card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #212121;
}

.services__card-description {
  color: #616161;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  min-height: 80px;
}

.services__card-link {
  display: flex;
  align-items: center;
  color: #D32F2F;
  font-weight: 500;
  font-size: 0.875rem;
}

.services__card-link svg {
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.services__card-link:hover svg {
  transform: translateX(5px);
}

.industries__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .industries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .industries__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.industries__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industries__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.industries__icon {
  color: #D32F2F;
  margin-bottom: 1rem;
}

.industries__name {
  font-size: 1.125rem;
  font-weight: 500;
}

.industries__item .industries__icon i:before {
  font-size: 40px;
}

.industries-panel .comman-title-box h6 {
  color: white;
}

.industries-panel .comman-title-box h2 {
  margin: 10px 0;
}

.industries-panel .comman-title-box p {
  color: white;
  margin-bottom: 50px !important;
}




/* About page css */

.mission-vision__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .mission-vision__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .mission-vision__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mission-vision__item {
  text-align: center;
  padding: 1.5rem;
  background-color: #f5f5f5; /* light gray */
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.mission-vision__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.1); /* light red overlay */
  transition: all 0.5s ease;
  z-index: 0;
}

.mission-vision__item:hover::before {
  left: 0;
}

.mission-vision__item:hover {
  background-color: #fff; /* white background on hover */
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); /* stronger black shadow */
  color: #000; /* text color black on hover */
}

.mission-vision__item * {
  position: relative;
  z-index: 1;
}

.mission-vision__icon {
  color: #D32F2F;
  margin-bottom: 1rem;
}
.mission-vision__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.mission-vision__description {
  color: #616161;
}

.mission-vision__grid .mission-vision__item .mission-vision__icon i:before {
  font-size: 45px;
}

.mission-vision__button {
  display: inline-block;
  margin-top: 1rem;
  padding: 10px 20px;
  background-color: #d60000; /* red branding color */
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 14px;
}

.mission-vision__button:hover {
  background-color: red;
  transform: translateY(-3px);
  color: white;
}



.footer {
  /* background-color: #212121; */
  color: #FFFFFF;
  padding: 3rem 0 1.5rem;
      background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), 
                url('http://vinaysabhaya.com/wp-content/uploads/2025/05/footerbg.avif') 
                center/cover no-repeat;
    color: #ffffff; /* Ensures white text */
    z-index: 1;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__column:first-child {
    grid-column: span 1;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}
.footer__logo-text {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer__description {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
}
.footer__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #D32F2F;
}
.footer__links {
  list-style: none;
}
.footer__links li {
  margin-bottom: 0.5rem;
}
.footer__link {
  color: #fff;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.footer__link:hover {
  color: #D32F2F;
}
.footer__contact {
  list-style: none;
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.footer__contact-item svg {
  color: #D32F2F;
  margin-right: 0.5rem;
  margin-top: 3px;
}
.footer__contact-link {
  color: #fff;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.footer__contact-link:hover {
  color: #D32F2F;
}
.footer__address {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.6;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 1.5rem;
  text-align: center;
}
.footer__copyright {
  color: #fff;
  font-size: 0.75rem;
}

#about-us-about-img {
 max-height: 570px;
 object-fit: contain !important;
}

.faq {
  padding: 3rem 0;
  background-color: #f5f5f5;
}
.faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.section-header__subtitle {
  color: #D32F2F;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.section-header__title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.section-header__description {
  color: #616161;
  max-width: 600px;
  margin: 0 auto;
}

.faq__accordion {
  margin-top: 2rem;
}
.faq__item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.faq__item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: scale(1.02);
}

.faq__question {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.3s ease;
}
.faq__question:hover {
  color: #D32F2F;
}
.faq__question--active {
  color: #D32F2F;
}
.faq__icon {
  transition: transform 0.4s ease;
}
.faq__question--active .faq__icon {
  transform: rotate(180deg) scale(1.2);
}

.faq__answer {
  padding: 0 1.5rem;
  color: #616161;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.6s ease, opacity 0.4s ease, padding 0.4s ease;
}
.faq__answer--active {
  padding: 1.5rem;
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

