/* services section start */
.services-hero {

    padding: 10px 0 80px;


}

.service-heading {

    font-size: 64px;

    font-weight: 300;

    margin-bottom: 15px;

}

.service-heading span {

    font-weight: 700;

    color: #53be72;

}

.service-desc {

    max-width: 650px;

    margin: auto;

    font-size: 18px;

    color: #777;

    line-height: 1.8;

    margin-bottom: 45px;

}

.service-tabs {

    display: flex;

    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;

    margin-bottom: 50px;

}

.service-tab {

    background: #fff;

    border: 1px solid #53be72;

    padding: 10px 22px;

    border-radius: 50px;

    color: #53be72;

    transition: .3s;

}

.service-tab.active {

    background: #53be72;

    color: #fff;

}

.service-tab:hover {

    background: #53be72;

    color: #fff;

}

/* services section end */

.package-card,
.service-box {

    background: #fff;

    border-radius: 18px;

    padding: 30px;

    border: 1px solid #d8eedd;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);

    height: 100%;

}

.package-card h3,
.service-box h3 {

    color: #53be72;

    margin-bottom: 20px;

}

.package-card ul {

    padding-left: 18px;

    margin-bottom: 20px;

}

.package-card li {

    margin-bottom: 8px;

}

.package-card h4,
.service-box h4 {

    color: #53be72;

    margin: 20px 0;

    font-size: 30px;

    font-weight: 700;

}


/*================ Pricing Cards =================*/

.pricing-card {

    background: #fff;

    border-radius: 28px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);

    height: 100%;

    display: flex;

    flex-direction: column;

    transition: .35s;

}

.pricing-card:hover {

    transform: translateY(-8px);

}

.pricing-header {

    padding: 22px 15px;

    text-align: center;

    border-bottom: 1px solid #53be72;

}

.pricing-header h3 {

    font-size: 32px;

    font-weight: 700;

    color: #53be72;

    margin: 0;

}

.pricing-body {

    padding: 35px 20px;

    flex: 1;

}

.feature-list {

    list-style: none;

    padding: 0;

    margin: 0;

}

.feature-list li {

    font-size: 18px;

    margin-bottom: 14px;

    position: relative;

    padding-left: 28px;

}

.feature-list li.yes::before {

    content: "✔";

    position: absolute;

    left: 0;

    color: #444;

    font-weight: bold;

}

.feature-list li.no::before {

    content: "✖";

    position: absolute;

    left: 0;

    color: red;

    font-weight: bold;

}

.pricing-footer {

    background: #53be72;

    padding: 14px 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.pricing-footer span {

    display: block;

    font-size: 12px;

    color: #fff;

}

.pricing-footer h4 {

    margin: 0;

    font-size: 22px;

    font-weight: 700;

    color: #fff;

}

.book-btn {

    background: #fff;

    color: #53be72;

    padding: 10px 28px;

    border-radius: 40px;

    font-weight: 700;

    text-decoration: none;

    transition: .3s;

}

.book-btn:hover {

    background: #f5f5f5;

    color: #53be72;

}

@media(max-width:991px) {

    .pricing-card {

        margin-bottom: 25px;

    }

}

/*================ Booking Notes =================*/

.booking-notes {

    max-width: 1140px;

    margin: 60px auto 0;

    background: #fff;

    border-radius: 28px;

    padding: 30px 45px;

    box-shadow: 0 18px 40px rgba(0, 0, 0, .10);

}
.booking-notes ul {

    margin: 0;

    padding-left: 22px;

}

.booking-notes li {

    color: #444;

    font-size: 17px;

    line-height: 1.9;

    margin-bottom: 18px;

}

.booking-notes li:last-child {

    margin-bottom: 0;

}

/* Mobile */

@media(max-width:768px) {

    .booking-notes {

        padding: 25px;

        border-radius: 20px;

    }

    .booking-notes li {

        font-size: 15px;

        line-height: 1.8;

    }

}


/*==========================
ABOUT SECTION
==========================*/

.about-team-section {
    background: #eef8ef;
    padding: 90px 0;
}

.about-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.05;
    color: #222;
    margin-bottom: 35px;
}

.about-title span {
    display: block;
    color: #55c176;
    font-weight: 700;
}

.about-content p {
    color: #666;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 25px;
    max-width: 600px;
}

.about-video {
    width: 330px;
    height: 560px;
    background: #000;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.about-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #55c176;
    font-size: 30px;
    transition: .3s;
}

.play-btn:hover {
    background: #55c176;
    color: #fff;
}

/*==========================
WHY SECTION
==========================*/

.why-section {

    background: linear-gradient(135deg, #56c477, #44ab63);

    padding: 90px 0;

    border-bottom-left-radius: 60px;

    border-bottom-right-radius: 60px;
}

.why-title {

    font-size: 62px;

    font-weight: 300;

    color: #fff;

    line-height: 1.05;

    margin-bottom: 25px;
}

.why-title span {

    display: block;

    font-weight: 700;
}

.line {

    width: 60px;

    height: 4px;

    background: #fff;

    margin: 25px 0;
}

.why-section p {

    color: #fff;

    max-width: 470px;

    line-height: 1.9;

    font-size: 18px;
}

.feature-card {

    background: #fff;

    border-radius: 18px;

    padding: 22px 28px;

    margin-bottom: 18px;

    display: flex;

    align-items: center;

    gap: 18px;

    font-size: 18px;

    font-weight: 600;

    color: #55c176;

    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);

    transition: .35s;
}

.feature-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

.feature-card i {

    font-size: 28px;
}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px) {

    .about-team-section {

        padding: 70px 0;

    }

    .about-title {

        font-size: 46px;

        text-align: center;

    }

    .about-content {

        text-align: center;

        margin-bottom: 50px;

    }

    .about-content p {

        max-width: 100%;

    }

    .about-video {

        margin: auto;

        width: 280px;

        height: 470px;

    }

    .why-section {

        padding: 70px 0;

    }

    .why-title {

        font-size: 44px;

        text-align: center;

    }

    .line {

        margin: 20px auto;

    }

    .why-section p {

        text-align: center;

        margin: auto auto 40px;

    }

}

@media(max-width:576px) {

    .about-title {

        font-size: 36px;

    }

    .about-video {

        width: 240px;

        height: 400px;

    }

    .why-title {

        font-size: 34px;

    }

    .feature-card {

        padding: 18px;

        font-size: 16px;

    }

    .feature-card i {

        font-size: 22px;

    }

}


/*==========================
PROCESS
==========================*/

.process-section {

    padding: 100px 0;

    background: #fff;

}

.process-title {

    font-size: 64px;

    font-weight: 300;

    line-height: 1.1;

}

.process-title span {

    display: block;

    color: #56c477;

    font-weight: 700;

}

.process-text {

    max-width: 600px;

    margin: 20px auto 0;

    color: #666;

    font-size: 18px;

    line-height: 1.8;

}

.process-line {

    margin-top: 80px;

    display: flex;

    justify-content: space-between;

    position: relative;

}

.process-line::before {

    content: "";

    position: absolute;

    top: 20px;

    left: 8%;

    right: 8%;

    height: 2px;

    background: #56c477;

}

.process-item {

    width: 23%;

    text-align: center;

    position: relative;

    z-index: 2;

}

.step-circle {

    width: 42px;

    height: 42px;

    background: #56c477;

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: auto;

    font-size: 22px;

    font-weight: 600;

}

.process-item h5 {

    margin-top: 20px;

    font-size: 22px;

    color: #444;

}

.process-item p {

    font-size: 15px;

    color: #777;

    line-height: 1.6;

}

/*==========================
CTA
==========================*/

.cta-section {

    padding: 90px 0;

    background: linear-gradient(135deg, #5dc97d, #44ad63);

}

.cta-section h2 {

    color: #fff;

    font-size: 62px;

    font-weight: 300;

    line-height: 1.15;

}

.cta-section h2 span {

    font-weight: 700;

}

.cta-section h2 strong {

    font-weight: 700;

}

.cta-section p {

    color: #fff;

    font-size: 20px;

    max-width: 760px;

    margin: 25px auto 40px;

    line-height: 1.8;

}

.cta-btns {

    display: flex;

    justify-content: center;

    gap: 20px;

}

.btn-call {

    padding: 14px 45px;

    background: #fff;

    color: #53be72;

    border-radius: 8px;

    text-decoration: none;

    font-weight: 600;

}

.btn-book {

    padding: 14px 45px;

    border: 2px solid #fff;

    color: #fff;

    border-radius: 8px;

    text-decoration: none;

    font-weight: 600;

}

.btn-book:hover {

    background: #fff;

    color: #53be72;

}

.btn-call:hover {

    background: #f3f3f3;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px) {

    .process-line {

        flex-wrap: wrap;

        gap: 50px;

    }

    .process-line::before {

        display: none;

    }

    .process-item {

        width: 48%;

    }

    .process-title {

        font-size: 48px;

    }

    .cta-section h2 {

        font-size: 42px;

    }

}

@media(max-width:576px) {

    .process-item {

        width: 100%;

    }

    .process-title {

        font-size: 36px;

    }

    .cta-section h2 {

        font-size: 32px;

    }

    .cta-btns {

        flex-direction: column;

    }

    .btn-call,

    .btn-book {

        width: 240px;

        margin: auto;

    }

}