.container {
    max-width: 1300px;
}

a {
    /* color: #0d7cdf; */
    text-decoration: none;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    display: inline-block;
    max-width: 100%;
}


@media(max-width: 767px) {
    .categories_menu_toggle ul {
        padding: 0 15px !important;
    }
}

.tracking-product {
    margin-bottom: 200px;
}

.tracking-product h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: -7px;
}

.tracking-product form {
    position: relative;
    width: 100%;
    height: 80px;
}

.tracking-product form input {
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
    text-indent: 20px;
    font-size: 20px;
}

.tracking-product form button {
    position: absolute;
    height: 74%;
    right: 10px;
    top: 10px;
    padding: 0 30px;
    background: #5F27CD;
    border: 2px solid #5F27CD;
    font-size: 20px;
    color: #fff;
}



/* Tracking Steps */



.feature-area .single-feature-2 {
    margin-bottom: 60px;
    padding: 0 10px;
    text-align: center;
    color: #111;
    position: relative;
}

.feature-area.disabled {
    opacity: 0.1;
    position: relative;
    z-index: -1;
}

.feature-area .disabled {
    opacity: 0.2;
    position: relative;
    z-index: -1;
}

.feature-area .single-feature-2.bottom-after:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 32px;
    top: 10px;
    left: 69%;
    background: url(../img/after-1.png) center center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
    .feature-area .single-feature-2.bottom-after:after {
        display: none;
    }
}

.feature-area .single-feature-2.bottom-before:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 32px;
    bottom: 150px;
    left: 71%;
    background: url(../img/after-2.png) center center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
    .feature-area .single-feature-2.bottom-before:after {
        display: none;
    }
}

.feature-area .single-feature-2 i {
    font-size: 24px;
    height: 90px;
    width: 90px;
    line-height: 86px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #5F27CD;
    transition: 0.4s;
    background: #5F27CD;
}

.feature-area .single-feature-2 .animation {
    position: relative;
}

.feature-area .single-feature-2 .animation::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 110px;
    height: 110px;
    background: #5f27cd5e;
    border-radius: 50%;
    -webkit-animation: pulse-border 1000ms ease-out infinite;
    animation: pulse-border 1000ms ease-out infinite;
    z-index: -1;

}


@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-o-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

.feature-area .single-feature-2 h4 {
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: 0.4s;
}

.feature-area .single-feature-2 p {
    margin-bottom: -5px;
}


/* Slider style */

.single_slider {
    position: relative;
    z-index: 100;
}

.single_slider:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #0000008f;
    top: 0;
    left: 0;
    z-index: -1;
}

.slider_content {
    color: #fff;
}

.slider_content h1 {
    font-weight: 700;
}

.slider_content h2 {
    font-size: 42px;
}

.slider_content p span {
    color: #22ccf5 !important;
    font-weight: 700;
}

.slider_area .owl-dots .owl-dot.active {
    background: #ffffff;
    height: 12px;
    width: 12px;
}

.slider_area .owl-dots .owl-dot {
    background: transparent;
    border: 2px solid #fff;
}

.slider_area .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
}

.label_product {
    left: 10px;
    right: auto;
}



section.shipping_area {
    padding: 10px 0;
    color: #fff;
    background: #3c65eb;
}

.label_product span.label_sale {
    letter-spacing: 0;
    font-weight: 400;
    background: #0d7cdf;
}

.section_title:before {
    background: #fa5252;
}

.footer_top {
    /* background: #0d7cdff0;
    color: #fff;
    border-bottom: 0; */
    background: #edf1f4;
    color: #2e4252;
    border-bottom: 0;

}

.footer_bottom {
    background: #0d7cdf;
    color: #fff;
}

.cart_remove a {
    font-size: 10px;
    border: 1px solid #fa5252;
    color: #fa5252;
    width: 15px;
    height: 15px;
    display: block;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
}

.cart_remove a:hover {
    background: #FA5252;
    border: 1px solid #fa5252;
}

.brand_items {
    border-right: 0px solid #ebebeb;
}

.single_brand img {
    width: 100px;
    height: auto;
}

.order_table {
    overflow-x: hidden;
}

.order-notes textarea {
    height: auto;
}

.product_ratting ul li a {
    color: #f95252;
}

.product_variant.color ul li {
    border: 0px solid #ccc;
}

.product_variant.color ul li a {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
}

.top_right>ul>li:hover>a {
    color: #fff;
}

.categories_menu_toggle>ul>li>a i.fa-angle-right {
    line-height: 43px;
}

.brand_container .single_brand img {
    width: auto;
    margin: 0 auto;
    height: 80px;
}

.coupon_inner button:hover,
.cart_submit button:hover,
.checkout_btn a:hover,
.order_button button:hover,
.checkout_form label.righ_0:hover,
.search_box button:hover,
.subscribe_form form button:hover {
    background: #fa5252;
}

.footer_menu ul li a:hover,
.copyright_area p a:hover {
    color: #67b1d1;
}

.order_button {
    margin-top: 30px;
}

.order_button button {
    padding: 10px 34px;
}

.search_box button {
    top: 0;
    bottom: 0;
    right: 0;
}

.cart_img {
    border: 0;
}

.subscribe_form form {
    border-radius: 0;
    border: 0;

}


.subscribe_form form button {
    border-radius: 0;
    background: #0d7cdf;
}

.support_info p a:hover {
    color: #fff;
}

.categories_title::before {
    font-family: Fontawesome;
    content: "\f141";
    font-weight: 100;
}








.account {
    padding: 80px 0;
}

.account-contents {
    box-shadow: 0 8px 26px 5px rgba(0, 0, 0, 0.1), 0 10px 25px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    /* background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat; */
    background-image: none;
    background-color: transparent;
    /* background-image: url(../../../public_assets/contactus.png); */
    /* background-image: url(../../../public_assets/loginscreen.png); */
}

.account-content {
    padding: 30px;
    /* Increased padding for better spacing */
    height: 100%;
    background: #fff;
}

/* Styles for the logo and text inside the form */
.logo-header {
    text-align: center;
    /* Ensures content inside is centered (mostly for safety) */
    /* Adjust margin as needed, Bootstrap mb-5 is used in HTML */
}

.logo-header .logo-form-image {
    max-width: 150px;
    /* Keep logo size reasonable on desktop */
    height: auto;
    display: block;
    /* Important for alignment inside flex container */
    margin: 0 auto;
    /* Ensures it is centered if container is wider than image */
}

.logo-header .logo-text {
    /* Use one of your primary colors for prominence */
    color: #0d7cdf;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 2px 2px 6px rgba(41, 144, 235, 0.007);
    text-transform: uppercase;
    margin: 0;
}

/* Ensure the form has some top padding if needed, although mt-5 is used */
/* .formotp {
    padding-top: 30px; 
} */

/* Media query for smaller screens if the logo still seems too big */
@media (max-width: 767px) {
    .logo-header .logo-form-image {
        max-width: 100px;
        /* Shrink logo on smaller devices */
    }

    .logo-header .logo-text {
        font-size: 22px;
    }
}

.account-thumb-wrapper {
    /* Apply background properties here */
    background-image: url(../../../public_assets/loginscreen.png);
    background-size: cover;
    /* Ensures image fills the container */
    background-position: center center;
    /* Centers the image */
    background-repeat: no-repeat;
    height: 100%;
    /* Important: ensures it matches the height of the form column */
    min-height: 400px;
    /* Fallback height for image column */
    position: relative;
    z-index: 1;
}

.account-thumb-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Re-apply the gradient overlay */
    background: radial-gradient(791.1px at 50% 1.82%, #4aa5f591 0, #0c1b2f80 100%);
    /* background: radial-gradient(791.1px at 50% 1.82%, #5bb2ff47 0, #111a23 100%); */
    opacity: 0.8;
    z-index: -1;
}

.account-contents:before {
    display: none;
    content: none;
    /* position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(791.1px at 50% 1.82%, #5bb2ff47 0, #0d7cdf 100%);
    z-index: -1;
    opacity: 0.8; */
}

.account-content a {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #0d7cdf;
    line-height: 1;
    margin-bottom: 15px;
}

.account-content a:hover {
    border-bottom: 2px solid #0d7cdf;
}

.account-content a+a {
    float: right;
}

.selectizedrops {
    margin-bottom: 20px;
}

.selectizedrops label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #0d7cdf;
}

.selectize-dropdown .active:not(.selected) {
    background-color: #f5fafd !important;
    color: #fff;
}

.selectize-dropdown .selected {
    background-color: #0d7cdf !important;
    color: #fff;
}

.selectize-dropdown .active {
    background-color: #0d7cdf !important;
    color: #fff;
}

.single-acc-field {
    margin-bottom: 20px;
}

.single-acc-field label {
    display: block;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0d7cdf;
    margin-bottom: 3px;
}

.single-acc-field label[for="checkbox"] {
    display: inline-block;
}


.single-acc-field input {
    display: block;
    height: 50px;
    width: 100%;
    border: 2px solid #ddd;
    text-indent: 15px;
}

.single-acc-field textarea {
    width: 100%;
    border: 2px solid #ddd;
    padding: 15px;
}

.single-acc-field input:focus,
.single-acc-field textarea:focus {
    border-color: #0d7cdf;
}


.single-acc-field button {
    background: #0d7cdf;
    color: #fff;
    border: 0;
    padding: 12px 32px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-acc-field button:hover {
    background: #FA5252;
}

.account-thumb {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 70px;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media(max-width: 575px) {
    .account-thumb {
        padding: 40px;
    }

    .account-content {
        padding: 30px 20px;
    }
}

.account-thumb p {
    color: #fff;
    /* Make the text pop with a dark shadow */
    text-shadow: 1px 1px 3px rgba(41, 144, 235, 0.702);
}

.account-thumb h2 {
    margin-bottom: 15px;
    text-shadow: 2px 2px 6px rgba(41, 144, 235, 0.702);
    /* Ensure the color is white/inherited white */
    color: #fff;
}




/*Checkboxes styles*/
.single-acc-field input[type="checkbox"] {
    display: none;
}

.single-acc-field input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #0d7cdf;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.single-acc-field input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.single-acc-field input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #0d7cdf;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.single-acc-field input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.canvas_open a {
    color: #fff;
}

@media(max-width: 991px) {
    .Offcanvas_menu_wrapper .middel_right_info {
        background: #0d7cdf;
        padding: 10px 0;
    }
}

.mailchimp-error {
    text-align: left;
    color: #fa5252;
}

.widget_list.widget_filter form button {
    background: #0d7cdf;
}

.table-responsive table thead {
    background: #665dde;
}

.card-body1 a {
    color: #0d7cdf;
    font-weight: 700;
    ;
}

.main_menu {
    margin-left: 0px;
}

.active .slider_content h1,
.active .slider_content h2,
.active .slider_content p,
.active .slider_content a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.search_container form,
.search_box button {
    border-radius: 30px;
}

.single_slider {
    height: 750px;
}

.slider_content a {
    border-radius: 50px;
}

.slider_content a:hover {
    background: #0d7cdf;
}

.single_slider {
    overflow: hidden;
}

/* .single_slider:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    right: -100px;
    background: #0d7cdf;
    opacity: 0.8;
    transform: skew(-15deg, 0deg);
} */

.slider_area .owl-dots {
    transform: translatex(-18%);
}


@media only screen and (max-width: 1333px) {
    .slider_area .owl-dots {
        left: 50%;
        transform: translatex(-50%);
    }
}


@media only screen and (max-width: 767px) {
    .main_header {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .main_header {
        padding-bottom: 0px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 33px;
    margin-top: -7px;
    color: #354c9b;
    /* color: #0d7cdf; */

    font-weight: 700;
}

.features-area-selector {
    /* background: linear-gradient(180deg, rgb(237 241 244) 0%, rgba(189, 224, 242, 1) 35%, #0d7cdf61 100%); */
    /* background: linear-gradient(180deg, rgb(237 241 244) 0%, rgba(189, 224, 242, 1) 35%, #c3dff1 100%); */
    /* background: linear-gradient(180deg, rgb(237 241 244) 0%, rgba(189, 224, 242, 1) 35%, rgb(237 241 244) 100%);  Commented on 11-01-25*/
}



.single-features {
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    /* background: #edf1f4; */
    background: #f6f6f6;
    border: 3px solid #9cccf48c;
    border-radius: 5px;
    display: flex;
    box-shadow: #9cccf09c 0px 0px 4px 2px;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.single-features:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    -webkit-box-shadow: 10px 20px 43px 10px #9cccf09c;
    -moz-box-shadow: 10px 20px 43px 10px #9cccf09c;
    box-shadow: 10px 20px 43px 10px #9cccf09c;

    p {
        transition: all 0.3s ease-out;
        opacity: 1;
    }

    h3 {
        transition: all 0.3s ease-out;
        /* color: #ffffff; */
    }
}

.heightproblem {
    display: flex;
    flex-wrap: wrap;
}

.heightproblem>[class*="col-"] {
    display: flex;
    /* Makes the column a flex container */
    flex-direction: column;
    /* Stacks children vertically */
}

.single-features p {
    flex-grow: 1;
    /* This makes the paragraph expand to fill remaining space */
}

.single-features-img {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.single-features-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.single-features h3 {
    font-size: 22px;
    color: #354c9b;
}

.pro-details-feature {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 991px) {
    .pro-details-feature {
        margin-bottom: 50px;
    }

    .single_slider:before {
        display: none;
    }

    .zoomContainer {
        display: none;
    }
}

.pro-details-feature h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.pro-details-feature p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}

.pro-details-feature ul {
    margin-bottom: 20px;
}

.pro-details-feature ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 16px;
}

.pro-details-feature ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 5px;
    background: #2437bf;
    border-radius: 50%;
}

.pro-details-feature a {
    border: 0;
    font-size: 16px;
    background: #0d7cdf;
    height: 42px;
    line-height: 42px;
    text-transform: capitalize;
    width: 200px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.gray-bg {
    /* background: linear-gradient(180deg, rgb(237 241 244) 0%, rgba(189, 224, 242, 1) 35%, rgb(237 241 244) 100%); */
    /* background: linear-gradient(180deg, rgb(237 241 244) 0%, rgb(189 224 242 / 50%) 35%, rgb(237 241 244) 100%);Commented on 11-01-25 */

}


.single-tranding {
    margin-bottom: 23px;
    /* text-align: center; */
}


.single-tranding a:hover h3 {
    text-decoration: none;
    color: #354c9b;
}

.view-all-link {
    font-size: 18px;
    font-weight: 700;
    color: #0d7cdf;
    /* Using the color from your original style */
    text-align: center;
    display: inline-block;
    /* Helps with alignment and spacing */
    margin-top: 20px;
    /* Optional: adds space above the link */
}

.tranding-pro-img {
    margin-bottom: 20px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #34b2fd4d;
    /* background-color: #34b2fda1; */
    overflow: hidden;
    box-shadow: 0px 5px 16px 0 rgb(105 172 250 / 15%), 0px 3px 9px 0 rgba(0, 0, 0, 0.19) !important;

    /* border-radius: 10px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tranding-pro-img img {
    height: 100%;
    /* Make the image take up the full height of the container */
    width: 100%;
    /* Make the image take up the full width of the container */
    object-fit: cover;
    /* Scale the image to fit the container, maintaining its aspect ratio */
}

.tranding-pro-title {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tranding-pro-title h3 {
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #0d7cdf;
}








.trending-card-osm {
    background: #f6f6f6;
    padding: 13px;
    border-radius: 10px;
    padding: 0px;
    border: 3px solid #9cccf48c;
    box-shadow: #9cccf09c 0px 0px 4px 2px;
}

.trending-card-osm:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    -webkit-box-shadow: 10px 20px 43px 10px #9cccf09c;
    -moz-box-shadow: 10px 20px 43px 10px #9cccf09c;
    box-shadow: 1px 1px 13px 4px #9cccf09c;

    p {
        transition: all 0.3s ease-out;
        opacity: 1;
    }

    h3 {
        transition: all 0.3s ease-out;
        /* color: #ffffff; */
    }
}

.category-badge {
    font-size: 14px;
    background: #0d7cdf;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
}

/* .tranding-pro-title h4 {} */

.tranding-pro-price .current_price {
    color: #0d7cdf !important;
}

.tranding-pro-price {
    margin-top: 5px;
    display: flex;
}

.tranding-pro-features img {
    max-width: 40px;
    filter: none !important;
}

.tranding-pro-features-img {
    cursor: pointer;
    /* Makes the mouse cursor a pointer */
}

.tranding-pro-features {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
}

.tranding-pro-price .price_box span.current_price {
    font-weight: 600;
    font-size: 22px;
}

.tranding-pro-price .price_box span.old_price {
    font-size: 17px;
    color: #808080a1;
}

.no-data-style {
    width: 100%;
    margin-bottom: 50px;
    color: #0d7cdf;
}

.testimonial_content p {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 2;
    font-style: italic;
}

.blog_wrapper .blog_thumb iframe {
    height: 285px;
    width: 100%;
    border: 0;
}

.privacy_content p a {
    color: #0d7cdf;
}

.blog_details .post_content blockquote {
    margin: 30px 0;
}

.comment_list .comment_thumb {
    width: 65px;
    float: left;
}

.error_form img {
    margin-bottom: 30px;
}

.card-header.card_accor button.btn-link {
    font-size: 18px;
    font-weight: 400;
}

.card-header.card_accor button {
    height: 55px;
}

.card.card_dipult .card-body {
    background: #f5f5f5;
}

@media(max-width: 991px) {

    .slider_content {
        text-align: center;
        margin-bottom: 40px;
    }
}

iframe {
    border: 0;
}


.about_thumb {
    margin-bottom: 50px;
}

.gallery_thumb img {
    width: 100%;
}

.card-header.card_accor button {
    height: 70px;
}

.card-header.card_accor button.btn-link.collapsed {
    padding: 10px;
    padding-right: 30px;
}

@media (max-width: 575px) {
    .tracking-product form {
        position: relative;
        width: 100%;
        height: auto;
    }

    .tracking-product form input {
        width: 100%;
        height: 60px;
        border: 2px solid #ddd;
        text-indent: 20px;
        font-size: 20px;
    }

    .tracking-product form button {
        position: initial;
        height: 60px;
        padding: 0 30px;
        background: #5F27CD;
        border: 2px solid #5F27CD;
        font-size: 20px;
        color: #fff;
        margin-top: 20px;
    }
}

.header_top {
    background: #0d7cdf;
}

.error_section {
    padding-bottom: 60px;
    padding-top: 60px;
}

.blog_header {
    text-align: left;
    margin-bottom: 40px;
}

.blog_sidebar_widget {
    padding: 20px;
}

.blog_wrapper .blog_content h3 {
    font-size: 22px;
}

.blog_wrapper .blog_meta {
    margin-bottom: 10px;
}

.main_menu nav>ul>li>a.active {
    color: #ffffff;
}

.offcanvas_main_menu li a.active {
    color: #0d7cdf;
}




.copyrights {
    margin-top: 10px;
    border-top: 1px solid rgb(46 65 80);
    text-align: center;
    padding: 30px;
}


/*  MY STYLEING START  /////// */

.otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.otp-input {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.otp-input:focus {
    border-color: #0d7cdf;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

.message {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.message.error {
    color: #dc3545;
}

.message.success {
    color: #28a745;
}

/* Loader Design START */
.loader {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    transform: rotate(310deg);
    overflow: hidden;
}

.loader:after {
    content: '';
    position: absolute;
    inset: 8px;
    margin: auto;
    background: #fff;
}

.loader:before {
    content: '';
    position: absolute;
    inset: -15px;
    margin: auto;
    background: #0d7cdf;
    animation: diamondLoader 2s linear infinite;
}

@keyframes diamondLoader {

    0%,
    10% {
        transform: translate(-64px, -64px) rotate(-45deg)
    }

    90%,
    100% {
        transform: translate(0px, 0px) rotate(-45deg)
    }
}


.loaderText {
    margin-left: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #0d7cdf;
    text-align: center;
    padding-top: 5px;
}

/* Loader Design END  */
/* OTP Design Start  */

.verifyotpbtn {
    margin-top: 20px;
}

.formotp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


/* OTP Design END  */

/* Login Page Design Start  */
/* forget Modal DESIGN  Start*/
.forgetmodalheader {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0d7cdf;
    margin-bottom: 3px;
}


.modal-custom-position {
    margin: 112px auto;
}

.modal-layoutdesign {
    border: 2px #0d7cdf solid;
    border-radius: 50px;
}

.internal-modal-body {
    padding: 30px;
    padding: 30px;
}

/* forget Modal DESIGN  END*/


.password-toggle {
    position: absolute;
    right: 19px;
    cursor: pointer;
    top: 40px;
}

.registerpassword-toggle {
    right: 15px;
    top: 13px !important;
}

.selectize-control.single .selectize-input input {
    font-size: 14px;
}

/* password reset double pass eye  */
.double-pass {
    right: 50px;
    top: 65px;
}

/* Login Page Design END  */

.file-upload-container {
    width: 100%;
    max-width: 400px;
    /* Optional: Limit width */

    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.file-upload-label {
    display: block;
    cursor: pointer;
    /* background-color: #0d7cdf;
    color: white !important; */
    padding: 10px 15px;
    border-radius: 6px;
    text-align: center;
    transition: background-color 0.3s;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.file-upload-label:hover {
    background-color: #0d7cdf;
    color: #fff !important;
}


/* .:hover {
    color: #fff !important;
} */

.file-upload-label i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}

.file-name-display {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 5px 0 0 5px;
    border-top: 1px dashed #eee;
}

.checkout_btn:hover {
    color: #fff;
}

.header_login_logout {
    display: flex;
    justify-content: right;
}

.paggination_sect_osm {
    margin-right: 5px;
}

.btu-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: #0d7cdf;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

.inverter-badge {
    position: absolute;
    top: 10px;
    /* Adjust for desired top spacing */
    left: 10px;
    /* Adjust for desired left spacing */
    z-index: 10;
    /* Ensure the badge is on top of other content */
    background-color: #28a745;
    /* Green background for "success" */
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

.wishlist-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}

.wishlist-icon {
    font-size: 1.5rem;
    color: #333;
    /* Default color (un-wishlisted) */
    transition: color 0.3s ease;
}

/* Style for the filled heart (active/wishlisted state) */
.wishlist-icon.fa-heart {
    color: #e00000ce;
    /* Red color */
}

/* Hover effect for the heart */
.wishlist-icon:hover {
    color: #e00000ce;
    /* Filled red on hover */
}

/*  MY STYLEING END  /////// */


/* ammad style start  */
.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 10px 7px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    filter: drop-shadow(2px 2px 8px black);
    transition: transform 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.05);
}

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


.product-card .product-info h5 {
    font-weight: 700;
    color: #0098ff;
    margin-bottom: 0;
    font-size: 25px;
}


.product-card .product-desc {
    position: absolute;
    bottom: -70%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(30 110 195 / 73%);
    color: #fff;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    /* 👈 ADDED */
    justify-content: flex-start;
    padding: 30px 20px 20px 20px;
    text-align: center;
    /* border-radius: 10px; */
}

.product-card .product-desc .tranding-pro-title h3 {
    font-size: 23px;
    display: block;
    font-weight: 700;
    color: #ffffff;
}

.product-card:hover .product-desc {
    bottom: 0;
    display: flex;
    flex-direction: column;
    /* ✅ ADDED: Re-centers content on hover */
    padding-top: 35px;
}

.product-card .product-desc .price_box span.current_price {
    color: white !important;
}

.product-card .product-desc p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.product-card .price_box span.old_price {
    font-size: 17px;
    color: #efefef;
}

.product-card .product-desc .category-badge {
    font-size: 14px;
    background: #212529;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-card h4.discount-badge {
    background: #0098ff;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 50px;
    color: white;
    position: absolute;
    top: 10px;
    z-index: 99999;
    left: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cc_sec_title h2 span {
    color: #0098ff;
    /* border-bottom: 2px solid #0098ff; */
}

.cc_sec_title_wrap .view-all-link {
    font-size: 16px;
    font-weight: 500;
    color: #0d7cdf;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}


.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8;
    height: 50px;
    width: 100%;
    border: 2px solid #ddd;
    background: white;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border: 2px solid #ddd !important;
    background: white !important;
}

.selectize-dropdown-content {
    background: white;
}

.logo_title {
    font-size: 32px;
    font-weight: 700;
    color: #57ADF7;
    margin-bottom: 0px !important;
}

.logo_title span {
    color: #83B451;
}

/* ammad style end  */




/* =================================================================== */
/* BOOTSTRAP 5 TOOLTIP ARROW FIX 
/* =================================================================== */

/* 1. Resets the arrow's base position */
.tooltip .tooltip-arrow {
    position: absolute;
    width: 0.8rem;
    height: 0.4rem;
}

/* 2. Styles the arrow's pseudo-element (the visible part) */
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

/* 3. Correctly positions the arrow for "top" placement */
/* (This places the arrow at the BOTTOM of the tooltip, pointing down) */
.tooltip[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}

.tooltip[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    /* Fixes a 1px gap */
    border-width: 0.4rem 0.4rem 0;
    /* This uses your theme's default dark color. Change #242424 if you want */
    border-top-color: #242424;
}

/* 4. Correctly positions the arrow for "bottom" placement (Just in case) */
.tooltip[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}

.tooltip[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #242424;
}

/* 5. Correctly positions the arrow for "left" placement (Just in case) */
.tooltip[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.tooltip[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #242424;
}

/* 6. Correctly positions the arrow for "right" placement (Just in case) */
.tooltip[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.tooltip[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #242424;
}

.my-swal-zindex {
    z-index: 999999 !important;
}

/* AMMAD BHAI NEW SECTION ADDED  Start */

.our-specialize-sec .specialize-badge {
    background: #e8f1fb;
    color: #002b5c;
    font-weight: 600;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
}

.our-specialize-sec .section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c2340;
    line-height: 1.3;
}

.our-specialize-sec .section-text {
    font-size: 16px;
    color: #6c757d;
    margin-top: 20px;
}

.our-specialize-sec .image-grid {
    position: relative;
}

.our-specialize-sec .main-img {
    width: 100%;
    border-radius: 10px;
    max-height: 550px;
    object-fit: cover;
}

.our-specialize-sec .info-box {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-specialize-sec .info-card {
    background: #f8fbff;
    text-align: center;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    width: 180px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.our-specialize-sec .info-card.dark {
    background: #123a7b;
    color: #fff;
}

.our-specialize-sec .info-card h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.our-specialize-sec .info-card span {
    font-size: 15px;
}

.our-specialize-sec .info-image {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 991px) {
    .our-specialize-sec .info-box {
        position: static;
        transform: none;
        margin-top: 20px;
        flex-direction: row;
        justify-content: center;
    }

    .our-specialize-sec .info-card,
    .our-specialize-sec .info-image {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .our-specialize-sec .section-heading {
        font-size: 1.8rem;
    }

    .our-specialize-sec .info-card,
    .our-specialize-sec .info-image {
        width: 100%;
    }

    .our-specialize-sec .info-box {
        flex-direction: column;
        align-items: center;
    }
}

/* AMMAD BHAI NEW SECTION ADDED  Start */