/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(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;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

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: 0px;
     font-weight: 500;
     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;
}
.error-message{
     color: red;
     font-weight: 400;
}
img {
     max-width: 100%;
     height: auto;
     width: 130px;
    
}

 :focus {
     outline: 0;
}

.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: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

ul.btn {
     float: right;
}

ul.btn li {
     display: inline-block;
     padding: 0 25px;
}

ul.btn li a {
     color: #fff;
     font-size: 16px;
}

ul.btn li:last-child {
     padding-right: 0;
}

.login_btn {
     padding-left: 50px;
}

.login_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 10px;
     color: #292e39 !important;
     font-size: 17px;
}

.login_btn a:hover {
     color: #fff !important;
     background: #0808ff;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 31px !important;
     padding: 0;
}
/*-- Menu Name--*/
.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #00008B;
     font-size: 18px;
     line-height: 20px;
     font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #51fe44;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #51fe44;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.padd_right {
     padding-right: 10px;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     display: inline-block;
     padding: 7px 10px;
     color: #00008B;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #00008B;
}

.header {
     width: 100%;
     padding: 30px 30px;
     background: transparent;
     position: absolute;
     z-index: 999;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 900px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     position: relative;
}
.banner_main::before {
     position: absolute;
     content: "";
     width:50px; 
     height:40px;
     background: url(../images/cross.png);
     background-repeat: no-repeat;
     bottom: -38px;
     right: 38px;
}
.banner_main::after {
     position: absolute;
     content: "";
     width:50px; 
     height:40px;
     background: url(../images/cross.png);
     background-repeat: no-repeat;
     bottom: -38px;
     left: 38px;
}
.text-bg {
     text-align: left;
}

.text-bg h1 {
     color: #00008B;
     font-size: 81px;
     line-height: 80px;
     padding-bottom: 45px;
     font-weight: bold;
}

.text-bg span {
     color: #00008B;
     font-size: 42px;
     line-height: 50px;
     font-weight: normal;
     padding-bottom: 18px;
     display: block;
}

.text-bg p {
	color: #00008B;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 60px;
     display: block;
}

.text-bg figure img {
     width: 100%;
     padding-top: 70px;
}

.text_img {
     margin-right: -130px;
}

.text_img figure {
     margin: 0;
}

.text_img figure img {
     width: 100%;
}

.carousel-caption {
     position: inherit;
}

#banner1 .carousel-inner {
     padding-right: 130px;
}

#banner1 .carousel-indicators {
     left: inherit;
     bottom: 40px;
}

#banner1 .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #00008B;
     margin-right: 5px;
     margin-left: 5px;
}

#banner1 .carousel-indicators li.active {
     background: #48ca95;
}

#banner1 a.carousel-control-next,
#banner1 a.carousel-control-prev {
     display: none;
}

.text-bg a {
     font-size: 17px;
     background-color: transparent;
     border: #00008B solid 2px;
     color: #00008B;
     font-weight: 500;
     padding: 14px 0px;
     width: 100%;
     max-width: 215px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-right: 10px;
}

.text-bg a:hover {
     background-color: #48ca95;
     color: #00008B;
     transition: ease-in all 0.5s;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #00008B;
     line-height: 55px;
     font-weight: bold;
     padding: 0;
     text-transform: uppercase;
     border-bottom: #48ca95 solid 1px;
     max-width: 315px;
     margin: auto;
}

.d_flex {
	color: #00008B;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.blu {
     color: #0808ff;
}

.read_more {
     font-size: 17px;
     background-color: #48ca95;
     color: #fff !important;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
}

.read_more:hover {
     background: #00008B;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** three_box section **/

.centered-heading {
   text-align: center;
}

.left-aligned-content {
   text-align: left;
}


.three_box {
     background-color: #fff;
     padding-top: 90px;
}

.box_text {
     background: #fff;
     text-align: center;
     padding: 50px 20px 20px 20px;
     border: #48ca95 solid 1px;
     border-radius: 15px;
}

.box_text h3 {
     color: #121010;
     font-size: 20px;
     line-height: 22px;
     font-weight: bold;
     padding-bottom: 25px;
}

.box_text p {
     font-size: 17px;
     color: #00008B;
     line-height: 30px;
}

.box_text i {
     padding-bottom: 25px;
     display: block;
}


/** end three_box section **/


/** products section **/



.products {
    margin-top: 90px;
    /** background: #f7f7f7; **/
    padding: 90px 0 90px 0;
	
	
}

.our_products {
    /** background-color: #fff; **/
    padding: 10px 0;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(15, 20, 154, 0.7); /* Updated to match #0f149a */
    border-radius: 10px; /* Adjust the value as needed */
    overflow: hidden; /* Ensures the child elements respect the rounded corners */
}


.our_products .product_box {
    text-align: center;
    margin-bottom: 10px;
    border-radius: 15px; /* Rounded corners */
    overflow: hidden; /* Ensures child elements respect the rounded edges */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
	
	
}

.our_products .product_box figure {
    margin: 10;
}

/* 
.our_products .product_box figure img {
    border-radius: 15px; Rounded corners for images 
}*/

.our_products .product_box h3 {
    width: 200px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    background-color: #002366;
    font-weight: 500;
    margin: 0 auto;
    padding: 5px 0;
    margin-top: 10px;
    transition: ease-in all 0.5s;
    border-radius: 8px; /* Rounded corners for headings */
}

.our_products .product_box h3:hover {
    background: #48ca95;
    transition: ease-in all 0.3s;
	transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(15, 20, 154, 0.7); /* Updated to match #0f149a */
}

.margin_bottom1 {
    margin-bottom: 60px;
}

.our_products .read_more {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    background-color: transparent;
    border: #48ca95 solid 2px;
    color: #48ca95 !important;
    max-width: 232px;
    padding: 15px 0;
    border-radius: 8px; /* Rounded corners for buttons */
	transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(15, 20, 154, 0.7); /* Updated to match #0f149a */
	
}

.our_products .read_more:hover {
    background: #48ca95;
    color: #000 !important;
	transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(15, 20, 154, 0.7); /* Updated to match #0f149a */
}


/** end products section **/


/** Offer  section **/

.offer {
    font-family: 'Dosis', sans-serif;
    padding: 100px 0;
    background-color: #fff;
}

.offer .titlepage {
    text-align: left;
    padding-bottom: 0;
}

.offer .titlepage p {
    color: #4f4aa6;
    display: block;
    font-size: 40px;
    font-weight: normal;
    padding-bottom: 24px;
    line-height: 40px;
}

.offer .titlepage h2 {
    text-transform: none;
    font-size: 80px;
    color: #4f4aa6;
    max-width: inherit;
    border: inherit;
    font-weight: 500;
    line-height: 80px;
}

.offer_box {
    margin-right: -50px;
    text-align: center; /* Center-align the image */
}

.offer_box figure {
    margin: 0;
    width: 100%; /* Ensures the figure fills the container */
}

.offer_box figure img {
    width: 90%; /* Makes the image responsive */
    height: auto; /* Maintains aspect ratio */
    max-width: 110%; /* Prevents overflow */
}

.margin_bottom {
    margin-bottom: 30px;
}

.offer .read_more {
    display: block;
    margin-top: 60px;
}

/** end Offer  section **/



/** customer section **/

.customer {
     padding: 90px 0px 140px 0px;
     background: #fff;
}

.customer .titlepage h2 {
     max-width: 385px;
}

.customer_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.customer_box {
     text-align: center;
}

.test_box {
     text-align: left;
}

.customer_Carousel .test_box h4 {
     font-size: 30px;
     color: #030305;
     line-height: 28px;
     display: block;
     font-weight: 600;
     padding: 30px 0px 30px 0px;
     text-align: left;
}

.customer_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #0b0b0c;
     text-align: left;
}

.customer_Carousel .carousel-indicators {
     bottom: -50px;
     right: inherit;
     margin-left: 4px;
}

.customer_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #48ca95;
}

.customer_Carousel .carousel-indicators li.active {
     background: #4f4aa6;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
     display: none;
}


/** end customer section **/


/** contact section **/

.contact {
     background: url(../images/contact_g.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.contact .titlepage h2 {
     color: #fff;
     border-bottom: #fff solid 1px;
}

.main_form {
     padding: 70px 50px;
     border: #fff solid 2px;
     margin: 0 50px;
}

.main_form .contactus {
     border: #fff solid 2px;
     padding: 0px 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 57px;
     background: transparent;
     color: #fff;
     font-size: 18px;
     font-weight: normal;
}

.main_form .textarea {
     border: #fff solid 2px;
     padding: 0px 15px;
     margin-bottom: 25px;
     width: 100%;
     background: transparent;
     color: #fff;
     font-size: 18px;
     font-weight: normal;
     padding-top: 56px;
     height: 151px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #48ca95;
     text-transform: uppercase;
     color: #fff;
     padding: 15px 0px;
     max-width: 226px;
     width: 100%;
     display: block;
     margin-top: 30px !important;
     margin: 0 auto;
     border-radius: 40px;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #fff;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: url(../images/footer.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding-top: 115px;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
     margin: inherit;
     border-bottom: #fff solid 1px;
}

.logo1 {
     float: left;
     margin-top: -30px;
}

ul.social_icon {
     padding-top: 37px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     background: #fff;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     border-radius: 30px;
     margin: 0 3px;
}

ul.social_icon li a:hover {
     background-color: #48ca95;
     color: #fff;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

.about_us li {
     color: #fff;
     font-size: 12px;
     text-align: left;
}

.conta li {
     color: #fff;
     font-size: 12px;
     text-align: left;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 600;
     float: left;
     border-radius: 10px;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #48ca95;
     color: #fff;
     padding: 10px 0px;
     max-width: 147px;
     border-radius: 10px;
     width: 100%;
     display: block;
     font-weight: 500;
     text-transform: uppercase;
}

.sub_btn:hover {
     background-color: #000;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
}

.copyright p {
     color: #ddd;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #ddd solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #ddd;
}

.copyright a:hover {
     color: #48ca95;
}


/** end footer **/


/** inner page css **/

.inner_posituong .header {
     position: inherit;
     background: #4843a3;
}

.computer_page .laptop {
     margin-top: 90px;
}

.contact_page .contact {
     margin-top: 90px;
}


/** about **/

.about {
     background-color: #fff;
     padding: 100px 0;
}

.about .titlepage {
     text-align: left;
}

.about .titlepage h2 {
     max-width: inherit;
     border: inherit;
}

.about .titlepage p {
     padding: 30px 0;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
	 
}


/** end about **/


/** laptop **/

.laptop1 {
     background-color: #f6f6f6;
     padding: 90px 0;
}

.laptop1 .titlepage {
     text-align: right;
}

.laptop1 .titlepage h2 {
     max-width: inherit;
     border: inherit;
     color: #000;
}

.laptop1 .titlepage p {
     padding: 30px 0;
     color: #000;
}

.laptop1_img figure {
     margin: 0;
}

.laptop1_img figure img {
     width: 100%;
}


/** end laptop **/


       /* Popup CSS */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    z-index: 1000; /* Ensure it overlays all content */
}

.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}

.popup-content {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 100%; /* Default for smaller screens */
    width: 1000px; /* Increase the width for laptops */
}

/* Increase the size of the image */
.popup-content img {
    max-width: 100%;
    width: auto; /* Allow the image to scale correctly */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px;
    margin-bottom: 15px;
}

.close-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background: #ff5722;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 40%; /* Full width for mobile usability */
}

.close-btn:hover {
    background: #e64a19;
}
/* Popup CSS END*/



/* Back to Top Button - Image Version */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: none; /* Remove background color */
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 9999;
    outline: none; /* Remove focus outline */
}

/* Style the Image */
#backToTop img {
    width: 50px;
    height: 50px;
    opacity: 1.0; /* Full opacity for a solid focus */
    transition: opacity 0.3s ease-in-out;
}

#backToTop img:hover {
    opacity: 1; /* Keep it solid on hover */
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    #backToTop {
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    #backToTop img {
        width: 40px;
        height: 40px;
    }
}


/* Quick Contact */
.quick-contact {
    background-color: #cce7ff; /* Light blue background */
	border-radius: 10px; /* Slightly more rounded corners for the background effect */
    padding: 10px 15px;
    text-align: center;
}

.info {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.info li {
    display: flex;
    align-items: center;
}

.info li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.info li span {
    margin-right: 5px;
}

/* Hover effect to highlight with light yellow color */
.info li a:hover {
    background-color: #ffff99; /* Light yellow background on hover */
    color: #0056b3; /* Dark blue text color */
    border-radius: 10px; /* Slightly more rounded corners for the hover effect */
    transition: background-color 0.3s, color 0.3s, border-radius 0.3s; /* Smooth transition */
}

/* Move Quick Contact to Top on Mobile */
@media (max-width: 768px) {
    .quick-contact {
        position: relative;
        order: -1; /* Moves the Quick Contact section above the logo */
        text-align: center;
    }
}


/* Quick Contact */


/* Banner images */
.carousel-item img {
   width: 100%; /* Ensures images take up the full width of the container */
   height: 300px; /* Set a fixed height for all images */
   object-fit: contain; /* Maintains the original aspect ratio without cropping */
   display: block; /* Prevents extra space below the image */
   border-radius: 15px; /* Adds rounded edges to the images */
}

/* Ensuring responsiveness for smaller devices */
@media (max-width: 768px) {
   .carousel-item img {
      height: auto; /* Adjust height automatically for smaller screens */
      max-height: 200px; /* Limit height to 200px for mobile devices */
      border-radius: 10px; /* Adjust rounded corners for mobile (optional) */
   }
}

/* Banner images */



/* <!-- CSS for Responsive Map --> */

    .map-container {
        position: relative;
        width: 100%;
        max-width: 800px; /* Limits max size on larger screens */
        margin: auto; /* Centers the map */
    }
    
    .map-container iframe {
        width: 100%;
        height: 350px;
        border: 0;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    /* Adjust height for mobile screens */
    @media (max-width: 768px) {
        .map-container iframe {
            height: 250px;
        }
    }
</style>


/* <!-- CSS for Responsive Map --> */