:root {

    --primary: #2E3191;

    --secondary: #F34739;

    --yellow: #FBF100;

    --light: #EEF9FF;

    --dark: #091E3E;

    --color: rgba(122, 122, 124, 0.918);

}



html {

    -webkit-text-size-adjust: 100%;

}

body {

    scroll-behavior: smooth;

}





/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/*** E-commerce Header Styles ***/
#header-carousel {
    margin-top: -28px;
}

.navbar-brand img {
    max-height: 60px;
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #e9ecef;
    color: var(--primary);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background-color: var(--primary);
    color: white;
}

.input-group .form-control {
    border-right: none;
}

.input-group .btn-primary {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Center navigation on desktop */
@media (min-width: 992px) {
    .navbar .navbar-nav {
        display: flex;
        justify-content: center;
        width: 100%;
        background-color: var(--primary);
    }

    .navbar .nav-item {
        margin: 0 10px;
    }
}

/* Navigation text color */
.navbar-dark .navbar-nav .nav-link {
    color: var(--light) !important;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--yellow) !important;
}

/* Dropdown menu styling */
.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
    background-color: var(--light);
    color: var(--primary);
}

/* Navbar toggler */
.navbar-toggler {
    border: none;
    color: var(--dark) !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .navbar-brand img {
        max-height: 50px;
    }

    .btn-light {
        width: 35px;
        height: 35px;
        margin: 0 3px;
    }

    .input-group {
        margin-bottom: 10px;
    }

    .navbar-dark .navbar-toggler {
        margin-left: 10px;
    }

    /* Improve mobile navigation */
    .navbar-collapse {
        background-color: white;
        padding: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin-top: 10px;
    }

    /* Adjust spacing for icons on mobile */
    .d-inline-flex.align-items-center {
        justify-content: center;
        margin-bottom: 10px;
    }
}



@-webkit-keyframes sk-rotateplane {

    0% {

        -webkit-transform: perspective(120px)
    }



    50% {

        -webkit-transform: perspective(120px) rotateY(180deg)
    }



    100% {

        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }

}



@keyframes sk-rotateplane {

    0% {

        transform: perspective(120px) rotateX(0deg) rotateY(0deg);

        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }



    50% {

        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }



    100% {

        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

    }

}



#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;

}



.text-justify {

    text-align: justify;

    hyphens: auto;

    /* letter-spacing: -1px;  */

}

.bg-custom {

    background-color: #e8f0f2;

}



.about-bg-section {

    display: block;

    width: 100%;

    position: relative;

}

.about-bg-section .bg-left-round {

    width: auto;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    display: block;

    opacity: 0.4;

}

.about-bg-section .bg-right-round {

    width: auto;

    position: absolute;

    top: 0;

    right: 0;

    z-index: 0;

    display: block;

    opacity: 0.4;

}

.about-img {

    position: relative;

    height: 100%;

    min-height: 400px;

}

.about-img::before {

    position: absolute;

    content: "";

    width: 60%;

    height: 80%;

    top: 10%;

    left: 20%;

    border: 5px solid var(--primary);

    z-index: -1;

}

.about-img img {

    position: absolute;

    width: 60%;

    height: 100%;

    object-fit: cover;

}



.about-img img:last-child {

    margin: 14% 0 0 40%;

}

.para-cus::first-letter {

    font-size: 20px;

    font-weight: 600;

    color: var(--secondary);

}

/*** Heading ***/

h1,

h2,

.fw-bold {

    font-weight: 800 !important;

}



h3,

h4,

.fw-semi-bold {

    font-weight: 700 !important;

}



h5,

h6,

.fw-medium {

    font-weight: 600 !important;

}





/*** Button ***/

.btn {

    font-family: 'Nunito', sans-serif;

    font-weight: 600;

    transition: .5s;

}



.btn-primary,

.btn-secondary {

    color: #FFFFFF;

    box-shadow: inset 0 0 0 50px transparent;

}



.btn-primary:hover {

    box-shadow: inset 0 0 0 0 var(--primary);

}



.btn-secondary:hover {

    box-shadow: inset 0 0 0 0 var(--secondary);

}



.btn-square {

    width: 36px;

    height: 36px;

}



#scroll-down-btn {

    position: absolute;

    bottom: 30px;

    left: 50%;

    transform: translateX(-50%);

    background-color: transparent;

    border: none;

    padding: 10px 20px;

    font-size: 16px;

    border-radius: 5px;

    cursor: pointer;

    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */

    transition: background-color 0.3s;

    z-index: 99;

}



#scroll-down-btn:hover {

    background-color: transparent;

}

/* .c-scrolldown{

    width: 3px;

    height: 60px;

    margin-left: 10px;

    overflow: hidden;

}



.c-scrolldown .c-line {

    width: 100%;

    height: 100%;

    display: block;

    background: -webkit-linear-gradient(top, #ed3237 50%, rgba(255, 255, 255, 0) 50%);

    background: linear-gradient(to bottom, #ed3237 50%, rgba(255, 255, 255, 0) 50%);

    background-position: 0 -60px;

    background-size: 100% 200%;

    -webkit-animation: scrolldown 2.2s cubic-bezier(0.76,0,0.3,1) forwards infinite;

    animation: scrolldown 2.2s cubic-bezier(0.76,0,0.3,1) forwards infinite;

}



@keyframes scrolldown {

    0% {

        background-position: 0 -130px;

    }

    75% {

        background-position: 0 0;

    }

    100% {

        background-position: 0 130px;

    }

} */



.container_mouse {

    text-align: center;

    color: var(--color);

    font-weight: bold;

    text-transform: uppercase;

    cursor: pointer;

    position: absolute;

    top: 75%;

    left: 50%;

    z-index: 99;

}



.container_mouse .mouse-btn {

    margin: 10px auto;

    width: 40px;

    height: 80px;

    border: 4px solid var(--secondary);

    border-radius: 30px;

    display: flex;

}



.container_mouse .mouse-btn .mouse-scroll {

    display: block;

    width: 20px;

    height: 20px;

    background: var(--yellow);

    border-radius: 50%;

    margin: auto;

    animation: scrolling 1s linear infinite;

}





@keyframes scrolling {

    0% {

        opacity: 0;

        transform: translateY(-20px);

    }



    100% {

        opacity: 1;

        transform: translateY(20px);

    }

}

.btn-sm-square {

    width: 30px;

    height: 30px;

}



.btn-lg-square {

    width: 48px;

    height: 48px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding-left: 0;

    padding-right: 0;

    text-align: center;

}





/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {

    font-family: 'Nunito', sans-serif;

    position: relative;

    margin-left: 25px;

    padding: 20px 0;

    color: #000;

    font-size: 18px;

    font-weight: 600;

    outline: none;

    transition: .5s;

}



.sticky-top.navbar-dark .navbar-nav .nav-link {

    padding: 12px 0;

}



.btn-primary2 {

    background-color: var(--secondary);

    color: var(--light);

    transition: 0.5s all;

}



.btn-primary2:hover {

    background-color: var(--primary);

    color: var(--light);

}



.navbar-dark .navbar-nav .nav-link:hover,

.navbar-dark .navbar-nav .nav-link.active {

    color: var(--primary);

    font-weight: 600;

}



.text-primary2 {

    color: var(--primary);

}



.navbar-dark .navbar-brand img {

    height: 70px;

}



.navbar-dark .navbar-toggler {

    color: var(--primary) !important;

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

}



@media (max-width: 991.98px) {

    .sticky-top.navbar-dark {

        position: relative;

        background: #FFFFFF;

    }



    .navbar-dark .navbar-nav .nav-link,

    .navbar-dark .navbar-nav .nav-link.show,

    .sticky-top.navbar-dark .navbar-nav .nav-link {

        padding: 10px 0;

        color: var(--dark);

    }



    .navbar-dark .navbar-brand h1 {

        color: var(--primary);

    }

}



@media (min-width: 992px) {

    .navbar-dark {

        position: relative;

        width: 100%;

        top: 0;

        left: 0;

        border-bottom: 1px solid var(--secondary);

        z-index: 999;

    }



    .sticky-top.navbar-dark {

        position: fixed;

        background: #FFFFFF;

    }



    .navbar-dark .navbar-nav .nav-link::before {

        position: absolute;

        content: "";

        width: 0;

        height: 2px;

        bottom: -1px;

        left: 50%;

        background: var(--light);

        transition: .5s;

    }



    .navbar-dark .navbar-nav .nav-link:hover::before,

    .navbar-dark .navbar-nav .nav-link.active::before {

        width: 100%;

        left: 0;

    }



    .navbar-dark .navbar-nav .nav-link.nav-contact::before {

        display: none;

    }



    .sticky-top.navbar-dark .navbar-brand h1 {

        color: var(--primary);

    }

}





/*** Carousel ***/

.carousel-caption {

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    /*background: rgba(9, 30, 62, .4);*/

    z-index: 1;

    font-family: "Nunito", sans-serif;

    ;

}



#header-carousel img {

    min-height: 550px;

    /* margin-top: 5%; */

    object-fit: contain;



}



@media (max-width: 576px) {

    .carousel-caption h5 {

        font-size: 14px;

        font-weight: 500 !important;

    }



    .carousel-caption h1 {

        font-size: 30px;

        font-weight: 600 !important;

    }

}



.carousel-control-prev,

.carousel-control-next {

    width: 10%;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    width: 3rem;

    height: 3rem;

}





/*** Section Title ***/

.section-title::before {

    position: absolute;

    content: "";

    width: 150px;

    height: 5px;

    left: 0;

    bottom: 0;

    background: var(--primary);

    border-radius: 2px;

}



.section-title.text-center::before {

    left: 50%;

    margin-left: -75px;

}



.section-title.section-title-sm::before {

    width: 90px;

    height: 3px;

}



.section-title::after {

    position: absolute;

    content: "";

    width: 6px;

    height: 5px;

    bottom: 0px;

    background: #FFFFFF;

    -webkit-animation: section-title-run 5s infinite linear;

    animation: section-title-run 5s infinite linear;

}



.section-title.section-title-sm::after {

    width: 4px;

    height: 3px;

}



.section-title.text-center::after {

    -webkit-animation: section-title-run-center 5s infinite linear;

    animation: section-title-run-center 5s infinite linear;

}



.section-title.section-title-sm::after {

    -webkit-animation: section-title-run-sm 5s infinite linear;

    animation: section-title-run-sm 5s infinite linear;

}



@-webkit-keyframes section-title-run {

    0% {

        left: 0;

    }



    50% {

        left: 145px;

    }



    100% {

        left: 0;

    }

}



@-webkit-keyframes section-title-run-center {

    0% {

        left: 50%;

        margin-left: -75px;

    }



    50% {

        left: 50%;

        margin-left: 45px;

    }



    100% {

        left: 50%;

        margin-left: -75px;

    }

}



@-webkit-keyframes section-title-run-sm {

    0% {

        left: 0;

    }



    50% {

        left: 85px;

    }



    100% {

        left: 0;

    }

}



.sec-bg4 {

    background: url(../img/Slider_2.jpg) no-repeat center;

}

.hover-effect-bottom {

    overflow: hidden;

    -webkit-transition: all 0.6sease;

    -moz-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    -ms-transition: all 0.6s ease;

    transition: all 0.6sease;

}



.hover-effect-bottom:before {

    content: '';

    width: 273px;

    height: 273px;

    background: #282a7f;

    border-radius: 50%;

    position: absolute;

    bottom: -148px;

    right: -83px;

    transform: scale(0);

    z-index: 2;

}

/*** Service ***/

.service-item {

    position: relative;

    height: 100%;

    padding: 0 30px;

    transition: .5s;

}



.service-item .service-icon {

    margin-top: 10px;

    background-color: #fff;

    border-radius: 50%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    top: 0px;

    left: 20px;

    position: absolute;



}

.bg-primary2 {

    background-color: var(--primary);

}

.bg-3 {

    background-color: #deeafc;

}

.bg-4 {

    background-color: #fbffd9;

}

.bg-5 {

    background-color: #f8e6f8;

}



.service-item .service-icon img {

    width: 80px;

    height: 80px;

    transition: 0.4s all;

}

.service-item .service-icon img:hover {

    transform: rotate(360deg);

}



.service-item a.btn {

    position: absolute;

    width: 60px;

    bottom: -48px;

    left: 50%;

    margin-left: -30px;

    opacity: 0;

}



.service-item:hover a.btn {

    bottom: -24px;

    opacity: 1;

}





/*** Testimonial ***/

.testimonial-carousel .owl-dots {

    margin-top: 15px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.testimonial-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: #DDDDDD;

    border-radius: 2px;

    transition: .5s;

}



.testimonial-carousel .owl-dot.active {

    width: 30px;

    background: var(--primary);

}



.testimonial-carousel .owl-item.center {

    position: relative;

    z-index: 1;

}



.testimonial-carousel .owl-item .testimonial-item {

    transition: .5s;

}



.testimonial-carousel .owl-item.center .testimonial-item {

    background: #FFFFFF !important;

    box-shadow: 0 0 30px #DDDDDD;

}





/*** Team ***/

.team-item {

    transition: .5s;

}



.team-social {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: .5s;

}



.team-social a.btn {

    position: relative;

    margin: 0 3px;

    margin-top: 100px;

    opacity: 0;

}



.team-item:hover {

    box-shadow: 0 0 30px #DDDDDD;

}



.team-item:hover .team-social {

    background: rgba(9, 30, 62, .7);

}



.team-item:hover .team-social a.btn:first-child {

    opacity: 1;

    margin-top: 0;

    transition: .3s 0s;

}



.team-item:hover .team-social a.btn:nth-child(2) {

    opacity: 1;

    margin-top: 0;

    transition: .3s .05s;

}



.team-item:hover .team-social a.btn:nth-child(3) {

    opacity: 1;

    margin-top: 0;

    transition: .3s .1s;

}



.team-item:hover .team-social a.btn:nth-child(4) {

    opacity: 1;

    margin-top: 0;

    transition: .3s .15s;

}

.text-15 {

    font-size: 15px;

}

.text-red {

    color: var(--secondary);

}

.gallery-img {

    height: 200px !important;

    width: 100%;

    object-fit: cover;

}

.team-item .team-img img,

.blog-item .blog-img img {

    transition: .5s;

    height: 100%;

    object-fit: cover;

}

.team-item .team-img p {

    font-size: 15px;

}

.team-item:hover .team-img img,

.blog-item:hover .blog-img img {

    transform: scale(1.15);

}







/* ****why choose us** */

.vendor-carousel .owl-dots {

    margin-top: 15px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}

.bg-2 {

    background-color: #ffd6d6
}

.vendor-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: #DDDDDD;

    border-radius: 2px;

    transition: .5s;

}



.vendor-carousel .owl-dot.active {

    width: 30px;

    background: var(--primary);

}

.vendor-carousel2 .owl-dots {

    margin-top: 15px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.vendor-carousel2 .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: #DDDDDD;

    border-radius: 2px;

    transition: .5s;

}



.vendor-carousel2 .owl-dot.active {

    width: 30px;

    background: var(--primary);

}

.vendor-carousel2 img {

    height: 100% !important;

    object-fit: contain !important;

}

.products-carousel .owl-dots {

    margin-top: 15px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}

.product-carousel .owl-dots {

    margin-top: 15px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}

.bg-2 {

    background-color: #ffd6d6
}

.products-carousel .owl-dot,
.product-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: #DDDDDD;

    border-radius: 2px;

    transition: .5s;

}

.product-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: #DDDDDD;

    border-radius: 2px;

    transition: .5s;

}



.products-carousel .owl-dot.active {

    width: 30px;

    background: var(--primary);

}

.product-carousel .owl-dot.active {

    width: 30px;

    background: var(--primary);

}





/*** Miscellaneous ***/

@media (min-width: 991.98px) {

    .facts {

        position: relative;

        margin-top: -75px;

        z-index: 1;

    }

}



.back-to-top {

    position: fixed;

    display: none;

    right: 45px;

    bottom: 25%;

    z-index: 99;

}



.bg-header-tarpaulin {

    background: url(../img/HDPE_Tarpaulin.jpg) center center no-repeat;

    background-size: cover;
    height: 400px;

}

.bg-header-ldpe-tarpaulin {

    background: url("../img/LDPE\ Tarpaulin-cover.jpg") center center no-repeat;

    background-size: cover;
    height: 400px;

}

.bg-header-sandbag {

    background: url("../img/sand-bag-cover.jpg") center center no-repeat;

    background-size: cover;
    height: 400px;
}

.bg-header-cap-cover {

    background: url("../img/LDPE\ cap\ cover.jpg") center center no-repeat;

    background-size: cover;
    height: 400px;

}

.bg-header-fumigation {

    background: url("../img/Fumigation-Cover.jpg") center center no-repeat;

    background-size: cover;

}

.bg-header-quality-cover {

    background: url("../img/Quality.jpg") center center no-repeat;

    background-size: cover;

    height: 400px;

}

.bg-header-career-cover {

    height: 400px;
    background: url("../img/CareerPage-cover.jpg") center center no-repeat;

    background-size: cover;

}

.bg-gallery-cover {

    background: url("../img/gallery.jpg") center center no-repeat;

    background-size: cover;
    height: 400px;
}

.bg-contact-cover {

    background: url("../img/contact.jpg") center center no-repeat;
    height: 400px;
    background-size: cover;

}

.bg-header-pond-cover {

    background: url("../img/Pond\ Liner-cover.jpg") center center no-repeat;

    background-size: cover;
    height: 400px;

}

.bg-header-uv-cover {

    background: url("../img/UV Protected Green House-cover.jpg") center center no-repeat;

    background-size: cover;
    height: 400px;

}

.bg-header-geomembrene {

    background: url("../img/Geomembrance-cover.jpg") center center no-repeat;

    background-size: cover;


    height: 400px;

}

.bg-about-cover {

    background: url("../img/about-cover-image.jpg") center center no-repeat;

    background-size: cover;

    height: 400px;

}



.bg-header-anti-slip-geo-cover {

    background: url("../img/anti-slip-geo-bag-cover.jpg") center center no-repeat;

    height: 400px;
    background-size: cover;

}

.link-animated a {

    transition: .5s;

}



.link-animated a:hover {

    padding-left: 10px;

}



.social-icons-head a {

    color: var(--light);

    transition: 0.4s all;

}



.social-icons-head a:hover {

    letter-spacing: 0.5px;

}



.bg-blue-cs {

    background-color: var(--primary);

}



@media (min-width: 767.98px) {

    .footer-about {

        margin-bottom: -75px;

    }



}





.services-tab .tabs {

    display: flex;

    flex: 1;

    background-color: #fff;

    gap: 20px;



    flex-direction: column;

}



.services-tab .tab-button {

    width: 100%;

    padding: 15px;

    text-align: center;

    border: none;

    background-color: #fff;

    color: #333;

    cursor: pointer;

    transition: background-color 0.3s ease;

    font-size: 16px;

    font-weight: 700;

}



.services-tab .tab-button.active,

.tab-button:hover {

    background-color: var(--primary);

    color: #fff;

}



.services-tab .content {

    flex: 2;

    /* padding: 20px; */

}



.services-tab .tab-content {

    display: none;

}



.services-tab .tab-content.active {

    display: block;

}



.services-tab h2 {

    color: #007bff;

    margin-bottom: 20px;

}



.services-tab h3 {

    margin-top: 20px;

    color: #333;

}



.services-tab ul {

    list-style-type: disc;

    padding-left: 20px;

    color: #000 !important;

}



.services-tab ul li {

    margin-bottom: 10px;

}

.agsghhas {

    list-style: none;

    padding: 0;

}

.image-pro img {

    height: 250px;

    width: 100%;

    object-fit: cover;

}



.fixed_img {

    width: 100%;

    -webkit-background-size: cover;

    -o-background-size: cover;

    -moz-background-size: cover;

    -ms-background-size: cover;

    background-size: cover !important;

    background-attachment: fixed !important;

    /* height: 100% !important; */

    display: block;

}

.sec-bg3 {

    background: url('../img/tarpoline.JPG') no-repeat center;

}

.patteren {

    width: 100%;

    /* height: 100%; */

    position: relative;

    overflow: hidden;

    background: #2e318f;

    background: linear-gradient(90deg, #2e318f 0%, rgba(254, 242, 0, 0.4542017491) 100%);

    padding-top: 30px;

    padding-bottom: 30px;

}

.pad10 {

    padding-left: 10px;

    padding-right: 10px;

}

.btn-style {

    padding: 8px 25px;

    border-radius: 20px;



    position: relative;

    overflow: hidden;

    background-color: #2e3192;

    color: #fff;

}

.btn-style span {

    position: relative;

    z-index: 2;

}

.btn-style:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 0;

    height: 100%;

    background-color: #fff;

    -webkit-transition: all 0.6s ease;

    -moz-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    -ms-transition: all 0.6s ease;

    transition: all 0.6s ease;

}

.btn-style:after {

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    width: 0;

    height: 100%;

    background-color: #fff;

    -webkit-transition: all 0.6s ease;

    -moz-transition: all 0.6s ease;

    -o-transition: all 0.6s ease;

    -ms-transition: all 0.6s ease;

    transition: all 0.6s ease;

}



blockquote {

    color: var(--light);

    border-left: 4px solid var(--primary);

    padding: 10px 15px;

    margin: 20px 0;

    background-color: var(--primary);

    line-height: 25px;

}



blockquote::before {

    content: open-quote;

    font-size: 40px;

    vertical-align: top;

    color: var(--light);

    margin-right: 5px;

}



blockquote::after {

    content: close-quote;

    font-size: 40px;

    vertical-align: bottom;

    color: var(--light);

    margin-left: 5px;

    position: relative;

    top: 10px;

}

.in-icon img {



    height: 100px;

    border-radius: 50%;

}

.career-img img {

    width: 100%;

    height: 350px;

    object-fit: cover;



}

.career img {

    height: 300px;

    width: 300px;

    position: absolute;

    z-index: -1;

    right: 0;

}



.hdpe-pipe {

    /* background-image: linear-gradient(0deg, #4349f1, #091E3E); */

}

.usability-icons {

    display: flex;

    justify-content: center;

    flex-direction: column;

}

.usability-icons img {

    height: 80px;

    width: 80px;

    text-align: center;

    display: flex;

    justify-content: center;

    margin: 0 auto;

}

.usability-icons p {

    color: var(--secondary);

    font-weight: 600;

}

.numbers {

    background-color: var(--primary);

    color: #fff;

    height: 50px;

    width: 50px;

    font-size: 25px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 15px;

}

.app-icon {

    background-color: white;

    padding: 10px;

    border-radius: 50%;

}

.app-icon img {

    height: 60px;

}





.tab-container2 {

    background-color: white;

    border-radius: 8px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    width: 100%;

    /* max-width: 600px; */

    overflow: hidden;

}

.tab-container2 .tab-header {

    display: flex;

    background-color: #f0f0f0;

    border-bottom: 1px solid #e0e0e0;

}

.tab-container2 .tab-header button {

    /* flex: 1; */

    padding: 15px;

    border: none;

    background-color: transparent;

    cursor: pointer;

    transition: all 0.3s ease;

    font-weight: 600;

    color: var(--primary);

    width: 25%;

}

.tab-container2 .tab-header button:hover {

    background-color: #e0e0e0;

}

.tab-container2 .tab-header button.active {

    background-color: var(--primary);

    color: white;

}

.tab-container2 .tab-content {

    padding: 20px;

}

.tab-pane {

    display: none;

}

.tab-container2 .tab-pane.active {

    display: block;

    animation: fadeIn 0.5s ease;

}

@keyframes fadeIn {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}



.geo-text {

    font-size: 35px;

}

@media screen and (max-width: 480px) {

    .tab-container2 .tab-header {

        flex-direction: column;

        width: 100%;

    }

    .tab-container2 .tab-header button {

        padding: 12px;

        text-align: center;

        width: 100%;

    }

    .tab-container2 .tab-header button.active {

        width: 100%;

        background-color: var(--primary);

        color: white;

    }

    .geo-text {

        font-size: 25px;

    }

}

@media(max-width:767px) {

    #header-carousel img {

        min-height: 200px;

        object-fit: cover;

    }

    .container_mouse .mouse-btn {

        margin: 10px auto;

        width: 27px;

        height: 54px;

        border: 4px solid var(--secondary);

        border-radius: 30px;

        display: flex;

    }

    .flex-c {

        flex-direction: column;

    }

    .tx-c-m {



        text-align: center;

    }

    .pl-0-m {

        padding-left: 0 !important;

        margin-top: 10px;

    }

    .vendor-carousel2 img {

        height: 100% !important;

        object-fit: cover !important;

    }

    .geo-text {

        font-size: 25px;

    }

}

.text-footer {

    text-align: justify;

    hyphens: auto;

    word-break: break-all;



}

@media(max-width:991px) {

    #header-carousel img {

        min-height: 140px;

        object-fit: cover;

    }



    .about-bg-section .bg-left-round {



        display: none;



    }

    .about-bg-section .bg-right-round {



        display: none;



    }



    .bg-about-cover {

        background: url("../img/about-cover-image.jpg") center center no-repeat;

        background-size: cover;

        height: 100%;

        padding-top: 0px !important;



    }

    .bg-header-quality-cover {

        background: url("../img/Quality.jpg") center center no-repeat;

        background-size: cover;

        height: 100%;

        padding-top: 0px !important;



    }

    .bg-gallery-cover {

        background: url("../img/gallery.jpg") center center no-repeat;

        background-size: cover;

        height: 100%;

        padding-top: 0px !important;
    }

    .bg-header-tarpaulin {

        background: url(../img/HDPE_Tarpaulin.jpg) center center no-repeat;

        background-size: cover;
        height: 100%;

        padding-top: 0px !important;

    }

    .bg-header-sandbag {

        background: url("../img/sand-bag-cover.jpg") center center no-repeat;

        background-size: cover;
        height: 100%;

        padding-top: 0px !important;
    }

    .bg-header-anti-slip-geo-cover {

        background: url("../img/anti-slip-geo-bag-cover.jpg") center center no-repeat;

        background-size: cover;
        height: 100%;

        padding-top: 0px !important;
    }

    .bg-header-geomembrene {

        background: url("../img/Geomembrance-cover.jpg") center center no-repeat;


        background-size: cover;
        height: 100%;

        padding-top: 0px !important;

    }

    .bg-header-cap-cover {

        background: url("../img/LDPE\ cap\ cover.jpg") center center no-repeat;


        background-size: cover;
        height: 100%;

        padding-top: 0px !important;

    }

    .bg-header-ldpe-tarpaulin {

        background: url("../img/LDPE\ Tarpaulin-cover.jpg") center center no-repeat;

        background-size: cover;
        height: 100%;

        padding-top: 0px !important;

    }

    .bg-header-uv-cover {

        background: url("../img/UV Protected Green House-cover.jpg") center center no-repeat;

        background-size: cover;
        height: 100%;
        padding-top: 0px !important;

    }

    .bg-header-career-cover {

        background: url("../img/CareerPage-cover.jpg") center center no-repeat;

        background-size: cover;
        height: 100%;
        padding-top: 0px !important;

    }

    .bg-header-pond-cover {

        background: url("../img/Pond\ Liner-cover.jpg") center center no-repeat;
        background-size: cover;
        height: 100%;
        padding-top: 0px !important;


    }

    .bg-contact-cover {

        background: url("../img/contact.jpg") center center no-repeat;
        height: 100%;
        padding-top: 0px !important;
        background-size: cover;

    }

}


.animated-bg {
    background: linear-gradient(-45deg, #F1464B, #FD5001, #2D3091);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient 6s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* *******search bar****** */
/* Custom Search Bar */
.search-bar {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
}

.search-bar input.form-control {
    border: 0.25px solid var(--dark);
    padding: 12px 18px;
    font-size: 0.95rem;
    border-radius: 50px 0 0 50px;
    outline: none;
    box-shadow: none;
}

.search-bar input.form-control:focus {
    background: #f9f9f9;
}

.search-bar .btn-search {
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 0 50px 50px 0;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.search-bar .btn-search:hover {
    background: #0d6efd;
    /* or a slightly darker shade of primary */
    transform: scale(1.05);
}

/* Mobile tweak */
@media (max-width: 767.98px) {
    .search-bar {
        border-radius: 12px;
    }

    .search-bar input.form-control {
        font-size: 0.9rem;
        padding: 10px 14px;
    }
}

/* *******search bar****** */


/* -----------------for mobile nav----------------- */
/* Mobile Navigation */
.mobile-nav {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 12px 12px;
    z-index: 999;
}

/* Mobile Search Bar */
.mobile-nav .search-bar {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.mobile-nav .search-bar input {
    border: none;
    flex: 1;
    padding: 10px 14px;
    font-size: 0.9rem;
}

.mobile-nav .search-bar input:focus {
    outline: none;
    background: #f9f9f9;
}

.mobile-nav .search-bar .btn-search {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 0 14px;
}

/* Nav links */
.mobile-nav .nav-link {
    color: var(--dark);
    padding: 10px;
    border-radius: 8px;
    transition: background 0.2s;
}

.mobile-nav .nav-link:hover {
    background: var(--light);
    color: var(--primary);
}

/* Offcanvas menu links */
.offcanvas .nav-link {
    color: var(--light);
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.offcanvas .nav-link:hover {
    color: var(--yellow);
}

/* Offcanvas dropdown items */
.offcanvas .dropdown-item {
    color: var(--light);
    padding: 8px 1.5rem;
}

.offcanvas .dropdown-item:hover {
    background-color: var(--secondary);
    color: var(--light);
}

@media(max-width:767px) {
    #header-carousel {
        margin-top: 0px;
    }
}

/* -----------------for mobile nav----------------- */

/* **********login******** */
/* Dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.login-form .modal-content {
    border-radius: 15px;
    padding: 25px;
}

#loginModal,
#signupModal {
    background-color: rgba(0, 0, 0, 0.5);
}


.login-form .btn-login {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.login-form .btn-login:hover {
    background: var(--secondary);
}

.signup-form .btn-login {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.signup-form .btn-login:hover {
    background: var(--secondary);
}


.login-form input.form-control {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0.95rem;
}

.login-form input.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.signup-form input.form-control {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0.95rem;
}

.signup-form input.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

/* **********login******** */


/* **********cart page************* */



.cart-section .summary-list {
    list-style: none;
    color: #000;
    font-size: 16px;
}

.cart-section .cart-card {
    border-radius: 12px;
    border: none;
}

.cart-section .cart-card .card-body {
    padding: 1.5rem;
}

.cart-section .cart-card .summary-title {
    color: var(--primary);
    font-weight: 600;
    font-size: 20px;
}

.cart-section .price-tag {
    font-weight: 700;
    color: var(--primary);
    font-size: 1.1rem;
}

.cart-section .old-price {
    text-decoration: line-through;
    color: #888;
}

.cart-section .offer-badge {
    background: var(--yellow);
    color: #000;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 6px;
}

.checkout-btn {
    background: var(--secondary);
    border: none;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.checkout-btn:hover {
    color: #fff;
    background: #d8382d;
}

.cart-section .summary-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: .8rem;
}

.cart-section .cart-input input {
    box-shadow: none;
    outline: none;
    border: none;
}

.cart-section .cart-input .decrement {
    background-color: red;
    color: var(--light);
    border: none;
    outline: none;
}

.cart-section .cart-input .increment {
    background-color: green;
    color: var(--light);
    border: none;
    outline: none;
}

.cart-section .apply-btn {
    background-color: var(--dark);
    color: var(--light);
    transition: 0.4s all;
    border: none;
    outline: none;
    box-shadow: none;
}

.cart-section .apply-btn:hover {
    background-color: var(--primary);
}

.cart-section .coupon-box {
    border: 2px dashed var(--primary);
    border-radius: 10px;
    padding: 10px;
    background: var(--light);
    text-align: center;
}

.cart-section .coupon-box p {
    color: var(--dark);
}

.fixed-checkout {
    background: #fff;
    border-top: 2px solid var(--light);
}

.shopping-cart-img img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.cart-section .ammount-total {
    color: var(--primary);
}

/* Desktop sticky effect */
@media (min-width: 992px) {
    .cart-section .sticky-summary {
        position: sticky;
        top: 90px;
    }
   .sticky-summary {
        position: sticky;
        top: 90px;
    }
}

@media(max-width:767px) {
    .offer-banner {
        flex-direction: column;
        gap: 10px;
    }
}

/* **********cart page************* */


/* **********checkout******* */
/* Progress bar */
.progress-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto 40px;
    max-width: 700px;
    flex-wrap: wrap;
}

.progress-line {
    --progress: 0%;
    flex: 1;
    height: 3px;
    background: #ddd;
    position: relative;
}

.progress-line::after {
    content: "";
    position: absolute;
    height: 100%;
    width: var(--progress);
    background: var(--primary);
    transition: width 0.4s ease;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.progress-step span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ddd;
    color: #666;
    font-weight: bold;
    transition: 0.4s;
}

.progress-step.active span {
    background: var(--primary);
    color: #fff;
}

.progress-step p {
    margin-top: 5px;
    font-size: 14px;
}

.delivary-card {
    background-color: #fff;

}

.delivary-card .delivary-card-body p {
    color: #000;
}

/* Card sections */
.checkout-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.checkout-card h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #999;
}

.price-new {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary);
}


.checkout-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 0 0;
    padding: 10px;
    z-index: 999;
}

.checkout-btn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-pay {
    background: #2E3191;
    color: #fff;
    border-radius: 8px;
}

.btn-cod {
    background: #F34739;
    color: #fff;
    border-radius: 8px;
}

.btn-pay:hover {
    background: #232677;
}

.btn-cod:hover {
    background: #d63b30;
}

/* Sticky footer on mobile */
@media(max-width:768px) {
    .checkout-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        gap: 10px;
        z-index: 1000;
    }
}



/* General Modal Design */
.address-modal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.modal-header-custom {
    background: var(--primary);
    color: #fff;
    padding: 1rem 1.5rem;
}

.modal-header-custom h5 {
    color: #fff;
}

.modal-header-custom .btn-close {
    filter: brightness(0) invert(1);
    /* White close button */
    box-shadow: none;
}

.address-form .form-label {
    font-weight: 600;
    color: #333;
}

.form-control-custom {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    transition: all 0.3s ease;
}

.form-control-custom:focus {
    border-color: #007bff;
    box-shadow: 0px 0px 6px rgba(0, 123, 255, 0.4);
}

/* Buttons */
.btn-save-address {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px;
    transition: 0.3s;
    box-shadow: none;
}

.btn-save-address:hover {
    background: var(--secondary);
    color: #fff;
}

.btn-add-address {
    background: #28a745;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px;
    transition: 0.3s;
    box-shadow: none;
}

.btn-add-address:hover {
    background: #1e7e34;
    color: #fff;
}

/* **********checkout******* */


/* ********************cart************** */
/* Sidebar */
.filter-sidebar {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

/* Product card */
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #eee;
}

.product-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.product-card .product-img-wrapper {
    background: #fff;
    text-align: center;
    padding: 20px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .product-img-wrapper .product-img {

    object-fit: cover;
}

.product-card .product-info {
    padding: 12px 15px;
}

.product-card .product-title {
font-size: 20px;
font-weight: 600;
    min-height: 45px;
color: var(--primary);
margin-bottom: 6px;
margin-top: 10px;
display: -webkit-box;              
-webkit-line-clamp: 2;             
-webkit-box-orient: vertical;      
overflow: hidden;                 
text-overflow: ellipsis;          
white-space: normal;  
}
.product-card .product-description{
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    text-align: left;
    hyphens: auto;
display: -webkit-box;              
-webkit-box-orient: vertical;      
    -webkit-line-clamp: 2;             
overflow: hidden;                 
text-overflow: ellipsis;          
white-space: normal; 
}
.product-card .product-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
}

.product-card .old-price {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
    margin-left: 6px;
}

.product-card .discount {
    font-size: 15px;
    font-weight: 600;
    color: green;
    margin-left: 5px;
}

/* Hover Content */
.hover-box {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 12px;
    border-top: 1px solid #eee;
    transition: all 0.3s ease;
    font-size: 13px;
}

.product-card:hover .hover-box {
    bottom: 0;
}

/* Buttons */
.btn-cart,
.btn-buy {
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 12px;
}
.product-card .product-actions{
    padding: 10px;
    width: 100%;
}
.btn-cart {
    background: #f1f1f1;
    background: var(--primary);
    color: #fff;
    width: 48%;
}

.btn-cart:hover {
    background: var(--secondary);
    color: #fff;
}

.btn-buy {
    background: #ff6f00;
    color: #fff;
    width: 48%;
    
    
}

.btn-buy:hover {
    color: #fff;
    background: #e65c00;
}
.product-card .top-seller{
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}
.product-card .discount{
    position: absolute;
    top: 10px;
    right: 10px;
    background: green;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
}
/* Mobile tweaks */
@media (max-width: 768px) {
    .product-img-wrapper {
        height: 180px;
        padding: 15px;
    }

    .product-title {
        font-size: 14px;
        min-height: auto;
    }

    .product-price {
        font-size: 15px;
    }
}

/* Mobile filter & sort bar */
.mobile-filter-bar {
    display: none;
}

@media (max-width: 768px) {
    .desktop-sidebar {
        display: none;
    }

    .mobile-filter-bar {
        display: flex;
        justify-content: space-between;
        background-color: var(--primary);
    }
}

/* ********************cart************** */

/* Breadcrumb Base */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

/* Links */
.breadcrumb-item a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-item a:hover {
  color: #f3b815; 
}

/* Active Item */
.breadcrumb-item.active {
  color: #333;
  font-weight: 600;
  background: #fff;
  border-radius: 6px;
}

/* Divider (arrow style instead of / ) */
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #000;
  font-size: 18px;
}


/* *******dashboard******** */
/* ******************dashboard*********************** */

.sidebar {
    background-color: var(--primary);
    border-right: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
        position: sticky;
    top: 90px;
    height: 100%;
}

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

.sidebar ul li {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s;
}

.sidebar ul li a {
    color: #fff;
    width: 100%;
    font-size: 18px;
    display: flex;
    gap: 10px;
    padding: 2px 5px;
    align-items: center;
    border-radius: 5px;
    transition: 0.4s all;
}
.sidebar ul li a.active {
    background-color: #fff;
    color: #000;
    padding: 10px;
}
.sidebar ul li a:hover{
    background-color: #fff;
    color:#000
}
.sidebar ul li a img{
    height: 20px;
    width: 20px;
}
.sidebar ul li i {
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    transition: 0.4s all;
}

.sidebar ul li:hover a {
    color: #000;
}

.sidebar ul li:hover i {
    color: #093174;

}

.acc-main {
    flex: 1;
    padding: 30px;
}

.acc-main h2 {
    font-size: 18px;
    color: var(--primary);
}

.acc-main p {
    line-height: 1.6;
}

.acc-main a {
    color: #093174;
    text-decoration: none;
}

.acc-main a:hover {
    text-decoration: underline;
}

.user-image {
        display: flex;
    justify-content: center;
}
.btns-acc-main{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.acc-btn{
        background-color: var(--secondary);
    color: white !important;
    padding: 10px 20px;
    border: none;
    width: 90%;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.4s all;
}
.acc-btn:hover{
    background-color: var(--primary);
    text-decoration: none !important;
}

.user-image img {
    margin-bottom: 20px;
    height: 150px;
    border-radius: 50%;
    width: 150px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .dashboard-container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        position: relative;
        top: 0;
    }

    .acc-main {
        padding: 20px;
    }
}

/* ******************dashboard*********************** */
.order-table td {
    padding: 10px;
}

.order-table thead th {
    background-color: #f3f6fd;
    font-weight: 600;
    border: none;
    padding: 13px;
}

.order-table tr {
    white-space: nowrap;

}

.order-table tbody td {
    vertical-align: middle;
    border-top: 1px solid #eee;
    color: #000;
    font-weight: 500;
}

.order-link {
    color: #093174;
    font-weight: bold;
    text-decoration: none;
}

.btn-view {
    background-color: var(--primary);
    color: #fff !important;
    font-weight: 600;
    width: 100%;
    padding: 6px 20px;
    border-radius: 4px;
    box-shadow: none;
}

.btn-view:hover {
    background-color: var(--secondary);
    color: #fff;
}

/* Mobile optimization */
@media (max-width: 575.98px) {

    .order-table td,
    .order-table th {
        font-size: 14px;
        padding: 10px 8px;
    }

    .btn-view {
        padding: 5px 12px;
        font-size: 13px;
    }
}

/* ********************wishlist************** */
.wishlist-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.wishlist-item:last-child {
    border-bottom: none;
}

.wishlist-item .product-image {
    width: 130px;
    height: auto;
    object-fit: cover;
}

.wishlist-item .product-title {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.wishlist-item .wishlist_price {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
}

.wishlist-item .wishlist_date {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.wishlist-item .btn-purple {
    background-color: var(--primary);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 8px 14px;
}

.wishlist-item .btn-purple:hover {
    background-color: var(--secondary);
    color: #fff;
}

.wishlist-item .stock-text {
    color: #28a745;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-item .stock-text i {
    margin-right: 5px;
}

.strike {
    text-decoration: line-through;
    color: #999;
}

@media (max-width: 575.98px) {
    .wishlist-item .product-title {
        font-size: 14px;
    }

    .wishlist-item .btn-purple {
        padding: 5px 10px;
        font-size: 13px;
    }

    .wishlist-item .wishlist_price {
        font-size: 14px;
        color: var(--primary);
        font-weight: 600;
    }

    .wishlist-item .wishlist_date {
        font-size: 11px;
        color: #093174;
        font-weight: 600;
    }

    .wishlist-item .wishlist-link {
        font-size: 14px;
    }
}
/* ****************order info********** */
   .order-info {
      font-size: 16px;
      margin-bottom: 20px;
      color: #c00;
    }

    .order-info strong {
      font-weight: 700;
    }

    .order-details-title {
      font-weight: 700;
      font-size: 20px;
      color: #000;
      margin-bottom: 15px;
    }

    .order-table th,
    .order-table td {
      background-color: #f8f9fc;
      border: none;
      vertical-align: middle;
    }

    .order-table td {
      font-weight: 500;
    }

    .summary-row td {
      background-color: #ffffff !important;
      font-weight: 600;
      padding: 12px 10px;
    }

    .text-right {
      text-align: right;
    }

    .order-table .product-size {
      font-size: 13px;
      color: #888;
      font-weight: 400;
    }
    .acc-dis{
        color: #c00;
        font-weight: 500;
            margin-left: 11px;
    }
    .acc-lable label{
        font-size: 14px;
    }
    .acc-lable label span{
  color: #c00;
    }
    @media (max-width: 575.98px) {
      .order-info,
      .order-details-title {
        font-size: 15px;
      }

      .order-table td,
      .order-table th {
        font-size: 14px;
      }

      .order-table .product-size {
        font-size: 12px;
      }
    }
.address-section{
    background-color:honeydew;
    padding: 20px;
}
    .address-section h3{
        font-size: 20px;
    }
.address-section .ingre{
    display: flex;
    align-items: center;
}
.address-section .ingre .icon img{
    height: 25px;
    width:25px
}
.address-section .ingre .text{
    font-size: 15px;
    color: #000;
    font-weight:500 ;
}
    .btns{
        display: flex;
        flex-direction: column;
     gap: 10px;
     margin-top: 10px;
    }
@media(max-width:767px){
    .btns{
        display: flex;
        flex-direction: column;
     gap: 10px;
    }
    .custom-prev, .custom-next {
    width: 30px;
    height: 30px;

}
.custom-prev i, .custom-next i {
    font-size: 13px;
}
.carousel-indicators {
    bottom: 0px;
}
.form-box {

    padding: 4rem 1rem 4.4rem;
 
}
}   
/* Account Form Styles */
.account-form {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.account-form .form-label {
  font-weight: 600;
  font-size: 15px;
  color: var(--primary);
  margin-bottom: 6px;
  display: block;
}

.account-form .form-label span {
  color: #e63946;
  margin-left: 3px;
}

.custom-input {
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  font-size: 14px;
}

.custom-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.3);
  outline: none;
}

.note-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary);
  margin: 4px 0;
  display: block;
}

.btn-save {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px;
  border: none;
  transition: background 0.3s ease;
}

.btn-save:hover {
    color: #fff;
  background: var(--dark);
}

@media(max-width:767px){
    .btns-acc-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
}
.wishlist-item .product-image {
    width: 60px;
    height: auto;
    object-fit: cover;
}
}
/* *******dashboard******** */