@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css);
@import url(https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.css);
body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  line-height: 1.6;
  letter-spacing: -1px;
  font-size: 18px !important;
}
@media (max-width: 768px) {
  body {
    font-size: 16px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 48px !important;
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px !important;
  }
}

h2 {
  font-size: 42px !important;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px !important;
  }
}

a {
  color: #ffffff;
  text-decoration: none !important;
}

.btn-danger {
  background-color: #e30613;
  border-color: #e30613;
  border-radius: 5px !important;
  font-weight: bold;
  padding-inline: 1.5rem !important;
  padding-block: 1rem !important;
  letter-spacing: 0px;
  font-size: 20px;
  text-transform: uppercase;
}
.btn-danger:hover {
  background-color: rgb(177.313304721, 4.686695279, 14.8412017167);
  border-color: rgb(177.313304721, 4.686695279, 14.8412017167);
}

.text-danger {
  color: #e30613 !important;
  text-decoration: underline !important;
}

.bg-danger {
  background-color: #e30613 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.header .placeholder-logo {
  font-weight: 800;
  font-size: 1.5rem;
}
.header .phone-number {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .phone-number i {
  color: #e30613;
}
.header .phone-number span {
  color: #ffffff;
}
.header .btn-danger {
  padding-inline: 1rem !important;
  padding-block: 0.5rem !important;
  font-size: 16px !important;
  letter-spacing: -1px !important;
  text-transform: capitalize;
}
.header .btn-danger::after {
  content: "→";
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 768px) {
  .header {
    padding-top: 20px;
  }
  .header .placeholder-logo {
    margin-bottom: 20px;
  }
  .header .placeholder-logo img {
    width: 100%;
  }
  .header .d-flex {
    flex-direction: column;
  }
  .header .contact-info {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding-block: 0px !important;
  }
}
.hero-section .hero-content {
  padding-top: 80px;
  padding-bottom: 40px;
}
.hero-section .hero-content .desc {
  max-width: 850px;
  margin: 0 auto;
}
.hero-section .hero-content .row {
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(28, 28, 30, 0.5);
  align-items: center;
}
.hero-section .hero-content .row .feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-section .hero-content .row .feature-item p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0px !important;
}
.hero-section .feature-item i {
  font-size: 2rem;
  color: #e30613;
}
.hero-section .feature-item p {
  font-size: 0.9rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .hero-section .feature-item {
    margin-bottom: 20px;
  }
}
.hero-section .hero-car-image {
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
}
.hero-section .hero-car-image .placeholder-image {
  height: 400px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .hero-section .hero-car-image .placeholder-image {
    box-shadow: unset;
    height: auto;
  }
  .hero-section .hero-car-image .placeholder-image img {
    width: 100%;
  }
}
.hero-section .hero-red-box {
  padding-top: 140px;
  padding-bottom: 60px;
  border-radius: 50px 50px 0px 0px;
}
.hero-section .hero-red-box .container {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .hero-section .hero-red-box .container {
    margin-top: 40px;
  }
}
.hero-section .hero-red-box .service-icon-box {
  border-radius: 6px;
  padding: 30px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #c00113;
  height: 200px;
}
.hero-section .hero-red-box .service-icon-box img {
  margin-bottom: 10px;
}
.hero-section .hero-red-box .service-icon-box p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-section .hero-red-box .service-icon-box .divider {
  width: 40px;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.2);
}
.hero-section .hero-red-box .service-icon-box:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hero-section .hero-red-box .cta-bottom {
  background-color: #e2001a;
  padding: 60px 30px;
  text-align: center;
}
.hero-section .hero-red-box .cta-bottom .cta-label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hero-section .hero-red-box .cta-bottom .cta-phone-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 35px;
}
.hero-section .hero-red-box .cta-bottom .cta-phone-row .line {
  flex: 1;
  max-width: 300px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.hero-section .hero-red-box .cta-bottom .cta-phone-row .phone-number {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  white-space: nowrap;
}
.hero-section .hero-red-box .cta-bottom .cta-phone-row .phone-number a {
  color: inherit;
  text-decoration: none;
}
.hero-section .hero-red-box .cta-bottom .cta-button {
  display: inline-block;
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 18px 45px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.hero-section .hero-red-box .cta-bottom .cta-button:hover {
  background-color: rgb(234.6, 234.6, 234.6);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .hero-section .hero-red-box .cta-bottom {
    padding: 40px 20px;
  }
  .hero-section .hero-red-box .cta-bottom .container {
    margin-top: 0px;
  }
  .hero-section .hero-red-box .cta-bottom .cta-phone-row {
    flex-direction: column;
    gap: 10px;
  }
  .hero-section .hero-red-box .cta-bottom .cta-phone-row .line {
    display: none;
  }
  .hero-section .hero-red-box .cta-bottom .cta-phone-row .phone-number {
    font-size: 30px;
  }
}

.about-section {
  background-color: #ffffff;
  padding-block: 100px;
}
.about-section h2 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .about-section h2 {
    font-size: 24px;
  }
}
.about-section p {
  line-height: 1.8;
  font-size: 20px;
}
.about-section .placeholder-image {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .placeholder-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.about-section .row {
  margin-bottom: 60px;
}
.about-section .row a {
  display: none;
}
.about-section .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .about-section .row:last-child {
    flex-direction: row-reverse;
  }
}
.about-section .row:last-child a {
  display: inline-block;
}
@media (max-width: 768px) {
  .about-section .row {
    flex-direction: column-reverse;
  }
  .about-section .row h2 {
    margin-top: 30px;
  }
  .about-section .row p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-section .order-md-2,
  .about-section .order-md-1 {
    order: initial !important;
  }
  .about-section .row {
    margin-bottom: 40px;
  }
}

.advantages-section {
  background-color: #0d0d0d;
  padding-block: 100px;
}
.advantages-section h2 {
  font-weight: 700;
  margin-bottom: 8px;
}
.advantages-section p {
  margin-bottom: 0;
  max-width: 500px;
}
.advantages-section .row.g-0 .col-md-4 {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.advantages-section .row.g-0 .col-md-4.bg-white h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.advantages-section .row.g-0 .col-md-4.bg-white p {
  line-height: 1.7;
  margin-bottom: 0;
}
.advantages-section .placeholder-image {
  height: 350px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantages-section .placeholder-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .advantages-section .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }
  .advantages-section .row.g-0 .col-md-4 {
    min-height: 200px;
  }
  .advantages-section .placeholder-image {
    min-height: 300px !important;
  }
}

.services-grid {
  background-color: #ffffff;
  padding: 100px 0 160px;
}
.services-grid .row {
  row-gap: 30px;
}
.services-grid .row .col-md-4:nth-child(2n) .service-card .card-content {
  background-color: #e2001a;
}
.services-grid .service-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 580px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-grid .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.services-grid .service-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services-grid .service-card .card-content {
  padding: 30px 25px;
  height: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-grid .service-card .card-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 14px;
}
.services-grid .service-card .card-content h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
}
.services-grid .service-card .card-content p {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-bottom: 0;
}
.services-grid .service-card .card-content {
  background-color: #161616;
}
@media (max-width: 991px) {
  .services-grid .service-card {
    height: 420px;
  }
  .services-grid .service-card img {
    height: 160px;
  }
  .services-grid .service-card .card-content {
    height: calc(100% - 160px);
    padding: 25px 20px;
  }
  .services-grid .service-card .card-content h4 {
    font-size: 24px;
  }
  .services-grid .service-card .card-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .services-grid .row {
    row-gap: 20px;
  }
  .services-grid .service-card {
    height: auto;
  }
  .services-grid .service-card img {
    height: 200px;
  }
  .services-grid .service-card .card-content {
    height: auto;
    padding: 30px 20px;
  }
  .services-grid .service-card .card-content h4 {
    font-size: 24px;
  }
  .services-grid .service-card .card-content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .services-grid .service-card img {
    height: 180px;
  }
  .services-grid .service-card .card-content {
    padding: 25px 18px;
  }
  .services-grid .service-card .card-content h4 {
    font-size: 24px;
  }
  .services-grid .service-card .card-content p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.testimonials-section {
  background-color: #e9e7e7 !important;
  padding-bottom: 100px;
}
.testimonials-section .quote-icon i {
  background-color: #e2001a;
  color: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 80px !important;
  margin-top: -120px;
  margin-bottom: 40px;
}
.testimonials-section > .container > p {
  max-width: 650px;
  margin: 0 auto 40px;
}
.testimonials-section .testimonial-card {
  border-radius: 8px;
  height: 100%;
}
.testimonials-section .testimonial-card .stars {
  letter-spacing: 2px;
}
.testimonials-section .testimonial-card p {
  line-height: 1.7;
  margin-bottom: 15px;
}
.testimonials-section .testimonial-card .fw-bold {
  color: #1a1a1a;
}
.testimonials-section .testimonial-card small {
  font-size: 14px;
}
.testimonials-section .owl-dots {
  margin-top: 20px !important;
}
.testimonials-section .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
.testimonials-section .owl-dots .owl-dot.active span, .testimonials-section .owl-dots .owl-dot:hover span {
  background-color: #e2001a;
}
@media (max-width: 767px) {
  .testimonials-section {
    padding-top: 0px !important;
  }
  .testimonials-section .quote-icon i {
    width: 60px;
    height: 60px;
    font-size: 20px !important;
  }
  .testimonials-section h2 {
    font-size: 24px;
  }
}

.cta-overlay-section {
  padding-top: 80px;
}
.cta-overlay-section .placeholder-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-overlay-section .bg-white {
  border-radius: 15px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35) !important;
  margin-top: 100px;
  position: relative;
  z-index: 9999;
}
.cta-overlay-section .bg-white p {
  line-height: 1.8;
  margin-bottom: 15px;
  letter-spacing: 0px;
  font-weight: bold;
}
.cta-overlay-section .bg-white p:last-of-type {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cta-overlay-section .col-md-6.offset-md-6 {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .cta-overlay-section .bg-white {
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  .cta-overlay-section {
    min-height: auto;
  }
  .cta-overlay-section .placeholder-image {
    position: relative !important;
    height: 250px !important;
  }
  .cta-overlay-section .bg-white {
    margin-top: 0px;
  }
  .cta-overlay-section::after {
    display: none;
  }
}

.section-gallery {
  margin-top: -100px;
  background-color: #e2001a;
  padding: 220px 0 100px;
  position: relative;
  background-image: linear-gradient(rgba(226, 0, 26, 0.85), rgba(226, 0, 26, 0.85)), url("images/sectionbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-gallery h2 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 50px !important;
}
.section-gallery .row {
  row-gap: 25px;
}
.section-gallery .col-md-3 img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-gallery .col-md-3 img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .section-gallery {
    margin-top: 0px;
  }
  .section-gallery .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-gallery .col-md-3 img {
    height: 130px;
  }
}

.process-section {
  background-color: #ffffff;
  padding: 100px 0 100px;
}
.process-section > .container > p {
  margin-bottom: 50px !important;
}
.process-section .row .col-md-6 {
  margin-top: 120px;
}
.process-section .process-item {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 80px 35px 35px;
  height: 100%;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.process-section .process-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.process-section .process-item .process-icon {
  width: 70px;
  height: 70px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.process-section .process-item h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}
.process-section .process-item h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #e2001a;
}
.process-section .process-item p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .process-section .process-item {
    padding: 70px 25px 30px;
    margin-top: 20px;
  }
  .process-section .row .col-md-6 {
    margin-top: 80px;
  }
}

.blog-section {
  background-color: #ffffff;
  padding-bottom: 80px;
}
.blog-section .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.blog-section .section-divider .line {
  flex: 1;
  max-width: 400px;
  height: 1px;
  background-color: #dddddd;
}
.blog-section .section-divider .logo-circle {
  width: 80px;
  height: 80px;
  background-color: #111111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.blog-section .section-divider .logo-circle img {
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-section .blog-card {
  gap: 20px;
}
.blog-section .blog-card .blog-img {
  flex: 0 0 180px;
  max-width: 180px;
  height: 240px;
  border-radius: 6px;
  overflow: hidden;
}
.blog-section .blog-card .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-card .blog-content {
  flex: 1;
  padding-top: 5px;
}
.blog-section .blog-card .blog-content .blog-date {
  color: #e2001a;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.blog-section .blog-card .blog-content h4 {
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 12px;
}
.blog-section .blog-card .blog-content p {
  line-height: 1.7;
  margin-bottom: 15px;
}
.blog-section .blog-card .blog-content .read-more {
  color: #e2001a;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.blog-section .blog-card .blog-content .read-more:hover {
  color: #b50015;
}
@media (max-width: 767px) {
  .blog-section .section-divider .line {
    max-width: 60px;
  }
  .blog-section .blog-card {
    flex-direction: column;
  }
  .blog-section .blog-card .blog-img {
    max-width: 100%;
    width: 100%;
    height: 200px;
  }
}

.faq-section {
  background-color: #e9e7e7 !important;
  padding-block: 100px;
  padding-bottom: 120px;
}
.faq-section .accordion-item {
  background-color: #f5f4f4;
  border-radius: 6px !important;
  overflow: hidden;
}
.faq-section .accordion-header {
  margin-bottom: 0;
}
.faq-section .accordion-button {
  background-color: transparent;
  color: #1a1a1a;
  font-size: 20px;
  padding: 22px 70px 22px 25px;
  position: relative;
  display: block;
  width: 100%;
  box-shadow: none !important;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .faq-section .accordion-button {
    font-size: 18px;
  }
}
.faq-section .accordion-button::after {
  display: none;
}
.faq-section .accordion-button::before {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-color: #111111;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease;
}
.faq-section .accordion-button:not(.collapsed)::before {
  content: "−";
}
.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1a1a1a;
}
.faq-section .accordion-body {
  padding: 0 60px 25px 25px;
  line-height: 1.8;
  color: #555555;
}
.faq-section .accordion-item.mb-3 {
  margin-bottom: 18px !important;
}

.footer-cta {
  position: relative;
  z-index: 10;
  margin-bottom: -235px;
}
.footer-cta .cta-wrapper {
  max-width: 1200px;
  margin: -40px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.footer-cta .cta-left {
  background: #f5f5f5;
  padding: 72px 60px;
}
.footer-cta .cta-left h3 {
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.footer-cta .cta-left p {
  margin: 0;
  line-height: 1.7;
  max-width: 520px;
}
.footer-cta .cta-right {
  background: #e30613;
  padding: 65px 45px;
  color: #fff;
}
.footer-cta .cta-right .phone-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.footer-cta .cta-right .phone-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-cta .cta-right .phone-icon {
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-cta .cta-right .phone-icon i {
  font-size: 1.4rem;
}
.footer-cta .cta-right .phone-text small {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
}
.footer-cta .cta-right .phone-text .phone-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}
.footer-cta .cta-right .btn {
  background: #fff;
  color: #111;
  border: 0;
  min-width: 290px;
  padding: 16px 30px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-cta .cta-right .btn:hover {
  background: #f2f2f2;
}

/* Footer */
.footer {
  padding-top: 290px;
}

/* Tablet */
@media (max-width: 991px) {
  .footer-cta {
    margin-bottom: -80px;
  }
  .footer-cta .cta-left,
  .footer-cta .cta-right {
    padding: 40px;
  }
  .footer-cta .cta-left h3 {
    font-size: 2.3rem;
  }
  .footer-cta .cta-right .phone-text .phone-number {
    font-size: 1.6rem;
  }
  .footer {
    padding-top: 140px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .footer-cta {
    margin-bottom: 0;
    padding-bottom: 0px !important;
  }
  .footer-cta .cta-left,
  .footer-cta .cta-right {
    padding: 30px 25px;
    text-align: center;
  }
  .footer-cta .cta-left h3 {
    font-size: 1.8rem;
  }
  .footer-cta .cta-right .phone-info {
    align-items: center;
  }
  .footer-cta .cta-right .phone-top {
    flex-direction: column;
  }
  .footer-cta .cta-right .btn {
    width: 100%;
    min-width: auto;
  }
  .footer {
    padding-top: 60px;
  }
}
.footer {
  background-color: #000000 !important;
  padding-bottom: 20px;
}
.footer .footer-logo img {
  width: auto;
  height: auto;
}
.footer > .container > p {
  color: #fff !important;
  margin-bottom: 25px !important;
}
.footer .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.footer .social-icons::before, .footer .social-icons::after {
  content: "";
  flex: 1;
  max-width: 280px;
  height: 1px;
  background-color: #333333;
}
.footer .social-icons a {
  width: 38px;
  height: 38px;
  border: 1px solid #555555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
}
.footer .social-icons a:hover {
  background-color: #e2001a;
  border-color: #e2001a;
}
.footer .links {
  color: #999999;
  display: flex;
  flex-direction: column;
}
.footer .links .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.footer .links .menu li::marker {
  display: none !important;
}
.footer .links a {
  color: #cccccc;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s ease;
}
.footer .links a:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer .social-icons::before, .footer .social-icons::after {
    max-width: 40px;
  }
  .footer .footer-logo img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  section {
    padding-block: 80px !important;
  }
}/*# sourceMappingURL=styles.css.map */