@charset "UTF-8";
.text-sec-color {
  color: var(--second-color);
}

.text-main-color {
  color: var(--main-color);
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

.fs-10px {
  font-size: 10px;
}

.fs-11px {
  font-size: 11px;
}

.fs-12px {
  font-size: 12px;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.bg-light-grey {
  background-color: rgb(242, 242, 242);
}

.text-light-grey {
  color: rgb(242, 242, 242);
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  color: black;
  font-size: 14px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}

.main-section {
  padding: 2.5rem 0 3rem;
  min-height: calc(100vh - 220px);
  background-color: #fff;
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

.site-header .main-nav {
  background-color: #fff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843), 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.site-header .main-nav h1 .navbar-brand {
  margin: 0%;
}
.site-header .main-nav h1 .navbar-brand img {
  width: 100px;
  height: auto;
}
.site-header .main-nav .navbar-toggler {
  padding: 0;
  border: 0px;
}
.site-header .main-nav .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .main-nav .navbar-toggler i,
.site-header .main-nav .navbar-toggler svg {
  font-size: 31px;
}
.site-header .main-nav .navbar-collapse .navbar-nav {
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 7px 13px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #364153;
  border-radius: 6px;
  transition: 300ms;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #009689;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background-color: #009689;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  transition: transform 0.3s ease;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 7px;
  min-width: 200px;
  margin-top: 8px;
  animation: slideDown 0.3s ease-out;
  transform-origin: top center;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #364153;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  text-align: justify;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #009689;
  color: #fff;
  transform: translateX(-3px);
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #009689;
  color: #fff;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropend {
  position: relative;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropend > .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0;
  border-left: 0.3em solid;
  float: left;
  margin-left: auto;
}
.site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropend > .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 8px;
  animation: slideRight 0.3s ease-out;
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1399.98px) {
  .site-header .main-nav .navbar-collapse .navbar-nav {
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
  }
  .site-header .main-nav .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .site-header .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    width: 100%;
    text-align: right;
  }
  .site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    position: static !important;
    transform: none !important;
    box-shadow: none;
    background-color: #f8f9fa;
    margin-top: 5px;
    border-right: 3px solid #009689;
  }
  .site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    transform: translateX(-3px);
  }
  .site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropend > .dropdown-menu {
    position: static !important;
    margin-right: 0;
    margin-top: 5px;
    background-color: #e9ecef;
    padding-right: 20px;
  }
  .site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropend > .dropdown-toggle::after {
    float: left;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .site-header .main-nav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropend.show > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}
.site-header .main-nav .btn-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  color: #fff !important;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(90deg, #009689 0%, #00786F 100%);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  transition: 0.3s;
}
.site-header .main-nav .btn-nav:hover {
  transform: scale(1.05);
}

@media (max-width: 991.98px) {
  .loginPage .login_box {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .loginPage .login_box {
    width: 80% !important;
  }
  .loginPage .login_box .image_holder img {
    border-radius: 15px 15px 0px 0 !important;
  }
}
.loginPage {
  width: 100%;
  min-height: calc(100vh - 155px - 463.38);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginPage .login_box {
  min-height: 380px;
  background-color: white;
  border-radius: 15px;
  width: 70%;
  margin: auto;
}
.loginPage .login_box .image_holder {
  width: 100%;
  height: 100%;
}
.loginPage .login_box .image_holder img {
  width: 100%;
  height: 100%;
  border-radius: 0px 15px 15px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginPage .login_box .login-form {
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loginPage .login_box .login-form .login_content {
  margin-bottom: 20px;
}
.loginPage .login_box .login-form .login_content .title {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
.loginPage .login_box .login-form .login_content .inp_holder {
  margin-bottom: 15px;
}
.loginPage .login_box .login-form .login_content .inp_holder .login-label {
  margin-bottom: 6px;
  font-size: 11px;
  color: #959595;
  font-weight: 600;
}
.loginPage .login_box .login-form .login_content .inp_holder .login-inp {
  padding: 5px 13px !important;
  border-radius: 6px;
}
.loginPage .login_box .login-form .login_content .btn_holder .login-btn {
  transition: background-color 0.4s;
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 15px;
  padding: 0.5rem 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #01b3e4;
}
.loginPage .login_box .login-form .login_content .btn_holder .login-btn:hover {
  background-color: #01abda;
}

.landing-section {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #F0FDFA 0%, #FFFFFF 100%);
}
.landing-section .welcome-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  border-radius: 26843500px;
  border: 0.8px solid #96F7E4;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #00786F;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1019607843), 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 30px;
}
.landing-section .welcome-badge i,
.landing-section .welcome-badge svg {
  font-size: 15px;
}
.landing-section .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 85px;
  color: #101828;
  margin-bottom: 20px;
}
.landing-section .title span {
  color: #009689;
}
.landing-section .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  text-align: justify;
  color: #4A5565;
}
.landing-section .btn-holder {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.landing-section .btn-holder .btn-land {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  background: linear-gradient(90deg, #009689 0%, #00786F 100%);
}
.landing-section .btn-holder .btn-land.outline {
  border: 1.6px solid #009689;
  color: #009689;
  background: white;
}
.landing-section .btn-holder .btn-land {
  transition: 0.3s;
}
.landing-section .btn-holder .btn-land:hover {
  transform: scale(1.05);
}
.landing-section hr {
  background-color: #E5E7EB;
  color: #E5E7EB;
  margin: 2rem 0;
  opacity: 1;
}
.landing-section .statistic-item .num {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #009689;
}
.landing-section .statistic-item .name {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4A5565;
}
.landing-section .img-land {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 500px;
  border-radius: 24px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
}
.landing-section .img-land img {
  width: 100%;
  height: 100%;
}
.landing-section .img-land::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(11, 79, 74, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.land-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  border: 1.6px solid #F3F4F6;
  background-color: white;
  border-radius: 16px;
  height: 100%;
}
.land-box .icon-holder,
.land-box .img-holder {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  color: white;
}
.land-box .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.land-box .img-holder {
  margin-bottom: 15px;
}
.land-box .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.land-box .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #101828;
}
.land-box .des {
  font-size: 16px;
  line-height: 26px;
  color: #4A5565;
  margin-bottom: 0px;
}
.land-box .price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.land-box .price .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7282;
  margin-bottom: 5px;
}
.land-box .price .val {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #009689;
  margin: 0px;
}
.land-box .price .val span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.land-box .btn-holder {
  border-top: 1px solid #F3F4F6;
  padding-top: 20px;
  margin-top: auto;
}
.land-box .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border-radius: 10px;
  padding: 8px 10px;
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: linear-gradient(90deg, #009689 0%, #00786F 100%);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
  transition: 0.3s;
}
.land-box .btn-box:hover {
  transform: scale(1.05);
}
.land-box.about-goals .icon-holder {
  background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
}
.land-box.about-message .icon-holder {
  background: linear-gradient(135deg, #00BBA7 0%, #009689 100%);
}
.land-box.about-vision .icon-holder {
  background: linear-gradient(135deg, #00BC7D 0%, #009966 100%);
}
.land-box.light-green .icon-holder, .land-box.light-red .icon-holder, .land-box.light-blue .icon-holder, .land-box.light-purple .icon-holder, .land-box.light-green2 .icon-holder, .land-box.light-yellow .icon-holder, .land-box.light-red2 .icon-holder, .land-box.light-rose .icon-holder {
  width: 60px;
  height: 60px;
}
.land-box.light-green .icon-holder {
  border: 1.6px solid #96F7E4;
  background: #CBFBF1;
  color: #00786F;
}
.land-box.light-red .icon-holder {
  border: 1.6px solid #FFCCD3;
  background: #FFE4E6;
  color: #C70036;
}
.land-box.light-blue .icon-holder {
  border: 1.6px solid #a6ceff;
  background: #BEDBFF;
  color: #1447E6;
}
.land-box.light-purple .icon-holder {
  border: 1.6px solid #E9D4FF;
  background: #F3E8FF;
  color: #8200DB;
}
.land-box.light-green2 .icon-holder {
  border: 1.6px solid #A4F4CF;
  background: #D0FAE5;
  color: #007A55;
}
.land-box.light-yellow .icon-holder {
  border: 1.6px solid #FEE685;
  background: #FEF3C6;
  color: #BB4D00;
}
.land-box.light-red2 .icon-holder {
  border: 1.6px solid #FFD6A8;
  background: #FFEDD4;
  color: #CA3500;
}
.land-box.light-rose .icon-holder {
  border: 1.6px solid #FCCEE8;
  background: #FCE7F3;
  color: #C6005C;
}
.land-box {
  transition: 0.3s;
}
.land-box:hover {
  transform: scale(1.05);
}

.box-idea {
  border: 1.6px solid #96F7E4;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
  background-color: white;
}
.box-idea .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
  margin-bottom: 10px;
}
.box-idea .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4A5565;
  margin-bottom: 15px;
}
.box-idea .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border: 1.6px solid #009689;
  background-color: white;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #009689;
  padding: 10px 20px;
  transition: 0.3s;
}
.box-idea .btn-box:hover {
  transform: scale(1.05);
}

.section-bg {
  background: linear-gradient(180deg, #F0FDFA 0%, #F8FFFD 100%);
}

.section-second-bg {
  background-color: #F9FAFB;
}

.gallery-box {
  position: relative;
  display: block;
  width: 100%;
  height: 307px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1019607843), 0px 4px 6px -1px rgba(0, 0, 0, 0.1019607843);
}
.gallery-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-box::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4));
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
}
.gallery-box::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 48px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery-box:hover img {
  transform: scale(1.1);
}
.gallery-box:hover::before {
  opacity: 1;
}
.gallery-box:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: eyeBlink 0.6s ease-in-out;
}

@keyframes eyeBlink {
  0% {
    content: "";
    transform: translate(-50%, -50%) scale(0.8);
  }
  30% {
    content: "";
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    content: "";
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    content: "";
    transform: translate(-50%, -50%) scale(1);
  }
}
.news-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.6px;
  border-radius: 16px;
  border-top: 1.6px solid #F3F4F6;
  background-color: #F9FAFB;
}
.news-box .image-holder {
  position: relative;
  width: 100%;
  height: 224px;
}
.news-box .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
.news-box .image-holder .category {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 16px;
  background: #009689;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: white;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
.news-box .content-holder {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 18px;
}
.news-box .content-holder .date {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6A7282;
}
.news-box .content-holder .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27.5px;
  color: #101828;
  margin-bottom: 0;
}
.news-box .content-holder .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4A5565;
  margin-bottom: 0;
}
.news-box .content-holder .link-box {
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #009689;
  transition: 0.3s;
}
.news-box .content-holder .link-box:hover {
  transform: scale(1.04);
}
.news-box {
  transition: 0.3s;
}
.news-box:hover {
  transform: scale(1.05);
}

.btn-section-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 15px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1.6px solid #009689;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #009689;
  transition: 0.3s;
}
.btn-section-link:hover {
  transform: scale(1.05);
}

.section-category {
  background-color: #fafafa;
}

.main-layout-row {
  align-items: flex-start;
}

.section-news {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.box-title {
  border-radius: 999px;
  padding: 0.35rem 1.2rem;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(15, 23, 42, 0.03);
  color: #0f172a;
  margin-bottom: 1.1rem;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.35);
}
.box-title i,
.box-title svg {
  color: #009689;
}

.hero-slider-section {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero-slider-section {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-section {
    height: 350px;
  }
}
.hero-slider-section .heroSwiper {
  width: 100%;
  height: 100%;
}
.hero-slider-section .heroSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero-slider-section .heroSwiper .swiper-slide .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(135deg, rgba(0, 150, 137, 0.4) 0%, rgba(0, 120, 111, 0.3) 100%);*/
  z-index: 1;
}
.hero-slider-section .heroSwiper .swiper-slide .slide-content .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
}
.hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
  animation: slideInRight 0.8s ease-out;
}
@media (max-width: 991.98px) {
  .hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text {
    max-width: 600px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text .slide-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199.98px) {
  .hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text .slide-title {
    font-size: 42px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991.98px) {
  .hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text .slide-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text .slide-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text .slide-description {
  font-size: 20px;
  font-weight: 400;
  color: #F0FDFA;
  margin-bottom: 30px;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199.98px) {
  .hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text .slide-description {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text .slide-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-section .heroSwiper .swiper-slide .slide-content .slide-text .slide-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.hero-slider-section .heroSwiper .swiper-button-next,
.hero-slider-section .heroSwiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .hero-slider-section .heroSwiper .swiper-button-next,
  .hero-slider-section .heroSwiper .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-section .heroSwiper .swiper-button-next,
  .hero-slider-section .heroSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.hero-slider-section .heroSwiper .swiper-button-next::after,
.hero-slider-section .heroSwiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
  color: #009689;
}
@media (max-width: 991.98px) {
  .hero-slider-section .heroSwiper .swiper-button-next::after,
  .hero-slider-section .heroSwiper .swiper-button-prev::after {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-section .heroSwiper .swiper-button-next::after,
  .hero-slider-section .heroSwiper .swiper-button-prev::after {
    font-size: 16px;
  }
}
.hero-slider-section .heroSwiper .swiper-button-next:hover,
.hero-slider-section .heroSwiper .swiper-button-prev:hover {
  background: #009689;
  transform: scale(1.1);
}
.hero-slider-section .heroSwiper .swiper-button-next:hover::after,
.hero-slider-section .heroSwiper .swiper-button-prev:hover::after {
  color: #fff;
}

.floating-banners-toggle {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #009689 0%, #00786F 100%);
  border-radius: 50%;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 4px 12px rgba(0, 150, 137, 0.4);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-banners-toggle:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0px 6px 20px rgba(0, 150, 137, 0.6);
}
.floating-banners-toggle:active {
  transform: translateY(-50%) scale(0.95);
}
.floating-banners-toggle i {
  transition: transform 0.3s ease;
}
.floating-banners-toggle.active i {
  transform: rotate(180deg);
}

.floating-banners-panel {
  position: fixed;
  left: -380px;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
  max-height: 85vh;
  background: #FFFFFF;
  border-radius: 0 16px 16px 0;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
  z-index: 999;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.floating-banners-panel.active {
  left: 0;
}
.floating-banners-panel .panel-header {
  padding: 20px;
  background: linear-gradient(135deg, #009689 0%, #00786F 100%);
  color: #FFFFFF;
  border-radius: 0 16px 0 0;
}
.floating-banners-panel .panel-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.floating-banners-panel .panel-header h3 i {
  font-size: 20px;
}
.floating-banners-panel .panel-content {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.floating-banners-panel .panel-content::-webkit-scrollbar {
  width: 6px;
}
.floating-banners-panel .panel-content::-webkit-scrollbar-track {
  background: #F3F4F6;
  border-radius: 10px;
}
.floating-banners-panel .panel-content::-webkit-scrollbar-thumb {
  background: #009689;
  border-radius: 10px;
}
.floating-banners-panel .panel-content::-webkit-scrollbar-thumb:hover {
  background: #00786F;
}

.banner-widget {
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1.6px solid #F3F4F6;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.banner-widget:last-child {
  margin-bottom: 0;
}
.banner-widget:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 150, 137, 0.2);
}
.banner-widget h6 {
  font-size: 15px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1.6px solid #F3F4F6;
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-widget h6::before {
  content: "";
  width: 4px;
  height: 18px;
  background: linear-gradient(135deg, #009689 0%, #00786F 100%);
  border-radius: 2px;
  flex-shrink: 0;
}
.banner-widget .banner-frame {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #F9FAFB;
  border: 1.6px solid #E5E7EB;
}
.banner-widget .banner-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.banner-widget .banner-frame iframe {
  width: 100%;
  height: 180px;
  border: none;
  display: block;
}
.banner-widget .banner-frame:hover img {
  transform: scale(1.05);
}
.banner-widget .banner-frame a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.banner-widget .banner-frame a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 150, 137, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.banner-widget .banner-frame a:hover::after {
  opacity: 1;
}

.floating-banners-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}
.floating-banners-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .floating-banners-toggle {
    left: 10px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .floating-banners-panel {
    width: 90%;
    max-width: 320px;
    left: -100%;
    border-radius: 0 12px 12px 0;
  }
  .floating-banners-panel.active {
    left: 0;
  }
  .floating-banners-panel .panel-header h3 {
    font-size: 16px;
  }
  .floating-banners-panel .panel-content {
    padding: 15px;
  }
  .banner-widget {
    padding: 12px;
  }
  .banner-widget h6 {
    font-size: 14px;
  }
  .banner-widget .banner-frame iframe {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .floating-banners-toggle {
    left: 5px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .floating-banners-panel {
    width: 85%;
    max-width: 280px;
  }
}
@media print {
  .floating-banners-toggle,
  .floating-banners-panel,
  .floating-banners-overlay {
    display: none !important;
  }
}
.swiper-partners {
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-partners .swiper-navigation .swiper-button-prev,
.swiper-partners .swiper-navigation .swiper-button-next {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  color: #009689;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-partners .swiper-navigation .swiper-button-prev::after,
.swiper-partners .swiper-navigation .swiper-button-next::after {
  display: none;
}
.swiper-partners .swiper-navigation .swiper-button-prev i,
.swiper-partners .swiper-navigation .swiper-button-next i {
  font-size: 18px;
}
.swiper-partners .swiper-navigation .swiper-button-prev:hover,
.swiper-partners .swiper-navigation .swiper-button-next:hover {
  background: #009689;
  color: #ffffff;
  border-color: #009689;
  transform: scale(1.1);
}
.swiper-partners .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.swiper-partners .swiper-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.swiper-partners .swiper-navigation .swiper-button-prev.swiper-button-disabled:hover,
.swiper-partners .swiper-navigation .swiper-button-next.swiper-button-disabled:hover {
  background: #ffffff;
  color: #009689;
  transform: scale(1);
}

.partner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1.6px solid #F3F4F6;
  padding: 25.6px;
  background: white;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.partner-box .partner-image-wrapper {
  width: 100%;
  text-align: center;
}
.partner-box .partner-image-wrapper img {
  width: 80px;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.partner-box:hover {
  transform: translateY(-8px);
}
.partner-box:hover .partner-image-wrapper img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.card-content .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}
.card-content .card-description {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}
.card-content .card-description .contact-item {
  display: block;
  margin-bottom: 8px;
}
.card-content .card-description .contact-item:last-child {
  margin-bottom: 0;
}
.card-content .card-description .contact-item i {
  color: #2563eb;
  margin-left: 8px;
  font-size: 14px;
}

.label-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #e6f9f5;
  color: #1fa589;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.label-pill svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.video-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.28s ease;
}
.video-box .thumb {
  position: relative;
  width: 100%;
  height: 214px;
  overflow: hidden;
}
.video-box .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.video-box .thumb .badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: #009689;
  color: #fff;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.video-box .thumb .duration {
  position: absolute;
  bottom: 11px;
  left: 11px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
}
.video-box .thumb .play-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box .thumb .play-btn .play-circle {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s ease, background 0.22s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}
.video-box .thumb .play-btn .play-circle svg {
  width: 38px;
  height: 38px;
  fill: #2dbfa0;
  margin-right: -2px;
}
.video-box .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.video-box .box-content {
  padding: 18px;
}
.video-box .box-content .title {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 15px;
  line-height: 1.45;
}
.video-box .box-content .views {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #718096;
  font-size: 0.78rem;
  font-weight: 600;
}
.video-box .box-content .views svg {
  width: 14px;
  height: 14px;
}
.video-box .box-content .date {
  color: #718096;
  font-size: 0.78rem;
  font-weight: 600;
}
.video-box:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
}
.video-box:hover .thumb img {
  transform: scale(1.06);
}
.video-box:hover .thumb .play-circle {
  transform: scale(1.12);
  background: #fff;
}

.search-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.search-wrapper .search-icon {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #99A1AF;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transition: color 0.3s ease;
}
.search-wrapper .search-input {
  width: 100%;
  padding: 1rem 1.5rem 1rem 3.5rem;
  font-size: 1rem;
  border: 1.6px solid #E5E7EB;
  border-radius: 14px;
  background: #f9fafb;
  color: rgba(10, 10, 10, 0.5019607843);
  transition: all 0.3s ease;
  outline: none;
}
.search-wrapper .search-input::-moz-placeholder {
  color: rgba(10, 10, 10, 0.5019607843);
}
.search-wrapper .search-input::placeholder {
  color: rgba(10, 10, 10, 0.5019607843);
}
.search-wrapper .search-input:focus {
  background: #ffffff;
  border-color: #0d9488;
  box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.1);
}
.search-wrapper .search-input:focus + .search-icon {
  color: #0d9488;
}

.categories {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.categories .category-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1.6px solid #E5E7EB;
  border-radius: 14px;
  background: #FFFFFF;
  color: #6A7282;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.categories .category-btn .category-count {
  display: inline-block;
  margin-right: 0.4rem;
  font-size: 0.85rem;
  opacity: 0.8;
  font-weight: 400;
}
.categories .category-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(13, 148, 136, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.categories .category-btn.active {
  background: linear-gradient(90deg, #009689 0%, #00786F 100%);
  color: white;
  border-color: #0d9488;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  transform: translateY(-1px);
}
.categories .category-btn.active::before {
  display: none;
}
.categories .category-btn:hover {
  border-color: #0d9488;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.categories .category-btn:hover::before {
  width: 300px;
  height: 300px;
}

.main-btn {
  background-color: var(--second-color);
  padding: 4px 10px;
  color: #fff;
  border-radius: 0 4px 0 0;
  font-size: 14px;
  transition: 300ms;
}
.main-btn:hover {
  background-color: var(--main-color);
}

.main-btn-outline {
  background-color: white;
  padding: 4px 10px;
  color: var(--second-color);
  border: 1px solid var(--second-color);
  border-radius: 4px;
  font-size: 14px;
  transition: 300ms;
}
.main-btn-outline:hover {
  background-color: #684711;
  color: white;
}

.btn-grey {
  background: rgb(217, 217, 217);
  color: var(--main-color) !important;
  font-size: 14px;
}

.main-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
  color: white;
  padding: 2px 10px;
  font-size: 14px;
  max-width: 200px;
  word-break: break-word;
  border-radius: 2px;
  transition: 300ms;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}
.main-tooltip.active {
  pointer-events: unset;
  opacity: 1;
}

.btn-white {
  box-shadow: unset !important;
}
.btn-white.active {
  background-color: var(--main-color) !important;
  color: white !important;
}

.main-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px;
}
.main-heading .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #101828;
  margin-bottom: 15px;
}
.main-heading .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4A5565;
  margin: 0px auto;
}

.small-heading {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 5px;
  font-weight: bold;
}

.small-label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 2px;
}

.boxes-info .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  box-shadow: 0 0 6px 0 #d3d3d3;
  transition: 300ms;
}
.boxes-info .box-info:hover {
  box-shadow: 0 0 6px 0 #aeaaaa;
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #009689;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}
.boxes-info.boxes-bg-color .box-info {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .text {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .bg-icon {
  color: white;
}
.boxes-info.boxes-bg-color .box-info.blue {
  background-color: #5b8af0;
}
.boxes-info.boxes-bg-color .box-info.green {
  background-color: #009689;
}
.boxes-info.boxes-bg-color .box-info.pur {
  background-color: #7b74eb;
}
.boxes-info.boxes-bg-color .box-info.red {
  background-color: #de5f56;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  border: 1px solid #ddd !important;
}
.main-table * {
  border: none !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
}

.card-side {
  box-shadow: -13px 20px 20px 0 rgba(0, 0, 0, 0.0392156863);
  background: #ffffff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 1rem;
}
.card-side .user-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-side .user-name {
  margin: 0 0 0.5rem 0;
}
.card-side .user-email {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9fa8b9;
}
.card-side .card-slide {
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
  padding: 1.5rem 1rem;
  text-align: center;
}
.card-side .card-slide .btn-icon {
  color: #666;
}
.card-side .card-slide .btn-icon:hover {
  color: #000;
}
.card-side .card-slide .btn-icon .icon {
  border: none !important;
}
.card-side .card-slide .btn-icon .icon svg,
.card-side .card-slide .btn-icon .icon i {
  width: 20px;
}

.content-side {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
}
.content-side .header {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-side .between-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.content-side .blocks-tickets .box-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}
.content-side .blocks-tickets .box-ticket .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.content-side .blocks-tickets .box-ticket .info .date {
  color: #009689;
  font-weight: 700;
  font-size: 13px;
}
.content-side .blocks-tickets .box-ticket .info .content {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22.4px;
  font-weight: 400;
}
.content-side .blocks-tickets .box-ticket .options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.box-news-holder .box-new {
  padding: 14px 13px 16px;
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.2);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.box-news-holder .box-new .img-new {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.box-news-holder .box-new .desc {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  transition: 200ms ease;
  margin-bottom: 0;
  padding: 16px 0 10px;
}
.box-news-holder .box-new .desc:hover {
  color: #009689;
}
.box-news-holder .box-new p {
  padding: 0 4px 6px;
  font-size: 12px;
  line-height: 1.8;
  color: #64748b;
  margin: 0;
}
.box-news-holder .box-new .date {
  color: #484646;
  font-size: 12px;
  text-align: end;
}
.box-news-holder .box-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  border-color: rgba(51, 65, 85, 0.35);
}

.box-products-holder .box-product {
  border-radius: 20px;
  background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.04), transparent 55%), #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  position: relative;
  padding: 16px 16px 14px;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.box-products-holder .box-product .img-new {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.box-products-holder .box-product p {
  padding: 0 4px 10px;
  font-size: 12px;
  line-height: 1.8;
  color: #64748b;
  margin: 0;
}
.box-products-holder .box-product .price {
  color: #009689;
  font-weight: 700;
  font-size: 14px;
}
.box-products-holder .box-product .cart {
  color: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.55);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms ease;
}
.box-products-holder .box-product .cart:hover {
  background-color: #009689;
  color: #fff;
}
.box-products-holder .box-product:hover {
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
  border-color: rgba(51, 65, 85, 0.35);
  transform: translateY(-3px);
}

.ourvision {
  background: #2e4f0a url(../img/vision.png) no-repeat scroll top left;
  background-size: cover;
  margin: 0 auto 15px;
}
.ourvision .title {
  font-size: 25px;
  color: #ffffff;
  padding: 10px 10px 0 10px;
}
.ourvision .content {
  padding: 10px;
  color: white;
  font-size: 15px;
  line-height: 26px;
}

.swiper-album {
  margin: 20px 0;
}
.swiper-album .card-album img {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 120px;
}
.swiper-album .swiper-button-prev,
.swiper-album .swiper-button-next {
  background-color: #009689;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  opacity: 0.5;
  transition: 300ms;
}
.swiper-album .swiper-button-prev::after,
.swiper-album .swiper-button-next::after {
  font-size: 18px !important;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .swiper-album .swiper-button-prev,
  .swiper-album .swiper-button-next {
    display: none;
  }
}
.swiper-album .swiper-button-prev:hover,
.swiper-album .swiper-button-next:hover {
  opacity: 1;
}
.swiper-album .swiper-button-prev {
  inset-inline-start: 1rem !important;
}
.swiper-album .swiper-button-prev::after {
  content: "\f054";
  font-family: "FontAwesome";
}
.swiper-album .swiper-button-next {
  inset-inline-end: 1rem !important;
}
.swiper-album .swiper-button-next::after {
  content: "\f053";
  font-family: "FontAwesome";
}

.swiper-video {
  margin: 20px 0;
}
.swiper-video .card-video {
  position: relative;
  width: 280px;
  height: 140px;
  transition: 300ms;
  display: block;
}
.swiper-video .card-video img,
.swiper-video .card-video iframe {
  border: 2px solid #009689;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.swiper-video .card-video .hover-vid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--second-color), 0.2);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: 300ms;
}
.swiper-video .card-video .hover-vid:hover {
  background-color: rgba(var(--second-color), 0.3);
}
.swiper-video .card-video .hover-vid:hover svg,
.swiper-video .card-video .hover-vid:hover i {
  color: #009689;
}
@media (max-width: 767.98px) {
  .swiper-video .card-video {
    width: 100%;
  }
}
.swiper-video .swiper-button-prev,
.swiper-video .swiper-button-next {
  background-color: #009689;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  opacity: 0.5;
  transition: 300ms;
}
.swiper-video .swiper-button-prev::after,
.swiper-video .swiper-button-next::after {
  font-size: 18px !important;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .swiper-video .swiper-button-prev,
  .swiper-video .swiper-button-next {
    display: none;
  }
}
.swiper-video .swiper-button-prev:hover,
.swiper-video .swiper-button-next:hover {
  opacity: 1;
}
.swiper-video .swiper-button-prev {
  inset-inline-start: 1rem !important;
}
.swiper-video .swiper-button-prev::after {
  content: "\f054";
  font-family: "FontAwesome";
}
.swiper-video .swiper-button-next {
  inset-inline-end: 1rem !important;
}
.swiper-video .swiper-button-next::after {
  content: "\f053";
  font-family: "FontAwesome";
}

.section-info .box-contact {
  background-color: var(--second-color);
  display: flex;
}
.section-info .box-contact .icon {
  width: 25%;
  line-height: 125px;
  text-align: center;
  display: block;
  font-size: 60px;
  color: #fff;
  background-color: #009689;
  height: 125px;
}
.section-info .box-contact .desc .title {
  font-size: 19px;
  margin-bottom: 3px;
  display: block;
}
.section-info .box-contact .desc {
  padding: 20px;
  color: #fff;
  font-size: 14px;
}

.category-section {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .category-section {
    padding: 30px 0;
  }
}
.category-section .pdf-section {
  margin-bottom: 30px;
}
.category-section .pdf-section .section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .section-header {
    margin-bottom: 20px;
  }
}
.category-section .pdf-section .section-header .section-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #009689 0%, #00786F 100%);
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 150, 137, 0.3);
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .section-header .section-icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .section-header .section-icon {
    width: 38px;
    height: 38px;
  }
}
.category-section .pdf-section .section-header .section-icon i, .category-section .pdf-section .section-header .section-icon svg {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .section-header .section-icon i, .category-section .pdf-section .section-header .section-icon svg {
    font-size: 18px;
  }
}
.category-section .pdf-section .section-header .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #009689;
  margin: 0;
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .section-header .section-title {
    font-size: 20px;
  }
}
.category-section .pdf-section .pdf-pills {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: none;
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .pdf-pills {
    padding: 12px;
    gap: 8px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-pills {
    padding: 10px;
    gap: 6px;
  }
}
.category-section .pdf-section .pdf-pills .nav-item .nav-link {
  background: transparent;
  border: 2px solid #E5E7EB;
  color: #4A5565;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .pdf-pills .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-pills .nav-item .nav-link {
    font-size: 13px;
    padding: 8px 16px;
  }
}
.category-section .pdf-section .pdf-pills .nav-item .nav-link:hover {
  background: #F0FDFA;
  border-color: #009689;
  color: #009689;
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px rgba(0, 150, 137, 0.15);
}
.category-section .pdf-section .pdf-pills .nav-item .nav-link.active {
  background: linear-gradient(135deg, #009689 0%, #00786F 100%);
  border-color: #009689;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 6px 12px rgba(0, 150, 137, 0.3);
}
.category-section .pdf-section .pdf-tab-content .tab-pane {
  animation: fadeInUp 0.4s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  border-bottom: 2px solid #E5E7EB;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar {
    padding: 18px;
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info {
    gap: 10px;
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info i, .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info svg {
  font-size: 28px;
  color: #DC2626;
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info i, .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info svg {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info i, .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info svg {
    font-size: 22px;
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info .pdf-name {
  font-size: 18px;
  font-weight: 600;
  color: #101828;
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info .pdf-name {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-info .pdf-name {
    font-size: 15px;
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions {
    width: 100%;
    gap: 8px;
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action {
    padding: 9px 18px;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action {
    flex: 1;
    justify-content: center;
    padding: 8px 16px;
    font-size: 13px;
    gap: 6px;
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action i, .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action svg {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action i, .category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action svg {
    font-size: 13px;
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action.btn-download {
  background: #fff;
  color: #009689;
  border: 2px solid #009689;
}
.category-section .pdf-section .pdf-tab-content .pdf-actions-bar .pdf-actions .btn-action.btn-download:hover {
  background: #009689;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(0, 150, 137, 0.25);
}
.category-section .pdf-section .pdf-tab-content .pdf-viewer {
  background: #fff;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-viewer {
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-viewer {
    border-radius: 0 0 8px 8px;
  }
}
.category-section .pdf-section .pdf-tab-content .pdf-viewer iframe {
  display: block;
  width: 100%;
  min-height: 800px;
  border: none;
}
@media (max-width: 1199.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-viewer iframe {
    min-height: 700px;
  }
}
@media (max-width: 991.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-viewer iframe {
    min-height: 600px;
  }
}
@media (max-width: 767.98px) {
  .category-section .pdf-section .pdf-tab-content .pdf-viewer iframe {
    min-height: 500px;
  }
}
.category-section .box-category {
  background-color: #fff;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .category-section .box-category {
    border-radius: 12px;
  }
}
.category-section .category-header {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 40px;
}
@media (max-width: 1199.98px) {
  .category-section .category-header {
    flex-direction: column;
    padding: 30px;
    gap: 25px;
  }
}
@media (max-width: 991.98px) {
  .category-section .category-header {
    padding: 25px;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .category-section .category-header {
    padding: 20px;
  }
}
.category-section .category-header .category-image {
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .category-section .category-header .category-image {
    width: 100%;
    max-width: 400px;
    height: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .category-section .category-header .category-image {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .category-section .category-header .category-image {
    height: 250px;
  }
}
.category-section .category-header .category-image .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-section .category-header .category-image .img.logo-img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.category-section .category-header .category-info {
  flex: 1;
}
.category-section .category-header .category-info .category-title {
  font-size: 32px;
  font-weight: 700;
  color: #009689;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .category-section .category-header .category-info .category-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .category-section .category-header .category-info .category-title {
    font-size: 24px;
  }
}
.category-section .category-header .category-info .category-description {
  font-size: 16px;
  line-height: 1.8;
  color: #4A5565;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .category-section .category-header .category-info .category-description {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (max-width: 767.98px) {
  .category-section .category-header .category-info .category-description {
    font-size: 14px;
    text-align: right;
  }
}
.category-section .category-header .category-info .category-description p {
  margin-bottom: 12px;
}
.category-section .category-header .category-info .category-description p:last-child {
  margin-bottom: 0;
}

.bank-item .title {
  background-color: #009689;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.bank-item .imgthumb {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 20px;
  text-align: center;
}
.bank-item .imgthumb img {
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
.bank-item .content {
  background-color: #eeeeee;
  padding: 5px 0;
}
.bank-item .content span {
  background-color: #eeeeee;
  color: #000000;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px;
}
.bank-item .content span:nth-child(2n) {
  background-color: #e4e4e4;
}
.bank-item:hover .title {
  background-color: #11d861;
}
.bank-item:hover .imgthumb img {
  transform: scale(1.1);
}

.card-donate {
  box-shadow: rgba(78, 78, 78, 0.1) 0px 2px 15px 0px;
  border: 0;
  border-radius: 20px;
}
.card-donate .title {
  padding: 16px 16px 8px;
  font-size: 20px;
  font-weight: 600;
  color: #009689;
  margin-bottom: 0;
}
.card-donate .img img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.4/1;
}
.card-donate .text {
  line-height: 24px;
}

.modal-shere .modal-content {
  padding: 16px 24px;
  border-radius: 15px !important;
}
.modal-shere .modal-content .img {
  width: 113px;
  max-width: 100%;
  height: auto;
}
.modal-shere .modal-content .text-shere-modal {
  font-weight: bold;
  color: #009689;
  font-size: 14px;
  text-align: center;
  margin-bottom: 9px;
}
.modal-shere .modal-content .link-label {
  gap: 0.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--second-color);
  margin-bottom: 16px;
}
.modal-shere .modal-content .share-link {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 2px solid #d9d9d9;
  border-radius: 50px;
}
.modal-shere .modal-content .share-link input {
  border: none;
  color: #8d8d8d;
  flex: 1;
  font-size: 14px;
  height: 10%;
  margin: 0 5px;
  outline: none;
}
.modal-shere .modal-content .share-link .main-btn {
  border-radius: 30px;
}

.progress-bar {
  background: #f2f2f2;
  border-radius: 7px;
  height: 32px;
  width: 100%;
  overflow: hidden;
}
.progress-bar .progress {
  height: 100%;
  width: 0%;
  border-radius: 7px;
  background-color: #009689;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 4px;
  font-size: 16px;
}

.box-service {
  padding: 20px;
  background: linear-gradient(0deg, #5e400f 0%, #009689 100%);
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-right: 20px solid #009689;
  border-radius: 12px;
}
.box-service svg,
.box-service i {
  font-size: 42px;
  color: #fff;
}
.box-service .title {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .box-service svg,
  .box-service i {
    font-size: 42px;
  }
  .box-service .title {
    font-size: 18px;
  }
}

.box-donate-auther {
  border-radius: 10px;
  background-color: rgba(0, 150, 137, 0.3);
}
.box-donate-auther label {
  color: #009689;
}

.card-info-data {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 15px;
}
.card-info-data .icon {
  border-radius: 50%;
  box-shadow: -5px 10px 20px rgba(31, 31, 31, 0.15);
}

.services-section {
  margin: 100px auto;
}
.services-section .services-header {
  text-align: center;
  margin-bottom: 50px;
}
.services-section .services-header .header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #15a69a 0%, #0d7a71 100%);
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(21, 166, 154, 0.3);
}
.services-section .services-header .header-icon .icon-monitor {
  color: #ffffff;
}
.services-section .services-header .services-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.services-section .services-header .services-subtitle {
  font-size: 16px;
  color: #6b7280;
  font-weight: 400;
}
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .services-section .services-grid {
    grid-template-columns: 1fr;
  }
}
.services-section .service-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #009689 0%, #00766e 100%);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(21, 166, 154, 0.15);
  direction: rtl;
}
.services-section .service-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -70px;
  right: -85px;
  z-index: 0;
}
.services-section .service-card::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  bottom: -52px;
  left: -40px;
  z-index: 0;
}
.services-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(21, 166, 154, 0.25);
}
.services-section .service-card:hover::before {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.services-section .service-card .card-icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.services-section .service-card .card-icon svg {
  color: #ffffff;
}
.services-section .service-card .card-content {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: right;
}
.services-section .service-card .card-content .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.services-section .service-card .card-content .card-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  line-height: 1.5;
}
.services-section .help-section {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #96f7e4;
}
.services-section .help-section .help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #15a69a 0%, #0d7a71 100%);
  border-radius: 16px;
  margin-bottom: 24px;
}
.services-section .help-section .help-icon svg {
  color: #ffffff;
}
.services-section .help-section .help-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.services-section .help-section .help-description {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.services-section .help-section .help-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.services-section .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #15a69a 0%, #0d7a71 100%);
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(21, 166, 154, 0.25);
}
.services-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(21, 166, 154, 0.35);
}
.services-section .btn-primary svg {
  color: #ffffff;
}
.services-section .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #15a69a;
  border: 2px solid #15a69a;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services-section .btn-secondary:hover {
  background: #15a69a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(21, 166, 154, 0.25);
}
@media (max-width: 768px) {
  .services-section .services-header {
    margin-bottom: 30px;
  }
  .services-section .services-header .services-title {
    font-size: 28px;
  }
  .services-section .services-header .services-subtitle {
    font-size: 14px;
  }
  .services-section .service-card {
    padding: 24px;
  }
  .services-section .service-card .card-icon {
    width: 56px;
    height: 56px;
  }
  .services-section .service-card .card-icon svg {
    width: 32px;
    height: 32px;
  }
  .services-section .service-card .card-content .card-title {
    font-size: 18px;
  }
  .services-section .service-card .card-content .card-description {
    font-size: 13px;
  }
  .services-section .help-section {
    padding: 32px 24px;
  }
  .services-section .help-section .help-title {
    font-size: 22px;
  }
  .services-section .help-section .help-description {
    font-size: 14px;
  }
  .services-section .help-section .help-buttons {
    flex-direction: column;
  }
  .services-section .help-section .help-buttons .btn-primary,
  .services-section .help-section .help-buttons .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

.services-header {
  background-color: #f0fbf8;
  padding: 40px 20px;
}
.services-header .container-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.services-header .breadcrumb-nav {
  margin-bottom: 20px;
}
.services-header .breadcrumb-nav .breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: 14px;
  color: #66b2a2;
}
.services-header .breadcrumb-nav .breadcrumb-list .breadcrumb-item a {
  text-decoration: none;
  color: inherit;
}
.services-header .breadcrumb-nav .breadcrumb-list .breadcrumb-item.active {
  color: #66b2a2;
}
.services-header .breadcrumb-nav .breadcrumb-list .breadcrumb-item .icon-home {
  margin-right: 5px;
}
.services-header .breadcrumb-nav .breadcrumb-list .breadcrumb-separator {
  font-size: 18px;
}
.services-header .header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.services-header .header-content .text-group {
  text-align: right;
}
.services-header .header-content .text-group .main-title {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}
.services-header .header-content .text-group .sub-title {
  font-size: 16px;
  color: #009688;
  margin: 0;
}
.services-header .header-content .icon-wrapper .screen-icon {
  background-color: #009688;
  width: 65px;
  height: 65px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.services-header .header-content .icon-wrapper .screen-icon .monitor-symbol {
  color: white;
  font-size: 30px;
}

.page-header {
  background: linear-gradient(90deg, #F0FDFA 0%, #ECFDF5 100%);
  border-bottom: 0.8px solid #CBFBF1;
  padding: 24px 0;
}
.page-header .header-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
}
.page-header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-header .header-right .header-icon-box {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #15a69a 0%, #0d7a71 100%);
  border-radius: 14px;
  display: flex;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(21, 166, 154, 0.25);
}
.page-header .header-right .header-icon-box .header-icon {
  color: #ffffff;
}
.page-header .header-right .header-text .header-title {
  font-size: 30px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 6px;
  line-height: 36px;
}
.page-header .header-right .header-text .header-subtitle {
  color: #009689;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.page-header .header-nav {
  display: flex;
  align-items: center;
}
.page-header .header-nav .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6A7282;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 6px 12px;
  border-radius: 8px;
}
.page-header .header-nav .nav-link:hover {
  background: rgba(21, 166, 154, 0.1);
  color: #0d7a71;
}
.page-header .header-nav .nav-link svg {
  flex-shrink: 0;
}
.page-header .header-nav .nav-separator {
  display: inline-flex;
  align-items: center;
  color: #99A1AF;
}
.page-header .header-nav .nav-separator svg {
  flex-shrink: 0;
}
.page-header .header-nav .nav-link-active {
  font-size: 14px;
  font-weight: 600;
  color: #00786F;
  padding: 6px 12px;
}
@media (max-width: 768px) {
  .page-header .page-header {
    padding: 16px 0;
  }
  .page-header .page-header .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .page-header .header-right {
    gap: 16px;
  }
  .page-header .header-right .header-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .page-header .header-right .header-icon-box .header-icon {
    width: 24px;
    height: 24px;
  }
  .page-header .header-right .header-text .header-title {
    font-size: 22px;
  }
  .page-header .header-right .header-text .header-subtitle {
    font-size: 13px;
  }
  .page-header .header-nav {
    width: 100%;
    flex-wrap: wrap;
  }
  .page-header .header-nav .nav-link {
    font-size: 13px;
    padding: 4px 8px;
  }
  .page-header .header-nav .nav-link-active {
    font-size: 13px;
    padding: 4px 8px;
  }
}
@media (max-width: 480px) {
  .page-header .header-right .header-text .header-title {
    font-size: 20px;
  }
  .page-header .header-right .header-text .header-subtitle {
    font-size: 12px;
  }
}
.page-header .search-box {
  display: flex;
  justify-content: center;
  padding: 20px;
  direction: rtl;
}
.page-header .search-box .search-form {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e0e7ff;
  border-radius: 12px;
  padding: 5px 15px;
  width: 100%;
  min-width: 400px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.page-header .search-box .search-form:focus-within {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.page-header .search-box .search-form .search-input {
  border: none;
  outline: none;
  background: transparent;
  padding: 10px;
  flex: 1;
  font-size: 16px;
  color: #666;
}
.page-header .search-box .search-form .search-input::-moz-placeholder {
  color: #cbd5e1;
}
.page-header .search-box .search-form .search-input::placeholder {
  color: #cbd5e1;
}
.page-header .search-box .search-form .search-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 5px;
  order: -1;
  transition: color 0.3s;
}
.page-header .search-box .search-form .search-btn:hover {
  color: #64748b;
}
@media (max-width: 767.98px) {
  .page-header .search-box .search-form {
    min-width: 100%;
  }
  .page-header .search-box {
    padding: 0;
  }
}

.application-form {
  margin: 100px auto;
}
.application-form .data-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.application-form .data-card .card-header {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 35px;
  text-align: right;
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
}
.application-form .data-card .card-header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
}
.application-form .fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 35px;
}
@media (max-width: 768px) {
  .application-form .fields-grid {
    grid-template-columns: 1fr;
  }
}
.application-form .fields-grid .full-width {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .application-form .fields-grid .full-width {
    grid-column: span 1;
  }
}
.application-form .field-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.application-form .field-group label {
  font-size: 14px;
  color: #555;
  font-weight: 600;
  margin-right: 5px;
}
.application-form .field-group input,
.application-form .field-group select {
  padding: 14px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  background-color: #ffffff;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}
.application-form .field-group input::-moz-placeholder, .application-form .field-group select::-moz-placeholder {
  color: #b5b5b5;
}
.application-form .field-group input::placeholder,
.application-form .field-group select::placeholder {
  color: #b5b5b5;
}
.application-form .field-group input:focus,
.application-form .field-group select:focus {
  border-color: #009688;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 150, 136, 0.05);
}
.application-form .checkbox-group-grid {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
.application-form .custom-check {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #444;
}
.application-form .custom-check input {
  display: none;
}
.application-form .custom-check .checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #009688;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.application-form .custom-check input:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #009688;
  border-radius: 50%;
}
.application-form .custom-check.large {
  font-weight: 500;
  line-height: 1.6;
}
.application-form .form-footer {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.application-form .form-footer .btn-save {
  flex: 1;
  background: #009688;
  color: white;
  border: none;
  padding: 18px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
}
.application-form .form-footer .btn-save:hover {
  background: #00796b;
}
.application-form .form-footer .btn-cancel {
  width: 100px;
  background: white;
  color: #777;
  border: 1px solid #e0e0e0;
  padding: 18px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.application-form .form-footer .btn-cancel:hover {
  background: #f9f9f9;
}

.donation-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 40px auto;
  padding: 20px;
}
.donation-container .card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.donation-container .donation-main {
  flex: 2;
}
.donation-container .donation-main .header-card {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row;
}
.donation-container .donation-main .header-card .icon-box {
  background: #008f7a;
  color: white;
  padding: 15px;
  border-radius: 12px;
  font-size: 24px;
}
.donation-container .donation-main .header-card h1 {
  margin: 0;
  font-size: 20px;
  color: #333;
}
.donation-container .donation-main .header-card p {
  margin: 5px 0 0;
  color: #666;
  font-size: 14px;
}
.donation-container .donation-main .amount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 15px;
}
.donation-container .donation-main .amount-grid .amount-btn {
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}
.donation-container .donation-main .amount-grid .amount-btn.active {
  border-color: #008f7a;
  background: #f0fdfa;
  color: #008f7a;
}
.donation-container .donation-main .custom-amount {
  margin-top: 20px;
}
.donation-container .donation-main .custom-amount .input-wrapper {
  position: relative;
  margin-top: 10px;
}
.donation-container .donation-main .custom-amount .input-wrapper input {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: right;
  padding-left: 100px;
}
.donation-container .donation-main .custom-amount .input-wrapper span {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
}
.donation-container .donation-main .form-group {
  margin-bottom: 15px;
}
.donation-container .donation-main .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
.donation-container .donation-main .form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
}
.donation-container .donation-main .form-group .phone-input {
  display: flex;
  gap: 10px;
}
.donation-container .donation-main .form-group .phone-input .country-code {
  background: #eee;
  padding: 12px;
  border-radius: 8px;
  min-width: 60px;
  text-align: center;
}
.donation-container .donation-main .submit-btn {
  width: 100%;
  background: #008f7a;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
.donation-container .donation-main .terms {
  text-align: center;
  font-size: 11px;
  color: #999;
  margin-top: 10px;
}
.donation-container .donation-sidebar {
  flex: 1;
}
.donation-container .donation-sidebar .summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.donation-container .donation-sidebar .summary-item strong {
  color: #333;
}
.donation-container .donation-sidebar .total-badge {
  background: #f0fdfa;
  border: 1px solid #96f7e4;
  border-radius: 8px;
  padding: 15px;
  text-align: start;
  margin: 20px 0;
}
.donation-container .donation-sidebar .total-badge span {
  color: #008f7a;
  font-size: 12px;
}
.donation-container .donation-sidebar .total-badge .total-val {
  font-size: 24px;
  font-weight: bold;
  color: #008f7a;
  margin-top: 5px;
}
.donation-container .donation-sidebar .outline-btn {
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 13px;
  width: 100%;
  cursor: pointer;
}
.donation-container .donation-sidebar .impact-card {
  background: #008f7a;
  color: white;
}
.donation-container .donation-sidebar .impact-card h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.donation-container .donation-sidebar .impact-card .stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.donation-container .donation-sidebar .impact-card .stat-item .stat-icon {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 8px;
}
.donation-container .donation-sidebar .impact-card .stat-item .stat-info strong {
  display: block;
  font-size: 18px;
}
.donation-container .donation-sidebar .impact-card .stat-item .stat-info span {
  font-size: 12px;
  opacity: 0.8;
}

.charity-landing {
  background-color: #f8fbfb;
  color: #333;
  padding-bottom: 50px;
}
.charity-landing .about-hero-section {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section {
    padding: 40px 0;
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section {
    padding: 30px 0;
  }
}
.charity-landing .about-hero-section .about-content .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 85px;
  color: #101828;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .charity-landing .about-hero-section .about-content .title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section .about-content .title {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .title {
    font-size: 32px;
    line-height: 45px;
  }
}
.charity-landing .about-hero-section .about-content .title span {
  color: #009689;
}
.charity-landing .about-hero-section .about-content .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  text-align: justify;
  color: #4A5565;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section .about-content .des {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .des {
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    margin-bottom: 10px;
  }
}
.charity-landing .about-hero-section .about-content .des:last-of-type {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section .about-content .des:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .des:last-of-type {
    margin-bottom: 15px;
  }
}
.charity-landing .about-hero-section .about-content .meta-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section .about-content .meta-info {
    gap: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .meta-info {
    gap: 12px;
    margin-bottom: 20px;
  }
}
.charity-landing .about-hero-section .about-content .meta-info .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #4A5565;
  padding: 8px 14px;
  background-color: #F9FAFB;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section .about-content .meta-info .meta-item {
    font-size: 13px;
    padding: 7px 12px;
    gap: 6px;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .meta-info .meta-item {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.charity-landing .about-hero-section .about-content .meta-info .meta-item i,
.charity-landing .about-hero-section .about-content .meta-info .meta-item svg {
  font-size: 16px;
  color: #009689;
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section .about-content .meta-info .meta-item i,
  .charity-landing .about-hero-section .about-content .meta-info .meta-item svg {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .meta-info .meta-item i,
  .charity-landing .about-hero-section .about-content .meta-info .meta-item svg {
    font-size: 14px;
  }
}
.charity-landing .about-hero-section .about-content .btn-holder {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .btn-holder {
    gap: 8px;
  }
}
.charity-landing .about-hero-section .about-content .btn-holder .btn-about {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  background: linear-gradient(90deg, #009689 0%, #00786F 100%);
  transition: 0.3s;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section .about-content .btn-holder .btn-about {
    padding: 12px 18px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .btn-holder .btn-about {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
  }
}
.charity-landing .about-hero-section .about-content .btn-holder .btn-about.outline {
  border: 1.6px solid #009689;
  color: #009689;
  background: white;
}
.charity-landing .about-hero-section .about-content .btn-holder .btn-about:hover {
  transform: scale(1.05);
}
.charity-landing .about-hero-section .about-content .btn-holder .btn-about i,
.charity-landing .about-hero-section .about-content .btn-holder .btn-about svg {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .about-content .btn-holder .btn-about i,
  .charity-landing .about-hero-section .about-content .btn-holder .btn-about svg {
    font-size: 14px;
  }
}
.charity-landing .about-hero-section .img-about {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 500px;
  border-radius: 24px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .charity-landing .about-hero-section .img-about {
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .charity-landing .about-hero-section .img-about {
    height: 400px;
    border-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .charity-landing .about-hero-section .img-about {
    height: 350px;
    border-radius: 16px;
  }
}
.charity-landing .about-hero-section .img-about img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.charity-landing .about-hero-section .img-about::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(11, 79, 74, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.charity-landing .stats-section {
  background: linear-gradient(135deg, #009689 0%, #005f5a 100%);
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.charity-landing .stats-section .stats-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  color: #fff;
}
.charity-landing .stats-section .stats-grid .stat-card .icon {
  font-size: 24px;
  background: rgba(255, 255, 255, 0.15);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 12px;
  margin: 0 auto 15px;
}
.charity-landing .stats-section .stats-grid .stat-card h3 {
  font-size: 32px;
  margin-bottom: 5px;
}
.charity-landing .stats-section .stats-grid .stat-card p {
  font-size: 14px;
  opacity: 0.9;
}
.charity-landing .main-info-grid {
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.charity-landing .main-info-grid .info-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: start;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  border: 1px solid #96f7e4;
}
.charity-landing .main-info-grid .info-box.gold-border {
  border-color: #fee685;
}
.charity-landing .main-info-grid .info-box.green-border {
  border-color: #96f7e4;
}
.charity-landing .main-info-grid .info-box .info-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.charity-landing .main-info-grid .info-box .info-icon.gold-bg {
  background: linear-gradient(135deg, #fe9a00 0%, #bb4d00 100%);
}
.charity-landing .main-info-grid .info-box .info-icon.green-bg {
  background: linear-gradient(135deg, #009689 0%, #005f5a 100%);
}
.charity-landing .main-info-grid .info-box h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 700;
}
.charity-landing .main-info-grid .info-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.charity-landing .goals-card {
  margin: 0 auto 60px;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
}
.charity-landing .goals-card .goals-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.charity-landing .goals-card .goals-title .title-icon {
  background: linear-gradient(135deg, #009689 0%, #005f5a 100%);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.charity-landing .goals-card .goals-title h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.charity-landing .goals-card .goals-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.charity-landing .goals-card .goals-list .goal-item {
  position: relative;
  padding-right: 30px;
  font-size: 15px;
  color: #444;
}
.charity-landing .goals-card .goals-list .goal-item:before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #00897b;
  font-weight: bold;
}
.charity-landing .core-values-section {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.charity-landing .core-values-section .section-header {
  margin-bottom: 40px;
}
.charity-landing .core-values-section .section-header h2 {
  color: #000;
  font-weight: 700;
  font-size: 26px;
}
.charity-landing .core-values-section .section-header p {
  color: #888;
  margin-top: 8px;
}
.charity-landing .core-values-section .values-flex-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.charity-landing .core-values-section .values-flex-grid .value-card {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 15px;
  text-align: start;
  transition: transform 0.3s;
}
.charity-landing .core-values-section .values-flex-grid .value-card:hover {
  transform: translateY(-5px);
}
.charity-landing .core-values-section .values-flex-grid .value-card .v-icon {
  font-size: 17px;
  margin-bottom: 15px;
  display: inline-block;
  background: #f0f7f6;
  background: linear-gradient(135deg, #00bba7 0%, #005f5a 100%);
  padding: 15px;
  border-radius: 12px;
}
.charity-landing .core-values-section .values-flex-grid .value-card h5 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #000;
  font-weight: 700;
}
.charity-landing .core-values-section .values-flex-grid .value-card p {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .charity-landing .hero-section {
    padding: 30px 15px;
  }
  .charity-landing .hero-section .hero-container {
    flex-direction: column;
    text-align: center;
  }
  .charity-landing .hero-section .hero-text {
    padding: 30px 20px;
  }
  .charity-landing .hero-section .hero-text .hero-meta {
    justify-content: center;
    flex-wrap: wrap;
  }
  .charity-landing .hero-section .hero-image {
    width: 100%;
    height: 300px;
  }
  .charity-landing .stats-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .charity-landing .main-info-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .charity-landing .core-values-section .values-flex-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .charity-landing .hero-section .hero-text h1 {
    font-size: 22px;
  }
  .charity-landing .hero-section .hero-text p {
    font-size: 14px;
  }
  .charity-landing .stats-section .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .charity-landing .goals-card {
    padding: 20px;
  }
  .charity-landing .goals-card .goals-list {
    grid-template-columns: 1fr;
  }
  .charity-landing .core-values-section .section-header h2 {
    font-size: 20px;
  }
  .charity-landing .core-values-section .values-flex-grid {
    grid-template-columns: 1fr;
  }
}

.contact-box-info {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  text-align: start;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.contact-box-info.gold .info-icon {
  background: linear-gradient(130deg, #fe9a00, #bb4d00);
}
.contact-box-info.green .info-icon {
  background: linear-gradient(130deg, #00bc7d, #007a55);
}
.contact-box-info.blue .info-icon {
  background: linear-gradient(130deg, #2b7fff, #1447e6);
}
.contact-box-info .info-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.contact-box-info h4 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #222;
  font-weight: 700;
}
.contact-box-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.contact-section .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  margin-bottom: 80px;
}
.contact-section .contact-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-section .map-container {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.contact-section .map-container iframe {
  width: 100%;
  height: 100%;
}
.contact-section .map-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.contact-section .map-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact-section .map-info i {
  font-size: 20px;
  color: #009689;
  margin-top: 2px;
}
.contact-section .location-name {
  font-size: 15px;
  font-weight: 700;
  color: #009689;
  margin-bottom: 4px;
}
.contact-section .location-address {
  font-size: 13px;
  color: #7a8f9a;
  line-height: 1.5;
}
.contact-section .social-section {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
.contact-section .social-title {
  font-size: 20px;
  font-weight: 700;
  color: #009689;
  text-align: start;
  margin-bottom: 20px;
}
.contact-section .social-icons-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.contact-section .social-icon {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a8f9a;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-section .social-icon:hover {
  background: linear-gradient(135deg, #009689, #6aa599);
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(126, 181, 168, 0.3);
}
.contact-section .info-box {
  background: linear-gradient(135deg, #009689, #00786f);
  padding: 30px;
  border-radius: 20px;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(90, 157, 143, 0.3);
}
.contact-section .info-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-section .info-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}
.contact-section .info-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-section .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.contact-section .info-item i {
  font-size: 18px;
}
.contact-section .info-item span {
  font-size: 16px;
  font-weight: 500;
}
.contact-section .info-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(-5px);
}
.contact-section .contact-right {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.contact-section .form-title {
  font-size: 28px;
  font-weight: 700;
  color: #009689;
  text-align: right;
  margin-bottom: 30px;
}
.contact-section .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-section .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contact-section .form-row:has(.form-textarea) {
  grid-template-columns: 1fr;
}
.contact-section .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-section .form-label {
  font-size: 15px;
  font-weight: 600;
  color: #009689;
  text-align: right;
}
.contact-section .form-input,
.contact-section .form-textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8eef3;
  border-radius: 10px;
  font-size: 15px;
  color: #009689;
  transition: all 0.3s ease;
  text-align: right;
  font-family: inherit;
}
.contact-section .form-input::-moz-placeholder, .contact-section .form-textarea::-moz-placeholder {
  color: #b0bec5;
}
.contact-section .form-input::placeholder,
.contact-section .form-textarea::placeholder {
  color: #b0bec5;
}
.contact-section .form-input:focus,
.contact-section .form-textarea:focus {
  outline: none;
  border-color: #009689;
  box-shadow: 0 0 0 4px rgba(126, 181, 168, 0.1);
}
.contact-section .form-textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-section .submit-btn {
  background: linear-gradient(135deg, #009689, #00786f);
  color: #ffffff;
  padding: 16px 40px;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(90, 157, 143, 0.3);
}
.contact-section .submit-btn:hover {
  background: linear-gradient(135deg, #4a8d7f, #5a9d8f);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(90, 157, 143, 0.4);
}
.contact-section .submit-btn:active {
  transform: translateY(0);
}
.contact-section .submit-btn i {
  font-size: 16px;
}
.contact-section .faq-section {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.contact-section .faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.contact-section .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.contact-section .faq-item {
  padding: 25px;
  background: #f8fafb;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.contact-section .faq-item:hover {
  background: #f0f4f8;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.contact-section .faq-question {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  text-align: right;
}
.contact-section .faq-answer {
  font-size: 15px;
  line-height: 1.7;
  color: #7a8f9a;
  text-align: right;
}
@media (max-width: 1200px) {
  .contact-section .contact-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .contact-section .social-icons-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .contact-section .faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-section .faq-section {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-right {
    padding: 30px 25px;
  }
  .contact-section .form-row {
    grid-template-columns: 1fr;
  }
  .contact-section .form-title {
    font-size: 24px;
  }
  .contact-section .social-icons-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .contact-section .social-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .contact-section .faq-title {
    font-size: 26px;
  }
  .contact-section .faq-section {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-right {
    padding: 25px 20px;
  }
  .contact-section .form-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .contact-section .submit-btn {
    padding: 14px 30px;
    font-size: 16px;
  }
  .contact-section .info-box {
    padding: 25px;
  }
  .contact-section .info-title {
    font-size: 20px;
  }
  .contact-section .social-section {
    padding: 25px;
  }
  .contact-section .social-title {
    font-size: 18px;
  }
  .contact-section .map-overlay {
    bottom: 15px;
    right: 15px;
    padding: 12px 15px;
  }
  .contact-section .location-name {
    font-size: 14px;
  }
  .contact-section .location-address {
    font-size: 12px;
  }
}

.news-section {
  padding: 80px 0;
}
.news-section .news-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
}
.news-section .news-sidebar {
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
.news-section .sidebar-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.news-section .sidebar-header svg,
.news-section .sidebar-header i {
  color: #009689;
}
.news-section .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.news-section .filter-toggle {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f0f4f8;
  border: none;
  color: #7a8f9a;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.news-section .filter-toggle:hover {
  background: #009689;
  color: #ffffff;
}
.news-section .category-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.news-section .category-item {
  margin-bottom: 8px;
}
.news-section .category-item:last-child {
  margin-bottom: 0;
}
.news-section .category-item.active .category-link {
  background: linear-gradient(135deg, #009689, #00786f);
  color: #ffffff;
}
.news-section .category-item.active .category-link .category-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.news-section .category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-radius: 10px;
  text-decoration: none;
  color: #7a8f9a;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.news-section .category-link:hover {
  background: #f8fafb;
  color: #009689;
}
.news-section .category-name {
  flex: 1;
}
.news-section .category-count {
  min-width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #f0f4f8;
  color: #7a8f9a;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-section .news-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.news-section .section-title-news {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  border-right: 5px solid #009689;
  border-radius: 2px;
  padding-right: 20px;
}
.news-section .section-title-news i {
  color: #009689;
  font-size: 24px;
}
.news-section .featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.news-section .news-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid #96f7e4;
}
.news-section .news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.news-section .news-card:hover .card-image img {
  transform: scale(1.1);
}
.news-section .card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.news-section .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.news-section .card-badges {
  position: absolute;
  top: 15px;
  display: flex;
  gap: 12px;
  align-items: center;
  right: 15px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-end;
}
.news-section .badge {
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}
.news-section .badge-featured {
  background: linear-gradient(135deg, #ff9800, #f57c00);
  color: #ffffff;
}
.news-section .badge-category {
  background: #009689;
  color: #ffffff;
}
.news-section .card-content {
  padding: 25px;
}
.news-section .card-meta {
  margin-bottom: 12px;
}
.news-section .meta-date {
  font-size: 13px;
  color: #b0bec5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.news-section .meta-date i {
  font-size: 12px;
}
.news-section .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 12px;
}
.news-section .card-description {
  font-size: 14px;
  line-height: 1.6;
  color: #7a8f9a;
  margin-bottom: 18px;
}
.news-section .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #009689;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.news-section .read-more i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.news-section .read-more:hover {
  gap: 12px;
}
.news-section .read-more:hover i {
  transform: translateX(-3px);
}
.news-section .load-more-section {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.news-section .load-more-btn {
  padding: 14px 40px;
  background: linear-gradient(135deg, #009689, #00786f);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(126, 181, 168, 0.3);
}
.news-section .load-more-btn:hover {
  background: linear-gradient(135deg, #009689, #00786f);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(126, 181, 168, 0.4);
}
.news-section .load-more-btn i {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .news-section .news-wrapper {
    grid-template-columns: 260px 1fr;
    gap: 30px;
  }
  .news-section .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .news-section .news-wrapper {
    grid-template-columns: 1fr;
  }
  .news-section .news-sidebar {
    position: relative;
    top: 0;
  }
  .news-section .featured-grid {
    grid-template-columns: 1fr;
  }
  .news-section .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .news-section .news-section {
    padding: 60px 0;
  }
  .news-section .section-title-news {
    font-size: 24px;
  }
  .news-section .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-section .featured-grid {
    gap: 20px;
  }
  .news-section .card-image {
    height: 200px;
  }
  .news-section .card-content {
    padding: 20px;
  }
  .news-section .card-title {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .news-section .section-title-news {
    font-size: 22px;
  }
  .news-section .section-title-news i {
    font-size: 20px;
  }
  .news-section .card-image {
    height: 180px;
  }
  .news-section .latest-news-widget {
    padding: 18px;
  }
  .news-section .widget-title {
    font-size: 17px;
  }
}

.latest-news-widget {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.latest-news-widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.latest-news-widget .latest-news-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.latest-news-widget .latest-news-item {
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.latest-news-widget .latest-news-item:hover {
  background: #f8fafb;
}
.latest-news-widget .latest-news-item:hover .latest-title {
  color: #009689;
}
.latest-news-widget .latest-icon {
  color: #009689;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 12px;
}
.latest-news-widget .latest-content {
  flex: 1;
}
.latest-news-widget .latest-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.latest-news-widget .latest-date {
  font-size: 12px;
  color: #b0bec5;
  display: flex;
  align-items: center;
  gap: 5px;
}
.latest-news-widget .latest-date i {
  font-size: 11px;
}

.news-detail-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f8fafb, #ffffff);
}
.news-detail-section .detail-wrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
}
.news-detail-section .detail-sidebar {
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.news-detail-section .related-news-widget {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.news-detail-section .widget-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.news-detail-section .related-news-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.news-detail-section .related-item {
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #f0f4f8;
}
.news-detail-section .related-item:hover {
  background: #f8fafb;
  border-color: #009689;
}
.news-detail-section .related-item:hover .related-title {
  color: #009689;
}
.news-detail-section .related-meta {
  margin-bottom: 10px;
}
.news-detail-section .related-date {
  font-size: 12px;
  color: #b0bec5;
}
.news-detail-section .related-badge {
  padding: 4px 12px;
  border-radius: 12px;
  color: #009689;
  font-size: 11px;
  font-weight: 600;
}
.news-detail-section .related-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.news-detail-section .view-all-link {
  display: block;
  text-align: center;
  padding: 12px;
  border: 2px solid #009689;
  border-radius: 10px;
  color: #009689;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.news-detail-section .view-all-link:hover {
  background: #009689;
  color: #ffffff;
  border-color: #009689;
}
.news-detail-section .donation-cta {
  background: linear-gradient(135deg, #009689, #00786f);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(90, 157, 143, 0.3);
}
.news-detail-section .cta-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.news-detail-section .cta-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  line-height: 1.5;
}
.news-detail-section .donate-btn {
  display: block;
  padding: 14px 30px;
  background: #ffffff;
  color: #00786f;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.news-detail-section .donate-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.news-detail-section .detail-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.news-detail-section .article-header {
  margin-bottom: 30px;
}
.news-detail-section .article-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.news-detail-section .meta-date {
  font-size: 14px;
  color: #b0bec5;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-detail-section .meta-date i {
  font-size: 13px;
}
.news-detail-section .meta-category {
  padding: 6px 16px;
  border-radius: 15px;
  background: linear-gradient(135deg, #009689, #6aa599);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
.news-detail-section .article-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.news-detail-section .article-image {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.news-detail-section .article-image img {
  width: 100%;
  height: auto;
  display: block;
}
.news-detail-section .article-body {
  color: #009689;
}
.news-detail-section .article-intro {
  margin-bottom: 30px;
}
.news-detail-section .article-intro p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
.news-detail-section .article-text p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #000;
}
.news-detail-section .content-heading {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin: 35px 0 20px;
}
.news-detail-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.news-detail-section .feature-list li {
  position: relative;
  padding: 12px 35px 12px 0;
  font-size: 17px;
  line-height: 1.7;
  color: #5a6c75;
}
.news-detail-section .feature-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009689;
}
.news-detail-section .article-quote {
  position: relative;
  background: linear-gradient(135deg, #f8fafb, #f0f4f8);
  padding: 35px 40px;
  border-right: 4px solid #009689;
  border-radius: 12px;
  margin: 35px 0;
}
.news-detail-section .article-quote i {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 40px;
  color: rgba(126, 181, 168, 0.2);
}
.news-detail-section .article-quote p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
  color: #009689;
  font-weight: 500;
  margin: 0;
}
.news-detail-section .share-section {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 2px solid #f0f4f8;
}
.news-detail-section .share-title {
  font-size: 20px;
  font-weight: 700;
  color: #009689;
  margin-bottom: 20px;
}
.news-detail-section .share-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.news-detail-section .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.news-detail-section .share-btn i {
  font-size: 16px;
}
.news-detail-section .copy-btn {
  background: #f0f4f8;
  color: #7a8f9a;
}
.news-detail-section .copy-btn:hover {
  background: #e8eef3;
  transform: translateY(-2px);
}
.news-detail-section .linkedin-btn {
  background: linear-gradient(135deg, #0077b5, #005885);
  color: #ffffff;
}
.news-detail-section .linkedin-btn:hover {
  background: linear-gradient(135deg, #005885, #004060);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
}
.news-detail-section .twitter-btn {
  background: linear-gradient(135deg, #1da1f2, #0d8bd9);
  color: #ffffff;
}
.news-detail-section .twitter-btn:hover {
  background: linear-gradient(135deg, #0d8bd9, #0a6fb8);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(29, 161, 242, 0.3);
}
.news-detail-section .facebook-btn {
  background: linear-gradient(135deg, #1877f2, #0d65d9);
  color: #ffffff;
}
.news-detail-section .facebook-btn:hover {
  background: linear-gradient(135deg, #0d65d9, #0a53b8);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);
}
@media (max-width: 1200px) {
  .news-detail-section .detail-wrapper {
    grid-template-columns: 320px 1fr;
    gap: 30px;
  }
  .news-detail-section .detail-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .news-detail-section .detail-wrapper {
    grid-template-columns: 1fr;
  }
  .news-detail-section .detail-sidebar {
    position: relative;
    top: 0;
    order: 2;
  }
  .news-detail-section .detail-content {
    order: 1;
  }
  .news-detail-section .article-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .news-detail-section .news-detail-section {
    padding: 60px 0;
  }
  .news-detail-section .detail-content {
    padding: 30px 25px;
  }
  .news-detail-section .article-title {
    font-size: 28px;
  }
  .news-detail-section .article-intro p {
    font-size: 18px;
  }
  .news-detail-section .article-text p {
    font-size: 16px;
  }
  .news-detail-section .content-heading {
    font-size: 22px;
  }
  .news-detail-section .article-quote p {
    font-size: 16px;
  }
  .news-detail-section .share-buttons {
    flex-direction: column;
  }
  .news-detail-section .share-btn {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .news-detail-section .detail-content {
    padding: 25px 20px;
  }
  .news-detail-section .article-title {
    font-size: 24px;
  }
  .news-detail-section .article-intro p {
    font-size: 17px;
  }
  .news-detail-section .article-text p {
    font-size: 15px;
  }
  .news-detail-section .feature-list li {
    font-size: 15px;
    padding-right: 30px;
  }
  .news-detail-section .article-quote {
    padding: 25px 30px;
  }
  .news-detail-section .donation-cta {
    padding: 25px;
  }
}

.survey-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f8fafb, #ffffff);
  min-height: 100vh;
}
.survey-section .survey-wrapper {
  background: #ffffff;
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.survey-section .step-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.survey-section .step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #009689, #00786f);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(90, 157, 143, 0.3);
}
.survey-section .step-title {
  font-size: 28px;
  font-weight: 700;
  color: #00786f;
}
.survey-section .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.survey-section .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.survey-section .form-group.full-width {
  grid-column: 1/-1;
}
.survey-section .form-label {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-align: right;
}
.survey-section .form-input,
.survey-section .form-select,
.survey-section .form-textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8eef3;
  border-radius: 12px;
  font-size: 15px;
  color: #000;
  transition: all 0.3s ease;
  text-align: right;
  font-family: inherit;
}
.survey-section .form-input::-moz-placeholder, .survey-section .form-select::-moz-placeholder, .survey-section .form-textarea::-moz-placeholder {
  color: #b0bec5;
}
.survey-section .form-input::placeholder,
.survey-section .form-select::placeholder,
.survey-section .form-textarea::placeholder {
  color: #b0bec5;
}
.survey-section .form-input:focus,
.survey-section .form-select:focus,
.survey-section .form-textarea:focus {
  outline: none;
  border-color: #00786f;
  box-shadow: 0 0 0 4px rgba(126, 181, 168, 0.1);
}
.survey-section .form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%237a8f9a' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 15px center;
  padding-left: 40px;
}
.survey-section .form-textarea {
  resize: vertical;
  min-height: 120px;
}
.survey-section .rating-info {
  background: linear-gradient(135deg, #e8f5f1, #f0f9f6);
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  border-right: 4px solid #7eb5a8;
}
.survey-section .rating-info i {
  font-size: 24px;
  color: #7eb5a8;
}
.survey-section .rating-info p {
  font-size: 15px;
  color: #5a9d8f;
  font-weight: 500;
  margin: 0;
}
.survey-section .rating-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}
.survey-section .rating-item {
  padding: 20px;
  background: #f8fafb;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.survey-section .rating-item:hover {
  background: #f0f4f8;
}
.survey-section .rating-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2c5f6f;
  margin-bottom: 15px;
  text-align: right;
}
.survey-section .rating-stars {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  direction: ltr;
}
.survey-section .rating-stars input[type=radio] {
  display: none;
}
.survey-section .rating-stars label {
  cursor: pointer;
  transition: all 0.3s ease;
}
.survey-section .rating-stars label i,
.survey-section .rating-stars label svg {
  font-size: 32px;
  color: #d1d8dd;
  transition: all 0.3s ease;
}
.survey-section .rating-stars label:hover i, .survey-section .rating-stars label:hover svg {
  color: #ffb300;
  transform: scale(1.2);
}
.survey-section .rating-stars input[type=radio]:checked ~ label i,
.survey-section .rating-stars input[type=radio]:checked ~ label svg,
.survey-section .rating-stars input[type=radio]:checked + label svg,
.survey-section .rating-stars input[type=radio]:checked + label i {
  color: #ffb300;
}
.survey-section .rating-text {
  display: block;
  font-size: 13px;
  color: #b0bec5;
  text-align: right;
  margin-top: 10px;
}
.survey-section .question-group {
  margin-bottom: 25px;
}
.survey-section .question-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2c5f6f;
  margin-bottom: 15px;
  text-align: right;
}
.survey-section .emoji-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.survey-section .emoji-options input[type=radio] {
  display: none;
}
.survey-section .emoji-option {
  padding: 20px;
  background: #f8fafb;
  border: 2px solid #e8eef3;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.survey-section .emoji-option:hover {
  background: #f0f4f8;
  border-color: #7eb5a8;
  transform: translateY(-3px);
}
input[type=radio]:checked + .survey-section .emoji-option {
  background: linear-gradient(135deg, #e8f5f1, #f0f9f6);
  border-color: #7eb5a8;
  box-shadow: 0 4px 15px rgba(126, 181, 168, 0.2);
}
.survey-section .emoji {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}
.survey-section .emoji-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #5a9d8f;
}
.survey-section .icon-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.survey-section .icon-options input[type=radio] {
  display: none;
}
.survey-section .icon-option {
  padding: 18px 15px;
  background: #f8fafb;
  border: 2px solid #e8eef3;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.survey-section .icon-option:hover {
  background: #f0f4f8;
  border-color: #7eb5a8;
  transform: translateY(-2px);
}
input[type=radio]:checked + .survey-section .icon-option {
  background: linear-gradient(135deg, #e8f5f1, #f0f9f6);
  border-color: #7eb5a8;
  box-shadow: 0 4px 15px rgba(126, 181, 168, 0.2);
}
.survey-section .option-icon {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}
.survey-section .option-text {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #5a9d8f;
}
.survey-section .thank-you-message {
  background: linear-gradient(135deg, #e8f5f1, #f0f9f6);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.survey-section .thank-emoji {
  display: block;
  font-size: 50px;
  margin-bottom: 15px;
}
.survey-section .thank-title {
  font-size: 22px;
  font-weight: 700;
  color: #2c5f6f;
  margin-bottom: 10px;
}
.survey-section .thank-text {
  font-size: 15px;
  color: #5a9d8f;
  line-height: 1.6;
}
.survey-section .step-actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
}
.survey-section .btn {
  padding: 14px 30px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.survey-section .btn i {
  font-size: 14px;
}
.survey-section .btn-prev {
  background: #f0f4f8;
  color: #7a8f9a;
}
.survey-section .btn-prev:hover {
  background: #e8eef3;
  transform: translateX(3px);
}
.survey-section .btn-next,
.survey-section .btn-submit {
  background: linear-gradient(135deg, #009689, #00786f);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(90, 157, 143, 0.3);
  margin: auto;
}
.survey-section .btn-next:hover,
.survey-section .btn-submit:hover {
  background: linear-gradient(135deg, #009689, #00786f);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(90, 157, 143, 0.4);
}
.survey-section .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #f0f4f8;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}
.survey-section .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #5a9d8f, #6ab3a5, #7eb5a8);
  transition: width 0.4s ease;
}
@media (max-width: 768px) {
  .survey-section .survey-section {
    padding: 60px 0;
  }
  .survey-section .survey-wrapper {
    padding: 35px 25px;
  }
  .survey-section .step-title {
    font-size: 24px;
  }
  .survey-section .form-grid {
    grid-template-columns: 1fr;
  }
  .survey-section .emoji-options {
    grid-template-columns: 1fr;
  }
  .survey-section .icon-options {
    grid-template-columns: repeat(2, 1fr);
  }
  .survey-section .step-actions {
    flex-direction: column;
  }
  .survey-section .step-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .survey-section .step-actions .btn-next,
  .survey-section .step-actions .btn-submit {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .survey-section .survey-wrapper {
    padding: 30px 20px;
  }
  .survey-section .step-number {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .survey-section .step-title {
    font-size: 22px;
  }
  .survey-section .rating-stars label i {
    font-size: 28px;
  }
  .survey-section .emoji {
    font-size: 35px;
  }
  .survey-section .thank-emoji {
    font-size: 45px;
  }
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.footer {
  background: linear-gradient(135deg, #009689 0%, #00786F 100%);
  color: white;
  margin-top: auto;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-top {
  padding: 50px 0 40px;
}
@media (max-width: 991.98px) {
  .footer .footer-top {
    padding: 40px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top {
    padding: 30px 0 20px;
  }
}
.footer .footer-top .info .logo {
  margin-bottom: 15px;
  width: 100px;
  height: auto;
  border-radius: 14px;
}
@media (max-width: 1199.98px) {
  .footer .footer-top .info .logo {
    width: 90px;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-top .info .logo {
    width: 80px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .info .logo {
    width: 70px;
    margin-bottom: 10px;
  }
}
.footer .footer-top .info .text {
  margin-bottom: 25px;
  font-size: 16px;
  max-width: 356px;
  line-height: 26px;
  text-align: justify;
  color: #fff;
}
@media (max-width: 991.98px) {
  .footer .footer-top .info .text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .info .text {
    font-size: 14px;
    line-height: 22px;
    text-align: right;
  }
}
.footer .footer-top .items-wrapper .title {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .footer .footer-top .items-wrapper .title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .items-wrapper .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.footer .footer-top .items {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 991.98px) {
  .footer .footer-top .items {
    gap: 11px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .items {
    gap: 10px;
  }
}
.footer .footer-top .items .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .footer .footer-top .items .title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .items .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
.footer .footer-top .items .item {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .footer .footer-top .items .item {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .items .item {
    font-size: 13px;
    line-height: 18px;
  }
}
.footer .footer-top .items .item:hover {
  color: rgba(255, 255, 255, 0.8);
  padding-right: 5px;
}
.footer .footer-top .items .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .footer .footer-top .items .contact-item {
    gap: 8px;
  }
}
.footer .footer-top .items .contact-item i,
.footer .footer-top .items .contact-item svg {
  font-size: 16px;
  width: 20px;
  color: #01cab6;
  margin-top: 2px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .footer .footer-top .items .contact-item i,
  .footer .footer-top .items .contact-item svg {
    font-size: 15px;
    width: 18px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .items .contact-item i,
  .footer .footer-top .items .contact-item svg {
    font-size: 14px;
    width: 16px;
  }
}
.footer .footer-top .items .contact-item span {
  flex: 1;
  word-break: break-word;
}
.footer .footer-top .social {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .footer .footer-top .social {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .social {
    gap: 8px;
  }
}
.footer .footer-top .social a {
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 300ms;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .footer .footer-top .social a {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .social a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
.footer .footer-top .social a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
}
.footer .bar {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.footer .footer-bottom {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom {
    padding: 18px 0;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom {
    padding: 15px 0;
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  .footer .footer-bottom .d-flex {
    flex-direction: column;
    text-align: center;
    gap: 12px !important;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .d-flex {
    gap: 10px !important;
  }
}
.footer .footer-bottom .copyright {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .copyright {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .copyright {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer .footer-bottom .footer-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .footer-links {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-links {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .footer-bottom .footer-links a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom .footer-links a {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-links a {
    font-size: 12px;
  }
}
.footer .footer-bottom .footer-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-bottom .footer-links .separator {
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-links .separator {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .footer .row > [class*=col-]:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .footer .row > [class*=col-]:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .footer .row > [class*=col-]:not(:last-child) {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=main.css.map */