/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 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;
}

body {
    background-color: #f8f2e2;
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

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: #f8f2e2 !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: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */
html {
    scroll-behavior: smooth;
}
.header_section {
    width: 100%;
    float: left;
    background: linear-gradient(90deg, #4C0805 70%, #f8f2e2 30%);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #f8f2e2;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    text-align: center;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

a.navbar-brand {
    width: 24%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 5px;
    font-size: 16px;
    color: #fefefd;
    margin: 0px 6px;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
    border: 1px solid #fefefd;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    border: 1px solid #fefefd;
}

.navbar-brand {
    margin: 0px;
    float: right;
    width: 14%;
}

.navbar {
    padding: 15px 15px;
}

.user_icon {
    padding-right: 10px;
}

.login_bt {
    width: 250px;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li a {
    float: left;
    font-size: 14px;
    color: #4C0805;
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
}

.login_bt li a:hover {
    color: #929191;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 100px 0px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.banner_taital {
    width: 90%;
    font-size: 60px;
    color: #fefefd;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_text {
    width: 100%;
    font-size: 16px;
    color: #fefefd;
    float: left;
    padding-top: 10px;
    margin: 0px;
}

.started_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
    margin-top: 30px;
    
}

.started_bt a {
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #4C0805;
    background-color: #f8f2e2;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 8px;
}

.started_bt a:hover {
    color: #4C0805;
    background-color: #FFC917;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 30px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #4C0805;
    background-color: #FFC917;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
}

.readmore_btn a:hover {
    color: #4C0805;
    background-color: #f8f2e2;
}

.readmore_btn:hover {
    color: #4C0805;
    background-color: #FFC917;
}

.banner_img {
    width: 58%;
    margin: 0 auto;
    text-align: center;
}

#banner_slider a.carousel-control-prev {
    left: initial;
    top: 180px;
    right: -14px;
    color: #f8f2e2;
    background-color: #4C0805;
}

#banner_slider a.carousel-control-next {
    right: -14px;
    top: 120px;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #4C0805;
    opacity: 1;
    font-size: 16px;
    color: #f8f2e2;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #f8f2e2;
    background-color: #FFC917;
}


/* banner section end */


/* box section start */

.box_section {
    width: 100%;
    float: left;
    position: relative;
    top: -70px;
}

.online_box {
    width: 100%;
    display: flex;
}

.online_box_left {
    width: 100%;
    float: left;
    background-color: #fefefd;
    height: auto;
    padding: 30px;
    box-shadow: 0px 9px 15px 5px #444444;
    border-radius: 8px;
    margin: 10px;
}

.online_box_main {
    width: 100%;
    display: flex;
}

.box_left {
    width: auto;
}

.box_right {
    width: 70%;
    padding-left: 20px;
}

.right_arrow {
    width: 50px;
    font-size: 20px;
    color: #f8f2e2;
    background-color: #4C0805;
    border-radius: 100%;
    text-align: center;
    padding: 7px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.book_text {
    width: 100%;
    font-size: 16px;
    color: #4C0805;
    margin: 0px;
    font-weight: bold;
}

.appoinment_text {
    width: 100%;
    font-size: 20px;
    color: #4C0805;
    font-weight: bold;
    padding-bottom: 0px;
}

.online_box_left:hover {
    background-color: #FFC917;
}

.online_box_left:hover .book_text {
    color: #f8f2e2;
}

.online_box_left:hover .appoinment_text {
    color: #f8f2e2;
}

.online_box_left:hover{
    background-color: #FFC917;
}

.online_box_left:hover .book_text {
    color: #4C0805;
}

.online_box_left:hover.appoinment_text {
    color: #4C0805;
}


/* box section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_section_2 {
    width: 100%;
    float: left;
    background-color: #f8f2e2;
    padding: 90px 0px;
    margin-top: 10px;
}

.corporate_text {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px;
}

p.chunks_text {
    width: 80%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #000000;
}

.readmore_button {
    width: 160px;
    float: left;
    margin-top: 30px;
}

.readmore_button a {
    width: 160px;
    float: left;
    font-size: 16px;
    color: #f8f2e2;
    background-color: #000000;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.service_box .house_icon .image_2 {
    display: none;
}

.service_box:hover .house_icon .image_2 {
    display: block;
}

.service_box:hover .house_icon .image_1 {
    display: none;
}

.service_box:hover .corporate_text {
    color: #4C0805;
}

.service_box:hover .readmore_button a {
    background-color: #4C0805;
    color: #f8f2e2;
}

.service_box.active .corporate_text {
    color: #4C0805;
}

.service_box.active .readmore_button a {
    background-color: #4C0805;
    color: #f8f2e2;
}

#main_slider a.carousel-control-prev {
    left: 10px;
    top: 130px;
}

#main_slider a.carousel-control-next {
    right: 20px;
    top: 130px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #000000;
    opacity: 1;
    font-size: 16px;
    color: #f8f2e2;
    border-radius: 100px;
}

#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: #f8f2e2;
    background-color: #4C0805
}


/* services section end */


/* studies section start */

/* =========================
   STUDIES / TEAM SECTION
========================= */

.studies_section {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.studies_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #4C0805;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.studies_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
}

/* TEAM MEMBER WRAPPER */
.team-member-box {
    position: relative;
    overflow: hidden;
}

/* IMAGE ZOOM */
.hover01 figure img {
    transform: scale(1);
    transition: .3s ease-in-out;
    min-height: 370px;
}

.hover01 figure:hover img {
    transform: scale(1.3);
}

figure {
    width: 100%;
    margin: 0;
    background: #f8f2e2;
    overflow: hidden;
}

/* INFO BOX */
.studies_box {
    background-color: #f8f2e2;
    padding: 30px 10px;
    box-shadow: 0px -3px 15px 0px;
    text-align: center;
}

.introduction_text {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

/* VIEW PROFILE BUTTON */
.read_bt {
    width: 170px;
    margin: 20px auto 0;
    text-align: center;
}

.read_bt a {
    display: block;
    font-size: 16px;
    color: #f8f2e2;
    padding: 10px;
    background-color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

.read_bt a:hover {
    background-color: #4C0805;
}

/* =========================
   SOCIAL SIDEBAR (POP-UP)
========================= */

.team-social-sidebar {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    background: #4C0805;
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 15px 0;
    transition: bottom 0.35s ease;
    z-index: 10;
}

/* SHOW WHEN ACTIVE */
.team-member-box.active .team-social-sidebar {
    bottom: 0;
}

/* ICON STYLE */
.team-social-sidebar a {
    width: 42px;
    height: 42px;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.team-social-sidebar a:hover {
    background: #ffffff;
    color: #4C0805;
}



/* studies section end */


/* about section start */

.about_section {
    width: 100%;
    float: right;
    background-color: #4C0805;
    height: 10%;
    padding:0px 0px 0% 0px;
}

.about_img img {
    width: 100%;
    max-width: 500px;       /* Image scales properly */
    height:500px;
    margin-top: 0px;
    margin-left: -80px;
    border-radius: 5px;
    display: block;
    border: 8px solid #f8f2e2;  /* White frame */
    box-shadow: 0 6px 5px rgba(0,0,0,0.3); /* Soft shadow */
}

.about_text_main {
    padding: 20px 0;
}

.about_taital {
    font-size: 40px;
    color: #f8f2e2;
    font-weight: bold;
}

.about_text {
    font-size: 20px;
    color: #fefefd;
    margin-top: 10px;
}

.readmore_bt {
    margin-top: 30px;      /* Reduced spacing */
}

.readmore_bt a {
    font-size: 16px;
    color: #f8f2e2;
    background-color: #4C0805;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
}

/* Optional: mobile fix */
@media (max-width: 767px) {
    .about_img img {
        max-width: 100%;
    }

    .about_text_main {
        text-align: center;
    }

    .readmore_bt {
        margin: 20px auto 0;
        float: none;
    }
}


/* about section end */


/* newsletter section start */

.newsletter_section {
    width: 100%;
    float: left;
}

.newsletter_taital_main {
    width: 100%;
    display: flex;
}

.newsletter_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #212120;
    font-weight: bold;
    text-transform: uppercase;
}

hr.newsletter_border_main {
    width: 70%;
    border: 1px solid #212120;
    margin-top: 25px;
}

.email_bt {
    color: #d9d9d8;
    width: 100%;
    height: 60px;
    font-size: 18px;
    background-color: #f8f2e2;
    padding: 15px 20px 10px 20px;
    border: 0px;
    margin-top: 40px;
    box-shadow: 0px 0px 11px 2px;
}

textarea#comment::placeholder {
    color: #d9d9d8;
}

.subscribe_bt {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #f8f2e2;
    background-color: #000000;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}


/* newsletter section end */


/* testimonial section start */

.customer_section {
    width: 100%;
    float: left;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #001431;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.customer_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.box_main {
    width: 100%;
    float: left;
    background-color: #f8f2e2;
    padding: 0px 50px 0px 50px;
}

.customer_text {
    width: 100%;
    font-size: 14px;
    color: #737372;
    margin: 0 auto;
}

.quick_icon {
    float: right;
}

.customer_main {
    width: 100%;
    margin-top: 50px;
}

.customer_left {
    width: 30%;
    float: left;
}

.customer_right {
    width: 70%;
    float: left;
    margin-top: 40px;
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}

.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #001431;
    margin: 20px 0px 0px 0px;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 190px;
}

#my_slider a.carousel-control-next {
    right: 30px;
    top: 190px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #001431;
    opacity: 1;
    font-size: 18px;
    color: #f8f2e2;
    border-radius: 100%;
}

#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: #f8f2e2;
    background-color: #4C0805
}


/* testimonial section end */


/* news section start */

.news_section {
    width: 100%;
    float: left;
}

.news_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    color: #011430;
    font-weight: bold;
    text-align: center;
}

.news_section_2 {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    background-color: #f8f2e2;
    height: auto;
    padding-bottom: 30px;
    border-radius: 5px;
}

.news_box {
    width: 100%;
    background-color: #f8f2e2;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px #f8f2e2;
    float: left;
    padding-bottom: 40px;
    margin-top: 30px;
}

.does_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #011430;
    text-align: center;
    font-weight: bold;
    padding-top: 60px;
}

.dummy_text {
    width: 90%;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #000000;
}

#custom_slider a.carousel-control-next {
    right: 0px;
    left: 0px;
    top: 480px;
}

#custom_slider .carousel-control-next,
#custom_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #000000;
    opacity: 1;
    font-size: 18px;
    color: #f8f2e2;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
}

#custom_slider .carousel-control-next:focus,
#custom_slider .carousel-control-next:hover,
#custom_slider .carousel-control-prev:focus,
#custom_slider .carousel-control-prev:hover {
    color: #f8f2e2;
    background-color: #4C0805
}


/* news section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #011430;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0px;
}

.contact_section_2 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.mail_section {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #7c7c7d;
    border-bottom: 1px solid #7c7c7d !important;
    background-color: transparent;
    padding: 14px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

input.mail_text::placeholder {
    color: #7c7c7d;
}

.massage-bt {
    color: #7c7c7d;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #7c7c7d;
    border-bottom: 1px solid #7c7c7d !important;
    background-color: transparent;
    padding: 20px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

textarea#comment::placeholder {
    color: #7c7c7d;
}

/* ===============================
   SEND NOW BUTTON – FINAL STYLE
================================ */

.send_bt {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.send_btn {
    background-color: #4C0805;   /* deep maroon */
    color: #ffffff;
    border: none;
    padding: 10px 36px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect */
.send_btn:hover {
    background-color: #6b0b07;   /* slightly lighter maroon */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Remove ugly focus outline */
.send_btn:focus {
    outline: none;
}

.send_bt a:hover {
    color: #fff;
    background-color: #000000;
}


/* contact section end */
/*local links panel start */
.content-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 360px;
    height: 520px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    display: none;
    flex-direction: column;
    z-index: 9999;
    overflow: hidden;
}

.panel-header {
    background: #4C0805;
    color: #fff;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.panel-actions button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.panel-body {
   position: relative;
    padding: 15px;
    overflow-y: auto;
    font-size: 15px;
    line-height: 1.6;
     z-index: 2;
}

.content-panel.minimized {
    height: 50px;
}

.content-panel.minimized .panel-body {
    display: none;
}
.panel-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    background: url("../images/mlmlog.png") no-repeat center;
    background-size: contain;
    opacity: 0.06;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}





/*local links panel end */


/* ================= FOOTER SECTION START ================= */

.footer_section {
    width: 100%;
    float: left;

    /* SATELLITE MAP BACKGROUND */
    background: url("../images/loc1.png") center center / cover no-repeat;
    position: relative;

    height: auto;
    padding: 80px 0px 30px 0px;
    overflow: hidden;
}

/* DARK OVERLAY FOR READABILITY */
.footer_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* adjust darkness here */
    z-index: 0;
}

/* KEEP ALL CONTENT ABOVE OVERLAY */
.footer_section * {
    position: relative;
    z-index: 1;
}

/* ---------------- LOGO ---------------- */
.footer_logo {
    width: 100%;
    text-align: center;
    margin: 40px 0px 0px 0px;
}

/* ---------------- SOCIAL ICONS ---------------- */
.social_icon {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.social_icon ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 20px;
}

.social_icon li {
    list-style: none;
}

.social_icon li a {
    width: 48px;
    height: 48px;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    transition: all 0.3s ease;
}

.social_icon li a:hover {
    background: #ffffff;
    color: #4C0805;
}

/* ---------------- LOCATION ICONS ---------------- */
.location_text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.location_text ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 30px;
}

.location_text li {
    list-style: none;
}

.location_text li a {
    width: 48px;
    height: 48px;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    color: #f8f2e2;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    background: transparent;
    transition: all 0.3s ease;
}

.location_text li a:hover {
    background: #ffffff;
    color: #4C0805;
}
/* TOOLTIP STYLE */
.location_text a {
    position: relative;
}

.location_text a::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.location_text a:hover::after {
    opacity: 1;
    bottom: -32px;
}

/* ================= FOOTER SECTION END ================= */



/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #f8f2e2;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4C0805;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #4C0805;
}

.copyright_text a:hover {
    color: #000000;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}
/* ================================
   TABLET MODE – LOCK ROW ORDER
================================ */
@media screen and (max-width: 1024px) {

    /* Navbar stack */
    .navbar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
       
    }

    /* LOGO = row 1 */
    .navbar-brand {
        order: 1;
    }
    
    /* CONTROLS = row 2 (LOCKED) */
    .navbar-controls {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 16px;
        width: 100%;
        background: transparent;
    }

    /* MENU = row 3 */
    .navbar-collapse {
        order: 3;
        width: 100%;
        
    }

    /* Prevent Bootstrap from moving things */
    .navbar-collapse.show {
        position: static;
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar-collapse.show .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;        /* 🔑 allow wrapping */
    gap: 0;
    margin-top: 6px;
    width: 100%;
}

    /* =====================================
   FIX LARGE GAPS BETWEEN MENU ITEMS
===================================== */

.navbar-collapse.show .navbar-nav {
    justify-content: center;
    gap: 0 !important;          /* remove flex gaps */
}

.navbar-nav .nav-item {
    flex: 0 0 auto;             /* prevent stretching */
}

.navbar-nav .nav-link {
    padding: 0 5px !important;  /* tight spacing like text */
}

    /* ================================
       🔑 REMOVE ITEM BOXES (KEY FIX)
    ================================= */

    .navbar-nav .nav-link {
        padding: 2px 5px !important;   /* remove box padding */
        margin: 0 !important;
        line-height: 1;
        font-size: 1px;
        background: transparent !important;
        border: none !important;
        
    }

    .navbar-nav .nav-item {
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex;
        align-items: center;
    }

    /* Separator */
    .navbar-nav .nav-item:not(:last-child)::after {
    content: "|";
    margin: 0 1px;        /* was 6px → now 3px */
    color: #ffffff;
    opacity: 0.6;
}

    /* Cream login colors */
    .login_bt a,
    .login_bt a i {
        color: #fff8dc !important;
    }

    /* Hide default Bootstrap hamburger */
    .navbar > .navbar-toggler {
        display: none !important;
    }
   }
/* =====================================
   FIX TABLET/MOBILE BLUE BACKGROUND
===================================== */
@media screen and (max-width: 1024px) {

    html, body {
        background-color: #f8f2e2 !important;
    }

    .header_section {
        background:#4C0805 !important;
    }

    .banner_section {
        background: transparent !important;
    }
}

/* =====================================
   FORCE SHOW CAROUSEL ARROWS – TABLET
===================================== */
@media screen and (max-width: 1024px) {

    /* Ensure banner allows arrows */
    .banner_section,
    #banner_slider,
    #banner_slider .carousel-inner {
        overflow: visible !important;
        position: relative;
    }

    /* FORCE arrows to appear */
    #banner_slider .carousel-control-prev,
    #banner_slider .carousel-control-next {
        display: flex !important;
        align-items: center;
        justify-content: center;

        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        width: 42px;
        height: 42px;

        background: #4C0805 !important;
        color: #f8f2e2 !important;

        opacity: 1 !important;
        z-index: 9999 !important;
        pointer-events: auto !important;
    }

    #banner_slider .carousel-control-prev {
        left: 8px !important;
        right: auto !important;
    }

    #banner_slider .carousel-control-next {
        right: 8px !important;
        left: auto !important;
    }
}
/* =====================================
   MOBILE FIX – PREVENT MENU ITEMS CUT-OFF
===================================== */
@media screen and (max-width: 767px) {

    /* Allow menu items to wrap instead of disappearing */
    .navbar-collapse.show .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;   /* 🔑 KEY FIX */
        justify-content: center !important;
        width: 100%;
    }

    /* Keep items compact */
    .navbar-nav .nav-item {
        flex: 0 0 auto;
        margin: 2px 4px;
    }

    .navbar-nav .nav-link {
        padding: 2px 6px !important;
        font-size: 13px;
        line-height: 1.2;
        white-space: nowrap;
    }

    /* Separator spacing tighter */
    .navbar-nav .nav-item:not(:last-child)::after {
        margin: 0 4px;
    }
}
/* =====================================
   REMOVE NAV ITEM BOXES COMPLETELY
===================================== */
@media screen and (max-width: 1024px) {

    /* Make menu behave like plain text */
    .navbar-collapse.show .navbar-nav {
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
        gap: 0 !important;
    }

    /* Kill the nav-item box */
    .navbar-nav .nav-item {
        display: inline !important;
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
    }

    /* Kill the nav-link box */
    .navbar-nav .nav-link {
        display: inline !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1 !important;
        background: none !important;
        border: none !important;
        white-space: nowrap;
    }

    /* Separator glued to text */
    .navbar-nav .nav-item:not(:last-child)::after {
        content: "|";
        margin: 0 4px;   /* 👈 ONLY space that exists now */
        color: #ffffff;
        opacity: 0.6;
        display: inline;
    }
}
/* =====================================
   TABLET FIX – BANNER BUTTONS
===================================== */
@media screen and (max-width: 1024px) {

    /* Stop float-based layout on tablet */
    .started_bt,
    .readmore_btn {
        float: none;
        width: auto;
        margin: 20px 8px 0 0;
        display: inline-block;
        vertical-align: top;
    }

    /* Normalize button boxes */
    .started_bt a,
    .readmore_btn a {
        display: flex;                 /* vertical centering */
        align-items: center;
        justify-content: center;

        min-height: 46px;              /* 🔑 uniform height */
        padding: 8px 12px;

        font-size: 14px;
        line-height: 1.2;
        text-align: center;

        white-space: normal;           /* allow wrapping */
        word-break: break-word;
        overflow-wrap: break-word;

        box-sizing: border-box;
    }

    /* Optional: tighten spacing between buttons */
    .banner_taital_main {
        padding-left: 30px;            /* prevent edge hugging */
    }
}
/* =====================================
   TABLET FIX – LOCK CAROUSEL ARROWS
===================================== */
@media screen and (max-width: 1024px) {

    /* Lock carousel height reference */
    #banner_slider {
        position: relative;
    }

    /* Fix arrows to a constant vertical position */
    #banner_slider .carousel-control-prev,
    #banner_slider .carousel-control-next {
        top: 400px !important;        /* 🔑 FIXED VALUE */
        transform: none !important;   /* stop recalculating */
    }
}
/* =====================================
   TABLET FIX – REDUCE BANNER IMAGE HEIGHT
===================================== */
@media screen and (max-width: 1024px) {

    /* Reduce banner vertical padding */
    .banner_section {
        padding: 60px 0 40px 0 !important;
    }

    /* Stop left padding pushing content down */
    .banner_taital_main {
        padding-left: 30px !important;
    }

    /* Control banner image size */
    .banner_img {
        width: 80% !important;     /* smaller width */
        max-height: 320px;         /* 🔑 KEY LIMIT */
        margin-top: 20px;
    }

    .banner_img img {
        max-height: 320px;
        width: auto;
        object-fit: contain;
    }
}
/* =====================================
   TABLET MODE – FORCE SERVICE ARROWS ONLY
===================================== */
@media screen and (max-width: 1024px) {

    /* Ensure service section allows arrows */
    .services_section,
    .services_section .carousel,
    .services_section .carousel-inner {
        overflow: visible !important;
        position: relative;
    }

    /* FORCE arrows to appear */
    
    .services_section .carousel-control-next {
        display: flex !important;
        align-items: center;
        justify-content: center;

        position: absolute !important;
        top: 60% !important;
        transform: translateY(-100%) !important;

        width: 44px;
        height: 44px;

        background-color: #4C0805;
        color: #f8f2e2;

        opacity: 1 !important;
        z-index: 9999 !important;
        pointer-events: auto !important;
    }

    

    .services_section .carousel-control-next {
        right: 8px !important;
    }
}
/* =====================================
   TABLET MODE – SERVICE ARROWS AT BOTTOM
===================================== */
@media screen and (max-width: 1024px) {

    .services_section {
        position: relative;
    }

    .services_section .carousel-control-prev,
    .services_section .carousel-control-next {
        top: auto !important;
        bottom: -15px !important;   /* slightly outside content */
        transform: none !important;

        width: 42px;
        height: 42px;

        background-color: #4C0805;
        color: #f8f2e2;

        opacity: 1 !important;
        z-index: 9999 !important;
    }

    .services_section .carousel-control-prev {
        left: 20px !important;
    }

    .services_section .carousel-control-next {
        right: 20px !important;
    }
}
/* =====================================
   ABOUT SECTION – TABLET IMAGE CUT FIX
===================================== */
@media screen and (max-width: 1024px) {

    /* Ensure row doesn’t clip children */
    .about_section .row {
        overflow: visible !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Fix image column */
    .about_section .col-md-5 {
        float: none !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    /* Fix image wrapper */
    .about_img {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        overflow: visible !important;
    }

    /* Fix actual image */
    .about_img img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }
}




    








