/********** Template CSS **********/
:root {
    --primary: linear-gradient(90deg, #E6B800, #A67C00 ); /* Bright Gold to Deep Gold */
    --secondary: #008022; /* Metallic Gold */
    --blue:#293392;
    --light: #F7F8FC;
    --dark: #111111;
    --yellow:#f1c911;
    --green:#008022;

}
/* Ensure no horizontal scrolling */
html, body {
    overflow-x: hidden !important;
}

/* Fix carousel overflow */
#header-carousel .carousel-item {
    width: 100%;
    overflow: hidden;
}

body{
    background-color: rgba(247, 247, 184, 0.9);
    overflow-x: hidden !important;
    font-family: "Quicksand", sans-serif  !important;
}
p{
    font-family:"Quicksand", sans-serif  !important;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Quicksand", sans-serif !important;
    font-style: normal;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background: var(--secondary) !important;
}
.textt p{
    color: #fff !important;
}
.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {
    background-color: gray;
    /* background: url(../img/doodle-line2.jpg) center center repeat; */
    background-size: contain;
}
@media (max-width:768px) {
    body{
        overflow-x: hidden !important;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;

    color: white;
background: var(--primary);
border: 1px solid orangered;
}

.btn-lg-square:hover{

    color: white;

    border: 1px solid orangered;
}

/*** Navbar ***/
.fixed-top {
    position: sticky !important;
    transition: .5s;
    top: 0px !important;
}
.top-bar {
    height: 40px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .07); */
}
.navbar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 90px;
}
/*
.navbar-collapse {
    display: flex !important;
    justify-content: center;
} */

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    right: 10px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 0 10px;
    color: #555555;
    /* font-weight: 500; */
    font-size: 18px;
    outline: none;
    font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}
.nav-width{
    width: auto;
}
.logo-toggle{
    display: flex;
    justify-content:space-evenly;
}
.borderr{
     border: 2px solid rgba(0, 0, 0, .07);
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 65px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }
    /* .nav-width{
        width: 100%;
    } */
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .navbar{
        display: flex;
        justify-content: end;
        align-items: center !important;
    }
    .logo-toggle{
    display: flex;
    /* justify-content:space-between; */
    position: absolute;



}


}

@media(max-width:768px){

    .navbar {
        display: flex;
        justify-content: end;
        align-items: center;
        /* height: 75px; */
    }
    .header-logo {
        height: 40px !important;
        display: flex !important;
        object-fit: fill !important;
        position: absolute !important;
        top: 28px !important;
        left: 10px !important;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
}
.header-space{
    display: flex;
    justify-content: space-between;
}
#header-carousel .carousel-item{
    height: 665px;
    object-fit: fill;
}
#header-carousel .carousel-item img{
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        height: 300px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
}

.page-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /* background: url(../img/head.jpg) center right no-repeat; */
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Section Header ***/
.section-header {
    position: relative;
    /* padding-top: 25px; */
}
/*
.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
}

.section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
} */

@media (max-width:768px) {
    .section-header::before{
        top: 45px;
    }
    .section-header::after{
        top: 35px;
    }
}

/*** About ***/
.about-img{
    height: 400px;
    display: flex;
    object-fit: fill;
}
.about-img img {
   height: 100%;
   width: 100%;
    z-index: 2;

}

.about-img::before {
    /* position: absolute; */
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: -webkit-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -moz-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -ms-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -o-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-size: 20px 20px;
    transform: skew(20deg);
    z-index: 1;
}

@media (max-width:768px) {
    .about-img{
        height: 300px !important;
    }
}
/*** Product ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    height: 330px;
}

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}
.product-item a{
    font-size: large;
}

.product-item small a:hover {
    color: var(--primary) !important;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--secondary) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: white;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

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



/* =================================CUSTOM CSS=============================== */
/* =============topbar starts================== */
/* Logo alignment and resizing */
.header-logo{
    height: 60px;
    display: flex;
    object-fit: fill;
    position: absolute;
    top: 15px;
    left: 10px;
}
.logo {
    height: 100%; /* Adjust height for mobile */
    width: 100%;
    /* margin-left: 10px; */
}
.logo-1{
    display: none;
}
/* Hide search bar on mobile */
@media (max-width: 991.98px) {
    #searchBar {
        display: none;
    }
    .logo-1{
        display: block;
        height: 40px;
    }
    .navbar-toggler {
        margin-right: 10px;
    }
}

.search-container{
    width: 250px;
    height: 45px;
    /* background-color: #dbdbdb; */
    display: flex;
    justify-content: center;
    padding: 3px;
    border-radius: 5px;

}
.input-search{
    width: 300px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid black;
}
.form-select{
    width: 342px !important;
}
.search-icon{
    padding: 13px;
    background-color: #F65005;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
#navbarCollapse{
    height: 60px;
}
.enquirymodel{
    height: 45px;
    width: 120px;
    background:var(--primary);
    border-radius:50px ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.enquirymodel:hover{
    background: var(--secondary);
    color: #fff;
}
.btn-primary{
    background:var(--primary) !important;
    color: white !important;
    border-color: orangered;
    font-weight: bold;
}
.btn-primary:hover{
    background: var(--secondary) !important;
    color: #fff !important;

}

.caption{
    font-size:40px;
}
.border-img{
    border-radius: 20px;
}
.p-img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    border-radius: 10px;
}
@media(max-width:789px){
    .caption{
        font-size:30px;
    }
    /* .p-img{
        height: 150px;
    } */
    .input-search{
    width: 150px;
    border-radius: 5px;
    padding: 10px;
    border: none;
}
.form-select{
    width: 200px !important;
}
}

/* =============================topbar ends============================== */
/* ========================products details starts======================== */
.detailpage-img img{
    height: 100%;
    width: 100%;
}
/* Style for the table */
table.w-100 {
    width: 100%;
    border-collapse: collapse; /* Ensures borders are merged */
    margin: 20px 0; /* Adds margin around the table */
}

/* Style for table headers and data cells */
table.w-100 td {
    padding: 12px; /* Adds padding inside each cell */
    border: 1px solid #ddd; /* Light gray border */
    text-align: left; /* Aligns text to the left */
}

/* Style for table headers (if you want to add headers) */
table.w-100 th {
    padding: 12px;
    border: 1px solid #ddd;
    background-color: #f4f4f4; /* Light background for header */
    text-align: left;
}

/* Optional: Add alternating row colors for better readability */
table.w-100 tr:nth-child(even) {
    background-color: #f9f9f9; /* Light gray background for even rows */
}

/* Bold the first column to make labels stand out */
table.w-100 td:first-child {
    font-weight: bold;
}

/* Add hover effect to highlight rows */
table.w-100 tr:hover {
    background-color: #f1f1f1; /* Light hover color */
}
.details-page-content .btn{
    border-radius: 20px;
    padding: 10px;
}
.form-select{
    margin-right: 5px;
    border-radius: 5px;
}
.product-search{
    width: 46%;
}
.detail-row{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:798px){
    .product-search{
        width: 100%;
    }
    .detail-row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
/* ==========================product details ends========================= */
/* ===========================function starts=========================== */
.function-page-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */

}
.function-row{
 /* padding-top: 50px; */
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.function-img img{
    height: 100%;
    width: 100%;
}
@media(max-width:789px){
    .function-row{
        /* padding-top: 50px; */
           padding-bottom: 50px;
           display: flex;
           flex-wrap: wrap;
           flex-direction: column;
       }
       .function-row-1{
        flex-direction: column-reverse;
       }
}
/* ===========================function ends=========================== */
/* Show the dropdown menu on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Style the submenu to appear on hover */
.dropdown-submenu:hover > .dropdown-menu1 {
    display: block;
    position: absolute;
    left: 100%; /* Position the submenu next to the parent menu */
    top: 0;    /* Align with the parent menu */
    background-color:white;
}

/* Prevent overlapping and adjust layout */
.dropdown-menu {
    position: relative; /* Ensure the submenu respects its container */
}

.dropdown-submenu {
    position: relative; /* Allow submenu to be positioned next to the parent */
}
.dropdown-menu1{
    display: none;
}

iframe{
    width: 100%;
}
.text-green{
    color: #009856 !important;
    font-weight: bold !important;
}
.text a,p{
    color:#999999 !important;
    /* color: white; */
    font-weight: 500 !important;
}
.text h4{
/* color: #64635f !important; */
    font-family: 'Red Hat Display', sans-serif !important;
    text-transform: unset !important;
    font-weight: bold;
    font-size: 18px;

}
.bg-footer{
    background: var(--green) !important;
}
.blog-img{
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    height: 300px;
    width: 100%;
    object-fit: fill;
}

.top-img{

    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    height: 300px;
    width: 100%;
    object-fit: fill;
}

.func h5,.func h4,.func h3,.func h2,.func h1{
    list-style: none !important;
    font-family: 'Poppins', sans-serif !important;


    color: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) !important; */
    padding-bottom: 5px !important;
    display: inline-block !important;
}

.woocommerce-info {
    border-top-color: #df3550 !important;
}
.woocommerce-info {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    text-align: center;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
@media (max-width: 768px) {

    .page-header {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background: url(../img/head.jpg) center right no-repeat;
    background-size: cover;




}


.cap{
    display: flex;
    object-fit: fill;
    height: 50px;
    width: 100px;
}

#captchaCanvas{

    height: 100%;
    width: 100px;
    display: flex;
    justify-content: center;
}

.ban-text{

    color: white !important;
}
}

.card-header{
    padding: 0 !important;
}
.card-body{
    padding: 0 !important;
}
.pro-card{
    border-radius: 10px;
    height: fit-content !important;
}
.price-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-button .btn{
    background-color: var(--secondary);
    color: white;
    height: fit-content;
    width: fit-content;
    border-radius: 10px;
    padding: 10px;
}
.price-button .price{
    align-content: center;

}
.price p{
    color: var(--secondary) !important;
    margin-bottom: 0 !important;
    font-size: 12px;
}



  .prod-detail{
    text-transform: none;
font-size: 18px;
font-weight: normal;

    color: #707070 !important;
  }




  .heading{
        list-style: none !important;
        font-family: "Quicksand", sans-serif !important;
        font-style: normal;
        font-size: 38px !important;
        font-weight: bold !important;
        background: linear-gradient(90deg,  #A67C00,#FFC107 );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) !important;
        padding-bottom: 5px !important;
        display: inline-block !important;

  }

  .abt-sub-heading{
    font-size: 22px;
  }

  .foot-cont p{

    color: white !important;
  }

  .foot-cont a{

    color: white !important;
  }


  .load-spin{

    color: var(--primary) !important;
  }

  .prod{

    height: 200px;

    display: flex;
    object-fit: fill;
  }

  .prod img{

    height: 100%;
    width: 100%;
  }

 .prod-fon{


    font-size: 19px !important;

    font-weight: bold;

        margin-top: 0;
        margin-bottom: .5rem;
        font-family: "Lora", serif;
        font-weight: 600;
        line-height: 1.2;
        color: #111;
 }
  @media(max-width:768px){



  .prod-fon{

    font-size: 14px !important;

    font-weight: bold;

    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Lora", serif;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
  }

  .pro-card{
    border-radius: 10px;
    /* height: 320px !important; */
}


.price-button .btn {
    background-color: var(--secondary);
    color: white;
    font-size: 10px;
    height: fit-content;
    width: fit-content;
    border-radius: 10px;
}
  }


  .cat-card{
    border-radius: 10px;

}


/* call to action button */



.plus-button {
    position: fixed;
    left: 45px;
    bottom: 45px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: var(--secondary);
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid orangered;
}
.plus-button:hover {
/* Change background color */
    color: white; /* Change text/icon color */
   /* Slightly increase size */
    border-color: orangered; /* Change border color */
}

.whatsapp, .call {
    position: fixed;
    left: 45px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: var(--secondary);
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid orangered;

    /* Initially Hidden */
    display: none;
}

.whatsapp:hover, .call:hover {
    background: var(--primary); /* Change background color */
    color: white; /* Keep text/icon white */
    transform: scale(1.1); /* Slightly increase size */
    border-color: var(--secondary); /* Change border color */
}

.whatsapp {
    bottom: 105px;
}

.call {
    bottom: 165px;
    background-color: rgb(0, 129, 209);
}


.butt-col {
    background-color: var(--secondary) !important;
    color: white !important;
    border-color: orangered;
    font-weight: bold;
}


.text-lie {
    padding: 10px !important;
    border-left: 5px solid var(--secondary) !important;
    /* border-radius: 20px; */
}



/* --------------product-detail-page-css------------------ */
/* ===========cart icons=========== */
.cart-icons{
    display: flex;
    gap: 18px;
    /* position: absolute; */
    right: 10px;
}
.cart-icons i{
    color: black;
    font-size: 20px;
}

/* @media (max-width: 998px) {
    .navbar-expand-lg .navbar-nav .nav-link {

        font-size: 18px !important;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {

        font-size: 14px !important;
    }
} */
@media (max-width:768px) {
    .mobile-reverse{
        flex-direction: column-reverse;
    }
    .product-page-card{
        height: 285px !important;
    }
    .shop{
        padding-bottom: 0 !important;
    }
    .heading{
        font-size: 20px !important;
    }
    .offer-text{
        font-size: 12px;
    }
}
/* .heart-like-span{
    top: 412px !important;
} */


.card-header {
    height: 300px;
    padding: 0 !important;
    width: 370px;
    border-radius: 10px !important;
}
.p-img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    border-radius: 10px;
}
.pro-card {
    border-radius: 7px;
    /* height: 370px !important; */
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    box-shadow: 0px 3px 8px 0px #c3bebe;
}
/* .owl-stage-outer{
    padding: 10px !important;
} */






/* =================================updated css=============================== */
@media (max-width:768px) {
    .card-header{
        width: 150px;
        height: 200px;
    }
}
/* -----------------------tabsection--------------- */
.tab-sec-image{
    height: 400px;
    display: flex;
    object-fit: fill;
}
.tab-sec-image img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
  }
  .accordion p{
    font-size: 20px;
    font-weight: bold;
    color: black !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .accordion.active {
    background-color: green;
    border-bottom: 3px solid green;
  }

  .accordion.active p,
  .accordion.active i {
    color: white !important;
  }
  .panel {
    padding: 0 18px;
    display: none;
    background-color:  rgba(247, 247, 184, 0.9);
    overflow: hidden;
    color: black !important;
  }
  .panel p{
    color: black !important;
  }
.tabsection-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:768px) {
    .tabsection-content{
        flex-direction: column;
    }
    .tab-sec-image{
        height: 340px;
    }
}
  /* -----------------------Investment-plans-------------- */
  .investiment-cards{
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;

  }
  .investiment-cards .card{
    border-radius: 10px;

  }
  .investiment-cards .card h5{
    font-size: 22px;
    font-weight: bold;
    padding: 50px;
    text-align: center;
  }
  .investiment-cards .card h5 span{
    color: red !important;
  }
  .investiment-cards .card:nth-child(2){
    background-color: #f2d88b;
  }
  .investiment-cards .card:nth-child(2) h5 span{
    color: green !important;
  }
  .investiment-cards .card:nth-child(3){
    background-color: #f2d88b;
  }
  .investiment-cards .card:nth-child(3) h5 span{
    color: green !important;
  }



  .investiment-cards .card {
    position: relative;
    overflow: hidden; /* Ensures the images don't extend beyond the container */
}
.background-image-left,
.background-image-right {
    position: absolute;
    bottom: 0;

    opacity: 0.3; /* Transparency */
    z-index: 0; /* Behind content */
}

.background-image-left {
    left: 0;
    height: 50%; /* Smaller size */
}

.background-image-right {
    right: 0;
    height: 90%; /* Smaller size */
}




.section-header,
.investiment-cards .card {
    position: relative !important;
    z-index: 3 !important; /* Content above overlay */
}


.investment-plans-sec {
    background-image: url('https://redsandalwoodfarms.com/wp-content/uploads/2024/06/web3.png');
    background-size: cover;
    background-position: center;
    position: relative; /* Needed for the overlay */
}

.investment-plans-sec .elementor-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.721); /* Semi-transparent black overlay */
    z-index: 1;
}

.investment-plans-sec .container {
    position: relative;
    z-index: 2; /* Ensures content is above the overlay */
}

/* Shared Leaf Icon Styles */
.leaf-icon {
    position: absolute;
    bottom: 1px;
    width: 90px; /* Adjust the width as needed */
    animation: rotateLeaf 2s ease-in-out infinite; /* Smooth back-and-forth rotation */
    z-index: 3;
}

.leaf-icon img {
    width: 100%; /* Ensure the image scales correctly */
    height: auto; /* Maintain aspect ratio */
}

/* Right Leaf Icon */
.right-leaf {
    right: 25px; /* Positions the leaf on the right */
}

/* Left Leaf Icon */
.left-leaf {
    left: 10px; /* Positions the leaf on the left */
}

/* Animation for back-and-forth rotation */
@keyframes rotateLeaf {
    0% {
        transform: rotate(0deg); /* Start at the default rotation */
    }
    50% {
        transform: rotate(10deg); /* Slight rotation movement */
    }
    100% {
        transform: rotate(0deg); /* Return to the default rotation */
    }
}

.top-bar{
    background-color: var(--green);
}

@media (max-width:768px) {
    .investiment-cards{
        padding: 0;
        grid-template-columns: repeat(1,1fr);
    }
    .investiment-cards .card h5{
        font-size: 15px;
        padding: 30px;
    }
}


/* ----------------------static--------------- */

.static-img{
    height: 300px;

    display: flex;
    object-fit: fill;
}
.static-img img{

    height: 100%;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    box-shadow: 3px 5px 7px rgb(133, 133, 133);
}
.static-grid-sec {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap:10px;
    padding: 20px;
}
.static-grid-sec .sec-1{
    align-items: center;
    text-align: left;
}
.sec-1 i{
    color: green;
}
.sec-1 p{
    font-size: 13px;
    color: black !important;
}
 .static-cont-row h5{
        font-size: 16px;
    }

@media (max-width:768px) {
    .static-cont-row{
        flex-direction: column-reverse;
    }
    .static-cont-row h5{
        font-size: 14px;
    }
    .sec-1 p{
        font-size: 12px;
        color: black !important;
    }
    .static-grid-sec {
        column-gap: 15px;
        row-gap: 10px;
    }
}
.g-5{
    --bs-gutter-x: 3rem;
}

/* -----------tabbar start---------- */
.w3-bar button{
    width: 100% !important;
    font-size: 20px !important;
    font-weight: bold !important;

}
.w3-red, .w3-hover-red:hover
{
    background: var(--primary) !important;
}


/* ------------------service--------------- */
.service-img{
    height: 200px;
    display: flex;
    object-fit: fill;
}
.service-img img{
    height: 100%;
}
.service-item .card{
    background-color: white;
    box-shadow: 1px 3px  5px rgba(180, 179, 179, 0.724);
}
.service-container{
    background-color: #e8f5e9;
}
.service-item .card-body{
    align-items: center;
    padding: 10px  !important;

}
.service-container .card-body h6{
    color: var(--blue);
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: "Quicksand",sans-serif !important;
}

@media (max-width:768px) {
    .service-img{
        height: 250px;
    }
}
/* ---------------------counter--------------------- */
.site-heading {
    margin-bottom: 20px;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 31px;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 0;
}
.site-title span {
    color: var(--green);
}

*, *:before, *:after {
    box-sizing: inherit;
}
.counter-shape img {
    position: absolute;
    left: 0;
    top: 0;
}
.count1, .counter1-icon {
    color: #28b648;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 13px;
}
.count1 {
    color: #222;
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 46px 30px;
    margin: 0 auto;
    border: 3px solid #28b648;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 24px;
}
* {
    scroll-behavior: inherit !important;
}
.count1:before, .count1:after {
    content: "";
    background: #a46200;
    border: 10px solid #a46200;

    border-radius: 50%;
    /* box-shadow: 0 4px rgba(0, 0, 0, .2); */
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
*, *:before, *:after {
    box-sizing: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.fa-th-large:before {
    content: "\f009";
}
.count1::after {
    background: #a46200 !important;
    left: 25px;
    top: 25px;
    bottom: 25px;
    right: 25px;
}
.count1:before, .count1:after {
    content: "";
    background: white !important;
    border: 10px solid #a46200;
    border-radius: 50%;
    /* box-shadow: 0 4px rgba(0, 0, 0, .2); */
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}







.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    border-bottom: 4px solid var(--secondary);
    width: 90px;
  }

  .heading-divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    border: 4px solid var(--secondary);
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
  }

  @-webkit-keyframes heading-move {
    0% {
      transform: translateX(-1px);
    }

    50% {
      transform: translateX(85px);
    }

    100% {
      transform: translateX(-1px);
    }
  }

  @keyframes heading-move {
    0% {
      transform: translateX(-1px);
    }

    50% {
      transform: translateX(85px);
    }

    100% {
      transform: translateX(-1px);
    }
  }


  @media (max-width:768px) {
    .count1 {
        color: #222;
        text-align: center;
        width: 170px;
        height: 180px;
        padding: 20px 20px;
        margin: 0 auto;
        border: 3px solid #28b648;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        font-size: 24px;
    }
    .site-title{
        font-size: 20px;
    }
  }


  /* -----------------------leafs-------------- */
  /* about */
 .leaf {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .leaf img {
    width: 220px;
    height: 220px;
    animation: movebounce3 3s linear infinite;
  }

.leaf .move_anim2 img {
    animation: movebounce3 3s linear infinite;
  }
  /* tabbar */
  .ourserviceblock .leaf {
    position: absolute;
    top: 20px;
    left: 0px;
  }
  .ourserviceblock .leaf img {
    width: 200px;
    height: 120px;
    animation: movebounce2 3s linear infinite;
    transform: scaleX(-1); /* Flip horizontally */
  }

  @keyframes movebounce {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @keyframes movebounce2 {
    0% {
      transform: scaleX(-1) translateX(0px);
    }
    50% {
      transform: scaleX(-1) translateX(20px);
    }
    100% {
      transform: scaleX(-1) translateX(0px);
    }
  }
  /*# sourceMappingURL=redesignstyles.css.map */
  @keyframes movebounce3 {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(20px);
    }
    100% {
      transform: translateX(0px);
    }
  }/*# sourceMappingURL=redesignstyles.css.map */


  /* background */
  .static-3{
    background-color: rgba(199, 246, 199, 0.877);
  }



  /* ---------product page----------- */

  .product-image{
    height: 300px;
    object-fit: fill;
    display: flex;
  }
  .product-image img{
    height: 100%;
    border-radius: 15px;
  }

  @media (max-width:768px) {
    .product-image{
        height: 160px;
    }
  }




  /* =========================mobile view updates======================== */
  @media (max-width:768px) {
    .leaf{
        right: 20px;
    }
    .leaf img{
        width: 165px;
        height: 115px;
    }
    .left-leaf{
        left: 0;
    }
    .right-leaf{
        display: none;
    }
    .ourserviceblock .leaf img{
        width: 124px;
        height: 77px;
    }
    .accordion p{
        font-size: 15px;
    }
    .leaf-icon img{
        height: 140px;
    }
    .w3-bar .w3-bar-item{
        font-size: 12px !important;
        padding: 0;
    }

  }

  /* ==========================changes=================== */
  marquee p{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .navbar-light .navbar-toggler{
    border: none !important;
  }
/* .pro-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
} */
