html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .burger-icon {
    display: block !important;
  }

  .header-row .btn-menu {
    display: none !important;
  }

  .header-title span {
    font-size: 16px !important;
    word-spacing: 3px !important;
  }

  .HeartFailure-image {
    width: 100%;
    overflow: hidden;
    /* Ensure no overflow */
  }

  .heart-failure-img {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    /* Remove bottom space */
    object-fit: cover;
    /* Ensure the image covers the container */
  }

  .heart-failure-img {
    max-width: 100% !important;
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    /* Remove bottom space */
  }

  .image-description1 p {
    margin-top: 10px;
    font-size: smaller !important;
    color: #fff;
  }

  .style-label {
    width: 30% !important;
    margin-left: 0px !important;
  }

  .style-label1 {
    width: 40% !important;
    margin-left: 0px !important;
  }

  .image-container11 {
    width: 100%;
    /* Ensure the container takes full width */
    display: block !important;
    /* Ensure containers are inline */
    text-align: center;
    /* Center the image horizontally */
  }

  .heart-stronger-img {
    width: 100% !important;
  }

  .heart-failure-img11{
    width: 100% !important;
  }
  .video{
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .btn-menu {
    display: none !important;
  }
  
  .heart-failure-img11{
    width: 100% !important;
  }

  .burger-icon {
    display: block !important;
  }
}

.header {
  background-color: #3cb2ba;
  color: #333;
  padding: 1.5rem;
  color: #fff;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.header-title {
  flex: 1;
}

.btn-menu {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

h1 {
  color: red;
}

.burger-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  /* z-index: 1001; */
  /* color: #fff; */
  /* top: 20px; */
}

.mobile-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.btn-menu {
  text-align: end;
}

.btn-menu span {
  background: linear-gradient(1deg, #ffffff, #9e9b9b);
  color: rgb(43, 43, 43);
  /* font-weight: 700; */
  border: 4px solid rgb(214, 214, 214);
  padding: 5px 10px;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  margin-right: 1.5rem;
}

.header-title {
  text-align: center;
}

.header-title span {
  font-size: 20px;
  word-spacing: 5px;
}

.banner-container {
  width: 100%;
  overflow: hidden;
  /* Ensure no overflow */
}

.banner-img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom space */
}

.devider {
  content: "";
  height: 10px;
  background-color: #3cb2ba;
}

.HeartFailure-title {
  background-color: red;
  padding: 2rem;
  border-radius: 25px 0px 25px 0px;
}

.mt-5 {
  margin-top: 5rem;
}

.HeartFailure-header {
  text-align: center;
  padding-top: 5rem;
}

.HeartFailure {
  background-color: #cceaf0;
}

.lable-title {
  margin-top: 2.5rem;
}

.lable-title p {
  margin-top: 1.5rem;
  font-size: 18px;
}

.lable-main-title {
  background-color: #1e5c61;
  color: #fff;
  padding: 1rem;
  font-size: 20px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.HeartFailure-image {
  text-align: center;
}

.sub-devider {
  content: "";
  height: 1px;
  background-color: #40b4bd;
  margin-top: 2rem;
}

.HeartFailure-image {
  width: 100%;
  overflow: hidden;
  /* Ensure no overflow */
}

.heart-failure-img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom space */
  object-fit: cover;
  /* Ensure the image covers the container */
}

.HeartFailure-image1 {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  width: 100%;
  height: 100%;
  /* Adjust as needed */
  overflow: hidden;
  /* Ensure no overflow */
}

.heart-failure-img {
  max-width: 50%;
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom space */
}

.dark-bg {
  background-color: #3ab2ba;
}

.image-description-block {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-around;
  /* Space out the items */
  /* align-items: center; */
  /* Center items vertically */
  text-align: center;
  /* Center text */
}

.image-description {
  width: 40%;
  /* Set width of each image-description block */
}

.image-description p {
  margin-top: 10px;
  font-size: 16px !important;
  color: #fff;
}

.heart-failure-img {
  width: 100%;
  /* Make image take full width of its container */
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom space */
  margin: 0 auto;
  /* Center the image horizontally */
}

.title-lable {
  width: 50% !important;
  /* Set the width of the image to 50% */
  height: auto !important;
  /* Maintain aspect ratio */
  display: block !important;
  /* Remove bottom space */
  margin: 0 auto !important;
  /* Center the image horizontally */
}

.risk {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.image-description1 {
  width: 30%;
  /* Set width of each image-description block */
}

.image-description1 p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.heart-title-lable {
  width: 60% !important;
  /* Set the width of the image to 50% */
  height: auto !important;
  /* Maintain aspect ratio */
  display: block !important;
  /* Remove bottom space */
  margin: 0 auto !important;
  /* Center the image horizontally */
}

.symptoms-img {
  width: 40%;
  /* Set the width of the container to 40% */
  /* float: left; */
  justify-content: left;
  margin-right: 20px;
  /* Add some margin to the right for spacing */
}

.heart-failure-img {
  width: 100%;
  /* Make the image take full width of its container */
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom space */
}

.heart-failure-img-title {
  width: 100%;
  /* Make the image take full width of its container */
  height: 20rem;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom space */
}

.style-label {
  width: 20%;
  margin-left: -60px;
}

.style-label1 {
  width: 30%;
  margin-left: -60px;
}

.width25 {
  width: 25% !important;
}

.image-container11 {
  width: 100%;
  /* Ensure the container takes full width */
  display: flex;
  /* Ensure containers are inline */
  text-align: center;
  /* Center the image horizontally */
}

.heart-failure-img11 {
  width: 50%;
  /* Make the image take full width of its container */
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Remove bottom space */
}

.heart-stronger-img {
  /* margin-left: 2rem; */
  width: 80%;
  /* Make the image take full width of its container */
  height: auto;
  /* Maintain aspect ratio */
  display: block;
}

.bg-img {
  background: url("./images/Layer 15-8.png") no-repeat;
  background-size: cover;
  /* Ensure the background image covers the entire container */
  /* width: 100%; */
}

ul.custom-bullets {
  list-style: none;
  /* Remove default bullets */
  padding: 0;
}

ul.custom-bullets li {
  position: relative;
  padding-left: 25px;
  /* Space for the custom bullet */
  margin-bottom: 10px;
}

ul.custom-bullets li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  /* Adjust size */
  height: 15px;
  /* Adjust size */
  background-color: #008080;
  /* Replace with the desired color */
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.Balanced-Diet {
  margin-top: 2.5rem;
  color: #1f5e63;
}

.img-center {
  text-align: center;
}

.fnq {
  font-size: 18px;
  border-bottom: 1px solid #1f5e63;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.fnq svg {
  float: right;
}

.fnq-main {
  margin: 2.5rem 0rem;
}

.container,
.container-fluid {
  width: 100%;
  overflow-x: hidden;
  /* Prevent horizontal overflow */
}

.links ul li a {
  text-decoration: none !important;
}

.scroll-link {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  scroll-behavior: smooth;
  text-decoration: none !important;
}

.scroll-link:hover {
  color: inherit !important;
}

.mobile-menu-content {
  display: grid;
  text-align: center;
  padding: 1rem;
  font-size: 18px;
}

.mobile-menu-content span {
  padding: 0.5rem;
}

.mobile-menu-content span:hover {
  background-color: #40b4bd;
}

/* Modal styles */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.langages-list {
  margin: 2rem;
}

.langages-list .custom-bullets li:hover {
  cursor: pointer;
}
.color-black {
  color: #000 !important;
}
.language-span {
  background-color: #cceaf0;
  padding: 1rem;
  border-radius: 6px;
  color: #0c6665;
  cursor: pointer;
}
.language-div {
  text-align: center;
  padding: 1rem;
}
.modal-content {
  text-align: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}

.language-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Space between buttons */
  justify-content: center;
  margin-top: 20px;
}

.language-buttons button {
  background-color: #cceaf0;
  color: #0c6665;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s;
}

.language-buttons button:hover {
  transform: scale(1.05);
}

.language-buttons button a {
  color: #0c6665;
  text-decoration: none;
}

.language-buttons button:focus {
  outline: none;
}

.close {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 10px;
}
/* #language-modal {
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* Modal styles */
#language-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; /* Ensure the modal is fixed to the screen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* Modal content container */
.iframe-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  height: 80%;
  position: relative; /* Make this container the reference for the close button */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button */
.iframe-modal-content .close {
  position: absolute; /* Position the close button inside the iframe-modal-content */
  top: 10px; /* Adjust spacing from the top */
  right: 10px; /* Adjust spacing from the right */
  font-size: 24px;
  color: #000;
  cursor: pointer;
  background: #fff; /* Optional: Make the background white */
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  transition: transform 0.2s;
}

.iframe-modal-content .close:hover {
  transform: scale(1.1);
  background: #ccc;
}

/* Iframe styling */
#iframe-content {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border: none;
}
.container-fluid.langages-list {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */ /* Full viewport height */
  text-align: center; /* Center align text inside the list */
}
.video-center {
  display: flex;
  justify-content: center; /* Horizontally centers the video */
  align-items: center; /* Vertically centers the video */
  min-height: 40vh; /* Optional: Makes it take full viewport height */
}
