.bg-color {
    background-color: #365327 !important;
}

body {
    direction: ltr;
}

.ltr {
    direction: ltr;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.header-slide {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
   inset: 0;
   background-image: red linear-gradient(to bottom,var(rgba(63,53,51,.5)));
 
}

.header-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-in-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.container-app {
    width: 95% !important;
}


/* var(--tw-gradient-from),rgba(63,53,51,.5) var(--tw-gradient-via-position),var(--tw-gradient-to) */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(#3f3533, #3f35331a)
}

.header-content {
    position: relative;
    z-index: 2;
}

.search-box {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.cusstomlight {
    background-color: #F7F8F9 !important;
    border: none;
}

.cusstomlight:hover {
    background-color: #F7F8F9 !important;
}

.cusstomlight button {
    font-size: 10px;
}

.search-box {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 10px;
    transition: 0.3s;
}

.custom-btn img {
    width: 22px;
    height: 22px;
}

.custom-btn:hover {
    color: #28a745;
}

.search-box input {
    border-radius: 8px;
    padding: 10px;
}

.search-box button {
    border-radius: 8px;
    padding: 10px 15px;
}

.search-box input {
    border-radius: 8px;
    padding: 10px;
    flex: 1;
}

.search-box button {
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}

.search-nearby {
    background: #f8f9fa;
    border: 1px solid #ddd;
    color: #333;
    transition: 0.3s;
}

.search-nearby:hover {
    background: #e9ecef;
}

.search-nearby img {
    width: 18px;
    height: 18px;
}

.styleicone {
    background-color: #E7CAAA;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.text-color {
    color: #365327;
}

.btn-hover:hover {
    background-color: #365327 !important;
    color: white !important;
}

.d-center {
    display: flex;
    justify-content: center;
    align-items: center;
}







.card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    border: none;
}

.card:hover {
    transform: translateY(-5px);
}

.badge-custom {
    position: absolute;
    top: 5px;
    left: -10px;
    background: #6caa78;
    color: white;
    padding: 5px 30px;
    font-size: 12px;
    border-radius: 5px;
    transform: rotate(-20deg);
}

.icon-container {
    position: absolute;
    top: 10px;
    right: 10px;

}

.icone-cart {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.icon-container i {
    background: white;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price {
    font-size: 15px !important;
    font-weight: bold;
    color: #28a745;
}

.arrow-icon {
    font-size: 14px;
    color: #28a745;
}

.card-body {
    padding: 15px;
}

.card img {
    height: 180px;
    object-fit: cover;
}

.cartposition {
    position: absolute;
    inset: 0;
    background-color: red;
}


.nav-pills .nav-link {
    background: #304d30;
    color: white;
    height: 75px;
    border-radius: 20px;
}

.nav-pills .nav-link.active {
    background: #3f6d40;
    font-weight: bold;
}

.custom-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
}

.custom-card h2 {
    font-weight: bold;
    color: #333;
}

.custom-card ul {
    padding-left: 0;
    list-style: none;
}

.custom-card ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.custom-card ul li i {
    color: #28a745;
    margin-right: 8px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}


.btn-outline-secondary:hover {
    background: #3f6d40;
    color: white;
}

.image-container img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.bg-icnone {
    background-color: #B49D97;
}

.custom-tabs {
    background-color: #304d30;
    padding: 10px;
    border-radius: 40px;
    width: 75% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
}

.custom-tabs .nav-link {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
   
    display: flex;
    align-items: center;
  
    height: 60px;
    font-weight: 500;
}

.custom-tabs .nav-link.active {
    background: white;
    color: #304d30;
    font-weight: bold;
}

.custom-tabs .nav-link i {
    font-size: 16px;
}

.language-btn {
    border: 1px solid #6c7546;
    color: #6c7546;
    display: flex;
    align-items: center;
    gap: 5px;
}




.how-it-works {
    text-align: center;
}

.step {
    text-align: center;
}

.step img {
    width: 100%;
    border-radius: 10px;
}

.step-number {
    background-color: #d6bfa3;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}

.fa-check {
    font-size: 10px !important;
}

footer {
    background-color: #f8f9fa;
}

footer a {
    transition: 0.3s;
}

footer a:hover {
    color: #198754;
}

footer .btn {
    border-radius: 8px;
}

footer a {
    color: gray;
}

footer {
    background-color: #F3F5F6;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    z-index: 2555558;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#backToTop {
    background: #3f6d40;
}

#backToTop:hover {
    background: #3f6d40;
}

.card {
    position: relative;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.425);
    color: white;
    transform: translateY(100%);
    transition: 0.5s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card:hover .card-content {
    transform: translateY(0);
}

.card-content p {
    font-size: 15px;
}

.font-15 {
    font-weight: 10px !important;
}

.underline-hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: color 0.3s;
}

.underline-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #3f6d40;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.underline-hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: color 0.3s;
}

.underline-hover::after,
.activeunderline-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #304d30;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.underline-hover:hover::after {
    transform: scaleX(1);
}

.underline-hover:hover {
    color: #365327;
}

.activeunderline-hover {
    color: #365327;
}

.activeunderline-hover::after {
    transform: scaleX(1);
}


.underline-hover:hover::after {
    transform: scaleX(1);
}

.underline-hover:hover {
    color: #365327;
}

.activeunderline-hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: color 0.3s;
}



.cusstomlight {
    background: #f8f9fa;
    border: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.cusstomlight img {
    width: 24px;
    height: 24px;
}

.cusstomlight:hover,
.cusstomlight.active {
    background: #007bff;
    color: white;
}

.tab-content {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.bg-section {
    background-color: #FDF8F2;
}


.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border: 1px solid #333;
    border-radius: 10px;
    text-decoration: none;
    background-color: #80808042;
    color: #333;
    transition: 0.3s;
}

.footer-btn img {
    width: 25px;
    text-align: start;
}

.Hybrid_section {
    width: 50%;
}

.card img {
    border-radius: 20px;
}

.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    height: 50px;
    border: 1px solid #333;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: 0.3s;
}

.download-btn:hover {
    background-color: #f8f9fa;
}

.download-btn img {
    width: 20px;
    margin-right: 8px;
}

.fa-apple {
    font-size: 25px;
}

.imgphone {
    width: 75%;
}

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

.hand-image {
    position: absolute;
    right: 0;
    width: 70px;

    right: 10px;
    animation: wave 1s infinite alternate ease-in-out;
}

.nav-pills .nav-linkbtn {
    background: #F7F8F9;
    color: white;
    height: 75px;
    border: 0;
    width: 100%;
    color: #333;
    height: 50px;
    border-radius: 20px;
 
}

.nav-pills .active {
    background-color: #E7CAAA;
}


.membership-card {
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.price {
    font-size: 28px;
    font-weight: bold;
    color: #2f5436;
}

.list-group-item {
    border: none;
    display: flex;
    align-items: center;
    justify-content: start;
}

.check-icon {
    color: green;
    margin-right: 8px;
}

.btn-membership {
    border: 1px solid #2f5436;
    color: #2f5436;
    border-radius: 25px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}


.btn-membershipcart {
    border: 1px solid #2f5436;
    color: #2f5436;
    background-color: white;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.btn-membership:hover {
    background-color: #2f5436;
    color: white;
}

.membership-logo {
    width: 15% !important;
    text-align: center;
}

.list-group-item .check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    background-color: #304d30;
}

.cusstom-border {
    border: 1px solid #304d30;
}

.list-group-item {
    font-size: 14px !important;
}

.nav-linkbtn {
    font-size: 13px;
}

.toggle-switch {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-check-input {
    width: 50px;
    height: 24px;
    background-color: #ddd;
    border: none;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #4a6cf7;
    border-color: #4a6cf7;
}

.form-check-label {
    font-weight: 500;
    cursor: pointer;
}

.active-text {
    color: red;
    font-weight: bold;
}

.form-check-input {
    width: 60px !important;
    height: 30px !important;
    background-color: #ccc;
    border: 2px solid #aaa;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #2f5436 !important;
    border-color: #2f5436 !important;
}

.form-check-input::before {
    width: 20px;
    height: 20px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translateX(4px);
}

.form-check-input:checked::before {
    transform: translateX(26px);
}

.form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.list-group-item svg {
    background-color: #2f5436;
    width: 20px;
    height: 20px;
    color: white;
    font-size: 10px;

    border-radius: 50%;
    font-size: 1px !important;
}

.list-group-item1 svg {
    background-color: white;
    width: 20px;
    height: 20px;
    color: black;
    font-size: 10px;

    border-radius: 50%;
    font-size: 1px !important;
}

.membership-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
}

.membership-card {
    flex: 0 0 auto;
}

.custom-bg {
    background-color: #3f6d40 !important;
}

.list-group1 {
    --bs-body-bg: #365327;
}


.owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 10px;

}


.owl-carousel .owl-nav button {
    background-color: #4a6f28;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: 0.3s;
}

.owl-carousel .owl-nav button:hover {
    background-color: #36521b;
}

.owl-nav .owl-next {
    background-color: #2f5436 !important;
    color: white;
}

.owl-nav .owl-prev {
    background-color: #2f5436 !important;
    color: white;
}

.owl-nav span {
    color: white;
    font-size: 30px;

}

.text-span {
    font-size: 15px;
}

.imgcontact {
    height: 65vh;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: hsla(0, 0%, 100%, .7) !important;
}

body {
    background-color: #f8f9fa;
}

.contact-section {
    padding: 50px 0;
}

.logoimgcart {
    width: 20px !important;
}

.imgcontact {
    border-radius: 10px;
    height: 180px;
}

.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-control {
    border-radius: 5px;
}

.btn-send {
    background-color: #79866d;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.contact-images img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.recaptcha-container {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 10px;
    width: 300px;
    background-color: #f8f9fa;
    height: 110px !important;
    text-align: center;
    position: relative;
}

.recaptcha-header {
    color: red;
    font-size: 12px;
    text-align: center;
}

.recaptcha-checkbox {
    display: flex;
    align-items: center;
    justify-content: start;
}

.recaptcha-checkbox input {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.recaptcha-label {
    font-size: 14px;
}

.recaptcha-footer {
    font-size: 12px;
    color: gray;
    text-align: start;
}

.btncontact {
    width: 20% !important;
}



.pragravprice {
    width: 50%;
}

.newsletter-section {
    text-align: center;
    padding: 50px 0;
    background-color: #fff;
}

.newsletter-title {
    font-weight: bold;
    font-size: 24px;
}

.newsletter-text {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
}

.newsletter-input {
    width: 100%;
    max-width: 400px;
    border: 1px solid #e6b17e;
    border-radius: 5px;
    padding: 10px;
}

.subscribe-btn {
    background-color: #37492f;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.subscribe-btn i {
    margin-left: 5px;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btnheadersn {
    display: none !important;
}

.icon-box {
    width: 50px;
    height: 50px;
    background-color: #e6b17e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 20px;
    animation: rotate 5s linear infinite;
}

.nav-link {
    font-size: 13px !important;
}

.activeheader {
    background-color: #b1c2b4 !important;
}


.carousel-inner{
    border-radius: 20px;
}

@media (max-width: 768px) {
    .search-box .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    .search-box input,
    .search-box button {
        width: 100%;
    }

    .search-box {
        width: 95%;
        padding: 15px;
        top: 85%;
    }

    .search-box .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    .pragravprice {
        width: 95%;
    }

    .querypragraf {
        display: none !important;
    }

    .nav {
        flex-wrap: nowrap !important;

    }

    .nav-linkbtn {
        font-size: 15px !important;
    }
    .nav-pills{
        background-color: #304d30;
        height: 80px;
    }
    .nav-pills .nav-linkbtn {
        color: white;
       
        border: 0;
        width: 100%;
        color: #333;
        height: 50px !important;
        height: 50px !important;
        border-radius: 0 !important;
        margin-left: 8px;
   
    }
    .fontres{
        font-size: 10px;
    }
    .icon-box{
        display: none;
    }
    footer{
        text-align: start;
    }
    .list-unstyled{
        text-align: start;
        margin-left: 15px;
    }
    .titlefooter{
        text-align: start;
    }
    .custom-tabs{
        border-radius: 0 !important;
    }
    .underline-hover , .dropdown-toggle , .activeunderline-hover{
        margin-left: 15px;
    }
    .loginnav{
        margin-top: 20px !important;
    }
    .download-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        border: 1px solid #333;
        font-size: 10px;
        border-radius: 10px;
        text-decoration: none;
        background-color: #80808042;
        color: #333;
        transition: 0.3s;
    }
    .carousel-control-next , .carousel-control-prev{
        display: none !important;
    }

    .search-box input {
        width: 100%;
    }

    .Hybrid_section {
        margin-top: 60px;
        width: 80% !important;
    }

    .search-box button {
        width: 100%;
    }

    .imgphone {
        width: 50%;
        text-align: center;
        margin: auto;
    }

    .search-box {
        width: 95%;
        padding: 15px;
        top: 48%;
    }

    .header-content {
        position: absolute;
        top: 50px;
        font-size: 15px !important;
    }

    .aboutsectione {
        padding-top: 20px;
    }

    .btnheader {
        display: none !important;
    }

    .btnheadersn {
        display: block !important;
    }

    .header-slide {
        height: 40vh;
    }
    .custom-tabs{
        width: 100% !important;
    }

}