/**
* Template Name: Arsha
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Jost", sans-serif;
    color: #000000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#main {
    flex: 1;
}

a {
    color: #0A4D68;
    text-decoration: none;
}

a:hover {
    color: #73c5eb;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

.go_back_container {
    margin: 20px auto;
}

.img__hover--effect {
    overflow: hidden;
}

.breadcrumb__nk {
    color: #F8F8FA;
    background-color: #088395;
    display: flex;
    align-items: center !important;
    height: 40px;
}

.page_title {
    color: #21242C;
    margin: 25px 0;
    text-align: center !important;
    margin-top: 40px;
}

.filter__text {
    color: #52596F;
    display: block;
    margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0A4D68;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 17px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6bc1e9;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 99;
    padding: 5px 0;
    background-color: #F8F8FA !important;
    border-bottom: 1px solid #DBDEE5;
    box-shadow: 0px 4px 20px rgba(116, 126, 153, 0.25);
}

/* #header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
} */

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    width: 121.7px;
    height: 78px;
    scale: 1.4;
    position: relative;
    bottom: 18px;
}
.set-margin {
    padding-top: 119px;
}

#navbar .dropdown-menu {
    display: flex;
    border-radius: 10px;
}
#navbar .dropdown-menu li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    white-space: nowrap;
    transition: 0.3s;
    height: 2.94rem;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #0A4D68;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 12px 32px 12px 24px;
    background: #0A4D68;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #0A4D68;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    right: -150%;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.dropdown-menu[data-bs-popper] {
    left: inherit !important;
}
.dropdown-item:active{
    background-color: transparent !important;
}
.dropdown-item i{
    width: 20px;
    font-size: 20px !important;
    margin-right: 10px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #0A4D68;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.language-area .top-call-btn{
    color: #0a4d68;
    display: inline-block;
    margin-left: 7.5px;
    border: 1px solid #0a4d68;
    padding: 3px 15px !important;
    line-height: 16px;
    font-size: 14px !important;
    border-radius: 999px;
    vertical-align: middle;
}
.top-call-btn:focus-visible{
    border: 1px solid #0a4d68;
}

/* a.nav-link.scrollto.header__icon-size.no-padding {
    padding: 0px;
    margin-right: -30px;
    margin-left: 30px;
} */


@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}



/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #0A4D68;
    font-size: 28px;
    cursor: pointer;
    display: none !important;
    visibility: hidden;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #0A4D68;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block !important;
        visibility: visible;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #0A4D68;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
    color: #FFFFFF;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #0A4D68;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.search-input-container {
    position: relative;
}

.search-input-container i {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #ced4da;
    font-size: 14px;
}

.search-input-container__input {
    width: 100%;
    font-size: 16px;
    background: #f8f8fa;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.search-input-container__input:focus-visible {
    border: 1px solid #ced4da;
}

.search-input-container__input::placeholder {
    padding-left: 30px;
    font-size: 16px;
    color: #ced4da;
}

.header__icon-size {
    width: 57.5px;
}

/* section heading start  */
.section-heading{
    text-align: center;
    text-transform: none;
    font-weight: 700;
    font-size: 2.3em;
    line-height: 1.2em;
    letter-spacing: 1.5px;
    /* margin-bottom: 1em; */
    color: #0A4D68;
    /* position: relative; */
}


.section-heading-underline {
    width: 70px;
    height: 2px;
    background-color: #103341;
    margin: 0 auto;
    margin-bottom: 2em;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background: #37517e;
}

#hero .container {
    padding-top: 72px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #0A4D68;
}

#hero .btn-get-started:hover {
    background: #209dd8;
}

#hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero .btn-watch-video:hover i {
    color: #0A4D68;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
    }

    #hero .animated {
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Carousel */
.home-carousel .carousel-item .home-banner-inner{
    position: absolute;
    right: 15%;
    top: 30%;
    left: 57%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    /* text-align: center; */
    width: 40%;
}
.home-carousel .carousel-item .home-banner-inner .inner-header{
    color: #088395;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
}

.inner-header {
    opacity: 0;
    animation-name: slideIn;
    animation-duration: .50s;
    animation-delay: .50s;
    animation-fill-mode: forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.home-carousel .carousel-item .home-banner-inner .inner-pragraph{
    color: #000;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.inner-pragraph{
    opacity: 0;
    animation-name: slideIn;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.btn-slider{
    padding: 12px 32px;
    border-radius: 4px;
    color: #0a4d68;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #0a4d68;
}
.btn-slider{
    opacity: 0;
    animation-name: slideIn;
    animation-duration: 1.30s;
    animation-delay: 1.30s;
    animation-fill-mode: forwards;
}
.btn-slider:hover{
    background: #0A4D68;
    color: #fff;
}

.carousel-indicators [data-bs-target] {
    width: 30px !important;
    height: 8px !important;
    background: #DBDEE5 !important;
    border: 0 !important;
    box-shadow: 0px 0px 8px rgba(33, 36, 44, 0.7) !important;
    border-radius: 6px !important;
}

.carousel-indicators .active {
    width: 60px !important;
    background: #0088FB !important;
}

.carousel-item .carousel-caption {
    right: 40% !important;
    bottom: 40% !important;
    left: 8.33% !important;
    z-index: 2;
}


.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25.09%, rgba(0, 0, 0, 0) 51.25%);
}

.carousel-caption__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0.01em;
    color: #0088FB;
}

.carousel-caption__text {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #F8F8FA;
}

.carousel-caption__btn {
    padding: 8px 36px;
    background: #FFFFFF;
    border: 1px solid #0A4D68;
    border-radius: 4px;
    color: #0A4D68;
    font-size: 16px;
}

.carousel-caption__btn:hover {
    padding: 8px 36px;
    background: #0A4D68;
    border: 1px solid #0A4D68;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
}

/* Partners */
#partners {
    background-color: #088395;
    padding-top: 24px !important;
    padding-bottom: 48px !important;
}

.partners_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #F8F8FA;
    text-align: center;
}

.partners-img-container {
    display: flex;
    /* grid-template-columns: repeat(10, 1fr); */
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.partners-img-container div {
    display: flex;
    justify-content: center;
    width: 10%;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #D0D3DD;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.partners-img-container .partner-logo-area:hover{
    transform: scale(1.1);
    transition: all 0.7s ease 0s;
    z-index: 1;
    border: 1px solid rgb(183, 181, 181);
    background: #ffffff;
}

/* Product Category */
#product-category {
    padding: 65px 0;
    margin: auto auto;
}

#product-category .product-category__card-container {
    margin: auto auto;
    display: flex;
    gap: 20px;
    justify-content: center;
}

#product-category .product-category__card-container .card{
    width: 20%;
}

/* #product-category h1 {
    text-align: center;
    text-transform: none;
    font-weight: 700;
    font-size: 2.3em;
    line-height: 1.2em;
    letter-spacing: -.05em;
    margin-bottom: 1em;
    color: #313131;
} */

.product-category__card-container {
    margin: auto auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.product-category__card-container div {
    /* padding: 24px 32px; */
    color: #21242C;
    transition: all .3s ease-in-out;
    box-shadow: 0 4px 12px #adb5bd;
}

.product-category__card-container div:hover {
    /* color: white; */
    /* border-radius: 16px; */
    transform: translateY(-10px) !important;
    box-shadow: 0 -3px 21px #bbb;
}

#product-category img {
    width: 100%;
    /* margin-bottom: 16px; */
    /* filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.1)); */
    border-radius: 8px;
}

.product-category__card-container p {
    text-align: center;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 32px;
}

#product-category-page{
    margin: auto auto;
}

/* products  */
.home__products__section{
    padding: 65px 0;
    margin: auto auto;
}

.home__products__section .card img{
    border-radius: 8px 8px 0px 0px;
    aspect-ratio: 1/1;
    padding: 52px;
}

/* home product slider  */
#feature_product_carousel .owl-prev{
    border: 1px solid #0a4d68;
    color: #0a4d68;
    font-size: 20px;
    height: 35px;
    left: -46px;
    line-height: 35px;
    margin-top: -17px;
    position: absolute;
    right: auto;
    top: 45%;
    width: 35px;
    z-index: 2;
}
#feature_product_carousel .owl-prev:hover{
    color: #fff;
    background:#0a4d68;
}
#feature_product_carousel .owl-next{
    border: 1px solid #0a4d68;
    color: #0a4d68;
    font-size: 20px;
    height: 35px;
    /* left: -30px; */
    line-height: 35px;
    margin-top: -17px;
    position: absolute;
    right: -46px;
    top: 45%;
    /* transition: all 0.3s ease 0s; */
    /* visibility: hidden; */
    width: 35px;
    z-index: 2;
}
#feature_product_carousel .owl-next:hover{
    color: #fff;
    background:#0a4d68;
}

.product-cart .product-title{
    height: 50px;
    margin-bottom: 0;
    background: #0a4d68;
    display: flex;
    align-items: center !important;
    text-align: center;
    justify-content: center;
    color: #fff;
    border-radius: 0px 0px 4px 4px;}

.product-cart .product-title:hover {
    background: lightgrey;
    color: #0a4d68;
}


/* Services */
#services {
    padding: 65px 0;
    background: #088395;
}

.services__card--wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.services__card--wrapper .img__hover--effect{
    height: 250px;
}

/* #services h1 {
    text-align: center;
    text-transform: none;
    font-weight: 700;
    font-size: 2.3em;
    line-height: 1.2em;
    letter-spacing: -.05em;
    margin: 0;
    color: #fff;
} */


#services img {
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.1));
    transition: transform .5s, filter 1.5s ease-in-out;
    overflow: hidden;
    height: 100%;
}

#services img:hover {
    transform: scale(1.1);
}

#services .card {
    overflow: hidden;
    border: none;
}

#services p, #servicesPage p {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    height: 50px;
    padding-top: 10px;
    background: #0a4d68;
    color: #ffffff;
}


/* --------------------------------------------------------
News
------------------------------------------------------------*/
#news {
    text-align: center;
    margin: 25px auto;
}

/* #news h1 {
    text-align: center;
    text-transform: none;
    font-weight: 700;
    font-size: 2.3em;
    line-height: 1.2em;
    letter-spacing: -.05em;
    margin-bottom: 1em;
    color: #313131;
} */

.news_card-container {
    margin: auto auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Dynamic column layout */
    gap: 16px;
}

.news_card-container div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 24px 32px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(33, 36, 44, 0.2);
    border-radius: 16px;
}

.news_card-container img {
    width: 100%;
}

/* --------------------------------------------------------
Login
------------------------------------------------------------*/
#login {
    margin-top: 10px;
    width: calc(100vw - 1.1%);
    display: flex;
}

#login .img-container {
    width: 60%;
    position: relative;
}

#login .img-container div {
    color: white;
    position: absolute;
    left: 10%;
    bottom: 10%;
    right: 0;
}

.login__welcome__text {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #21242C;
    margin: 5% 0;
}

#login .form-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#login .form-container img {
    width: 30%;
    margin: 0 auto;
}

#login .form-container form {
    padding: 5% 5%;
    border: 1px solid #D1D4DD;
    box-shadow: 0px 4px 16px rgba(33, 36, 44, 0.1);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#login .form-container form h1 {
    color: #21242C;
    font-size: 36px;
    font-weight: 600;
}

#login label {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    padding: 0.77rem 0.75rem !important;
}

#login .form-check-input:checked {
    background-color: #0A4D68;
    border-color: #0A4D68;
}

.btn__login_submit {
    background-color: #0A4D68;
    width: 100%;
    color: white;
}

.btn__login_submit:hover {
    background-color: #01467e;
    color: white;
}


/* --------------------------------------------------------
Register
------------------------------------------------------------*/
.container-register {
    max-width: 1538px;
    margin: 0 auto;
    padding: 20px;
}

/* Responsive Styles */
#register {
    display: flex;
    flex-wrap: wrap;
}

#register .img-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#register .img-container img {
    width: 100%;
    height: 100%;
    display: block;
}

#register .img-container div {
    position: absolute;
    left: 10%;
    /* bottom: 51%; */
    top: 13%;
    right: 12px !important;
    background: #1c31718f;
    color: white;
}


#register .form-container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#register .form-container form {
    border: 1px solid #D1D4DD;
    box-shadow: 0px 4px 16px rgba(33, 36, 44, 0.1);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#register .form-container img {
    width: 30%;
    margin: 0 auto;
}

#register .form-container form h1 {
    font-size: 36px;
    font-weight: 600;
    color: #21242C;
    margin-bottom: 20px;
}

#register .form-control,
#register .form-select {
    width: 100%;
    font-size: 14px;
    /* padding: 10px; */
    margin-bottom: 10px;
    border: 1px solid #0A4D68;
    border-radius: 8px;
    background-color: #fff;
    color: #747E99;
    height: 45px;
}

#register label {
    font-size: 14px;
    color: #747E99;
    margin-bottom: 2px;
    top: -5px;

}

#register hr {
    margin-top: 0;
}

.btn__register_submit {
    width: 100%;
    background-color: #0A4D68;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btn__register_submit:hover {
    background-color: #01467e;
}
span.register-account {
    margin-top: 20px;
}

p.para {
    font-size: 24px;
    padding: 0px 0px 0px 16px;
}
h1.applicant {
    padding: 10px 0px 0px 15px;
}

/* Media Queries */
@media screen and (min-width: 768px) {
    #register .img-container {
        width: 50%;
        top: 45px;
        left: 20px;
    }

    #register .form-container {
        width: 50%;
        padding: 40px;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
    padding-top: 50px;
    margin-bottom: 25px;
}

.contact__content--container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

#contact label {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    padding: 0.77rem 0.75rem !important;
}

#contact .form-control,
#contact .form-select {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    background-color: #fff;
    border: 1px solid #0A4D68;
    border-radius: 8px;
    height: 2.94rem !important;
    box-sizing: border-box;
    box-shadow: none;
}

#contact .form-select {
    height: calc(3.5rem + calc(1px * 2));
}

.contact__title {
    text-align: center;
    margin-bottom: 30px;
}

.map-container {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 0;
    padding-bottom: 1px;
    display: flex;
    flex-direction: column;
}

.map-container iframe {
    flex: 1;
}

.map-container p {
    padding: 10px;
    margin: 0;
}

#contact form button {
    color: #fff;
    background-color: #0A4D68;
    height: 2.94rem;
}

#contact .tab__options--container{
    display: flex !important;
    margin-bottom: 30px;
}

#contact .fade {
    transition: none;
}

#contact .tab__options--container .nav-link {
    padding: 12px 32px 12px 24px;
    background: transparent;
    margin-left: 0;
    border-radius: 4px;
    color: #0A4D68;
    font-size: 16px;
    font-weight: 600;
    transition: none !important;
    flex: 1;
    border: 1px solid #0A4D68;
}
#contact .tab__options--container .nav-link.active {
    background: #0A4D68 !important;
    color: #fff !important;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about {
    padding-top: 50px;
}

.about__title {
    text-align: center;
    margin-bottom: 30px;
}
.about__content-wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#left-height{
    position: relative;
}
#mid-aboute-image{
    width: 60%;
    margin: auto;
}

.left-about-image {
    position: absolute;
    width: 60%;
    left: 0;
    top: 40%;
}

.right-about-image {
    position: absolute;
    width: 60%;
    right: 0;
    top: 90%;
}

/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/
#categories {
    margin-bottom: 25px;
}

#categories img {
    width: 100%;
    margin-bottom: 16px;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
}

#categories p {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
}

/*--------------------------------------------------------------
# Sub Category
--------------------------------------------------------------*/
#sub-category {
    margin-bottom: 25px;
}

#sub-category .page_title {
    margin-top: 0;
}

.sub-category_page__wrapper {
    /* display: grid; */
    /* grid-template-columns: 1fr 3fr; */
    margin: 25px auto;
}

.sub-category__menu {
    padding: 32px 0;
    border-right: 2px solid #00447E;
}

.sub-category__menu a {
    color: #21242C;
    width: 100% !important;
    text-align: center;
}

.active_product_category {
    color: #F8F8FA !important;
    background-color: #0A4D68;
    border-radius: 0;
}

.active_product_category:hover {
    color: #F8F8FA !important;
    background-color: #0A4D68;
    border-radius: 0;
}

#sub-category img {
    aspect-ratio: 1/1;
}

#sub-category p {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
}

#sub-category .product-category__card-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0 30px;
    margin-top: 30px;
}
#sub-category .product-category__card-container .product-cart {
    height: 100%;
}

.sub-category__products .page_title {
    text-align: left !important;
    padding: 0 30px;
}

.sub-category__form {
    display: grid;
    grid-template-columns: 3fr 3fr 1fr;
    gap: 1rem;
    padding: 0 30px;
}

.sub-category__form button {
    color: #fff;
    background-color: #0A4D68;
    height: 2.94rem !important;
}

.sub-category__form button {
    background-color: #0A4D68 !important;
    color: #fff !important;

}

#sub-category .form-control {
    height: 2.94rem !important;
    border: 1px solid #0A4D68 !important;
}

#sub-category .form-control:focus {
    height: 2.94rem !important;
    border: 1px solid #0A4D68 !important;
    box-shadow: none;
}

#sub-category label {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    padding: 0.77rem 0.75rem !important;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.card.product-cart {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.products_page__wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin: 25px auto;
}

.products_title_container {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.products_title_container .page_title {
    text-align: left;
    margin-bottom: 0;
    margin-left: 11px;
}

.products__form {
    display: grid;
    grid-template-columns: 3fr 3fr 1fr;
    gap: 1rem;
    padding: 0;
}

.products__form button {
    color: #fff;
    background-color: #0A4D68;
    height: 2.94rem !important;
}

.products__form button {
    background-color: #0A4D68 !important;
    color: #fff !important;
}

#products .form-control {
    height: 2.94rem !important;
}

#products label {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    padding: 0.77rem 0.75rem !important;
}

.products__products .products__card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1rem;
}

#products img {
    width: 100%;
    aspect-ratio: 1/1;
    padding: 40px;
    border-radius: 8px 8px 0px 0px;
}

#products p {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    border-top: 1px solid #d2d2d2;
}

.products_page__wrapper .accordion-item {
    margin-bottom: 15px;
    box-shadow: 0 0 1px gray;
}

.products_page__wrapper .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    border-radius: 0 !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

#products .accordion-item label {
    padding: 0 !important;
}

#products .accordion-body {
    padding-top: 0 !important;
}

.form-check-input {
    border-color: #21242C;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border: none;
    box-shadow: none !important;
}

.form-check-label {
    color: #21242C !important;
}

#products .form-control:focus {
    border-color: #0A4D68;
    box-shadow: none;
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
#productDetails .productDetails__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.productDetails_img_wrapper {
    overflow: hidden;
}

.enlarged_image_container {
    width: 60%;
    margin: 0 auto;
}

#productDetails .enlarged_image {
    width: 100%;
    margin: 0 auto;
    border-radius: 2px;
}

#productDetails .item img {
    border-radius: 2px;
    height: 110px;
    width: 100px;
}

.slider {
    position: relative;
    margin: 20px auto;
}

.productDetails_slider-1 {
    width: 50%;
}

.productDetails_slider-2 {
    width: 80%;
}

.prev1,
.prev2,
.next1,
.next2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    border: none;
    background: transparent;
    color: #000;
    z-index: 11;
}

.prev1,
.prev2 {
    left: -40px;
}

.next1,
.next2 {
    right: -40px;
}

.owl-dots {
    display: none;
}

.productDetails_title {
    color: #21242C;
}

.productDetails_code {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 32px;
    color: #52596F;
    margin: 10px 0;
}


.productDetails__price__order .price__section .price{
    line-height: none;
    color: #0a8295;
}

.price__discount del{
    color: rgb(182, 41, 41);
}

.productDetails__price__order .order__btn__area{
    display: flex;
    gap: 10px;
}

.productDetails__price__order .order__btn__area .order__btn {
    color: #fff;
    background-color: #0A4D68;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.productDetails__price__order .order__btn__area .wishlist__btn {
    color: #0A4D68;
    font-size: 23px;
    padding: 6px;
}


.productDetails__price__order .order__btn__area .inquiry__btn {
    color: #fff;
    background-color: #0A4D68;
}

.productDetails__specification p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.1rem;
    color: #52596F;
}


.productDetails__download .btn {
    color: #fff;
    background-color: #0A8295;
    width: 35%;
}

.productDetails__keyFeatures {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #52596F;
}

.productDetails__furtherInformation {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #52596F;
}

.productDetails__download--title,
.productDetails__keyFeatures--title,
.productDetails__furtherInformation--title {
    color: #00111F;
    margin-bottom: 20px;
}

.productDetails_slider-2 .item {
    padding: 2rem;
}


.product__details__nav{
    border-bottom: 1px solid #E5E5E5;
}

.product__details__nav .nav-link{
    background-color: unset;
    color: #52596F;
}

.product__details__nav .nav-link.active, .nav-pills .show>.nav-link{
    background-color: unset !important;
    border-bottom: 4px solid #0A4D68;
    border-radius: unset;
    color: #52596F;
}

.product__details-content{
    background-color: #F7F7F8;
}

.product-attributes__data-list{
    position: relative;
    grid-column: 1/2;
}
.product-attributes__data-list .data__item{
    padding: 0;
    border-bottom: none;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 7px;
    font-size: 1rem;
}
.product-attributes__data-list .data__item .col-1{
    border-top: 3px solid #575756;
    padding: 7px 0 25px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
}
.product-attributes__data-list .data__item .col-2{
    padding: 7px 0 25px;
    border-top: 1px solid #575756;
    width: 100%;
}
.product-attributes__data-list .data__item:nth-last-child(1) .col-1{
    border-bottom: 3px solid #575756;
}
.product-attributes__data-list .data__item:nth-last-child(1) .col-2{
    border-bottom: 1px solid #575756;
}

.list--product-features .list__item{
    background: white;
    padding: 10px 15px 10px 10px;
    display: -ms-grid;
    display: grid;
    justify-self: start;
    grid-template-columns: 80px 1fr;
    width: 100%;
    position: relative;
}
.list--product-features .list__item img{
    order: 0;
    width: 60px;
    height: 60px;
    fill: #a7a8aa;
    grid-row: 1/3;
    grid-column: 1/2;
    justify-self: start;
}
.list--product-features .list__item .heading{
    grid-column: 2/3;
    margin: 0;
    align-self: end;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.list--product-features .list__item .text{
    grid-column: 2/3;
    margin: 0;
    align-self: start;
    font-size: 1rem;
    font-weight: 300;
}
.list--product-features .list__item .zusatztext{
    transition: all 0.25s ease-in-out;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: .7em;
    text-align: center;
    display: grid;
    background: white;
    align-items: center;
    padding: 10px 20px;
    letter-spacing: 1px;
}
.list--product-features .list__item::after{
    transition: all 0.25s ease-in-out;
    content: ' ';
    height: 3px;
    background: #E5E5E5;
    position: absolute;
    bottom: -3px;
    left: 6px;
    margin: 0 auto;
    width: calc(100% - 12px);
}
.list--product-features .list__item:hover{
    cursor: help;
}
.list--product-features .list__item:hover .zusatztext{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.product_detail_accordion .accordion-header{
    /* border-bottom: 1px #575756 solid; */
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    width: auto;
    color: #575756;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.product_detail_accordion .accordion-header button{
    background: unset;
    color: #575756;
    padding-left: 0px;
}

.benifit-list-item{
    border-bottom: 1px solid #a7a8aa;
    padding-bottom: 30px;
    padding-top: 0;
    margin: 0;
    padding-left: 30px;
}
.benifit-list-item .icon i{
    font-size: 1.5rem;
    margin-right: 12px;
    margin-left: -30px;
    color: #0A4D68;
}
.benifit-list-item .title{
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 0.5em;
    width: auto;
    display: block;
    color: #0A4D68;
}
.benifit-list-item .details{
    margin-top: 0.5em;
    display: block;
    font-size: 1rem;
    color: #575756;
}

.application_image_carousel .owl-prev{
    border: 1px solid #0a4d68 !important;
    color: #0a4d68;
    font-size: 20px;
    height: 35px;
    left: 60px;
    line-height: 35px;
    margin-top: -17px;
    /* opacity: 0; */
    position: absolute;
    right: auto;
    top: 45%;
    /* transition: all 0.3s ease 0s; */
    /* visibility: hidden; */
    width: 35px;
    z-index: 2;
}
.application_image_carousel .owl-prev:hover{
    color: #fff;
    background:#0a4d68;
}
.application_image_carousel .owl-next{
    border: 1px solid #0a4d68 !important;
    color: #0a4d68;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-top: -17px;
    position: absolute;
    right: 60px;
    top: 45%;
    width: 35px;
    z-index: 2;
}
.application_image_carousel .owl-next:hover{
    color: #fff;
    background:#0a4d68;
}

.downloads__data-list .data__item{
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
    border-bottom: 1px solid #E5E5E5;
    font-size: 1rem;
}
.downloads__data-list .data__item .col-1{
    text-transform: uppercase;
}
.downloads__data-list .data__item .col-2 .link--download{
    color: #0a4d68;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    font-size: unset;
    cursor: pointer;
    letter-spacing: .04em;
}
.bg-none{
    background-color: unset !important;
}
.bb-1{
    border-bottom: 1px solid #E5E5E5;
}
.related-product-cart {
    box-shadow: none !important;
}
.related-product-cart .image{
    height: 332px;
}
.related-product-cart .image img{
    display: block;
    max-width: 100%;
    height: auto;
}
.related-product-cart .content{
    height: 100px;
}
.related-product-cart .content{
    padding: 0 15px 60px;
}
.related-product-cart .content .title{
    text-align: center;
}
.related-product-cart .content span{
    font-size: 12px;
    font-weight: 600;
}
.related-product-cart .content small{
    font-size: 12px;
    display: block;
}
/*--------------------------------------------------------------
# cart page
--------------------------------------------------------------*/
.table-gray{
    --bs-table-color: #000;
    --bs-table-bg: #d0d0d0;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #fbfcff;
    --bs-table-hover-color: #fff;
    color: #000;
    border-color: #a5a5a6;
}

.cart__card__request--count{
    display: flex;
    justify-content: space-between;
    gap: 0px;
    background-color: #d0d5d6;
    padding: 1px 8px;
    border-radius: 16px;
}


/*--------------------------------------------------------------
# Inquiry
--------------------------------------------------------------*/
#inquiry {
    margin-bottom: 25px;
}

.inquiry__container__table--unit {
    display: flex;
    justify-content: space-between;
    padding: auto 5px;
}

.inquiry__container--btn {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.inquiry__container__btn--continue,
.inquiry__container__btn--continue:hover {
    border: 2px solid #0A4D68;
    color: #0A4D68;
}

.inquiry__container__btn--request,
.inquiry__container__btn--request:hover {
    color: #fff;
    background-color: #0C8395;
}

/*--------------------------------------------------------------
# Inquiry Request
--------------------------------------------------------------*/
#inquiryRequest {
    margin-bottom: 25px;
}

.inquiryRequest__form {
    width: 75%;
    margin: auto auto;
}

.inquiryRequest__form .form-control {
    box-sizing: border-box;
    box-shadow: none;
}

#inquiryRequest .form-control,
#inquiryRequest .form-select {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    background-color: #fff;
    border: 1px solid #0A4D68;
    border-radius: 8px;
    height: 2.94rem !important;
}

#inquiryRequest .form-floating label {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    padding: 0.77rem 0.75rem !important;
}

.inquryRequest__form--submit {
    margin-top: 20px;
}

.inquryRequest__form--submit .btn {
    color: #fff;
    background-color: #0A4D68;
}

/*--------------------------------------------------------------
# Wishlist
--------------------------------------------------------------*/
.wishlist__card {
    display: grid;
    grid-template-columns: 1fr 6fr 2fr;
    gap: 20px;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 10px;
}

.wishlist__card--img img{
    height: 125px;
    width: 100%;
}

.wishlist__card--title {
    color: #21242C;
}

.wishlist__card--code {
    color: #52596F;
}

.wishlist__card img {
    border-radius: 2px;
}

.wishlist__card--request {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wishlist__card--sign {
    color: #52596F !important;
}

.wishlist__card--number {
    color: #21242C;
}

.wishlist__card__request--count {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: #cecece;
    padding: 5px 10px;
    border-radius: 16px;
}

.wishlist__card--request .btn {
    color: #fff;
    background-color: #0A4D68;
}

#wishlist .fa-trash-can {
    color: #B91C1C;
}


/* service order  */
.service__order--form{
    width: 70%;
    margin: auto;
}
/*--------------------------------------------------------------
# Catelogues
--------------------------------------------------------------*/
.catelogues_page__wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin: 25px auto;
}

.catelogues_title_container {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.catelogues_title_container .page_title {
    text-align: left;
    margin-bottom: 0;
}

.catelogues__form {
    display: flex;
    gap: 1rem;
    padding: 0;
}

.catelogues__form--lists {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    font-size: 200%;
}

.catelogues__form button {
    width: 20%;
    color: #fff;
    background-color: #0A4D68;
    height: 2.94rem !important;
}

#catelogues .form-control {
    height: 2.94rem !important;
}

#catelogues label {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    padding: 0.77rem 0.75rem !important;
}

.catelogues__products .catelogues__card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1rem;
    padding: 20px;
    text-align: left !important;
}

.catelogues__card-container .card {
    padding: 10px;
    align-items: start;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#catelogues img {
    width: 100%;
    margin-bottom: 16px;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    flex: 1;
}

.catelogues__product--title {
    color: #21242C;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.catelogues__product--info {
    color: #747E99;
    margin-bottom: 5px;
    font-size: 12px;
}

.catelogues__product--footer {
    width: 100%;
    display: flex;
    gap: 5px;
}

.catelogues__product--read,
.catelogues__product--read:hover {
    flex: 1;
    color: #fff;
    background-color: #0A4D68;
}

.catelogues__product--download {
    color: #21242C;
    background-color: #DBDEE5;
}

.catelogues_page__wrapper .accordion-item {
    margin-bottom: 15px;
    box-shadow: 0 0 1px gray;
}

.catelogues_page__wrapper .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    border-radius: 0 !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

#catelogues .accordion-item label {
    padding: 0 !important;
}

#catelogues .accordion-body {
    padding-top: 0 !important;
}

.form-check-input {
    border-color: #21242C;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border: none;
    box-shadow: none !important;
}

.form-check-label {
    color: #21242C !important;
}

#catelogues .form-control:focus {
    border-color: #0A4D68;
    box-shadow: none;
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news_page__wrapper {
    display: grid;
    grid-template-columns: 1fr 5fr;
    margin: 25px auto;
}

.news_title_container {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.news_title_container .page_title {
    text-align: left;
    margin-bottom: 0;
}

.news__form {
    display: flex;
    gap: 1rem;
    padding: 0;
}

.news__form--lists {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    font-size: 200%;
}

.news__form button {
    width: 20%;
    color: #fff;
    background-color: #0A4D68;
    height: 2.94rem !important;
}

#newsPage .form-control {
    height: 2.94rem !important;
}

#newsPage label {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    padding: 0.77rem 0.75rem !important;
}

.news_page__wrapper .accordion-item {
    margin-bottom: 15px;
    box-shadow: 0 0 1px gray;
}

.news_page__wrapper .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    border-radius: 0 !important;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

#newsPage .accordion-item label {
    padding: 0 !important;
}

#newsPage .accordion-body {
    padding-top: 0 !important;
}

.form-check-input {
    border-color: #21242C;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border: none;
    box-shadow: none !important;
}

.form-check-label {
    color: #21242C !important;
}

#newsPage .form-control:focus {
    border-color: #0A4D68;
    box-shadow: none;
}

.news__card {
    display: grid;
    grid-template-columns: 2fr 4fr;
    gap: 20px;
    padding: 20px;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 2px;
    margin-bottom: 10px;
}

.news__card--title {
    color: #21242C;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0;
}

.news__card--time {
    color: #52596F;
    font-size: 1rem;
    margin: 5px 0;
}

.news__card--description {
    color: #52596F;
    font-size: 1.2rem;
    font-weight: 500;
}

.news__card .btn {
    color: #0088FB;
}

.news__card img {
    border-radius: 2px;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.newsDetails__container {}

.newsDetails__container--title {
    color: #21242C;
    font-size: 2.5rem;
    font-weight: 500;
}

.newsDetails__container--time {
    color: #747E99;
}

.newsDetails__container--topImage {
    width: 50%;
    margin: 50px auto;
}

.newsDetails__container--topImage img {
    box-shadow: 0 8px 24px -11px #52596F;
}

.newsDetails__container--description,
.newsDetails__container--subdescription {
    color: #52596F;
    font-size: 1.2rem;
}

.newsDetails__container--images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    max-width: 100%;
    overflow: hidden;
    margin: 48px auto;
}

.newsDetails__container--images img {
    width: 100%;
    height: auto;
}

.newsDetails__container--subtitle {
    font-size: 1.5rem;
}

.newsDetails__container--nextPrev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto;
}

.newsDetails__container--nextPrev .btn {
    color: #fff;
    background-color: #0A4D68;
    font-size: 1rem;
    width: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
#servicesPage {
    margin-bottom: 25px;
}

#servicesPage img {
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.1));
    height: 300px;
    transition: transform .5s, filter 1.5s ease-in-out;
    overflow: hidden;
}

#servicesPage img:hover {
    transform: scale(1.1);
}

#servicesPage .card {
    overflow: hidden;
    margin: 10px 0px;
}

#servicesPage .container a {
    margin-bottom: 20px;
}

#servicesPage p {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 32px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
#serviceDetails .serviceDetails__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.serviceDetails_img_wrapper {
    overflow: hidden;
}

.serviceDetails__title {
    color: #21242C;
    font-weight: 500;
}

.serviceDetails__code {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 32px;
    color: #52596F;
    margin: 10px 0;
}

.serviceDetails__info {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.1rem;
    color: #52596F;
}

.serviceDetails__orderContainer {
    display: flex;
    align-items: center;
    margin: 20px auto;
}

.serviceDetails__orderContainer .btn {
    color: #fff;
    background-color: #0A4D68;
    padding: 5px 20px;
}

.serviceDetails__orderContainer i {
    font-size: 1.5rem;
    color: #21242C;
    margin-left: 20px;
}

.serviceDetails__description--title {
    color: #00111F;
    margin-bottom: 20px;
}

.serviceDetails__description {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Order
--------------------------------------------------------------*/
#order {
    margin-bottom: 25px;
}

#order .page_title {
    text-align: left;
}

.order__forms--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.order__forms--billing,
.order__forms--payment {
    background-color: #f5f7f9;
    padding: 20px;
    border-radius: 10px;
}

.order__forms--subtitle {
    color: #21242C;
    font-weight: 500;
}

#order .form-control {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    background-color: #fff;
    border: 1px solid #0A4D68;
    border-radius: 8px;
    height: 2.94rem;
    box-sizing: border-box;
    box-shadow: none;
}

#order label {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    padding: 0.77rem 0.75rem !important;
}

#order .form-check {
    margin-bottom: 10px;
}

#order .form-check-label {
    padding: 0 0 0 0.77rem !important;
}

#order .form-check-label img {
    border-radius: 10px;
}

.order__forms--fileInput .form-control {
    line-height: 2.5 !important;
}

#order textarea {
    height: 5rem !important;
}

.order__form--submit {
    margin-top: 20px;
}

.order__form--submit .btn,
.order__form--submit .btn:focus {
    color: #fff;
    background-color: #0A4D68;
}

.order__confirm--modal {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.order__confirm--modal .modal-header {
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.order__confirm--modal .modal-header .modal-title {
    flex: 1;
    font-size: 2rem !important;
}

.order__confirm--modal .modal-subtitle {
    font-size: 1.5rem !important;
}

.order__confirm--modal .modal-header .btn-close {
    position: absolute;
    right: 16px;
    margin: 0;
}

.order__confirm--modal .modal-footer {
    border-top: none;
    justify-content: center !important;
}

.order__confirm--modal .modal-footer .btn {
    color: #fff;
    background-color: #0A4D68;
}

.btn__primary{
    border: 1px solid #0A4D68;
    height: 2.94rem;
    padding: 12px 32px 12px 24px;
    border-radius: 4px;
    color: #0A4D68;
    font-size: 16px;
    font-weight: 600;
}

.btn__primary:hover{
    background-color: #0A4D68;
    color: #fff;
}

.btn__secondary{
    border: 1px solid #088395;
    height: 2.94rem;
    padding: 12px 32px 12px 24px;
    border-radius: 4px;
    color: #088395;
    font-size: 16px;
    font-weight: 600;
}
.btn__secondary:hover{
    background-color: #088395;
    color: #fff;
}
/*--------------------------------------------------------------
# PDF
--------------------------------------------------------------*/
#pdf{
    margin-top: 13px;
}
#pdf iframe{
    width: 100vw;
    height: calc(100vh - 89px);
}
.calculator-btn{
    position: absolute;
    top: 283px;
    right: 129px;
    z-index: 90;
    width: 40px;
    height: 40px;
    color: #0b8395;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    border-radius: 50%;
    border: none;
    background: #fdf9f9;
    font-size: 24px;
}
.calculator-btn:hover{
    color: #fdf9f9;
    background-color: #0b8395;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.become-a-partner{
    /* margin-top: 80px; */
    font-size: 14px;
    background: #0A4D68;
    border: 2px solid #0A4D68;
}
.become-a-partner .footer-top {
    width: 60%;
    margin: 30px auto;
    background: #F8F8FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 56px;
    border-radius: 16px;
}
.become-a-partner .footer-top a {
    background: #0a4d68;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #F8F8FA;
}




.copy-right{
    /* margin-top: 80px; */
    font-size: 14px;
    background: #0A4D68;
    border: 2px solid #0A4D68;
}


#footer {
    /* margin-top: 80px; */
    font-size: 14px;
    background: #088395;
    border: 2px solid #088395;
}

#footer .footer-top {
    width: 60%;
    margin: 30px auto;
    background: #F8F8FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 56px;
    border-radius: 16px;
}

#footer .footer-top a {
    background: #0a4d68;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #F8F8FA;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

#footer .footer-newsletter h4 {
    font-size: 17px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #37517e;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #0A4D68;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #209dd8;
}

#footer .footer-links-container {
    display: grid;
    /* grid-template-columns: 2fr 2fr 2fr 3fr 3fr; */
    grid-template-columns: 3fr 3fr 3fr 3fr 0fr;
    padding: 60px 0 30px 0;
    background: #088395;
    color: #fff;
}

#footer .footer-links-container .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-links-container .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

#footer .footer-links-container .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #fff;
}

#footer .footer-links-container h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
}

#footer .footer-links-container .footer-links {
    margin-bottom: 30px;
}

#footer .footer-links-container .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-links-container .footer-links ul i {
    padding-right: 2px;
    color: #0A4D68;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-links-container .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-links-container .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-links-container .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-links-container .footer-links ul a:hover {
    text-decoration: none;
    color: #d4d4d4;
}

#footer .social-links-container h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.005em;
    color: #F8F8FA;
}

#footer .footer-links-container .social-links {
    display: flex;
    gap: 5px;
}

#footer .footer-links-container .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #F8F8FA;
    color: #088395;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#footer .footer-links-container .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
}

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#footer .copyright {
    float: left;
}

#footer .credits {
    float: right;
    font-size: 13px;
}

#footer .credits a {
    transition: 0.3s;
}

#footer .footer-links .contact-area i{
    font-size: 14px !important;
    color: #fff !important;
    padding-right: 10px !important;
}
.copy-right p {
    margin: 0 !important;
}



@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

.text-theme {
    color: #0A4D68 !important;
}

.border-1 {
    border: 1px solid #DBDEE5;
}

.border-2-gray {
    border: 2px solid #0A4D68;
}


@media screen and (max-width: 576px) {
    .product-category__card-container {
        grid-template-columns: repeat(2,1fr);
    }
    .news_card-container {
        grid-template-columns: repeat(1,1fr);
    }
    .padding-sm-home{
        padding: 10px 20px !important;
    }
    #sub-category .product-category__card-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .catelogues__products .catelogues__card-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .catelogues__form button {
        width: 31%;
    }

    .contact__content--container{
        grid-template-columns: repeat(1,1fr);
    }

    .services__card--wrapper{
        grid-template-columns: repeat(1,1fr);
    }

    .products__products .products__card-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    #productDetails .productDetails__container {
        grid-template-columns: repeat(1, 1fr);
    }
    .productDetails__specification .btn {
        width: 50%;
    }
    .productDetails__download .btn {
        width: 50%;
    }
    .inquryRequest__form--submit {
        flex-direction: column;
    }
    #serviceDetails .serviceDetails__container {
        grid-template-columns: repeat(1, 1fr);
    }

    .enlarged_image_container {
        width: 100%;
        padding: 16px;
    }
    .enlarged_image{
        width: 100%;
    }

    .order__forms--container {
        grid-template-columns: repeat(1, 1fr);
    }
    .order__form--submit {
        flex-direction: column;
    }

    .order__confirm--modal .modal-header .modal-title {
        font-size: 1.5rem !important;
    }
    .order__confirm--modal .modal-subtitle {
        font-size: 1.1rem !important;
    }

    .modal-content {
        width: 95%;
    }
      .footer__links{
        margin: 0 !important;
      }
      #footer .footer-links-container {
        grid-template-columns: repeat(1, 1fr);
        /* grid-auto-rows: minmax(100px, auto); */
    }
    .footer-links:nth-child(5) {
        grid-column: span 2;
    }
    .footer-links{
        text-align: center !important;
    }
    .footer-links li{
        display: flex;
        justify-content: center;
    }
    #footer .footer-links-container .social-links {
        justify-content: center;
    }
    #footer .footer-top {
        width: 80%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 48px 56px;
        border-radius: 16px;
    }

    .become-a-partner .footer-top {
        width: 80%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 48px 56px;
        border-radius: 16px;
    }

    /* .dropdown-menu{
        display: none !important;
    } */
    .dropdown-active{
        position: absolute;
        display: flex !important;
        flex-direction: column !important;
        align-items: start !important;
        background-color: black !important;
    }
    .navbar-mobile .dropdown ul {
        background: transparent !important;
        box-shadow: none;
        border: none;
    }
    #navbar .dropdown-menu li {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .vr {
        display: none;
    }
    #footer .footer-links-container .social-links {
        display: flex;
        gap: 4px;
    }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
    .product-category__card-container {
        grid-template-columns: repeat(2,1fr);
    }
    .news_card-container {
        grid-template-columns: repeat(2,1fr);
    }
    .padding-sm-home{
        padding: 10px 20px !important;
    }
    #sub-category .product-category__card-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .catelogues__products .catelogues__card-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .catelogues__form button {
        width: 31%;
    }

    .services__card--wrapper{
        grid-template-columns: repeat(2,1fr);
    }

    .products__products .products__card-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    #productDetails .productDetails__container {
        grid-template-columns: repeat(1, 1fr);
    }
    .productDetails__specification .btn {
        width: 50%;
    }
    .productDetails__download .btn {
        width: 50%;
    }
    .inquryRequest__form--submit {
        flex-direction: column;
    }
    #serviceDetails .serviceDetails__container {
        grid-template-columns: repeat(1, 1fr);
    }

    .enlarged_image_container {
        width: 100%;
        padding: 16px;
    }
    .enlarged_image{
        width: 100%;
    }

    .order__forms--container {
        grid-template-columns: repeat(1, 1fr);
    }
    .order__form--submit {
        flex-direction: column;
    }

    .order__confirm--modal .modal-header .modal-title {
        font-size: 1.5rem !important;
    }
    .order__confirm--modal .modal-subtitle {
        font-size: 1.1rem !important;
    }

    .modal-content {
        width: 95%;
    }
    .dropdown-menu{
        display: none !important;
    }
    .dropdown-active{
        position: absolute;
        display: flex !important;
        flex-direction: column !important;
        align-items: start !important;
        background-color: black !important;
    }
    .navbar-mobile .dropdown ul {
        background: transparent !important;
        box-shadow: none;
        border: none;
    }
    #navbar .dropdown-menu li {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .vr {
        display: none;
    }
}

.w-5 {
    width: 5% !important;
  }
  .w-10 {
    width: 10% !important;
  }

  .w-15 {
    width: 15% !important;
  }

  .w-20 {
    width: 20% !important;
  }

  .w-25 {
    width: 25% !important;
  }

  .w-50 {
    width: 50% !important;
  }

  .w-75 {
    width: 75% !important;
  }

  .w-80 {
    width: 80% !important;
  }

  .w-100 {
    width: 100% !important;
  }

  .bg-theme{
    background-color: #088395 !important;
  }

  .top-language{
    padding-top: 4px;
  }

  .top-language .language-text{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #0a4d68;
    color: #0a4d68;
    border-radius: 999px;
  }
  .top-language .language-text .flag{
    height: 18px;
    margin-right: 5px;
  }
  .top-language .dropdown-menu{
    top: 0px !important;
    left: 0px !important;
    min-width: 125px !important;
  }
  .top-language .dropdown-menu li{
    min-width: 100% !important;
  }
  .top-language .dropdown-menu li .flag{
    height: 20px;
  }


  /* hamburgers  */




 @media screen and (max-width: 768px) {
    .hide-on-small-device {
      display: none;
    }
  }

 .hamburger span {
     display: block;
     width: 30px;
     height: 3px;
     background-color: #333;
     margin: 6px 0;
     transition: background-color 0.3s ease; /* Add a transition effect on hover */
 }

 .hamburger:hover span {
     background-color: #777; /* Change the background color of the lines on hover */
 }

 /* Styles for the sidebar */
 .sidebar {
    position: fixed;
    right: -250px; /* Off-canvas initially */
    width: 250px;
    height: 100vh;
    background-color: #f8f8fa;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    top:0;
 }

 /* Show the sidebar when active */
 .sidebar.active {
     right: 0;
     width: 300px;
 }
 .head {
    background: #f8f8fa;
    padding-bottom: 2px;

 }

 h4.links.header {
    font-size: 22px;
    color: #0d8597;
    font-weight: 500;
}

 /* Style for the close button */
 .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
 font-size: 18px;
 cursor: pointer;
 color: #3493a5;

 border-radius: 3px;
 background-color: #f8fafb;
 padding: 6px;
}

.close-button:hover {
    background-color: #dde9eb;
    color: #1595ab;
    border-radius: 3px;
}

h4.links {
 font-size: 18px;
 /* font-family: inherit; */
 margin-left: 30px;
 color: #088395;
 font-weight: 400;
 /* border-bottom: solid 2px #cecece; */
}

 /* Style for the sidebar menu items */
 .sidebar ul {
     list-style: none;
     padding: 0;
     margin-top: 15px;
 }

 .sidebar li {

 }
 /* .sidebar li:hover {
     border-bottom: solid 1px grey;
     border-top: solid 1px grey

} */

 .sidebar a {
 text-decoration: none;
 color: #333;
 display: block;
 /* position: relative; */
 overflow: hidden;
 /* border: solid 1px grey; */
 /* padding: 5px; */
 border-radius: 3px;
 margin-left: 30px;
 padding-top: 5px;
 padding-bottom: 5px;
 z-index: 1;
 transition: color 0.3s, background-color 0.3s;
 font-size: 16px;
}

 .sidebar a::before {
     content: '';
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     height: 2px;
     background-color: #333;
     z-index: -1;
     transform: translateY(-100%);
     transition: transform 0.3s ease;
 }

 .sidebar li:hover a {
 color: #26aac1;
 /* background-color: #91d8e6; */

 border-radius: 3px;
 transition-delay: 110ms;
}

 .sidebar a:hover::before {
     transform: translateY(0); /* Slide the underline up on hover */
 }

 .right-bar {
     background: #f8f8fa;
 border-bottom: solid 1px #dae1e3;
 border-top: solid 1px #dde2e4;
 padding-top: 7px;
 padding-bottom: 2px;
 margin-bottom: 5px;
 margin-top: 5px;
}

/* Style for the social icons row */
.social-icons-row {
     display: flex;
     justify-content: center; /* Center the icons horizontally */
 }
 .social-icons-row:hover {
   color:none; /* Center the icons horizontally */
 }

 .social-icon {
     display: inline-block;
     margin: 0 5px; /* Add some spacing between icons */
     color: #333;
     font-size: 24px;
     text-decoration: none;
 }

 .social-icon i {
     transition: color 0.3s; /* Add transition effect for icon color */
 }

 .social-icon:hover i {
     color: #777; /* Change icon color on hover */
 }

 i.fab.fa-facebook-f {
 color: #4267B2;
 font-size: 22px;
 padding-top: 5px;
}
.social-icons-row i.fa-brands.fa-x-twitter{
 color: #0e0e0e;
 font-size: 22px;
 padding-top: 5px;
}
i.fab.fa-instagram {
 color: #FD1D1D;
 font-size: 20px;
 padding-top: 5px;
}
i.fab.fa-linkedin-in {
 color: #0A66C2;
 font-size: 22px;
 padding-top: 5px;
}
i.fab.fa-youtube {
 color: #FF0000;
 font-size: 22px;
 padding-top: 5px;
}


/* Adjust card height for smaller devices */
/* Adjust card height for smaller devices */
@media (max-width: 767px) {
    .home__products__section .item {
        height: auto;
    }
    .home__products__section .button-area {
        margin-top: 10px;
    }
}

/* Reduce font size for smaller screens */
@media (max-width: 576px) {
    .home__products__section .product-title {
        font-size: 12px;
    }
    #feature_product_carousel .owl-prev {
        border: 1px solid #0a4d68;
        color: #0a4d68;
        font-size: 20px;
        height: 35px;
        left: 0px;
        line-height: 35px;
        margin-top: -17px;
        /* opacity: 0; */
        position: absolute;
        right: auto;
        top: 45%;
        /* transition: all 0.3s ease 0s; */
        /* visibility: hidden; */
        width: 35px;
        z-index: 2;
    }

    #feature_product_carousel .owl-next {
        border: 1px solid #0a4d68;
        color: #0a4d68;
        font-size: 20px;
        height: 35px;
        /* left: -30px; */
        line-height: 35px;
        margin-top: -17px;
        position: absolute;
        right: 0px;
        top: 45%;
        /* transition: all 0.3s ease 0s; */
        /* visibility: hidden; */
        width: 35px;
        z-index: 2;
    }

    .home-carousel .carousel-item .home-banner-inner {
        position: absolute;
        right: 15%;
        top: 1%;
        left: 53%;
        z-index: 10;
        padding-top: 8px;
        padding-bottom: 20px;
        color: #fff;
        /* text-align: center; */
        width: 46%;
    }
    .btn-slider {
        padding: 5px 14px;
        border-radius: 4px;
        color: #0a4d68;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid #0a4d68;
    }

    .section-heading {

        font-size: 24px;
        padding: 12px 0px;

    }

}

.product-category__card-container .card a {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-category__card-container .card img {
    width: 100%;
    padding: 52px;
    flex: 1;
}


select#country {
    font-weight: 400;
    font-size: 14px;
    color: #747E99;
    background-color: #fff;
    border: 1px solid #0A4D68;
    border-radius: 8px;
    height: 2.94rem;
    box-sizing: border-box;
    box-shadow: none;
    padding: 0px;
    padding-left: 13px;
}

.section-heading-underline.white {
    background-color: white;
}

.error-message {
    color: red;
    font-size: 12px;
    display: none;
}

.input-invalid {
    border-color: red !important;
}
.added-to-wishlist .fa-heart {
    color: rgb(255 56 0); /* Change to your desired color */
  }
  span#wishlist-counter {
    background: #ff3800;
    border-radius: 93%;
    /* padding: 6px; */
    margin-bottom: 24px;
    top: 2px;
    margin-right: 10px;
}


.toast-custom-position {
    position: fixed;
    top: 165px;
    right: 30px;
  }

  span#cart-counter {
    background: #ff3800;
    border-radius: 93%;
    /* padding: 6px; */
    margin-bottom: 24px;
    top: 2px;
}


p.wish-alert {
    margin-top: 60px;
    text-align: center;
    font-size: 34px;
    color: #ff380094;
    height: 80px;
}


.col-lg-12.text-center.wish-margin {
    margin-bottom: 70px;
    margin-top: 70px;
}


h1.page_title.gap {
    height: 190px !important;
    width: 100% !important;
}

img.nothing {
    height: 100% !important;
    width: 100% !important;
}

.products__card-container.box {
    padding: 9px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.loader-area{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    background: #25252575;
    
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 80px;
    /* height: 100px; */
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    aspect-ratio: 1/1;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.productDetails_slider-1 .owl-stage-outer{
    display: flex;
    justify-content: center;
}
