/* @import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&family=Hind+Siliguri:wght@300;400;500;600;700&family=Oswald:wght@200..700&family=Play:wght@400;700&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&family=Hind+Siliguri:wght@300;400;500;600;700&family=Orbitron:wght@400..900&family=Oswald:wght@200..700&family=Play:wght@400;700&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Hind+Siliguri:wght@300;400;500;600;700&family=Orbitron:wght@400..900&family=Oswald:wght@200..700&family=Play:wght@400;700&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'MakSylhet';
    src: url('../fonts/maksylhet/Li MAK Sylhet Unicode.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* font-family: "Anek Bangla", serif; */
/* font-family:"Saira Condensed", serif; */
body {
    font-family: "Hind Siliguri", serif;
    font-optical-sizing: auto;
    color: #484646;
}

div, h1, h2, h3, h4, h5, h6, p, small, span {
    font-family: "Hind Siliguri", serif;
    font-optical-sizing: auto;
}


html[lang="en"] body {
    /* font-family: "Saira Condensed", serif; */
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    color: #484646;
}

html[lang="en"] div, html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3, html[lang="en"] h4, html[lang="en"] h5, html[lang="en"] h6, html[lang="en"] p, html[lang="en"] span, html[lang="en"] a {
    /* font-family: "Saira Condensed", serif; */
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
}

.owl-carousel-inner h1, .owl-carousel-inner p {
    font-family: 'MakSylhet', sans-serif;
}

html[lang="en"] .owl-carousel-inner h1, html[lang="en"] .owl-carousel-inner p {
    font-family: 'Play', sans-serif;
    /* font-family: "Chakra Petch", serif; */
    letter-spacing: -1px;
}

.oswald-font {
    font-family: 'Oswald', serif;
}

.btn-primary {
    color: #000;
    background-color: #207d06;
    border-color: transparent !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #000 !important;
    background-color: #e7ee0b;
}

.frontend.navbar .navbar-brand,
.frontend.navbar a.btn {
    height: 80px;
}

/* .navbar .navbar-brand:not(.backend *),
.navbar a.btn:not(.backend *) {
    height: 80px;
} */


.lets-talk-button.py-4 {
    padding-top: 20px !important;
}


/* The switch container */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 20px;
    margin-bottom: -5px;
}

/* Hide default checkbox */
.toggle-switch input {
    display: none;
}

/* The slider with text */
.slider-text {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0c9202;
    border-radius: 15px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

/* Text alignment */
.text-left {
    margin-left: 0px;
}

.text-right {
    margin-right: 0px;
    margin-bottom: 2px;
}

/* The circle indicator */
.slider-text::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    background: linear-gradient(135deg, rgb(7, 47, 144), rgb(82, 189, 242));
    border-radius: 50%;
    top: -3px;
    left: -4px;
    transition: 0.4s;
}

/* When checked */
.toggle-switch input:checked+.slider-text {
    background-color: #e80518;
}

.toggle-switch input:checked+.slider-text::before {
    transform: translateX(34px);
}

.owl-carousel-inner .display-3 {
    font-size: 3rem;
}

.bg-light {
    background-color: #edf6e3 !important;
}

.text-primary {
    color: #198754 !important;
}

.footer-logo-slogan {
    line-height: 1.3;
    font-size: 14px;
    color: #9B9B9B !important;

}

.modal-dialog-medium {
    max-width: 654px;
}

.modal-header {

    border-bottom: 0px solid #28a745;
}

.modal-footer {
    border-top: 0px solid #28a745;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 14, 14, 0.77);
    /* Dark overlay with reduced opacity */
    display: none;
    /* Hidden by default */
    z-index: 1040;
    /* Behind the modal */
}

.bullet-small {
    font-size: .65rem;
}

/* 3D button style */
.container-3 {
    height: 0px;
    width: 88px;
    margin: 70px auto -45px;
    position: relative;
}

.circle-3 {
    background-color: #fff;
    height: 38px !important;
    width: 120px;
    display: block;
    border: 5px solid #00baff;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    animation-name: circle;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: circle;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    /* rotate: -90deg; */
}

.total-visitor-counter {
    margin-left: 19px;
    color: red;
}

.fa-3 {
    font-size: 20px;
    color: #00baff;
    bottom: 83px;
    position: absolute;
    left: 50%;
    margin-left: 25px;
    animation-name: arrow;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
}

.pulse-3 {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 0;
    background-color: transparent;
    opacity: 0;
    width: 110px;
    height: 110px;
    border: 10px solid #00baff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    /* Giving Animation Function */
    -webkit-animation: pulse 1s linear infinite 0.3s;
    -moz-animation: pulse 1s linear infinite 0.3s;
    border-image: initial;
}

@keyframes arrow {
    0% {
        bottom: 0;
    }

    75% {
        bottom: 90px;
    }

    100% {
        bottom: 0;
    }
}

@-webkit-keyframes arrow {
    0% {
        bottom: 0;
    }

    75% {
        bottom: 90px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes circle {
    0% {
        height: 120px;
    }

    10% {
        height: 120px;
    }

    50% {
        height: 130px;
    }

    75% {
        height: 150px;
    }

    90% {
        height: 130px;
    }

    100% {
        height: 120px;
    }
}

@-webkit-keyframes circle {
    0% {
        height: 120px;
    }

    10% {
        height: 120px;
    }

    50% {
        height: 130px;
    }

    75% {
        height: 150px;
    }

    90% {
        height: 130px;
    }

    100% {
        height: 120px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

.form-control {

    color: #554f4f !important;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .3;
}

.testimonial-carousel .testimonial-img img {
    width: auto;
    height: 100px;
}

.contact-form-section {
    margin-bottom: 1.5rem !important;
    background-color: #e4f0f9 !important;
}

.frontend .nav-item:hover, .frontend .dropdown-toggle:hover {
    color: yellow !important;
}

#our-services .btn-lg-square {
    width: 72px;
    height: 72px;
}

.header-carousel .owl-dots {
    top: 80px !important;
    right: 40px;
    display: none;
}

.display-3 {
    font-weight: 500;
}

html[lang="bn"] .navbar .navbar-nav .nav-link {
    font-weight: 600 !important;
}

@keyframes zoomEffect {
    0% {
        transform: scale(0.25);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#spinner img {
    animation: zoomEffect 1.5s ease-in-out infinite alternate;
}

#solarSavingsCalculator label {
    font-size: 14px;
}

#solarSavingsCalculator .form-control {
    font-size: 12px;
    border: 1px solid rgb(0, 136, 255, .4) !important;
}

#solarSavingsCalculator .form-control::placeholder {
    opacity: 0.5;
    color: rgba(0, 0, 0, 0.552);
    /* Ensuring color compatibility */
}

.text-blue {
    color: rgb(0, 136, 255);
}

.btn-blue {
    background-color: rgb(0, 136, 255) !important;
    color: white;
}

.btn-blue:hover {
    color: yellow;
}

#resultsSection {
    background-color: rgb(172, 228, 252);
}

.tooltip .tooltip-inner {
    font-size: 10px;
    /* Adjust the size as needed */
    padding: 5px 10px;
    /* Optional: Adjust padding for better spacing */
}

.bg-navy-blue {
    background-color: #0663b6;
}

.text-navy-blue {
    color: #0663b6;
}



.language-toggle {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9999;
}

.floating-calculate-btn i {
    margin-top: 3px !important;
}

.language-toggle .btn {
    width: 35px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    right: -2px;
    transition: all 0.2s ease;
    border: none;
    /* Smooth transition for size changes */
}

.language-toggle .btn:hover:not(.active_mod) {
    transform: scale(1.2);
    /* Slightly enlarge on hover */
    background: green;
    /* Change background color to green */
    color: white;
    /* Optional: Change text color */
    transition: all 0.2s ease;
    /* Smooth transition */
}

.language-toggle .btn-light-grey {
    background: #bdbdbd;
    /* Default inactive button background */
    /* transform: scale(0.9); */
    /* Slightly smaller for inactive buttons */
}

.language-toggle .active_mod {
    background: yellow;
    color: green;
    box-shadow: 0 4px 15px rgba(0, 128, 0, 0.4), -12px 0px 19px 3px rgba(0, 128, 0, 0.5);
    /* transform: scale(1.2); */
    /* Slightly enlarge the active button */
}

.lets-talk-button:hover .icon-on-hover {
    color: white !important;
}

/* .floating-calculate-btn {
    position: fixed;
    top: 57%;
    right: -35px;
    transform: translateY(100%) rotate(-90deg);
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 8px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: -1px -4px 20px 0px rgb(92 118 19);
    transition: all 0.3s ease;
    z-index: 1000;
} */

.floating-calculate-btn {
    position: fixed;
    top: 57%;
    right: 0px;
    /* transform: translateY(100%) rotate(0deg); */
    background-color: #007bff;
    color: white;
    border: none;
    padding: 6px 8px;
    /* font-size: 12px; */
    font-weight: bold;
    cursor: pointer;
    box-shadow: -1px -4px 20px 0px rgb(92 118 19);
    /* border-radius: 8px; */
    transition: all 0.3s ease;
    z-index: 1000;
}

.floating-calculate-btn:hover {
    transform: scale(1.3);
    background-color: #218838;
    /* Darker Green */
}

.floating-calculate-btn:hover .icon-on-hover-floating {
    color: yellow !important;
}

.mobile-number-footer, .email-address-footer {
    color: #9B9B9B !important;
}

.mobile-number-footer:hover, .email-address-footer:hover, .mobile-number:hover, .email-address:hover {
    color: #03a5f5 !important
}

/* Icon color animation */
@keyframes colorChange {
    0% {
        color: white;
    }

    25% {
        color: rgb(5, 133, 254);
    }

    50% {
        color: rgb(255, 255, 255);
    }

    75% {
        color: rgb(251, 255, 0);
    }

    100% {
        color: black;
    }
}

.icon-color-cycle {
    animation: colorChange 4s infinite;
    transition: color 4s ease-in-out;
}

.floating-btn {
    position: fixed;
    left: -68px;
    top: 84%;
    /* transform: translateY(-106%); */
    background: linear-gradient(135deg, #ff7e00, #ffa500);
    color: #fff;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: bold;
    /* border-radius: 30px; */
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 9999;
    rotate: -90deg;
}

.floating-btn i {
    margin-right: 8px;
}

.floating-btn:hover {
    /* transform: translateY(-50%) scale(1.05); */
    /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); */
    color: yellow;
}

.floating-btn-order:hover {
    color: black;
}

.floating-btn-login {
    left: -17px;
    top: 62% !important;
    background: linear-gradient(135deg, #147001, #029ee7);
}

.form-label-xs, .form-select-xs {
    font-size: 14px;
}

#registrationForm *, #loginFormNew * {
    font-size: 12px !important;
}

.login-cover-page .card {
    opacity: .85 !important;
}

.bg-blue {
    background-color: #0663b6 !important;
}

.bg-primary-subtle {
    background-color: #d1e6fa !important;
}


.solar-home-order-items .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.solar-home-order-items .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.solar-home-order-items .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.solar-home-order-items .btn-custom {
    background: linear-gradient(45deg, #0663b6, #218838);
    color: white;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.solar-home-order-items .btn-custom:hover {
    background: linear-gradient(45deg, #218838, #1e7e34);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.5);
    transform: scale(1.05);
}

.solar-home-order-items .btn-custom:active {
    transform: scale(0.95);
}

.solar-home-order-items .btn-modal-request-quote {
    padding: 8px 14px !important;
}


.solar-home-order-items .fire-effect-h4, .solar-home-order-items .fire-effect-h5 {
    height: 300px;
    width: 100%;
    background-image: url("https://dl.dropbox.com/s/r2s8s2r17wi0xm6/flame.png?dl=0");
    background-position: 0 -1000px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fire 4s linear infinite;
}

.solar-home-order-items .fire-effect-h4 {
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.solar-home-order-items .fire-effect-h5 {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

@keyframes fire {
    0% {
        background-position: 0% -50%;
    }

    100% {
        background-position: 0% -25%;
    }
}

.solar-home-order-items .text-white {
    color: #bbb2b2 !important;
    font-size: 15px;
}

.solar-industry-banner-image {
    border-radius: 15px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.text-purple {
    color: #8c68cd;
}

.bg-light-purple {
    background: #d8c9f4b8 !important;
}

.rounded-3 {
    border-radius: 1rem !important;
    /* Ensures the style applies */
}

.rounded-top-3 {
    border-radius: 1rem !important;
    /* Ensures the style applies */
}

.custom-3d-button {
    font-size: 1.2rem;
    /* Larger text */
    text-transform: uppercase;
    /* Uppercase for emphasis */
    letter-spacing: 1px;
    background: linear-gradient(145deg, #007bff, #0056b3);
    /* 3D gradient */
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2),
        -4px -4px 8px rgba(255, 255, 255, 0.1);
}

.custom-3d-button:hover {
    background: linear-gradient(145deg, #0056b3, #003f7f);
    transform: scale(1.05);
    /* Slight enlargement */
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3),
        -6px -6px 12px rgba(255, 255, 255, 0.1);
}

.custom-3d-button:active {
    transform: scale(0.98);
    /* Slight press-down effect */
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3),
        inset -4px -4px 8px rgba(255, 255, 255, 0.1);
}

/* === 3D EFFECT FOR MODAL (Except Header) === */
#registrationModal .modal-content {
    border-radius: 12px;
    background: linear-gradient(145deg, #ffffff, #d1e6fa);
    /* box-shadow: 8px 8px 15px rgb(102 44 44 / 20%), -8px -8px 15px rgb(27 26 15); */
    box-shadow: 8px 8px 15px rgba(102, 44, 44, 0.2), -8px -8px 15px rgba(156, 156, 145, 0.14);
    /* background: linear-gradient(145deg, #ffffff, #e6e6e6);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2), -8px -8px 15px rgba(199, 186, 186, 0.73); */
    /* box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2), 
                -8px -8px 15px rgba(255, 255, 255, 0.7); */
    transition: all 0.3s ease-in-out;
}

/* === KEEP MODAL HEADER AS-IS (No changes) === */
#registrationModal .modal-header {
    border-radius: 12px 12px 0 0;
    padding: 1rem 1rem 0rem 1rem !important;
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); */
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {

    background-color: #ecf4fd !important;
    border-color: #dee2e6 #dee2e6 #ecf5fd !important;
}

/* === CLOSE BUTTON STYLING === */
#registrationModal .btn-close-white {
    filter: invert(1);
    opacity: 0.8;
}

#registrationModal .text-blue {
    color: rgb(18, 91, 155);
}

#registrationModal .btn-close-white:hover {
    opacity: 1;
}

#registrationModal .bg-light {
    background-color: #d8efbf !important;
}

#registrationModal .bg-light-purple {
    background: #cdb7f6b8 !important;
}

#registrationModal .bg-primary-subtle {
    background-color: #b5dafe !important;
}

/* === FORM INPUT SMART DESIGN === */
#registrationModal .form-control, #loginFormNew .form-control {
    font-size: .5rem;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

/* === FORM INPUT FOCUS EFFECT (OUTLINE & SHADOW) === */
#registrationModal .form-control:focus {
    background: #ffffff;
    border-color: #ff002f;
    outline: none;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.5);
    transform: scale(1.02);
}

/* === SELECT2 DROPDOWN STYLING === */
#registrationModal .select2-container .select2-selection--single {
    height: 38px !important;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

/* === SELECT2 FOCUS EFFECT === */
#registrationModal .select2-container--default .select2-selection--single:focus,
#registrationModal .select2-container--default .select2-selection--single:hover {
    background: #ffffff;
    border-color: #007bff;
    outline: none;
    box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.5);
    transform: scale(1.02);
}

/* === SELECT2 DROPDOWN RESULTS BOX DESIGN === */
#registrationModal .select2-dropdown {
    border-radius: 8px;
    border: 1px solid #007bff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

/* === SELECT2 SELECTED OPTION STYLING === */
#registrationModal .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #007bff !important;
    color: #ffffff !important;
}

/* === 3D EFFECT FOR BUTTON === */
#registrationModal .btn-modal-request-quote {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 50px;
    /* background: linear-gradient(145deg, #033c7a, #0974e8); */
    background: linear-gradient(145deg, #4e80f7, #051a59);
    color: white;
    border: none;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2),
        -4px -4px 8px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

#registrationModal #booking_now_button {

    background: linear-gradient(145deg, #0fae01, #062f01);
}

#registrationModal .booking_now_button {

    background: linear-gradient(145deg, #0fae01, #062f01);
}

#registrationModal .request_quote_button {

    background: linear-gradient(145deg, #4e80f7, #051a59) !important;
}

#registrationModal .btn-modal-request-quote:hover {
    background: linear-gradient(145deg, #86b300, #003f7f);
    transform: scale(1.05);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3),
        -6px -6px 12px rgba(255, 255, 255, 0.1);
}

#registrationModal .btn-modal-request-quote:active {
    transform: scale(0.98);
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3),
        inset -4px -4px 8px rgba(255, 255, 255, 0.1);
}

/* === CENTER THE BUTTON PERFECTLY === */
#registrationModal .d-flex.justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#registrationModal .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

/* === Rounded 3D Close Button (Smaller & Positioned Nicely) === */
#registrationModal .btn-close, #calcModal .btn-close {
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    /* Gradient color */
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    /* Adds margin from the top */
    right: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2),
        -4px -4px 8px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* === Adding an 'X' Icon Manually (For Customization) === */
#registrationModal .btn-close::before, #calcModal .btn-close::before {
    content: "\2715";
    /* Unicode for 'X' symbol */
    font-size: 10px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
}

/* === Hover Effect: Glowing, Enlarging, and Rotating Slightly === */
#registrationModal .btn-close:hover, #calcModal .btn-close:hover {
    background: linear-gradient(135deg, #ff5733, #c70039);
    transform: scale(1.1) rotate(180deg);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3),
        -6px -6px 12px rgba(255, 255, 255, 0.2);
}

/* === Active Effect: Pressing Animation (Clickable Feedback) === */
#registrationModal .btn-close:active {
    transform: scale(0.9);
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3),
        inset -4px -4px 8px rgba(255, 255, 255, 0.2);
}

/* === 3D Solar Pump Card Design === */


.solar-pump-service-item .card {
    border-radius: 12px;
    background: linear-gradient(145deg, #b9d6f5, #fffafa);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2),
        -8px -8px 15px rgba(255, 255, 255, 0.7) !important;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    /* padding: 20px; */
}

/* === Card Hover Effect (Floating Effect) === */
.solar-pump-service-item:hover {
    transform: translateY(-5px);
    /* box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.3), 
                -12px -12px 20px rgba(255, 255, 255, 0.2); */
}

.solar-pump-service-item .card:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.3),
        -12px -12px 20px rgba(255, 255, 255, 0.2);
}

/* === Card Header Styling (Bold & Attractive) === */
.solar-pump-service-item .card-header {
    background: linear-gradient(135deg, #003f7f, #007bff);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px;
    border-radius: 12px 12px 0 0;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

/* === Card Body Styling (Clean Layout) === */
.solar-pump-service-item .card-body {
    padding: 20px;
    text-align: center;
}

/* === Dropdown Styling (Smart Mini 3D Effect) === */
.solar-pump-service-item .form-select-xs {
    padding: 3px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1), inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}

/* === Dropdown Focus & Hover Effect === */
.solar-pump-service-item .form-select-xs:focus {
    background: #ffffff;
    border-color: #007bff;
    outline: none;
    box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.5);
    transform: scale(1.02);
}

/* === 3D Button Design (Premium Look) === */
.solar-pump-service-item .btn-custom {
    background: linear-gradient(145deg, #e0dd20, #0056b3);
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 28px;
    border: none;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2), -4px -4px 8px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

/* === Button Hover & Active Effect === */
.solar-pump-service-item .btn-custom:hover {
    background: linear-gradient(145deg, #0056b3, #003f7f);
    transform: scale(1.05);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3),
        -6px -6px 12px rgba(255, 255, 255, 0.1);
}

.solar-pump-service-item .btn-custom:active {
    transform: scale(0.95);
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3),
        inset -4px -4px 8px rgba(255, 255, 255, 0.1);
}

/* === Centering Text & Elements Smartly === */
.solar-pump-service-item .text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* === Custom Order Button Styling === */


/* === Hover Effect: Color Change, Glow, and Scale === */
.btn-warning-carousel:hover {
    background: linear-gradient(135deg, #36d229, #104ddf);
    /* Darker Orange-Red */
    transform: scale(1.1);
    /* Slight enlargement */
    box-shadow: 0px 0px 15px rgba(255, 87, 34, 0.7);
    /* Glowing effect */
    color: #fff;
}

/* === 3D Modal Styling (Matches Solar Pump Card) === */
#calcModal .modal-content, #confirmBookingModal .modal-header {
    border-radius: 14px;
    /* background: linear-gradient(-90deg, #b9d6f5, #fffafa); */
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2), -8px -8px 15px rgba(49, 47, 47, 0.7);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

/* === Modal Hover Effect (Floating Effect) === */
#calcModal .modal-content:hover, #confirmBookingModal .modal-header:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.3),
        -12px -12px 20px rgba(255, 255, 255, 0.2);
}

/* === Modal Header Styling (Gradient & Modern Look) === */
#calcModal .modal-header {
    background: linear-gradient(135deg, #003f7f, #007bff);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px;
    border-radius: 12px 12px 0 0;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

#confirmBookingModal .modal-header {
    background: linear-gradient(135deg, #003f7f, #007bff);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px;
    border-radius: 0px 0px 0 0;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

/* === Rounded 3D Close Button (Smaller & Positioned Nicely) === */
#calcModal .btn-close {
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #530404, #fff);
    /* Gradient color */
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    /* Adds margin from the top */
    right: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2),
        -4px -4px 8px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* === Adding an 'X' Icon Manually (For Customization) === */
#calcModal .btn-close::before {
    content: "\2715";
    /* Unicode for 'X' symbol */
    font-size: 10px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
}

/* === Hover Effect: Glowing, Enlarging, and Rotating Slightly === */
#calcModal .btn-close:hover {
    background: linear-gradient(135deg, #ff5733, #c70039);
    transform: scale(1.1) rotate(180deg);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3),
        -6px -6px 12px rgba(255, 255, 255, 0.2);
}


/* === Modal Body Styling (Clean Layout) === */
#calcModal .modal-body {
    padding: 20px;
    font-size: 1rem;
    color: #333;
}

/* === Table Styling (Soft 3D Effect) === */
#calcModal .table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 8px rgba(122, 116, 116, 0.1), -4px -4px 8px rgba(176, 169, 169, 0.7);
}

#calcModal .table-striped>tbody>tr:nth-of-type(1) {
    --bs-table-accent-bg: #b3d5f7;
    color: var(--bs-table-striped-color);
}

#calcModal .table-striped>tbody>tr:nth-of-type(2) {
    --bs-table-accent-bg: #deedfe;
    color: var(--bs-table-striped-color);
}

#calcModal .table-striped>tbody>tr:nth-of-type(3) {
    --bs-table-accent-bg: #b3d5f7;
    color: var(--bs-table-striped-color);
}

#calcModal .table-striped>tbody>tr:nth-of-type(4) {
    --bs-table-accent-bg: #deedfe;
    ;
    color: var(--bs-table-striped-color);
}

#calcModal .table-striped>tbody>tr:nth-of-type(5) {
    --bs-table-accent-bg: #b3d5f7;
    color: var(--bs-table-striped-color);
}

/* === Table Header Row === */
#calcModal .table thead th {
    background: linear-gradient(135deg, #037cfc, #034ea2);
    color: white;
    text-align: center;
    padding: 10px;
}

/* === Table Borders & Cells === */
#calcModal .table td, #calcModal .table th {
    border: 1px solid #ddd;
    text-align: center;
}

/* === 3D Button Design (Matches Solar Pump Card) === */
#calcModal .btn-custom {
    background: linear-gradient(145deg, #e0dd20, #0056b3);
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 7px 18px;
    border-radius: 28px;
    border: none;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2),
        -4px -4px 8px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
}

/* === Button Hover & Active Effect === */
#calcModal .btn-custom:hover {
    background: linear-gradient(145deg, #0056b3, #003f7f);
    transform: scale(1.05);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3),
        -6px -6px 12px rgba(255, 255, 255, 0.1);
}

#calcModal .btn-custom:active {
    transform: scale(0.95);
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3),
        inset -4px -4px 8px rgba(255, 255, 255, 0.1);
}

/* === Modal Footer Buttons (3D Design) === */
#calcModal .btn-danger {
    background: linear-gradient(135deg, #ff4b2b, #59051d);
    color: white;
    border: none;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

#calcModal .btn-primary:disabled {
    background: linear-gradient(135deg, #2b83ff, #011f4e);
    color: white;
    cursor: not-allowed;
    box-shadow: none;
    border-radius: 50px;
}

#calcModal .btn-danger:hover {
    background: linear-gradient(135deg, #c70039, #900c3f);
    transform: scale(1.05);
    box-shadow: 6px 6px 12px rgba(255, 0, 0, 0.3);
}

#calcModal .btn-primary {
    background: linear-gradient(135deg, #007bff, #062241);
    color: white;
    border: none;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

#calcModal .btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #003f7f);
    transform: scale(1.05);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}

/* === Disable Effect for Register Order Button === */



/* === Custom Checkbox Styling === */
.form-checkbox {
    width: 20px;
    height: 20px;
    appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    /* Rounded corners */
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* === Checkbox Hover Effect === */
.form-checkbox:hover {
    border-color: #28a745;
    /* Light green border on hover */
    box-shadow: 0px 0px 8px rgba(40, 167, 69, 0.5);
    /* Soft green glow */
}

/* === Checkbox Checked Effect (Smart Green Look) === */
.form-checkbox:checked {
    background-color: #28a745;
    /* Green background */
    border-color: #28a745;
    box-shadow: 0px 0px 10px rgba(40, 167, 69, 0.6);
}

/* === Custom Checkmark Inside Checkbox === */
.form-checkbox:checked::after {
    content: "\2714";
    /* Unicode checkmark */
    font-size: 16px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

/* === Smooth Transition When Clicking Checkbox === */
.form-checkbox:active {
    transform: scale(0.9);
}

.btn-check:checked+.btn-outline-dark, .btn-check:active+.btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #0370c2;
    border-color: #026fc3;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #0370c2;
    border-color: #026fc3;
}


#privacyPolicyModal,
#termsConditionsModal,
#cancellationPolicyModal,
#refundPolicyModal>* {
    font-size: 80% !important;
}

#confirmBookingModal .modal-header {
    background: linear-gradient(135deg, #16038d, #4f38e0);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px;
    border-radius: 0px 0px 0 0;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.bg-warning-gradient {
    background: linear-gradient(135deg, #ff9100, #834b02);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px;
    border-radius: 0px 0px 0 0;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.bg-danger-gradient {
    background: linear-gradient(135deg, #f52727, #800303);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px;
    border-radius: 0px 0px 0 0;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.bg-info-gradient {
    background: linear-gradient(135deg, #077dfb, #014389);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px;
    border-radius: 0px 0px 0 0;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.bg-secondary-gradient {
    background: linear-gradient(135deg, #05ecec, #015f5f);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px;
    border-radius: 0px 0px 0 0;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.2);
}

#registrationModal .modal-header .btn-close,
#confirmBookingModal .modal-header .btn-close,
#privacyPolicyModal .modal-header .btn-close,
#termsConditionsModal .modal-header .btn-close,
#cancellationPolicyModal .modal-header .btn-close,
#refundPolicyModal .modal-header .btn-close {
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #530404, #fff);
    /* Gradient color */
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    /* Adds margin from the top */
    right: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2),
        -4px -4px 8px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#registrationModal .modal-header .btn-close::before,
#confirmBookingModal .modal-header .btn-close::before,
#privacyPolicyModal .modal-header .btn-close::before,
#termsConditionsModal .modal-header .btn-close::before,
#cancellationPolicyModal .modal-header .btn-close::before,
#refundPolicyModal .modal-header .btn-close::before {
    content: "\2715";
    /* Unicode for 'X' symbol */
    font-size: 10px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
}


#registrationModal .modal-header .btn-close:hover,
#confirmBookingModal .modal-header .btn-close:hover,
#privacyPolicyModal .modal-header .btn-close:hover,
#termsConditionsModal .modal-header .btn-close:hover,
#cancellationPolicyModal .modal-header .btn-close:hover,
#refundPolicyModal .modal-header .btn-close:hover {
    /* transform: rotate(90deg); */
    background: linear-gradient(135deg, #ff5733, #c70039);
    transform: scale(1.1) rotate(180deg);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3),
        -6px -6px 12px rgba(255, 255, 255, 0.2);
}

#registrationModal .btn-outline-dark {
    /* color: #0262AA; */
    border-color: #0376DB;
    border-radius: 7px;
}

#registrationModal .btn-outline-dark:hover {
    color: #fff;
    background-color: #0262AA;
}

#registrationModal .btn-outline-dark:active {
    color: #fff;
    background-color: #0262AA;
}

.floating-calculate-container {
    position: fixed;
    top: 57%;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    /* button stays right */
}

.slide-label-btn {
    background-color: #218838;
    color: white;
    padding: 12px 14px;
    margin-right: 33px;
    border-radius: 6px 0 0 6px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s ease;
    pointer-events: none;
    text-decoration: none;
}

.floating-calculate-container:hover .slide-label-btn {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    color: yellow;
}

.floating-calculate-container:hover .floating-calculate-btn {
    transform: scale(1.3);
    background-color: #218838;
}



@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#product-showcase .product-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#product-showcase .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

#product-showcase .product-img {
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

#product-showcase .filter-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#product-showcase .badge-discount {
    position: absolute;
    top: 21px;
    right: 0px;
    background-color: #daa520 !important;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 5px;
}

#product-showcase .btn-buy,
#product-showcase .btn-cart {
    font-weight: 500;
    transition: all 0.3s;
}

#product-showcase .btn-buy {
    background-color: #28a745;
    color: #fff;
}

#product-showcase .btn-buy:hover {
    background-color: #218838;
}

#product-showcase .btn-cart {
    background-color: #ffc107;
    color: #000;
}

#product-showcase .btn-cart:hover {
    background-color: #e0a800;
}

#product-showcase .text-price {
    color: #dc3545;
    font-weight: bold;
}

#product-showcase .text-old-price {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 0.875rem;
}

#price-filter {
    --thumb-size: 18px;
    --track-height: 6px;
    --track-bg: #e0e0e0;
    --range-color: linear-gradient(to right, #007bff, #6610f2);
}

#price-filter .slider-container {
    position: relative;
    height: var(--thumb-size);
}

#price-filter .range-input {
    position: absolute;
    width: 100%;
    height: var(--thumb-size);
    pointer-events: none;
    background: none;
    z-index: 3;
    -webkit-appearance: none;
    appearance: none;
}

#price-filter .range-input::-webkit-slider-thumb {
    pointer-events: all;
    width: var(--thumb-size);
    height: var(--thumb-size);
    background-color: #007bff;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-appearance: none;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#price-filter .range-input::-moz-range-thumb {
    pointer-events: all;
    width: var(--thumb-size);
    height: var(--thumb-size);
    background-color: #007bff;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#price-filter .slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: var(--track-height);
    width: 100%;
    background: var(--track-bg);
    border-radius: 10px;
    z-index: 1;
}

#price-filter .slider-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: var(--track-height);
    background: var(--range-color);
    z-index: 2;
    border-radius: 10px;
}

#product-details body {
    background-color: #f8f9fa;
}

#product-details .product-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#product-details .magnify-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    cursor: zoom-in;
}

#product-details .magnify-container img {
    transition: transform 0.3s ease;
    width: 100%;
    display: block;
}

#product-details .magnify-container.zoomed img {
    transform: scale(2);
    cursor: zoom-out;
}

#product-details .thumbnail-gallery {
    display: flex;
    gap: 10px;
}

#product-details .thumbnail-gallery img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
}

#product-details .thumbnail-gallery img.active {
    border-color: #0d6efd;
}

#product-details .badge-stock {
    background-color: #28a745;
}

#product-details .badge-code {
    background-color: #6c757d;
}

#product-details .product-title {
    font-size: 1.5rem;
    font-weight: 600;
}

#product-details .product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc3545;
}

#product-details .product-old-price {
    text-decoration: line-through;
    font-size: 1rem;
    color: #6c757d;
}

#product-details .discount-label {
    background: linear-gradient(90deg, #007bff, #6610f2);
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
}

#product-details .btn-buy {
    background-color: #198754;
    color: white;
}

#product-details .btn-buy:hover {
    background-color: #157347;
}

#product-details .btn-cart {
    background-color: #ffc107;
    color: #000;
}

#product-details .btn-cart:hover {
    background-color: #e0a800;
}

.mobile-bottom-nav {
    display: none !important;
}

.category-box-square {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    background: #338af4;
    /* fallback */
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    text-align: center;
    color: #fff;
}

.category-box-square img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform 0.4s ease;
    opacity: 1;
    /* filter: brightness(0.7); */
}

.category-box-square:hover img {
    transform: scale(1.1);
    opacity: 0.3;
}

.category-box-square .category-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0.5rem;
    opacity: 0;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.4)); */

}

.category-box-square:hover .category-content {
    opacity: 1;
}

.category-box-square .category-content i {
    font-size: 1.4rem;
    margin-bottom: 0.25rem;

    color: #ffdd57;
}

.category-box-square .category-content .category-name {
    font-size: 1rem;
    font-weight: 600;
    color: #ffdd57;
}

/* .category-box-square:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
} */


.category-box-square.active {
    /* border-color: #ffc107; */
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    border: 6px solid rgb(31, 100, 248);
    background: #338af4;
    /* fallback */
}

.category-box-square.active .category-content {
    opacity: 1;
}

.category-box-square.active img {
    transform: scale(1.1);
    opacity: 0.4;
}

@media (min-width: 576px) {
    .category-box-square {
        width: 110px;
        height: 110px;
    }
}

@media (min-width: 768px) {
    .category-box-square {
        width: 120px;
        height: 120px;
    }
}


.input-group input::placeholder {
    color: #6c757d;
    font-style: italic;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.input-group .btn {
    transition: background-color 0.3s ease;
}

.input-group .btn:hover {
    background-color: #0b5ed7;
}

.search_button_store {
    background-color: #0d6efd;
    /* blue */
    color: #fff;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    transition: background-color 0.3s ease;
}

.search_button_store:hover {
    background-color: #198754 !important;
    color: #fff;
}

.shadow-big {
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 0.75rem;
}

.shadow-big:hover {
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.1),
        0 12px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0596FF;
    border-color: #047bd0;
}

#cartToggle {
    position: fixed;
    top: 26%;
    /* You can adjust this as needed */
    right: 0;
    transform: translateY(-50%);
    z-index: 1050;
    background: linear-gradient(135deg, #f9a825, #f57f17);
    /* Gradient orange */
    color: #fff;
    padding: 0.55rem 1rem;
    border: none;
    /* border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem; */
    box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    transition: all 0.3s ease;
}

#cartToggle:hover {
    background: linear-gradient(135deg, #ffa000, #ef6c00);
    transform: translateY(-50%) scale(1.05);
    box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.25);
}

#cartToggle i {
    margin-right: 6px;
    font-size: 1rem;
}

.btn-warning {
    background: linear-gradient(135deg, #f9a825, #f57f17) !important;
}

.related_product_name:hover {
    color: rgb(3, 61, 238) !important;
}

.product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product-hover-icons {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 2;
}

.product-hover-icons i {

    font-size: 2rem !important;
}

.product-card:hover .product-hover-icons {
    opacity: 1;
}

.product-card img {
    transition: 0.3s ease;
}

.product-card:hover img {
    filter: brightness(0.7);
}

.text-blue-product-details {
    color: rgb(255, 255, 255) !important;
}

.text-orange-product-details {
    color: #ffffff  !important;
}