@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --primary-color: #2BA460;
    --secondary-color: #243B2E;
}

body {
    margin: 0;
    font-family: "Karla", sans-serif;
    font-size: 16px;
    color: #424242;
    font-weight: 500;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Hanken Grotesk', sans-serif;

}

.navbar-brand img {
    width: 260px;
}

.navbar-nav {

        flex-wrap: wrap;
    }
    .header-contact{
        flex-shrink: 0;
    }
.navbar-nav .nav-link {
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    transition: all .2s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.hero-section {
    height: 95vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-slide {
    height: 95vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.text-box {
    max-width: 680px;
    color: #fff;
}

.sub-heading {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.hero-slide .main-heading {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
}

.desc {
    margin-top: 15px;
    font-size: 24px;
    max-width: 520px;
}


.hero-carousel .owl-nav {
    position: absolute;
    left: 140px;
    bottom: 140px;
    display: flex;
    justify-content: start;
    width: 100%;
}

.hero-carousel .owl-nav button {
    background: transparent !important;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 26px !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: .3s;
    border: 1px solid #fff !important;
}

.hero-carousel .owl-nav button:hover {
    background: #fff !important;
    color: #000 !important;
}

/* about section css  */
.about-us {
    background: url(../assets/img/about-bg.png) no-repeat center center/cover;
}

.img-wrap {
    overflow: hidden;
    height: 100%;
}

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

/* .about-us .img-wrap:hover img {
    transform: scale(1.08);
} */

p.small-heading {
    position: relative;
    display: inline-block;
    padding-left: 60px;
    font-size: 18px;
    text-transform: uppercase;
}

.small-heading:before {
    content: "";
    height: 2px;
    width: 30%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 12px;
}

.heading {
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.about-text-img {
    margin-top: -40px;
}

.about-text li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10PX;
}

.about-text li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 28px;
}

.green-btn {
    background: var(--secondary-color);
    padding: 15px 25px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    display: inline-block;

}

/* service section css  */

.small-top-text {
    font-size: 16px;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 10px;
}

.main-heading {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    color: #000;
}

.heading-line {
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    margin: 10px auto;
}

/* SERVICE CARD */
.service-item {
    background: transparent;
}

.service-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-box {
    background: #f8f8f8;
    padding: 25px;
    margin-top: -75px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    min-height: 330px;
}

.service-icon {
    width: 50px !important;
    margin-bottom: 15px;
    color: #000;
    display: inline-block !important;
}

.learn-more {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.learn-more i {
    margin-left: 5px;
}


.service-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
}

.service-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    font-size: 20px;
    cursor: pointer;
    transition: .3s;
}

.service-nav button:hover {
    background: var(--secondary-color);
    color: #fff;
}

/* marquee css  */


.marquee-section {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
}


.marquee {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    line-height: 1;
}

.marquee .track {
    display: inline-block;
}

.marquee span {
    font-size: 10rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-right: 80px;
    background: linear-gradient(to right, #ffffff 0%, #7f7f7f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.marquee-left .track {
    animation: marqueeLeft 40s linear infinite;
}

.marquee-right .track {
    animation: marqueeRight 40s linear infinite;
}

@keyframes marqueeLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes marqueeRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}


/* blog css  */

p.blog-date {
    position: absolute;
    z-index: 6;
    background: black;
    height: max-content;
    width: 90px;
    color: #fff;
    font-size: 28px;
    padding: 5px;
    top: 35%;
    left: -10px;
    text-align: center;
}

.blog-content {
    text-align: center;
    padding: 40px 20px;
    background: #f5f5f5;
    font-size: 18px;

}

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-type-archive-services .blog-content {
    font-size: 17px;
}

.blog-title {
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--secondary-color);
  font-weight: 700;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-excerpt {
    font-size: 15px;
}
.read-more {
    display: inline-block;
    background: var(--primary-color);
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    transition: all .5s ease;

}

.read-more:hover {
    background: var(--secondary-color);
}

.blog-card img {
    width: 100%;
    display: block;
    transition: transform 1s ease-out;
    height: 300px;
}

.blog-card:hover img {
    transform: scale(1.15);
}

.outlined-btn {
    border: 1px solid black;
    display: inline-block;
    padding: 12px 20px;
    color: #000;
    text-decoration: none;
    transition: all .5s ease;
}

.outlined-btn:hover {
    background: #000;
    color: #fff;
}

/* testimonial section css   */

.testimonial-section {
    background: #0e0e0e;
    color: #fff;
    padding: 80px 0;
}

.small-top {
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    font-size: 16px;
}

.section-title {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
}

.heading-line {
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    margin: 15px auto 0;
}


.video-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-thumb {
    width: 100%;
    display: block;
    height: 320px;
    object-fit: cover;
}

/* PLAY BUTTON */
.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #000;
    pointer-events: none;
    transition: .3s;
}

.video-box:hover .play-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.heading-line.green {
    background: var(--secondary-color);
    margin: 0px 0px 10px;
}

.video-box.gradient-bg {
    background: linear-gradient(180deg, #FFCD00 0%, #FF8800 100%);
    padding: 1px;
}


.t-card {
    background: #fff;
    color: #000;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    height: 320px;
}

.stars {
    color: #f6c400;
    font-size: 18px;
    margin-bottom: 10px;
}

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

.profile img {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.profile h5 {
    margin: 0;
    font-weight: 700;
}

.profile span {
    color: var(--primary-color);
    font-size: 16px;
}

.testimonial-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #000;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: .3s;
}

.testimonial-nav button:hover {
    background: var(--primary-color);
    color: #fff;
}



.faq-tag {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

.faq-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #000;
}

.faq-text {
    margin-bottom: 25px;
}



/* IMAGE */
.faq-image img {
    height: 420px;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    background: transparent;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 4px solid #fff;
}

.play-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border: none;
}

/* FAQ */
.faq-item {
    margin-bottom: 15px;
}

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

.faq-question {
    padding: 14px 16px;
    background: #f6f6f6;
    border: none;
    text-align: left;
    font-size: 20px;
    cursor: pointer;
}

.faq-item.active .faq-question {
    background: var(--secondary-color);
    color: #fff;
}

.faq-answer {
    display: none;
    padding: 15px;
    font-size: 16px;
    background: #fff;
}

.faq-item.active .faq-answer {
    display: block !important;
}



.contact-section {
    background: url(../assets/img/bg-contact.png) no-repeat center center/cover;
    padding: 3rem 0 0;
    color: #fff;
    position: relative;
}

.contact-section img {
    position: relative;
    z-index: 3;
}

.contact-section h2 {
    font-size: 42px;
}

.contact-section .container {
    position: relative;
    z-index: 3;
}

.form-wrapper input {
    width: 100%;
    padding: 12px 20px;
}

.form-wrapper textarea {
    width: 100%;
    margin-top: 20px;
    height: 140px;
    padding: 20px;
    position: relative;
    z-index: 3;
}

.gradient-btn {
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(90deg, #243B2E 0%, #2BA460 100%) !important;
    border-radius: 0 !important;
}

.overlay-right {
    width: 60%;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    top: 0;
    z-index: 1;
}

.overlay-left {
    width: 60%;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0) 96%);
    top: 0;
    z-index: 1;
}

/* footer css */

.site-footer {
    background: #000;
    color: #fff;
}

.footer-text {
    font-size: 16px;
    line-height: 1.7;
    max-width: 340px;
}

.footer-title {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-links a:hover {
    color: var(--primary-color);
}

/* CONTACT */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-contact i {

    margin-top: 5px;
}

/* SOCIAL */
.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid #444;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-decoration: none;
}

.footer-social a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* DIVIDER */
.footer-divider {
    border-color: #333;
    margin: 40px 0 20px;
}

/* COPYRIGHT */
.footer-copy,
.footer-copy a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.breadcrum-section {
    background: url(../assets/img/breadcrums-bg.png) no-repeat center center / cover;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.breadcrum-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: 2;
}

.breadcrum-section .container {
    position: relative;
    z-index: 3;
}

.breadcrum-sectionh2 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
}

.breadcrum-section a,
.breadcrum-section p {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.team-section {
    background: var(--secondary-color);
    color: #fff;
}

.team-section .small-heading {
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.team-section .small-heading:before {
    width: 30%;
    background: #fff !important;

}

.team-section h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.team-card {
    overflow: hidden;
    position: relative;
}

.team-img {
    overflow: hidden;
}

.team-img img {
    width: 100%;
    transition: transform 0.8s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.08);
}

.team-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-card:hover::after {
    opacity: 1;
}

.content {
    background: #fff;
    color: #000;
    padding: 15px 0px;
}

.white-btn {
    background: #fff;
    color: var(--secondary-color);
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
}

.story-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #000;
}

.story-card {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom: 20px;
    transition: all .5s ease;
}

.story-card h3 {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.story-card strong {
    color: #000;
    font-size: 20px;

}

.story-card p {
    margin-top: 15px;
}

.story-card:hover {
    background: var(--secondary-color);
    color: #fff;
}

.story-card:hover strong,
.story-card:hover h3 {
    color: #fff;
}

.gallery-sec h2 {
    font-size: 42px;
}

.faq-question {
    color: #000;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.blog-thumb {
    overflow: hidden;
}

.single-services h3,
.page-hero h2 {
    font-size: 42px;
    margin-bottom: 20px;
}


.contact-info h2,
.contact-form h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.contact-info p,
.contact-form p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.contact-info {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
}


.contact-details li {
    margin-bottom: 20px;
}

.contact-details strong {
    font-weight: 600;
    color: #111;

}

.contact-details p,
.contact-details a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
    margin-top: 10px;
}
.contact-form p {
    display: flex;
    justify-content: center;
}
.contact-details a:hover {
    color: #000;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.wpcf7-form label {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    width: 100%;
}

.wpcf7-form-control {
    width: 100%;
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: all .3s ease;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
}


.wpcf7-textarea {
    resize: none;
    height: 140px;
}


.wpcf7-submit {
    color: #fff;
    padding: 14px 36px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    width: 30% !important;
    background: var(--secondary-color) !important;
    margin-left: 60px;
    border-radius: 0 !important;
}
.form-wrapper .wpcf7-submit {
    width: 80% !important;
    margin-left: 0px;
}
#open-search{
    color: #000;
}
.wpcf7-submit:hover {
    background: #222;
    transform: translateY(-1px);
}

.wpcf7-response-output {
    margin-top: 0 !important;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 12px !important;
}
.single-post-content .post-thumbnail img{
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
} 
.card-title a{
    color: var(--primary-color);
    text-decoration: none;
    transition: all .3s ease;
}
.card-title a:hover{
    text-decoration: underline;
}
.life-card{
    text-align: left;
    font-size: 15px;
}

/* Responsive  */

@media (max-width: 1200px) {
    .heading {
        font-size: 40px;

    }
}

@media (max-width: 1025px) {
    .faq-title {
        font-size: 34px;
    }

    .faq-image img {
        height: 300px;
    }

    .hero-section,
    .hero-slide {
        height: 40vh;

    }

    .hero-carousel .owl-nav {
        left: 60px;
        bottom: 30px;
    }

    .about-text-img {
        margin-top: 30px;
    }

    .blog-title {
        font-size: 26px;
    }


    .service-box p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }

.story .col-lg-5,.story .col-lg-7{
    width: 100%;
}


}

@media (max-width: 991px) {
    .story-content h2 {
        font-size: 36px;
    }

    .team-section .row {
        row-gap: 30px;
    }

    .section-title {
        margin-top: 20px;
    }

    .testimonial-section .row {
        row-gap: 30px;
    }

    .blog-section .row {
        row-gap: 30px;
    }

    .about-text {
        margin-top: 30px;
    }

    .faq-section .row {
        row-gap: 30px;
    }

    .story-content strong {
        font-size: 18px;
    }

    .story-content {
        margin-top: 30px;
    }
    .contact-form{
        margin-top: 30px;
    }
    .header-contact a {
    font-weight: 600;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 20px;
}
.blog-content {
    text-align: center;
    padding: 20px 20px;
    background: #f5f5f5;
    font-size: 18px;
}
.blog-section .row{
    row-gap: 20px;
}
.blog-card img {
    height: 100%;
}
.blog-title {
        font-size: 30px;
    }
    .story-card p {

    font-size: 15px;
}

}

@media (max-width: 768px) {

    .contact-info,
    .contact-form {
        padding: 25px;
    }

    .contact-info h2,
    .contact-form h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    .hero-section,
    .hero-slide {
        height: 80vh;

    }

    .hero-carousel .owl-nav {
        left: 15px;
        bottom: 10px;
    }
    .marquee span {
    font-size: 4rem;}

    .wpcf7-submit {
    width: 60% !important;
    margin-left: 60px;
}

}

@media (max-width: 420px) {
    .section-title {

        font-size: 26px;

    }

    .single-services h3,
    .page-hero h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
}