@font-face {
  font-family: dm sans1;
  src: url(/font/DMSans-VariableFont_opsz\wght.ttf);
}

@font-face {
  font-family: fontthree;
  src: url(/font/SmoochSans-VariableFont_wght.ttf);
}

@font-face {
  font-family: figtree;
  src: url(/font/Figtree-VariableFont_wght.ttf);
}

@font-face {
  font-family: figtree1;
  src: url(/font/DMSans-Italic-VariableFont_opsz\wght.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  /* background-color: #ffffff; */
}

.main {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

nav {
  position: sticky;
  top: 0;
  height: 13vh;
  width: 100%;
  /* padding: 0rem 5rem; */
  background-color: #07342f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1px solid #f7a58236;
  z-index: 1000;
}

nav img {
  height: 10vh;
  max-width: 100%;
  object-fit: cover;
  /* margin-right: 6px; */
  /* background-color: #ffffff; */
}

.nav_div {
  background-color: #07342f;
  height: 10vh;
  max-width: 1300px; /* Keeps it centered and responsive */
  width: 100%;
  display: flex;
  justify-content: space-between; /* Spread logo, menu, and button */
  align-items: center;
  padding: 0 0rem; /* Add horizontal spacing inside the nav */
}

.manu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1rem;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: center; /* Keep menu centered between logo and button */
}

.manu a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: figtree;
  font-weight: 500;
}

.manu a:hover {
  color: #f7a582;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.icons {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.icons button {
  width: 12.5rem;
  height: 5vh;
  padding: 10px 0px 10px 0px;
  font-family: figtree;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 0.5rem; */
  color: #f7a582;
  border: none;
  border-radius: 3.25rem;
  border: 2px solid #f7a582;
  background-color: #07342f;
  /* margin-left: 100px; */
}

.icons button:hover {
  background-color: #ffffff;
  color: #07342f;
  border: none;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.icons button i {
  font-size: 1.5rem;
  margin: 10px;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #115e55;
  top: 100%;
  left: 0;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  flex-direction: column;
}

.dropdown-content a {
  padding: 0.6rem 1rem;
  color: white;
  display: block;
  white-space: nowrap;
}

.dropdown-content a:hover {
  background-color: #0d4c44;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Nested dropdown setup */
.dropdown-sub {
  position: relative;
}

.dropdown-sub-content {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #0e4e45;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 15;
}

.dropdown-sub-content a {
  padding: 0.6rem 1rem;
  color: white;
  display: block;
  white-space: nowrap;
}

.dropdown-sub-content a:hover {
  background-color: #0a3b35;
}

/* Show sub-dropdown on hover */
.dropdown-sub:hover .dropdown-sub-content {
  display: block;
}

/* Hide hamburger by default */
.menu-toggle {
  display: none;
  font-size: 2.5rem;
  color: #ffffff;
  cursor: pointer;
}

/* Responsive for tablets and mobile */
@media (max-width: 1242px) {
  .menu-toggle {
    display: block;
  }

  .manu {
    position: absolute;
    top: 13vh;
    left: 0;
    width: 100%;
    background-color: #07342f;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
    display: none;
    z-index: 999;
  }

  .manu.active {
    display: flex;
  }

  .icons {
    display: none;
  }

  .nav_div {
    position: relative;
  }
}

/* -------------------------
   Main Container
-------------------------- */
.main_contener {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 88vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* gap: 2rem; */
  background-color: #07342f;
  padding: 2rem 1rem;
}

.main_contener::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  width: 20rem;
  height: 20rem;
  background-image: url("/img/half-circle-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
}

.main_contener::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 23rem;
  height: 11.3rem;
  background-image: url("/img/half-shape.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
}

/* -------------------------
   Left & Right Columns
-------------------------- */
.sub_conone {
  width: 644px;
  height: 542px;
  position: relative;
  z-index: 1;
}

.sub_contwo {
  width: 644px;
  height: 542px;
  /* position: relative; */
  z-index: 1;
  margin-bottom: 100px;
}

/* -------------------------
   Text Styling
-------------------------- */
.h3_div {
  font-family: fontthree;
  color: #ffffff;
  font-size: 2rem;
}

.h1_div {
  font-family: fontthree;
  color: #f7a582;
  font-size: 2rem;
}

.p_dev {
  font-family: fontthree;
  color: #14d5bf;
  font-size: 2rem;
}

/* -------------------------
   Button Styling
-------------------------- */
.but_div {
  width: 60%;
}

.but_div button {
  width: 70%;
  font-family: figtree;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 0.5rem;
  color: #f7a582;
  border: 2px solid #f7a582;
  border-radius: 3.25rem;
  background-color: #07342f;
  cursor: pointer;
  padding: 10px 0px 10px 0px;
}

.but_div button:hover {
  background-color: #ffffff;
  color: #07342f;
  transition: all 0.4s ease;
  border: none;
}

/* -------------------------
   Background Dots
-------------------------- */
.bg_dev img {
  position: absolute;
  transform: translate(25%, 25%);
  height: 25rem;
  width: 25rem;
  z-index: 0;
  object-fit: cover;
}

/* -------------------------
   Image Layout
-------------------------- */
.img_aligan {
  height: 650px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.dr_img1 .dr_hero1,
.dr_img2 .dr_hero2 {
  position: relative;
  height: 26.5rem;
  width: 16rem;
  object-fit: cover;
  border-radius: 31.25rem;
  z-index: 99;
}

.dr_img2 .dr_hero2 {
  margin-left: 2rem;
  margin-bottom: 65%;
}

.img_aligan.slider {
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  height: 542px;
  margin: auto;
  position: relative;
}

.slide-track {
  display: flex;
  animation: scroll;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: calc(300px * 4); /* 4 slides */
}

.slide {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-600px); /* Moves 2 images over time */
  }
}

/* -------------------------
   Responsive Styles
-------------------------- */

@media (max-width: 1290px) {
  .main_contener {
    flex-direction: column;
    height: auto;
    gap: 2rem;
  }

  .sub_conone,
  .sub_contwo {
    width: 100%;
    max-width: 644px;
    height: auto;
  }

  .img_aligan {
    flex-direction: column;
    height: auto;
    gap: 2rem;
  }

  .dr_img2 .dr_hero2 {
    margin-left: 0;
    margin-bottom: 0;
  }

  .bg_dev img {
    height: 20rem;
    width: 20rem;
    transform: translate(0, 0);
  }
}

@media (max-width: 1024px) {
  .dr_img1 .dr_hero1,
  .dr_img2 .dr_hero2 {
    width: 70%;
    max-width: 250px;
    height: auto;
  }

  .dr_img1 {
    padding-right: 50px;
  }

  .dr_img2 {
    padding-left: 50px;
  }

  .main_contener::after {
    top: 80%;
    width: 15rem;
    height: 15rem;
  }
}

@media (max-width: 767px) {
  .but_div {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .but_div button {
    width: 60%;
    font-size: 1.6rem;
  }

  .img_aligan {
    flex-direction: column;
    gap: 1.5rem;
  }

  .dr_img1 .dr_hero1,
  .dr_img2 .dr_hero2 {
    max-width: 200px;
    height: auto;
  }

  .main_contener::before,
  .main_contener::after,
  .bg_dev img {
    display: none;
  }
}

@media (max-width: 480px) {
  .but_div button {
    width: 90%;
  }

  .dr_img1 .dr_hero1,
  .dr_img2 .dr_hero2 {
    max-width: 180px;
  }
}

@media (min-width: 1290px) and (max-width: 1335px) {
  .main_contener {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    height: auto;
    padding: 2rem 1rem;
  }

  .sub_conone,
  .sub_contwo {
    width: 48%;
    max-width: 644px;
  }

  .img_aligan.slider {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .bg_dev img {
    width: 18rem;
    height: 18rem;
    transform: translate(0, 0);
  }

  .main_contener::before,
  .main_contener::after {
    display: none;
  }
}

/* -----------------------------------
   About Container - Responsive Layout
------------------------------------- */
.aboute_contenar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fef7f4;
  border-bottom: 5px dashed #115e55;
  padding: 2rem 1rem;
  overflow: hidden;
  gap: 2rem;
}
/* -----------------------------------
   Left Image Section
------------------------------------- */
.aut_one {
  flex: 1 1 300px;
  max-width: 600px;
  background-image: url(/img/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abut_dr-img img {
  height: 25rem;
  width: 14rem;
  object-fit: cover;
  /* background-color: #fef7f400; */
  border-radius: 31.25rem;
  margin-top: 10%;
  max-width: 100%;
  display: block;
  z-index: 2;
}

.exp_ani {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.experience {
  width: 160px;
  padding: 1rem;
  text-align: center;
  border: 2px solid #f7a582;
  font-family: figtree;
  color: #000;
}

.experience span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f7a582;
}

.coun_div {
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* -----------------------------------
   Right Content Section
------------------------------------- */
.aut_two {
  flex: 1 1 300px;
  max-width: 600px;
  padding: 1rem;
  animation: fadeUP;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate {
  opacity: 0;
  animation: fadeUp 1s ease-out forwards;
}

.h3_abu h3 {
  font-family: fontthree;
  font-weight: 500;
  font-size: 2rem;
  color: #f0a784;
  margin-bottom: 1rem;
}

.h1_abu {
  font-family: fontthree;
  font-size: 1.7rem;
  color: #221d1d;
  margin-bottom: 1rem;
}

.p_abu {
  font-family: figtree;
  font-size: 1.1rem;
  color: #23222293;
  margin-bottom: 1.5rem;
}

.icon_div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.icon_div div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: figtree;
  font-size: 1.1rem;
  color: #222;
}

.icon_div i {
  background-color: #f7a582;
  border-radius: 50%;
  color: white;
  padding: 0.4rem;
  font-size: 1rem;
}

/* -----------------------------------
   Responsive Fixes
------------------------------------- */
@media (max-width: 768px) {
  .abut_dr-img img {
    height: 20rem;
    width: 10rem;
  }

  .experience {
    width: 130px;
    font-size: 0.9rem;
  }

  .experience span {
    font-size: 2rem;
  }

  .h1_abu {
    font-size: 1.4rem;
  }

  .p_abu {
    font-size: 1rem;
  }

  .icon_div div {
    font-size: 1rem;
  }
}

/* SERVICES SECTION CONTAINER */
.services {
  width: 100%;
  background-color: #fef7f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

/* HEADING AREA */
.services_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f0a784;
  font-family: figtree;
  text-align: center;
  transition: all 0.5s ease;
}

.services_nav:hover {
  color: #115e55;
  cursor: pointer;
}

.services_nav p {
  margin-top: 10px;
  font-size: 1.5rem;
}

/* RESPONSIVE GRID CONTAINER */
.parent {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 1262px;
  margin: 2rem auto;
  padding: 0 1rem;
  box-sizing: border-box;
  background-color: #fef7f4;
}

/* GRID ITEM */
.child {
  background-color: #fef7f4;
  font-size: 1.1rem;
  border: 1px solid black;
  font-family: figtree;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  height: auto;
  transition: transform 0.4s ease, background-color 0.4s ease;
}

.child:hover {
  background-color: #f0a784;
  transform: translateY(-10px);
}

/* CONTENT INSIDE BOX */
.div_icon_img {
  color: #115e55;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.div_icon_img img {
  height: 40px;
  width: 40px;
}

.div_icon_img h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #07342f;
}

.div_icon_img p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #115e55;
}

/* "READ MORE" BUTTON SECTION */
.read_dev {
  background-color: #f0a784;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 100%;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}

.read_dev a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.read_dev a i {
  font-size: 20px;
  padding-left: 2px;
}

/* GLOBAL SAFETY STYLING */
/* body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "figtree", sans-serif;
  background-color: #fff;
} */

/* Base Treatment Section */
.treatment_section {
  position: relative;
  width: 100%;
  background-color: #07342f;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem;
  overflow: hidden;
  box-sizing: border-box;
}

/* Heading Styles */
.treatment_heading {
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
  z-index: 1;
  position: relative;
}

.treatment_heading:hover {
  color: #f0a784;
  transition: all 0.5s ease;
}

.treatment_heading h1 {
  font-size: 2.5rem;
  margin: 0;
  font-family: figtree, sans-serif;
}

.treatment_heading p {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  font-weight: 300;
  font-family: figtree, sans-serif;
  opacity: 0.85;
}

/* Background Decorative Images */
.treatment_section::before,
.treatment_section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.treatment_section::before {
  top: 10px;
  right: 0;
  background-image: url(/img/half-circle-2.png);
  background-position: top right;
}

.treatment_section::after {
  bottom: 10px;
  left: 0;
  background-image: url(/img/rot-half-circle-2.png);
  background-position: bottom left;
}

/* Treatment Grid Container */
.treat_perent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  width: 100%;
  max-width: 1262px;
  margin: 0 auto;
  padding: 1rem;
  background-color: #07342f;
  box-sizing: border-box;
}

/* Each Treatment Card */
.child_treat {
  background-color: #fef7f4;
  font-size: 1.1rem;
  font-family: figtree;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #07342f;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  transform: translateY(0);
  padding: 1rem;
  min-height: 240px;
  z-index: 2;
}

.child_treat:hover {
  transform: translateY(-10px);
  background-color: #07342f;
  color: #f0a784;
  border: 2px dotted #f0a784;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Card Content */
.treatment_div_icon_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.treatment_div_icon_img img {
  margin-top: 10px;
  width: 60px;
  height: auto;
}

.treatment_div_icon_img h3 {
  font-size: 1.2rem;
  margin: 0;
}

.treatment_div_icon_img p {
  margin: 0 0 10px 0;
  font-size: 1rem;
  line-height: 1.4;
}

/* Read More Button */
.treat_dev {
  background-color: #f0a784;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  width: 100%;
  cursor: pointer;
  margin-top: auto;
}

.treat_dev a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.child_treat:hover .treat_dev a {
  transform: scale(1.05);
  color: #07342f;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
  .treatment_heading h1 {
    font-size: 2rem;
  }

  .treat_perent {
    grid-template-columns: 1fr;
    padding: 0.5rem;
  }

  .treatment_heading p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .treatment_heading h1 {
    font-size: 1.6rem;
  }

  .treatment_heading p {
    font-size: 0.95rem;
  }

  .treat_dev {
    height: 48px;
  }

  .treat_dev a {
    font-size: 0.95rem;
  }
}

body {
  overflow-x: hidden;
}

.faq_section {
  width: 100%;
  height: 100%;
  background-color: #fff7f4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.faq_perent {
  width: 90vw;
  max-width: 1300px;
  padding: 2rem;
  background-color: #fff7f4;
  display: flex;
  flex-wrap: row;
  justify-content: center;
}

.faq_child1 {
  position: relative;
  height: 38.81rem;
  width: 38.75rem;
  background-color: #fff7f4;
}

.faq_child1 img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Common styles for both count boxes */
.count_box_1,
.count_box_2 {
  position: absolute;
  bottom: -50px;
  width: 170px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Unique styles for each count box */
.count_box_1 {
  right: 170px;
  background-color: #07342f;
}

.count_box_2 {
  right: 0;
  background-color: #f0a784;
}

.count_content,
.count_content1 {
  height: 81px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: figtree;
}

.count_content {
  width: 112px;
}

.count_content1 {
  width: 140px;
}

.count_content span,
.count_content1 span {
  font-size: 3rem;
}

.count_content p,
.count_content1 p {
  font-size: 1.5rem;
  font-weight: 100;
}

.faq_child2 {
  height: auto;
  width: 620px;
  background-color: #fff7f4;
  margin-left: 50px;
}

.faq_child2 h3 {
  font-family: figtree;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 4px;
  color: #f0a784;
}

.content_div {
  font-family: figtree;
  margin-top: 20px;
}

.content_div h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #07342f;
}

.div_toggal {
  height: auto;
  width: 550px;
  background-color: #fff7f4;
  overflow: hidden;
}

.toggle-btn {
  box-sizing: border-box;
  background-color: #fff7f4;
  border: none;
  height: 55px;
  width: 550px;
  font-family: figtree;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 10px 20px 10px 0px;
  text-align: left;
  margin-top: 20px;
}

.hidden-paragraph {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  padding: 0 20px;
  margin: 0;
  color: #07342f;
  background-color: #fff7f4;
  font-family: figtree;
}

.hidden-paragraph.show {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
  padding: 10px 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .faq_perent {
    flex-direction: column;
  }
  .faq_child1 {
    height: 80%;
    width: 100%;
  }
  .faq_child1 img {
    height: 80%;
    width: 100%;
  }
  .faq_child2 {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .div_toggal,
  .toggle-btn {
    width: 100%;
  }
  .toggle-btn {
    height: auto;
    font-size: 1.2rem;
  }

  .count_box_1,
  .count_box_2 {
    display: none;
  }

  .content_div h1 {
    font-size: 1.5rem;
  }

  .toggle-btn {
    font-size: 1rem;
    margin-top: 10px;
  }
}

.Patients-Testimonials {
  width: 100%;
  background-color: #07342f;
  font-family: figtree;
  padding: 60px 20px;
  box-sizing: border-box;
}

.testimonials-container {
  max-width: 1300px;
  margin: auto;
  background-color: #07342f;
  box-sizing: border-box;
}

.testimonials-container h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #f0a784;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.video-wrapper {
  position: relative;
  padding-top: 177.78%; /* 9:16 aspect ratio */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.blog {
  width: 100%;
  background-color: #fff7f4;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* changed from center */
  padding: 60px 0; /* Add vertical padding */
}

.bllog_content {
  width: 90vw;
  max-width: 1300px;
  background-color: #fff7f4;
}

/* .row {
  height: 116px;
  width: 1300px;
  background-color: #FFF7F4;
} */

.col {
  height: 115px;
  width: 920px;
  background-color: #fff7f4;
}
.section_title h3 {
  color: #f0a784;
  font-family: figtree;
  font-weight: 400;
  padding-top: 10px;
}
.section_title h1 {
  color: #07342f;
  font-family: figtree;
  font-weight: 600;
  font-size: 3rem;
  padding-top: 10px;
}

.blog_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 per row */
  gap: 30px;
  padding: 40px 0;
  background-color: #fff7f4;
  border-bottom: 5px dashed #07342f;
}

.blog_card {
  background-color: #f0a784;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .blog_cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .blog_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog_cards {
    grid-template-columns: 1fr;
  }
}

.blog_card:hover {
  transform: translateY(-5px);
}

.blog_card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog_card h2 {
  font-size: 1.3rem;
  color: #07342f;
  margin: 20px;
  font-family: figtree;
}

.blog_card p {
  font-size: 1rem;
  margin: 0 20px 20px;
  color: #444;
  font-family: figtree;
}

.blog_card button {
  margin: 0 20px 20px;
  padding: 10px 20px;
  background-color: #07342f;
  border: none;
  color: white;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  font-family: figtree;
}

.blog_card button:hover {
  background-color: #0d4c44;
  scale: 1;
}

/* ======== Responsive Styles for Blog Section ======== */

/* Desktop (1200px and up) */
@media (max-width: 1200px) {
  .blog_cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .section_title h1 {
    font-size: 2.5rem;
  }
}

/* Tablets (901px – 1199px) */
@media (max-width: 900px) {
  .blog_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .section_title h1 {
    font-size: 2.2rem;
    text-align: center;
  }

  .col {
    width: 100%;
    text-align: center;
  }
}

/* Mobile (600px and below) */
@media (max-width: 600px) {
  .blog_cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog_card img {
    height: 180px;
  }

  .section_title h1 {
    font-size: 1.8rem;
  }

  .section_title h3 {
    font-size: 1rem;
    text-align: center;
  }

  .blog_card h2 {
    font-size: 1.2rem;
    margin: 16px;
  }

  .blog_card p {
    font-size: 0.95rem;
    margin: 0 16px 16px;
  }

  .blog_card button {
    margin: 0 16px 16px;
    font-size: 0.95rem;
    padding: 8px 16px;
  }
}

/* Base styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.contectUS {
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/img/hcg.hospital.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Figtree", sans-serif;
  /* padding: 40px 20px; */
}

.color_div {
  width: 100%;
  background-color: #07342fd9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
}

.why,
.form {
  border-radius: 15px;
  /* padding: 20px  ; */
  width: 100%;
  max-width: 640px;
}

.why {
  background-color: transparent;
  color: #f0a784;
}

.why h2 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.why h1 {
  font-size: 2rem;
  padding-bottom: 10px;
}

.why p {
  padding-bottom: 20px;
}

.why_con {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.why_con i {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form {
  background-color: #d8d5d4;
  color: #07342f;
  padding: 20px;
}

.form h2 {
  font-size: 2rem;
  padding-bottom: 10px;
  padding: 20px;
}

.form p {
  font-size: 1.1rem;
  padding-bottom: 20px;
  padding: 20px;
}

.form input,
.Message textarea {
  font-size: 1.1rem;
  width: 90%;
  padding: 15px;
  margin: 10px 0 20px 0;
  border-radius: 5px;
  border: none;
}

.form_input {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-left: 12px; */
}

form {
  padding: 20px;
}

.first_name,
.Last_name,
.form_rof,
.email,
.phone,
.Message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.Last_name input {
  width: 100%;
}
.first_name input {
  width: 100%;
}

/* 
.first_name label,
.Last_name label,
.form_rof label,
.email label,
.phone label,
.Message label{

} */

.Form_button {
  width: 100%;
  background-color: #07342f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  flex-direction: column;
  border-radius: 5px;
}

.Form_button button {
  width: 100%;
  background-color: #0b4f47;
  padding: 15px;
  font-size: 1.2rem;
  border: none;
  border-radius: 5px;
  color: #f0a784;
  cursor: pointer;
}

.Form_button button:hover {
  color: #07342f;
  background-color: #f0a784;
  transition: all 0.3s ease-in-out;
}

/* ✅ Media Queries for Responsiveness */

@media (max-width: 768px) {
  .color_div {
    flex-direction: column;
    align-items: center;
  }

  .why,
  .form {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .form_input {
    flex-direction: column;
  }

  .form input,
  .Form_button,
  .Message textarea {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .why h1 {
    font-size: 1.5rem;
  }

  .form h2 {
    font-size: 1.5rem;
  }

  .form p,
  .why p {
    font-size: 1rem;
  }

  .why_con {
    font-size: 1rem;
  }
}

.custom-marquee {
  background-color: #f0a784; /* Yellow background */
  font-size: 30px; /* Font size */
  font-weight: bold;
  font-style: Georgia; /* Font weight */
  color: #07342f; /* Text color */
  padding: 30px;
}

.footer {
  width: 100%;
  max-width: 1300px; /* Fixed max width */
  margin: 0 auto; /* Center it horizontally */
  background-color: #fef7f4;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap; /* Enable wrapping for responsiveness */
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  font-family: "Figtree", sans-serif;
  gap: 20px;
}

.elem_div {
  flex: 1 1 220px;
  max-width: 270px;
  min-width: 220px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: figtree;
}

.elem_div h2 {
  color: #07342f;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.img-logo_div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-logo_div img {
  width: 100%;
  max-width: 230px;
  height: auto;
  object-fit: cover;
  border-color: #fef7f4;
  /* border: 10px solid #f0a784; */
  border-radius: 5px;
}

.p-footer {
  /* text-align: center; */
  font-size: 0.95rem;
  padding: 0 10px;
  color: #07342f;
  margin-left: 10px;
}

.icon-footer {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  /* align-items: center; */
  gap: 15px;
  margin-top: 10px;
  margin-left: 15px;
}

.icon-footer i {
  font-size: 24px;
  color: #f0a784;
  cursor: pointer;
  transition: color 0.3s;
}

.icon-footer a {
  text-decoration: none;
}

.icon-footer i:hover {
  color: #07342f;
}

.arow_div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.arow_div span {
  display: flex;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #1cb1a047;
}

.arow_div i {
  font-family: "Figtree", sans-serif;
  color: #115e55;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ✅ Responsive Layout */
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .elem_div {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }

  .arow_div span {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 15px;
  }

  .elem_div h2 {
    font-size: 1.1rem;
  }

  .arow_div i {
    font-size: 0.95rem;
  }

  .icon-footer i {
    font-size: 22px;
  }
}

.copy {
  width: 100%;
  max-width: 1300px; /* Cap the width */
  margin: 0 auto; /* Center on page */
  padding: 20px 10px; /* Space on small screens */
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 0.95rem;
}

.copy p {
  margin: 0;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(20, 213, 191, 0.8);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  mix-blend-mode: difference;
}
