@charset "UTF-8";
@font-face {
  font-family: roboto-regular;
  src: url("../../fonts/text-fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: roboto-medium;
  src: url("../../fonts/text-fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: roboto-bold;
  src: url("../../fonts/text-fonts/Roboto-Bold.ttf");
}
/* image */
.ic-section-space {
  padding: 90px 0px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-space {
    padding: 40px 0px;
  }
}

.ic-section-space-top {
  padding-top: 90px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-space-top {
    padding-top: 40px;
  }
}

.ic-section-space-bottom {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-space-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-space-bottom {
    padding-bottom: 40px;
  }
}

.ic-section-margin {
  margin: 90px 0px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-margin {
    margin: 80px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-margin {
    margin: 70px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-margin {
    margin: 60px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-margin {
    margin: 40px 0px;
  }
}

.ic-section-margin-top {
  margin-top: 90px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-margin-top {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-margin-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-margin-top {
    margin-top: 40px;
  }
}

.ic-section-margin-bottom {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-margin-bottom {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-margin-bottom {
    margin-bottom: 40px;
  }
}

.ic-section-header-space {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1800px) {
  .ic-section-header-space {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-section-header-space {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ic-section-header-space {
    margin-bottom: 22px;
  }
}

.ic-content-space {
  margin-bottom: 30px;
}

.ic-content-space-small {
  margin-bottom: 18px;
}

.ic-content-space-extra-small {
  margin-bottom: 15px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mbb-30 {
  margin-bottom: 30px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-10 {
  margin-bottom: 10px;
}

.my-16 {
  margin: 22px 0px 16px 0px;
}
@media (max-width: 991px) {
  .my-16 {
    margin: 20px 0px 14px 0px;
  }
}
@media (max-width: 767px) {
  .my-16 {
    margin: 18px 0px 12px 0px;
  }
}
@media (max-width: 575px) {
  .my-16 {
    margin: 16px 0px 10px 0px;
  }
}
@media (max-width: 480px) {
  .my-16 {
    margin: 14px 0px 8px 0px;
  }
}
@media (max-width: 374px) {
  .my-16 {
    margin: 12px 0px 6px 0px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.ic-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ic-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
}
.ic-social a i {
  font-size: 14px;
  color: #fff;
}
.ic-social a:last-of-type {
  margin-right: 0px;
}
.ic-social a:hover {
  background-color: #333;
}

.ic-social-secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ic-social-secondary a i {
  font-size: 16px;
}

.ic_bg {
  background-color: #f5f7f9;
}

.text_center {
  text-align: center;
}

.bg_gray {
  background-color: #404c5c;
}

.bg_black {
  background-color: #201f1e;
}

.text_justify {
  text-align: justify;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: auto;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h4,
h5,
h5 span,
h6,
p {
  margin: 0px;
  padding: 0px;
}

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

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/**Font Size & Font Family**/
h1, h1 span,
h2,
h2 span,
h3,
h4,
h5,
h5 span,
h6 {
  margin: 0px;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}

h1, h1 span {
  font-size: 58px;
  font-weight: bolder;
}
@media only screen and (max-width: 1399.98px) {
  h1, h1 span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h1, h1 span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1, h1 span {
    font-size: 31px;
  }
}
@media only screen and (max-width: 575.98px) {
  h1, h1 span {
    font-size: 30px;
  }
}
h2, h2 span {
  font-size: 52px;
  font-weight: bolder;
}
@media only screen and (max-width: 1650px) {
  h2, h2 span {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h2, h2 span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h2, h2 span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2, h2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2, h2 span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  h2, h2 span {
    font-size: 24px;
  }
}
h3 {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 1650px) {
  h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 1650px) {
  h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 20px;
  }
}

h5, h5 span {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media only screen and (max-width: 1650px) {
  h5, h5 span {
    font-size: 22px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h5, h5 span {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h5, h5 span {
    font-size: 18px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 991.98px) {
  h5, h5 span {
    font-size: 17px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  h5, h5 span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  h5, h5 span {
    font-size: 15px;
    line-height: 25px;
  }
}
.sub-1 {
  font-size: 24px;
  line-height: 130%;
}

.sub-2 {
  font-size: 20px;
  line-height: 140%;
}

.sub-3 {
  font-size: 18px;
  font-weight: 400;
  color: #b7bbc0;
}
@media only screen and (max-width: 1199.98px) {
  .sub-3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sub-3 {
    font-size: 14px;
  }
}

p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}

.body-2 {
  font-size: 14px;
  line-height: 140%;
}

.body-3 {
  font-size: 12px;
  line-height: 140%;
}

.ic_btn {
  background: linear-gradient(98.35deg, #0da843 14.49%, #79cc49 93.9%);
  background-size: 200% auto;
  color: white;
  border-radius: 30px;
  font-size: 16px;
  padding: 12px 28px;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
  transition: background-position 0.4s ease-in-out;
}
@media only screen and (max-width: 1199.98px) {
  .ic_btn {
    padding: 10px 14px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_btn {
    font-weight: 500;
    padding: 8px 16px;
    font-size: 12px;
  }
}
.ic_btn .ic_dwn_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic_btn:hover {
  background-position: right center;
}
.ic_btn .ic_arrow_icn {
  width: 23px;
  height: 23px;
  background-color: #fff;
  color: #0da843;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .ic_btn .ic_arrow_icn {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_btn .ic_arrow_icn {
    width: 18px;
    height: 18px;
  }
}
.ic_btn .ic_arrow_icn:hover {
  transition-duration: 0.4s;
  transform: rotate(45deg);
}

.ic_btn a {
  color: #fff;
}

.ic_common_banner_btn {
  display: inline;
  background-color: #68c748;
  color: white;
  border-radius: 100px;
  padding: 12px 28px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-position 0.4s ease-in-out;
}
@media only screen and (max-width: 1650px) {
  .ic_common_banner_btn {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic_common_banner_btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_common_banner_btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_common_banner_btn {
    font-size: 14px;
    padding: 10px 24px;
  }
}
.ic_common_banner_btn:hover {
  background-position: right center;
}

.ic_cnct_us {
  font-size: 14px;
}
@media only screen and (max-width: 575.98px) {
  .ic_cnct_us {
    font-size: 12px;
  }
}

.ic_banner_wrappter .content {
  position: relative;
  /* image */
}

.ic_banner {
  position: relative;
  padding-top: 115px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1399.98px) {
  .ic_banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_banner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_banner {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_banner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_banner {
    padding-bottom: 40px;
  }
}

.content {
  color: #fff;
}
.content .badge {
  display: inline-block;
  background-color: #68c748;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1800px) {
  .content .badge {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1650px) {
  .content .badge {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .content .badge {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .content .badge {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .content .badge {
    font-size: 16px;
  }
}
.content .cta-section {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 991.98px) {
  .content .cta-section {
    flex-direction: column;
    align-items: start;
    gap: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .content .cta-section {
    gap: 14px;
  }
}
.content .cta-section .user-stats {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 991.98px) {
  .content .cta-section .user-stats {
    gap: 10px;
  }
}
.content .cta-section .user-stats .user-avatars {
  display: flex;
  margin-right: 8px;
}
@media only screen and (max-width: 575.98px) {
  .content .cta-section .user-stats .user-avatars {
    margin-right: 6px;
  }
}
.content .cta-section .user-stats .user-avatars .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -8px;
}
.content .cta-section .user-stats .user-avatars .avatar img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .content .cta-section .user-stats .user-avatars .avatar {
    width: 30px;
    height: 30px;
    margin-left: -6px;
  }
}
@media only screen and (max-width: 480px) {
  .content .cta-section .user-stats .user-avatars .avatar {
    width: 28px;
    height: 28px;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 374.98px) {
  .content .cta-section .user-stats .user-avatars .avatar {
    width: 24px;
    height: 24px;
    margin-left: -4px;
  }
}
.content .cta-section .user-stats .user-avatars .avatar:first-child {
  margin-left: 0;
}
.content .cta-section .user-stats .user-count {
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .content .cta-section .user-stats .user-count {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .content .cta-section .user-stats .user-count {
    font-size: 12px;
  }
}
@media only screen and (max-width: 374.98px) {
  .content .cta-section .user-stats .user-count {
    font-size: 11px;
  }
}
.content .cta-section .contact-btn {
  background: #fff;
  color: #16a34a;
  padding: 10px 24px;
  border: none;
  border-radius: 50px !important;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .content .cta-section .contact-btn {
    padding: 6px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .content .cta-section .contact-btn {
    padding: 5px 14px;
  }
}
.content .cta-section .contact-btn i {
  margin-left: 8px;
  height: 24px;
  width: 24px;
  background-color: #0da843;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  .content .cta-section .contact-btn i {
    margin-left: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .content .cta-section .contact-btn i {
    margin-left: 0px;
    font-size: 12px;
  }
}

.images-section {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .images-section {
    margin-top: 70px;
  }
}
.images-section .first_img {
  width: 410px;
  height: 400px;
  top: 25px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .images-section .first_img {
    width: 300px;
    height: 310px;
    top: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .images-section .first_img {
    width: 250px;
    height: 300px;
    top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .images-section .first_img {
    width: 260px;
    height: 280px;
    top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .images-section .first_img {
    width: 250px;
    height: 250px;
  }
}
.images-section .first_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}
.images-section .first_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: 3;
  border-radius: 26px;
}
.images-section .second_img {
  width: 238px;
  height: 290px;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 3;
}
@media only screen and (max-width: 1399.98px) {
  .images-section .second_img {
    width: 190px;
    height: 230px;
    top: -25px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .images-section .second_img {
    width: 180px;
    height: 220px;
  }
}
@media only screen and (max-width: 991.98px) {
  .images-section .second_img {
    width: 150px;
    height: 180px;
    top: -6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .images-section .second_img {
    width: 170px;
    height: 190px;
    top: -50px;
    left: 40%;
  }
}
.images-section .second_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
}
.images-section .third_img {
  position: absolute;
  width: 390px;
  height: 360px;
  top: 0;
  left: 20%;
  object-fit: cover;
}
@media only screen and (max-width: 1399.98px) {
  .images-section .third_img {
    width: 300px;
    height: 290px;
    top: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .images-section .third_img {
    width: 250px;
    height: 250px;
    top: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .images-section .third_img {
    top: -20px;
  }
}
.images-section .third_img img {
  width: 100%;
  height: 100%;
}

.main-footer {
  background: #404c5c;
  color: #fff;
  padding: 90px 0 40px;
}
@media only screen and (max-width: 991.98px) {
  .main-footer {
    padding: 60px 0 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-footer {
    padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-footer {
    padding: 45px 0 30px;
  }
}

.footer-logo {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .footer-logo {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}
.footer-logo img {
  width: 276px;
}
@media only screen and (max-width: 1650px) {
  .footer-logo img {
    width: 260px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .footer-logo img {
    width: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-logo img {
    width: 180px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-logo img {
    width: 150px;
  }
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .contact-info {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-info {
    gap: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-info {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 991.98px) {
  .contact-item {
    gap: 10px;
  }
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.98px) {
  .contact-icon {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-icon {
    width: 25px;
    height: 25px;
  }
}
.contact-icon i {
  color: #0da843;
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  .contact-icon i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-icon i {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-icon i {
    font-size: 12px;
  }
}

.contact-details {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .contact-details {
    text-align: center;
  }
}

.contact-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 1199.98px) {
  .contact-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-text {
    font-size: 12px;
  }
}
.contact-text:hover {
  color: #0da843;
}

.copyright {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .copyright {
    margin-bottom: 25px;
  }
}
.copyright p {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1199.98px) {
  .copyright p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .copyright p {
    font-size: 12px;
  }
}

.footer-divider {
  height: 1px;
  background: #64748b;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .footer-divider {
    margin-bottom: 25px;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .footer-bottom {
    flex-direction: column;
    gap: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    gap: 20px;
  }
}

.footer-nav {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199.98px) {
  .footer-nav {
    gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-nav {
    justify-content: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-nav {
    gap: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-nav {
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-nav {
    gap: 8px;
  }
}
.footer-nav .nav-link {
  color: inherit;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0px !important;
}
@media only screen and (max-width: 1199.98px) {
  .footer-nav .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-nav .nav-link {
    font-size: 12px;
  }
}
.footer-nav .nav-link i {
  font-size: 18px;
  opacity: 0.7;
}
@media only screen and (max-width: 1199.98px) {
  .footer-nav .nav-link i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-nav .nav-link i {
    font-size: 15px;
  }
}
.footer-nav .nav-link:active, .footer-nav .nav-link:focus {
  color: #0da843;
  outline: none;
}
.footer-nav .nav-link:hover {
  color: #0da843;
  transform: translateY(-1px);
}

.social-media {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767.98px) {
  .social-media {
    gap: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .social-media {
    gap: 10px;
  }
}
.social-media .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #404c5c;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.social-media .social-link:hover {
  background: linear-gradient(98.35deg, #0da843 14.49%, #79cc49 93.9%);
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .social-media .social-link {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 575.98px) {
  .social-media .social-link {
    width: 32px;
    height: 32px;
  }
}
.social-media .social-link i {
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  .social-media .social-link i {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575.98px) {
  .social-media .social-link i {
    font-size: 15px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-logo,
.contact-info,
.footer-bottom {
  animation: fadeInUp 0.8s ease-out;
}

.contact-item:nth-child(1) {
  animation-delay: 0.1s;
}
.contact-item:nth-child(2) {
  animation-delay: 0.2s;
}
.contact-item:nth-child(3) {
  animation-delay: 0.3s;
}

.social-link:nth-child(1) {
  animation-delay: 0.1s;
}
.social-link:nth-child(2) {
  animation-delay: 0.2s;
}
.social-link:nth-child(3) {
  animation-delay: 0.3s;
}
.social-link:nth-child(4) {
  animation-delay: 0.4s;
}

.ic_itclan {
  width: 80px;
}
@media only screen and (max-width: 1199.98px) {
  .ic_itclan {
    width: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_itclan {
    width: 50px;
  }
}

.menu {
  font-size: 22px;
}

.navbar-toggler {
  padding: 0;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: white;
  border: 1px solid rgba(214, 218, 225, 0.5);
  /* Responsive Styling */
}
@media only screen and (max-width: 575.98px) {
  .navbar {
    padding: 0px 10px;
  }
}
.navbar .ic_nav_bg {
  padding: 6px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .navbar .ic_nav_bg {
    padding: 6px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar .navbar-brand {
    order: 1;
  }
}
.navbar .navbar-brand img {
  width: 166px;
  height: 50px;
  object-fit: fill;
}
@media only screen and (max-width: 1280px) {
  .navbar .navbar-brand img {
    width: 150px;
    height: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar .navbar-brand img {
    width: 130px;
    height: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .navbar .navbar-brand img {
    width: 125px;
    height: 37px;
  }
}
.navbar .navbar-toggler {
  border: none;
  outline: none;
}
.navbar .navbar-toggler .ic_tog_icon {
  margin-left: 5px;
}
@media only screen and (max-width: 991.98px) {
  .navbar .navbar-toggler {
    order: 3;
  }
}
.navbar .nav-link {
  color: #323b47;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 0 20px !important;
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .navbar .nav-link {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar .nav-link {
    padding: 8px !important;
  }
}
.navbar .nav-link:hover {
  color: #0da843 !important;
}
.navbar .dropdown-toggle::after {
  display: none !important;
}
.navbar .dropdown-menu[data-bs-popper] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 268px;
  margin-top: 26px;
  box-shadow: 0px 20px 60px rgba(26, 29, 44, 0.1);
  border: none;
  position: absolute;
  left: 0;
  flex-shrink: 0;
  padding: 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 2px solid #0da843;
}
@media only screen and (max-width: 991.98px) {
  .navbar .dropdown-menu[data-bs-popper] {
    padding: 0px 8px;
    gap: 0px;
    border-top: 2px solid #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .dropdown-menu[data-bs-popper] {
    padding: 0px 3px;
  }
}
.navbar .dropdown-menu[data-bs-popper] .ic_submenu_col_items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.navbar .dropdown-menu[data-bs-popper] .ic_submenu_col_items .ic_menu_item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.navbar .dropdown-menu[data-bs-popper] .ic_submenu_col_items .ic_menu_item .ic_display-flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.navbar .dropdown-menu[data-bs-popper].fst {
  display: block;
  width: 1018px;
  margin-top: 26px;
  box-shadow: 0px 20px 60px rgba(26, 29, 44, 0.1);
  border: none;
  position: absolute;
  left: -100%;
  flex-shrink: 0;
  padding: 30px 25px;
}
@media only screen and (max-width: 1650px) {
  .navbar .dropdown-menu[data-bs-popper].fst {
    left: -140%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .navbar .dropdown-menu[data-bs-popper].fst {
    left: -250%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar .dropdown-menu[data-bs-popper].fst {
    left: -250%;
    width: 920px;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar .dropdown-menu[data-bs-popper].fst {
    padding: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navbar .dropdown-menu[data-bs-popper].fst {
    padding: 5px;
  }
}
.navbar .dropdown-menu[data-bs-popper].fst .ic_submenu_col_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991.98px) {
  .navbar .dropdown-menu[data-bs-popper].fst .ic_submenu_col_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .navbar .dropdown-menu[data-bs-popper].fst .ic_submenu_col_items {
    width: 90%;
    margin: 0 auto;
    gap: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.navbar .dropdown-menu[data-bs-popper].fst .ic_submenu_col_items .ic_menu_item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.navbar .dropdown-menu[data-bs-popper].fst .ic_submenu_col_items .ic_menu_item .ic_display-flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.navbar .dropdown-item {
  white-space: wrap;
  padding: 12px;
  border-radius: 4px;
}
@media only screen and (max-width: 991.98px) {
  .navbar .dropdown-item {
    padding: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .navbar .dropdown-item {
    padding: 5px;
  }
}
.navbar .dropdown-item:hover {
  background: linear-gradient(98.35deg, #0da843 14.49%, #79cc49 93.9%);
  color: #fff;
}
.navbar .dropdown-item:focus {
  color: #201f1e;
}
@media only screen and (max-width: 991.98px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: white;
    padding: 10px 15px;
    width: 80%;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 768px) {
  .navbar .navbar-collapse {
    width: 80%;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .navbar .navbar-nav .nav-item {
    width: 100%;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item {
    padding: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar .navbar-nav .dropdown-menu {
    text-align: center;
  }
  .navbar .navbar-toggler {
    order: 3;
  }
  .navbar .dropdown-menu[data-bs-popper] {
    position: relative;
    box-shadow: none;
    width: 97%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar .dropdown-menu[data-bs-popper] {
    width: 91%;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar .dropdown-menu[data-bs-popper].fst {
    position: relative;
    left: 0%;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .navbar .navbar-collapse {
    width: 100%;
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic_description {
    display: none;
  }
}
.ic_flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.ic_sub_title {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  .ic_sub_title {
    font-size: 14px;
    font-weight: 500;
  }
}

.navbar-nav .nav-item {
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-nav .nav-item {
    margin-left: 2px;
    padding-left: 2px;
  }
}
.navbar-nav .nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991.98px) {
  .navbar-nav .nav-item:not(:first-child)::before {
    width: 0;
  }
}

.ic_sub_menu_icn {
  color: #fff;
  font-size: 20px;
}

.ic_width_head {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767.98px) {
  .ic_width_head {
    width: 100%;
  }
}

.testimonial-slider .testimonial {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin: 10px;
  transition: all 0.3s ease;
}
.testimonial-slider .testimonial::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url("/assets/images/Icon/testimonial.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .testimonial-slider .testimonial::after {
    width: 30px;
    height: 30px;
  }
}
.testimonial-slider .testimonial .testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.testimonial-slider .testimonial .testimonial-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-slider .testimonial .testimonial-header .user-info h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #222;
}
.testimonial-slider .testimonial .testimonial-header .user-info span {
  font-size: 0.9rem;
  color: #777;
}
.testimonial-slider .testimonial .feedback {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}
.testimonial-slider .slick-dots {
  bottom: -40px;
}
@media only screen and (max-width: 575.98px) {
  .testimonial-slider .slick-dots {
    bottom: -30px;
  }
}

.testimonial-slider .slick-dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-slider .slick-dots {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial-slider .slick-dots {
    margin-top: 15px;
  }
}

.testimonial-slider .slick-dots li {
  margin: 0 0.25rem;
}

.testimonial-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #586271;
  border: none;
  font-size: 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1280px) {
  .testimonial-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.testimonial-slider .slick-dots li button:before {
  display: none;
}

.testimonial-slider .slick-dots li.slick-active button {
  background-color: #7ec245;
  width: 22px;
  border-radius: 26px;
}

.commitment-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .commitment-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .commitment-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

.commitment-image-container {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .commitment-image-container {
    margin-bottom: 20px;
  }
}

.commitment-image {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}
@media only screen and (max-width: 1650px) {
  .commitment-image {
    height: 480px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .commitment-image {
    height: 465px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .commitment-image {
    height: 440px;
  }
}
@media only screen and (max-width: 991.98px) {
  .commitment-image {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .commitment-image {
    height: 350px;
  }
}
@media only screen and (max-width: 575.98px) {
  .commitment-image {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .commitment-image {
    height: 250px;
  }
}

.stats-badge {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(98.35deg, #0da843 14.49%, #79cc49 93.9%);
  color: #fff;
  padding: 26px;
  z-index: 2;
  border-radius: 6px;
}
@media only screen and (max-width: 1650px) {
  .stats-badge {
    padding: 28px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .stats-badge {
    left: 46%;
    bottom: 17%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .stats-badge {
    padding: 22px;
    left: 45%;
  }
}
@media only screen and (max-width: 991.98px) {
  .stats-badge {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .stats-badge {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .stats-badge {
    padding: 12px 20px;
  }
}

.stats-label {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .stats-label {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .stats-label {
    font-size: 0.8rem;
  }
}

.commitment-content .commitment-text p {
  font-size: 16px;
  line-height: 26px;
  color: #6b7280;
  margin-left: 15%;
  margin-top: 50px;
}
@media only screen and (max-width: 1399.98px) {
  .commitment-content .commitment-text p {
    margin-left: 10%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .commitment-content .commitment-text p {
    margin-left: 9%;
  }
}
@media only screen and (max-width: 991.98px) {
  .commitment-content .commitment-text p {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .commitment-content .commitment-text p {
    margin-top: 14px;
  }
}

.slider-container .image-slider img {
  width: 100%;
  height: 630px;
  border-radius: 10px;
  object-fit: cover;
}
@media only screen and (max-width: 1399.98px) {
  .slider-container .image-slider img {
    height: 480px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-container .image-slider img {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-container .image-slider img {
    height: 350px;
  }
}
@media only screen and (max-width: 575.98px) {
  .slider-container .image-slider img {
    height: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-container .image-slider img {
    height: 280px;
  }
}
.slider-container .image-slider .slick-dots {
  bottom: -40px;
}
@media only screen and (max-width: 575.98px) {
  .slider-container .image-slider .slick-dots {
    bottom: -30px;
  }
}

.image-slider .slick-dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .image-slider .slick-dots {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .image-slider .slick-dots {
    margin-top: 15px;
  }
}

.image-slider .slick-dots li {
  margin: 0 0.25rem;
}

.image-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #586271;
  border: none;
  font-size: 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1280px) {
  .image-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .image-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.image-slider .slick-dots li button:before {
  display: none;
}

.image-slider .slick-dots li.slick-active button {
  background-color: #7ec245;
  width: 22px;
  border-radius: 26px;
}

.see-more-btn {
  background: none;
  border: none;
  color: #17aa4b;
  cursor: pointer;
  padding-left: 5px;
  font-size: 14px;
}

.ic-stats-section {
  padding: 80px 0;
  background: #fff;
}
@media only screen and (max-width: 991.98px) {
  .ic-stats-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-stats-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-stats-section {
    padding: 40px 0;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}
@media only screen and (max-width: 1199.98px) {
  .stats-grid {
    gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .stats-grid {
    gap: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .stats-grid {
    gap: 15px;
  }
}

.ic_count_section .stats-grid {
  display: grid;
  gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  .ic_count_section .stats-grid {
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_count_section .stats-grid {
    gap: 20px;
  }
}
.ic_count_section .stats-grid .stat-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0px 2px 4px rgba(0, 3, 33, 0.06);
  animation: countUp 0.8s ease-out;
}
.ic_count_section .stats-grid .stat-card:hover {
  background: linear-gradient(98.35deg, #0da843 14.49%, #79cc49 93.9%);
  color: #fff;
}
.ic_count_section .stats-grid .stat-card:hover .ic_customer_service_icon {
  background: #fff;
}
.ic_count_section .stats-grid .stat-card:hover .ic_customer_service_icon svg path {
  fill: #0da843;
}
.ic_count_section .stats-grid .stat-card:hover .ic_contact_icon {
  background: #fff;
}
.ic_count_section .stats-grid .stat-card:hover .ic_contact_icon svg path {
  fill: #0da843;
}
@media only screen and (max-width: 1399.98px) {
  .ic_count_section .stats-grid .stat-card {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_count_section .stats-grid .stat-card {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_count_section .stats-grid .stat-card {
    padding: 25px 20px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_count_section .stats-grid .stat-card {
    padding: 20px 18px;
    border-radius: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_count_section .stats-grid .stat-card {
    padding: 18px 15px;
  }
}
.ic_count_section .stats-grid .stat-card:nth-child(1) {
  animation: countUp 0.6s ease-out;
}
.ic_count_section .stats-grid .stat-card:nth-child(2) {
  animation: countUp 0.8s ease-out;
}
.ic_count_section .stats-grid .stat-card:nth-child(3) {
  animation: countUp 1s ease-out;
}
.ic_count_section .stats-grid .stat-card .card_header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9eff7;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .ic_count_section .stats-grid .stat-card .card_header {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_count_section .stats-grid .stat-card .card_header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_count_section .stats-grid .stat-card .card_header {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_count_section .stats-grid .stat-card .card_header {
    margin-bottom: 14px;
  }
}
.ic_count_section .stats-grid .stat-card .card-badge {
  background: #0da843;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .ic_count_section .stats-grid .stat-card .card-badge {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_count_section .stats-grid .stat-card .card-badge {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_count_section .stats-grid .stat-card .card-badge {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
}
.ic_count_section .stats-grid .stat-card .card-content {
  text-align: left;
}
.ic_count_section .stats-grid .stat-card .card-content .stat-number {
  margin-bottom: 12px;
  animation: countUp 0.8s ease-out;
}
@media only screen and (max-width: 1199.98px) {
  .ic_count_section .stats-grid .stat-card .card-content .stat-number {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_count_section .stats-grid .stat-card .card-content .stat-number {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_count_section .stats-grid .stat-card .card-content .stat-number {
    margin-bottom: 6px;
  }
}
.ic_count_section .stats-grid .stat-card .card-content .stat-description {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 1650px) {
  .ic_count_section .stats-grid .stat-card .card-content .stat-description {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_count_section .stats-grid .stat-card .card-content .stat-description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic_count_section .stats-grid .stat-card .card-content .stat-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_count_section .stats-grid .stat-card .card-content .stat-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 374.98px) {
  .ic_count_section .stats-grid .stat-card .card-content .stat-description {
    font-size: 13px;
  }
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.practice-card {
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .practice-card {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .practice-card {
    border-radius: 18px;
  }
}

.practice-image {
  position: relative;
  height: 600px;
}
@media only screen and (max-width: 1199.98px) {
  .practice-image {
    height: 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  .practice-image {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .practice-image {
    height: 350px;
  }
}
.practice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.practice-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  display: flex;
  align-items: end;
  padding: 40px;
}
@media only screen and (max-width: 991.98px) {
  .practice-overlay {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .practice-overlay {
    padding: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .practice-overlay {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .practice-overlay {
    padding: 15px;
  }
}

.practice-content {
  color: #fff;
}
.practice-content .practice-badge {
  display: inline-block;
  background: linear-gradient(96.04deg, #77cc49 13.27%, rgba(119, 204, 73, 0) 84.73%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 24px;
}
@media only screen and (max-width: 991.98px) {
  .practice-content .practice-badge {
    padding: 8px 14px;
    border-radius: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .practice-content .practice-badge {
    padding: 5px 12px;
    border-radius: 12px;
  }
}
.practice-content .practice-description {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}
@media only screen and (max-width: 991.98px) {
  .practice-content .practice-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .practice-content .practice-description {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575.98px) {
  .practice-content .practice-description {
    font-size: 12px;
  }
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .logos-grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .logos-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.logos-grid .logo-item:first-child {
  grid-column: span 2;
}
@media only screen and (max-width: 767.98px) {
  .logos-grid .logo-item:first-child {
    grid-column: span 1;
  }
}

.logo-item {
  padding: 46px;
  background: #f5f7f9;
  border-radius: 16px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .logo-item {
    padding: 30px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .logo-item {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .logo-item {
    padding: 25px 40px;
  }
}
.logo-item:hover {
  transform: translateY(-3px);
}
.logo-item img {
  width: 100%;
  height: 133px;
  object-fit: contain;
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 1399.98px) {
  .logo-item img {
    height: 110px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .logo-item img {
    height: 80px;
  }
}
.logo-item:hover img {
  filter: grayscale(0%);
}

.why-fms-section .fms-card {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  padding: 90px 40px;
  text-align: center;
  color: #fff;
}
.why-fms-section .fms-card > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .why-fms-section .fms-card {
    padding: 70px 30px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .why-fms-section .fms-card {
    padding: 55px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .why-fms-section .fms-card {
    padding: 40px 15px;
  }
}
.why-fms-section .fms-card .fms-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .why-fms-section .fms-card .fms-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .why-fms-section .fms-card .fms-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-fms-section .fms-card .fms-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .why-fms-section .fms-card .fms-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .why-fms-section .fms-card .fms-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.why-fms-section .fms-card .fms-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .why-fms-section .fms-card .fms-benefits {
    gap: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-fms-section .fms-card .fms-benefits {
    gap: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .why-fms-section .fms-card .fms-benefits {
    gap: 10px;
  }
}
.why-fms-section .fms-card .fms-benefits .benefit-tag {
  background-color: #fff;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #0da843;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .why-fms-section .fms-card .fms-benefits .benefit-tag {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .why-fms-section .fms-card .fms-benefits .benefit-tag {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .why-fms-section .fms-card .fms-benefits .benefit-tag {
    padding: 6px 14px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .why-fms-section .fms-card .fms-benefits .benefit-tag {
    padding: 5px 12px;
    font-size: 10px;
  }
}
.why-fms-section .fms-card .fms-benefits .benefit-tag:hover {
  transform: translateY(-2px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.practice-card,
.logos-grid,
.fms-card {
  animation: fadeInUp 0.8s ease-out;
}

.logo-item {
  animation: fadeInUp 0.6s ease-out;
}
.logo-item:nth-child(1) {
  animation-delay: 0.1s;
}
.logo-item:nth-child(2) {
  animation-delay: 0.2s;
}
.logo-item:nth-child(3) {
  animation-delay: 0.3s;
}
.logo-item:nth-child(4) {
  animation-delay: 0.4s;
}
.logo-item:nth-child(5) {
  animation-delay: 0.5s;
}
.logo-item:nth-child(6) {
  animation-delay: 0.6s;
}
.logo-item:nth-child(7) {
  animation-delay: 0.7s;
}

.ic_analisis_img {
  width: 100%;
  height: 450px;
  border-radius: 16px;
  object-fit: cover;
}
@media only screen and (max-width: 1650px) {
  .ic_analisis_img {
    height: 400px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic_analisis_img {
    height: 350px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_analisis_img {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_analisis_img {
    height: 250px;
  }
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.nav .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0px;
  border-radius: 100px;
  color: white;
  background-color: black;
  transition: all 0.4s ease;
  gap: 10px;
}
@media only screen and (max-width: 1800px) {
  .nav .nav-link {
    padding: 14px 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav .nav-link {
    padding: 12px 24px;
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .nav .nav-link {
    padding: 10px 22px;
  }
}
@media only screen and (max-width: 480px) {
  .nav .nav-link {
    padding: 6px 18px;
  }
}
.nav .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(98deg, #0da843 14.49%, #79cc49 93.9%);
  z-index: -1;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.nav .nav-link img {
  width: 26px;
  transition: color 0.4s ease;
}
@media only screen and (max-width: 1800px) {
  .nav .nav-link img {
    width: 23px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav .nav-link img {
    width: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .nav .nav-link img {
    width: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .nav .nav-link img {
    width: 16px;
  }
}
.nav .nav-link span {
  font-size: 22px;
  font-weight: 500;
  transition: color 0.4s ease;
}
@media only screen and (max-width: 1800px) {
  .nav .nav-link span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nav .nav-link span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .nav .nav-link span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .nav .nav-link span {
    font-size: 14px;
  }
}
.nav .nav-link:hover::before, .nav .nav-link.active::before {
  opacity: 0;
}
.nav .nav-link:hover, .nav .nav-link.active {
  background-color: black;
  color: white;
}
.nav .nav-link:hover i,
.nav .nav-link:hover span, .nav .nav-link.active i,
.nav .nav-link.active span {
  color: white;
}

.ic_common_bannaer {
  position: relative;
  z-index: 1;
  padding: 100px 40px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .ic_common_bannaer {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_common_bannaer {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ic_common_bannaer {
    padding: 50px 15px;
  }
}
.ic_common_bannaer .ic_content_text p {
  width: 48%;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .ic_common_bannaer .ic_content_text p {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_common_bannaer .ic_content_text p {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic_common_bannaer .ic_content_text p {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .ic_common_bannaer .ic_content_text p {
    width: 98%;
    margin: 0 auto;
  }
}

.ic-feature-section .ic-sub-text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 22px;
  text-align: justify;
}
@media only screen and (max-width: 991.98px) {
  .ic-feature-section .ic-sub-text {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-feature-section .ic-sub-text {
    margin-top: 12px;
  }
}
.ic-feature-section .vertical-slider {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .ic-feature-section .vertical-slider {
    margin-top: 30px;
  }
}
.ic-feature-section .vertical-slider img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}
@media only screen and (max-width: 1399.98px) {
  .ic-feature-section .vertical-slider img {
    height: 320px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-feature-section .vertical-slider img {
    height: 300px;
  }
}

.vertical-slider .slick-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 991.98px) {
  .vertical-slider .slick-dots {
    flex-direction: row;
    top: auto;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
  }
}

.vertical-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 991.98px) {
  .vertical-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

.vertical-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.vertical-slider .slick-dots li button::before {
  display: none;
}

.vertical-slider .slick-dots li.slick-active button {
  height: 20px;
  border-radius: 5px;
  background-color: #7ec245;
}
@media only screen and (max-width: 991.98px) {
  .vertical-slider .slick-dots li.slick-active button {
    width: 16px;
    height: 10px;
  }
}

.ic_patient_list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ic_patient_list li {
  display: flex;
  align-items: start;
  gap: 8px;
}
.ic_patient_list li i {
  color: #0da843;
  font-size: 18px;
}

.ic_customer_card_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ic_customer_card_container .ic_customer_service_icon {
  height: 76px;
  width: 76px;
  border-radius: 100%;
  background: linear-gradient(98.35deg, #0da843 14.49%, #79cc49 93.9%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399.98px) {
  .ic_customer_card_container .ic_customer_service_icon {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_customer_card_container .ic_customer_service_icon {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_customer_card_container .ic_customer_service_icon svg {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_customer_card_container .ic_customer_service_icon svg {
    height: 28px;
    width: 28px;
  }
}

.information_grid_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .information_grid_container {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
.information_grid_container .information_persent {
  color: #fff;
  text-align: center;
  position: relative;
}
.information_grid_container .information_persent .color-hover-effect:hover {
  background: linear-gradient(98deg, #0da843 14.49%, #79cc49 93.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.information_grid_container .information_persent:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  width: 1px;
  background: #b7bbc0;
  transform: translateX(50%);
}

.ic-sub-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 24px;
}
.ic-sub-card-grid .ic-sub-card {
  background-color: #fff;
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 3, 33, 0.06);
  padding: 20px;
}
.ic-sub-card-grid .card-1 {
  grid-row: span 2;
}
.ic-sub-card-grid .card-1 .chart {
  width: 100%;
}
.ic-sub-card-grid .card-2 {
  grid-column: 2;
  grid-row: 1;
}
.ic-sub-card-grid .card-3 {
  grid-column: 2;
  grid-row: 2;
}
.ic-sub-card-grid .card-4 {
  grid-column: 1;
  grid-row: 3;
}
.ic-sub-card-grid .card-5 {
  grid-column: 2;
  grid-row: 3;
}
.ic-sub-card-grid .card-2,
.ic-sub-card-grid .card-3,
.ic-sub-card-grid .card-4,
.ic-sub-card-grid .card-5 {
  position: relative;
}
.ic-sub-card-grid .card-2::after,
.ic-sub-card-grid .card-3::after,
.ic-sub-card-grid .card-4::after,
.ic-sub-card-grid .card-5::after {
  content: "";
  background-image: url("../images/Icon/hospital.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-sub-card-grid .card-2::after,
  .ic-sub-card-grid .card-3::after,
  .ic-sub-card-grid .card-4::after,
  .ic-sub-card-grid .card-5::after {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-sub-card-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .ic-sub-card-grid .card-2,
  .ic-sub-card-grid .card-3,
  .ic-sub-card-grid .card-4,
  .ic-sub-card-grid .card-5 {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

.hospital-title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767.98px) {
  .hospital-title {
    margin-bottom: 8px;
  }
}

.services-label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1650px) {
  .services-label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-label {
    font-size: 17px;
    margin-bottom: 8px;
  }
}

.services-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  gap: 8px;
}
.services-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .services-list li {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
}
.services-list li i {
  color: #0da843;
  font-size: 18px;
}

.apexcharts-tooltip {
  background: #fff !important;
  border: 1px solid #e9eff7 !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title {
  background: #f8fafc !important;
  border-bottom: 1px solid #e9eff7 !important;
  font-weight: 600 !important;
}

.apexcharts-xaxis-label,
.apexcharts-yaxis-label {
  fill: #6b7280 !important;
}

.apexcharts-legend-text {
  color: #1f2937 !important;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ic_contact_icon {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background: linear-gradient(98.35deg, #0da843 14.49%, #79cc49 93.9%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399.98px) {
  .ic_contact_icon {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_contact_icon {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic_contact_icon svg {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic_contact_icon svg {
    height: 28px;
    width: 28px;
  }
}

.contact-section {
  border: 1px solid #f0f1f1;
  box-shadow: 0px 2px 4px rgba(0, 3, 33, 0.06);
  padding: 50px;
  border-radius: 16px;
}
@media only screen and (max-width: 991.98px) {
  .contact-section {
    padding: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-section {
    padding: 30px;
  }
}
.contact-section .ic_form_left_img {
  width: 100%;
  border-radius: 12px;
}
.contact-section .contact-subtitle {
  font-size: 16px;
}
@media only screen and (max-width: 991.98px) {
  .contact-section .contact-subtitle {
    font-size: 14px;
  }
}
.contact-section .form-control {
  border-radius: 0.5rem;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #d8dae5;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 1399.98px) {
  .contact-section .form-control {
    padding: 10px 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-section .form-control {
    padding: 9px 14px;
  }
}
.contact-section .form-control:focus {
  border-color: #0da843;
  box-shadow: none;
}
.contact-section .btn-primary {
  background-color: #0da843;
  border: none;
  border-radius: 46px;
  font-weight: 600;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
}
@media only screen and (max-width: 1399.98px) {
  .contact-section .btn-primary {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-section .btn-primary {
    font-weight: 500;
    padding: 8px 20px;
    font-size: 12px;
  }
}
.contact-section .btn-primary:hover {
  background-color: #16a34a;
}
.contact-section .btn-primary .ic_arrow_icn {
  width: 23px;
  height: 23px;
  background-color: #fff;
  color: #0da843;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .contact-section .btn-primary .ic_arrow_icn {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-section .btn-primary .ic_arrow_icn {
    width: 18px;
    height: 18px;
  }
}
.contact-section .btn-primary .ic_arrow_icn:hover {
  transition-duration: 0.4s;
  transform: rotate(45deg);
}

.map-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.map-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.team-grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .team-grid-2 {
    gap: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-grid-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .team-grid {
    gap: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.team-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease-out;
  cursor: pointer;
}
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.team-card:hover .team-overlay {
  background: linear-gradient(to top, rgba(34, 197, 94, 0.8), rgba(34, 197, 94, 0));
}
.team-card:hover .team-overlay2 {
  background: linear-gradient(to top, rgba(34, 197, 94, 0.8), rgba(34, 197, 94, 0));
}
.team-card:hover .team-overlay3 {
  background: linear-gradient(to top, rgba(34, 197, 94, 0.8), rgba(34, 197, 94, 0));
}
.team-card:hover .team-info {
  transform: translateY(0);
  opacity: 1;
}
.team-card:hover .team-info2 {
  transform: translateY(0);
  opacity: 1;
}
.team-card:hover .team-image img {
  transform: scale(1.1);
}
.team-card:hover .team-name {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.team-card:hover .team-position,
.team-card:hover .team-tenure {
  color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 767.98px) {
  .team-card {
    border-radius: 12px;
  }
}

.team-image {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .team-image {
    height: 350px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-image {
    height: 300px;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-image {
    height: 280px;
  }
}
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}

.team-overlay {
  transition: background 0.4s ease-out;
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.846), rgba(34, 197, 94, 0));
  display: flex;
}

.team-overlay2 {
  transition: background 0.4s ease-out;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.846), rgba(34, 197, 94, 0));
  display: flex;
  color: transparent;
}

.team-overlay3 {
  transition: background 0.4s ease-out;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.846), rgba(34, 197, 94, 0));
  display: flex;
}

.team-info {
  padding: 20px;
  color: #fff;
  transform: translateY(20px);
  opacity: 0.9;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .team-info {
    padding: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-info {
    padding: 12px;
  }
}

.team-info2 {
  padding: 20px;
  color: #fff;
  transform: translateY(80px);
  opacity: 0.9;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .team-info2 {
    padding: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-info2 {
    padding: 12px;
  }
}

.team-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .team-name {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-name {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-name {
    font-size: 1.1rem;
  }
}

.team-position {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .team-position {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-position {
    font-size: 0.85rem;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-position {
    font-size: 0.8rem;
  }
}

.team-tenure {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .team-tenure {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-tenure {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .team-tenure {
    font-size: 0.75rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.team-card {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}
.team-card:nth-child(1) {
  animation-delay: 0.1s;
}
.team-card:nth-child(2) {
  animation-delay: 0.2s;
}
.team-card:nth-child(3) {
  animation-delay: 0.3s;
}
.team-card:nth-child(4) {
  animation-delay: 0.4s;
}
.team-card:nth-child(5) {
  animation-delay: 0.5s;
}
.team-card:nth-child(6) {
  animation-delay: 0.6s;
}
.team-card:nth-child(7) {
  animation-delay: 0.7s;
}
.team-card:nth-child(8) {
  animation-delay: 0.8s;
}
.team-card:nth-child(9) {
  animation-delay: 0.9s;
}
.team-card:nth-child(10) {
  animation-delay: 1s;
}
.team-card:nth-child(11) {
  animation-delay: 1.1s;
}
.team-card:nth-child(12) {
  animation-delay: 1.2s;
}
.team-card:nth-child(13) {
  animation-delay: 1.3s;
}
.team-card:nth-child(14) {
  animation-delay: 1.4s;
}
.team-card:nth-child(15) {
  animation-delay: 1.5s;
}

.team-card:focus {
  outline: 3px solid #0da843;
  outline-offset: 3px;
}

.team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(34, 197, 94, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.team-card:hover::before {
  opacity: 1;
}

.team-image img[src*=placeholder] {
  background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
}

@media print {
  .team-section {
    padding: 20px 0;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .team-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ddd;
  }
  .team-overlay {
    background: rgba(0, 0, 0, 0.3);
  }
  .team-overlay2 {
    background: rgba(0, 0, 0, 0.3);
  }
  .team-overlay3 {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (prefers-contrast: high) {
  .team-overlay {
    background: rgba(0, 0, 0, 0.9);
  }
  .team-overlay2 {
    background: rgba(0, 0, 0, 0.9);
  }
  .team-overlay3 {
    background: rgba(0, 0, 0, 0.9);
  }
  .team-card:hover .team-overlay {
    background: rgba(34, 197, 94, 0.9);
  }
  .team-card:hover .team-overlay2 {
    background: rgba(34, 197, 94, 0.9);
  }
  .team-card:hover .team-overlay3 {
    background: rgba(34, 197, 94, 0.9);
  }
}
@media (prefers-reduced-motion: reduce) {
  .team-card {
    animation: none;
    transition: none 0.3s ease;
  }
  .team-card:hover {
    transform: none;
  }
  .team-card .team-image img {
    transition: none 0.3s ease;
  }
  .team-card .team-info {
    transition: none 0.3s ease;
  }
  .team-card .team-info2 {
    transition: none 0.3s ease;
  }
}
.inventory_process_container img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .inventory_process_container img {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .inventory_process_container img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inventory_process_container img {
    margin-bottom: 20px;
  }
}
.inventory_process_container ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1399.98px) {
  .inventory_process_container ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .inventory_process_container ul {
    gap: 10px;
  }
}

.ic_res_img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .services-grid {
    gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #e9eff7;
  transition: all 0.3s ease;
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(50%) scale(1.03);
  background-color: #e9eff7;
}
@media only screen and (max-width: 1199.98px) {
  .service-card {
    padding: 35px 25px;
    min-height: 380px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-card {
    padding: 30px 25px;
    min-height: 360px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card {
    padding: 25px 20px;
    border-radius: 15px;
    min-height: auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-card {
    padding: 20px 18px;
  }
}

.service-icon {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .service-icon svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-icon svg {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-icon svg {
    width: 50px;
    height: 50px;
  }
}

.service-title {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .service-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-title {
    font-size: 1.1rem;
  }
}

.service-description {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 30px;
  flex-grow: 1;
}
@media only screen and (max-width: 1199.98px) {
  .service-description {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-description {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-description {
    margin-bottom: 18px;
  }
}

.service-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.service-number {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(34, 197, 94, 0.2);
  line-height: 1;
}
@media only screen and (max-width: 1199.98px) {
  .service-number {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-number {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-number {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-number {
    font-size: 1.8rem;
  }
}

.service-arrow {
  width: 50px;
  height: 50px;
  background: #1f2937;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.service-arrow:hover {
  background: #0da843;
  transform: scale(1.1);
}
.service-arrow:active {
  transform: scale(0.95);
}
@media only screen and (max-width: 991.98px) {
  .service-arrow {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-arrow {
    width: 40px;
    height: 40px;
  }
}
.service-arrow svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-arrow svg {
    width: 18px;
    height: 18px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-card {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}
.service-card:nth-child(1) {
  animation-delay: 0.1s;
}
.service-card:nth-child(2) {
  animation-delay: 0.2s;
}
.service-card:nth-child(3) {
  animation-delay: 0.3s;
}

.service-arrow:focus {
  outline: 2px solid #0da843;
  outline-offset: 2px;
}

.service-card:focus-within {
  outline: 2px solid #0da843;
  outline-offset: 2px;
}

@media print {
  .services-section {
    padding: 20px 0;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ddd;
    min-height: auto;
  }
  .service-arrow {
    display: none;
  }
}
@media (prefers-contrast: high) {
  .service-card {
    border: 2px solid #1f2937;
  }
  .service-icon {
    background: #0da843;
    color: #fff;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-card {
    animation: none;
    transition: none 0.3s ease;
  }
  .service-card:hover {
    transform: none;
  }
  .service-arrow {
    transition: none 0.3s ease;
  }
  .service-arrow:hover {
    transform: none;
  }
}
.services-grid:not(.loaded) .service-card {
  opacity: 0.5;
}

.service-description::-webkit-scrollbar {
  width: 4px;
}

.service-description::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 2px;
}

.service-description::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 2px;
}
.service-description::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

.warranty-header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .warranty-header {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .warranty-header {
    margin-bottom: 30px;
  }
}

.warranty-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .warranty-title {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .warranty-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .warranty-title {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .warranty-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .warranty-title {
    font-size: 1.4rem;
  }
}

.warranty-intro p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
.warranty-intro p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .warranty-intro p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .warranty-intro p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.warranty-content .warranty-section-item {
  margin-bottom: 40px;
}
.warranty-content .warranty-section-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .warranty-content .warranty-section-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .warranty-content .warranty-section-item {
    margin-bottom: 25px;
  }
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media only screen and (max-width: 991.98px) {
  .section-title {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .section-title {
    font-size: 1.2rem;
  }
}

.section-content {
  font-size: 1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .section-content {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 575.98px) {
  .section-content {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.section-intro {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .section-intro {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .section-intro {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.exclusions-list,
.responsibilities-list,
.remedies-list {
  list-style: none;
  padding-left: 0;
}
.exclusions-list li,
.responsibilities-list li,
.remedies-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6;
}
.exclusions-list li:before,
.responsibilities-list li:before,
.remedies-list li:before {
  content: "•";
  color: #0da843;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.exclusions-list li:last-child,
.responsibilities-list li:last-child,
.remedies-list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .exclusions-list li,
  .responsibilities-list li,
  .remedies-list li {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .exclusions-list li,
  .responsibilities-list li,
  .remedies-list li {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 6px;
  }
}

.claims-steps .claims-step {
  margin-bottom: 25px;
}
.claims-steps .claims-step:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .claims-steps .claims-step {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .claims-steps .claims-step {
    margin-bottom: 15px;
  }
}
.claims-steps .claims-step h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767.98px) {
  .claims-steps .claims-step h4 {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .claims-steps .claims-step h4 {
    font-size: 0.95rem;
  }
}
.claims-steps .claims-step p {
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .claims-steps .claims-step p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575.98px) {
  .claims-steps .claims-step p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
.claims-steps .claims-step ul {
  list-style: none;
  padding-left: 0;
}
.claims-steps .claims-step ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.6;
}
.claims-steps .claims-step ul li:before {
  content: "•";
  color: #0da843;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.claims-steps .claims-step ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .claims-steps .claims-step ul li {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 575.98px) {
  .claims-steps .claims-step ul li {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.email-link {
  color: #22c55e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.email-link:hover {
  color: #16a34a;
  text-decoration: underline;
}
.email-link:focus {
  outline: 2px solid #0da843;
  outline-offset: 2px;
  border-radius: 2px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.warranty-header {
  animation: fadeInUp 0.6s ease-out;
}

.warranty-section-item {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}
.warranty-section-item:nth-child(1) {
  animation-delay: 0.1s;
}
.warranty-section-item:nth-child(2) {
  animation-delay: 0.2s;
}
.warranty-section-item:nth-child(3) {
  animation-delay: 0.3s;
}
.warranty-section-item:nth-child(4) {
  animation-delay: 0.4s;
}
.warranty-section-item:nth-child(5) {
  animation-delay: 0.5s;
}
.warranty-section-item:nth-child(6) {
  animation-delay: 0.6s;
}

@media print {
  .warranty-section {
    padding: 20px 0;
  }
  .container {
    max-width: 100%;
    padding: 0;
  }
  .warranty-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .warranty-section-item {
    break-inside: avoid;
    margin-bottom: 20px;
  }
  .email-link {
    color: #1f2937;
    text-decoration: underline;
  }
}
@media (prefers-contrast: high) {
  .warranty-title,
  .section-title {
    color: #000000;
  }
  .section-content,
  .section-intro,
  .exclusions-list li,
  .responsibilities-list li,
  .remedies-list li,
  .claims-step p,
  .claims-step ul li {
    color: #333333;
  }
}
@media (prefers-reduced-motion: reduce) {
  .warranty-header,
  .warranty-section-item {
    animation: none;
  }
  .email-link {
    transition: none 0.3s ease;
  }
}
.warranty-section-item:focus-within {
  outline: 2px solid #0da843;
  outline-offset: 4px;
  border-radius: 4px;
}

.warranty-content::-webkit-scrollbar {
  width: 6px;
}

.warranty-content::-webkit-scrollbar-track {
  border-radius: 3px;
}

.warranty-content::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 3px;
}
.warranty-content::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}

.comparison-carousel .slick-slide {
  outline: none;
}

.comparison-carousel .slick-dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .comparison-carousel .slick-dots {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .comparison-carousel .slick-dots {
    margin-top: 15px;
  }
}

.comparison-carousel .slick-dots li {
  margin: 0 0.25rem;
}

.comparison-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #586271;
  border: none;
  font-size: 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1280px) {
  .comparison-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .comparison-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.comparison-carousel .slick-dots li button:before {
  display: none;
}

.comparison-carousel .slick-dots li.slick-active button {
  background-color: #7ec245;
  width: 22px;
  border-radius: 26px;
}

/* Image Comparison Slider */
.image-comparison-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  cursor: col-resize;
  user-select: none;
}
@media only screen and (max-width: 1399.98px) {
  .image-comparison-container {
    height: 550px;
  }
}
@media only screen and (max-width: 1280px) {
  .image-comparison-container {
    height: 500px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .image-comparison-container {
    height: 450px;
  }
}
@media only screen and (max-width: 991.98px) {
  .image-comparison-container {
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .image-comparison-container {
    height: 350px;
  }
}
@media only screen and (max-width: 575.98px) {
  .image-comparison-container {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .image-comparison-container {
    height: 250px;
  }
}

.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 12px;
}

.after-image {
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.1s ease;
}

.slider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: left 0.1s ease;
}

.slider-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 44px;
  background: #dddff6;
  border: 2px solid #fff;
  border-radius: 26px;
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1399.98px) {
  .slider-handle {
    width: 62px;
    height: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-handle {
    width: 60px;
    height: 35px;
  }
}
@media only screen and (max-width: 575.98px) {
  .slider-handle {
    width: 50px;
    height: 28px;
  }
}

.slider-handle i {
  font-size: 20px;
  font-weight: 500;
  color: #404c5c;
  pointer-events: none;
}
@media only screen and (max-width: 1399.98px) {
  .slider-handle i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-handle i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .slider-handle i {
    font-size: 14px;
  }
}

/* Labels */
.label {
  position: absolute;
  top: 28px;
  padding: 6px 12px;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #0da843;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 15;
}
@media only screen and (max-width: 991.98px) {
  .label {
    padding: 4px 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .label {
    top: 18px;
    padding: 4px 10px;
    font-size: 14px;
  }
}

.before-label {
  left: 28px;
}
@media only screen and (max-width: 767.98px) {
  .before-label {
    left: 14px;
  }
}

.after-label {
  right: 28px;
}
@media only screen and (max-width: 767.98px) {
  .after-label {
    right: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
