/*==========================
Hero Section
==========================*/

.hero{
    position: relative;
}

.heroSlider{
    width:100%;
    height:100vh;
}

.swiper-slide{
    position:relative;
    overflow:hidden;
}

.hero-bg{
    width:100%;
    height:100vh;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
}

.hero-content{
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    text-align: center;
    color: #fff;
}

.hero-content h1{
    font-size:30px;
    margin-left: 80px;
    margin-bottom: 50px;
    font-weight:700;
}

.hero-content p{
    font-size:22px;
    margin:20px 0;
}

.hero-btn{
    padding:14px 35px;
    border-radius:50px;
    background:#2f8a38;
    color:#fff;
}
.scroll-leaf{
    position:absolute;
    left:48%;
    bottom:-20px;
    width:50px;
    height:50px;
    background:#fff;
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.scroll-leaf i{
    color:#b48a73;
    font-size:22px;
}

/*==========================
Services
==========================*/

.services-section {
    background: #faf9f6;
    padding: 100px 0;
}

.section-title h2 {
    font-size: 27px;
    margin-top: 20px;
    font-weight: 600;
    color: #164b35;

}

.service-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    cursor: pointer;

}

.service-img {
    overflow: hidden;
    height: 285px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 28px 20px;
    text-align: center;

}

.service-content h4 {
    font-size: 20px;
    font-weight: 400;
    color: #164b35;
    line-height: 1.25;
    margin: 0;
}

/*==========================
Service Links
==========================*/

.service-links {
    padding: 50px 0 70px;
    background: #faf9f6;

}

.service-links h4 {
    font-size: 17px;
    color: #184b35;
    font-weight: 500;
    margin-bottom: 15px;

}

.view-service {
    color: #4CAF50;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 2px solid #4CAF50;
}

.service-links ul {
    padding: 0;
    margin: 0;
}

.service-links ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;

}

.service-links ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    bottom: -1px;
    color: #222;
    font-size: 22px;

}

/*==========================
Why Choose Us
==========================*/

.why-us {
    padding: 100px 0;
    background: #f9f8f5;
}

.why-us .container {
    max-width: 1200px;
}

.why-content {
    background: #fff;
    height: 100%;
    padding: 20px 55px;
    position: relative;
}

.leaf-bg {
    position: absolute;
    top: 35px;
    left: 25px;
    width: 120px;
    opacity: .12;
}

.why-content h2 {
    font-size: 35px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    text-align: left;

}

.why-content p {
    color: var(--primary);
    line-height: 1.9;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;

}

.why-content ul {
    padding-left: 18px;
}

.why-content ul li {
    font-size: 17px;
    color: var(--primary);
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;

}

.why-content ul li::before {
    content: "•";
    position: absolute;
    top: -2px;
    left: -13px;
    color: var(--primary);
    font-size: 22px;

}

.why-image {
    overflow: hidden;
    height: 640px;
}

.why-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*==========================
Company Info
==========================*/

.company-info {

    margin-top: -100px;
    padding: 0 0 100px;
    background: #f9f8f5;

}

.company-card {
    background: #0b3d2c;
    padding: 40px;
    margin-left: -30px;
    margin-right: 4px;
    height: 85%;
}

.company-card h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #f1d29d;
}

.company-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #f8f0da;
    margin-bottom: 10px;

}

.work-btn {

    display: inline-block;
    padding: 14px 30px;
    background: #2a7d2e;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    transition: .4s;
    margin-top: 10px;

}

.work-btn:hover {
    background: #fff;
    color: #0d4936;
}

.info-box {
    padding: 60px 40px;
}

.info-box h3 {
    font-size: 32px;
    font-weight: 200;
    color: #0b3d3f;
    margin-bottom: 25px;
}

.info-box p {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(160, 157, 157);
    font-family: "Montserrat", sans-serif;
    font-weight: 100 !important;
}

/*==========================
        Works Section
===========================*/

.works-section {
    margin-top: -170px;
    background: #fff;
}

.works-title {
    font-size: 45px;
    font-weight: 600;
    color: #14532d;
    margin-bottom: 55px;
}

.works-wrapper {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .5);
}

/*==========================
        Left Side
===========================*/

.client-card {
    height: 100%;
    background: #0b3d2c;
}

.client-image {
    position: relative;
    overflow: hidden;
}

.client-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: .5s;
}

.client-overlay {
    position: absolute;
    left: 40px;
    bottom: 10px;
}

.client-overlay h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    text-align: right;
}

.client-content {
    padding: 45px 40px;
}

.client-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #f1d29d;
}

.client-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #f8f0da;
    margin-bottom: 10px;
}

.contact-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #2a7d2e;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    transition: .4s;
    margin-top: 10px;
}

.contact-btn:hover {
    background: #fff;
    color: #16572f;
}

/*==========================
      Right Side
===========================*/

.testimonial-box {

    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.icon {
    width: 100px;
    height: 100px;
    border: 2px solid #1f7a3b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1f7a3b;
    font-size: 38px;
}

.stars {
    margin: 55px 0 15px;
}

.stars i {
    color: #FFC107;
    font-size: 23px;
}

.testimonial-box h3 {
    color: #2246d4;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 45px;
}

.quote-box {

    background: #f7f7f7;
    width: 85%;
    padding: 30px;
    position: relative;
}

.quote-icon {
    position: absolute;
    left: 25px;
    top: 15px;
    color: #d9d9d9;
    font-size: 25px;
}

.quote-box p {

    color: #666;
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
    margin-left: 40px;
}

/*==========================
    Slider Controls
===========================*/

/* Hide Left & Right Buttons */
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

/* Dots Position */
.custom-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/* Normal Dot */
.custom-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cfd7ff;
    border: none;
    opacity: 1;
    margin: 0 6px;
    transition: .3s;
}

/* Active Dot */
.custom-indicators .active {
    background: #2d4cff;
    transform: scale(1.2);
}

/*==============================
        Quote Section
===============================*/

.quote-section {
    padding: 60px 0;
    background: #fcfaf7;
}

.quote-image {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.quote-image img {
    width: 100%;
    
}

.custom-input {
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 40px;
    padding: 0 25px;
    font-size: 17px;
    color: #666;
    box-shadow: none;
    transition: .3s;
}

.custom-input:hover {
    border-color: #2f8a38;
    box-shadow: none;
}

.custom-textarea {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px 25px;
    font-size: 17px;
    resize: none;
    box-shadow: none;
}

.custom-textarea:hover {
    border-color: #2f8a38;
    box-shadow: none;
}

.form-select {
    background-size: 18px;

}
.quote-btn {
    background: #2f8a38;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 400;
    transition: .4s;

}

.quote-btn:hover {

    background: #000;
    color: #fff;
    transform: translateY(-4px);
}

::placeholder {

    color: #888 !important;

}

