* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
#message-box {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  display: none;
}
.success {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}
.error {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}
.navbar-toggler {
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-toggler-icon span {
  width: 1.1rem;
  height: 3px;
  background-color: black;
  transition: all 0.3s ease;
  transform-origin: left center;
}

/* Active state for hamburger menu */
.navbar-toggler-icon.active span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}

.navbar-toggler-icon.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler-icon.active span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  bottom:2px;
}


 .navbar-toggler-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3px;
  justify-content: center;
} 
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.navbar-toggler{
  border:solid 0px black;
}
.navbar-toggler.collapsed{
  border: none;
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "nippo";
  src: url("../font/Nippo-Variable.ttf") format("truetype");
  /* You can include additional font formats for better browser support */
}

@font-face {
  font-family: "avenir";
  src: url("../font/avenir_roman_12.ttf") format("truetype");
  /* You can include additional font formats for better browser support */
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 520px) {
  h2 {
    font-size: 2.2rem;
  }
}

.container2 {
  width: 70%;
  margin: 0px auto;
}

p {
  font-family: "avenir", sans-serif !important;
}

img {
  max-width: 100%;
}

p {
  color: #3b3b3b;
  line-height: 1.2;
}

.highlight-text {
  color: #238f98;
}

a,
button {
  font-family: "Inter", sans-serif;
}

.h2-top-txt {
  padding-bottom: 1.5rem;
  font-size: 45px;
  font-weight: bold;
}

.section-gap {
  padding: 8% 0;
}

.m-top {
  margin-top: 100px;
}

@media only screen and (max-width: 520px) {
  .navbar-brand {
    width: 35%;
  }

  .m-top {
    margin-top: 50px;
  }

  .container2 {
    width: 80%;
    margin: 0px auto;
  }
}

.m-bot {
  margin-bottom: 100px;
}

@media only screen and (max-width: 520px) {
  .m-bot {
    margin-bottom: 50px;
  }
}

.p-top2 {
  padding-top: 150px;
}

.p-top {
  padding-top: 100px;
}

@media only screen and (max-width: 520px) {
  .p-top {
    padding-top: 3rem;
  }
}

.p-bot {
  padding-bottom: 100px;
}

@media only screen and (max-width: 520px) {
  .p-bot {
    padding-bottom: 3rem;
  }
}

.m-3b {
  margin-bottom: -3px;
}

.m-3t {
  margin-top: -3px;
}

.btn-primary {
  font-size: 16px;
  padding: 8px 20px;
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 60px;
  background-color: #57b600;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 2px solid #57b600;
  text-transform: uppercase;
}

.btn-primary.oval {
  margin-left: 8px;
  color: #238F98;
  background-color: transparent;
  border: 2px solid #238F98;
  -webkit-box-shadow: 0px 0px 14px -2px #484848;
  box-shadow: 0px 0px 14px -2px #484848;
}

.btn-primary.round {
  aspect-ratio: 1;
  padding: 10px 14px;
  margin-left: 8px;
  color: #238F98;
  background-color: transparent;
  border: 2px solid #238F98;
  -webkit-box-shadow: 0px 0px 14px -2px #484848;
  box-shadow: 0px 0px 14px -2px #484848;
}

.btn-primary span {
  font-size: 20px;
}

@media only screen and (max-width: 769px) {
  .btn-primary {
    padding: 8px 25px;
  }
}

.btn-primary.squar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
}

.btn-secondary {
  background-color: #57b600;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
}

.btn-spare {
  background-color: #238F98;
  border: none;
  border-radius: 50em;
  padding: 30px;
  font-size: 15px;
  font-size: 16px;
  aspect-ratio: 1;
  color: #fff;
  display: inline-block;
}

.heads p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #57b600;
  font-family: "Inter", sans-serif !important;
}

.heads h2 img {
  height: 50px;
}

.nav-bar-custom {
  /* position: fixed; */
  width: 100%;
  z-index: 9999999;
  background: #fff;
  position: sticky;
  top: 0;
}

.nav-bar-custom .navbar-brand img {
  width: 260px;
}

@media only screen and (max-width: 520px) {
  .nav-bar-custom button {
    margin-right: 14px;
  }
}

.nav-bar-custom .nav-item .nav-link {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.nav-bar-custom .btn-primary {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.nav-bar-custom .logo-a {
  width: 176px;
  background: #3c3c3c;
  padding: 6px 20px;
  border-radius: 12px;
}

@media only screen and (max-width: 520px) {
  .nav-bar-custom .logo-a {
    width: 138px;
    background: #3c3c3c;
    padding: 9px 10px;
    border-radius: 16px;
  }
}

.nav-bar-custom .logo-a svg {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media only screen and (max-width: 520px) {
  .nav-bar-custom .logo-a svg {
    height: 36px;
    width: 120px;
  }
}

.popup-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.44);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  z-index: 9999999999;
}

.popup-menu .close {
  margin-left: auto;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  font-size: 25px;
}

.popup-menu .menu {
  position: absolute;
  z-index: 999999999;
  top: 12px;
  right: 24px;
  bottom: 12px;
  width: 30%;
  background: #181145;
  padding: 2rem;
  border-radius: 26px;
}

@media only screen and (max-width: 520px) {
  .popup-menu .menu {
    top: 12px;
    right: 24px;
    bottom: 180px;
    width: 60%;
  }
}

.popup-menu .menu .heading {
  font-size: 2rem;
  font-weight: 700;
  color: #238F98;
  border-bottom: 1px solid #238F98;
  font-family: "Inter", sans-serif !important;
}

@media only screen and (max-width: 520px) {
  .popup-menu .menu .heading {
    font-size: 1.5rem;
  }
}

.popup-menu .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}

@media only screen and (max-width: 520px) {
  .popup-menu .menu ul {
    margin-top: 1rem;
  }
}

.popup-menu .menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid #8469ff;
}

.popup-menu .menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
}

@media only screen and (max-width: 520px) {
  .popup-menu .menu ul li a {
    font-size: 18px;
  }
}

.top-txt {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #57b600;
  font-family: "Inter", sans-serif !important;
}

.foter-form-section {
  background: #57b600;
  padding: 8rem 0;
}

.foter-form-section .main-body {
  width: 75%;
  margin: 0 auto;
  background: #fff;
  padding: 6rem;
}

.foter-form-section .main-body .big-txt {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
}

.foter-form-section .main-body .div-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.foter-form-section .main-body .div-body .line {
  width: 1px;
  -ms-flex-preferred-size: 1px;
  flex-basis: 1px;
  background-color: #686868;
  height: 8rem;
  margin: 0 3rem;
}

.foter-form-section .main-body .div-body .box p {
  font-size: 13px;
  margin-bottom: 2rem;
}

.foter-form-section .main-body .div-body .box .name {
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
}

.foter-form-section .main-body .div-body .box .dsg {
  font-style: italic;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
}

.foter-form-section .main-body .div-body .box .btn-email {
  padding: 12px 17px;
  border: 1px solid #000;
  margin-top: 2rem;
  border-radius: 12rem;
  text-decoration: none;
  color: #000;
}

.foter-form-section .main-body .div-body .box .btn-email a {
  color: #000;
  text-decoration: none;
}

.foter-form-section .main-body-down {
  width: 75%;
  margin: 0 auto;
  background: #ebeaea;
  padding: 6rem;
}

.foter-form-section .main-body-down .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.foter-form-section .main-body-down .block p {
  font-size: 2rem;
  margin: 0;
}

.foter-form-section .main-body-down .block input {
  font-size: 18px;
  padding: 12px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #787878;
  line-height: 1;
  padding: 8px 0;
  -ms-flex-preferred-size: 63%;
  flex-basis: 63%;
}

.foter-form-section .main-body-down .block input::-webkit-input-placeholder {
  color: #000;
}

.foter-form-section .main-body-down .block input::-moz-placeholder {
  color: #000;
}

.foter-form-section .main-body-down .block input:-ms-input-placeholder {
  color: #000;
}

.foter-form-section .main-body-down .block input::-ms-input-placeholder {
  color: #000;
}

.foter-form-section .main-body-down .block input::placeholder {
  color: #000;
}

.foter-form-section .main-body-down .form-check {
  font-size: 15px;
}

.foter-form-section .main-body-down .form-check input {
  border-radius: 0;
}

.foter-form-section .main-body-down p.below {
  font-size: 14px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.foter-form-section .main-body-down .submit {
  border-radius: 20vw;
  padding: 12px 18px;
  border: 1px solid;
}

footer {
  padding: 4rem 0;
  background: #000;
  padding-bottom:2rem;
  /* margin-top: 2rem; */
}
.copyright{
    margin-top:2%;
}
footer * {
  color: #e6e6e6;
}

footer svg {
  -webkit-filter: invert(1);
  filter: invert(1);
}

footer ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

@media only screen and (max-width: 520px) {
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

footer ul * {
  font-size: 24px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  text-decoration: none;
}

footer .links-im {
  border-block: 1px solid #c4c4c4;
  margin: 2rem 0;
  padding: 2rem 0;
}

footer .links-im ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .links-im ul a {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #ddd;
}

footer .links-im ul a .arrow {
  border-radius: 50pc;
  background-color: #3b3b3b;
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}

footer .copy p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.footer {
  background-color: #238F98;
  padding-top: 30px;
  color: white;
}

.footer a {
  text-decoration: none;
  color: white;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 0;
  padding-bottom: 30px;
}

.footer__content p,
.footer__content a,
.footer__content span {
  font-size: 13px;
  font-weight: 500;
}

.footer .ssl-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #7e7e7e;
}

@media only screen and (max-width: 510px) {
  .footer .ssl-outer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer .ssl-outer .ssl-enc {
  width: 18%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 510px) {
  .footer .ssl-outer .ssl-enc {
    width: 70%;
  }
}

.footer .ssl-outer .ssl-enc p {
  font-size: 14px;
  margin-bottom: 0px;
  text-align: right;
  font-weight: 600;
}

@media only screen and (max-width: 510px) {
  .footer .ssl-outer .ssl-enc p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.footer .ssl-outer .ssl-enc .image img {
  width: 100%;
  height: auto;
}

.footer__intro a,
.footer__links a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__intro a:hover,
.footer__links a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #fff;
}

.footer__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 260px;
  width: 260px;
}

.footer__intro-logo img {
  width: 175px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer__intro-logo:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.footer__intro p {
  margin: 20px 0;
}

.footer__intro a {
  font-size: 20px;
  margin-bottom: 10px;
}

.footer__intro a span {
  margin-left: 10px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.footer__links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  min-width: 200px;
}

.footer__links-group h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.footer__links-group h4 span::after {
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
}

.footer__links-group a {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  max-width: 220px;
  position: relative;
  text-transform: capitalize;
}

.footer__links-group a svg {
  position: absolute;
  left: -20px;
  margin-right: 10px;
  height: 20px;
  width: 20px;
}

.footer__social {
  max-width: 260px;
}

.footer__social h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: -9px;
  text-transform: capitalize;
}

.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer__social-links a {
  font-size: 30px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
}

.footer__social-links a img {
  width: 100%;
  height: auto;
}

.footer__social-links a img.x-padd {
  padding: 4px;
}

.footer__social-links a:hover {
  color: #fff;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.footer .button .btn {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 42px;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 12px 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  margin-top: 30px;
}

.footer .button .btn::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
}

.footer__bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer__bottom a {
  text-transform: capitalize;
  color: #bdbdbd;
  text-decoration: underline;
}

.footer__bottom p {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 1200px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
  }

  .footer__intro,
  .footer__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: unset;
    width: 100%;
  }

  .footer__intro p,
  .footer__social p {
    text-align: center;
  }

  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 740px) {
  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }

  .footer__intro {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 12px;
  }
}

@media only screen and (max-width: 680px) {
  .footer__social {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .footer__links-group {
    min-width: unset;
  }

  .footer__links-group h4 {
    font-size: 22px;
  }
}

/* Footer Section */


/* Responsive Styles */
@media (max-width: 768px) {
  .header {
    padding: 30px 0;
  }

  .feature-icon,
  .indication-icon {
    font-size: 2.5rem;
  }

  .feature-card,
  .indication-card {
    padding: 15px;
  }
}

.enquiry-btn {

  background-color: #238f98;
  color: white;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1000;
  transition: background-color 0.3s ease-in-out;
  border: none;
}

.enquiry-btn:hover {
  background-color: #28a745;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.enquiry-btn i {
  margin-right: 8px;
}


.nav-item .nav-link:hover {
  color: #28a745;
  transition: all .3s;
  transform: scaleY(1.2);
}

.modal {
  z-index: 999999999999;
}

.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #aeea17;
  padding: 6px;
  border-radius: 30px;
  background-size: 10px;
}

.modal img {
  margin: 1rem;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  height: 400px;
  object-fit: cover;

}

.modal .modal-content {
  border-radius: 18px;
  overflow: hidden;
}

.modal .modal-right {
  padding: 2rem;
}

.modal .modal-right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal .modal-right form input,
.modal .modal-right form textarea {
  background: #f2f2f2;
  border: none;
  border-bottom: 2px solid #000;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 6px;
}

.modal .modal-right .txt {
  font-size: 2.3rem;
  line-height: 1;
  padding-bottom: 2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
}

.btn-primary-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}


h2 img {
  width: 80px;
}

.modal-content {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
  border-bottom: none;
  padding-bottom: 1rem;
}

.btn-close {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  color: #333;
  z-index: 99999;
}

.modal-title {
  font-size: 2rem;
  font-weight: bold;
}

.modal-body {
  padding: 2rem;
}

/* Title Styling */
.display-4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #28a745;
  /* Green color */
}

.h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

/* List Styling */
.list-group-item {
  padding: 1.25rem;
  border: 1px solid #e9ecef;
  background-color: #f8f9fa;
}

.list-group-item ul {
  padding-left: 20px;
}

/* Accent Color for List Items */
.list-group-item:nth-child(odd) {
  background-color: #e9f7e7;
  /* Lighter green background for alternate list items */
}

/* Buttons or Action Elements */
.btn-primary,
.btn-close {
  color: white;
  background-color: #28a745;
  /* Green color for buttons */
  border-color: #28a745;
}

.btn-primary:hover,
.btn-close:hover {
  background-color: #218838;
  /* Darker green for hover effect */
  border-color: #1e7e34;
}

/* Spacing */
.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

/* Modal Responsiveness */
@media (max-width: 767.98px) {
  .modal-dialog {
    max-width: 100%;
    margin: 1rem;
  }

  .modal-body {
    padding: 1rem;
  }

  .display-4 {
    font-size: 2rem;
  }
}@media only screen and (max-width: 520px) {
  .modal img {
    height: 200px;
    margin: 0;
  }
  body, html {
    height: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll but allow vertical */
}

  .modal .modal-right .txt{
    font-size: 1.5rem;
  }
}