/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.navbar-brand {
  width: 21%;
}

.navbar-logo {
  width: 30rem;
  height: auto;
  object-fit: contain;
  margin: 1rem 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .nav-link {
  color: #4f4f4f;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fa7e64;
}
.bg-light {
  background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fa7e64;
}

.user_icon {
  width: 8rem;
  float: right;
  font-size: 2rem;
  color: #000;
}

.user_icon a {
  color: #000;
}

.user_icon a:hover {
  color: #fa7e64;
}

.call_btn {
  flex: 1;
}
.call_btn a {
  width: 100%;
  float: left;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #fa7e65;
  border-radius: 4rem;
  text-align: center;
  padding: 0.8rem 2rem;
}

.call_btn a:hover {
  color: #000;
  background-color: #fa7e65;
}

.padding_left10 {
  padding-left: 1rem;
}

.my-lg-0 {
  margin-right: 3rem;
}
.mr-auto,
.mx-auto {
  flex: 3;
}

/* about section start */

.about_section {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 9rem;
}

.about_title {
  width: 100%;
  font-size: 4rem;
  color: #252525;
  text-align: center;
  font-weight: bold;
}

.about_text {
  width: 100%;
  font-size: 3rem;
  line-height: 4rem;
  color: #252525;
  margin: 2rem 0px;
  text-align: center;
}

.about_text_1 {
  width: 86%;
  font-size: 3rem;
  line-height: 4rem;
  color: #252525;
  margin: 2rem auto;
  text-align: center;
}

.about_img {
  width: 100%;
  text-align: center;
}

.readmore_bt {
  width: 17rem;
  margin: 4rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.readmore_bt a {
  width: 100%;
  height: 5rem;
  float: left;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #252525;
  padding: 0.8rem 0rem;
  text-align: center;
  border-radius: 4rem;
}

.readmore_bt a:hover {
  color: #ffffff;
  background-color: #fa7f63;
}

/* about section end */

/* contact section start */

.contact_main {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.form-group {
  margin-bottom: 3rem;
}

.email-bt {
  color: #969695;
  width: 100%;
  height: 5rem;
  font-size: 1.8rem;
  padding: 0rem 2rem 0rem 2rem;
  background-color: transparent !important;
  border: 1px solid #6a9498 !important;
  border-radius: 4rem;
}

.massage-bt {
  color: #969695;
  width: 100%;
  height: 10rem;
  font-size: 1.8rem;
  padding: 3rem 2rem 0rem 2rem;
  background-color: transparent !important;
  border: 1px solid #6a9498 !important;
  border-radius: 1.5rem;
}

.send_bt {
  width: 100%;
  margin: 0 auto;
  padding-top: 3rem;
}

.send_bt a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1rem 0rem;
  background-color: #f8825f;
  font-weight: bold;
  border-radius: 4rem;
}

.send_bt a:hover {
  color: #ffffff;
  background-color: #252525;
}

.massage_text {
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  margin: 0px;
}

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
}

.location_bg {
  width: 100%;
  float: left;
  background-color: #393939;
  height: auto;
}

.location_main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.location_main ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.location_main li {
  float: left;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 2rem;
}

.location_main li a {
  color: #ffffff;
}

.location_main li a:hover {
  color: #f8825f;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background: linear-gradient(90deg, #fa7e64 10%, #ebab28 94%);
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  margin: 2rem 0rem;
}
.copyright_text a {
  color: #ffffff;
}
.copyright_text a:hover {
  color: #252525;
}

.margin_top90 {
  margin-top: 9rem;
}

/* copyright section end */

/* Navbar submenu styles */
.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  padding: 0.5rem 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
}

.navbar-nav .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-nav .submenu li {
  padding: 0;
  margin: 0;
}

.navbar-nav .submenu li a {
  display: block;
  padding: 0.8rem 1.5rem;
  color: #666666;
  font-size: 2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.navbar-nav .submenu li a:hover {
  background: linear-gradient(90deg, #fa7e64 10%, #ebab28 94%);
  color: #fff;
}

/* Mobile responsive styles */
@media (max-width: 991px) {
  .navbar-nav .submenu {
    position: static;
    background: #f8f9fa;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 2rem;
    display: none;
  }

  .navbar-nav .nav-item:hover .submenu {
    display: block;
  }

  .navbar-nav .submenu li a {
    padding: 0.8rem 1rem;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
}

/* module section start */
.gc_section {
  background-color: #f8f9fa;
  padding: 2.4rem 0;
  border-radius: 0.8rem;
}

.gc_module_card {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  height: 100%;
  transition: transform 0.2s ease;
}

.gc_module_card:hover {
  transform: translateY(-5px);
}
.gc_module_card:hover .gc_module_title {
  color: #fa7e64;
}

.gc_module_card_subtitle {
  font-weight: 600;
  padding: 0 2.4rem;
  text-align: left;
}

.gc_module_title {
  color: #333;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  text-align: left;
}

.gc_module_content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.gc_module_section {
  margin-bottom: 1.6rem;
  background-color: #fff;
}

.gc_module_subtitle {
  color: #555;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #eee;
}

.gc_module_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.gc_module_list li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.8rem;
  color: #666;
  font-size: 2rem;
  line-height: 1.5;
}

.gc_module_list li:before {
  content: "•";
  position: absolute;
  left: 0.8rem;
  color: #666;
  margin-right: 1rem;
}

/* module section end */

.why-choose-section {
  background-color: #f8f9fa;
  padding: 3rem;
  border-radius: 10px;
  margin: 2rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.why-choose-title {
  color: #333;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.why-choose-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #fa7e64;
}

.why-choose-content {
  padding: 1rem;
}

.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.why-choose-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.why-choose-list li:hover {
  transform: translateY(-5px);
}

.check-icon {
  color: #6fc276;
  font-size: 2rem;
  margin-top: 4px;
}

.why-choose-list li span {
  font-size: 2rem;
  color: #444;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 2rem 1rem;
  }

  .why-choose-list {
    grid-template-columns: 1fr;
  }

  .why-choose-title {
    font-size: 2rem;
  }
}

.short_program_card {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
  height: 100%;
  transition: transform 0.2s ease;
}

.short_program_title {
  color: #333;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  text-align: center;
}

.short_program_content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.short_program_section {
  margin-bottom: 1.6rem;
}

.short_program_subtitle {
  color: #555;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #eee;
}

.short_program_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.short_program_list li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.8rem;
  color: #666;
  font-size: 2rem;
  line-height: 1.5;
}

.short_program_list li:before {
  content: "•";
  position: absolute;
  left: 0.8rem;
  color: #666;
  margin-right: 1rem;
}
