/* header */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}


.top-header {
    background-color: white;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}


.top-header {
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 9999;
}

.cart {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cart i {
    color: #8f8f8f;

}

.cart-icon {
    position: relative;
    display: inline-block;
    color: #000;
    padding: 1px;
}

.cart-count {
    position: absolute;
    top: -13px;
    right: -10px;
    background-color: red;
    color: white;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1;
}



/* header */

.dropdown {
    position: relative;
    background-color: transparent;

}

.dropdown-header {
    position: absolute !important;
    left: 74%;
    transform: translateX(-24%);
    top: 76px;
    width: 80vw;
    max-width: 100vw;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 9999;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
    border-radius: 8px;
    color: black;
    pointer-events: none;

}

.dropdown:hover .dropdown-header {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 10px;
    pointer-events: auto;
}

.dropdown:hover .dropdown-header-content {
    animation: fadeInDown 1s both;
}

.drop-down-option {
    width: 100%;
    padding: 20px;
}

.dropdown h5 {
    color: black !important;
}



.drop-down-option ul {
    list-style: none !important;
    padding-left: 0;
    margin: 0;
}

.drop-down-option a {
    text-decoration: none !important;
    display: block;
    transition: color 0.3s ease;
}

.drop-down-option a {
    padding: 3px !important;
    color: rgb(133, 133, 133) !important;
}

.drop-down-option a:hover {
    color: black !important;

    background-color: rgb(250, 250, 250);
    border-radius: 3px;
}

.drop-down-option ul {
    flex-direction: column !important;
    gap: 0px !important;


}

.drop-down-option li {
    padding-top: 0px !important;
    padding: 5px 0px !important;
}



.link ul {
    display: flex !important;
    list-style: none !important;
    gap: 20px;
}



.top-header ul {
    margin: 0px !important;
    padding: 0px !important;
}

.link li {
    padding: 25px 0px ;
}


.nav-icon {

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.top-bar {

    background-color: rgb(254, 252, 248);
}

.quick-link {
    padding-top: 10px;
}

.quick-link ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

.logo {
    width: 200px;
}

.nav-icon ul {
    padding-top: 10px;
    display: flex;
    gap: 30px;
    list-style: none;
}

.quick-link li {
    list-style: none;
    margin-left: 10px;
}

.quick-link a {
    color: rgba(0, 0, 0, 0.632);
    text-decoration: none;
}

.tab-link {
    display: none;
}

.mobile-toogle {
    display: none;
}

.mobile-icon {
    display: none;
}

.top-bar .item {
    padding-top: 9px;
    color: rgba(0, 0, 0, 0.724);
}

.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #222;
    color: white;
    padding-top: 60px;
    transition: left 0.3s ease;
    z-index: 999900;
}

.sidebar li {
    list-style: none;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;

}

.close i {

    font-size: 25px;
}


.sidebar.open {
    left: 0 !important;
}

.sidebar a {
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.sidebar a:hover {
    background-color: #444;
}

/* 
.dropdown-content a {
    padding: 10px 20px;
    font-size: 14px;
} */

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.nav-container .link ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding-top: 13px;
}

.nav-container .link a {
    text-decoration: none;
    color: black;

}

.nav-icon i {
    font-size: 21px;
    background-color: rgb(245, 245, 245);
    padding: 10px;
    border-radius: 50%;
    color: #4c6517;
}

.carousel-three {
    overflow: hidden;

}


/* hero */
.hero-carousel .item {
    height: 600px !important;
    object-fit: cover;
    position: relative;
    object-position: center;
}


.hero-carousel .item img {
    width: 100%;
    object-fit: cover;
    height: 100%;

}

.hero-carousel .poster-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    margin: auto;
    text-align: center;
    /* Optional: centers text inside */
    z-index: 9999;
}

.poster-text h1 {
    color: white;
    font-size: 55px;
}

.poster-text p {
    color: rgba(255, 255, 255, 0.675);
}

.poster-text a {
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #4c6517;
    font-weight: 600;
}


.overlay {
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;

}

.counter-overlay {
    background-color: #4c64178e;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;

}



.hero-box h2 {
    font-size: 56px;
    width: 50%;
    font-weight: 700;
    color: white;
    margin: auto;

}

.hero-box p {
    font-size: 16px;
    width: 50%;
    color: white;
    margin: auto;
}

.hero-box {
    text-align: center;
}

.hero-box button {
    background-color: #4c6517;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}




.hero-carousel .owl-carousel .center .item {
    transform: scale(1.3);
    opacity: 100%;
}

.hero-carousel .owl-nav button {
    background: #00000042 !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    padding: 10px;
    border-radius: 50% !important;
    margin: 5px;
}



.overlay-slider {
    height: 300px;
    width: 600px;
    border-radius: 250px;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);

    background: rgba(255, 255, 255, 0.844);
    backdrop-filter: blur(12.9px);
    -webkit-backdrop-filter: blur(12.9px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;

}

.leaf {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 200px;
    opacity: 20%;
    transform: rotate(180deg);
}

.leaf2 {
    position: absolute;
    bottom: -50px;
    left: -180px;
    width: 500px;
    opacity: 10%;
}



/* //other */

.other-section {
    padding-top: 40px;
}


.section-heading {
    text-align: center;
}

.section-heading span {
    padding: 5px 20px;
    font-size: 11px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    background-color: #4c6517;


}

.section-heading h3 {
    color: #4c6517;

}

.other-section-container {
    padding: 40px 0px;
}


.other-box {
    text-align: center;
}

.other-box h3 {
    color: #4c6517;
    margin-top: 10px;
    font-size: 23px;
}

.other-box span {
    padding: 5px 10px;
    border: 1px solid #4c6517;
    font-size: 11px;
    color: #4c6517;
    font-weight: 600;
    border-radius: 50px;
    background-color: transparent;


}

.other-box p {
    color: rgb(167, 167, 167);
}

.other-box a {
    text-decoration: none;
    color: #4c6517;

}

.other-box a i {
    font-size: 11px;
}

.other-box img {
    width: 200px;
    opacity: 80%;
}


/* //product  */


.product-card {
    background-color: rgb(249, 249, 249);
    padding: 20px;
    padding-top: 50px;
    

}

.discount {
    position: absolute;
    top: 15px;
    left: 15px;
    /* background-color: rgb(251, 44, 44); */
    background-color: #4c6517;
    color: white;
    padding: 2px 10px;
    border-radius: 2px;
}

.product-btn a {
    background-color: #4c6517;
    padding: 10px 30px;
    color: white;

    text-decoration: none;
    border-radius: 5px;
}

.main-btn {
    background-color: #4c6517;
    padding: 10px 30px;
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 5px;
}

.top-products-section .owl-carousel .owl-dots.disabled,
.top-products-section .owl-carousel .owl-nav.disabled {
    display: block !important;

}

.top-products-section .owl-nav button.owl-next {
    width: 40px !important;
    border-radius: 50%;
    color: white !important;
    height: 40px !important;
    background-color: #4c6517 !important;
}

.top-products-section .owl-nav button.owl-prev {
    width: 40px !important;
    border-radius: 50%;
    color: white !important;
    height: 40px !important;
    background-color: #4c6517 !important;
}

.top-products-section .owl-nav button.owl-next {
    right: -20px !important;
    position: absolute;
    top: 50% !important;
}

.top-products-section .owl-nav button.owl-prev {
    left: -24px !important;
    position: absolute;
    top: 50% !important;
}

.top-bar .owl-carousel .owl-dots.disabled,
.top-bar .owl-carousel .owl-nav.disabled {
    display: block !important;

}

.top-bar .owl-nav button.owl-next {
    width: 40px !important;
    border-radius: 50%;
    color: #4c6517 !important;
    height: 40px !important;
    background-color: transparent !important;
}

.top-bar .owl-nav button.owl-prev {
    width: 40px !important;
    border-radius: 50%;
    color: #4c6517 !important;
    height: 40px !important;
    background-color: transparent !important;
}

.top-bar .owl-nav button.owl-next {
    right: 20% !important;
    position: absolute;
    top: 0px !important;
}

.top-bar .owl-nav button.owl-prev {
    left: 20% !important;
    position: absolute;
    top: 0px !important;
}


.product-context a {
    text-decoration: none;
}

.product-btn {
    margin-top: 40px;
}

.product-image {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.product-image img {
    height: 240px;
    object-fit: contain;
}

.product-image {

    width: 100%;
    height: 230px;
}

.product-context h5 {
    color: #4c6517;
}

.product-context p {
    font-size: 14px;
    color: rgb(137, 137, 139);
}


.price span:nth-child(1) {
    color: rgb(0, 60, 0);
}

.price span:nth-child(2) {
    color: rgb(184, 184, 184);
    text-decoration: line-through;
}

.add-to-cart {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;


}

.addtocart {
    /* background-color: #4c6517; */
    border: 1px solid #4c6517;
    padding: 12px 14px;
    color: #4c6517;
    border-radius: 50%;
    transition: all ease 0.9s;

}

.addtocart:hover {
    background-color: #4c6517;
    border: 1px solid transparent;
    color: white;


}

.addtocart i {
    font-size: 17px;
}

.addtofav {
    /* background-color: #4c6517; */
    border: 1px solid rgb(244, 71, 71);
    padding: 10px 14px;
    color: rgb(244, 71, 71);
    border-radius: 50%;
    transition: all ease 0.9s;

}

.addtofav:hover {
    background-color: rgb(244, 71, 71);
    border: 1px solid transparent;
    color: white;
    border-radius: 50%;

}

.addtofav i {
    font-size: 17px;
}


.product-section {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.product-section a {
    position: relative;
    text-decoration: none;
    color: #4c6517;
    display: inline-block;
}

.product-section a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    /* Slightly below the text */
    width: 100%;
    height: 2px;
    background-color: #4c6517;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.product-section a:hover::after {
    transform: scaleX(1);
}

/* 

/* //Banner */


.banner {
    background-image: url('/op/ban.jpg');
    /* Correct property */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    width: 100%;
    margin-top: 60px;
}

.banner-content {
    padding: 40px;
    color: white;
}

.banner-content h3 {
    font-size: 55px;
    color: #7fb707;
}

.banner-content span {
    padding: 5px 10px;
    border: 1px solid white;
    font-size: 11px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    background-color: transparent;
}

.banner-content button {
    background-color: #7fb707;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: white;

}


.about-section {
    padding: 110px 0px;
    position: relative;

}


.about-image img {
    width: 80%;
    border-radius: 10px;
}


.about-content {
    text-align: center;

}

.about-content span {
    padding: 5px 10px;
    border: 1px solid white;
    font-size: 11px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    background-color: #4c6517;
    ;
}


.about-content h2 {
    margin-top: 10px;
    font-size: 33px;
}

.about-content button {
    background-color: #4c6517;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.about-content p {
    color: gray;
    font-size: 19px;
}


.emoji {
    width: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
    transform: rotate(-35deg);
    opacity: 74%;
}

.emoji2 {
    width: 100px;
    position: absolute;
    top: 100px;
    right: 100px;
    transform: rotate(35deg);
    opacity: 60%;
}

.emoji3 {
    width: 300px;
    position: absolute;
    bottom: 0px;
    right: 100px;
    transform: rotate(-10deg);
    opacity: 20%;
}

.emoji4 {
    width: 150px;
    position: absolute;
    bottom: 100px;
    left: 100px;
    transform: rotate(10deg);
    opacity: 20%;
}


/* //blog */
/* Table Styling */

.table-box{
    border-radius: 10px !important;
    background-color: white !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table th,
table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

/* Table Box Styling */
.table-box th,
.table-box td {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap;
    max-width: 200px !important;
    height: 40px !important;
    padding: 10px;
    z-index: 99 !important;
}

table th {
    background: #008cbb;
    color: white;
    font-weight: bold;
}

table tr:hover {
    background: #f5f5f5;
    transition: 0.3s;
}

table td img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.edit-btn {
    color: rgb(218, 218, 218);
    border: none;
    background-color: transparent;
    font-size: 16px;
    
}

.edit-btn:hover {
    color: #0687ae;
}

.view-btn {
    color: rgb(218, 218, 218);
    border: none;
    background-color: transparent;
    font-size: 16px;

}

.view-btn:hover {
    color: black;
}

.delete-btn {
    color: rgb(218, 218, 218);
    border: none;
    background-color: transparent;
    font-size: 16px;

}

.delete-btn:hover {
    color: red;
}

.btn-container{
    display: flex;
    gap: 20px;
}
.blog-box {
    padding: 10px;
    /* background-color: rgb(191, 205, 161); */
    /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
    border-radius: 10px;
    margin-top: 20px;
}

.blog-box2 {
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    margin-top: 20px;
}
.blog-content {
    margin-top: 14px;

}

.blog-heading {
    text-align: center;
}

.blog-heading h3 {
    color: #4c6517;
}

.blog-heading span {
    padding: 5px 20px;
    border: 1px solid transparent;
    font-size: 11px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    background-color: #4c6517;
    ;
}

.blog-image {
    height: 280px;
    object-fit: cover
}

.blog-image img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog-container {
    padding: 50px 0px;

}

.blog-section {
    /* background: url("/op/h1_bg.png"); */
    padding: 50px 0px;


}
.dated{
    display: flex;
    gap: 10px;
}

.blog-content a {
    text-decoration: none;
    color: rgb(2, 68, 2);
    font-weight: 600;

}

.blog-btn a {
    background-color: #4c6517;
    padding: 12px 24px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
}

.list-unstyled li {
    margin-top: 20px;
}

footer {
    background-color: #415014;
    padding: 100px 0px;
}



.user-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;

}

.user-dropdown .dropdown-toggle::after {
    display: none;

}


.user-icon {
    color: #000;
    text-decoration: none;
}

.user-icon:hover {
    color: #007bff;
}

.blog-btn {
    margin-top: 40px;
}

.mobile-icon li {
    list-style: none;
}

.mobile-icon a {
    text-decoration: none;
    color: #4c6517;
}

.mobile-icon i {
    font-size: 29px;

}

.top-products-section {
    margin-top: 0px;
}

.bottom-menu {

    position: fixed;
    bottom: 0px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    z-index: 99999;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.bottom-header {
    display: none;
}

.bottom-menu li {
    list-style: none;

}

.bottom-menu i {
    font-size: 25px;
    color: #5d7032;
}

.social-link {
    display: flex;
    gap: 20px;
    list-style: none;
    margin-top: 10px;
}

.social-link a {
    color: white;
}

.social-link i {
    font-size: 30px;

}

.b-logo {
    background-color: white;
    padding: 10px;
    width: 120px;
    border-radius: 10px;
    text-align: center;
}

/* breadcrumb */

.breadcrumb {
    position: relative;

    color: white;

    overflow: hidden;
}

.breadcrumb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/op/p4.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4c64178e;
    z-index: 1;
}

.breadcrumb .container {
    position: relative;
    z-index: 2;
    padding: 100px 0px;
}

/* .icon-box */
.icon-box {
    text-align: center;

}

.icon-box p {
    font-weight: 600;

}

.icon-box i {
    font-size: 37px;
    color: #46641a;
    margin: 30px;

}

.shiping {
    background-color: #f4ffda;
    padding: 50px;

}




/* /login page */




.login-poster {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

.login-logo {
    position: absolute;
    top: 100px;
    left: 50%;

}


.review-emojis {
    font-size: 1.5rem;
    display: flex;
    gap: 30px;
    margin: 20px 0px;

}


.review-emojis .label {
    font-size: 0.7rem;
    margin-top: 5px;
}

#otpSection {
    display: none;
    margin-top: 20px;
}

.login-side-poster a {
    text-decoration: none;
    background-color: #4C6417;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px;

}

.text-g2 {
    font-size: 44px;
    background: -webkit-linear-gradient(#30410a, #4c6517);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-g {
    font-size: 54px;
    margin: 20px 0px;
    background: -webkit-linear-gradient(#30410a, #4c6517);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#loginForm {
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn-login {
    height: 60px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 400px;
    border-radius: 10px;
    border: 1px solid transparent;
    margin: 0px 0px;
    background-color: #4c6517;
    font-size: 19px;
    color: white;

}

.login-container input:focus {
    outline: none;
}

.login-container h1 {
    font-size: 55px;
}







.login-container {

    padding: 40px;
}

.login-main-container {
    background-color: white;
    padding-top: 60px;
    width: 70%;
    margin: auto;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;

}

.review-emojis {
    font-size: 1.5rem;
    display: flex;
    gap: 30px;
    margin: 20px 0px;

}

.review-emojis div {
    text-align: center;
}

.review-emojis .label {
    font-size: 0.7rem;
    margin-top: 5px;
}

.login-side-poster {
    padding: 0px 40px;
    border-right: 1px solid #64841f;
}

#otpSection {
    display: none;
    margin-top: 20px;
}

.login-containerinput:focus {
    outline: none !important;
    box-shadow: none !important;

}



.login-container input {

    height: 60px;
    padding: 10px;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px;
    margin: 20px 0px;
    background-color: rgba(230, 230, 230, 0.329) !important;
}

.btn-login {
    height: 60px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid transparent;
    margin: 0px 0px;
    background: #4C6417;
    background: linear-gradient(90deg, rgba(76, 100, 23, 1) 0%, rgba(33, 51, 0, 1) 76%);
    font-size: 19px;
    color: white;

}

.login-container input:focus {
    outline: none;
}

.login-container h1 {
    font-size: 55px;
}

.login button {
    padding: 10px 15px;
    border: 1px solid transparent;
    background-color: salmon;
    color: white;
    border-radius: 5px;
    font-size: 19px;
    margin: 0px;


}

.login p {
    font-size: 19px;
}

.login i {
    font-size: 23px;
}

/* signup */


.signup{
    padding: 20px 0px;
}
.signup input{

height: 60px;
padding: 10px;


border: none !important;
box-shadow: none !important;
outline: none !important;
border-radius: 10px;
margin: 20px 0px;
background-color: rgba(230, 230, 230, 0.329) !important;
}
.signup select{

height: 60px;
padding: 10px;

border: none !important;
box-shadow: none !important;
outline: none !important;
border-radius: 10px;
margin: 20px 0px;
background-color: rgba(230, 230, 230, 0.329) !important;
}

.signup-btn{
padding: 10px 15px;
border: 1px solid transparent;
background: linear-gradient(90deg, rgba(76, 100, 23, 1) 0%, rgba(33, 51, 0, 1) 76%);
color: white;
border-radius: 5px;
font-size: 19px;
margin: 0px;

}
.singup-box{
background-color: white;
padding: 60px 10px;
width: 80%;
margin: auto;
border-radius: 30px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}   


/* verifyotp */

.verifyotp{
    padding: 30px 0px;
    
}
.verify-box-section{
    text-align: center;
   
}
.verify-box{
    text-align: center;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
 .verify-box input{

height: 60px;
padding: 10px;

width: 360px;
border: none !important;
box-shadow: none !important;
outline: none !important;
border-radius: 10px;
margin: 20px 0px;
background-color: rgba(230, 230, 230, 0.329) !important;

}
.verify-btn{

background-color: green;
height: 60px;
padding: 10px 60px;
margin: 10px;

border-radius: 10px;
border: none;
color:white;
}
.verify-box p{
font-size: 21px;
margin-top: 20px;
}
.verify-box span{
color: rgb(0, 161, 242);
}

.contact-from{
    background-color:white;
    padding: 20px;
    border-radius: 20px;
}
.contact-from input{

height: 60px;
padding: 10px;


border: none !important;
box-shadow: none !important;
outline: none !important;
border-radius: 10px;
margin: 10px 0px;
background-color: rgba(230, 230, 230, 0.329) !important;
}
.contact-from textarea{


padding: 10px;
border: none !important;
box-shadow: none !important;
outline: none !important;
border-radius: 10px;
margin: 10px 0px;
background-color: rgba(230, 230, 230, 0.329) !important;
}


.tooltip-wrapper {
    display: inline-block;
    cursor: pointer;
}
  

.tooltip-wrapper::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -40px; /* place above the button */
    left:0px;
    /* transform: translateX(-50%); */
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999999999999999 !important;
}

.tooltip-wrapper:hover::after {
    opacity: 1;
}

@media screen and (max-width:576px) {
   
    .verify-box input{
        width: 100%;
    }
    .verify-box{
        padding: 10px;
        box-shadow: none;
    }
    .verifyotp{
        padding: 10px 10px;
    }
    .signup{
        padding: 0px;
    }
    .singup-box{
        width: 100%;
        padding: 20px 10px;
        background-color: white;
        box-shadow: none;
    }
    .nav-container{
        padding: 5px;
    }
    .login-side-poster{
        padding: 40px 10px;;
    }
    .login-main-container {
        width: 100%;
        padding: 0px;
        box-shadow: none;
        background-color: white;
    }
    .breadcrumb .container{
        padding: 20px 20px;
    }
    .login-poster{
        padding: 0px;
    }
    .login-container{
        padding: 1px 1px;
    }
    .login-side-poster{
        border-right: none;
    }
    .login-container input{
        width: 100% !important;
     
    }
    .btn-login {
        width: 100% !important;
    }
    .bottom-header {
        display: block;
    }

    .hero-carousel .poster-text {
        top: 10%;
    }

    .poster-text h1 {
        color: white;
        font-size: 33px;
    }

    .logo {
        width: auto;
    }

    .tab-link {
        display: none !important;
    }

    .mobile-icon i {
        font-size: 29px;
        display: block;
    }

    .quick-link {
        display: none;
    }

    .link {
        display: none;
    }

    .overlay-slider {
        width: 100%;
    }

    .navbar {

        padding: 0px;
        border-radius: 0px;
        box-shadow: none;
    }


  

    .hero-box h2 {
        width: 100%;
        font-size: 32px;
    }

    .hero-box p {
        width: 88%;
    }



    .overlay-slider {
        height: 200px;
        top: 105px;

    }

    .hero-section {
        height: 600px;
    }



    .other-section-container {
        padding: 0px;
    }

    .section-heading {
        padding-bottom: 30px;
    }

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

    .banner {
        padding: 40px 0px;
        margin-bottom: 0px;
        height: auto;
        background-image: none;
        background-color: rgb(89, 98, 69) !important;

    }

    .banner-content {
        padding: 0px;

    }

    .emoji {
        width: 100px;
        position: absolute;
        top: 26px;
        left: 16px;
        transform: rotate(-35deg);
        opacity: 26%;
    }

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

    .emoji2 {
        width: 100px;
        position: absolute;
        top: 16px;
        right: 25px;
        transform: rotate(35deg);
        opacity: 60%;
    }

    .about-content p {
        font-size: 16px;
    }

    .emoji3 {
        width: 300px;
        position: absolute;
        bottom: 125px;
        right: 54px;
        transform: rotate(-10deg);
        opacity: 11%;
    }

    .emoji4 {
        width: 150px;
        position: absolute;
        bottom: -13px;
        left: 3px;
        transform: rotate(10deg);
        opacity: 20%;
    }

    .blog-box {
        margin-top: 20px;
    }

    .blog-btn {
        margin-top: 40px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -100% !important;
        width: 100% !important;
        height: 100%;
        background-color: #222;
        color: white;
        padding-top: 60px;
        transition: left 0.3s ease;
        z-index: 999900;
    }


    .top-products-section .owl-nav button.owl-next {
        right: -10px !important;
        position: absolute;
        top: 50% !important;
    }

    .top-products-section .owl-nav button.owl-prev {
        left: -10px !important;
        position: absolute;
        top: 50% !important;
    }



    .top-bar .owl-nav button.owl-next {
        right: -15px !important;
        position: absolute;
        top: 20px !important;
    }

    .top-bar .owl-nav button.owl-prev {
        left: -15px !important;
        position: absolute;
        top: 20px !important;
    }
}


@media screen and (max-width:1024px) {
    .singup-box{
        width: 100%;
        padding: 20px 10px;
        background-color: white;
        box-shadow: none;
    }
    .login-side-poster{
        border: 1px solid transparent;
        padding: 0px;
    }
    .login-container input{
        width: 100% !important;
     
    }
    .login-poster {
        padding: 10px;
    }
    .login-container{
        padding: 0px;
    }
    .btn-login {
        width: 100% !important;
    }
    .login-main-container {
        width: 100%;
        padding: 0px;
        box-shadow: none;
        background-color: white;
    }
    .nav-icon {
        display: none;
    }

    .mobile-icon {
        display: block;
    }

    .mobile-icon-box {
        display: flex;
        gap: 34px;
    }

    .tab-link ul {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .tab-link {
        display: block;
    }

    .mobile-toogle {
        display: block;
    }


    .quick-link {
        display: none;
    }

    .link {
        display: none;
    }

    .logo {
        width: auto;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #222;
        color: white;
        padding-top: 60px;
        transition: left 0.3s ease;
        z-index: 999900;
    }

    .hero-carousel .poster-text {
        width: 100%;
        padding: 20px;
    }
}