/* Include Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');

/* Common Style */
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.button {
    font-size: 16px;
    color: #fff !important;
    background-color: #21b573;
    border-radius: 25px;
    display: inline-block;
    padding: 6px 20px !important;
}

.button:hover {
    text-decoration: none;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.button:active,
.button:focus {
    outline: 0;
    outline-color: transparent;
    box-shadow: none;
}

@media only screen and (max-width: 991px) {
    .button {
        font-size: 14px;
    }
}

.title {
    color: #413960;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
    .title {
        font-size: 30px;
        line-height: 40px;
    }
}

/* Navabr */
.navbar {
    background-color: #00796b;
}

.navbar-brand img {
    height: 50px;
}

.navbar .nav-item {
    margin: 0 10px;
}

.navbar .nav-item .nav-link {
    font-size: 14px;
    color: #ffffff;
}

.navbar .nav-item.active .nav-link {
    color: #ffffff;
}

.navbar .nav-item .nav-link:hover {
    color: #10b9a6;
}

@media only screen and (max-width: 767px) {
    .navbar .navbar-nav {
        text-align: center;
    }

    .navbar .nav-item {
        margin: 10px 0;
    }

    
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
  }
  .counter {
    margin-top: 50px;
    padding-top: 40px;
  }
  .banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    z-index: 1;
  }
  .banner-slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
  }
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
  }
  .banner-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .banner-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: -10px;
    line-height: 1.3;
  }
  .banner-content p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .banner-content h1 {
      font-size: 2rem;
    }
    .banner-content p {
      font-size: 1rem;
    }
  }

/* Banner */
.banner {
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px; 
    text-align: center;
}

.banner .container {
    max-width: 1200px;
}

.banner h2 {
    font-size: 48px;
    line-height: 70px;
    font-weight: bold;
    color: #00796b;
    margin-bottom: 15px;
}

.banner h2 .primary-text {
    color: #00796b;
}

.banner h2 .secondary-text {
    color: #005b47;
}

.banner .banner-welcome {
    font-size: 18px;
    color: #777777;
    margin-bottom: 10px;
}

.banner .description {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: block;
    margin-top: 20px;
}

.banner img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .banner h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .banner .description {
        font-size: 14px;
    }
    .banner {
        height: auto;
        padding: 100px 15px;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 767px) {
    .banner {
        height: auto;
        padding: 100px 15px;
        margin-bottom: 20px;
    }

    .banner h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .banner .description {
        font-size: 13px;
    }

    .banner .banner-welcome {
        font-size: 16px;
    }

    .banner img {
        margin-top: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .banner h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .banner .description {
        font-size: 12px;
    }

    .banner .banner-welcome {
        font-size: 14px;
    }

    .banner img {
        margin-top: 20px;
        width: 100%;
    }

    .banner {
        height: auto;
        padding: 100px 15px;
        margin-bottom: 20px;
    }

}

/* Management */
.management {
    padding: 80px 0;
    background-color: #ffffff;
}

.management h2 {
    font-size: 32px;
    line-height: 45px;
    color: #00796b;
    margin-bottom: 25px;
}

.management p {
    font-size: 16px;
    line-height: 1.7em;
    color: #6C6B6B;
    margin-bottom: 25px;

}

.management .featured-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 52px;
    min-height: 152px;
}

.management .featured-item .icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 0;
    background-repeat: no-repeat;
}

.management .featured-item .icon-1 {
    background-image: url(../image-icon/icon-1.png);
}

.management .featured-item .icon-2 {
    background-image: url(../image-icon/icon-2.png);
}

.management .featured-item .icon-3 {
    background-image: url(../image-icon/icon-3.png);
}

.management .featured-item .icon-4 {
    background-image: url(../image-icon/icon-4.png);
}

.management .featured-item h4 {
    margin: 0;
}

.management .featured-item .title-box {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    line-height: 1.4em;
    text-transform: uppercase;
}

.management .featured-item p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.7em;
}

@media only screen and (max-width: 575px) {
    .management {
        padding: 40px 0;
    }

    .management .col-md-5 {
        margin-bottom: 35px;
    }

    .management .featured-item {
        padding-bottom: 0;
        min-height: 152px;
    }
}

/* Enhance */
.enhance {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../image-icon/enhance.jpg);
}

.enhance .enhance-content {
    text-align: center;
    background-color: rgba(33, 181, 115, 0.7);
}

.enhance .container {
    padding: 80px 0;
}

.enhance p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.enhance h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.enhance .button-2 {
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #fff;
    height: 50px;
    line-height: 47px;
    padding: 0 60px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s;
}

.enhance .button-2:hover {
    border-color: #21b573;
    background-color: #21b573;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

@media only screen and (max-width: 575px) {
    .enhance h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

/* Counter */
.counter {
    padding: 0px 0;
    margin-top: -80px;
}

.counter h2 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 26px;
    color: #00796b;
}

.counter .card {
    height: 190px;
    border: 0;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    transition: 0.5s;
    background-color: #F8FFFB;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.counter .card:hover {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.counter .card i {
    font-size: 40px; 
    color: #00796b;
    margin-bottom: 0px;
    transition: color 0.3s;
}

.counter .card p {
    margin: 0px;
    font-size: 12px;
}

.counter .card .number-count {
    color: #413960;
    padding-top: 40px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .counter .card {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .counter .card i {
        font-size: 30px; 
    }

    .counter .card .number-count {
        padding-top: 40px;
        font-size: 13px;
    }
}


.footer {
    color: #fff;
    background-color: #282531;
    padding: 50px 0;
}

.footer-logo img {
    width: 150px; 
    margin-bottom: 10px;
    border-radius: 10%;
}

.footer h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-address p,
.footer-developer p {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
}

.footer .footer-content-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    transition: opacity 0.4s;
}

.footer ul li a:hover {
    opacity: 1;
}

.footer .footer-social-links a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    transition: color 0.4s;
}

.footer .footer-social-links a:hover {
    color: #00aced;
}

.footer .copyright {
    margin-top: 40px;
    text-align: center;
}

.footer .developer-text a {
    font-weight: 600;
    color: gray;
    transition: 0.5s;
    text-decoration: none;
}

.footer .developer-text a:hover {
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .footer {
        text-align: left;
    }

    .footer .col-md-4 {
        margin-bottom: 20px;
    }

    .footer .footer-logo, .footer .footer-social-links {
        text-align: left;
    }

    .footer .developer-text {
        margin-top: 25px;
    }
}
