/* Homemakers Pro Custom Theme Colors */
:root {
  /* Primary Theme Color - Red Accent for key elements */
  --tg-theme-primary: #EC2345;
  --tg-theme-secondary: #0047FF; /* Keep original blue for secondary elements */
  
  /* Gradient variations - Red for primary, Blue for secondary */
  --tg-color-gradient: linear-gradient(90deg, #EC2345 0%, #FF4D6D 100%);
  --tg-color-gradient-blue: linear-gradient(90deg, #C3D4FF 0%, #0047FF 100%); /* Keep original blue gradient */
  --tg-color-gradient-hover: linear-gradient(90deg, #D01E3A 0%, #EC2345 100%);
  
  /* Accent color variations */
  --tg-color-accent-light: #FF4D6D;
  --tg-color-accent-dark: #D01E3A;
  --tg-color-accent-rgba: rgba(236, 35, 69, 0.1);
  --tg-color-blue-rgba: rgba(0, 71, 255, 0.1); /* Blue accent for some backgrounds */
}

/* Button Styles */
.tg-btn {
  background: var(--tg-theme-primary) !important;
  border-color: var(--tg-theme-primary) !important;
}

.tg-btn:hover {
  background: var(--tg-color-accent-dark) !important;
  border-color: var(--tg-color-accent-dark) !important;
}

.tg-btn-two {
  background: var(--tg-theme-primary) !important;
  border-color: var(--tg-theme-primary) !important;
  color: white;
}

.tg-btn-two:hover {
  background: var(--tg-color-accent-dark) !important;
  border-color: var(--tg-color-accent-dark) !important;
}

/* Header Action Button */
.header__btn .tg-btn {
  background: var(--tg-theme-primary) !important;
  border-color: var(--tg-theme-primary) !important;
}

.header__btn .tg-btn:hover {
  background: var(--tg-color-accent-dark) !important;
  border-color: var(--tg-color-accent-dark) !important;
}

/* Navigation Active States */
.navigation li.active > a {
  color: var(--tg-theme-primary) !important;
}

.navigation li:hover > a {
  color: var(--tg-theme-primary) !important;
}

/* Mega Menu Links */
.tg-mega-menu-wrap a:hover {
  color: var(--tg-theme-primary) !important;
}

/* Section Titles */
.section__title .sub-title {
  color: var(--tg-theme-primary) !important;
}

/* Counter Numbers */
.counter__item .count {
  color: var(--tg-theme-primary) !important;
}



.services__icon-two i {
  color: var(--tg-theme-primary) !important;
}

/* Testimonial Ratings */
.testimonial__rating i {
  color: var(--tg-theme-primary) !important;
}

/* FAQ Accordion */
.accordion-button:not(.collapsed) {
  
  color: var(--tg-theme-primary) !important;
}

.accordion-button:focus {
  border-color: var(--tg-theme-primary) !important;
  box-shadow: 0 0 0 0.25rem var(--tg-color-accent-rgba) !important;
}

/* Form Elements */
.form-control:focus {
  border-color: var(--tg-theme-primary) !important;
  box-shadow: 0 0 0 0.25rem var(--tg-color-accent-rgba) !important;
}

/* Links */
a {
  color: var(--tg-theme-primary);
}

a:hover {
  color: var(--tg-color-accent-dark);
}

/* Call to Action Sections - Keep blue for some CTA sections */
.cta__area {
  background: var(--tg-color-gradient-blue) !important; /* Keep original blue */
}

.cta__area-two {
  background: #0047FF !important; /* Light blue background */
}

/* CTA Two Button Styling */
.cta__area-two .tg-btn {
  background: #041834 !important; /* Dark navy button to complement light blue */
  border-color: #041834 !important;
  color: #ffffff !important;
}

.cta__area-two .tg-btn:hover {
  background: var(--tg-theme-primary) !important; /* Red on hover */
  border-color: var(--tg-theme-primary) !important;
}

/* CTA Two Text Colors */
.cta__area-two .cta__content-two .title {
  color: #ffffff !important; /* Dark navy title for contrast */
}

.cta__area-two .cta__content-two p {
  color: #ffffff !important; /* Dark navy description for readability */
}

/* Banner Button */
.banner__btn .tg-btn {
  background: var(--tg-theme-primary) !important;
  border-color: var(--tg-theme-primary) !important;
}

.banner__btn .tg-btn:hover {
  background: var(--tg-color-accent-dark) !important;
  border-color: var(--tg-color-accent-dark) !important;
}

/* About Section Icons */
.about__list-box-item .icon i {
  color: var(--tg-theme-primary) !important;
}

/* Care Fundamental Section */
.care-fundamental-list .fas {
  color: var(--tg-theme-primary) !important;
}

/* Footer Links */
.footer__widget a:hover {
  color: var(--tg-theme-primary) !important;
}

/* Social Media Icons */
.footer__social a:hover {
  background: var(--tg-theme-primary) !important;
  border-color: var(--tg-theme-primary) !important;
}

/* Mobile Menu */
.tgmobile__menu .navigation li.active > a {
  color: var(--tg-theme-primary) !important;
}

/* Search Popup */
.search-popup-overlay {
  background: rgba(236, 35, 69, 0.95) !important;
}

/* Scroll to Top */
.scroll__top:hover {
  background: var(--tg-theme-primary) !important;
  border-color: var(--tg-theme-primary) !important;
}

/* Brand Area - Keep blue background */
.brand__area {
  background: var(--tg-color-blue-rgba) !important; /* Keep original blue */
}

/* Services Background - Keep blue background */
.services__bg {
  background: var(--tg-color-blue-rgba) !important; /* Keep original blue */
}

/* Our Services Section Title */
.services__bg .section__title h2 {
  color: #ffffff !important; /* White text for "Our Services" title */
}

.services__bg .section__title p {
  color: #ffffff !important; /* White text for services description */
}

/* How It Works Section - Custom dark navy color */
.services__area.section-py-130 {
  background: #041834 !important; /* Dark navy background */
}

.services__area.section-py-130 .section__title .sub-title {
  color: #ffffff !important; /* White for sub-title */
}

.services__area.section-py-130 .section__title .title {
  color: #ffffff !important; /* White for main title */
}

.services__area.section-py-130 .section__title p {
  color: #ffffff !important; /* White for description */
}

/* New Process Steps Design */
.process-step {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--tg-theme-primary);
}

.step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  z-index: 2;
}

.step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-icon {
  width: 80px;
  height: 80px;
  background: #041834;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.step-icon i {
  font-size: 32px;
  color: #ffffff;
}

.process-step:hover .step-icon {
  background: var(--tg-theme-primary);
  transform: scale(1.1);
}

.step-title {
  font-size: 24px;
  font-weight: 700;
  color: #041834;
  margin-bottom: 15px;
  line-height: 1.3;
}

.step-description {
  color: #041834;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.step-arrow {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--tg-theme-primary);
  z-index: 1;
}

/* Process CTA */
.process-cta {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 50px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta-description {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  opacity: 0.9;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: var(--tg-theme-primary);
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid var(--tg-theme-primary);
}

.cta-button:hover {
  background: transparent;
  color: var(--tg-theme-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(236, 35, 69, 0.3);
}

.cta-button i {
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .step-arrow {
    display: none !important;
  }
  
  .process-step {
    margin-bottom: 30px;
  }
  
  .cta-title {
    font-size: 28px;
  }
  
  .cta-description {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .process-step {
    padding: 30px 20px;
  }
  
  .step-icon {
    width: 60px;
    height: 60px;
  }
  
  .step-icon i {
    font-size: 24px;
  }
  
  .step-title {
    font-size: 20px;
  }
  
  .step-description {
    font-size: 14px;
  }
  
  .process-cta {
    padding: 30px 20px;
  }
  
  .cta-title {
    font-size: 24px;
  }
  
  .cta-button {
    padding: 15px 25px;
    font-size: 16px;
  }
}

/* Testimonial Section - Keep blue background */
.testimonial__area {
  background: var(--tg-color-blue-rgba) !important; /* Keep original blue */
}

/* Call Back Section - Blue background */
.call__back-area {
  background: #0047FF !important; /* Blue background for call back section */
}

/* FAQ Section - Keep blue background */
.faq__area {
  background: var(--tg-color-blue-rgba) !important; /* Keep original blue */
}

/* History/Care Fundamental Section - Keep blue background */
.history__area {
  background: var(--tg-color-blue-rgba) !important; /* Keep original blue */
}

/* Counter Section - Red gradient for emphasis */
.counter__area {
  background: var(--tg-color-gradient) !important;
}

/* About Section - Keep blue background */
.about__area {
  background: var(--tg-color-blue-rgba) !important; /* Keep original blue */
}

/* Mission Vision Cards - Horizontal Layout */
.mission-vision-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.mission-vision-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--tg-theme-primary);
}

.mission-vision-card .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #041834;
  margin-bottom: 20px;
  line-height: 1.3;
}

.mission-vision-card .card-description {
  color: #041834;
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}

/* Responsive adjustments for mission vision cards */
@media (max-width: 991.98px) {
  .mission-vision-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .mission-vision-card {
    padding: 30px 20px;
  }
  
  .mission-vision-card .card-title {
    font-size: 20px;
  }
  
  .mission-vision-card .card-description {
    font-size: 14px;
  }
}

/* Detailed Process Steps */
.detailed-step {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.detailed-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--tg-theme-primary);
}

.step-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.step-icon-small {
  width: 50px;
  height: 50px;
  background: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.step-icon-small i {
  font-size: 20px;
  color: #ffffff;
}

.step-title-small {
  font-size: 18px;
  font-weight: 600;
  color: #041834;
  margin: 0;
  line-height: 1.3;
}

.step-description-small {
  color: #041834;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Why Choose Us Features */
.why-choose-content {
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  font-size: 20px;
  color: #ffffff;
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #041834;
  margin-bottom: 8px;
  line-height: 1.3;
}

.feature-content p {
  color: #041834;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .tgmenu__action .header__btn .tg-btn {
    background: var(--tg-theme-primary) !important;
    border-color: var(--tg-theme-primary) !important;
  }
  
  .detailed-step {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .detailed-step {
    padding: 25px 20px;
  }
  
  .step-header {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .step-icon-small {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .feature-item {
    flex-direction: column;
    text-align: center;
  }
  
  .feature-icon {
    margin: 0 auto 10px;
  }
}

/* Service Page Modern Styling */
.service-hero-content {
  padding-right: 30px;
}

.service-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 30px 0;
}

.service-features .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.service-features .feature-icon {
  width: 20px;
  height: 20px;
  background: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-features .feature-icon i {
  font-size: 12px;
  color: #ffffff;
}

.service-features .feature-item span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.service-cta {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.service-hero-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-hero-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.service-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(236, 35, 69, 0.3);
}

.service-badge i {
  font-size: 24px;
  color: #ffffff;
}

/* Service Details */
.service-description {
  margin-bottom: 30px;
}

.service-description h4 {
  color: #041834;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 15px;
}

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

.service-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: #041834;
  font-size: 15px;
}

.service-list li i {
  color: var(--tg-theme-primary);
  font-size: 14px;
  width: 16px;
  flex-shrink: 0;
}

/* Service Sidebar */
.service-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.sidebar-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  border-color: var(--tg-theme-primary);
}

.widget-title {
  color: #041834;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--tg-theme-primary);
}

.service-info .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(4, 24, 52, 0.1);
}

.service-info .info-item:last-child {
  border-bottom: none;
}

.service-info .info-item i {
  color: var(--tg-theme-primary);
  font-size: 16px;
  width: 20px;
  flex-shrink: 0;
}

.service-info .info-item span {
  color: #041834;
  font-size: 14px;
  font-weight: 500;
}

.contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.contact-info .contact-item i {
  color: var(--tg-theme-primary);
  font-size: 16px;
  width: 20px;
  flex-shrink: 0;
}

.contact-info .contact-item a {
  color: #041834;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info .contact-item a:hover {
  color: var(--tg-theme-primary);
}

/* Pricing Cards */
.pricing-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--tg-theme-primary);
}

.pricing-header {
  margin-bottom: 25px;
}

.pricing-title {
  color: #041834;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pricing-icon {
  width: 60px;
  height: 60px;
  background: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.pricing-icon i {
  font-size: 24px;
  color: #ffffff;
}

.pricing-content {
  margin-bottom: 25px;
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(4, 24, 52, 0.1);
}

.pricing-item:last-child {
  border-bottom: none;
}

.mode-name {
  color: #041834;
  font-size: 14px;
  font-weight: 500;
}

.price {
  color: var(--tg-theme-primary);
  font-size: 16px;
  font-weight: 600;
}

.pricing-btn {
  display: inline-block;
  background: var(--tg-theme-primary);
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid var(--tg-theme-primary);
}

.pricing-btn:hover {
  background: transparent;
  color: var(--tg-theme-primary);
  transform: translateY(-2px);
}

/* Booking Form */
.booking-form-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.booking-form-wrapper:hover {
  border-color: var(--tg-theme-primary);
}

.booking-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.booking-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.booking-form .form-group label {
  display: block;
  color: #041834;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}

.booking-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid rgba(4, 24, 52, 0.1);
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #ffffff;
}

.booking-form .form-control:focus {
  outline: none;
  border-color: var(--tg-theme-primary);
  box-shadow: 0 0 0 3px rgba(236, 35, 69, 0.1);
}

.booking-form .form-control.is-invalid {
  border-color: #dc3545;
}

.booking-form .invalid-feedback {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}

.booking-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.booking-form .form-check-input {
  margin-top: 5px;
  flex-shrink: 0;
}

.booking-form .form-check-label {
  color: #041834;
  font-size: 14px;
  line-height: 1.5;
}

.form-submit {
  text-align: center;
  margin-top: 30px;
}

.form-submit .tg-btn {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
}

.alert {
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid transparent;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.alert h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.alert ul {
  margin-bottom: 0;
  padding-left: 20px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .service-hero-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .service-features {
    grid-template-columns: 1fr;
  }
  
  .service-cta {
    flex-direction: column;
  }
  
  .service-sidebar {
    position: static;
    margin-top: 40px;
  }
  
  .booking-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767.98px) {
  .service-hero-image img {
    height: 300px;
  }
  
  .service-badge {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
  }
  
  .service-badge i {
    font-size: 20px;
  }
  
  .booking-form-wrapper {
    padding: 25px;
  }
  
  .pricing-card {
    padding: 25px;
  }
  
  .sidebar-widget {
    padding: 25px;
  }
}

/* Additional hover effects */
.tg-btn:hover,
.tg-btn-two:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(236, 35, 69, 0.3);
}

/* Pricing Accordion Styling */
.pricing-accordion {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pricing-accordion-item {
  border-bottom: 1px solid rgba(4, 24, 52, 0.1);
  transition: all 0.3s ease;
}

.pricing-accordion-item:last-child {
  border-bottom: none;
}

.pricing-accordion-item.active {
  background: rgba(236, 35, 69, 0.05);
}

.pricing-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #ffffff;
}

.pricing-accordion-header:hover {
  background: rgba(4, 24, 52, 0.02);
}

.pricing-accordion-item.active .pricing-accordion-header {
  background: rgba(236, 35, 69, 0.05);
  border-bottom: 1px solid rgba(236, 35, 69, 0.1);
}

.service-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.service-icon .service-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(4, 24, 52, 0.1);
  transition: all 0.3s ease;
}

.pricing-accordion-item.active .service-icon .service-image {
  border-color: var(--tg-theme-primary);
}

.service-details {
  flex: 1;
}

.service-title {
  color: #041834;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}

.service-description {
  color: #041834;
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
  line-height: 1.4;
}

.pricing-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-right: 20px;
}

.price-range {
  text-align: right;
}

.price {
  display: block;
  color: var(--tg-theme-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.price-period {
  display: block;
  color: #041834;
  font-size: 12px;
  opacity: 0.7;
  margin-top: 2px;
}

.featured-badge {
  background: var(--tg-theme-primary);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.accordion-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 24, 52, 0.05);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.accordion-toggle i {
  color: #041834;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.pricing-accordion-item.active .accordion-toggle {
  background: var(--tg-theme-primary);
}

.pricing-accordion-item.active .accordion-toggle i {
  color: #ffffff;
}

.pricing-accordion-content {
  display: none;
  padding: 0 30px 30px;
  background: rgba(255, 255, 255, 0.5);
}

.pricing-details {
  margin-bottom: 25px;
}

.pricing-category {
  margin-bottom: 20px;
}

.pricing-category:last-child {
  margin-bottom: 0;
}

.category-title {
  color: #041834;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--tg-theme-primary);
  display: inline-block;
}

.pricing-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: rgba(4, 24, 52, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.pricing-option:hover {
  background: rgba(236, 35, 69, 0.1);
  transform: translateX(5px);
}

.option-info {
  flex: 1;
}

.mode-name {
  display: block;
  color: #041834;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.option-description {
  display: block;
  color: #041834;
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.4;
}

.option-price {
  text-align: right;
}

.option-price .price {
  display: block;
  color: var(--tg-theme-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.option-price .price-period {
  display: block;
  color: #041834;
  font-size: 11px;
  opacity: 0.7;
  margin-top: 2px;
}

.pricing-footer {
  border-top: 1px solid rgba(4, 24, 52, 0.1);
  padding-top: 25px;
}

.pricing-benefits {
  margin-bottom: 20px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: #041834;
  font-size: 14px;
}

.benefit-item i {
  color: var(--tg-theme-primary);
  font-size: 14px;
  width: 16px;
  flex-shrink: 0;
}

.pricing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--tg-theme-primary);
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid var(--tg-theme-primary);
}

.pricing-btn:hover {
  background: transparent;
  color: var(--tg-theme-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(236, 35, 69, 0.3);
}

.pricing-btn i {
  transition: transform 0.3s ease;
}

.pricing-btn:hover i {
  transform: translateX(5px);
}

/* Legacy Pricing Card Styling (kept for compatibility) */
.pricing-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 0;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--tg-theme-primary);
}

.pricing-header {
  position: relative;
  padding: 30px 30px 20px;
  text-align: center;
  background: #041834;
  color: #ffffff;
}

.pricing-icon {
  margin-bottom: 20px;
}

.pricing-icon .service-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.pricing-card:hover .pricing-icon .service-image {
  transform: scale(1.1);
  border-color: var(--tg-theme-primary);
}

.pricing-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--tg-theme-primary);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pricing-features {
  margin-bottom: 20px;
  flex: 1;
}

.feature-category {
  margin-bottom: 25px;
  text-align: left;
}

.feature-category:last-child {
  margin-bottom: 0;
}

.category-title {
  color: #041834;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--tg-theme-primary);
  display: inline-block;
}

.pricing-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: rgba(4, 24, 52, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.pricing-option:hover {
  background: rgba(236, 35, 69, 0.1);
  transform: translateX(5px);
}

.option-info {
  flex: 1;
}

.mode-name {
  display: block;
  color: #041834;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.option-description {
  display: block;
  color: #041834;
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.4;
}

.option-price {
  text-align: right;
}

.price {
  display: block;
  color: var(--tg-theme-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.price-period {
  display: block;
  color: #041834;
  font-size: 11px;
  opacity: 0.7;
  margin-top: 2px;
}

.pricing-footer {
  padding: 0 30px 30px;
  margin-top: auto;
}

.pricing-benefits {
  margin-bottom: 25px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #041834;
  font-size: 14px;
}

.benefit-item i {
  color: var(--tg-theme-primary);
  font-size: 16px;
  width: 20px;
  flex-shrink: 0;
}

.pricing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--tg-theme-primary);
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid var(--tg-theme-primary);
}

.pricing-btn:hover {
  background: transparent;
  color: var(--tg-theme-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(236, 35, 69, 0.3);
}

.pricing-btn i {
  transition: transform 0.3s ease;
}

.pricing-btn:hover i {
  transform: translateX(5px);
}

/* FAQ Styling */
.faq-accordion {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.faq-item {
  border-bottom: 1px solid rgba(4, 24, 52, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--tg-theme-primary);
}

.faq-question h5 {
  color: #041834;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  flex: 1;
  transition: color 0.3s ease;
}

.faq-question:hover h5 {
  color: var(--tg-theme-primary);
}

.faq-question i {
  color: var(--tg-theme-primary);
  font-size: 18px;
  transition: all 0.3s ease;
  width: 24px;
  text-align: center;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 0 15px;
  transition: all 0.3s ease;
}

.faq-answer p {
  color: #041834;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .pricing-accordion-header {
    padding: 20px 25px;
  }
  
  .service-info {
    gap: 15px;
  }
  
  .service-icon .service-image {
    width: 50px;
    height: 50px;
  }
  
  .service-title {
    font-size: 18px;
  }
  
  .service-description {
    font-size: 13px;
  }
  
  .pricing-info {
    margin-right: 15px;
  }
  
  .price {
    font-size: 16px;
  }
  
  .pricing-accordion-content {
    padding: 0 25px 25px;
  }
  
  .pricing-card {
    margin-bottom: 30px;
  }
  
  .pricing-header {
    padding: 25px 25px 15px;
  }
  
  .pricing-content {
    padding: 25px;
  }
  
  .pricing-footer {
    padding: 0 25px 25px;
  }
  
  .faq-accordion {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .pricing-accordion-header {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .service-info {
    width: 100%;
    gap: 12px;
  }
  
  .service-icon .service-image {
    width: 45px;
    height: 45px;
  }
  
  .service-title {
    font-size: 16px;
  }
  
  .service-description {
    font-size: 12px;
  }
  
  .pricing-info {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
  }
  
  .price {
    font-size: 14px;
  }
  
  .accordion-toggle {
    width: 35px;
    height: 35px;
  }
  
  .accordion-toggle i {
    font-size: 14px;
  }
  
  .pricing-accordion-content {
    padding: 0 20px 20px;
  }
  
  .pricing-option {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .option-price {
    text-align: left;
  }
  
  .pricing-header {
    padding: 20px 20px 15px;
  }
  
  .pricing-icon .service-image {
    width: 60px;
    height: 60px;
  }
  
  .pricing-title {
    font-size: 20px;
  }
  
  .pricing-content {
    padding: 20px;
  }
  
  .pricing-footer {
    padding: 0 20px 20px;
  }
  
  .faq-accordion {
    padding: 25px;
  }
  
  .faq-question h5 {
    font-size: 15px;
  }
}

/* Contact Page Styling */
.contact-info-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--tg-theme-primary);
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: var(--tg-theme-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(236, 35, 69, 0.3);
}

.contact-icon i {
  font-size: 32px;
  color: #ffffff;
}

.contact-title {
  color: #041834;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.contact-description {
  color: #041834;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-details {
  text-align: left;
}

.contact-details address {
  color: #041834;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}

.contact-link {
  display: block;
  color: var(--tg-theme-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #D01E3A;
}

.contact-hours {
  color: #041834;
  font-size: 12px;
  opacity: 0.7;
  margin: 0;
  line-height: 1.4;
}

/* Contact Form Styling */
.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.contact-form-wrapper:hover {
  border-color: var(--tg-theme-primary);
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.contact-form .form-group label {
  display: block;
  color: #041834;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid rgba(4, 24, 52, 0.1);
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #ffffff;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: var(--tg-theme-primary);
  box-shadow: 0 0 0 3px rgba(236, 35, 69, 0.1);
}

.contact-form .form-control.is-invalid {
  border-color: #dc3545;
}

.contact-form .invalid-feedback {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  text-align: center;
  margin-top: 30px;
}

.form-submit .tg-btn {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.form-submit .tg-btn i {
  transition: transform 0.3s ease;
}

.form-submit .tg-btn:hover i {
  transform: translateX(5px);
}

/* Alert Styling */
.alert {
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.alert i {
  font-size: 18px;
  flex-shrink: 0;
}

.alert h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.alert ul {
  margin-bottom: 0;
  padding-left: 20px;
}

/* Map Styling */
.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(4, 24, 52, 0.1);
}

.contact-map {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-info-card {
    padding: 25px;
    margin-bottom: 20px;
  }
  
  .contact-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  
  .contact-icon i {
    font-size: 28px;
  }
  
  .contact-title {
    font-size: 18px;
  }
  
  .contact-form-wrapper {
    padding: 30px;
  }
  
  .contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-info-card {
    padding: 20px;
  }
  
  .contact-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .contact-icon i {
    font-size: 24px;
  }
  
  .contact-title {
    font-size: 16px;
  }
  
  .contact-description {
    font-size: 13px;
  }
  
  .contact-form-wrapper {
    padding: 25px;
  }
  
  .contact-map {
    height: 300px;
  }
}

/* Focus states for accessibility */
.tg-btn:focus,
.tg-btn-two:focus {
  outline: 2px solid var(--tg-theme-primary);
  outline-offset: 2px;
}

/* Loading states */
.tg-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(236, 35, 69, 0.2);
}

/* Global Font Styles */
* {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Hero Breadcrumb Styles */
.breadcrumb__hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.breadcrumb__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(44, 62, 80, 0.8) 0%, rgba(108, 117, 125, 0.6) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
}

.breadcrumb__title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.breadcrumb__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.breadcrumb__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.breadcrumb__list span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb__list a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb__list a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb__list .dvdr {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.breadcrumb__list .sub-page {
  color: white;
  font-weight: 600;
}

body {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

p, span, div, a, button, input, select, textarea {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Service Description Styles */
.service-main-description {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}

.service-main-description h1,
.service-main-description h2,
.service-main-description h3,
.service-main-description h4 {
  color: var(--tg-theme-primary);
  margin: 20px 0 15px 0;
  font-weight: 600;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-main-description p {
  margin-bottom: 15px;
}

/* Details Button Styles */
.details-btn {
  background: #ffffff;
  color: #2c3e50;
  border: 2px solid #e9ecef;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0.3px;
  min-width: 140px;
  justify-content: center;
}

.details-btn:hover {
  background: #f8f9fa;
  color: #2c3e50;
  border-color: #6c757d;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.details-btn i {
  font-size: 12px;
}

/* Modal Styles */
.service-modal {
  border: none;
  border-radius: 0;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}

.service-modal .modal-header {
  background: #ffffff;
  color: #333;
  border-bottom: 1px solid #e9ecef;
  padding: 25px 30px 20px;
  position: relative;
}

.service-modal .modal-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2c3e50 0%, #6c757d 100%);
}

.service-modal .modal-title {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2c3e50;
  margin: 0;
}

.service-modal .modal-title i {
  font-size: 18px;
  color: #6c757d;
}

.service-modal .close {
  color: #6c757d;
  opacity: 0.7;
  font-size: 28px;
  font-weight: 300;
  background: none;
  border: none;
  padding: 0;
  width: auto;
  height: auto;
}

.service-modal .close:hover {
  opacity: 1;
  color: #333;
}

.service-modal .modal-body {
  padding: 30px;
  background: #ffffff;
}

.service-description-content {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #2c3e50;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.service-description-content h1,
.service-description-content h2,
.service-description-content h3,
.service-description-content h4 {
  color: #2c3e50;
  margin: 25px 0 15px 0;
  font-weight: 600;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
  letter-spacing: 0.3px;
}

.service-description-content h1 {
  font-size: 22px;
  color: #2c3e50;
  font-weight: 700;
}

.service-description-content h2,
.service-description-content h3,
.service-description-content h4 {
  font-size: 18px;
}

.service-description-content p {
  margin-bottom: 15px;
  color: #34495e;
}

/* Pricing Summary in Modal */
.pricing-summary {
  background: #ffffff;
  padding: 25px;
  border-radius: 0;
  border: 2px solid #e9ecef;
  margin-top: 20px;
}

.pricing-summary h6 {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.3px;
}

.pricing-summary h6 i {
  color: #6c757d;
}

.price-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 6px;
  flex: 1;
  min-width: 180px;
}

.mode-badge {
  background: #6c757d;
  color: white;
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
  letter-spacing: 0.3px;
}

.price-value {
  font-weight: 600;
  color: #2c3e50;
  font-size: 16px;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-modal .modal-footer {
  background: #ffffff;
  border-top: 2px solid #e9ecef;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-modal .btn {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  border-radius: 6px;
  padding: 12px 25px;
  text-transform: none;
  letter-spacing: 0.3px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-modal .btn-secondary {
  background: #6c757d;
  border-color: #6c757d;
  color: white;
}

.service-modal .btn-secondary:hover {
  background: #5a6268;
  border-color: #5a6268;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-modal .btn-primary {
  background: #2c3e50;
  border-color: #2c3e50;
  color: white;
}

.service-modal .btn-primary:hover {
  background: #1a252f;
  border-color: #1a252f;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Service Hero Gallery Styles */
.service-hero-gallery {
  position: relative;
  height: 500px;
}

.main-service-image {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  background: #f8f9fa;
}

.service-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.main-service-image:hover .service-main-img {
  transform: scale(1.05);
}

.service-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #2c3e50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);
  z-index: 2;
}

.service-badge i {
  color: white;
  font-size: 24px;
}

.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 30px 25px 25px;
  color: white;
  z-index: 2;
}

.overlay-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: white;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.overlay-content p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
  font-weight: 500;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-gallery-thumbs {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.gallery-thumb {
  width: 80px;
  height: 80px;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.gallery-thumb.active {
  border-color: #2c3e50;
  box-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);
}

.gallery-thumb:hover {
  border-color: #2c3e50;
  transform: translateY(-2px);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-thumb:hover img {
  transform: scale(1.1);
}

/* Professional Pricing Cards */
.pricing-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.pricing-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.pricing-card {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Default: When there are exactly 4 cards, constrain the width */
.pricing-card {
  min-width: 280px;
  max-width: 320px;
}

/* When there are fewer than 4 cards, use wider cards */
.pricing-row.fewer-than-four .pricing-card {
  min-width: 350px;
  max-width: 400px;
}

/* When there are 3 cards */
.pricing-row.three-cards .pricing-card {
  min-width: 350px;
  max-width: 400px;
}

/* When there are 2 cards */
.pricing-row.two-cards .pricing-card {
  min-width: 450px;
  max-width: 500px;
}

/* When there is 1 card */
.pricing-row.one-card .pricing-card {
  min-width: 500px;
  max-width: 600px;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-color: #2c3e50;
}

.pricing-header {
  background: #ffffff;
  padding: 25px 20px 20px;
  text-align: center;
  border-bottom: 2px solid #f8f9fa;
}

.pricing-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 15px 0;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
  letter-spacing: 0.3px;
}

.pricing-icon {
  width: 60px;
  height: 60px;
  background: #2c3e50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);
}

.pricing-icon i {
  color: white;
  font-size: 24px;
}

.pricing-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f8f9fa;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pricing-item:last-child {
  border-bottom: none;
}

.mode-name {
  font-weight: 500;
  color: #2c3e50;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.3px;
}

.price {
  font-weight: 600;
  color: #2c3e50;
  font-size: 18px;
}

.pricing-footer {
  padding: 20px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.pricing-btn {
  background: #2c3e50;
  color: white;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: none;
  letter-spacing: 0.3px;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid #2c3e50;
  width: 100%;
  text-align: center;
}

.pricing-btn:hover {
  background: white;
  color: #2c3e50;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .price-items {
    flex-direction: column;
  }
  
  .price-item {
    min-width: auto;
  }
  
  .service-modal .modal-dialog {
    margin: 10px;
  }
  
  .service-hero-gallery {
    height: auto;
  }
  
  .main-service-image {
    height: 300px;
  }
  
  .service-gallery-thumbs {
    gap: 10px;
    margin-top: 15px;
  }
  
  .gallery-thumb {
    width: 60px;
    height: 60px;
  }
  
  .service-modal .modal-footer {
    flex-direction: column;
    gap: 10px;
  }
  
  .service-modal .btn {
    width: 100%;
  }
  
  /* Hero breadcrumb responsive */
  .breadcrumb__hero {
    min-height: 300px;
  }
  
  .breadcrumb__title {
    font-size: 36px;
  }
  
  .breadcrumb__subtitle {
    font-size: 16px;
  }
  
  /* Pricing cards responsive */
  .pricing-card {
    min-width: 100% !important;
    max-width: 100% !important;
    flex: none;
  }
  
  .pricing-row {
    justify-content: center;
  }
}

/* Medium screens */
@media (max-width: 992px) {
  .pricing-card {
    min-width: 280px;
    max-width: 350px;
  }
}

/* Small screens */
@media (max-width: 768px) {
  .pricing-card {
    min-width: 100%;
    max-width: 100%;
  }
  
  .pricing-row {
    flex-direction: column;
    align-items: center;
  }
}

/* Modal Backdrop and Overlay */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.modal {
  z-index: 1050;
}

.modal.show {
  display: block !important;
}

/* Ensure body can scroll when modal is not open */
body:not(.modal-open) {
  overflow: auto !important;
  padding-right: 0 !important;
}

/* When modal is open, prevent background scroll */
body.modal-open {
  overflow: hidden;
  padding-right: 0;
}

/* Services Index Page Styles */
.browse-services-block {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.jobs-frame {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
}

.jobs-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.jobs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.job-content-left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-box {
  flex-shrink: 0;
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.job-content-left h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 8px 0;
  font-family: 'Inter', sans-serif;
}

.meta {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 5px;
}

.meta a {
  color: #667eea;
  text-decoration: none;
}

.location-txt {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag {
  background: #e9ecef;
  color: #495057;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.job-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  flex-shrink: 0;
}

.price-box {
  text-align: right;
}

.price-box .price {
  font-size: 20px;
  font-weight: 700;
  color: #28a745;
  display: block;
  margin-bottom: 5px;
}

.price-box .txt {
  font-size: 14px;
  color: #6c757d;
}

.btn-purple {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-purple:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  color: white;
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .jobs-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .job-content-right {
    align-items: flex-start;
    width: 100%;
  }
  
  .price-box {
    text-align: left;
  }
  
  .job-content-left {
    width: 100%;
  }
}

/* Ensure modal is properly positioned */
.modal-dialog {
  margin: 30px auto;
  max-width: 800px;
}

/* Debug styles for modal visibility */
.modal {
  display: none;
}

.modal.show {
  display: block;
}
