@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --primary: #567251;
    --secound: #2C4F26;
    --button: #DEED6A;
    --light-bg: #FAFFEE;
    --box: #F5F5F4;
    --white: #ffffff;
    --black: #000;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* Top bar */
.topbar {
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    padding: 6px 0;
}

/* Header */
.main-header {
    background: var(--secound);
    padding: 14px 0;
}

/* Logo */
.logo img {
    max-width: 167px;
    height: auto;
    width: 100%;
}

/* Phone */
.header-phone {
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
}

.header-phone:hover {
    color: var(--white);
    text-decoration: underline;
}

/* Contact Button */
.contact-btn {
    background: var(--button);
    border-radius: 40px;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
    text-decoration: none;
    color: var(--secound);
    width: 215px;
    gap: 35px;
}

.tel-img {
    max-width: 20px;
}

.contact-btn img {
    display: inline-block;
    transition: 0.3s all;
}

.contact-btn:hover {
    color: var(--secound);
}

.contact-btn:hover img {
    transform: rotate(-45deg);
}

/*  */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Instrument Serif", serif;
}

a {
    text-decoration: none;
}

p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}

.text-green p {
    color: var(--secound);
}

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

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

.max-600 {
    max-width: 600px;
}

.max-685 {
    max-width: 685px;
}

.max-500 {
    max-width: 500px;
}

/*  */
.btn-default,
.btn-light {
    background-color: var(--secound);
    display: inline-block;
    padding: 12px 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--light-bg);
    font-weight: 600;
}

.btn-light {
    background-color: var(--light-bg);
    color: var(--secound);
}

.btn-default:hover {
    color: var(--light-bg);
}

.btn-light:hover {
    color: var(--secound);
}

.btn-default img,
.btn-light img {
    display: inline-block;
    transition: 0.3s all;
}

.btn-default:hover img,
.btn-light:hover img {
    transform: rotate(-45deg);
}

/*  */
h1 {
    font-size: clamp(3rem, 2.4853rem + 2.0956vw, 5rem);
    line-height: clamp(3.125rem, 2.369rem + 3.0779vw, 6.0625rem);
    font-weight: 400;
    color: var(--secound);
}

h2 {
    font-size: 64px;
    line-height: 77px;
    font-weight: 400;
    color: var(--light-bg);
}

/*  */
.banner_main {
    background-color: var(--light-bg);
}

.sm-title {
    font-weight: 700;
    font-size: clamp(1rem, 0.9678rem + 0.131vw, 1.125rem);
    line-height: clamp(1.25rem, 1.2017rem + 0.1965vw, 1.4375rem);
    letter-spacing: 0.15em;
    color: var(--secound);
}

.font-dark {
    color: var(--secound);
}

/*  */
.home-instead {
    background-color: var(--secound);
    padding-top: 20px;
}

.pra-white p {
    color: var(--light-bg);
}

/*  */
.testimonial-section {

    position: relative;
}

.section-title {
    color: #fff;
    font-family: "Instrument Serif", serif;
    font-size: 48px;
    font-weight: 400;
}

.testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    height: 100%;
}

.avatar {
    width: 40px;
    height: 40px;
    background: #e9e9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.name {
    font-weight: 600;
    color: #2b2b2b;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.rating {
    color: #355b32;
    font-size: 14px;
    margin-bottom: 10px;
}

.rating span {
    color: #888;
    margin-left: 8px;
}

.testimonial-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* slider arrows */

.slider-nav {
    display: flex;
    gap: 25px;
}

.custom-arrow {
    position: relative;
    width: 36px;
    height: 36px;
    background: #e8f0e3;
    border-radius: 50%;
}

.swiper-navigation-icon {
    display: none;
}

.custom-arrow.swiper-button-prev {
    transform: rotate(180deg);
}

.home-instead .swiper-slide {
    height: auto !important;
    box-sizing: border-box;
}

.intel-expect {
    background-color: var(--light-bg);
    padding-top: 166px;
    margin-top: -123px;
}
.intel-expect .btn-default {
    background-color: var(--button);
    color: var(--secound);
    border: 1px solid var(--secound);
}

.testimonialSwiper {
    padding: 0 20px 30px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
}

/*  */
.full-center-box .text-dark h2 {
    color: var(--secound);
    max-width: 425px;
    margin: 0 auto 45px auto;
}

.full-center-box {
    max-width: 550px;
    text-align: center;
}

.parent-child {
    background-color: var(--secound);
    border-radius: 15px;
    padding: 28px 23px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: 2px solid var(--button);
}

.item-parent:last-child {
    margin-bottom: 0;
}

.item-parent {
    counter-reset: testimonial;
}

.itme-number {
    counter-increment: testimonial;
}

.itme-number::before {
    content: counter(testimonial);
    background-color: var(--button);
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.item-information {
    text-align: left;
}

.item-information span {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--light-bg);
    margin-bottom: 10px;
    display: block;
}

.item-information p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: var(--light-bg);
    margin-bottom: 0;
    max-width: 420px;
}

/*  */
.yt-vids {
    padding: 90px 0;
}

.yt-vids h2 {
    margin-bottom: 50px;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 35px;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.form-area-development {
    background-color: var(--secound);
}

/*  */
.form-area-development h2 {
    color: var(--button);
    padding: 70px 0;
}

/*  */
footer {
    background-color: var(--light-bg);
    padding: 95px 0 70px 0;
    border-top: 10px solid var(--button);
}

.site-footer {
    background: #efefef;
    padding: 60px 0 0;
}

/* logo */
.footer-logo img {
    max-width: 200px;
}

/* titles */
.footer-title {
    font-weight: 300;
    font-size: 20px;
    line-height: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* text */
.footer-text {
    color: var(--secound);
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
}

.footer-text:hover {
    color: var(--secound);
    text-decoration: underline;
}

/* social icons */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--button);
    border-radius: 50%;
    color: #2C4F26;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s all;
}

.social-icons a:hover {
    transform: translateY(-5px);
}

/* call button */
.call-btn {
    background: var(--button);
    padding: 10px 16px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-decoration: none;
    color: #2C4F26;
    color: var(--secound);
}

.call-btn img {
    transition: 0.3s all;
    display: inline-block;
}

.call-btn:hover img {
    transform: rotate(45deg);
}

.call-btn:hover {
    color: var(--secound);
}

/* bottom bar */
.footer-bottom {
    background: var(--secound);
    margin-top: 40px;
    padding: 15px 0;
}

.privacy-link {
    color: #DEED6A;
    text-decoration: none;
    font-size: 14px;
}

.privacy-link:hover {
    color: var(--button);
    text-decoration: underline;
}

.copyright {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

/*  */
.services-tabs {
    gap: 47px;
}
.services-tabs .nav-item {
    width: 263px;
}
.services-tabs .nav-item:nth-child(3) .service-box p {
    max-width: 130px;
}
.services-tabs .nav-link {
    border: none;
    background: none;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.services-tabs .nav-link::after {
    opacity: 0;
}
.services-tabs .nav-link.active::after {
    content: '';
    width: 33px;
	height: 33px;
	/* border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 50px solid var(--secound); */
    background: url(../image/arrow-area.svg) no-repeat;
    position: absolute;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    top: 113%;
}

.service-box {
    background: var(--box);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 30px 23px;
    width: 100%;
    height: 100%;
}


.service-box p {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    color: var(--secound);
    max-width: 230px;
}

.service-detail {
    background: #2C4F26;
    color: #fff;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.service-detail h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    opacity: 0;
}
.service-detail p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 100;
    opacity: 0;
}
.service-detail .btn-custom {
    opacity: 0;
}

.btn-custom {
    background: #d9ea65;
    border-radius: 30px;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.stock-banner { margin-left: 15px; }
.our-service { padding: 30px 0 60px 0; }
.our-service h2 { margin-bottom: 40px; }
.our-service .btn-custom { border: 2px solid var(--button); }
.our-service .btn-custom img { transition: 0.3s all; }
.our-service .btn-custom:hover img { transform: rotate(-45deg); }

/* hide content initially */
/* .service-content {
    display: none;
}*/

.full-center-box { padding-bottom: 60px; }
.ti-widget.ti-goog .ti-platform-icon { display: none; }

.services-section-mobile .card-header { padding: 0; border: 0; }
.services-section-mobile .card-header .btn { padding: 0; border: 0; }
.services-section-mobile .card-header { background: var(--box); }
.services-section-mobile .card { width: calc(100% - 80px); margin: 0 auto 20px auto; border: 0; }
.services-section-mobile .card-body { position: relative; background: var(--secound); margin: 40px 0 0; border-radius: 10px; text-align: center; z-index: 2; }
.services-section-mobile .card-body p, .mobile-title-h2 { color: var(--white); }
.mobile-title-h2 { font-size: 20px; margin-bottom: 20px; }
.services-section-mobile .card-body .btn-custom { display: none; }
.services-section-mobile .card-body p { margin: 0; font-size: 14px; line-height: 24px; font-weight: 300; }
.services-section-mobile .for-arrow::after {
    content: '';
    width: 32px;
	height: 33px;
	/* border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 50px solid var(--secound); */
    background: url(../image/arrow-area.svg) no-repeat;
    position: absolute;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    top: 22px;
    z-index: 0;
}


.ti-widget.ti-goog .ti-review-item { padding:0 15px 50px 15px !important; }
.home-instead .ti-widget.ti-goog .ti-review-item>.ti-inner { background-color: #ffffff !important; filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.12)) !important; }

.base-image { object-fit: cover; }
.testimonial-section .ti-controls { top: -95px !important; right: 5px; width: 90px !important; }