

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: black;
}


  .social-box {
        display: flex;
        gap: 12px;
        margin-top: 20px;
        justify-content: flex-start;
    }

    .social-box a {
        width: 40px;
        height: 40px;
        background: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        text-decoration: none;
        transition: 0.3s ease-in-out;
    }

    .social-box a:hover {
        background: #0e224d !important;
        transform: translateY(-3px);
    }

    /* Change icon to white on hover (inline override supports this) */
    .social-box a:hover i {
        color: #ffffff !important;
    }














    


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #0e224d !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: white !important;
    color: black!important;
}

.btn.btn-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


/* HERO SLIDER */
.hero-slide {
    position: relative;
    height: 580px !important;          /* Large height for mobile & desktop */
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;                  /* Keep image big with balanced crop */
}


/* CONTENT ON TOP OF IMAGE */
.hero-content {
    position: absolute;
    top: 50%;                           /* vertically center */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 90%;
    max-width: 650px;
    text-align: left;
    color: #0e224d;
}

/* Title */
.hero-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    color: #0e224d;
}

/* List */
.hero-list {
    margin-top: 10px;
    padding-left: 0;
}

.hero-list li {
    font-size: 16px;
    margin-bottom: 6px;
    list-style-position: inside;
}

/* Buttons */
.hero-btns {
    margin-top: 15px;
}

.btn-hero-primary,
.btn-hero-outline {
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin: 5px;
}

.btn-hero-primary {
    background: #0e224d;
    color: #fff;
}

.btn-hero-outline {
    border: 2px solid #0e224d;
    color: #0e224d;
}


/* ============================
   RESPONSIVE FIX (MOBILE)
   ============================ */
@media (max-width: 768px) {

    .hero-slide {
        height: 305px !important;
    }

    .hero-content {
        text-align: left !important;      /* TEXT LEFT SIDE */
        left: 20px !important;            /* Move slightly from left */
        transform: translateY(-50%) !important; /* Remove X centering */
        width: calc(100% - 40px) !important;    /* Perfect spacing */
    }

    .hero-title {
        font-size: 24px !important;
        text-align: left !important;
    }

    .hero-list {
        padding-left: 18px !important;   /* bullet alignment fix */
    }

    .hero-list li {
        font-size: 14px !important;
    }

    .hero-btns {
        justify-content: flex-start !important; /* Buttons aligned left */
        text-align: left !important;
    }

    .btn-hero-primary,
    .btn-hero-outline {
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

    section.home-about-section.py-5 {
    padding: 30px 15px;
}
}

















.text-dark{
    color: #0e224d!important;
    margin-right: 5px;
}
.text-muted {
    color: #0e224d !important;
}
.text-muted :hover {
    color: #0e224d !important;
    border-color: #0e224d;
}

 /* Large eye-focus number */
        .contact-number {
            font-size: 26px;
            font-weight: 800;
            color: #0e224d !important;
            margin-left: 8px;
            text-decoration: none;
            letter-spacing: 1px;
            animation: pulse 1.6s infinite;
        }

        /* “Call Us” text */
        .contact-label {
            font-size: 25px;
            font-weight: 600;
            color: #0e224d;
        }

        /* Pulse effect */
        @keyframes pulse {
            0%   { transform: scale(1); opacity: 1; }
            50%  { transform: scale(1.1); opacity: 0.85; }
            100% { transform: scale(1); opacity: 1; }
        }


/* -----------------------------------
   DESKTOP NAVBAR (RED + WHITE TEXT)
----------------------------------- */
.custom-navbar {
    background: #0e224d !important;
}

.custom-navbar .nav-link,
.custom-navbar .navbar-brand {
    color: #ffffff !important;
}


/* -----------------------------------
   MOBILE NAVBAR (WHITE + BLACK TEXT)
----------------------------------- */
@media (max-width: 991px) {

    /* Mobile background white */
    .custom-navbar {
        background: #ffffff !important;
    }

    /* Mobile logo text black */
    .custom-navbar .navbar-brand {
        color: #0e224d !important;
    }

    /* Hamburger icon BLACK */
    .navbar-toggler .fa-bars {
        color: #0e224d !important;
        font-size: 28px;
        font-weight: 900;
    }

    /* MOBILE DROPDOWN MENU */
    .custom-navbar .navbar-collapse {
        background: #ffffff !important;
        padding: 10px 0;
    }

    .nav-bar .navbar .navbar-nav .nav-link {
   
    color: #0e224d !important;
}
}













/* Main Section */
.mp-brand-title {
    font-size: 36px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #0e224d !important;
}

/* Marquee Wrapper */
.mp-marquee {
    overflow: hidden !important;
    white-space: nowrap !important;
    padding: 15px 0 !important;
    position: relative !important;
}

/* Track */
.mp-marquee-track {
    display: inline-flex !important;
    gap: 40px !important;
}

/* Images */
.mp-marquee-track img {
    height: 120px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: brightness(1) !important;
    transition: transform 0.3s ease !important;
}

.mp-marquee-track img:hover {
    transform: scale(1.15) !important;
}

/* Animation Left → Right */
.mp-marquee-left .mp-marquee-track {
    animation: marqueeLeft 28s linear infinite !important;
}

/* Animation Right → Left */
.mp-marquee-right .mp-marquee-track {
    animation: marqueeRight 28s linear infinite !important;
}

/* Keyframes */
@keyframes marqueeLeft {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0%); }
}

@keyframes marqueeRight {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/* Mobile Fix */
@media (max-width: 576px) {
    .mp-marquee-track img {
        height: 80px !important;
    }
}



@media (max-width: 768px) {
    .topbar {
        display: none;    
    }

    
}
/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .categories-bars .categories-bars-item {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item a,
.nav-bar .categories-bars .categories-bars-item span {
    color: var(--bs-dark);
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item:hover {
    background: var(--bs-primary);
}

.nav-bar .categories-bars .categories-bars-item:hover a,
.nav-bar .categories-bars .categories-bars-item:hover span {
    color: white;
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    transition: .5s;
    color: white;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: white;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 5px 15px;
}

#allCat {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 51px; 
    z-index: 999; 
    background: var(--bs-light);
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important; 
    box-shadow: none !important;
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel.owl-carousel .owl-nav .owl-prev {
    right: 130px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-next {
    right: 60px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.carousel .carousel-header-banner {
    position: relative;
}

.carousel .carousel-banner-offer {
    position: absolute;
    top: 20px; 
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.carousel .carousel-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
/*** Carousel Header End ***/


/*** Page Header start ***/
.page-header {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*** Page Header end ***/


/*** Products Start ***/
.product .product-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .product-item .product-item-inner {
    height: 100%;
}

.product .product-item .product-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.product .product-item:hover .product-item-add {
    background: var(--bs-white);
    margin-bottom: -124px;
    opacity: 1;
}
.product .product-item:hover .product-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product .product-item .product-item-inner .product-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new,
.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    position: absolute;
    width: 60px; 
    height: 60px;
    border-radius: 60px; 
    top: 20px; 
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.product .product-item .product-item-inner .product-item-inner-item .product-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner img {
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner img {
    transform: scale(1.1);
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details a i {
    width: 50px; 
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner .product-item-inner-item .product-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item:hover .product-item-inner .product-details {
    opacity: 1;
}

.product .tab-class .nav .nav-item a.active {
    background: var(--bs-primary) !important;
}

.product .tab-class .nav .nav-item a.active span {
    color: var(--bs-white) !important;
}
/*** Product End ***/


/*** ProductList Categories Start ***/
.productList .productList-carousel {
    height: 215px !important;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    position: relative;
    width: calc(100% - 1px);
    transition: 0.5s;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    margin-bottom: 75px;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item:hover {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.productList .productList-carousel .owl-nav .owl-prev,
.productList .productList-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.productList .productList-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    padding: 5px 10px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    opacity: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
      
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-next {
    opacity: 1;
}
/*** ProductList Categories End ***/



/*** bestseller Products Start ***/
.products .products-mini .products-mini-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.products .products-mini .products-mini-item .products-mini-img {
 position: relative;
 overflow: hidden;
}

.products .products-mini .products-mini-item .products-mini-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img img {
    border-bottom-left-radius: 0 !important;
    transform: scale(1.3);
}

.products .products-mini .products-mini-item .products-mini-img .products-mini-icon {
    position: absolute;
    width: 50px; 
    height: 50px; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon {
    opacity: 1;
   
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon:hover {
    background: var(--bs-secondary) !important;
}

.products .products-mini .products-mini-item .products-mini-add {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bs-white);
    transition: 0.5s;
    z-index: 9;
    opacity: 0;
}

.products .products-mini .products-mini-item:hover .products-mini-add {
    opacity: 1;
    margin-bottom: -75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
}
/*** bestseller Products End ***/

/*** Pagination Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Pagination End ***/

/*** Shop Page Start ***/
.shop .product-categories .categories-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.shop .product-categories .categories-item a {
    transition: 0.5s;
}

.shop .product-categories .categories-item a:hover {
    color: var(--bs-primary) !important;
}

.shop .product-color .product-color-item {
    display: flex;
    padding: 10px 0;
}

.shop .product-color .product-color-item a {
    transition: 0.5s;
}

.shop .product-color .product-color-item a:hover {
    color: var(--bs-secondary);
}

.shop .price {
    padding: 10px 0;
}

.shop .additional-product .additional-product-item {
    padding: 10px 0;
}

.shop .featu#0e224d-product .featu#0e224d-product-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop .product-tags .product-tags-items a {
    display: inline-block !important;
    background: var(--bs-white);
    color: var(--bs-dark);
    transition: 0.5;
}

.shop .product-tags .product-tags-items a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** Shop Page End ***/


/*** Single Products Start ***/
.single-product .owl-nav .owl-prev,
.single-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -13%;
    font-size: 22px;
    color: var(--bs-primary);
}

.single-product .owl-nav .owl-prev {
    left: 0;
}

.single-product .owl-nav .owl-next {
    right: 0 !important;
}


.single-product .single-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 15px;
    border: 2px solid var(--bs-primary);
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot.active img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}









/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}


.footer .footer-item h4 {
    color: #ffffff !important;
}

.footer .footer-item a {
    color: #919191 !important;
}

.footer .footer-item a i {
    color: #919191 !important;
}
/* Hover Color = Red */
.footer .footer-item a:hover,
.footer .footer-item a:hover i {
    color: #539EE2 !important;
}
/*** Footer End ***/
.categories-bars-item :hover{
    color: white!important;
}

.dropdown-menu :hover{
    color: white!important;
}


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(250, 250, 250, 0.08);
    background:  #539EE2 !important;
}
/*** copyright end ***/







.category-box {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.category-box:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
}

.category-img {
     height: 100%;  
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}


/* SECTION WRAPPER */
.smps-section-box {
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 12px;
    background: #f8f9fc;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.smps-section-box:hover {
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
    background: #ffffff;
    border-color: #d3d3d3;
}

/* TITLES */
.smps-section-title {
    font-size: 22px;
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 10px;
}

/* CONTENT */
.smps-section-text {
    color: #444;
    line-height: 1.75;
    font-size: 16px;
    margin-bottom: 15px;
}

/* BROCHURE BUTTON */
.smps-brochure-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: #539EE2;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #539EE2;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.smps-brochure-btn:hover {
    background: transparent;
    color: #539EE2;
}

/* CONTACT BOX */
.smps-contact-box {
    padding: 15px;
    background: #0d6efd;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
}

.smps-contact-box a {
    color: #fff !important;
    font-weight: 600;
}



/* WRAPPER: make every column equal height */
.service-col {
    padding: 0 !important;
}

/* BOX STYLE */
.service-box {
    background: #fff !important;
    color: #0e224d !important;
    padding: 30px 20px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    border: 1px solid #eee !important;
    transition: 0.3s ease-in-out !important;
}

/* Hover effect */
.service-box:hover {
    background: #539EE2 !important;
    color: #fff !important;
    transform: translateY(-5px) !important;
}

/* Icon style */
.service-box i {
    font-size: 32px !important;
    color: #539EE2 !important;
    transition: 0.3s ease !important;
}

.service-box:hover i {
    color: #fff !important;
}

/* Heading */
.service-content h6 {
    margin: 0 0 4px 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* Sub text */
.service-content p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #444 !important;
}

.service-box:hover p {
    color: #fff !important;
}

/* MOBILE FIX */
@media(max-width: 768px) {
    .service-box {
        padding: 20px !important;
        border-bottom: 1px solid #eee !important;
        height: auto !important;
    }
}



/* Modern Promo Style (Forced Overrides) */
.modern-promo {
    background: #fff !important;
    border-radius: 15px !important;
    padding: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: hidden !important;
    position: relative !important;
    border: 1px solid #eee !important;
    transition: all 0.4s ease-in-out !important;
}

.modern-promo:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12) !important;
}

/* Left Content */
.promo-content {
    z-index: 3 !important;
    max-width: 55% !important;
}

.promo-badge {
    background: #539EE2 !important;
    color: white !important;
    padding: 5px 15px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
    margin-bottom: 12px !important;
}

.promo-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #0e224d !important;
    margin-bottom: 7px !important;
}

.promo-sub {
    font-size: 15px !important;
    color: #444 !important;
    margin-bottom: 15px !important;
}

.promo-off {
    font-size: 40px !important;
    font-weight: 800 !important;
    color: #0e224d !important;
}

.promo-off span {
    color: #539EE2 !important;
    font-weight: 900 !important;
}

/* Button */
.promo-btn {
    margin-top: 18px !important;
    display: inline-block !important;
    background: #0e224d !important;
    color: white !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    transition: 0.3s !important;
}

.promo-btn:hover {
    background: #539EE2 !important;
    color: #fff !important;
}

/* Right Image */
.promo-img-wrap {
    width: 65% !important;
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.promo-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: 0.4s ease !important;
}



.modern-promo:hover img {
    transform: scale(1.1) !important;
}

/* Mobile Fix */
@media (max-width: 767px) {
    .modern-promo {
        flex-direction: column !important;
        text-align: center !important;
        padding: 25px !important;
    }
    .promo-content {
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
    .promo-img-wrap {
        width: 100% !important;
        height: 200px !important;
        justify-content: center !important;
    }
}



/* Feature Section Wrapper */
.delta-feature-section {
    background: #f5f8ff;
}

/* Card */
.delta-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.delta-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.20);
}

/* Image Background */
.delta-img {
    height: 180px;
    background-size: cover;
    background-position: center;
}

/* Dark Version */
.delta-card.dark .delta-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

/* Content */
.delta-content {
    padding: 20px;
}

.delta-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0e224d;
    margin-bottom: 8px;
}

.delta-card.dark .delta-content h3,
.delta-card.dark .delta-content p,
.delta-card.dark .delta-content li {
    color: #fff !important;
}

.delta-sub {
    color: #539EE2;
    font-weight: 600;
    margin-bottom: 10px;
}

.delta-card.dark .delta-sub {
    color: #c7e2ff !important;
}

/* List */
.delta-content ul {
    padding-left: 20px;
    margin: 0;
}

.delta-content ul li {
    font-size: 15px;
    margin-bottom: 6px;
    color: #333;
}


/* SECTION STYLE */
.delta-dark-section {
    background: #0E224D;  
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Title */
.delta-dark-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
}

.delta-dark-subtitle {
    color: #cfd7e6;
    max-width: 750px;
    margin: auto;
    font-size: 16px;
}

/* Dark Modern Card */
.delta-dark-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: 0.4s ease;
    backdrop-filter: blur(8px);
    position: relative;
}


.delta-dark-card:hover {
    border-color: #539EE2;
    box-shadow: 0 0 18px rgba(83,158,226,0.6);
    transform: translateY(-10px);
}


.delta-dark-img {
    width: 100%;
    height: 260px; 
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; 
    overflow: hidden;
}


.delta-dark-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important; 
    transition: 0.4s ease;
}

.delta-dark-card:hover img {
    transform: scale(1.05); }

/* Content */
.delta-dark-content {
    padding: 25px;
}

.delta-dark-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.delta-dark-tag {
    color: #539EE2;
    font-weight: 600;
    margin-bottom: 12px;
}

/* List */
.delta-dark-content ul {
    padding-left: 20px;
    margin: 0;
}

.delta-dark-content ul li {
    color: #dce6f5;
    font-size: 15px;
    margin-bottom: 6px;
}

/* Parent item must be relative */
.products-mini-item {
    position: relative !important;
    overflow: hidden !important;
}

/* Fix the add-to-cart box on TOP of image */
.products-mini-add {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: rgba(255,255,255,0.95) !important;
    padding: 15px !important;
    transition: all 0.3s ease-in-out !important;
    z-index: 5 !important;
}

/* Show when hovering card */
.products-mini-item:hover .products-mini-add {
    opacity: 1 !important;
    visibility: visible !important;
}




/* Short description text */
.product-short-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #555 !important;
    margin-top: 8px !important;
}

.delta-category-grid {
    background: #f4f7ff;
    padding: 70px 0;
}

.delta-grid-title {
    font-size: 42px;
    font-weight: 800;
    color: #0e224d;
}

.delta-grid-subtitle {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    color: #4a4a4a;
}

/* SECTION TITLE */
.category-title {
    font-size: 40px;
    font-weight: 800;
    color: #0e224d;
}

.category-subtitle {
    font-size: 18px;
    color: #4d5e7c;
    max-width: 900px;
    margin: 0 auto;
}

/* DARK CATEGORY CARD */
.cat-card-dark {
    height: 120px;
    background: linear-gradient(145deg, #0e224d, #113768);
    color: #fff!important;
    border-radius: 18px;
    padding: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    box-shadow: 0 12px 24px rgba(0,0,0,0.25);
    transition: all 0.35s ease-in-out;
    cursor: pointer;

    border: 2px solid transparent;
}

/* Title inside card */
.cat-card-dark h5 {
    font-size: 20px;
    font-weight: 700;
    color: white!important;
    margin: 0;
}

/* HOVER EFFECT */
.cat-card-dark:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(14, 34, 77, 0.6);
    background: linear-gradient(145deg, #123369, #539ee2);
    border-color: #539ee2;
}

/* Animation */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(25px); }
    to   { opacity: 1; transform: translateY(0); }
}




/* CTA SECTION */

.cta-section {
    padding: 80px 0;
    background: #539ee2; /* Your required background color */
    text-align: center;
}

/* Inner White Box */
.cta-box {
    max-width: 850px;
    margin: 0 auto;
    padding: 45px 40px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 35px rgba(0,0,0,0.15);
    animation: fadeUp 1s ease;
}

.cta-title {
    font-size: 36px;
    font-weight: 800;
    color: #0e224d; /* primary */
    margin-bottom: 18px;
}

.cta-text {
    font-size: 18px;
    color: #37557d;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* Buttons Container */
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Buttons */
.cta-btn {
    padding: 14px 32px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

/* Solid Button */
.cta-primary {
    background: #0e224d;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(14,34,77,0.4);
}

.cta-primary:hover {
    background: #ffffff;
    color: #0e224d !important;
    border: 2px solid #0e224d;
}

/* Outline Button */
.cta-secondary {
    background: transparent;
    border: 2px solid #0e224d;
    color: #0e224d !important;
}

.cta-secondary:hover {
    background: #0e224d;
    color: #ffffff !important;
}

/* Animation */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}














/* --------------------------
ABOUT PAGE STYLING
-----------------------------*/

.mp-about-section {
    padding: 80px 0;
}

.mp-title-box {
    text-align: center;
    margin-bottom: 50px;
}

.mp-title-box h2 {
    font-size: 40px;
    font-weight: 800;
    color: #0e224d;
}

.mp-title-box h2 span {
    color: #539EE2 !important;
}

.mp-title-box p {
    color: #555;
    font-size: 17px;
}

.mp-about-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0e224d;
}

.mp-about-content p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
}

.mp-highlight {
    color: #539EE2 !important;
    margin-top: 20px;
    font-weight: 700;
}

.mp-list li {
    font-size: 16px;
    margin-bottom: 6px;
}

.mp-about-img img {
    width: 100%;
    border-radius: 10px;
}



/* --------------------------
MISSION & VISION
-----------------------------*/

.mp-mission-vision {
    padding: 70px 0;
    background: #111;
    color: #fff;
}

.mp-box {
    background: #1b1b1b;
    padding: 25px;
    border-radius: 10px;
    border-left: 5px solid #539EE2;
}

.mp-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
     color: #ffffff !important;   /* HEADING FORCED WHITE */
}

.mp-box h3 i {
    color: #539EE2 !important;  /* ICON COLOR RED */
    font-size: 26px !important;
}

.mp-box p {
    font-size: 16px;
    line-height: 1.7;
}



/* --------------------------
VALUES SECTION
-----------------------------*/

.mp-values {
    padding: 70px 0;
}

.mp-value-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border-top: 4px solid #539EE2;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    transition: .3s;
}

.mp-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 18px rgba(0,0,0,0.2);
}

.mp-value-card h4 {
    font-size: 20px;
    color: #0e224d;
    font-weight: 700;
}

.mp-value-card p {
    color: #555;
    margin-top: 10px;
}



/* BREADCRUMB WRAPPER */
.mp-breadcrumb-banner {
    position: relative !important;
    width: 100% !important;
    height: 380px !important;
    background: url("../img/Deltascientific03.png") center/cover no-repeat !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    text-align: center !important;
}

/* DARK OVERLAY */
.mp-breadcrumb-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.55) !important;
}

/* TITLE */
.mp-breadcrumb-title {
    position: relative !important;
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}

/* NAVIGATION */
.mp-breadcrumb-nav {
    position: relative !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.mp-breadcrumb-nav a {
    color: #539EE2 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.mp-breadcrumb-nav a:hover {
    text-decoration: underline !important;
}




/* ================================
   WRAPPER
=================================*/
.mp-banner-link {
    display: block !important;
    width: 100% !important;
}

/* ================================
   MAIN BOX
=================================*/
.mp-banner-box {
    position: relative !important;
    overflow: hidden !important;
    height: 350px !important; /* Increased height */
    border-radius: 12px !important;
    transition: 0.4s ease-in-out !important;
}

/* ================================
   IMAGE STYLING
=================================*/
.mp-banner-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: .5s ease !important;
}

.mp-banner-box:hover .mp-banner-img {
    transform: scale(1.08) !important;
}

/* ================================
   OVERLAY
=================================*/
.mp-banner-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.55) !important;
    transition: .3s ease !important;
}

/* Red Overlay Option */
.mp-banner-overlay.mp-#0e224d {
    background: rgba(83,158,226,0.55) !important;
}

.mp-banner-box:hover .mp-banner-overlay {
    background: rgba(0,0,0,0.75) !important;
}

/* ================================
   CONTENT AREA
=================================*/
.mp-banner-content {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    padding: 35px !important;
    width: 100% !important;
    height: 100% !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: left !important;
}

/* Center Alignment Helper */
.mp-center {
    text-align: left !important;
}

/* ================================
   TEXT STYLING
=================================*/
.mp-banner-content h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #fff !important; /* PURE WHITE FIX */
}

.mp-banner-content h3 span {
    color: #539EE2 !important;
}

.mp-sale-title {
    font-size: 70px !important;
    font-weight: 900 !important;
    color: #fff !important;
}

/* Subtitles + Paragraph */
.mp-banner-content h4,
.mp-banner-content p {
    margin: 10px 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important; /* force white */
}

/* ================================
   BUTTONS
=================================*/
.mp-banner-btn {
    display: inline-block !important;
    padding: 10px 28px !important;
    background: #539EE2 !important;
    border-radius: 30px !important;
    color: #fff !important;
    border: none !important;
    margin-top: 12px !important;
    font-weight: 600 !important;
     width: auto !important;
    max-width: max-content !important;
    
    white-space: nowrap !important;
    transition: .3s ease !important;
}

.mp-banner-btn:hover {
    background: #0e224d !important;
}

/* BLACK BUTTON OPTION */
.mp-banner-btn.mp-black {
    background: #0e224d !important;
}

.mp-banner-btn.mp-black:hover {
    background: #539EE2 !important;
}

/* Responsive */
@media(max-width: 768px) {
    .mp-banner-box {
        height: 260px !important;
    }
    .mp-sale-title {
        font-size: 50px !important;
    }
}











/* RESPONSIVE */
@media (max-width: 768px) {
    .smps-section-box {
        padding: 18px;
    }

    .smps-section-title {
        font-size: 20px;
    }
}

/* ----- HERO TEXT OVERLAY ----- */
.hero-content {
    position: absolute;
    top: 55%;
    left: 7%;
    transform: translateY(-50%);
    z-index: 10;
    color: #0e224d;
    animation: fadeUp 1.2s ease-in-out;
    max-width: 650px;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #0e224d;
    line-height: 1.2;
    margin-bottom: 15px;
    animation: fadeUp 1.2s ease-in-out;
}

.hero-list {
    list-style: disc;
    color: #333;
    margin-left: 20px;
    line-height: 1.8;
    font-size: 18px;
    animation: fadeUp 1.5s ease-in-out;
}

.hero-btns {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    animation: fadeUp 1.8s ease-in-out;
}

/* Primary Button */
.btn-hero-primary {
    background: #0e224d;
    color: #fff!important;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}
.btn-hero-primary:hover {
    background: #539EE2;
}

/* Outline Button */
.btn-hero-outline {
    border: 2px solid #0e224d;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    color: #0e224d;
    transition: 0.3s;
}
.btn-hero-outline:hover {
    background: #539EE2;
    border-color: #539EE2;
    color: #fff;
}

/* Animation */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-slide,
.hero-img {
    pointer-events: none !important;
}

.hero-content,
.hero-btns,
.hero-list,
.btn-hero-primary,
.btn-hero-outline {
    pointer-events: auto !important;
}






/* Mobile Responsive */
@media(max-width: 768px) {
    .hero-content { top: 50%; left: 5%; max-width: 90%; }
    .hero-title { font-size: 30px; }
    .hero-list { font-size: 16px; }
}





.our-branding {
    background: #ffffff !important;
}

.our-branding-title {
    text-align: center !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #0e224d !important;
}

.our-branding-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #444 !important;
    max-width: 700px !important;
    margin: 10px auto 30px !important;
}

/* Box */
.our-branding-box {
    background: #fff !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    height: 160px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: .3s ease !important;
}

/* Image */
.our-branding-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: .3s ease !important;
}

/* Hover */
.our-branding-box:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15) !important;
}

.our-branding-box:hover img {
    transform: scale(1.05) !important;
}

@media(max-width: 575px) {
    .our-branding-box {
        height: 130px !important;
    }
}







.home-about-section .about-read-btn {
    background:#0e224d;
    color: #539EE2!important;
    padding:10px 30px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    border:2px solid #539EE2;
    transition:0.3s;
}

.home-about-section .about-read-btn:hover {
    background:#539EE2;
    color:#fff;
    border-color:#539EE2;
    box-shadow:0 5px 15px rgba(224,0,0,0.4);
}


/* SECTION WRAPPER */
.smps-category-section {
    padding: 60px 0 !important;
}

/* TITLES */
.smps-title {
    font-size: 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #0e224d !important;
}

.smps-sub {
    color: #444 !important;
    font-size: 16px !important;
    margin-top: 5px !important;
}

/* CARD */
.mp-smps-card {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    text-align: center !important;
    border: 1px solid #eee !important;
    transition: 0.3s ease !important;
    box-shadow: 0 0 0 rgba(0,0,0,0.1) !important;
}

.mp-smps-card:hover {
    background: #539EE2 !important;
    color: #fff !important;
    transform: translateY(-6px) !important;
    box-shadow: 0 8px 15px rgba(83,158,226,0.4) !important;
}

/* PRODUCT IMAGE */
.mp-smps-img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
}

/* PRODUCT NAME */
.mp-smps-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

/* DESCRIPTION */
.mp-smps-desc {
    font-size: 14px !important;
    color: #666 !important;
}

.mp-smps-card:hover .mp-smps-desc {
    color: #fff !important;
}

/* BUTTON */
.mp-smps-btn {
    display: inline-block !important;
    padding: 8px 18px !important;
    background: #0e224d !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    transition: .3s ease !important;
}

.mp-smps-card:hover .mp-smps-btn {
    background: #fff !important;
    color: #539EE2 !important;
}

/* CTA SECTION */
.mp-cta-section {
     background: #539EE2 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 70px 20px !important;
    border-radius: 0 !important;
}

.mp-cta-title {
    font-size: 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}

.mp-cta-sub {
    font-size: 16px !important;
    color: #ffffffcc !important;
    margin-bottom: 25px !important;
}

.mp-cta-btn {
    background: #0e224d !important;
    color: #fff !important;
    padding: 12px 35px !important;
    border-radius: 35px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    font-size: 16px !important;
    transition: .3s ease !important;
}

.mp-cta-btn:hover {
    background: #fff !important;
    color: #539EE2 !important;
}


/* Title */
.rs-title {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #0e224d !important;
    text-transform: uppercase !important;
}

.rs-sub {
    font-size: 16px !important;
    color: #555 !important;
}

/* Card Layout */
.rs-card {
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12) !important;
    transition: .3s ease !important;
    border: 1px solid #eee !important;
}

.rs-card:hover {
    transform: translateY(-5px) !important;
    background: #539EE2 !important;
}

.rs-card:hover h4,
.rs-card:hover p {
    color: #fff !important;
}

/* Image Box */
.rs-img-box {
    height: 240px !important;
    overflow: hidden !important;
}

.rs-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: .4s ease !important;
}

.rs-card:hover img {
    transform: scale(1.1) !important;
}

/* Content */
.rs-content {
    padding: 20px !important;
}

.rs-content h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0e224d !important;
}

.rs-content p {
    color: #444 !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

/* Brochure Button */
.rs-btn {
    padding: 10px 20px !important;
    background: #0e224d !important;
    color: #fff !important;
    display: inline-block !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: .3s ease !important;
}

.rs-btn:hover {
    background: #fff !important;
    color: #539EE2 !important;
}

/* Contact CTA */
.rs-contact-box {
    background: #0e224d !important;
    color: #fff !important;
    padding: 40px !important;
    border-radius: 10px !important;
}

.rs-contact-btn {
    background: #539EE2 !important;
    padding: 12px 30px !important;
    display: inline-block !important;
    color: #fff !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    transition: .3s ease !important;
}

.rs-contact-btn:hover {
    background: #fff !important;
    color: #539EE2 !important;
}



/* Title */
.hp-title {
    font-size: 36px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #0e224d !important;
}
.hp-sub {
    font-size: 16px !important;
    color: #555 !important;
}

/* Card Box */
.hp-card {
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
    border: 1px solid #eee !important;
    transition: 0.3s ease !important;
}

.hp-card:hover {
    background: #539EE2 !important;
    transform: translateY(-6px) !important;
}

.hp-card:hover h4,
.hp-card:hover p {
    color: #fff !important;
}

/* Image Box */
.hp-img-box {
    height: 220px !important;
    overflow: hidden !important;
}
.hp-img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: 0.4s ease !important;
}
.hp-card:hover img {
    transform: scale(1.1) !important;
}

/* Content */
.hp-content {
    padding: 20px !important;
}
.hp-content h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0e224d !important;
}
.hp-content p {
    font-size: 14px !important;
    color: #444 !important;
    margin-bottom: 12px !important;
}

/* Brochure Button */
.hp-btn {
    padding: 8px 20px !important;
    background: #0e224d !important;
    color: #fff !important;
    border-radius: 30px !important;
    display: inline-block !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: .3s ease !important;
}
.hp-btn:hover {
    background: #fff !important;
    color: #539EE2 !important;
}

/* CONTACT CTA */
.hp-contact-box {
    background: #0e224d !important;
    padding: 40px !important;
    border-radius: 10px !important;
    color: #fff !important;
}
.hp-contact-btn {
    background: #539EE2 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: 700 !important;
    transition: .3s ease !important;
}
.hp-contact-btn:hover {
    background: #fff !important;
    color: #539EE2 !important;
}



/* WhatsApp Floating Button */
.mp-whatsapp-btn {
    position: fixed !important;
    bottom: 100px !important;
    right: 20px !important;
    width: 75px !important;
    height: 75px !important;
    background: #25D366 !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 46px !important;
    z-index: 9999 !important;
    animation: mp-whatsapp-bounce 2s infinite ease-in-out !important;
    text-decoration: none !important;
    transition: 0.3s ease !important;
}

/* Hover Glow */
.mp-whatsapp-btn:hover {
    background: #1ebe5d !important;
    transform: scale(1.15) !important;
    box-shadow: 0 0 18px rgba(37, 211, 102, 0.8) !important;
}

/* Bounce Animation */
@keyframes mp-whatsapp-bounce {
    0%, 100% { transform: translateY(0); }
    50%     { transform: translateY(-8px); }
}



