/* ----------------------------------------------------------------------------------------
* Author        : ENAMUL HUSSIAN
* Template Name : CPRC - Physiotherapy HTML Template
* File          : CSS File
* Version       : 2.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
1.
/************************************/
.navbar {
  box-shadow: 0 2px 8px rgba(102, 70, 70, 0.1);
}

.site-title {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  color: #0d47a1;
  text-align: center;
}

.tagline {
  font-size: 0.9rem;
  font-weight: 400;
  color: #ea1616ff;
  text-align: center;
}

@media (max-width: 992px) {
  .site-title {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .site-title {
    font-size: 0.6rem;

  }
}


/* Tablet and smaller */
@media (max-width: 992px) {
  .tagline {
    font-size: 0.60rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .tagline {
    font-size: 0.4rem;
    text-align: center;
    /* optional: center align on mobile */
    line-height: 1.2;
  }
}


.logo {
  max-height: 70px;
  width: auto;
  height: auto;
}

/* Brand Text */
.brand-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center align tagline under title */
  line-height: 1.2;
}

/* Tablet */
@media (max-width: 992px) {
  .logo {
    max-height: 60px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .logo {
    max-height: 50px;
  }
}

/* Custom Navbar Toggler */
.navbar-toggler {
  border: none;
  /* remove border */
  outline: none !important;
  /* remove focus outline */
  padding: 0px 10px;
}

.navbar-toggler:focus {
  box-shadow: none;
  /* Bootstrap ka default shadow remove */
}

/* Hamburger Icon */
.navbar-toggler-icon {
  background-image: none;
  /* remove Bootstrap default */
  width: 25px;
  height: 2px;
  background-color: #0d47a1;
  /* Dark Blue bar */
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

/* Create 3 bars */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  background-color: #0d47a1;
  width: 25px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 8px 15px;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd !important;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.top-bar {
  background-color: #153C33;
  /* Dark Blue */
  color: white;
  padding: 5px 0;
  font-size: 14px;
}

.top-bar i {
  color: #ffcc00;
  /* Icon color (yellow) */
}

.footer {
  background-color: #153C33;
  /* Dark Blue */
}

.footer h5 {
  font-weight: 600;
}

.footer a:hover {
  text-decoration: underline;
}

/* Slider Fix */
.carousel-item img {
  height: 70vh;
  object-fit: cover;
}

.carousel-caption {
  bottom: 20%;
}

.carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.carousel-caption p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f8fdfb;
  color: #123;
}

.faq-header {
  background: #e6f2ef;
  padding: 40px;
  text-align: center;
}

.faq-header h1 {
  margin: 0;
  font-size: 2.2rem;
}

.breadcrumb {
  margin-top: 10px;
}

.breadcrumb a {
  text-decoration: none;
  color: #00796b;
}

.faq-section {
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  gap: 30px;
}

.faq-sidebar {
  flex: 1;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.faq-sidebar ul {
  list-style: none;
  padding: 0;
}

.faq-sidebar li {
  margin: 15px 0;
}

.faq-sidebar a {
  text-decoration: none;
  color: #053d2f;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-content {
  flex: 3;
}

.faq-category {
  margin-bottom: 30px;
}

.faq-category h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question.active {
  background: #e6f9f5;
}

.faq-answer {
  display: none;
  padding: 15px;
  margin-top: 5px;
  background: #fff;
  border-left: 3px solid #00796b;
  border-radius: 12px;
}

.site-footer {
  text-align: center;
  padding: 20px;
  background: #222;
  color: #fff;
  margin-top: 40px;
}

/* --- About section  --- */

.about-section {
  background: #f9fbfd;
}

.section-title h2 {
  font-size: 2rem;
  position: relative;
}

.section-title .highlight {
  color: #0d6efd;
}

.section-title .line {
  width: 60px;
  height: 4px;
  background: #0d6efd;
  margin-top: 8px;
  border-radius: 10px;
}

.about-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.about-img-wrapper img {
  transition: transform 0.5s ease;
}

.about-img-wrapper:hover img {
  transform: scale(1.05);
}

.about-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fd0d0d;
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


/* --- Header Banner Styles --- */
.header-banner {
  background-color: #F8FBFB;
  padding: 40px 20px;
  text-align: center;
}

.header-banner h1 {
  color: #2A625A;
  font-weight: 700;
  font-size: 2.8em;
  margin: 0 0 10px 0;
}

.header-banner p {
  color: #555;
  font-size: 1em;
  margin: 0;
}

/* --- Appointment Form Styles --- */
.appointment-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 60px 20px;
}

.form-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 650px;
  box-sizing: border-box;
}

.form-container h2 {
  text-align: center;
  color: #2A625A;
  font-size: 2.2em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

.form-container .form-subtitle {
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.form-control {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.form-control:focus {
  outline: none;
  border-color: #64A49A;
}

/* Style for dropdowns to look like inputs */
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}

.form-control.red-border {
  border: 1px solid #d9534f;
}

.timeslot-note {
  font-size: 0.8em;
  color: #888;
  margin-top: 5px;
  padding-left: 5px;
}

.privacy-group {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.privacy-group input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  accent-color: #2A625A;
}

.privacy-group label {
  color: #555;
  font-size: 0.9em;
}

.submit-btn {
  background-color: #64A49A;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 1.1em;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  width: 150px;
  margin: 0 auto;
}

.submit-btn:hover {
  background-color: #538b81;
}

.submit-btn .arrow-icon {
  background-color: #2A625A;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.form-message {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.faq-sidebar {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 25px;
  max-width: 320px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.faq-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-sidebar ul li {
  margin-bottom: 15px;
}

.faq-sidebar ul li:last-child {
  margin-bottom: 0;
}

.faq-sidebar ul li a {
  text-decoration: none;
  color: #0f3a32;
  /* Dark Green */
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.faq-sidebar ul li a i {
  background: #0f3a32;
  color: #ffffff;
  border-radius: 50%;
  padding: 6px;
  font-size: 12px;
  margin-right: 12px;
}

.faq-sidebar ul li a:hover {
  color: #1a5e4c;
}

.accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-button {
  background: #fff;
  font-weight: 600;
  color: #0f3a32;
  border-radius: 12px !important;
  box-shadow: none;
  padding: 16px 20px;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #0f3a32;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  color: #4a5d57;
  font-size: 16px;
  line-height: 1.6;
  padding: 15px 20px;
}

/* Change arrow icon */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #3a7f72;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  /* right arrow */
  font-size: 12px;
  color: #fff;
  transition: transform 0.3s ease;
  background-image: none !important;

}

.accordion-button:not(.collapsed)::after {
  content: "\f175";
  /* down arrow */
  transform: rotate(0deg);
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  /* ✅ Dot hata dega */
  display: flex;
  justify-content: center;
  /* Center me dikhane ke liye */
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  /* ✅ separator set karega */
  color: #0f3a32;
  padding: 0 8px;
}

.page-header {
  font-family: 'Barlow Semi Condensed', sans-serif;
  background-color: #eaf2f0;
  /* light background jaise image me */
  padding: 60px 0;
  text-align: center;
}

.page-header h1 {
  font-weight: 700;
  font-size: 48px;
  color: #0f3a32;
  margin-bottom: 10px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 1px;
  /* smooth alignment */
}

.contact-page-container {
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  background-color: #f9f9f9;
}

/* Top Info Boxes */
.top-info-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.info-box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  flex: 1;
  min-width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.info-box i {
  font-size: 30px;
  color: #25aae1;
  margin-bottom: 10px;
}

/* Map & Form Section */
.bottom-connect-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.map-container {
  flex: 1;
  min-width: 300px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.contect-form-container {
  flex: 1;
  min-width: 300px;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contect-form-container h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #25aae1;
}

.contect-form-container p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

.contect-form-container input,
.contect-form-container textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
}

.contect-form-container button {
  background-color: #f77f00;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contect-form-container button:hover {
  background-color: #e96d00;
}

.form-success {
  background-color: #d4edda;
  color: #155724;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
}

.form-error {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {

  .top-info-section,
  .bottom-connect-section {
    flex-direction: column;
  }

  .info-box {
    width: 100%;
  }
}

.gallery-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 60px;
  flex-wrap: wrap;
}

.gallery-item {
  width: calc(20% - 16px);
  /* 5 items in a row with spacing */
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background: #fff;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .gallery-item {
    width: calc(33.33% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .gallery-item {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 480px) {
  .gallery-item {
    width: 100%;
  }
}


/* Lightbox overlay */
#lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#lightbox-overlay img {
  max-width: 80%;
  max-height: 70%;
  border: 5px solid white;
  border-radius: 8px;
}

/* Close cursor */
#lightbox-overlay {
  cursor: zoom-out;
}


/* Upload Form Styles */
.upload-form {
  max-width: 600px;
  margin: 30px auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="file"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.submit-btn {
  width: 100%;
  background-color: #28a745;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #218838;
}

.message {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: bold;
}

.section-title .highlight {
  color: #00c4cc;
}

.section-title .line {
  width: 80px;
  height: 3px;
  background: #00c4cc;
  margin: 10px auto;
}

.blog-card {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.blog-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.blog-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.btn-warning {
  background: #f7931e;
  border: none;
  border-radius: 6px;
}

.btn-warning:hover {
  background: #d97706;
}


.all-blogs {
  padding: 17px 0;
  background: #fafafa;
  font-family: Arial, sans-serif;
}

.all-blogs h1 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
  position: relative;
}

.all-blogs h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #00c3c7;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Grid Layout */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Desktop: 4 cards */
  gap: 25px;
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

/* Tablet: 2 cards */
@media (max-width: 1024px) {
  .blogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 card */
@media (max-width: 600px) {
  .blogs-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card .content {
  padding: 18px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

.blog-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog-card a.read-more {
  display: inline-block;
  font-size: 14px;
  color: #f97316;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card a.read-more:hover {
  color: #d65a00;
  text-decoration: underline;
}



/* ----------------------------------------------------------------------------------------
BLOG DETAILS CSS
/************************************/
/* Blog Container Layout */
.container-blog {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  /* main blog + sidebar */
  gap: 30px;
}

/* Blog Details Styling */
.blog-details {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.blog-details img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.blog-details h1 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #222;
}

.blog-meta {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-details p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

/* Sidebar Styling */
.sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  height: fit-content;
}

.sidebar h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.next-post {
  margin-top: 20px;
  background: #f5f7fa;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.next-post img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}

.next-post a {
  display: inline-block;
  font-weight: bold;
  color: #007BFF;
  text-decoration: none;
  transition: 0.3s;
}

.next-post a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .container-blog {
    grid-template-columns: 1fr;
    /* single column */
  }

  .sidebar {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .blog-details h1 {
    font-size: 22px;
  }

  .blog-details p {
    font-size: 15px;
  }
}

/* testimonial section */
.section-title h2 {
  font-size: 2rem;
  font-weight: bold;
}

.section-title .highlight {
  color: #00c4cc;
}

.section-title .line {
  width: 80px;
  height: 3px;
  background: #00c4cc;
  margin: 10px auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.testimonial-card .quote {
  font-size: 2rem;
  color: #00c4cc;
  display: block;
  text-align: left;
}

.testimonial-text {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.author {
  font-weight: bold;
  letter-spacing: 1px;
}

.author-line {
  width: 50px;
  height: 2px;
  background: #000;
  margin: 5px auto 0;
}

.btn-warning {
  background: #f7931e;
  border: none;
  border-radius: 6px;
}

.btn-warning:hover {
  background: #d97706;
}

/* why choose us */

.why-choose {
  background: #f4f4f4;
}

.section-title h2 {
  font-weight: 700;
  font-size: 28px;
}

.section-title .highlight {
  color: #00c2c7;
}

.section-title .line {
  width: 80px;
  height: 3px;
  background: #000;
  margin: 10px auto 0;
  position: relative;
}

.section-title .line::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #00c2c7;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.feature-box {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: #00c2c7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-circle img {
  width: 80px;
  height: 80px;
}

.feature-box h6 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
}

/* OUR SERVICES */
.our-services {
  background: #ffffff;
}

.our-services h2 {
  font-size: 32px;
  font-weight: bold;
}

.our-services .underline {
  width: 70px;
  height: 3px;
  background: #00c4cc;
  margin: 8px auto;
}

.service-card {
  background: rgb(201, 228, 218);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f6f7ff;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 50px;
  height: 50px;
}

.service-card h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #555;
  min-height: 50px;
}

.view-link {
  color: #ff6600;
  font-weight: bold;
  text-decoration: none;
}

.view-link:hover {
  color: #e04e00;
}

.about-section .bg-primary {
  background-color: #0095db !important;
}

.about-section .bg-warning {
  background-color: #f37021 !important;
}

.about-section .bg-info {
  background-color: #00a6d6 !important;
}

.about-section img {
  width: 100%;
  border-radius: 10px;
}

.equal-height {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
  min-height: 350px;
  /* yahan height control karna hai */
}

/* Image box */
.image-box {
  width: 70%;
  flex-shrink: 0;
  display: flex;
}

.image-box img {
  width: 100%;
  height: 100%;
  /* row ke height ke hisaab se fit hoga */
  object-fit: cover;
  border-radius: 8px;
}

/* Text box */
.text-box {
  width: 30%;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.text-box h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Different background colors */
.about-box {
  background: #007bff;
  /* Blue */
}

.mission-box {
  background: #28a745;
  /* Green */
}

.vision-box {
  background: #f58222;
  /* Orange */
}

/* Responsive Design */
@media (max-width: 992px) {
  .equal-height {
    flex-direction: column;
    min-height: auto;
    /* responsive me auto height */
  }

  .image-box,
  .text-box {
    width: 100%;
    height: auto;
  }

  .text-box {
    margin-top: 15px;
  }
}


/* Our team */

.experts-section {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #eefcfc;
}

.experts-section h2,
.experts-section p {
  text-align: center;
  margin: 0 0 20px 0;
}

.slider {
  display: flex;
  width: calc(300px * 10);
  animation: scroll 20s linear infinite;
}

.expert-card {
  flex: 0 0 auto;
  width: 300px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.expert-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 18px;
  transition: 0.4s;
}

/* Dark overlay */
.expert-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.4s;
}

/* Details box */
.details {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  transition: 0.4s;
}

.details h3 {
  margin: 0;
  font-size: 18px;
}

.details p {
  margin: 5px 0 0;
  font-size: 14px;
}

/* Hover effect */
.expert-card:hover img {
  transform: scale(1.05);
}

.expert-card:hover::after {
  opacity: 1;
}

.expert-card:hover .details {
  bottom: 0;
}

/* Zig-Zag placement */
.expert-card:nth-child(odd) {
  margin-top: -30px;
}

.expert-card:nth-child(even) {
  margin-top: 30px;
}

/* Scroll Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* All Services*/
.all-services {
  padding: 17px 0;
  background: #fafafa;
  font-family: Arial, sans-serif;
}

.all-services h1 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
  position: relative;
}

.all-services h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #00c3c7;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Desktop: 4 cards */
  gap: 25px;
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

/* Tablet: 2 cards */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 card */
@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-card .content {
  padding: 18px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

.service-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.service-card a.read-more {
  display: inline-block;
  font-size: 14px;
  color: #f97316;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-card a.read-more:hover {
  color: #d65a00;
  text-decoration: underline;
}




.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.service-box {
    width: 300px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    background: #fff;
}
.service-box:hover {
    box-shadow: 0px 6px 15px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}
.service-box img {
    max-width: 100%;
    border-radius: 8px;
    height: 180px;
    object-fit: cover;
}
.service-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.btn-services {
    display: inline-block;
    padding: 8px 15px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 2px;
}
.btn-services:hover {
    background: #0056b3;
}
