  :root {
      --primary: #FF6F00;
      --secondary: #ffffff;
      --button: #FBC02D;
      /* --button : #FFD700 ;    */
  }

  /* :root {
      --primary: #fa6c13;
      --secondary:#f374137e;
      --secondary: secondary;
  } */
  html,
  body {
      scroll-behavior: smooth;
      background-color: rgba(221, 218, 218, 0.226) !important;
  }

  .navbar {
      background: var(--primary);

  }

  .navbar-brand img {
      height: 40px;
  }

  .navbar-toggler {
      border: none;
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }

  .hero-section {
  background-color: rgba(255, 122, 45, 0.897);
  color: var(--secondary);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
}

.hero-section h1 {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

.hero-section h2 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 10px 0 10px 0;
  text-align: center;
  color: var(--secondary);
}

.breadcrumb-nav {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--secondary);
  font-size: 14px;
}

.breadcrumb-nav a {
  color: var(--secondary);
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-nav span {
  margin: 0 8px;
}

.hero-button {
  margin-top: 5px;
  padding: 12px 32px;
  background-color: var(--secondary);
  color: #FF6F00;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
 .sections-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* max-width: 1100px; */
  margin: 50px auto 0 auto;
  padding: 0 20px;
}
.section-block {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(255,122,45,0.07);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 32px;
  gap: 32px;
}
.section-block.reverse {
  flex-direction: row-reverse;
}
.section-content {
  flex: 1 1 350px;
}
.section-image {
  flex: 1 1 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-image img {
  width: 280px;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(255,122,45,0.11);
  object-fit: cover;
}
.section-heading {
  color: var(--primary);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-subheading {
  color: rgba(255, 122, 45, 0.897);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.section-description {
  color: #525252;
  font-size: 1.05rem;
}

@media (max-width: 820px) {
  .section-block, .section-block.reverse {
    flex-direction: column !important;
    padding: 20px;
  }
  .section-image img {
    width: 100%;
    max-width: 340px;
  }
  .sections-wrapper {
    gap: 24px;
  }
}

    .faq-section .accordion-item {
  border: none;
  background: #fff9f3;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(234, 119, 22, 0.07);
  margin-bottom: 18px;
  transition: box-shadow 0.2s;
}
.faq-section .accordion-item:focus-within {
  box-shadow: 0 0 0 3px #ff7a2d33;
}
.faq-section .accordion-button {
  background: transparent;
  font-size: 1.07rem;
  font-weight: 700;
  color: #ff7a2d;
  border-radius: 16px !important;
  transition: background 0.2s;
}
.faq-section .accordion-button:focus {
  outline: 2px solid #ff7a2d88 !important;
}
.faq-section .accordion-body {
  font-size: 1.02rem;
  background: transparent;
  border-radius: 0 0 16px 16px;
}

.heading_underline {
  border-bottom: 3px solid #ff7a2d;
  display: block;
  border-radius: 2px;
}
.faq-section {
  background: #f9f8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.faq-section .container {
  max-width: 760px;
  margin: auto;
}

.faq-section h2 {
  font-weight: bold;
  text-align: center;
  color: #ff7a2d;
  margin-bottom: 0.25rem;
}

.heading_underline {
  width: 60px;
  border-bottom: 3px solid #ff7a2d;
  display: block;
  margin: 0 auto 1.5rem auto;
  border-radius: 2px;
}

.faq-section .accordion-item {
  border: none;
  background: #fff9f3;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(234, 119, 22, 0.07);
  margin-bottom: 18px;
  transition: box-shadow 0.2s;
}

.faq-section .accordion-item:focus-within {
  box-shadow: 0 0 0 3px #ff7a2d33;
}

.faq-section .accordion-button {
  background: transparent;
  font-size: 1.07rem;
  font-weight: 700;
  color: #ff7a2d;
  border-radius: 16px !important;
  transition: background 0.2s;
  align-items: center;
}

.faq-section .accordion-button:focus {
  outline: 2px solid #ff7a2d88 !important;
}

.faq-section .accordion-body {
  font-size: 1.02rem;
  color: #6c757d;
  background: transparent;
  border-radius: 0 0 16px 16px;
  font-style: italic;
}
#modernPhoneSidebar {
  display: none;
}
.modern-phone-sidebar {
  position: fixed;
  top: 10vh;
  right: 0;
  z-index: 1060;
  background: linear-gradient(135deg, #ff7b00 0%, #fd3a52 90%);
  border-radius: 1.8rem 0 0 1.8rem;
  box-shadow: 0 6px 16px 0 rgba(92,0,46,0.19), 0 1.5px 4px 0 rgba(253,58,82,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px 16px 9px;
  transition: box-shadow 0.18s;
  gap: 12px;
}

.modern-phone-sidebar .sidebar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.phone-icon {
  background: radial-gradient(circle, #fff 70%, #fd3a52a0 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(253,58,82,0.14), 0 1px 2.5px rgba(0,0,0,0.12);
  margin-bottom: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height:40px;
  margin-right: 0; margin-left: 0;
  transition: box-shadow 0.2s, background 0.2s;
}
.modern-phone-sidebar .sidebar-link:hover .phone-icon {
  background: radial-gradient(circle, #fff 85%, #ff7b00 100%);
  box-shadow: 0 4px 14px #fd3a5250, 0 2px 6px #88000040;
}
.phone-number {
  font-size: 1.18rem;
  margin-top: 8px;
  font-family: 'Fira Sans', 'Segoe UI', Arial, sans-serif;
  text-shadow: 0 1px 6px #fd3a5220;
}
.call-label {
  margin-top: 4px;
  background: #ffffff30;
  padding: 0.21em 0.45em;
  border-radius: 0.7em;
  font-size: 0.84rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: uppercase;
  animation: blink 1s infinite;
}
.close-sidebar-btn {
  position: absolute;
  top: 6px;
  right: 8px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  z-index: 1070;
}
.close-sidebar-btn:hover {
  opacity: 1;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.phone-icon i {
  color: var(--primary) !important;
  animation: blink 1s infinite;
}

@media (min-width: 992px) {
  .modern-phone-sidebar {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .faq-section h2 {
    font-size: 1.25rem;
  }
  .faq-section .accordion-body {
    font-size: 0.97rem;
  }
}



  /* .................. carousel styling  ............................. */
  .carousel-section {
      max-width: 100%;
      overflow: hidden;
  }

  .carousel-item img {
      height: auto;
      max-height: 500px;
      object-fit: cover;
  }
.carousel-text{
    top: 5rem;
    left: 35rem;
    /* text-align: justify; */
}

  /* .................. service card  styling  ............................. */

.service-sections {
    background: #f5f5f7;
    /* Slight shadow on whole section for depth */
    padding-bottom: 2rem;
}

.service-card {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.06);
    color: #222 !important;
    padding: 0px 0px 0px 0px;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-6px) scale(1.035);
    box-shadow: 0 8px 32px 0 rgba(28, 42, 90, 0.18);
}

.service-img-wrapper {
    aspect-ratio: 16 / 10;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.13);
    background: #faf9f8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s;
}

.service-card:hover .service-img {
    transform: scale(1.04);
}

.card-body-content h3 {
    color: #FF7A00;
    /* letter-spacing: 0.5px; */
    /* margin-top: 8px; */
    font-size: 1.1rem;
}
.card-body-content {
   padding: 7px;
}

.card-body-content p {
    color: #3b3b3b;
    /* font-size: 1rem; */
}



/* Responsive adjustments */
@media (max-width: 767px) {
  .service-sections{
    padding-left: 10px;
    padding-right: 10px;
  }
    /* .service-card {
        padding: 14px 8px;
    }
    .service-img-wrapper {
        aspect-ratio: 16/10;
        min-height: 160px;
    } */
}
@media (max-width: 576px) {
    /* .service-card {
        margin-bottom: 1.5rem;
    }
    .service-img-wrapper {
        min-height: 130px;
    } */
     .service-sections{
    padding-left: 10px;
    padding-right: 10px;
  }
}

  /* .................. testiminial styling  ............................. */

  .carousel-indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--primary);
      /* red-like dot */
  }

  /* ....................... footer styling ............................ */
  .footer {
      background-color: rgba(255, 122, 45, 0.897);
      color: var(--secondary);
      padding: 40px 0;
  }

  .footer a {
      color: var(--secondary);
      text-decoration: none;
  }

  .footer a:hover {
      color: black;
      text-decoration: underline none;
      /* text-transform: none; */
  }

  .footer-logo {
      max-width: 150px;
      margin-bottom: 5px;
  }

  .footer .copyright {
      text-align: center;
      padding-top: 15px;
      color: var(--secondary);
      border-top: 1px solid var(--secondary);
  }

  /* ..................... about us .......................... */

  .about-pundit h2 {
      color: #203a43;
  }

  .about-pundit ul li {
      font-size: 15px;
      margin-bottom: 8px;
  }

  /* ............... wyh choose us styling............... */

.why-choose-us-section {
  background: #f8f9fa;
}

.section-title {
  font-size: 2rem;
  color: #ff7a00;
  font-weight: 700;
}

.heading_underline {
  width: 80px;
  height: 4px;
  background: #ff7a00;
  margin: 0 auto 16px auto;
  border-radius: 4px;
}

.why-card {
  border-radius: 16px;
  background: #fff;
  padding: 28px 18px 20px 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 230px;
  min-height: 230px;
  max-height: 230px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.why-card:hover {
  box-shadow: 0 8px 24px rgba(255, 122, 0, 0.13);
  transform: translateY(-5px) scale(1.02);
}

.why-icon span {
  font-size: 2.25rem;
  line-height: 1.1;
}

.highlight-title {
  color: #ff7a00;
  font-weight: 600;
  margin-bottom: 4px;
}

.why-card p {
  color: #343a40;
  font-size: 0.99rem;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .why-card {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    padding: 22px 12px 16px 12px;
  }
}

@media (max-width: 575px) {
  .section-title { font-size: 1.32rem; }
  .why-card {
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    padding: 14px 8px;
  }
  .why-icon span { font-size: 1.6rem; }
}


  /* ............... contact us form stying............... */
  .contact-form {
      background-color: var(--secondary);
      padding: 30px;
      max-width: 600px;
      margin: 50px auto;
  }

 input.form-control,
textarea.form-control {
    border: none; /* Remove all borders first */
    border-bottom: 2px solid var(--primary); /* Then apply only bottom border */
    border-radius: 0px;
    padding: 8px 0;
}


input.form-control:focus,
textarea.form-control:focus {
    border: none;
    border-bottom: 2px solid var(--primary);
    box-shadow: none;
    outline: none;
}



  /* ............... Image gallery styling ............... */
  .img_galary_card {
      border-radius: 0.375rem;
      /* background-color: var(--secondary); */
      /* height: 15rem; */
      /* width: 20rem; */
  }

  /* ...................Index Form Styling ........................ */

  .contact-form {

      color: black;
      padding: 40px;
      height: 100%;
  }

  .map-container {
      height: 32rem;
  }

  .form-control:focus {
      box-shadow: none;
      border: 1px solid var(--secondary);
      background-color: #222;
      color: var(--secondary);
  }

  iframe {
      width: 100%;
      height: 100%;
      border: none;
  }


  /* ............. service areas ............. */
  .location-card {
      /* background-color: var(--primary) !important; */
      border-left: 3px solid var(--primary);
      color: var(--primary);
      font-weight: 500;
      padding: 10px;
      margin-bottom: 10px;
      background-color: var(--secondary);
      transition: transform 0.2s;

  }

  .location-card:hover {
      transform: translateY(-2px);
  }

  .scroll-box {
      max-height: 15rem;
      overflow-y: auto;
      padding-right: 10px;
      overflow-x: hidden;
  }

.blog-section {
  background-color: #f9f9fb;
}

.blog-card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  color: #222 !important;
  /* padding: 18px 16px 14px 16px; */
  display: flex;
  flex-direction: column;
  height: 420px; /* fixed height for consistent cards */
  min-height: 420px;
  max-height: 420px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(28, 42, 90, 0.18);
}

.blog-img-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.13);
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-img {
  transform: scale(1.05);
}

.card-body-content h5 {
  color: #FF7A00;
  margin-bottom: 6px;
}

.card-body-content h6 {
  color: #6c757d; /* softer secondary text color */
}


.card-body-content p {
  color: #444;
  /* font-size: 0.95rem; */
  line-height: 1.4;
  text-align: justify;
}

/* Responsive adjustments */
/* @media (max-width: 767px) {
  .blog-card {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }
  .blog-img-wrapper {
    min-height: 140px;
  }
}

@media (max-width: 576px) {
  .blog-card {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
  .blog-img-wrapper {
    min-height: 110px;
  }
} */
