/********** Template CSS **********/
:root {
    --primary: #223c74;
    --secondary: #f6a245;
    --light: #F7F8FC;
    --dark: #000000;
    --whychoosebackground: rgb(243, 243, 243);
    --greytext:rgb(92, 92, 92);
}


.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-icon {

    background-size: contain;
}


/*** 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;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 90px;
    background-color: var(--light);
    /* border-bottom: 1px solid rgba(0, 0, 0, .07); */
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*
.navbar-collapse {
    display: flex !important;
    justify-content: center;
} */

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    /* padding: 0 10px; */
    color: #555555;
    /* font-weight: 500; */
    font-size: 16px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}
.nav-width{
    width: auto;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
        padding-left: 10px;
    }
    .nav-width{
        width: 100%;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .navbar{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
    /* height: 300px; */
}
@media(max-width:786px){
    .carousel-caption {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: start;
        z-index: 1;
        height: 300px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 3rem;
}
@media(max-width:786px){
    .carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 3rem;
}
}
/* .carousel-item{
    height: 500px;
    object-fit: fill;
} */
#header-carousel .carousel-item img{
    height: 800px;
    object-fit: fill;

}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 425px !important;
        top: 90px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 285px;
        object-fit: fill;
    }
}

/* .breadcrumb */


.page-header {
    height:400px;
    background: url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media (max-width:798px){
    .page-header {
        height:280px;
        background: url(../img/carousel-1.jpg) top right no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


.breadcrumb-cont {
    margin-top: 80px !important;
}


@media (max-width:798px){
    .breadcrumb-cont {
        margin-top: 100px !important;
    }
}


/* .breadcrumb blog-detals */




#breadcrumb-below {
    padding-left: 45px;
}


@media (max-width:798px){
    #breadcrumb-below {
        padding-left: 60px;
    }
}


.blog-detail-image{
    height: 350px;
}


@media (max-width:798px){
    .blog-detail-image{
        height: 300px;
    }
}


.breadcrumb-title{
    font-size: 30px !important;
}


 @media (max-width:798px){
    .breadcrumb-title{
        font-size: 23px !important;
    }
}

.blogDetail-breadcrumb-title {
    font-size: 30px !important;
}


@media (max-width:798px){
    .blogDetail-breadcrumb-title{
        font-size: 17px !important;
    }
}




/* .breadcrumb blog-detals */




.bread-center{
     margin-left:46px;
}
    
@media (max-width:798px){
    .bread-center{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-left:0px;
    }
}



@media (max-width:798px){
    .product-detail-image{
        height:300px !important;
    }
}


@media (max-width:798px){
    #blogss-cont {
        margin-left: 10px;
    }
}




/* .breadcrumb */




/* carousel changed code */




/* Ensure dots are always visible */
.product-carousel .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
}


/* Fix dot visibility on large screens */
@media (min-width: 992px) {
    .product-carousel .owl-dots {
        display: block !important;
        position: relative;
        margin-top: 10px;
    }
}


.feature-product-carousel .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 15px;
}


.owl-carousel .owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s ease;
}


.owl-carousel .owl-dot.active {
    background: #03799f; /* Active dot color */
}


/* Ensure dots are positioned properly */
.gallery-carousel .owl-dots {
    display: block !important; /* Force visibility */
    text-align: center;
    margin-top: 15px; /* Space between images and dots */
}




/* Fix potential overlapping issue */
.owl-carousel {
    position: relative;
}


/* Extra fix for large screens */
@media (min-width: 992px) {
    .gallery-carousel .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}




.testimonial-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}




/* Fix dot visibility on large screens */
@media (min-width: 992px) {
    .testimonial-carousel .owl-dots {
        display: block;
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}


/* Ensure dots are always visible */
.blog-carousel .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 20px;
}


/* Fix dot visibility on large screens */
@media (min-width: 992px) {
    .blog-carousel .owl-dots {
        display: block !important;
        position: relative;
        margin-top: 20px;
    }
}




/* carousel changed code */


.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Section Header ***/
.section-header {
    position: relative;
    padding-top: 25px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
}

.section-header::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary);
}

.section-header.text-start::before,
.section-header.text-start::after {
    left: 0;
    transform: translateX(0);
}



/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

/* .about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: -webkit-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -moz-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -ms-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: -o-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-image: repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
    background-size: 20px 20px;
    transform: skew(20deg);
    z-index: 1;
} */


/*** Product ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

/* .product-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    height: 420px;
} */

/* .product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item small a:hover {
    color: var(--primary) !important;
} */
.product-header{
    height: 150px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--secondary) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/*.testimonial-carousel .owl-nav .owl-prev,*/
/*.testimonial-carousel .owl-nav .owl-next {*/
/*margin: 0 12px;*/
/*width: 50px;*/
/*height: 50px;*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*color: var(--dark);*/
/*border: 2px solid var(--primary);*/
/*border-radius: 50px;*/
/*font-size: 18px;*/
/*transition: .5s;*/
/*}*/

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #999999;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.footer .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--secondary);
}



/* =================================CUSTOM CSS=============================== */
/* =============topbar starts================== */
/* Logo alignment and resizing */
.logo {
    height:70px; /* Adjust height for mobile */
    object-fit: fill;
    margin-left: 10px;
}
.logo-1{
    display: none;
}
/* Hide search bar on mobile */
@media (max-width: 991.98px) {
    #searchBar {
        display: none;
    }
    .logo{
        display: none;
    }
    .logo-1{
        display: block;
        height: 45px;
        object-fit: fill;
        padding-left: 20px
    }
    
}

.search-container{
    width: 100%;
    height: 50px;
    /* background-color: #dbdbdb; */
    display: flex;
    justify-content: center;
    padding: 3px;
    border-radius: 5px;
}
.input-search{
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid black;
}


.search-icon{
    padding: 11px;
    background-color: var(--primary);
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.search-icon:hover{
    background-color: red;
    color:rgb(255, 255, 255);
}



/* #navbarCollapse{
    height: 60px;
} */
.enquirymodel{
    height: 50px;
    width: 140px;
    background-color:var(--yellow);
    border-radius:50px ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    font-weight: bold;
}
.enquirymodel:hover{
    background-color: var(--green);
    color: var(--yellow);
}
.caption{
    font-size:40px;
}
.border-img{
    border-radius: 20px;
}
.p-img{
    height: 200px;
    width: 100%;
    object-fit: fill;
}
.logo-footer{
    height: 70px;
    object-fit: fill;
    /* width: 100%; */
}
@media(max-width:789px){
    .caption{
        font-size:30px;
    }
    .p-img{
        height: 125px;
    }
}

/* =============================topbar ends============================== */
/* ========================products details starts======================== */
.detailpage-img img{
    height: 400px;
    width: 100%;
}
/* Style for the table */
table.w-100 {
    width: 100%;
    border-collapse: collapse; /* Ensures borders are merged */
    margin: 20px 0; /* Adds margin around the table */
}

/* Style for table headers and data cells */
table.w-100 td {
    padding: 12px; /* Adds padding inside each cell */
    border: 1px solid #ddd; /* Light gray border */
    text-align: left; /* Aligns text to the left */
}

/* Style for table headers (if you want to add headers) */
table.w-100 th {
    padding: 12px;
    border: 1px solid #ddd;
    background-color: #f4f4f4; /* Light background for header */
    text-align: left;
}

/* Optional: Add alternating row colors for better readability */
table.w-100 tr:nth-child(even) {
    background-color: #f9f9f9; /* Light gray background for even rows */
}

/* Bold the first column to make labels stand out */
table.w-100 td:first-child {
    font-weight: bold;
}

/* Add hover effect to highlight rows */
table.w-100 tr:hover {
    background-color: #f1f1f1; /* Light hover color */
}
.details-page-content .btn{
    border-radius: 20px;
    padding: 10px;
}
.form-select{
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid black;
}
.product-search{
    width: 50%;
}
.detail-row{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:798px){
    .product-search{
        width: 100%;
    }
    .detail-row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
/* ==========================product details ends========================= */
/* ===========================function starts=========================== */
.function-page-content{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;

}
.function-row{
 /* padding-top: 50px; */
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        align-items: center;
}
.function-img img{
    height: 100%;
    /* width: 100%; */
}
.function-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
@media(max-width:789px){
    .function-row{
        /* padding-top: 50px; */
           padding-bottom: 50px;
           display: flex;
           flex-wrap: wrap;
           flex-direction: column;
       }
       .function-row-1{
        flex-direction: column-reverse;
       }
}
/* ===========================function ends=========================== */
/* Show the dropdown menu on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Style the submenu to appear on hover */
.dropdown-submenu:hover > .dropdown-menu1 {
    display: block;
    position: absolute;
    left: 100%; /* Position the submenu next to the parent menu */
    top: 0;    /* Align with the parent menu */
    background-color:white;
}

/* Prevent overlapping and adjust layout */
.dropdown-menu {
    position: relative; /* Ensure the submenu respects its container */
}

.dropdown-submenu {
    position: relative; /* Allow submenu to be positioned next to the parent */
}
.dropdown-menu1{
    display: none;
}







/* ==================================CUSTOM CSS================================ */
.nav-logo{
    height: 70px;
    object-fit: fill;
}
.title{
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: Poppins, sans-serif;
    color: var(--primary);
}
.btn{
    color: white;
    background-color: var(--primary);
    font-size: 18px;
    font-weight: bold;
}

#send-message {
    color:white ;
    background-color: var(--primary);
    font-size: 18px;
    font-weight: bold;
}

#send-message:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(254, 36, 36) ;
}

.btn:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(254, 36, 36) ;
}
.fa-check{
    color: var(--secondary);
}
.navbar-toggler{
    position: relative;
    right: 10px;
}
/**====================================================Product categories===================================**/
.categories-item .row .card-cat{
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.categories-item .card{
    border-radius: 30px;
}
.categories-item .card .row .col-8{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.categories-item .card .row .col-8 h4{
    font-family:Poppins, sans-serif;
    color: var(--primary);
}
.categories-item .card .row .col-4{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color:#03799f;
}
.product-categories{
    background-color: var(--primary);
}
.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* =============================================featued products================================== */
.product-item .card{
    border-radius: 30px;
    height: 293px;
}
.card-header img{
    height: 239px;
    width: 100%;
    object-fit: fill;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;

}
.product-item {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .07); */
    height: 380px;
}
@media(max-width:786px){
    .product-item .card{
        border-radius: 30px;
        height: 290px;
        
    }
    .product-item {
         box-shadow: 0 0 45px rgba(0, 0, 0, .07); 
        height: 290px;
    }
}

.card-header{
    padding: 0 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: none !important;
}
.card-body{
    padding: 0 !important;
}
.product-item .card .card-body .row .col-8{
    border-top-left-radius: 0;

    border-bottom-left-radius: 30px;
}
.product-item .card .card-body .row .col-8{
    justify-content: start;
    align-items: start;
    font-family:Poppins, sans-serif;
    color: var(--primary);
    padding: 5px !important;
}
.product-item .card .card-body .row .col-4{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    background-color:#03799f;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.product-categories{
    background-color: var(--primary);
}
.card-cat p{
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: var(--primary);
}
.id-num{
    color: grey;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}

@media(max-width:786px){
    .card-header img{
        height: 190px;
        width: 100%;
        object-fit: fill;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;

    }
}
/* ===========================================why we choose section================================= */

.title-1{
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--primary);
    font-size: 28px;
    font-weight: bold;
}
.title-2{
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--secondary);
    font-size: 26px;
    font-weight: bold;
}
.choose-container{
    background-color: var(--primary);
}
.choose-colums{
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 15px;
}
.choose-colums .card i{
    color: var(--primary);
}
.choose-colums .card{
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0px !important;
    border-radius: 20px;
    background-image: linear-gradient(310deg, rgba(78, 115, 182, .32), #fff);
}
.choose-colums .card p:nth-child(2){
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
}
.choose-colums .card p:nth-child(3){

    letter-spacing: normal;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color:var(--greytext) ;
}

@media (min-width: 1200px){
    .choose-container .container{
        max-width: 1225px !important;
    }
}
@media(max-width:786px){
    .choose-colums{
        display: grid;
        grid-template-columns: repeat(1, 1fr);

        gap: 15px;
    }
}


/* =============================gallary============================== */
/*** Events Start ***/
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--light) !important;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-img img {
    transition: 0.5s;
    height: 250px;
    object-fit: fill;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
   

}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
.tab-container {
    overflow-x: auto;
    white-space: nowrap;
}
.nav-pills{
    margin-bottom: 30px;
}
.gallery-item img{
    height: 250px;
    width: 100%;
    object-fit: fill;
}
.gallery-sec{
    display: flex;
}
@media (max-width: 786px) {
    .nav-pills {
        flex-wrap: nowrap;
    }
    .nav-item {
        flex: 0 0 auto;
    }
    .nav-pills{
        margin-bottom: 10px;
    }
    .gallery-img img{
        height: 150px !important;
    }
}

/*** ==================================blog===================================== ***/

.blog-item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.blog-item img {
    border-bottom: 2px solid #ddd;
    height: 240px;
    object-fit: fill;
}
.blog-img{
    width: 100%;
}
.blog-link a:nth-child(1){
    text-decoration: none;
    color: var(--dark);
}
/* ===================================footer================================ */
.footer-logo{
    height: 100px;
    width: 100%;
    object-fit: fill;
}
.footer{
    background-color: var(--primary);
}
.foot-head{
    color: var(--secondary);
}
.quick-link {
    display: block; /* Ensures each link takes a new line */
    margin-bottom: 8px; /* Adds spacing between links */
    text-decoration: none; /* Removes the default underline */
    color: var(--light); /* Sets the default text color */
}

.quick-link:hover {
    color: var(--secondary); /* Changes the color on hover */
    text-decoration: none; /* Adds underline on hover */
}
.foot-text{
    color: var(--light);
}
.of2onlink{
    color: var(--secondary);

}
.of2onlink:hover{
    color: var(--light);
}
/* ========================================banner====================================== */
.banner-text{
    font-size: 50px;
    font-weight: bold;
    padding-left: 45px;
    color: var(--primary);
}
.radius{
    border-radius: 20px;
}
@media(max-width:786px){
    .banner-text{
        font-size: 20px;
        font-weight: bold;
        padding-left: 0;
        text-align: center;
        color: var(--primary);
    }
    .nav-logo{
        height: 50px;
    }
    .about-img img{
        height: 250px;
    }
    .choose-container .container{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* =====================================about us page========================== */
.breadcrumb{
    padding-left: 45px;
}
.about-reverse{
    flex-wrap: wrap-reverse;
}

iframe{

    width: 100%;
}



.heading-6 {
    text-align: left;
    text-indent: 0;
    column-count: auto;
    word-break: break-all;
    font-size: 1rem;
    font-weight: 600;
    overflow: visible;
}
@media (max-width: 786px) {
    .product-image img {
        height: 145px !important;
        object-fit: fill;
    }
}
.details-page-content{
    display: flex;
    align-items: center;
}


.products-adjust{
    margin-right:70px;
    margin-left:70px;
}

@media (max-width:450px){
    .products-adjust {
        margin-right:40px;
        margin-left:40px;
        
    }
}

@media (max-width:789px){
   .paginat{
    margin-top:20px;
   }
}

