/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* Styles for .banner_bg_main */
/* Styles for .banner_bg_main */
.banner_bg_main {
    width: 100%;
    float: left;
    background-image: url(../images/banner13.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* Styles for .header_section_top */
/* Styles for .header_section_top */
.header_section_top {
    background-color: white;
    padding: 10px 0; /* Adjust padding for top and bottom */
    overflow: hidden;
}

.header_section_top .container {
    width: 100%;
    padding: 0 15px; /* Add padding to container for better responsiveness */
}

/* Styles for .custom_menu */
.custom_menu {
    text-align: center;
}

.custom_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom_menu li {
    display: inline-block;
    margin: 0 10px; /* Adjust horizontal spacing */
}

.custom_menu li a {
    color: #007BFF;
    text-decoration: none;
    padding: 8px 15px; /* Adjust padding for top and bottom */
    display: inline-block;
    font-size: 14px; /* Adjust font size */
}

.custom_menu li a:hover {
    background-color: #007BFF;
    color: #FFFFFF;
    border-radius: 5px;
}

/* Media queries for responsiveness */
@media (max-width: 992px) {
    .custom_menu li {
        margin: 0 8px; /* Further adjust horizontal spacing */
    }

    .custom_menu li a {
        padding: 6px 12px; /* Further adjust padding */
        font-size: 13px; /* Decrease font size for medium screens */
    }
}

@media (max-width: 768px) {
    .header_section_top {
        padding: 8px 0; /* Adjust padding for smaller screens */
    }

    .custom_menu {
        text-align: left; /* Adjust text alignment for smaller screens */
        
    }

    .custom_menu ul {
        text-align: center; /* Center align menu items on smaller screens */
    }

    .custom_menu li {
        display: block; /* Stack menu items vertically on small screens */
        margin: 5px 0; /* Adjust vertical spacing between stacked items */
    }

    .custom_menu li a {
        padding: 8px 10px; /* Further adjust padding */
        font-size: 12px; /* Decrease font size for smaller screens */
    }
}

@media (max-width: 576px) {
    .header_section_top {
        padding: 6px 0; /* Further adjust padding for smallest screens */
    }

    .custom_menu li {
        margin: 0; /* Remove margin for stacked items */
    }

    .custom_menu li a {
        padding: 6px 8px; /* Further adjust padding */
        font-size: 11px; /* Decrease font size for smallest screens */
    }
}



/* Styles for .logo_section and .logo */
.logo_section {
    width: 100%;
    float: left;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px;
}

.logo img {
    width: 120px; /* Initial logo width */
    height: auto;
    margin-right: 15px;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Styles for .banner_title */
.banner_title {
    font-family: 'Poppins', sans-serif;
    color: white;
   
    text-transform: none;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.4); /* Improved text shadow */
}

.banner_title img {
    vertical-align: middle;
    width: 120px;
    height: auto;
    margin-right: 15px;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.banner_title span {
    font-size: 60px;
    color: #007BFF;
    font-family: 'Georgia', serif;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.4); /* Improved text shadow */
}

/* Styles for .header_section */
.header_section {
    width: 100%;
    display: flex;
}

.containt_main {
    display: flex;
}

/* Styles for .lang_box and links */
/* flage css start */

.lang_box {
    display: flex;
    float: right;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.nav-link {
    display: block;
    padding: .4rem 1rem;
}

a:hover {
    color: #0000FF;
    text-decoration: underline;
}


/* flage css end */

/* Media queries for responsiveness */
@media (max-width: 1200px) {
    .banner_title {
        font-size: 40px;
    }

    .banner_title span {
        font-size: 50px;
    }

    .logo img {
        width: 100px; /* Adjust logo size for medium screens */
    }

    .logo {
        padding: 25px 0px;
    }
}

@media (max-width: 992px) {
    .banner_title {
        font-size: 35px;
    }

    .banner_title span {
        font-size: 45px;
    }

    .logo img {
        width: 80px; /* Adjust logo size for smaller screens */
    }

    .logo {
        padding: 20px 0px;
    }
}

@media (max-width: 768px) {
    .header_section_top {
        padding: 8px 0; /* Adjust padding for smaller screens */
    }

    .custom_menu li {
        margin: 0 8px; /* Further adjust horizontal spacing */
    }

    .custom_menu li a {
        padding: 6px 12px; /* Further adjust padding */
        font-size: 12px; /* Decrease font size for smaller screens */
    }

    .banner_title {
        font-size: 30px;
    }

    .banner_title span {
        font-size: 40px;
    }

    .logo img {
        width: 60px; /* Adjust logo size for smaller screens */
    }

    .logo {
        padding: 15px 0px;
    }

    .containt_main {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .header_section_top {
        padding: 6px 0; /* Further adjust padding for smaller screens */
    }

    .custom_menu li {
        margin: 0 5px; /* Further adjust horizontal spacing */
    }

    .custom_menu li a {
        padding: 4px 8px; /* Further adjust padding */
        font-size: 10px; /* Decrease font size further */
    }

    .banner_title {
        font-size: 25px;
    }

    .banner_title span {
        font-size: 35px;
    }

    .logo img {
        width: 50px; /* Adjust logo size for smallest screens */
    }

    .logo {
        padding: 10px 0px;
    }
}


/* Media queries for responsiveness */

/* Styles for wrapping the search box start */




/* Bootstrap 4 text input with search icon */


/* Styles for wrapping the search box end */




/* Styles for .sidenav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    color: #007BFF;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #007BFF;
    background-color: #007BFF;
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Additional styles for inline elements from HTML */
.sidenav img {
    vertical-align: middle;
    width: 120px;
    height: auto;
    margin-right: 15px;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.sidenav li {
    list-style: none;
    padding: 8px 8px 8px 32px;
}

.sidenav li a {
    display: block;
    transition: 0.3s;
    color: #007BFF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    background-color: white;
    padding: 5px;
}

.sidenav li a:hover {
    background-color: #007BFF;
    color: white;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
/* General styles */
/* Styles for wrapping the search box start */



/* Styles for wrapping the search box end */

/* Ensure dropdown menu is visible on small devices */




/* Styles for wrapping the search box start */

/* Bootstrap 4 text input with search icon */

/* End of CSS */
/* new script */



/* end new script */

/* Styles for wrapping the search box end */

.login_menu {
    display: flex;
    text-align: right;
    float: right;
}

.login_menu ul {
    margin: 0px;
    padding: 0px;
}

.login_menu li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 4px;
}

.login_menu li a {
    color: #ffffff;
}

.login_menu li a:hover {
    color: #0000FF;
}

.padding_10 {
    padding-left: 10px;
}

/* Style for the popup login box */

/* flage css start */


.nav-link {
    display: block;
    padding: .4rem 1rem;
}

a:hover {
    color: #0000FF;
    text-decoration: underline;
}


/* flage css end */


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.banner_taital {
    width: 100%;
    font-size: 40px;
    color: white;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /* Adding shadow effect */
}


.buynow_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 30px;
}

.buynow_bt a {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    color: white;
    background-color: #007BFF;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none; /* Add underline for the link */
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 40px;
}

#my_slider a.carousel-control-prev {
    left: 0px;
    top: 40px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: rgb(242, 222, 172, 0.80);
    opacity: 1;
    font-size: 20px;
    color: #007BFF;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fff;
}


/* banner section end */


/* fashion section start */

.fashion_section {
    width: 100%;
    float: left;
    padding-bottom: 150px;
}

.fashion_taital {
    width: 100%;
    font-size: 40px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}

.fashion_section_2 {
    width: 100%;
    margin-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 20px;
    box-shadow: 0px 0 30px 10px #f0f0f0;
    margin-bottom: 20px;
}


.shirt_text {
    width: 100%;
    font-size: 16px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;

}
.shirt_text span:hover {
    background-color: #0000FF; /* Change background color on hover */
}

.price_text {
    width: 100%;
    font-size: 16px;
    color: #007BFF;
    text-align: center;
    margin: 0px;
}

.tshirt_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 370px;
}

.btn_main {
    width: 100%;
    display: flex;
}
.btn_main {
    display: flex;
    justify-content: space-between;
}

/* Button styling */
.buy_bt a {
    display: inline-block;
    padding: 8px 16px; /* Reduced padding for smaller button */
    font-size: 14px; /* Reduced font size for smaller button */
    color: #fff;
    background-color: #007BFF; /* Background color changed to #f26522 */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.buy_bt a:hover {
    background-color: #0000FF; /* Darker shade of #f26522 on hover */
}

/* Button styling for "See More" link */
.seemore_bt a {
    display: inline-block;
    padding: 8px 16px; /* Reduced padding for smaller button */
    font-size: 14px; /* Reduced font size for smaller button */
    font-weight: bold; /* Set to bold */
    color: #007BFF;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.seemore_bt a:hover {
    background-color: transparent;
    color: #0000FF; /* Highlight color on hover */
}

/* Additional styling for responsive design */
@media (max-width: 768px) {
    .buy_bt,
    .seemore_bt {
        width: 100%;
    }

    /* Adjust margins if necessary */
    .buy_bt,
    .seemore_bt {
        margin-bottom: 10px;
    }
}



#main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #0000FF;
}


/* fashion section end */


/* electronic section start */

.electronic_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider .carousel-control-next,
#electronic_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider .carousel-control-next:focus,
#electronic_main_slider .carousel-control-next:hover,
#electronic_main_slider .carousel-control-prev:focus,
#electronic_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #0000FF;
}


/* electronic section end */


/* electronic section start */

.electronic_img_1 {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider_1 a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider_1 a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider_1 .carousel-control-next,
#electronic_main_slider_1 .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider_1 .carousel-control-next:focus,
#electronic_main_slider_1 .carousel-control-next:hover,
#electronic_main_slider_1 .carousel-control-prev:focus,
#electronic_main_slider_1 .carousel-control-prev:hover {
    color: #fff;
    background-color: #0000FF;
}


/* electronic section end */






/* electronic section start */

.electronic_img_2 {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider_2 a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider_2 a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider_2 .carousel-control-next,
#electronic_main_slider_2 .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider_2 .carousel-control-next:focus,
#electronic_main_slider_2 .carousel-control-next:hover,
#electronic_main_slider_2 .carousel-control-prev:focus,
#electronic_main_slider_2 .carousel-control-prev:hover {
    color: #fff;
    background-color: #0000FF;
}


/* electronic section end */


/* electronic onhand projects and products start */

.electronic_img_2 {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider_2 a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider_2 a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider_2 .carousel-control-next,
#electronic_main_slider_2 .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider_2 .carousel-control-next:focus,
#electronic_main_slider_2 .carousel-control-next:hover,
#electronic_main_slider_2 .carousel-control-prev:focus,
#electronic_main_slider_2 .carousel-control-prev:hover {
    color: #fff;
    background-color: #0000FF;
}


/* Our projects and products section end */


/* electronic onhand projects and products start */
.electronic_img_3 {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider_3 a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider_3 a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider_3 .carousel-control-next,
#electronic_main_slider_3 .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider_3 .carousel-control-next:focus,
#electronic_main_slider_3 .carousel-control-next:hover,
#electronic_main_slider_3 .carousel-control-prev:focus,
#electronic_main_slider_3 .carousel-control-prev:hover {
    color: #fff;
    background-color: #0000FF;
}


/* Our projects and products section end */

/* electronic section start */
/* electronic onhand projects and products start */
.electronic_img_4 {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}

#electronic_main_slider_4 a.carousel-control-next {
    right: 615px;
    top: 105%;
}

#electronic_main_slider_4 a.carousel-control-prev {
    left: 615px;
    top: 105%;
}

#electronic_main_slider_4 .carousel-control-next,
#electronic_main_slider_4 .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#electronic_main_slider_4 .carousel-control-next:focus,
#electronic_main_slider_4 .carousel-control-next:hover,
#electronic_main_slider_4 .carousel-control-prev:focus,
#electronic_main_slider_4 .carousel-control-prev:hover {
    color: #fff;
    background-color: #0000FF;
}


/* Our projects and products section end */
/* electronic section end */

/* jewellery section start */

.jewellery_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.jewellery_img {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
    min-height: 293px;
}


#jewellery_main_slider a.carousel-control-next {
    right: 615px;
    top: 100%;
}

#jewellery_main_slider a.carousel-control-prev {
    left: 615px;
    top: 100%;
}

#jewellery_main_slider .carousel-control-next,
#jewellery_main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background-color: #30302e;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#jewellery_main_slider .carousel-control-next:focus,
#jewellery_main_slider .carousel-control-next:hover,
#jewellery_main_slider .carousel-control-prev:focus,
#jewellery_main_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #0000FF;
}



/* loader bar css start */

.loader_main {
    width: 100%;
    text-align: center;
    margin-top: 140px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #414744;
    border-right: 16px solid #007BFF;
    border-bottom: 16px solid #414744;
    border-left: 16px solid #007BFF;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 6s linear infinite;
    margin: 0 auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* loader bar css end */


/* jewellery section end */


/* footer section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #blue;
    height: auto;
}
.footer_logo {
    width: 100%;
    text-align: center;
}

.input_bt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #ffffff !important;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

input.mail_bt::placeholder {
    color: #fff;
}

/* Default style for larger screens */
.subscribe_bt {
    width: 20%;
    float: right;
    color: white;
    font-weight: bold;
    font-size: 14px;
    background-color: #007BFF;
    padding: 20px 5px 5px 5px;
    border-radius: 10px;
    border: 0px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.subscribe_bt a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.5;
}

.subscribe_bt a:hover {
    background-color: #0000FF;
}

/* Medium screens (tablets, 768px and up) */
@media (max-width: 1024px) {
    .subscribe_bt {
        width: 40%;
        font-size: 14px;
        padding: 15px 5px 5px 5px;
    }

    .subscribe_bt a {
        font-size: 12px;
        line-height: 1.4;
    }
}

/* Small screens (phones, 600px and up) */
@media (max-width: 768px) {
    .subscribe_bt {
        width: 30%;
        font-size: 12px;
        padding: 10px 5px 5px 5px;
    }

    .subscribe_bt a {
        font-size: 12px;
        line-height: 1.3;
    }
}

/* Extra small screens (phones, less than 600px) */
@media (max-width: 600px) {
    .subscribe_bt {
        width: 20%;
        font-size: 10px;
        padding: 24px 5px 5px 5px;
    }

    .subscribe_bt a {
        font-size: 10px;
        line-height: 1.2;
    }
}




.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_menu li {
    float: left;
    font-size: 18px;
    color: white;
    padding: 20px 10px 0px 10px;
}

.footer_menu li a {
    color: white;
    font-weight: bold;
}

.footer_menu li a:hover {
    color: #007BFF;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.location_main {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.location_main a {
    color: #ffffff;
}

.location_main a:hover {
    color: #0000FF;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #36454F;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-weight: bold;
    color: #007BFF;
    text-align: center;
    font-size: 18px; /* Increased font size for better visibility */
    margin: 20px 0px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Added text shadow */
    padding: 10px 0; /* Added padding for better spacing */
    border-radius: 5px; /* Added rounded corners */
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #0000FF;
}

.margin_top90 {
    margin-top: 90px;
}


/* copyright section end */

/* additonal css styles */
/* Heading Styles */
.welcome-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #007BFF; /* Blue color for headings */
    margin-bottom: 20px;
    text-align: center; /* Center align heading */
}

/* Paragraph Styles */
.welcome-paragraph {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify; /* Justify text for better readability */
}

/* List Styles */
.welcome-list {
    list-style-type: none; /* Remove default list styles */
    padding-left: 0; /* Remove default list padding */
    margin-bottom: 15px;
}

.welcome-list li {
    position: relative; /* Create space for custom bullet */
    padding-left: 20px; /* Add space between bullet and text */
    margin-bottom: 12px; /* Add spacing between list items */
    font-size: 1.2rem; /* Increase font size */
    font-weight: bold; /* Make list items bold */
    color: #28a745; /* Green color for list items */
}

.welcome-list li:before {
    content: "\2022"; /* Unicode character for bullet (•) */
    position: absolute;
    left: 0;
    font-size: 1.2rem; /* Match font size of list items */
    color: #28a745; /* Match list item color */
}

/* Brand Name Styles */
.brand-name {
    font-weight: bold;
    color: #28a745; /* Green color for brand name */
}

/* Container Styles */
.welcome-content {
    padding: 20px; /* Add padding to the content */
    border-radius: 10px; /* Add border radius for rounded corners */
    background-color: #fff; /* White background for container */
    /* max-width: 800px; /* Limit maximum width */
    margin: 0 auto; /* Center align horizontally */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
    animation: fadeInUp 1s ease-out; /* Add animation */
}

/* for vision and mission */
/* Custom styles for the icons */
/* Custom styles for the icons */
.animated-reason i {
    color: #007BFF; /* Blue icon color */
    margin-bottom: 20px; /* Add space between icon and text */
    display: block; /* Ensure icon is centered vertically */
}

/* Text styling for vision and mission */
/* Custom styles for the icons */
.vision-icon,
.mission-icon {
    width: 100px; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 20px; /* Add space between icon and text */
    display: block; /* Ensure icon is centered vertically */
}

/* Text styling for vision and mission */
.vision-mission {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    animation: fadeInUp 1s ease-out;
    box-shadow: none; /* Remove shadow */
    background-color: #fff; /* White background color */
}

/* Text styling */
.vision-mission h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #007bff; /* Blue color for the heading */
    margin-bottom: 30px; /* Add margin bottom for spacing */
}

.vision-mission-content {
    background-color: #fff; /* White background color for text content */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
}

.vision-mission p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 0;
}

.welcome-list {
    columns: 2; /* Split list into two columns */
    list-style-type: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default padding */
}

.welcome-list li {
    position: relative;
    padding-left: 1.5em; /* Space for larger bullet */
}

.welcome-list li::before {
    content: '';
    position: absolute;
    top: 0.4em; /* Adjust vertical position */
    left: 0;
    width: 1em; /* Size of the bullet */
    height: 1em; /* Size of the bullet */
    border-radius: 50%; /* Shape the bullet into a circle */
    background-color: #f26522; /* Background color of the bullet */
}

.welcome-list li::after {
    content: '\2022'; /* Unicode character for bullet */
    position: absolute;
    top: 0;
    left: 0.25em; /* Adjust horizontal position */
    color: #fff; /* Color of the bullet */
    font-size: 1.5em; /* Size of the bullet */
}

#why-choose h2 {
    color: #007bff;
    font-weight: bold;
}
.animated-reason {
    /*padding: 20px;*/
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #007BFF;
    animation: fadeInUp 1s ease-out;
    box-shadow: none; /* Remove shadow */
}

/* Adjust layout for smaller screens */
@media (max-width: 992px) {
    .animated-reason {
        margin-left: 0; /* Remove margin on smaller screens */
        margin-right: 0; /* Remove margin on smaller screens */
    }
}

#why-choose h2 {
    color: #007bff;
    font-weight: bold;
}

.animated-reason {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ffffff; /* Change background color to white */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Add a little shadow */
    padding: 20px; /* Add padding */
}

/* Custom styles for the icons */
.animated-reason h3 i {
    color: #007BFF; /* Change icon color to the specified color */
    margin-right: 10px; /* Add spacing between icon and text */
}

/* Change the color of the line */
.animated-reason h3 i::before,
.animated-reason h3 i::after {
    border-color: #007BFF; /* Change the color of the lines */
}

/* Change the color of the heading title */
.animated-reason h3 {
    color: #007BFF; /* Change the color of the heading title */
}

/* Chat Label Styles */
.chat-label {
    position: fixed;
    bottom: 20px;
    right: 75px;
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.chat-label i {
    margin-right: 5px;
}

/* Chat Box Styles */
.chat-box {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 300px;
    background-color: #ffffff;
    border: 1px solid #007BFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow: hidden;
}

.chat-header {
    background-color: #007BFF;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-title {
    font-weight: bold;
}

.chat-title.with-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('path_to_your_icon.png');
    background-size: cover;
    margin-right: 10px;
}

.close-button {
    cursor: pointer;
}

.chat-messages {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.chat-input {
    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.chat-input input[type="text"] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

.chat-input i {
    padding: 8px;
    background-color: #007BFF;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.chat-input i:hover {
    background-color: #007BFF;
}

/* Styles for the button */
#moveToTopBtn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: #007BFF;
    color: white; /* Arrow color */
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

/* Styles for the arrow icon */
#moveToTopBtn::before {
    content: '\2191'; /* Unicode for upward arrow */
}

/* the popup customer registration form */

/* Styles for popup container */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content {
    position: fixed; /* Change from absolute to fixed */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 300px;
    z-index: 1000; /* Set a higher z-index value */
}


.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #007BFF;
    font-size: 20px;
}

.close-button:hover {
    color: #e2531f;
}

h2 {
    color: #007BFF;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    padding: 10px;
    margin-bottom: 10px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    font-size: 14px;
}

button[type="submit"] {
    padding: 10px;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #0000FF;
}

/* end for customer registration popup form */

/* login form */

/* Popup Login Box Styles */
.popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 400px;
    max-width: 80%;
    z-index: 1000;
}

.popup-content {
    text-align: center;
}

.login-heading {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333333;
}

.login-form {
    text-align: left;
}


.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555555;
}

.form-control {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: #007bff;
}

.btn-group {
    display: flex;
    justify-content: space-between;
}

.btn {
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn-primary {
    background-color: #007bff;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #0000FF;
}

.btn-secondary {
    background-color: #ff4d4d; /* Red color */
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #0000FF; /* Darker red color */
}

.register-link {
    margin-top: 20px;
    color: #555555;
}

.register-link a {
    color: #007bff;
    text-decoration: none;
}

.register-link a:hover {
    text-decoration: underline;
}


/*login form end css */

/* css for alert message */

.alert-container {
    background-color: #007BFF;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}
.user-icon img {
    height: 40px;
    width: 40px;
    background-color: #007BFF;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 4px solid #FFFFFF;
    vertical-align: middle; /* Ensure vertical alignment with text */
}

.user-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content; /* Ensure the container fits the content */
}

.user-container span {
    margin-left: 10px;
    font-weight: bold;
    color: #007BFF;
}

.user-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 10;
    width: fit-content; /* Ensure the menu fits the content */
    white-space: nowrap; /* Prevent line breaks */
}

.user-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    transition: background-color 0.3s ease-in-out;
}

.user-menu a:hover {
    background-color: #0000FF;
}




/* new css style */

/* Main menu container */
/* Main menu container */
.menu {
    list-style-type: none;
    padding-right: 10px;
    margin: 0;
    background-color: white;
    text-align: right; /* Aligns menu items to the right */
    
    position:relative;
  
}


/* Menu items */
.menu > li {
    position: relative;
    display: inline-block;
}

/* Links */
.menu > li > a {
    color: #007BFF;
    text-decoration: none;
    padding: 10px 15px; /* Adjusted padding */
    display: inline-block;
    font-size: 14px; /* Default font size */
}

/* Change color on hover */
.menu > li > a:hover {
    background-color: #007BFF;
    color: #FFFFFF;
    border-radius: 5px;
}


/* Submenu container */
.submenu {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: white;
    white-space: nowrap; /* Prevent submenu items from wrapping */
    z-index: 1;
}

/* Submenu items */
.submenu li {
    display: block;
    position: relative; /* Add this line */
}

/* Submenu links */
.submenu li a {
    color: #007BFF;
    padding: 10px 15px; /* Adjusted padding */
    text-decoration: none;
    display: block;
    font-size: 13px; /* Decreased font size for submenus */
    text-align: left;
}

/* Change color on hover */
.submenu li a:hover {
    background-color: #007BFF;
    color: white;
}

/* Show submenu on hover */
.menu li:hover > .submenu {
    display: block;
}

/* Adjust position of nested submenus */
.submenu .submenu {
    top: 0;
    left: 100%;
    background-color: #0056b3; /* Different color to distinguish nested submenu */
}

/* Show nested submenu on hover */
.submenu li:hover > .submenu {
    display: block;
}

/* User container */
.user-container {
    display: inline-block;
    position: relative;
    color: #007BFF;
    font-weight: bold;
    font-size: 16px; /* Adjusted font size */
    text-decoration: none;
    margin-left: 20px; /* Adjust margin between menu items */
}

.user-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.user-icon img {
    width: 20px; /* Decreased image size */
    height: 20px; /* Decreased image size */
    margin-right: 5px;
}

.user-menu {
    display: none;
    position: absolute;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: white;
    border: 1px solid #ddd;
    text-align: left;
    z-index: 1;
}

.user-menu a {
    display: block;
    font-size: 13px; /* Adjusted font size */
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
    padding: 5px;
    transition: 0.3s;
}

.user-menu a:hover {
    background-color: #007BFF;
    color: white;
}

.user-container:hover .user-menu {
    display: block;
}

/* Original Inline Styles for Menu and Submenus */
.menu h4 {
    margin: 0;
}

.menu span {
    font-weight: bold;
    color: #007BFF;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.menu span:hover {
    background-color: #007BFF;
    color: white;
}

.submenu li {
    margin: 0;
}

.submenu a {
    display: block;
    transition: 0.3s;
    color: #007BFF;
    font-size: 13px; /* Adjusted font size */
    text-decoration: none;
    background-color: white;
    padding: 5px;
}

.submenu a:hover {
    background-color: #007BFF;
    color: white;
}

/* Media Queries for Responsive Design */

/* Small devices (phones, 576px and below) */
@media (max-width: 576px) {
    .menu > li {
        display: block;
        margin-bottom: 10px; /* Add margin between menu items */
    }

    .menu > li > a {
        padding: 8px 12px; /* Further decreased padding */
        font-size: 12px; /* Further decreased font size */
    }

    .submenu {
        position: static; /* Change submenu position to static */
        display: none;
    }

    .submenu .submenu {
        display: none;
    }

    .user-container {
        margin-left: 0; /* Remove margin between menu items */
        font-size: 14px; /* Adjusted font size */
    }
}



