@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');


.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #24b24e !important;
    border-color: #24b24e !important;
}

::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    background: var(--clr-white);
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #cde9e5;
}

::selection {
    background-color: #cde9e5;
    color: var(--clr-white);
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 1200px;
}

.container-fluid {
    max-width: 1360px;
}

img {
    max-width: 100%;
}

input::placeholder {
    color: #000;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    z-index: 1;
}

/* header */

header {
    position: fixed;
    width: 100%;
    z-index: 111111;
    left: 0;
    top: 0;
    padding: 30px 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header .nav-link {
    color: #000;
    font-size: 18px;
}

header .nav-link {
    border-radius: 50px;
    padding-right: 14px !important;
    padding-left: 14px !important;
}

header .nav-item .active {
    background-color: #26b34f !important;
    color: #fff !important;
    border-radius: 50px;
    filter: url(#white-text-shadow);
}
header .nav-link:hover {
    background-color: black !important;
    color: #fff !important;
    border-radius: 50px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
}
.sticky {
    background-color: #fff;
    box-shadow: -1px 0px 47px -8px rgba(191, 187, 191, 0.37);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.hero-section {
    position: relative;
}

.hero-section::before {
    content: '';
    background-color: #00000052;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-section::after {
    bottom: -25px;
    width: 100%;
    right: 0;
    height: 25px;
    content: '';
    position: absolute;
    max-width: 600px;
    background: rgb(38, 179, 79);
    background: linear-gradient(93deg, rgba(38, 179, 79, 1) 52%, rgba(208, 238, 217, 1) 87%);
    border-radius: 0 0 0 50px;
}

.header-logo {
    max-width: 180px;
}

.hero-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 1111;
    height: 70vh;
}

.hero-section .item {
    min-height: 620px;
    max-height: 620px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-section .item .img-slider {
    width: 100%;
}

.img-slider {
    width: 100%;
}

.img-slider img {
    width: 100%;
}

.hero-content::before {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-position-y: none;
    background-size: 200px;
}

.hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, 1) 100%);
    z-index: 111;
}

.hero-info {
    margin-top: 40px;
}

.hero-info h1 {
    font-size: 42px;
    line-height: normal;
    text-align: center;
    font-weight: 800;
}

.hero-info p {
    font-size: 28px;
    max-width: 550px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    font-family: "Satisfy", cursive;
    font-size: 36px;
    line-height: 36px;
}

.navbar-nav {
    gap: 5px;
}

/* mobile  */
.header-hamburger {
    width: 40px;
    display: flex;
    align-items: center;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F2F1ED;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1111111;
}

.menu-close {
    padding: 1rem 2.5rem 1rem 2rem;
    font-size: 1.5rem;
    text-align: right;
    cursor: pointer;
}

.menu-content {
    padding: 2rem;
}

.mobile-menu .menu-content .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.mobile-menu .menu-content .navbar-nav li.nav-item {
    flex-direction: column;
}

.mobile-menu .menu-content .dropdown-toggle::before {
    display: none;
}

.mobile-menu ul.navbar-nav > li.nav-item.dropdown > a::after {
    display: inline-block;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "";
    border-top: .4em solid #fff !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0;
    border-left: .3em solid transparent !important;
    right: -12px;
    position: relative !important;
    margin-right: -2px !important;
    margin-top: 7px;
    max-width: 2px;
    top: 3px;
}

.mobile-content {
    overflow-y: auto;
    height: 90%;
}

.mobile-footer {
    padding: 2rem 2rem;
}

.mobile-link {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
}

.mobile-link a {
    color: black;
    line-height: normal;
}

.mobile-footer {
    padding: 1rem 1rem;
    border-top: solid 1px black;
    margin: 20px 10px 5px;
}

.mobile-footer p {
    color: black;
    font-size: 14px;
    text-align: center;
}

.custom-btn {
    border: 2px solid #fdc80b;
    margin: 7px;
    padding: 0px 10px;
}

.border-left {
    border-left: 4px solid Black;
    padding-left: 25px;
}

.mobile-logo-container {
    text-align: center;
}

.mobile-logo-container a.m-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto 40px;
}

.mobile-logo-container .btn-action {
    gap: 20px;
    display: flex;
    justify-content: center;
    background-color: #000;
}

.mobile-logo-container .btn-action a {
    /*background-color: #000;*/
    border: none;
}

.mobile-logo-container .btn-action a:hover {
    /*background-color: #000;*/
}


.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.menu-list .nav-item.dropdown .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0px, 10px, 0px) !important;
    width: 100%;
}

.menu-list .nav-item.dropdown li a {
    color: #fff;
}

.menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
}

.mobile-menu.active {
    transform: translateX(0);
}

/* inner-hero */
.inner-hero {
    position: relative;
}

.inner-hero-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.inner-hero-wrapper::after {
    bottom: -25px;
    width: 100%;
    right: 0;
    height: 25px;
    content: '';
    position: absolute;
    max-width: 600px;
    background: rgb(38, 179, 79);
    background: linear-gradient(93deg, rgba(38, 179, 79, 1) 52%, rgba(208, 238, 217, 1) 87%);
    border-radius: 0 0 0 50px;
}

/* upcoming-content */

.upcoming-section {
    padding-bottom: 0;
    padding-top: 90px;
}

.upcoming-section .section-header {
    max-width: 800px;
    margin: 0 auto 80px;
}

.upcoming-section .row {
    --bs-gutter-y: 40px;
}

.product-img {
    border-radius: 40px 0 40px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    transition: transform 0.5s ease;
    cursor: pointer;
    /* Set the desired height for the image container */
}

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

.product-img:hover img {
    transform: scale(1.1);
    /* Zoom in the image on hover */
}

.product-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-name label {
    font-size: 18px;
}

.product-name span {
    font-size: 24px;
    margin-top: 0px;
}

.date-number {
    background-color: #24b24e;
    padding: 10px;
    display: flex;
    flex-direction: column;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 78px;
    min-height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 20px;
    z-index: 11;
}

.date-number span {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
}

/* services-section */

.services-section {
    padding-top: 90px;
}

.services-section .section-header {
    max-width: 800px;
    margin: 0 auto 60px;
}

/* General Styling */
.services-list {
    display: grid;
    column-gap: 25px;
    row-gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.services-item {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.services-item:hover {
    background-color: #ddd;
}

.service-name {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: -1px 0px 47px -8px rgba(191, 187, 191, 0.37);
    -moz-box-shadow: -1px 0px 47px -8px rgba(191, 187, 191, 0.37);
    box-shadow: -1px 0px 47px -8px rgba(191, 187, 191, 0.37);
    transition: transform 0.5s ease;
    border-radius: 8px;
}

.service-name:hover {
    background-color: #fff;
    transform: scale(1.1);
    border-radius: 12px;
}

.service-name span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px;
}


.service-first-bg {
    background: linear-gradient(176deg, rgba(254, 246, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.service-second-bg {
    background: linear-gradient(176deg, rgba(227, 252, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.service-third-bg {
    background: linear-gradient(176deg, rgba(254, 234, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.service-fourth-bg {
    background: linear-gradient(176deg, rgba(252, 226, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.service-fifth-bg {
    background: linear-gradient(176deg, rgba(236, 240, 254, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.service-sixth-bg {
    background: linear-gradient(176deg, #f5f5f5 0%, rgba(255, 255, 255, 1) 100%);
}


@media (min-width: 320px) {
    .services-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .services-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .services-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    .services-list {
        grid-template-columns: repeat(5, 1fr);
    }
}


/* clients-section */

.clients-section {
    margin: 90px 0;
    position: relative;
    overflow: hidden;
}

.client-item {
    border-radius: 20px 0 0 20px;
    padding: 60px;
}

.right.client-bg .bg::after {
    background-color: #e9e9e9 !important;
    background: linear-gradient(80deg, #e9e9e9 0%, #e9e9e9 100%);
}

.right .bg {
    left: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
}

.right .bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(80deg, rgba(204, 237, 214, 1) 0%, rgba(248, 253, 249, 1) 100%);
    opacity: 1;
    border-radius: 20px 0 0 20px;
}

.client-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.client-content h2 {
    font-size: 42px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.client-details {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
}

.client-content p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    z-index: 1;
}

.client-details label {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
}

.stars {
    display: flex;
    gap: 4px;
    height: 22px;
}

.stars img {
    height: 20px;
}

.client-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.icon-qoute {
    position: absolute;
    max-width: 250px;
    left: -150px;
    top: -50px;
    z-index: 0;
}

.clients-section .client-item {
}

.subscribe-section {
    background-color: #000;
    padding: 16px 0;
}

.subscribe-newsletter {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.subscribe-newsletter label {
    font-size: 28px;
    color: #fff;
}

.subscribe-newsletter input {
    height: 46px;
    width: 300px;
    border: none;
    outline: none;
    padding: 0 20px;
    background-color: #dde0dc;
}

.subscribe-newsletter input:focus {
    border: none;
}

.subscribe-form {
    display: flex;
    align-items: center;
}

.subscribe-newsletter button {
    border: none;
    min-width: 150px;
    text-align: center;
    transition: background-color 0.3s ease;
    height: 46px;
}

.subscribe-newsletter button:hover {
    background-color: #fdc80b;
    color: #000;
}

button {
    background-color: #ffffff;
    color: #000;
}

/* faq-section */

.faq-section {
    padding: 90px 0 0;
}

.faq-section .section-header {
    text-align: center;
}

.faq-section .section-header p {
    max-width: 800px;
    margin: 0 auto;
}

.faq-accordion {
    margin-top: 80px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #24b24e;
    box-shadow: none;
    border-radius: 15px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 15px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:last-of-type {
    margin-bottom: 0;
}

.accordion-item {
    margin-bottom: 25px;
    border: none;
}

.accordion-header button {
    padding: 15px 30px;
    font-size: 22px;
    min-height: 56px;
    background-color: #e1e1e1;
    border-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 15px;
}

.accordion-body {
    padding: 15px 25px 25px;
    font-size: 18px;
    font-weight: 400;
}

.accordion-button::after {
    display: none;
}

/* content-section */

.content-section {
    padding: 90px 0 0;
}

.content-section .section-header h2 {
    text-align: center;
}

.content-section {
    font-size: 18px;
}


.content-section p:last-child {
    margin-bottom: 0;
}

.footer-tobar {
    background-color: #f2f1ed;
    padding: 80px 0;
}

.footer-logo {
    max-width: 300px;
}

.footer-bottom {
    background-color: #dde0dc;
    padding: 30px 0;
}

.footer-bottom p {
    font-size: 16px;
}

.footer-list {
    max-width: 640px;
    margin-top: 40px;
}

.footer-list ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    column-gap: 20px;
    align-items: center;
    justify-content: center;

}

.footer-list ul li a {
    color: #000;
    font-size: 16px;
}

.footer-tobar .footer-contact {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-tobar .footer-contact a {
    font-size: 20px;
    font-weight: 600;
}

.footer-tobar .btn-action {
    margin-top: 20px;
}

.btn-primery {
    border: solid 4px #fdc80b !important;
    border-radius: 50px !important;
    background-color: white !important;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 16px;
    min-width: 120px;
}

.btn-primery:hover {
    border: solid 4px #fdc80b;
    border-radius: 50px;
    background-color: #fdc80b !important;
}

.btn-secondary-2 {
    border: solid 4px #c8c8c8 !important;
    border-radius: 50px !important;
    background-color: white !important;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 16px;
    min-width: 120px;
}

.btn-secondary-2:hover {
    border: solid 4px #c8c8c8;
    border-radius: 50px;
    background-color: #c8c8c8 !important;
}


.inner-hero-2 {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.inner-hero-wrapper-2 {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.green-border::after {
    top: 50px;
    width: 100%;
    right: 0px;
    height: 25px;
    content: '';
    position: absolute;
    max-width: 600px;
    background: rgb(38, 179, 79);
    background: linear-gradient(93deg, rgba(38, 179, 79, 1) 52%, rgba(208, 238, 217, 1) 87%);
    border-radius: 0 0 0 50px;
}

.inner-hero-content-2 {
     z-index: 11;
    width: 100%;
     margin-bottom: -15px;
}

.inner-hero-content-2 h1 {
    font-size: 42px;
    line-height: normal;
    text-align: left;
    font-weight: 800;
    color: #000000;

}

.inner-hero-content-2 p {
    line-height: 27px;
    text-align: left;
    color: #000000;

}


.inner-hero {
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.inner-hero::before {
    content: '';
    background-color: #00000052;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-hero::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-position-y: none;
    background-size: 200px;
  }

.inner-hero-content {
    position: relative;
    z-index: 11;
    width: 100%;
    margin-top: 40px;
}

.inner-hero-content h1 {
    font-size: 42px;
    line-height: normal;
    text-align: left;
    font-weight: 800;
    color: #fff;
    max-width: 700px;
}

.inner-hero-content p {
    line-height: normal;
    text-align: left;
    font-family: "Satisfy", cursive;

    font-size: 36px;
    line-height: 36px;
    color: #fff;
    max-width: 600px;
}



.text-content-section {
    padding-top: 90px;
    padding-bottom: 20px;
}

.text-content-section p {
    text-align: justify;
}

.section-img {
    margin-top: 40px;
}


.page-services {
    padding: 90px 0;
}

.page-services .section-header {
    margin-bottom: 80px;
}

.page-services h2 {
    text-align: center;
}

.page-services p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.page-services-header {
    margin-bottom: 80px;
}

.page-service-content h3 {
    font-size: 32px;
    margin-bottom: 7px;
}

.page-service-content p {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}

.page-service-img {
    overflow: hidden;
    transition: transform 0.5s ease;
}

.page-service-img img {
    width: 400px;
    height: 100%;
    transition: transform 0.5s ease;
    cursor: pointer;
    border-radius: 10px;
    max-height: 380px;
    object-fit: cover;
}

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

.page-services-items .container .row {
    align-items: center;
    margin-bottom: 30px;
}

.page-services-items .container .row:last-child {
    margin-bottom: 0;
}

/* contact-section */

.contact-section {
    padding-top: 90px;
}

.contact-section .section-header p {
    max-width: 800px;
    margin: 0 auto;
}
.contact-form input {
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #e1e1e1;
    border-radius: 16px;
    border: none;
    width: 100%;
}
.contact-form input:focus {
    border: solid 2px #fdc80b !important;
}

.contact-form textarea {
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #e1e1e1;
    border-radius: 16px;
    border: none;
    width: 100%;
}

.contact-form textarea:focus {
    border: solid 2px #fdc80b !important;
}


.contact-form {
    margin-top: 60px;
}

.contact-form input:focus {
    outline: none;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.form-fild .form-group {
    display: flex;
    gap: 30px;
}

.submit-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}


.right {
    position: relative;
    z-index: 0;
}


/* reposnive */
@media (max-width: 1360px) {
    header .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media (max-width: 1160px) {
    .page-service-img {
        margin-bottom: 20px;
    }

    .inner-hero-wrapper::after {
        width: 60%;
    }
}

@media (max-width: 1160px) {

    .section-header h2 {
        font-size: 32px;
    }

    .subscribe-section {
        padding: 60px 0;
    }

    .subscribe-newsletter {
        flex-direction: column;
    }

    .subscribe-newsletter input {
        width: 100%;
    }

    .subscribe-form {
        width: 100%;
    }

    .clients-section .client-item {
        padding: 30px;
    }

    .services-item {
        padding: 15px;
    }

    .service-name {
        min-height: 90px;
    }

    .service-name span {
        font-size: 20px;
    }

}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}


header .dropdown-item:hover {
    background-color: #26b34f !important;
    color: #fff !important;
}

.main_content :last-child:not(.btn),
.ck-content :last-child:not(.btn) {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.main_content h1, .ck-content h1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.main_content h2, .ck-content h2 {
    padding-top: 18px;
    margin-bottom: 15px;
}

.main_content h3, .ck-content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
}

.main_content h4, .ck-content h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.main_content p, .ck-content p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.main_content div, .ck-content div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content span, .ck-content span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content ul, .ck-content ul,
.main_content ol, .ck-content ol {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    list-style-position: inside;
    line-height: 20px;
    margin: 0px !important;
    font-size: 18px;
}

.main_content li, .ck-content li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: inherit;
    font-size: 18px;
}

.main_content ul, .ck-content ul {
    padding-left: 40px;
    line-height: 20px;
}

.main_content ul li, .ck-content ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: disc;
    padding-left: 10px;
    line-height: 27px;
    filter: url(#white-text-shadow);
    font-size: 18px;
}


blockquote {
    padding-left: 20px;
    border-left: solid 6px #b3ded8;
    margin-top: 15px;
}


.main_content a:not(.btn),
.ck-content a:not(.btn) {
    position: relative;
    text-decoration: none;
    color: #008cc1 !important;
    transition: color 0.15s ease-in-out;
    filter: url(#white-text-shadow);
}

.main_content a:not(.btn):hover,
.main_content a:not(.btn):focus,
.main_content a:not(.btn):active,
.ck-content a:not(.btn):hover,
.ck-content a:not(.btn):focus,
.ck-content a:not(.btn):active {
    color: black;
    cursor: pointer;
}

.main_content a:not(.btn)::after,
.ck-content a:not(.btn)::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    background-color: #fdd252;
    bottom: -2px;
}

.main_content a:not(.btn):hover::after,
.main_content a:not(.btn):focus::after,
.main_content a:not(.btn):active::after,
.ck-content a:not(.btn):hover::after,
.ck-content a:not(.btn):focus::after,
.ck-content a:not(.btn):active::after {
    transform: translateX(0);
    opacity: 1;
    color: #008cc1;
}

.learn-more-section {
    text-align: end;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 12 16'%3e%3cpath fill-rule='evenodd' d='M6.5 0C3 0 0 3 0 6.5S3 13 6.5 13 13 10 13 6.5 10 0 6.5 0zm0 11.5c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5zM7 4.75v-2h-1v2h1zM7 6v1h-1V6h1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(1.5em + 0.375rem) calc(1.5em + 0.375rem);
}

.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.is-invalid + .invalid-feedback {
    display: block;
}

@media (min-width: 1251px) {

    .upcoming-section-conteiner {
        max-width: 850px;
        margin: auto;
    }

    .product-img {
        height: 350px;
    }
}

@media (max-width: 1250px) {

    .upcoming-section-conteiner {
        max-width: 750px;
        margin: auto;
    }

    .product-img {
        height: 350px;
    }
}

@media (max-width: 768px) {

    .product-img {
        height: 350px;
    }

    .upcoming-section-conteiner {
        max-width: 550px;
        margin: auto;
    }

}

@media (max-width: 670px) {

    .product-img {
        height: 350px;
    }

    .upcoming-section-conteiner {
        max-width: 400px;
        margin: auto;
    }

}

@media (max-width: 1160px) {
    .mt-btn-4 {
        margin-top: 1.5rem !important;
    }


}
.scroll-top {
    position: fixed;
    bottom: 48px;
    right: 15px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: none; /* Hide by default */
}

@media (max-width: 1160px) {
    .scroll-top {
        bottom: 75px !important;
    }
}


.filter-category-title {
    position: relative;
    font-size: 1.2rem;
    padding-left: 20px;
}

.filter-category-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 20px;
    height: 18px;
    background-image: url(/website/images/green-caret.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.text-white {
    filter: url(#white-text-shadow);
}
.page-link{
    filter: url(#white-text-shadow);
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.text-white-filter  h1 ,h2 ,h3 p{
    filter: url(#white-text-shadow);
}

.marketing_opt_in{
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.contact-form input[type="checkbox"] {
    height: 30px;
    width: 30px;
    display: inline-block;
    float: none;
}