/*
Theme Name: SuperClean Cleaning Services
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: SuperClean is specially designed product packaged for cleaning services by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Background Color
  2.3 Section
    - Section Paddings
    - Section Margins
    - Section Title
    - Content width
  2.4 Buttons
    - Primary Buttons
    - Outline Buttons

3. CONTENT ELEMENTS
  - Dropdown
  - Form
  - Svg Color

4. SITE STRUCTURE
  4.1 Header
  4.2 Slider Section
  4.3 Our Services
  4.4 Quote Section
  4.5 Testimonial Section
  4.6 Faqs Section
  4.7 Pagination
    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --accent-color: #14ADEF;
  --black-color: #2C2E2F;
  --light-black-color: #343536;
  --dark-color: #2d2f30;
  --primary-color: #6db3e5;
  --primary-color-200: #E8F0F1;
  --primary-color-400: #c4e9ed;
  --gray-color: #777F81;

  --bs-dark-rgb: 88, 90, 91;

  --bs-gray-100: #F6F6F6;
  --bs-gray-300: #DCDCDC;
  --bs-primary-text-emphasis: var(--primary-color);

  --bs-light-rgb: rgba(255, 255, 255, 1);
  --bs-primary-rgb: rgb(238, 142, 30, 1);
  --light-color: #fdfdfd;
  --swiper-theme-color: #111 !important;
  --cadet-blue-color: #9AB4B7;
}

/* Fonts */
:root {
  /* --heading-font: "Source Sans 3", sans-serif; */
  --body-font: "Helvetica Neue", sans-serif;
}

/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  background-color: var(--light-color);
  font-family: var(--body-font);
  font-size: 1.2rem !important;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: var(--dark-color);
  margin: 0;
}

p {
  color: var(--dark-color);
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: var(--primary-color);
}

.text-light {
  color: var(--light-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-black {
  color: var(--black-color) !important;
}

/* 2.2 Background Color
/*----------------------------------------------*/
.bg-light {
  background-color: var(--light-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-gray {
  background-color: var(--bs-gray-100) !important;
}

.bg-accent-gradient {
  background: linear-gradient(90deg, #18A7E4 0%, #1BADEC 0.01%, #0A9CDB 100%);
}

.bg-primary-200 {
  background-color: var(--primary-color-200) !important;
}

.bg-primary-dim {
  background-color: var(--bs-primary-rgb) !important;
}

/*--------------------------------------------------------------
/** 2.3 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 5.125em;
  padding-bottom: 5.125em;
}

.padding-medium {
  padding-top: 10em;
  padding-bottom: 10em;
}

.padding-large {
  padding-top: 12em;
  padding-bottom: 12em;
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 8.125em;
  margin-bottom: 8.125em;
}

.margin-medium {
  margin-top: 10em;
  margin-bottom: 10em;
}

.margin-large {
  margin-top: 12em;
  margin-bottom: 12em;
}


/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 115%;
}

h4,
h5,
h6 {
  color: var(--light-black-color);
  font-weight: 600;
}

h1 {
  font-size: 3.625rem;
}

h2 {
  font-size: 3.25rem;
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.563rem;
}

h6 {
  font-size: 1.25rem;
}

@media only screen and (max-width: 999px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.95rem;
  }

  h3 {
    font-size: 2.3rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.20rem;
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.9rem;
  }
}

.fs-4 {
  font-size: 1.188rem !important;
  line-height: 164%;
}

/* Section Title */
.section-title p {
  color: var(--primary-color);
}

/* - Content width
--------------------------------------------------------------*/
.container-md {
  max-width: 1465px;
}

.container-lg {
  max-width: 1750px;
}

/* Animation */
@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

/* Animate Slide */
@keyframes slide {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slide {
  -webkit-animation-name: slide;
  animation-name: slide;
}

/*--------------------------------------------------------------
/** 2.4 Buttons
--------------------------------------------------------------*/
.btn {
  font-size: 16px;
  font-weight: 600;
  border-color: var(--primary-color);
  letter-spacing: 1.28px;
  box-shadow: none;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  outline: none;
  width: fit-content;
  text-align: center;
}

.btn:hover {
  background-color: var(--accent-color);
}

.btn:focus {
  box-shadow: none;
}

/* Primary Buttons */
.btn-primary {
  background-color: var(--primary-color);
}

.btn-primary:hover {
  border-color: var(--accent-color);
}

.btn-primary:active {
  background-color: var(--accent-color);
}

/* Outline Buttons */
.btn-outline {
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
  background-color: transparent;
}

.btn-outline:hover {
  color: var(--light-color);
  background-color: var(--dark-color);
}

.btn-outline-small {
  padding: 4px 20px;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
/** 3.CONTENT ELEMENTS
--------------------------------------------------------------*/

/* Dropdown
------------------------------------------------------------- */
.dropdown-item {
  color: var(--dark-color);
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
  color: var(--dark-color);
  background-color: var(--bs-gray-300);
}

/* Form
------------------------------------------------------------- */
.form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: none;
}

.form-check-input:focus {
  border-color: var(--accent-color);
  outline: 0;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

input,
select,
textarea {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

select:focus {
  box-shadow: none;
}

/* Svg Color
------------------------------------------------------------- */
svg.light-color {
  color: var(--light-color);
}

svg.dark-color {
  color: var(--dark-color);
}

svg.light-blue-color {
  color: #5BC4F1;
}

svg.primary-color {
  color: var(--primary-color);
}

svg.accent-color {
  color: var(--accent-color);
}

svg.primary-color-500 {
  color: var(--bs-primary-rgb);
}

/* swiper override */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

/*----------------------------------------------*/
/* 4 SITE STRUCTURE */
/*----------------------------------------------*/

/* 4.1 Header
/*----------------------------------------------*/

a.nav-link {
  text-transform: capitalize;
  color: var(--dark-color);
}

a.nav-link:focus {
  color: var(--dark-color);
}

a.nav-link.active,
a.nav-link:hover {
  color: var(--primary-color) !important;
  outline: none;
}

#primary-header .main-logo-wrapper {
  max-width: 100px;
}

#primary-header .dropdown .search::after {
  content: none;
}

#primary-header .search-dropdown .dropdown-menu {
  width: 260px;
}

#primary-header .search-dropdown .dropdown-menu input {
  min-width: 100%;
}

#primary-header .search-dropdown .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

/* 4.2 Slider Section
/*----------------------------------------------*/

section#hero-image-banner {
  height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--fg-1);
  background-color: #f0f0f0;
  overflow: hidden;
}

section#hero-image-banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
  z-index: 1;
}

section#hero-image-banner .banner-content {
  z-index: 2;
  width: 40%;
  background: rgba(253, 253, 253, 0.90);
}

/* section#hero-video-banner .main-slider-button-next,
.main-slider-button-prev {
  z-index: 111111;
  height: fit-content;
  opacity: 0.9;
} */

/* section#slider .main-slider-button-next.swiper-button-disabled,
.main-slider-button-prev.swiper-button-disabled {
  opacity: 0.6;
} */

@media only screen and (max-width: 999px) {
  section#hero-image-banner .banner-content {
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 100%;
  }
}

/* Our Services
/*----------------------------------------------*/

#our-services {
  background-image: url(../../images/services-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

#our-services .service:hover {
  box-shadow: 0px 0px 0px 14px #E3F2F9;
}

#our-services .service a {
  color: inherit;
  flex-grow: 1;
}

#our-services .service h6 {
  margin-bottom: 1rem;
}

/* Pricing Section
/*----------------------------------------------*/

.price-row {
  display: flex;
  align-items: baseline;
  gap: .5rem;
}

.price-row .dots {
  flex: 1;
  border-bottom: 2px dotted var(--primary-color);
  transform: translateY(-4px);
}

.price-row .price {
  white-space: nowrap;
  font-weight: 500;
}

@media (max-width: 991px) {
  .pricing-item {
    text-align: center;
    /* margin-bottom: 2rem !important; */
  }

  .price-row {
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }

  .price-row .dots {
    display: none;
  }

  .price-row .item-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .price-row .price {
    font-size: 1.2rem !important;
    color: var(--primary-color);
    font-weight: 700;
    white-space: normal;
  }


  .pricing-item .note {
    text-align: center;
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .read-more-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-title {
  color: var(--primary-color);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.item-title {
  font-weight: 500;
}

.note {
  font-size: 1.2rem;
  color: var(--bs-gray-600);
  margin-top: .25rem;
}

.service-description {
  font-size: 0.95rem;
  color: var(--gray-color);
  line-height: 1.6;
}

.read-more-btn {
  font-size: 0.85rem;
  padding: 5px 15px;
  text-transform: none;
  letter-spacing: normal;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.read-more-btn:hover {
  border-color: var(--primary-color);
}

.read-more-btn:active {
  background-color: var(--primary-color) !important;
}

/* Quote Section
/*----------------------------------------------*/
.contact-form select,
.contact-form input,
.contact-form .input-group input {
  height: 60px;
}

/* Testimonial Section
/*----------------------------------------------*/
#testimonial .author-detail img {
  width: 57px;
  height: 57px;
  border-radius: 100px;
}

/* Faqs Section
/*----------------------------------------------*/
.accordion-button {
  font-size: inherit;
}

.accordion .accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  width: 1.5rem;
  height: 1.5rem;
}

.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='minus' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
}

/* Pagination
--------------------------------------------------------------*/
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--dark-color);
  border-color: var(--dark-gray-color);
}

.page-link:hover {
  z-index: 2;
  color: var(--dark-color);
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: var(--dark-color);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--dark-gray-color);
}

.page-link {
  color: var(--dark-color);
}

/* override */
.modal-dialog {
  max-width: 800px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}

.modal-content {
  padding: 0;
  background-color: #f5f3ef;
  border: none;
  border-radius: 0
}

/* override date-time-picker */
div.datetime-container,
div.datetime-container * {
  font-family: var(--body-font);
}

div.datetime-container button.date,
div.datetime-container button.time {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.5rem;
}

div.datetime-container button.date.active {
  border: 1px solid var(--dark-color);
}

div.picker {
  border-radius: 0.5rem;
  box-shadow: 0 1px 10px #cfcfcf;
}

div.picker table td.active,
div.picker table td.time-selected {
  background-color: var(--primary-color);
  color: var(--light-color);
}

/* override Bootstrap */
.contact-form input.form-check-input {
  height: 1em;
}

/* Calculator Section */
.calculator-section {
  max-width: 900px;
  margin: 0 auto;
}

.calc-grid {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#selectedServicesList .list-group-item {
  border-left: 5px solid var(--primary-color);
  margin-bottom: 10px;
  background: #fff;
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  #selectedServicesList .list-group-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left;
  }

  .cart-item-content {
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .cart-item-meta {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 0.75rem;
  }

  .cart-item-price {
    margin-right: 0 !important;
  }
}

#selectedServicesList .list-group-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#addServiceBtn:disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

/* Services Tabs */
#services-tabs .nav-pills .nav-link {
  color: var(--dark-color);
  background-color: #fff;
  border: 1px solid #eee;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: all 0.3s;
}

#services-tabs .nav-pills .nav-link.active,
#services-tabs .nav-pills .nav-link:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: 0 5px 15px rgba(238, 142, 30, 0.3);
}

#services-tabs .tab-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
  #services-tabs .tab-content {
    padding: 15px;
  }
}

#services-tabs .table {
  vertical-align: middle;
}

#services-tabs .table thead th {
  background-color: var(--bs-gray-100);
  color: var(--black-color);
  border-bottom: 2px solid var(--primary-color);
}

/* Testimonial Carousel Navigation */
.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

.testimonial-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.review-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.review {
  flex: 1;
}

.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
  color: var(--primary-color);
  background: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.testimonial-swiper .swiper-button-next:after,
.testimonial-swiper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.testimonial-swiper .swiper-button-next:hover,
.testimonial-swiper .swiper-button-prev:hover {
  background: var(--primary-color);
  color: white;
  transform: scale(1.1);
}

.testimonial-swiper .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.testimonial-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--bs-gray-300);
  opacity: 1;
}

.testimonial-swiper .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

@media (max-width: 768px) {

  .testimonial-swiper .swiper-button-next,
  .testimonial-swiper .swiper-button-prev {
    display: none;
  }
}

.swiper-navigation-icon {
  display: none;
}

/* .video-swiper {
  width: 100%;
  max-width: 400px;
  height: 600px;
} */

.video-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.video-swiper .swiper-button-next,
.video-swiper .swiper-button-prev {
  color: #FFFFFF;
}


.divider-gradient {
  height: 3px;
  background: linear-gradient(to right, transparent, #6db3e5, transparent);
}

#footer .footer-menu .footer-image-wrapper img {
  max-width: 250px;
}

#footer .footer-menu #menu-footer-menu li a {
  font-weight: 600 !important;
}

/* Modal Custom Styles */
.modal-overlay {
  /* background: rgba(0, 0, 0, 0.4); */
  /* backdrop-filter: blur(2px); */
  /* transition: background 0.3s ease; */
}

.modal-content:hover .modal-overlay {
  /* background: rgba(0, 0, 0, 0.5); */
}

.modal-text-content {
  max-width: 600px;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#autoModal .btn-close {
  opacity: 1;
  background-color: #6db3e5;
  padding: 0.8rem;
  transition: all 0.3s ease;
}

#autoModal .btn-close:hover {
  transform: rotate(90deg);
}

.modal-text-content {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  padding: 15px;
}

@media (max-width: 1200px) {
  .modal-text-content {
    padding: 13px;
  }
}

@media (max-width: 1200px) {
  .modal-text-content h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .modal-text-content h2 {
    font-size: 1.4rem !important;
    margin-bottom: 0.5rem !important;
  }

  .modal-text-content h3 {
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
  }

  .modal-text-content {
    width: 95%;
    padding: 1.25rem !important;
  }

  .modal-body img {
    max-height: 45vh !important;
  }

  .modal-text-content .btn-lg {
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
  }
}

/* Cookie Consent Mobile Overrides */
@media (max-width: 600px) {
  #cconsent-bar.ccb--hidden {
    display: none !important;
  }

  #cconsent-bar {
    padding: 1.25rem !important;
  }

  #cconsent-bar .ccb__wrapper {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  #cconsent-bar .ccb__left {
    text-align: center !important;
    margin: 0 0 1rem 0 !important;
  }

  #cconsent-bar .ccb__right {
    width: 100% !important;
    white-space: normal !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
  }

  #cconsent-bar .ccb__right>div {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0.75rem !important;
  }

  #cconsent-bar button.ccb__edit {
    margin: 0 !important;
    order: 3 !important;
  }

  #cconsent-bar button.consent-give {
    width: 100% !important;
    padding: 12px !important;
    font-weight: 700 !important;
  }

  #cconsent-bar button.consent-decline {
    margin: 0 !important;
    width: 100% !important;
    padding: 12px !important;
  }
}

/* Global Mobile Centering */
@media (max-width: 991px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  .fs-4,
  .section-title,
  .section-title p,
  address {
    text-align: center !important;
  }

  /* Center buttons that are width: fit-content */
  .btn {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
  }

  /* Specific section overrides for centering if needed */
  .hero-content,
  .about-content,
  .service-content {
    text-align: center !important;
  }
}