@charset "UTF-8";
/*
Theme Name: Aarogga Kanon
Theme URI: https://example.com/aarogga-kanon/
Author: Sawnban Shahin
Author URI: https://example.com/
Description: Custom WordPress theme for Aarogga Kanon, based on the provided UI design. Uses Bootstrap 5.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, custom-theme, responsive
Text Domain: aaroggakanon
*/
/*--------------------------------------------------------------
# General Styling
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
body {
  background-color: #FEFBF0;
  font-family: 'Hind Siliguri', sans-serif;
  color: #000; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.button-2 {
  background: #2dd4bf;
  font-weight: 500; }

.button-2:hover {
  background: #047857;
  color: #fff; }

.product-bg {
  background: #fff1d5;
  padding: 15px;
  border-radius: 6px; }
  .product-bg img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.product-details h1, .product-details h3 {
  font-family: 'Hind Siliguri', sans-serif; }

:root {
  --primary-green: #047857;
  /* গাঢ় সবুজ */
  --secondary-teal: #2dd4bf;
  /* হালকা টিল */
  --background-cream: #fffaf0;
  /* অফ-হোয়াইট */
  --text-dark-green: #064e3b;
  /* লেখার জন্য গাঢ় সবুজ */
  --text-gray: #555;
  --text-light: #ffffff;
  --border-light: #e5e7eb;
  --font-body: 'Hind Siliguri', sans-serif;
  --font-heading: 'Playfair Display', serif; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif; }

.mobile-container {
  display: none; }

.desktop-hero {
  display: block; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  background-color: #EAF2E2;
  padding: 5px 0;
  margin: 0 auto;
  border-radius: 6px;
  display: block; }

.locaton span {
  font-size: 13px; }
.locaton .loca-text {
  display: flex;
  align-content: center; }
  .locaton .loca-text i {
    padding: 10px 8px 0 0; }
  .locaton .loca-text h3 {
    font-size: 19px; }

.navbar-brand {
  display: flex;
  flex-direction: column;
  color: #0C562F;
  font-weight: bold; }

.navbar-brand img {
  width: 140px;
  /* Adjust as needed */
  height: auto;
  /* Maintain aspect ratio */ }

.header-right {
  display: flex;
  align-items: center;
  gap: 15px; }

.logo-text-bengali {
  font-size: 28px;
  font-family: 'Hind Siliguri', sans-serif; }

.logo-subtext {
  font-size: 14px;
  font-family: 'Hind Siliguri', sans-serif;
  letter-spacing: 1px; }

.search-bar-container {
  flex-grow: 1;
  max-width: 400px; }

.search-form {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden; }

.search-field {
  border: none;
  padding: 10px 20px;
  width: 100%;
  font-size: 12px; }

.search-field:focus {
  outline: none; }

.search-submit {
  border: none;
  color: #373737;
  padding: 0 20px;
  cursor: pointer; }

.login-link {
  background: #2F835F;
  padding: 9px 18px;
  border-radius: 3px;
  color: white;
  font-size: 14px;
  margin-left: 15px; }

.login-link:hover {
  background: #0C562F; }

.header-right .btn,
.header-right .cart-link,
.header-right {
  background-color: transparent;
  border: none;
  color: #000;
  margin-left: 15px;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 14px; }

.header-right .dropdown-toggle {
  background-color: #eaeaea !important;
  border-radius: 5px;
  height: 46px;
  padding: 0 30px; }

.header-right a {
  text-decoration: none; }

/*
 * phone header Styling
 */
.phone-bottom {
  display: none !important; }

.phone-bottom .menu-items {
  background: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999; }

.phone-bottom .menu-items #sidebarCollapse {
  outline: none !important;
  box-shadow: none !important;
  border: none !important; }

.phone-bottom .menu-items, .item-navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  /* Overlay effect */ }

.phone-bottom .menu-items .ph-title, .item-navbar .ph-title {
  display: grid;
  justify-items: center;
  color: #6e6e6e;
  padding: 12px;
  gap: 0.3rem; }

.phone-bottom .menu-items .ph-title i, .item-navbar .ph-title i {
  font-size: 20px; }

.phone-bottom .menu-items .ph-title span, .item-navbar .ph-title span {
  font-size: 12px; }

.phone-bottom .menu-items img, .item-navbar img {
  width: 45px; }

.phone-bottom .menu-items #navbar-sidebar, .item-navbar #navbar-sidebar {
  position: fixed;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 60%;
  background: #fff;
  transition: bottom 0.5s ease-in-out;
  overflow-y: auto;
  transform: translateY(100%);
  /* নিচ থেকে লুকানো থাকবে */
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  border-radius: 15px; }

.phone-bottom .menu-items #navbar-sidebar a, .item-navbar #navbar-sidebar a {
  color: #373737 !important;
  font-weight: 600;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 2rem; }

.phone-bottom .menu-items #navbar-sidebar a, .item-navbar #navbar-sidebar a:hover {
  margin-left: 1rem;
  margin-right: 0rem !important; }

.phone-bottom .menu-items #navbar-sidebar a, .item-navbar #navbar-sidebar a i {
  display: none; }

.phone-bottom .menu-items #navbar-sidebar a, .item-navbar #navbar-sidebar a:hover i {
  display: block; }

.phone-bottom .menu-items #navbar-sidebar.active, .item-navbar #navbar-sidebar.active {
  transform: translateY(0);
  /* নিচ থেকে ওপরে উঠবে */
  opacity: 1; }

.phone-bottom .menu-items .overlay, .item-navbar .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none; }

.phone-bottom .menu-items .overlay.active, .item-navbar .overlay.active {
  opacity: 1;
  display: block; }

.phone-bottom .menu-items #dismiss, .item-navbar #dismiss {
  text-align: right;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.phone-bottom .menu-items #dismiss i, .item-navbar #dismiss i {
  font-size: 25px;
  background: #202020;
  color: #fff;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px; }

.phone-bottom .menu-items #dismiss i:hover, .item-navbar #dismiss i:hover {
  background: #3d3d3d; }

.side-menu-icons {
  right: 15px; }

.side-menu-icons li {
  margin-bottom: 25px; }

.side-menu-icons .icon a {
  font-size: 20px; }

.menu-navbar-field {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  padding: 10px 0;
  color: #000; }

/* active link highlight */
.ph-title.active {
  color: var(--primary-green) !important;
  position: relative; }

/* active হলে নিচে একটা border/indicator */
.ph-title.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 7px;
  background: var(--primary-green) !important;
  border-radius: 0 0 10px 10px; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.main-content {
  display: block; }

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  color: #0C562F;
  line-height: 1.2; }

.hero-title .highlight {
  color: #68C1A8;
  font-style: italic; }

.hero-subtitle {
  font-size: 1.5rem;
  color: #0C562F;
  margin-top: 10px; }

.allergies-text {
  font-size: 1.1rem;
  line-height: 1.6; }

.text-highlight {
  color: #68C1A8; }

.btn-primary.book-appointment-btn {
  background-color: #0C562F;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-size: 1rem; }

.btn-primary.book-appointment-btn:hover {
  background-color: #083c21; }

/*--------------------------------------------------------------
# Schedule Appointment Section
--------------------------------------------------------------*/
.schedule-appointment-section {
  background-color: #2F835F;
  border-radius: 20px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative; }

.schedule-text-content {
  padding: 40px 0 0 60px; }

.schedule-text-content h2 {
  font-size: 3.5rem;
  font-weight: 700; }

.schedule-text-content p {
  font-size: 1.2rem;
  margin-bottom: 30px; }

.book-appointment-link {
  background-color: #68C1A8;
  color: #000;
  border: none;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 500; }

.schedule-image-container {
  padding-top: 22px; }

.doctors-image {
  position: relative;
  right: 75px;
  max-width: 100%;
  height: auto; }

.appointment-actions {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column; }

.appointment-actions .btn-action {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  text-align: left;
  padding: 10px 20px; }

.appointment-actions .btn-action:hover {
  background-color: rgba(255, 255, 255, 0.4); }

/*--------------------------------------------------------------
# Treatments Section
--------------------------------------------------------------*/
.treatments-section {
  background-color: #0C562F;
  /* Dark green background */
  padding: 60px 0; }

.treatments-section .category-tag {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 8px 18px;
  margin-bottom: 20px;
  font-size: 0.9rem; }

.treatments-section .category-tag .fa-th-large {
  margin-right: 8px; }

.treatments-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3; }

.treatments-title .highlight-expert {
  font-family: 'Dancing Script', cursive;
  /* A nice cursive font */
  background-color: #00FFD1;
  /* Bright cyan */
  color: #0C562F;
  padding: 2px 15px;
  border-radius: 8px;
  font-style: normal; }

/* We need to add the Dancing Script font in functions.php */
/* Or import it here */
.treatments-card-container {
  gap: 20px;
  padding-bottom: 20px;
  /* Space for scrollbar */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

/* Hide scrollbar for Chrome, Safari and Opera */
.treatments-card-container::-webkit-scrollbar {
  display: none; }

.treatment-card {
  max-width: 268px;
  height: 320px;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.card-content h3 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0A2D3E;
  margin-bottom: 20px;
  line-height: 1.4; }

.tab-here-btn {
  background-color: #0A2D3E;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 12px;
  display: inline-block;
  width: 60%;
  text-align: center;
  z-index: 1; }

.tab-here-btn:hover {
  color: #fff;
  opacity: 0.9; }

.card-bg-icon {
  position: absolute;
  right: -6px;
  bottom: -9px;
  width: 80%;
  height: auto;
  opacity: 0.2;
  z-index: 0; }

.card-content {
  position: relative;
  z-index: 1; }

/* Card Specific Colors */
.treatment-card.card-alzheimer {
  background-color: #F39C12; }

.treatment-card.card-hepatitis {
  background-color: #D8E4C9; }

.treatment-card.card-kidney {
  background-color: #68C1A8; }

.treatment-card.card-atrial {
  background-color: #FEFBF0; }

.treatment-card.card-hepatitis h3,
.treatment-card.card-atrial h3 {
  color: #0A2D3E;
  /* Dark text for light backgrounds */ }

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about-us-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.about-us-image-container {
  background-color: #D5ED9F;
  border-radius: 20px;
  padding: 30px;
  display: inline-block; }

.about-us-image-container img {
  max-width: 100%;
  padding: 25px; }

.about-us-content .about-us-tag {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 8px 18px;
  margin-bottom: 25px;
  font-size: 0.9rem;
  font-weight: 500; }

.about-us-content .about-us-tag .fa-info-circle {
  margin-right: 8px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  padding: 3px;
  font-size: 10px; }

.about-us-content .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #68C1A8;
  /* Your Health color */
  line-height: 1.2; }

.about-us-content .section-title .title-priority {
  color: #0C562F;
  /* Our Priority color */ }

.about-us-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-top: 20px;
  max-width: 600px; }

.stats-container {
  gap: 20px;
  /* Space between cards */ }

.stat-card {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  padding: 20px 25px;
  text-align: center;
  flex-grow: 1;
  max-width: 194px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }

.stat-card h3 {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #0C562F;
  margin-bottom: 5px; }

.stat-card p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0; }

/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/
.products-section {
  background-color: #0C562F;
  padding: 60px 0; }

.products-section-title h3 {
  font-family: 'Playfair Display', serif;
  color: #68C1A8;
  font-size: 2rem;
  font-weight: 500; }

.products-section-title h2 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1; }

.btn-view-all {
  background-color: #68C1A8;
  color: #000000;
  padding: 12px 25px;
  border-radius: 8px; }

.btn-view-all:hover {
  background-color: #0C562F; }

.products-scroll-container {
  gap: 25px;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */ }

.products-scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */ }

.quds-carousel-list {
  font-family: 'Hind Siliguri', sans-serif; }

.product-card {
  min-width: 260px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.product-image-container img {
  width: 100%;
  height: 180px;
  object-fit: cover; }

.product-card-body {
  padding: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.product-title {
  font-size: 1.2rem;
  font-weight: 500; }

.card-text {
  height: 48px;
  font-size: 15px; }

.product-price {
  margin-bottom: 20px;
  font-family: 'Hind Siliguri', sans-serif; }

.product-price del {
  color: #888;
  margin-right: 10px; }

.product-price span {
  color: #4C00FE;
  /* Purple color for new price */
  font-weight: bold;
  font-size: 1.2rem; }

.add-to-bag-btn {
  background-color: #68C1A8;
  color: #0C562F;
  font-weight: 500;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  /* Pushes button to the bottom */ }

.add-to-bag-btn:hover {
  color: #0C562F;
  opacity: 0.9; }

.add-to-bag-btn .plus-icon {
  background-color: #0C562F;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1; }

/* Bottom Buttons */
.btn-reviews {
  background-color: #96B49D;
  color: #0C562F;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.9rem; }

.btn-reviews:hover {
  background-color: #96B49D; }

.pagination-buttons .btn, .quds-carousel-nav .btn {
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.9rem;
  margin-left: 10px; }

.btn-pagination-outline, .quds-carousel-nav #prevBtn {
  border: 1px solid #68C1A8;
  color: #68C1A8; }

.btn-pagination-outline:hover, .quds-carousel-nav #prevBtn:hover {
  background-color: #68C1A8;
  color: #000000; }

.btn-pagination-filled, .quds-carousel-nav #nextBtn {
  background-color: #68C1A8;
  border: 1px solid #68C1A8; }

.btn-pagination-filled:hover, .quds-carousel-nav #nextBtn:hover {
  background-color: #40a085;
  border: 1px solid #40a085; }

/*--------------------------------------------------------------
# Clinic Moments Section
--------------------------------------------------------------*/
.clinic-moments-section {
  background-color: #FEFBF0;
  /* Off-white background from the design */
  padding: 60px 0; }

.clinic-moments-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0C562F;
  /* Dark Green */ }

.clinic-moments-title h2 span {
  color: #68C1A8;
  /* Light Teal */ }

.btn-view-all-dark {
  background-color: #0C562F;
  color: #fff;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none; }

.btn-view-all-dark:hover {
  color: #fff;
  opacity: 0.9; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

/* Responsive adjustments for the grid */
@media (max-width: 768px) {
  .clinic-moments-title h2 {
    font-size: 2.5rem; }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
@media (max-width: 576px) {
  .clinic-moments-section .d-flex {
    flex-direction: column;
    align-items: flex-start !important; }

  .btn-view-all-dark {
    margin-top: 20px; } }
/*--------------------------------------------------------------
# Video Section
--------------------------------------------------------------*/
.video-section {
  background-color: #0C562F;
  /* Dark Green background */
  padding: 60px 0; }

.video-section-header .video-tag {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 8px 18px;
  margin-bottom: 20px;
  font-size: 0.9rem; }

.video-section-header .video-tag i {
  margin-right: 8px; }

.video-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff; }

.video-section-title .title-highlight {
  color: #68C1A8; }

.video-item {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden; }

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials-section {
  background-color: #FEFBF0;
  /* Off-white background */
  padding: 60px 0;
  overflow-x: hidden;
  /* Prevent horizontal scroll on body */ }

.testimonials-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0C562F;
  /* Dark Green */ }

.testimonials-title span {
  color: #68C1A8;
  /* Light Teal */ }

.testimonials-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 40px; }

.testimonials-scroll-container {
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */ }

.testimonials-scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */ }

/* Responsive padding adjustment */
@media (max-width: 1200px) {
  .testimonials-scroll-container {
    padding-left: 24px; } }
.testimonial-card {
  min-width: 360px;
  display: flex;
  flex-direction: column; }

.testimonial-header {
  background-color: #2F835F;
  color: #fff;
  padding: 25px;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center; }

.patient-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  margin-right: 20px; }

.patient-name {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0; }

.rating span {
  font-weight: bold;
  margin-right: 5px; }

.rating .fa-star {
  color: #F1C40F;
  /* Yellow for stars */
  font-size: 0.9rem; }

.testimonial-body {
  background-color: #D3E4CD;
  /* Light green for the body */
  padding: 25px;
  border-radius: 0 0 20px 20px;
  flex-grow: 1; }

.testimonial-body p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin: 0; }

/* Bottom buttons styling adjustments */
.btn-reviews-light {
  background-color: #ECECEC;
  color: #333;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.9rem; }

.btn-pagination-outline-dark {
  border: 1px solid #2F835F;
  color: #2F835F; }

.btn-pagination-outline-dark:hover {
  background-color: #2F835F;
  color: #fff; }

.btn-pagination-filled-dark {
  background-color: #2F835F;
  color: #fff;
  border: 1px solid #2F835F; }

.btn-pagination-filled-dark:hover {
  opacity: 0.9;
  background-color: #165f3f;
  color: #fff; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1B7E62;
  /* Main green color */
  color: #fff; }

/* Newsletter Section */
.newsletter-section {
  padding: 40px 0;
  background-color: #1C9D79;
  /* Slightly different green */ }

.newsletter-title {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1.8rem;
  font-weight: 600; }

.newsletter-subtitle {
  opacity: 0.9; }

.newsletter-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 8px 0 0 8px; }

.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7); }

.btn-subscribe {
  background-color: #fff;
  color: #1BD899;
  font-weight: bold;
  border-radius: 0 8px 8px 0;
  min-width: 120px; }

/* Main Footer */
.main-footer {
  padding: 60px 0 30px 0; }

.footer-widget .widget-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px; }

.footer-logo {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.footer-logo .logo-icon {
  background-color: #fff;
  color: #1ED292;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 600; }

.footer-widget p {
  opacity: 0.9;
  line-height: 1.7; }

/* Social Icons */
.footer-social-icons a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  margin-right: 5px;
  transition: background-color 0.3s, border-color 0.3s; }

.footer-social-icons a:hover {
  background-color: #fff;
  color: #1ED292;
  border-color: #fff; }

/* Footer Links */
.footer-links, .footer-contact-info, .working-hours-list {
  list-style: none;
  padding: 0; }

.footer-links li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  padding: 5px 0;
  display: inline-block; }

.footer-links li a:hover {
  opacity: 1; }

/* Contact & Hours */
.footer-contact-info li, .working-hours-list li {
  padding: 6px 0;
  opacity: 0.9;
  display: flex;
  justify-content: space-between; }

.footer-contact-info li i {
  margin-right: 10px; }

.working-hours-list .available-24-7 {
  font-weight: bold; }

/* Footer Bottom Bar */
.footer-bottom-bar {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.copyright-text {
  margin: 0;
  opacity: 0.8; }
  .copyright-text a {
    color: #fff; }

.legal-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }

.legal-links-list li {
  margin-left: 20px; }

.legal-links-list li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8; }

.legal-links-list li a:hover {
  opacity: 1; }

/* Responsive */
/* Responsive */
@media (max-width: 768px) {
  .phone-bottom {
    display: block !important; }

  .header-section .info-section {
    text-align: center; }

  .about-us-content {
    margin-top: 2rem;
    text-align: center; }
    .about-us-content .section-title {
      font-size: 2.5rem; }
    .about-us-content .about-us-tag {
      font-size: 0.7rem; }
    .about-us-content .about-us-text {
      font-size: 0.8rem; }
    .about-us-content .stat-card {
      max-width: 100%; }

  .desktop-hero {
    display: none; }

  .site-header {
    display: none; }

  /* === 
  মূল কন্টেইনার
  === */
  .mobile-container {
    background-color: var(--primary-green);
    display: block; }

  /* === উপরের সবুজ সেকশন (হেডার ও সার্চ) === */
  .header-section {
    background-color: var(--primary-green);
    padding: 20px;
    padding-bottom: 60px;
    /* নিচের কার্ভের জন্য অতিরিক্ত প্যাডিং */
    color: var(--text-light);
    /* ডিজাইনের নিচের কার্ভ তৈরির জন্য */
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px; }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px; }

  .logo h1 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2; }

  .logo span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px; }

  .nav-icons {
    display: flex;
    gap: 15px; }

  .icon-btn {
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    cursor: pointer; }

  .info-section h2 {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px; }

  .info-section p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 12px; }

  .search-bar {
    position: relative; }

  .search-bar input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border-radius: 6px;
    border: 1px solid var(--border-light);
    background-color: #f3f4f6;
    font-size: 16px;
    font-family: var(--font-body); }

  .search-bar .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-gray);
    cursor: pointer; }

  /* === প্রধান কনটেন্ট সেকশন === */
  .main-content {
    background-color: var(--background-cream);
    padding: 30px 20px;
    margin-top: -40px;
    /* সবুজ সেকশনের উপরে নিয়ে আসার জন্য */
    border-radius: 20px 20px 0 0;
    /* কার্ভের সাথে মিলানোর জন্য */
    position: relative;
    z-index: 10; }

  .schedule-banner img {
    width: 100%;
    height: auto;
    border-radius: 20px; }

  .hero-text h1 {
    font-family: var(--font-heading);
    font-size: 42px;
    color: var(--text-dark-green);
    line-height: 1.2;
    margin-bottom: 10px; }

  .hero-text h1 .highlight {
    color: var(--secondary-teal);
    display: block; }

  .hero-text p.subtitle {
    font-size: 16px;
    color: var(--text-gray);
    margin-bottom: 20px; }

  .hero-text p.description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-dark-green);
    margin-bottom: 30px; }

  .hero-text p.description .highlight-text {
    color: var(--secondary-teal);
    font-weight: 600; }

  .schedule-banner {
    margin-bottom: -25px;
    margin-top: 25px; }

  .cta-button {
    display: inline-block;
    background-color: var(--primary-green);
    color: var(--text-light);
    padding: 15px 30px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center; }

  /* === অ্যাপয়েন্টমেন্ট শিডিউল সেকশন === */
  .schedule-section {
    padding: 50px 10px;
    background-color: var(--background-cream); }

  .schedule-card {
    background-color: var(--primary-green);
    color: var(--text-light);
    border-radius: 20px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    /* ভেতরের কন্টেন্ট বাইরে যাবে না */ }

  .schedule-card-content {
    position: relative;
    z-index: 5; }

  .schedule-card h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px; }

  .schedule-card p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 25px; }

  .schedule-card .book-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--secondary-teal);
    color: var(--text-dark-green);
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600; }

  .doctors-image {
    position: absolute;
    right: -60px;
    /* ছবিটিকে ডানদিকে কিছুটা বাইরে রাখতে */
    bottom: 0;
    width: 250px;
    z-index: 2; }

  .quick-links {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: 8px; }

  .quick-links a {
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    padding: 8px 10px;
    border-radius: 5px;
    text-decoration: none; }

  .quick-links a.active {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--text-dark-green); }

  .treatments-title {
    font-size: 2.5rem; }

  .treatments-section .category-tag {
    font-size: 0.7rem; }

  .treatment-card {
    max-width: 100% !important; }

  .quds-carousel-list {
    gap: 12px !important; } }
@media (max-width: 576px) {
  .treatments-title {
    font-size: 2rem; }

  .products-headline {
    text-align: center;
    justify-content: center !important; }

  .products-section-title h3 {
    font-size: 1.5rem; }

  .products-section-title h2 {
    font-size: 2.5rem; }

  .btn-view-all {
    font-size: 13px;
    padding: 10px 20px; }

  .clinic-moments-title h2 {
    font-size: 2rem; }

  .video-section-title, .testimonials-title {
    font-size: 2rem; }

  .card-text {
    height: 65px; } }
/* Font Awesome Icons */

/*# sourceMappingURL=style.css.map */
