html,body{
    font-family: "Manrope", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Manrope", sans-serif;
}
p{
    font-family: "Manrope", sans-serif;
    font-size: 15px;
}
a{
    font-family: "Manrope", sans-serif;
    text-decoration: none;
}
h1, h2, h3 {
  font-weight: 800;
  font-size: 38px;
}

/* Navbar - start */
.navbar{
  padding: 0px;
}
.navbar-brand img{
  width: 100px;
}
.nav-link{
  padding: 24px 20px !important;
  text-decoration: none;
  font-weight: 600;
  color: #2f4255;
  position: relative;
  padding-bottom: 5px;
  transition:color .25s ease;
  background-image:linear-gradient(#fe5900, #fe5900);
  background-position:0 100%;
  background-repeat:no-repeat;
  background-size:0% 2px;
font-size: 20px
}
.nav-link:hover{
  color: #2666af;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border: 0px !important;
  background: #2665ae;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.dropdown-menu {
  padding: 8px !important;
  border-radius: 0px !important;
  background: #2666af;
  border-radius:12px !important;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
  transition:opacity .2s ease, transform .2s ease, visibility .2s step-end;
}
.dropdown-menu .dropdown-item {
  border-radius:10px;
  padding: 10px 20px !important;
  color:#fff; 
  text-decoration:none; 
  font-weight:500;
  transition: background .18s ease, transform .18s ease;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #497ab13b;
  transform:translateX(2px); 
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* Navbar - ends */


/* Gallery area - start */
section#work-results {
  background-color: #ebf2f8;
  padding: 60px 0;
}
section#work-results h2 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
}
section#work-results h2 span {
  color: #2566af;
}
section#work-results p {
  text-align: center;
  color: #333;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
}
.carousel-inner img {
  border-radius: 10px;
  border: 2px solid #2566af;
  width: 100%;
  height: auto;
}
.carousel-control-prev, .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2566af;
  border-radius: 50%;
}
.carousel-control-prev i, .carousel-control-next i {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  section#work-results h2 {
    font-size: 28px;
  }
  .carousel-inner img {
    border-radius: 10px;
  }
}
/* Gallery area - end */


.section{
  padding: 46px 0px;
}
.main-heading{
    font-size: 36px;
    font-weight: 700;
    color: #2f4154;
}
.main-heading span {
    color: #2566AF;
}
.sub-heading{
  color: #000;
  font-size: 30px;
  margin-bottom: 2rem;
}
.main-text{
  color: #666;
  font-size: 16px;
  margin-bottom: 2rem;
}
.text-para{
  font-size: 15px;
  color: #555;
}


/* Banner area */
.banner-area{
  padding: 120px 0px;
  background-color:#083d77;
}
.banner-title{
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.banner-link{
  font-size: 18px;
  font-weight: 500;
  color: #eee;
  text-align: center;
}
.breadcrumb,
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item, a{
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
/* Banner area - end */

.stats-box {
  background-color: #4BAF50;
  border-radius: 10px;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}
.stats-box .stat {
  padding: 10px 0;
  border-left: 1px solid #ffffff;
}
.stats-box .stat:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .stats-box .stat {
    border-left: none;
    border-top: 1px solid #ffffff;
  }
  .stats-box .stat:first-child {
    border-top: none;
  }
}


/* About Us - start */
.about-section h5 {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.about-section h2 span {
  color: #2566AF;
}
.about-section p {
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.about-section p span {
  color: #2566AF;
  font-weight: 600;
}
.btn-primary-custom {
  background-color: #2566AF;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
.btn-primary-custom:hover {
  background-color: #1e5b9e;
}
.btn-outline-custom {
  border: 2px solid #2566AF;
  color: #2566AF;
  border-radius: 8px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 15px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.btn-outline-custom:hover {
  background-color: #2566AF;
  color: #fff;
}
.about-images {
  position: relative;
}
.about-images img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.about-images .img-small {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 65%;
  border: 5px solid #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  border-radius: 12px;
}
.about-images .img-small {
  border: 3px solid #2566AF;
}
@media (max-width: 991px) {
  .about-images {
    margin-top: 60px;
  }
}
/* About Us - end */


/* Clearing services - start */
.section-heading {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
.section-heading span {
  color: #2566AF;
}
.subheading {
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-bottom: 40px;
}
.service-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #eee;
  padding: 35px 20px;
  text-align: center;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.service-card i {
  font-size: 45px;
  color: #2566AF;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.service-card:hover i {
  color: #4BAF50;
}
.service-card h5 {
  font-weight: 700;
  color: #0b2239;
  margin-top: 10px;
}
.service-card p {
  color: #444;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.6;
}
.service-cta-section {
  background-color: #4BAF50;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 35px 20px;
  margin-top: 60px;
}
.service-cta-section h4 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 34px;
}
.service-cta-btn {
  background-color: #fff;
  color: #4BAF50;
  font-weight: 700;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.service-cta-btn:hover {
  background-color: #2566AF;
  color: #fff;
}
@media (max-width: 767px) {
  .section-heading {
    font-size: 26px;
  }
  .service-card {
    margin-bottom: 20px;
  }
}
/* Cleaning service- ends */

/* Services - start */
.popular-service-section {
  position: relative;
  background-color: #EBF2F8;
  color: #fff;
  padding: 50px 0px;
  text-align: center;
  z-index: 2;
}
.popular-service-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background-color: #2566AF;
 z-index: -1;
}
.popular-service-section h2 {
  font-size: 36px;
  font-weight: 700;
}
.popular-service-section p {
  font-size: 1rem;
  margin-top: 10px;
}
.popular-service-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: transform 0.3s;
}
.popular-service-card:hover {
  transform: translateY(-5px);
}
.popular-service-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.popular-service-card .card-body {
  padding: 20px;
  text-align: center;
}
.popular-service-card h5 {
  font-weight: 600;
  font-size: 1.1rem;
  color: #000;
}
.btn-book {
  background-color: #2566AF;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 20px;
  margin-top: 10px;
}
.btn-book:hover{
	background-color: #2566AF;
}
@media (max-width: 576px) {
  .service-card img {
    height: 140px;
  }
}
/* Service - ends */


/* Exclusive Offers - starts */
.pricing-section {
    padding: 4rem 1rem;
}

.pricing-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 2rem;
}

.section-heading {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.section-description {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
}

.pricing-table {
    margin-top: 2rem;
}

.table-header tr th{
    background-color: #4267B2;
    color: white;
}

.table-header th {
    padding: 1rem 1.5rem;
    font-weight: 600;
}

.table-header th:first-child {
    border-top-left-radius: 0.5rem;
}

.table-header th:last-child {
    border-top-right-radius: 0.5rem;
}

.deep-cleaning-header {
    background-color: #365899 !important;
}

.pricing-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s;
}

.pricing-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.pricing-table table tbody tr:hover {
    background-color: #eff6ff !important;
}

.pricing-table tbody td {
    padding: 1rem 1.5rem;
}

.deep-cleaning-cell {
    background-color: rgba(239, 246, 255, 0.5);
    color: #4267B2;
    font-size: 1.25rem;
    font-weight: 600;
}

.cta-section-2 {
    margin-top: 2rem;
    background-color: #eff6ff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
}
.cta-section-2 .cta-text {
    color: #374151;
    margin-bottom: 1rem;
}
.cta-section-2 .highlight-text {
    color: #4267B2;
    font-weight: 600;
}
.cta-section-2 .btn-primary-custom {
    background-color: #4267B2;
    border: none;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    transition: background-color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.cta-section-2 .btn-primary-custom:hover {
    background-color: #365899;
    color: white;
}

/* Mobile Card Styles */
.mobile-pricing-card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #f9fafb;
    margin-bottom: 1rem;
}

.mobile-card-title {
    color: #4267B2;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

.mobile-price-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.mobile-price-row:last-child {
    border-bottom: none;
}

.mobile-deep-cleaning {
    background-color: #eff6ff;
    margin: 0 -1rem;
    padding: 0.75rem 1rem;
}

.mobile-deep-cleaning .mobile-price-label {
    color: #1f2937;
    font-weight: 600;
}

.mobile-deep-cleaning .mobile-price-value {
    color: #4267B2;
    font-weight: 600;
}

.mobile-price-label {
    color: #6b7280;
}

.mobile-price-value {
    color: #1f2937;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .section-heading {
        font-size: 1.5rem;
    }
}


/* Exclusive Offers - ends */


/* Why choose us - start */
.why-choose-section {
  position: relative;
  padding: 60px 0;
  background-color: #ffffff;
  z-index: 1;
}
.why-choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background-color: #eef2f6;
  z-index: 0;
}
.why-choose-section .container {
  position: relative;
  z-index: 2;
}
.why-choose-section h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.why-choose-section h2 span {
  color: #2566af;
}
.why-choose-section p.lead {
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}
.why-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  height: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  margin-left: -15px; /* for overlap */
  transition: all 0.3s ease;
  z-index: 1;
}
.why-box.highlight {
  background-color: #2566af;
  color: #ffffff;
  border: none;
}
.why-box i {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
  color: #2566af;
}
.why-box.highlight i {
  color: #ffffff;
}
.why-box h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
.why-box p {
  font-size: 15px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .why-box {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/* Why choose us - end */

/* hire - start */
.hire-section {
  background-color: #2566af;
  border-radius: 10px;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.hire-section h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}
.hire-section p.sub-text {
  font-size: 16px;
  margin-bottom: 40px;
  color: #e8e8e8;
}
.hire-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.hire-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
.hire-card i {
  font-size: 40px;
  color: #2566af;
  margin-bottom: 20px;
}
.hire-card h5 {
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}
.hire-card p {
  color: #555;
  font-size: 15px;
  margin: 0;
}
.arrow-right {
  font-size: 28px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .arrow-right {
    display: none;
  }
  .hire-card {
    margin-bottom: 20px;
  }
}
/* Hire - ends */


/* FAQ - starts */
.faq-section {
  padding: 80px 0;
  text-align: center;
}
.faq-section h2 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 40px;
}
.faq-section h2 span {
  color: #2566af;
}
.faq-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.faq-box {
  background-color: #f8faff;
  border-radius: 10px;
  padding: 18px 25px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: left;
}
.faq-box:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #111;
}
.faq-question i {
  background-color: #2566af;
  color: #fff;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
}
.faq-answer {
  display: none;
  padding-top: 10px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}
.faq-box.active .faq-answer {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767px) {
  .faq-section h2 {
    font-size: 28px;
  }
  .faq-image {
    margin-bottom: 30px;
  }
}
/* FAQ - ends */

/* Clients - starts */
/* Slider Container */
.client-slider {
    display: flex;
    width: max-content;
    animation: slideLeft 25s linear infinite;
}
/* Slow Moving Animation */
@keyframes slideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.client-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    min-width: 200px;
    box-shadow: rgba(0,0,0,0.08) 0px 4px 12px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-right: 30px;
}
.client-box img {
    width: 100%;
    max-width: 160px;
    object-fit: contain;
}
.client-box:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0,0,0,0.2) 0px 8px 20px;
}
@media(max-width: 767px) {
    .client-box {
        min-width: 140px;
        height: 120px;
    }
}
/* Clients - end */


/* CTA - start */
.cta-section {
  background: #4BAF50 url('../images/call-to-action-bg-image.webp');
  color: #fff;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
}
.cta-content h2 {
  font-weight: 700;
  font-size: 36px;
}
.cta-content p {
  font-size: 1.1rem;
  margin-top: 20px;
  line-height: 1.6;
}
.cta-btns .btn {
  border-radius: 6px;
  padding: 12px 25px;
  font-weight: 600;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.btn-primary {
  background-color: #2566AF;
  border: none;
}
.btn-primary:hover {
  background-color: #1d528a;
}
.btn-whatsapp {
  background-color: #25D366;
  border: none;
  color: #fff;
}
.btn-whatsapp:hover {
  background-color: #1eb55b;
}
.cta-image img {
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .cta-section {
    text-align: center;
  }
  .cta-content {
    margin-bottom: 30px;
  }
}
/* CTA- ends */


/* Contact us - start */
.contact-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 30px;
  margin-top: 30px;
}
.contact-header {
  background-color: #2E6BD6;
  color: white;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}
.info-box {
  border-right: 1px solid #ddd;
  padding: 15px;
}
.info-icon {
  font-size: 22px;
  margin-right: 10px;
  color: #2E6BD6;
}
.form-section h4 {
  font-weight: bold;
  margin-bottom: 25px;
}
.btn-custom {
  background-color: #4BAF50;
  color: white;
}
.btn-custom:hover {
  background-color: #3a9641;
}
.contact-card label {
  font-weight: 500;
}
/* Contact us - end */


/* Main Content Area */
.main-content {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e3f2fd 0%, #f5f5f5 100%);
}

/* Footer Styles */
footer {
    background-color: #111111;
    color: #ffffff;
}

.footer-section {
    padding: 48px 0;
}

.footer-links-section {
    padding: 48px 0;
    border-top: 1px solid #2d2d2d;
}

.sub-footer {
    padding: 24px 0;
    border-top: 1px solid #2d2d2d;
}

/* Logo Styles */
.logo-box {
    width: 48px;
    height: 48px;
    background-color: #2563eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

/* Section Headings */
.section-heading {
    color: #ffffff;
    font-size: calc(1em + 2px);
    padding-bottom: 8px;
    border-bottom: 2px solid #2563eb;
    display: inline-block;
    margin-bottom: 24px;
}

/* Company Description */
.company-description {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
}

/* WhatsApp Button */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #16a34a;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 8px;
}

.whatsapp-btn:hover {
    background-color: #15803d;
    color: white;
    text-decoration: none;
}

/* Contact Items */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #d1d5db;
    margin-bottom: 16px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-item:hover {
    color: #ffffff;
    text-decoration: none;
}

.contact-icon {
    color: #3b82f6;
    font-size: 20px;
    margin-top: 2px;
    transition: transform 0.2s ease;
}

.contact-item:hover .contact-icon {
    transform: scale(1.1);
}

.contact-label {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.contact-value {
    color: inherit;
}

/* Map Image */
.map-container {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #2d2d2d;
    transition: border-color 0.3s ease;
    text-decoration: none;
}

.map-container:hover {
    border-color: #3b82f6;
}

.map-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.map-container:hover .map-image {
    transform: scale(1.05);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
font-size: 15px
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.social-icon {
    color: #9ca3af;
    font-size: 20px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.social-icon:hover {
    color: #ffffff;
    transform: scale(1.1);
}

/* Copyright & Legal */
.copyright {
    color: #9ca3af;
    font-size: 14px;
}

.legal-links {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 14px;
}

.legal-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}

.legal-links a:hover {
    color: #ffffff;
}

.legal-separator {
    color: #4b5563;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer-section,
    .footer-links-section {
        padding: 32px 0;
    }

    .section-heading {
        font-size: calc(0.95em + 2px);
    }

    .sub-footer .row > div {
        margin-bottom: 16px;
        text-align: center !important;
    }

    .social-icons {
        margin: 16px 0;
    }

    .legal-links {
        justify-content: center;
    }

    .map-image {
        height: 180px;
    }

    .footer-links-section .col-6 {
        margin-bottom: 24px;
    }
}

@media (max-width: 576px) {
    .footer-links-section .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Services page - start */
.service-title {
    font-size: 38px;
    font-weight: 700;
    color: #2566AF;
    line-height: 1.3;
}
.service-text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    line-height: 1.8;
}
.service-list i {
    color: #2566AF;
    margin-right: 10px;
    background: #e5eef9;
    padding: 10px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .service-title { font-size: 28px; }
    .left-images img { margin-bottom: 15px; }
}


.service-2-bg {
    background-color: #EBF2F8;
}
.service-card2 {
    border-radius: 12px;
    background: #ffffff;
    border: none;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}
.service-card2 img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.service-card2-cta-bar {
    background: #4BAF50;
    padding: 30px 20px;
    border-radius: 12px;
    margin-top: 40px;
}
.service-card2-cta-bar h5 {
    color: #ffffff;
    margin-bottom: 15px;
}

/* Services page - end */


/* ABout Us - page */
.highlight {
  color: #2566af;
}
.about-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.info-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-box li {
  margin-bottom: 10px;
  font-size: 15px;
}
.info-box li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #28a745;
}
.about-buttons .btn {
  margin-top: 15px;
  margin-right: 10px;
  border-radius: 5px;
}
.btn-blue {
  background-color: #2566af;
  color: white;
}
.btn-blue:hover {
  background-color: #1e4d8d;
}
.btn-whatsapp {
  background-color: #25d366;
  color: white;
}
.btn-whatsapp i {
  margin-right: 6px;
}
.about-image {
  width: 100%;
  border-radius: 10px;
}
/* About us - end */


.floating-buttons {
position: fixed;
right: 20px;
bottom: 20px;
display: flex;
flex-direction: column;
gap: 15px;
z-index: 1000;
}

/* WhatsApp Button */
.whatsapp-btn {
width: 60px;
height: 60px;
background-color: #25D366;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
text-decoration: none;
animation: bounce 2s infinite;
}

.whatsapp-btn:hover {
background-color: #20BA5A;
transform: scale(1.1);
color: white;
}

.whatsapp-btn i {
font-size: 28px;
}

/* Call Button */
.call-btn {
width: 60px;
height: 60px;
background-color: #0d6efd;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
text-decoration: none;
}

.call-btn:hover {
background-color: #0b5ed7;
transform: scale(1.1);
color: white;
}

.call-btn i {
font-size: 26px;
}

/* Scroll to Top Button - Left Side */
.scroll-top-btn {
position: fixed;
left: 20px;
bottom: 20px;
width: 50px;
height: 50px;
background-color: #343a40;
color: white;
border: none;
border-radius: 50%;
display: none;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
cursor: pointer;
transition: all 0.3s ease;
z-index: 1000;
}

.scroll-top-btn:hover {
background-color: #212529;
transform: scale(1.1);
}

.scroll-top-btn i {
font-size: 24px;
}

.scroll-top-btn.show {
display: flex;
}

/* Bounce Animation */
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-10px);
}
60% {
transform: translateY(-5px);
}
}

/* Tooltip */
.btn-tooltip {
position: absolute;
right: 70px;
top: 50%;
transform: translateY(-50%);
background-color: #212529;
color: white;
padding: 8px 12px;
border-radius: 6px;
white-space: nowrap;
font-size: 14px;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}

.whatsapp-btn:hover .btn-tooltip,
.call-btn:hover .btn-tooltip {
opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
.floating-buttons {
right: 15px;
bottom: 15px;
gap: 12px;
}

.whatsapp-btn,
.call-btn {
width: 50px;
height: 50px;
}

.whatsapp-btn i {
font-size: 24px;
}

.call-btn i {
font-size: 22px;
}

.scroll-top-btn {
left: 15px;
bottom: 15px;
width: 45px;
height: 45px;
}

.scroll-top-btn i {
font-size: 20px;
}

.btn-tooltip {
display: none;
}
}



@media only screen and (max-width: 680px) {
  .section {
    padding: 44px 0px;
  }
  h1, h2, h3 {
    font-weight: 800;
    font-size: 30px;
  }
  .main-heading{
      font-size: 22px;
  }
  .banner-area{
      padding: 40px 0px;
  }
  .banner-title{
      font-size: 24px;
      line-height: normal;
  }
  .nav-link{
    padding: 10px 10px !important;
    border-bottom: 1px solid #ddd;
  }
  .service-card .service-title{
    font-size: 20px;
  }
  .hero{
      position: relative;
      top: unset;
      left: unset;
      transform: unset;
      width: 100%; /* adjust as needed */
      z-index: 5;
    }
    .hero:after{
      content:""; position:absolute; inset:0; pointer-events:none;
      background: radial-gradient(40rem 18rem at 50% 5%, rgba(255, 255, 255, .06), transparent 40%), linear-gradient(180deg, rgba(255, 176, 70, .35), #212529);
    }
}