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

li {
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

body {
    background: #070708 !important;
}

/* Header Section */
.header a:hover {
    color: #008870 !important;
}

.header a i:hover {
    color: #008870 !important;
}

/* Banner Section */
.banner {
    margin-top: 200px;
}

.banner h1 {
    width: 70%;
}

.banner p {
    width: 35%;
}

.banner .btn1 {
    background-color: #008870 !important;
}

.banner .btn1:hover {
    background-color: #000 !important;
    border: 2px solid #fff;
}

.banner .btn2 {
    background-color: #000 !important;
    border: 2px solid #fff !important;
}

.banner .btn2:hover {
    background-color: #008870 !important;
    border: 2px solid #008870 !important;
}

.banner-img {
    width: 900px;
    height: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.banner-img::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.banner-img:hover img {
    transform: scale(1.2);
}

.banner-img:hover::after {
    opacity: 1;
}

/* Card Section */
.card-content {
    width: 100%;
    height: 100%;
    background-color: #1f1f23;
    border: 1px solid rgba(189, 188, 188, 0.433);
    transition: all 0.4s ease;
}

.icon6 {
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #008870;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.card-content:hover .icon6 {
     background-color: #fff;
     color: #000;
    transform: rotateY(360deg);
}

.card-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px color-mix(in srgb, rgba(255, 255, 255, 0.8), transparent 85%);
}

/* About Section */
.title-section {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 20px;
}

.title-bg {
    position: absolute;
    top: 5%;
    font-size: 60px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.162);
    letter-spacing: 5px;
}

.title-text {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    margin-bottom: 20px;
}

.title-para {
    max-width: 900px;
    font-size: 20px;
    color: #ddd;
    line-height: 1.6;
    z-index: 1;
}

.about-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-img:hover img {
    transform: scale(1.1);
}

.img-box {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #008870;
    color: #fff;
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 6px;
}

.about-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.about-item i {
    min-width: 60px;
    height: 60px;
    background: #061110;
    font-size: 28px;
    color: #008870;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    transition: all 0.4s ease;
}

.about-item i:hover {
    background-color: #008870;
    color: #fff;
    transform: translateY(-5px);
}

.about .btn1 {
    background-color: #008870 !important;
    transition: all 0.4s ease;
}

.about .btn1:hover {
    background-color: #000 !important;
    border: 1px solid #fff;
    transform: translateY(-5px);
}

.about .btn2 {
    background-color: #000 !important;
    border: 1px solid #008870 !important;
    color: #008870 !important;
    transition: all 0.4s ease;
}

.about .btn2:hover {
    background-color: #008870 !important;
    border: 1px solid #008870 !important;
    color: #fff !important;
    transform: translateY(-5px);
}

/* Service Section */
.service-card {
    height: 100%;
    position: relative;
    display: flex;
    background: linear-gradient(145deg, #1b1d21, #22242a);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.icon-strip {
    width: 200px;
    background: #152725;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.icon-strip i {
    font-size: 36px;
    color: #19c5a3;
    transition: all 0.4s ease;
}

.content {
    padding-left: 30px;
    color: #fff;
}

.content p {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 20px;
}

.learn-more {
    color: #125749;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.4s ease;
}

.learn-more span {
    font-size: 22px;
    transition: transform 0.4s ease;
}

.number {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 80px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.05);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px color-mix(in srgb, #008870, transparent 85%);
}

.service-card:hover .icon-strip {
    background: linear-gradient(180deg, #19c5a3, #0b3f35);
    box-shadow: inset 0 0 40px #008870;
}

.service-card:hover .icon-strip i {
    color: #fff;
    transform: scale(1.15);
}

.service-card:hover .learn-more {
    color: #0addb7;
    font-weight: 600;
}

.service-card:hover .learn-more span {
    transform: translateX(6px);
}


/* Call to Action Section */
.cta-box {
    background: #007c66;
    border-radius: 24px;
    padding: 40px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.cta-img {
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
}

.cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-box h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta-box p {
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 25px;
    max-width: 520px;
}

.cta-btn {
    display: inline-block;
    background: #fff !important;
    color: #007c66 !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #000 !important;
    color: #fff !important;
    transform: translateY(-5px);
}

/* Step Section */
.process-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.step-no {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: #007c653f;
    transition: all 0.35s ease;
    min-width: 50px;
    z-index: 99999;
}

.process-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 26px 30px;
    border-radius: 16px;
    background: linear-gradient(to right, #0e1112, #0e1112, #191a1c, #191a1c);
    border: 2px solid #c5c8c7bc;
    transition: all 0.35s ease;
}

.icon-box {
    width: 78px;
    height: 68px;
    border-radius: 10px;
    font-size: 30px;
    color: #fff;
    background-color: #007c65;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease;
}

.content p {
    font-size: 15px;
    color: #b0b8c1;
}

.process-card:hover {
    transform: translateX(20px);
    border: 2px solid #035c4b;
}

.process-row:hover .icon-box {
    transform: translateX(8px) rotate(25deg);
}

.process-row:hover .step-no {
    transform: scale(1.3) translateY(25px);
    color: #0fb194;
}

/* Testimonials Section */
.testimonials {
    background-color: #1d1d1e;
}

.testimonial-card {
    background: #3a3a42;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    transition: all 0.5s ease;
}

.testimonial-card:hover {
    transform: scale(1.1);
    background: #40404a;
    border: 2px solid #007c65;
}

.testimonial-card p {
    color: #ddd;
    line-height: 1.6;
}

.card-footer {
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.367) !important;
    padding-top: 20px;
}

.stars i {
    color: #ffc107;
    margin-right: 3px;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.user img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 3px solid #007c65;
}

.user span {
    font-size: 14px;
    color: #bbb;
}

/* Portfolio Section */
.portfolio-card {
    background: #1f1f23;
    border-radius: 14px;
    transition: 0.4s ease;
}

.portfolio-card:hover {
    transform: translateY(-8px);
}

.img-wrap {
    position: relative;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.portfolio-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    inset: 0;
    background: #007c65a0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.portfolio-card:hover .overlay {
    opacity: 1;
}

.buttons {
    display: flex;
    gap: 16px;
}

.btn3 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.portfolio-card:hover .btn3 {
    transform: scale(1);
}

.btn3:hover {
    background: #007c65;
    color: #fff;
    border: 1px solid #007c65;
}

.content1 {
    text-align: center;
    padding: 18px 10px 10px;
}

.content1 h4 {
    color: #ffffff;
    margin-bottom: 6px;
    transition: 0.3s ease;
}

.content1 p {
    color: #9aa0a6;
    font-size: 14px;
}

.portfolio-card:hover .content1 h4 {
    transform: translateY(-4px);
    color: #007c65;
}


/* Team Section */
.team-card {
    background: #222222;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.4s ease;
}

.team-card:hover {
    transform: translateY(-8px);
}

.img-box1 {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.img-box1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay1 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #01362dd8, #75f8e0a7);
    display: flex;
    align-items: end;
    justify-content: center;
    transform: translateY(100%);
    transition: 0.4s ease;
}

.team-card:hover .overlay1 {
    transform: translateY(0);
}

.social1 {
    display: flex;
    gap: 15px;
}

.social1 a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: 0.3s ease;
}

.social1 a:hover {
    background: #fff;
    color: #035a4a;
    transform: scale(1.1);
}

.content2 {
    padding: 20px;
    color: #ddd;
}

.content2 h4 {
    margin-bottom: 4px;
    color: #fff;
}

.team-card:hover .content2 h4 {
    color: #007c65;
}

.content2 span {
    color: #007c65;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content2 p {
    font-size: 16px;
    color: #aaa;
}


/* Prising Section */
.price-card {
    background: #1c1e22;
    border-radius: 16px;
    padding: 40px 30px;
    transition: 0.4s ease;
}

.price-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 15px -10px #007c65ac;
}

.featured {
    background: linear-gradient(180deg, #0c1f1b, #0b1210);
    border: 2px solid #00c9a7;
}

.title {
    font-size: 22px;
    margin-bottom: 15px;
}

.price {
    color: #00c9a7;
    font-size: 44px;
    margin-bottom: 30px;
}

.price span {
    font-size: 16px;
    color: #aaa;
}

.features li {
    margin-bottom: 15px;
    font-size: 15px;
}

.features i {
    color: #00c9a7;
    margin-right: 10px;
}

.features .muted {
    color: #666;
}

.features .muted i {
    color: #555;
}

.choose-btn {
    background: #007c65 !important;
    color: #fff !important;
    border-radius: 30px;
    padding: 12px 28px;
    margin-top: 20px;
    transition: 0.3s ease;
}

.choose-btn:hover {
    background: #fff !important;
    color: #000 !important;
}

/* FAQ Section */
.faq-wrapper {
    max-width: 950px;
    margin: auto;
}

.faq-item {
    position: relative;
    background: #1c1e22;
    border-radius: 14px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 15px -10px #007c6582;
}

.faq-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #00c9a7;
    opacity: 0;
    transition: 0.3s ease;
}

.faq-item:hover::before,
.faq-item input:checked~.faq-header::before {
    opacity: 1;
}

.faq-item input {
    display: none;
}

.faq-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;
    cursor: pointer;
}

.icon-left {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #01392f9c;
    color: #007c65;
    font-size: 30px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: 0.3s ease;
}

.question {
    flex: 1;
    font-size: 18px;
    transition: 0.3s ease;
}

.icon-right {
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    background: #4b4d52;
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    font-size: 22px;
    transition: 0.3s ease;
}

.icon-right::before {
    content: "+";
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    color: #cfcfcf;
    line-height: 1.6;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item input:checked~.faq-body {
    max-height: 250px;
    padding-bottom: 24px;
}

.faq-item input:checked~.faq-header .icon-right::before {
    content: "-";
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
}

.faq-item:hover .icon-left,
.faq-item:hover .icon-right,
.faq-item input:checked~.faq-header .icon-left,
.faq-item input:checked~.faq-header .icon-right {
    background: #00c9a7;
    color: #fff;
}

.faq-item input:checked~.faq-header .question {
    color: #00c9a7;
}

.faq-item input:checked~.faq-header {
    position: relative;
}

.faq-item input:checked~.faq-header::before {
    content: "";
    position: absolute;
    left: -24px;
    top: -24px;
    width: 4px;
    height: calc(100% + 48px);
    background: #00c9a7;
}

/* Contact Section */
.contact-info {
    background: linear-gradient(180deg, #0aa18c, #057a6b);
    border-radius: 20px;
    padding: 30px;
    transition: 0.4s ease;
}

.contact-info:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.info-box {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 14px;
    padding: 15px;
    display: flex;
    gap: 14px;
    margin-top: 15px;
    transition: 0.3s ease;
}

.info-box i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box i:hover {
    background-color: #fff;
    color: #007c65;
}

.info-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(6px);
}

.social5 a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    transition: 0.3s ease;
}

.social5 a:hover {
    background: #fff;
    color: #000;
    transform: translateY(-4px);
}

.map-box {
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    transition: 0.4s ease;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.map-box:hover {
    transform: scale(1.02);
}

.contact-form {
    background: #1c1e22;
    border-radius: 20px;
    padding: 30px;
    transition: 0.4s ease;
}

.contact-form:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
}

.form-control {
    background: transparent !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    margin-bottom: 15px;
    border-radius: 12px;
}

.form-control:focus {
    background: transparent !important;
    border-color: #00c9a7 !important;
    box-shadow: none !important;
    color: #fff !important;
}

.send-btn {
    background: linear-gradient(to right, #00c9a7, #024f42) !important;
    padding: 12px 28px !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.send-btn:hover {
    box-shadow: 0 14px 14px -10px #00886fa1 !important;
    transform: translateY(-5px);
}


/* Footer Section */
.footer {
    background: linear-gradient(180deg, #1b1b1b, #0f0f0f);
    padding: 60px 0 30px;
    position: relative;
}

.icon4 {
    color: #00c9a7;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.footer-box h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-box p {
    color: #cfcfcf;
    line-height: 1.6;
}

.footer-line {
    border-color: #2a2a2a;
    margin: 30px 0;
}

.social7 a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #444;
    margin-right: 10px;
    transition: 0.3s ease;
}

.social7 a:hover {
    color: #00c9a7;
    border-color: #00c9a7;
    transform: translateY(-5px);
}


/* Scroll Top Button */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    background: #007c65;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.scroll-top:hover {
    background-color: #fff;
    color: #007c65;
}