@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --tittle-color: #071F1A;
}

body {
    background: url('background.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #333;
    font-family: "Figtree", sans-serif !important;
}

.top_annoucement_bar {
    background: #071F1A;
    display: flex;
    justify-content: end;
    min-height: 50px;
    align-items: center;
}

.top_annoucement_bar h2 {
    position: absolute;
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
    color: #F4BE54;
    top: 10px;
    width: max-content;
    font-size: 24px;
    font-weight: 600;
}

/* Header */

header.sticky_top {
    position: sticky;
    top: 0;
    background: white;
    border: 1px solid #cccccc93;
    z-index: 99;
}
.head_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1620px;
    margin: auto;
    padding: 10px 14px;
     
}

.inner_content_annouce {
    width: 100%;
    text-align: end;
    max-width: 1600px;
    margin: auto;
}

.media_icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}


.head_container .logo img {
    width: 85px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

nav ul.nav_links li a {
    text-decoration: none;
    color: #071F1A;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

nav ul.nav_links li a.active {
    color: #d4a017;
    font-weight: 600;
    border-bottom: 2px solid;
}

nav ul.nav_links li a:hover {
    color: #d4a017;
}

/* Hero Section */
section.hero_banner_Green {
    background: linear-gradient(90deg, rgba(7, 31, 26, 1) 0%, rgba(13, 61, 51, 1) 50%, rgba(7, 31, 26, 1) 100%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

section.hero_banner_Green h1 {
    font-size: 52px;
    color: #F4BE54;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
    max-width: 650px;
    margin: auto;
}
.about-section.equine_content {
    margin-top: 60px;
}
section.hero_banner_Green .container_row h2 {
    font-size: 26px;
    margin-bottom: 12px;
    line-height: normal;
    font-weight: bold;
    font-family: "Montserrat", sans-serif !important;
}


.hero_banner_data {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    align-items: end;
}

.right_data h5 {
    font-size: 28px;
    font-weight: 400;
    color: #F4BE54;
    font-family: "Montserrat", sans-serif !important;
}


.top_email {
    display: block;
    width: fit-content;
    text-align: end;
    margin-left: auto;
    margin-bottom: 67px;
}

.slogan {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-direction: column;
}

.slogan span {
    font-size: 32px;
    line-height: 32px;
    color: #F4BE54;
    font-weight: bold;
    text-align: start;
}

section.hero_banner_Green blockquote {
    font-style: italic;
    margin-top: 2rem;
    color: #d4a017;
}

.right_data {
    text-align: end;
}

.container_row {
   width: calc(100% - 60px);
    margin: auto;
    padding: 60px 10px;
}

.right_data p {
    font-size: 24px !important;
    max-width: 382px !important;
    line-height: 28px !important;
    margin-bottom: 2px;
}

.top_email h5 {
    font-size: 20px;
    font-weight: bold;
    color: #F4BE54;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
}

.media_icons img {
    width: 24px;
    height: 24px;
}

.top_email a {
    font-size: 18px;
    font-weight: 500;
    color: #F4BE54;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
}

/* About Section */
.about {
    background-color: #F4BE54;
    background-image: url(./images/Rectangle\ \(1\).png);
    padding: 100px 20px 330px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;

}

section.about .container {
    max-width: 1600px;
    margin: auto;
}

.about-content h3 {
    font-size: 48px;
    text-align: start;
    color: white;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 24px;

}

.about-content {
    display: flex;
    gap: 50px;
    align-items: start;
    margin-bottom: 50px;
}

.about-content .text {
    width: 100%;
}

.about-content .image {
    width: 100%;
    max-width: 300px;
}

.about-content .image img {
    width: 100%;
    border-radius: 10px;
}

.about-content .text p {
    font-size: 24px;
    color: #000;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}



p.highlight {
    font-size: 42px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 34px;
}

.testimonials {
    font-size: 42px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.testimonials p {
    color: white;
    font-weight: 600;
    font-size: 32px;
}

.session_content {
    max-width: 1400px;
    margin: auto;
}

p.contact-info strong {
    text-align: center;
    display: block;
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-top: 34px;
    font-family: "Montserrat", sans-serif;
}

p.contact-info a {
    text-align: center;
    display: block;
    font-size: 42px;
    font-weight: bold;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.linkedin {
    text-align: center;
    margin-top: 80px;
}

.linkedin a {
    color: #4E7266;
    font-size: 32px;
    display: block;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 34px;
}






/* Footer */


.container_row p {
    font-size: 24px;
    font-weight: 500;
    max-width: 560px;
    margin: 12px auto 0px;
}


.footer-media_btns button {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 40px;
    width: 256px;
    font-size: 16px;
    font-weight: 500;
    padding: 4px;
    border: none;
    background: white;
    margin-bottom: 16px;
    color: var(--tittle-color);
    font-family: "Figtree", sans-serif !important;
}

.footer-media_btns svg {
    padding: 8px;
    background: #F4BE54;
    border-radius: 52px;
    height: 48px;
    width: 48px;
}

footer {
    background: #071F1A;
    color: #fff;
    padding: 60px 14px 0px;
    text-align: center;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    margin: 0px auto 30px;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-logo {
    text-align: start;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    width: 65px;
}

.footer-logo h3 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.footer-links img {
    width: 24px;
    height: 24px;
}

.footer-links {
    display: flex;
    align-items: start;
    gap: 12px;
    flex-direction: column;
}

.footer-links a {
    font-size: 18px;
    text-decoration: none;
    color: white;
    opacity: 0.8;
    font-weight: 400;
}

.footer-links h2 {
    font-size: 18px;
    text-decoration: none;
    color: white;
    opacity: 0.8;
    font-weight: 400;
    display: flex;
    gap: 4px;
}

.footer-links p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.footer-contact {
    text-align: start;
    font-family: "Open Sans", sans-serif !important;
}

.footer-contact p {
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif !important;
    margin-bottom: 12px;
}

p.email_text {
    color: #CCCCCC;
    font-size: 16px;
}

p.email_text a {
    color: #CCCCCC;
    font-size: 16px;
    font-weight: 400;
}

.bottom_footer {

    width: 100%;
    max-width: 1400px;
    margin: auto;
    border-top: 1px solid #dddddd8f;
}

.bottom_footer .text_info {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    max-width: 1440px;
    margin: auto;
    color: #fff;
}

/* hero banner */

.hero {
    background: linear-gradient(#00000047, #0d0d0dab), url(./images/hero_bg.jpg);
    height: 80vh;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 32%;
    height: 100vh;
    max-height: 590px;
}


section.container_row_cards {
    max-width: 1520px;
    padding: 60px;
    width: 100%;
    margin: auto;
}


.hero h1 {
    font-size: 62px;
    font-weight: 600;
}




.card-text:last-child {
    margin-bottom: 0;
}

.video-wrapper {
    max-width: 1520px;
    padding: 0px 60px;
    margin: auto;
}





iframe {
    width: 100%;
    height: 100vh;
    max-height: 410px !important;
    max-width: 1400px;
    margin: auto;
    display: block;
    border-radius: 12px;
}


.card .card-body ul {
    padding: 0px 20px;
    text-align: start;
}

.card .card-body ul li {
    line-height: 28px;
}



/* ====================================== about section css  =================================  */

.about_container {
    max-width: 1424px;
    margin: 100px auto;
    padding: 0px 12px;
}

.about-section {
    display: flex;
    gap: 60px;
}

.about-text h2 {
    color: var(--tittle-color);
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize !important;
}

.about-text p {
    font-size: 22px;
    line-height: 32px;
    color: var(--tittle-color);
    margin-bottom: 20px;
}

.about-text h2:before {
    content: "";
    height: 42px;
    width: 4px;
    background: #F4BE54;
    position: absolute;
    left: 0;
}

.about-section img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
        border-radius: 10px;
}

.services p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: var(--tittle-color);
    margin-bottom: 20px;
}

.services {
    margin-top: 60px;
}

.services ul {
    padding: 0px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.services ul li {
    font-size: 22px;
    line-height: 32px;
    color: var(--tittle-color);
}



.image_box {
    width: 112px;
    height: 112px;
    background: white;
    border-radius: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.image_box img {
    width: 100%;
    max-width: 65px;
}

.CTA_Section {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    background: #F4BE54;
    border-radius: 20px;
    display: flex;
    width: calc(100% - 24px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    margin-bottom: 100px;
}

.CTA_Section p {
    font-size: 30px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #191919;
}

.CTA_Section a {
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #191919;
    line-height: 36px;
}

.get_in_tuch {
    background: #F4BE54;
    padding: 20px 0px;
}

.get_in_tuch .inner_cont {
       display: flex
;
    justify-content: space-between;
    max-width: 1424px;
    margin: auto;
    align-items: center;
    padding: 0px 12px;
}

.inner_cont p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--tittle-color);
}

.email_point a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    line-height: 36px;
    color: var(--tittle-color);
}

.about-text a {
    color: #F4BE54;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

/* ===============================  .testimonial  ===========================  */


.testimonials-slider {
    max-width: 1424px;
    margin: 100px auto;
    padding: 0px 20px;
}

.testimonials-slider h2 {
    font-size: 32px;
    margin-bottom: 5px;
    line-height: normal;
    color: var(--tittle-color);
}

.testimonials-slider p.subtitle {
    font-size: 22px;
    margin-bottom: 32px;
    text-align: left;
    line-height: 38px;
    color: var(--tittle-color);
}

.test_head {
    padding-left: 20px;
    border-left: 4px solid #F4BE54;
}

.swiper {
    padding-bottom: 40px;
}

.swiper-slide {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #DDE4E0;
    text-align: left;
    min-height: 150px;
}

.swiper-slide p {
    font-size: 20px;
    min-height: 72px;
    color: var(--tittle-color);
}

.author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--tittle-color);
}

.author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #f5b200;
}

/* Pagination dots */
.swiper-pagination-bullet {
    background: #f5b200;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal {
    padding-bottom: 60px;
}


.swiper-button-prev {
    top: auto !important;
    bottom: 0px;
    left: 46% !important;
    height: 32px !important;
    width: 32px !important;
    background: #F4BE54;
    border-radius: 100%;
    padding: 7px;
}

.swiper-button-next {
    top: auto !important;
    bottom: 0px;
    right: 46% !important;
    height: 32px !important;
    width: 32px !important;
    background: #F4BE54;
    border-radius: 100%;
    padding: 7px;
}

.swiper-button-prev:after {
    max-height: 18px !important;
}

hr {
    margin: 12px 0px;
    border: 1px solid #dedede99;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: 500;
    font-size: 18px !important;
    color: #fff;

}

.image_block {
    display: grid;
    gap: 20px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

.image_block img {
    width: 100%;
    max-width: 360px !important;
    object-fit: contain;
}

.about-text h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    color: var(--tittle-color);
    font-weight: 600;
}

.about-section.about_person {
    padding: 60px;
    background: #FFF7ED;
    border-top: 1px solid #F4BE54;
    flex-direction: column;
    gap: 20px !important;
    position: relative;
    overflow: hidden;
}

.about_main_section {
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.about_main_section img {
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
    max-width: 450px !important;
}

img.bg_horse {
    height: 400px;
    width: 100%;
    object-fit: contain;
    position: absolute;
    right: -100px;
    top: 35%;
    max-width: 400px !important;
}


.blog_card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog_content h5 {
    color: #F4BE54;
    font-size: 20px;
    font-weight: 600;
}

.blog_content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--tittle-color);
}

.blog_content p {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 20px;
}

.blog_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

a.Read_more {
    background: #F4BE54;
    width: fit-content;
    padding: 16px 24px;
    border-radius: 40px;
    text-decoration: none;
    color: var(--tittle-color);
    font-size: 18px;
    font-weight: 500;
}

.blog_block {
    margin-bottom: 60px;
}

.blog_name p {
    font-weight: 600;
    margin: 0;
}

svg.menu_btn {
    display: none;
    width: 24px;
}

svg.close_menu {
    display: none;
}
.footer-media_btns a {
    text-decoration: none;
}
@media (max-width: 1200px) {
    nav ul {
        list-style: none;
        display: flex;
        gap: 12px;
    }

    nav ul.nav_links li a {
        text-decoration: none;
        color: #071F1A;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
    }

    .media_icons {
        padding: 0px 12px;
    }

    .testimonials-slider {
        margin: 60px auto;
    }




}

@media (max-width: 998px) {

    body:has(nav.active) {
        overflow: hidden;
    }

    svg.close_menu {
        display: block;
    }

    nav.active ul.nav_links {
        display: block;
        width: 100%;
        max-width: 300px;
    }

    svg.close_menu {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    ul.nav_links li {
        margin-bottom: 12px;
    }

    nav.active:has(body) {
        overflow: hidden;
    }

    ul.nav_links {
        display: block;
        position: fixed;
        left: 0;
        background: #ffffff;
        z-index: 9;
        height: 100%;
        top: 0;
        padding: 20px;
    }

    ul.nav_links:after {
        content: "";
        width: 100vw;
        height: 100vh;
        position: absolute;
        background: #00000073;
        top: 0;
        margin-left: 280px;
    }

    nav ul.nav_links li a {
        text-decoration: none;
        color: #071F1A;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
    }


    svg.menu_btn {
        display: block;
    }

    ul.nav_links {
        display: none;
    }

    .about-section img {
        width: 100%;
        max-width: 310px;
        object-fit: contain;
        height: 100%;
    }

    .about-section {
        display: flex;
        gap: 20px;
        align-items: self-start;
        width: 100%;
    }

    .about-text p {
        font-size: 18px;
        line-height: 26px;
        color: var(--tittle-color);
        margin-bottom: 12px;
    }

    .about_container {
        max-width: 1424px;
        margin: 30px auto;
        padding: 0px 12px;
    }

    .services p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        color: var(--tittle-color);
        margin-bottom: 12px;
    }

    .services ul li {
        font-size: 18px;
        line-height: 26px;
        color: var(--tittle-color);
    }

    .services {
        margin-top: 30px;
    }

    .services ul {
        padding: 0px 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }

    .CTA_Section {
        padding: 30px;
        margin-bottom: 60px;
    }

    .CTA_Section p {
        font-size: 24px;
        text-align: center;
    }

    .CTA_Section a {
        font-size: 20px;
        line-height: 32px;
    }

    .footer_content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .image_box {
        width: 82px;
        height: 82px;
    }

    .image_box img {
        width: 100%;
        max-width: 45px;
    }

    .get_in_tuch .inner_cont {
        display: flex;
        justify-content: center;
        max-width: 1400px;
        margin: auto;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
        padding: 0px 24px;
    }

    .email_point a {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 20px;
        line-height: 32px;

    }

    .inner_cont p {
        text-align: center;

    }

    .email_point svg {
        width: 24px;
    }

    .about-section.about_person {
        padding: 24px;
        gap: 20px !important;

    }

    img.bg_horse {
        display: none;
    }

    .about-text h2 {
        color: var(--tittle-color);
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }

    .about-text h2:before {
        height: 36px;
    }

    .about_main_section {
        gap: 30px;

    }

    .about_main_section img {
        border-radius: 10px;
        height: 350px;
        object-fit: cover;
        max-width: 350px !important;
    }

    .about-section.about_person {
        padding: 24px;
        background: #FFF7ED;
        border-top: 1px solid #F4BE54;
        flex-direction: column;
        gap: 20px !important;

    }

    .testimonials-slider h2 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 32px;
        color: var(--tittle-color);
    }

    .testimonials-slider {
        margin: 30px auto;
    }


    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .testimonials-slider p.subtitle {
        font-size: 18px;
        margin-bottom: 32px;
        text-align: left;
        line-height: 26px;
    }

    .swiper.mySwiper.swiper-initialized.swiper-horizontal {
        padding-bottom: 0px;
    }

    .author {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
    }

    .about-text {
        width: 100%;
    }

.about-text a {
    color: #F4BE54;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}



}


@media (max-width: 767px) {
    .footer_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


    .about-section.mt-60.about_person .about_main_section {
        gap: 30px;
        flex-wrap: wrap;
    }

    .about-section.mt-60.about_person .about_main_section img {
        height: 350px;
        max-width: 100% !important;
        object-fit: cover;
        object-position: top;
    }

    .about-section {
        display: flex;
        gap: 20px;
        align-items: self-start;
        flex-direction: column;
    }

    .about-section img {
        max-width: 100%;
    }

    .bottom_footer .text_info {
        gap: 8px;
        flex-direction: column;
    }


    section.hero_banner_Green h1 {
        font-size: 32px;
        color: #F4BE54;
        margin-bottom: 0;
        margin-top: 20px;
        font-weight: 600;
    }

    .hero_banner_data {
        display: flex;
        justify-content: space-between;
        padding-top: 100px;
        align-items: center;
        gap: 40px;
    }

    .slogan span {
        font-size: 24px;
        line-height: 24px;
        color: #F4BE54;
        font-weight: bold;
        text-align: start;
    }

    .right_data p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .right_data h5 {
        font-size: 20px;
    }

    .head_container .logo img {
        width: 64px;
    }

    .top_annoucement_bar h2 {
        top: 14px;
        width: max-content;
        font-size: 20px;
        font-weight: 600;
    }

    .container_row p {
        font-size: 20px;
    }

}

@media (max-width: 600px) {

    .footer_content {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-text h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }

    .about-section.mt-60 {
        margin-top: 30px !important;
    }

    .about-text h2:before {
        height: 36px;
        top: 0px;
    }

    .inner_cont p {
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
    }

    .CTA_Section p {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .swiper-slide p {
        font-size: 18px;
    }

    .author img {
        width: 32px;
        height: 32px;
    }

    .footer-media_btns button {
        width: 275px;
        font-size: 18px;
    }



}