/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@500&display=swap');
*
{
    font-family: 'Alexandria', sans-serif;
}
/*--------------------------------------------------------------------- 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 {
    color: #666666;
    font-size: 14px;
    font-family: Raleway;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #fffcf4;
}

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

.header_section {
    width: 100%;
    float: left;
    background: color #cdbb93; ;
    height: auto;
    background-size: cover;
    position: relative;
}

.bg-light {
    background-color: #2a6a42 !important;
}

.navbar {
    padding: .5rem 100px;
}

.logo {
    width: 10%;
    float: left;
    margin-right: 155px;
    top: 55px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    color: #fffcf4;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #cdbb93;
}




.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 66px;
    color: #fffcf4;
    font-weight: 600;
    padding-top: 100px;
}

.btn_main {
    width: 100%;
    float: left;
    margin-top: 100px;
    margin-bottom: 127px;
}

.more_bt {
    width: 200px;
    float: left;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
}

.more_bt a:hover {
    color: #ffffff;
    background-color: #cdbb93;
}

.contact_bt {
    width: 200px;
    float: left;
    margin-left: 15px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
}

.contact_bt a:hover {
    color: #ffffff;
    background-color: #cdbb93;
}

.contact_bt.active a {
    color: #ffffff;
    background-color: #cdbb93;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background-color: #cdbb93;
    color: #ffffff;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 1030px;
    top: 67%;
    background-color: #121212;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 170px;
    top: 67%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #121212;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100%;
}

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_main {
    padding-left: 100px;
    padding-top: 90px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #191919;
    text-transform: uppercase;
    font-weight: 700;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090808;
    margin-left: 0px;
}

.contact_bt a:hover {
    color: #ffffff;
    background-color: #cdbb93;
}

.about_bt {
    width: 180px;
    float: left;
    margin-top: 30px;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f9f9f9;
    background-color: #cdbb93;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
}

.about_bt a:hover {
    color: #f9f9f9;
    background-color: #111111;
}

.about_img {
    width: 100%;
    float: left;
}

.about_img::after {
    content: '';
    position: absolute;
    background-color: #efefef;
    width: 700px;
    height: 600px;
    margin: 0 auto;
    left: initial;
    right: -120px;
    z-index: -1;
    border-radius: 100%;
    top: -40px;
}

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.services_section:after {
    content: '';
    position: absolute;
    background-color: #efefef;
    width: 630px;
    height: 600px;
    border-radius: 520px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 70px;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090a0b;
    text-align: center;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    float: left;
}

.box_left {
    width: 35%;
    float: left;
}

.box_middle {
    width: 27%;
    float: left;
    margin: 0px 15px;
}

.see_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.see_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #cdbb93;
    padding: 8px 5px;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
}

.see_bt a:hover {
    color: #ffffff;
    background-color: #2a6a42;
}

.padding_10 {
    padding: 20px 20px;
    width: 100%;
    float: left;
}

.box_right {
    width: 35%;
    float: left;
}

.box_left_main {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0px;
    position: relative;
}

.icon_1 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090a0b;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 60px;
}

.padding_left_10 {
    padding-left: 10px;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #090a0b;
    margin: 0px;
    padding-top: 20px;
}

.image_2 {
    width: 35%;
    float: left;
    top: -35px;
    position: absolute;
}

.box_left_one {
    width: 35%;
    float: left;
}

.box_right_one {
    width: 65%;
    float: left;
    padding: 20px 0px 20px 20px;
}

.project_section {
    width: 100%;
    float: left;
}

.project_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #191919;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.project_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.project_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.project_menu li {
    float: left;
    font-size: 18px;
    color: #202020;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 40px;
}

.project_menu li a {
    color: #202020;
    padding: 10px 15px;
}

.project_menu li a:hover {
    color: #ffffff;
    background-color: #cdbb93;
}

.project_menu li.active a {
    color: #ffffff;
    background-color: #cdbb93;
}

.project_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.image_3 {
    width: 100%;
    float: left;
    text-align: center;
}

.philosophy_section {
    width: 100%;
    float: left;
}

.philosophy_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #191919;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.philosophy_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090a0b;
    text-align: center;
    margin: 0 auto;
}

.philosophy_section_2 {
    width: 100%;
    float: left;
}

.image_7 {
    width: 100%;
    float: left;
}

.philosophy_box {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.philosophy_box_main {
    width: 85%;
    float: left;
    margin-left: 100px;
    border: 2px solid #6e6d6a;
    padding: 0px 20px 20px 50px;
}

.philosophy_left {
    width: 30%;
    float: left;
}

.philosophy_right {
    width: 70%;
    float: left;
}

.number_text {
    width: 55%;
    float: left;
    font-size: 30px;
    text-align: center;
    background-color: #cdbb93;
    color: #fffcf4;
    border-radius: 10px;
    padding: 20px 0px;
}

.quick_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #090a0b;
    font-weight: 500;
    padding-top: 20px;
}

.image_6 {
    width: 100%;
    float: left;
    position: relative;
}

.reader_text {
    width: 100%;
    float: left;
    color: #fffcf4;
    font-size: 26px;
    position: absolute;
    bottom: 10px;
    padding: 20px;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background-color: #cdbb93;
    color: #ffffff;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 87px;
    top: 45%;
    background-color: #cdbb93;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 87px;
    top: 45%;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #cdbb93;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100%;
}

#my_slider .carousel-indicators {
    position: absolute;
    bottom: -50px;
    margin-bottom: 0;
}

#my_slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #2a6a42;
    border-radius: 100px;
}

#my_slider .carousel-indicators .active {
    background-color: transparent;
    border: 3px solid #2a6a42;
    padding: 10px;
}

.project_section_3 {
    width: 100%;
    float: left;
}

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.contact_section_2 {
    width: 100%;
    float: left;
    background-color: #efefef;
    height: auto;
    padding: 40px 0px;
    margin-top: 50px;
}

.mail_section {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.input_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #1e1e1e;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 35px;
    height: auto;
    padding: 10px 35px 10px 20px;
    border: none;
}

input.input_text::placeholder {
    color: #808080;
}

.massage_box {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #1e1e1e;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 35px;
    height: auto;
    padding: 10px 35px 10px 20px;
    border: none;
}

textarea.massage_box::placeholder {
    color: #808080;
}

.send_text {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_text a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    background-color: #2a6a42;
    text-align: center;
    padding: 8px 10px;
    font-weight: bold;
}

.send_text a:hover {
    color: #000;
    background-color: #fcfcfc;
}

.newslatter_section {
    width: 100%;
    float: left;
    background-color: #cdbb93;
    padding: 30px 0px;
    height: auto;
}

.newslatter_main {
    width: 100%;
    display: flex;
}

.looking_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fffcf4;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
}

.quote_bt {
    width: 260px;
    float: left;
}

.quote_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #1e1e1e;
    background-color: #ffffff;
    text-align: center;
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 10px;
}

.quote_bt a:hover {
    color: #ffffff;
    background-color: #2a6a42;
}

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.client_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.client_text {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    color: #090a0b;
    text-align: center;
    font-weight: 500;
}

.client_section_2 {
    width: 100%;
    float: left;
}

.client_main {
    width: 100%;
    float: left;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
}

.client_img {
    width: 100%;
    float: left;
    text-align: center;
}

.henrry_name {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #0b0e13;
    text-align: center;
    font-weight: 700;
    padding-top: 15px;
}

.henrry_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #2a6a42;
    text-align: center;
    font-weight: 700;
}

.lorem_text {
    width: 95%;
    float: left;
    font-size: 20px;
    color: #1c1c1b;
    margin: 0px;
    background-color: #fffcf4;
    padding: 40px;
    box-shadow: 0px 6px 70px 1px #efefef;
}

.carousel-indicators .active {
    background-color: transparent !important;
    border: 3px solid #2a6a42;
    padding: 10px;
    top: -6px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #2a6a42;
    border-radius: 100px;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #2a6a42;
    height: auto;
    padding: 70px 0px 50px 0px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
}

.map_text a {
    color: #ffffff;
}

.map_text a:hover {
    color: #ffffff;
}

.image_main {
    height: auto;
    min-width: 75px;
    max-width: 75px;
}

.footer_section.layout_padding a {
    display: flex;
    align-items: center;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #cdbb93;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #000;
}

.margin_top_90 {
    margin-top: 90px;
}

.margin_90 {
    margin: 90px 0px;
}


.but{
    width: 100%;
    float: left;
    font-size: 20px;
    background-color: #2a6a42;
    color: #fcfcfc;

    
}

#more
{
    display: none;
}

#more2
{
    display: none;
}

#more3
{
    display: none;
}

#myBtn
{
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #cdbb93;
    color: #fcfcfc;
    border-radius: 5px;
}

#myBtn2
{
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #cdbb93;
    color: #fcfcfc;
    border-radius: 5px;
}

#myBtn3
{
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #cdbb93;
    color: #fcfcfc;
    border-radius: 5px;
}

/* Mobile call button */
.mobile-call-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2a6a42;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 1000;
    font-weight: bold;
}

@media (max-width: 768px) {
    .mobile-call-button {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .mobile-call-button img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }
}

/* Service cards - NEW MOBILE-OPTIMIZED LAYOUT */
.service-card {
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #cdbb93;
    border-radius: 10px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(42, 106, 66, 0.2);
    border-color: #2a6a42;
}

.service-icon {
    width: 100%;
    margin-bottom: 20px;
}

.service-icon img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.service-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #191919;
    text-transform: uppercase;
}

.service-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #090a0b;
}

.service-link {
    color: #2a6a42;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}

.service-link:hover {
    color: #cdbb93;
    text-decoration: underline;
}

.mobile-only-project {
    display: none;
}


/* Screen reader only labels for accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

/* Mobile-specific improvements */
/* Mobile-specific improvements */
@media (max-width: 768px) {
    /* ===== FIX ALIGNMENT - MOST IMPORTANT ===== */
    
    /* Reset body and html */
    html, body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    /* Fix all containers to have equal padding */
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .container-fluid {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Fix rows - remove negative margins */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Fix columns */
    [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Fix sections with padding_0 class */
    .padding_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Fix specific problem sections */
    .about_section .container-fluid,
    .philosophy_section_2 .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .about_section .row,
    .philosophy_section_2 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* ===== REDUCE SPACING ===== */
    
    .layout_padding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .banner_section {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        min-height: auto !important;
    }
    
    #main_slider {
        margin-bottom: 0px !important;
    }
    
    #main_slider .carousel-inner {
        min-height: 250px !important;
    }
    
    #main_slider .carousel-item {
        min-height: 250px !important;
    }
    
    .btn_main {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }
    
    .banner_taital {
        font-size: 36px;
        padding-top: 30px !important;
        margin-bottom: 0px !important;
    }
    
    /* ✅ END BANNER GAP FIX */
    
    .services_section {
        padding-bottom: 20px !important;
    }
    
    .services_section {
        padding-bottom: 20px !important;
    }
    
    .services_section_2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .project_section_3 {
        padding-bottom: 30px !important;
    }
    
    .project_section_2 {
        padding-top: 20px !important;
    }
    
    .about_section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .philosophy_section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .philosophy_section_2 {
        padding-top: 20px !important;
    }
    
    .contact_section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .contact_section_2 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        margin-top: 20px !important;
    }
    
    /* ===== MOBILE FEATURES ===== */
    
    /* Show 4th project image on mobile */
    .mobile-only-project {
        display: block;
    }
    
    /* Hide about image on mobile */
    .about_img {
        display: none;
    }
    
    /* Make about section full width */
    .about_section .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    /* Featured projects - 4 images in 2x2 grid */
    #my_slider .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #my_slider .col-sm-4 > div {
        padding: 5px;
    }

    .project_section_2 .col-sm-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 5px !important;
}

.project_section_2 .image_3 {
    width: 100%;
    height: auto;
}

    .project_section_3 .col-sm-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 5px !important;
}

.project_section_3 .image_3 {
    width: 100%;
    height: auto;
}
    
    /* Hide carousel arrows on mobile */
    #my_slider .carousel-control-prev,
    #my_slider .carousel-control-next,
    #main_slider .carousel-control-prev,
    #main_slider .carousel-control-next {
        display: none;
    }
    
    /* Mobile call button */
    .mobile-call-button {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .mobile-call-button img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }
    
    /* ===== CAROUSEL HEIGHTS ===== */
    
    .banner_section {
        min-height: auto;
    }
    
    #main_slider .carousel-inner,
    #main_slider .carousel-item {
        min-height: auto;
    }
    
    #my_slider .carousel-inner,
    #my_slider .carousel-item {
        min-height: 300px;
    }
    
    #my_slider .carousel-indicators {
        bottom: -45px;
    }

        #my_slider .carousel-indicators li {
        width: 12px;
        height: 12px;
    }
    
    /* REMOVE GAPS */
    .services_section:after {
        display: none !important;
    }
    
   
    
    .project_section_2 {
        padding-top: 20px !important;
        padding-bottom: 60px !important;
    }
    
    .project_section_3 {
        padding-top: 30px !important;
        padding-bottom: 10px !important;
    }
    
    .services_section {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    
    /* ===== TYPOGRAPHY & SIZING ===== */
    
    /* Input fields */
    .input_text, 
    .massage_box, 
    .but,
    .send_text a {
        min-height: 48px;
        font-size: 16px;
    }
    
    .mb-3 {
        margin-bottom: 16px !important;
    }
    
    /* Navigation */
    .navbar {
        padding: 0.5rem 15px !important;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 16px 20px;
        font-size: 16px;
        
    }
    
    .logo {
        width: 30%;
        margin-right: 0;
    }
    
    /* Banner */
    .banner_taital {
        font-size: 36px;
        
    }
    
    .banner_section .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .btn_main {
        margin-top: 40px;

    }
    
    /* About section */
    .about_main {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    
    .about_taital {
        font-size: 28px;
    }
    
    .about_text {
        font-size: 16px;
    }
    
    .about_img::after {
        display: none;
    }
    
    /* Section headings */
    .services_taital,
    .project_taital,
    .philosophy_taital,
    .contact_taital,
    .client_taital {
        font-size: 28px;
        padding-top: 0;
    }
    
    .services_text,
    .philosophy_text {
        font-size: 16px;
        padding: 0 15px;
    }
    
    /* Philosophy section */
    .philosophy_box_main {
        width: 95%;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0px 15px 15px 15px;
    }
    
    .philosophy_left {
        width: 25%;
    }
    
    .philosophy_right {
        width: 75%;
    }
    
    .number_text {
        font-size: 20px;
        padding: 15px 0px;
    }
    
    .quick_text {
        font-size: 18px;
        padding-top: 15px;
    }
    
    /* Project images */
    .reader_text {
        font-size: 18px;
        padding: 10px;
    }
    
    /* Footer */
    .map_text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .image_main {
        min-width: 40px;
        max-width: 40px;
    }
    
    /* Contact form */
    .mail_section {
        width: 95%;
    }
    
    /* Newsletter */
    .newslatter_main {
        flex-direction: column;
        text-align: center;
    }
    
    .looking_text {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .quote_bt {
        width: 100%;
        margin: 0 auto;
    }

        /* 1) Hard‑reset banner spacing */
    .banner_section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        min-height: auto !important;
        height: 200px !important;
    }

    .banner_section .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .banner_taital {
        font-size: 32px;
        padding-top: 20px !important;
        padding-bottom: 10px !important;
        margin: 0 !important;
    }

    /* 2) Remove extra space under the buttons */
    .btn_main {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* 3) Let the carousel shrink to content height */
    #main_slider .carousel-inner,
    #main_slider .carousel-item {
        min-height: auto !important;
        height: auto !important;
    }

     .project_menu {
        display: none !important;
    }
    
    /* Adjust spacing after hiding menu */
    .project_taital {
        margin-bottom: 20px !important;
    }

    /* Burger button styling */
    .navbar-toggler {
        border: 2px solid rgba(255, 252, 244, 0.5) !important;
        padding: 8px 12px;
        border-radius: 6px;
        background-color: transparent !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
        border-color: #fffcf4 !important;
    }
    
    .navbar-toggler:hover {
        background-color: rgba(205, 187, 147, 0.2) !important;
        border-color: #cdbb93 !important;
    }
    
    /* Fix burger icon - keep 3 lines visible */
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 252, 244, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 26px;
        height: 20px;
    }
    
    /* Mobile menu dropdown styling */
    .navbar-collapse {
        background-color: rgba(42, 106, 66, 0.98);
        margin-top: 12px;
        border-radius: 8px;
        padding: 10px 0;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(255, 252, 244, 0.15);
        margin: 0 10px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: rgba(205, 187, 147, 0.25);
    }

    
}

@media (min-width: 992px) {
    

    /* If you want it even lower, use margin instead or as well */
    .project_section_3 {
        margin-bottom: 70px;   /* space between projects and CTA */
    }
}

@media (max-width: 768px) {
    /* ... your existing mobile styles ... */
    
    /* Fix button spacing - equal padding top and bottom */
    .see_bt {
        margin-top: 20px !important;
        margin-bottom: 30px !important;  /* add bottom spacing */
        padding-top: 30px !important;
        padding-bottom: 30px !important;       /* remove extra top padding */
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .see_bt a {
        padding: 12px 20px !important;  /* balanced padding inside button */
        margin-top: 0 !important;       /* remove extra margin from link */
    }
}
   
@media (min-width: 992px) {
    .banner_section {
        height: 800px;              /* choose the height you want */
        min-height: 400px;
        padding-bottom: 0;          /* override the 100px if needed */
    }

}

/* Modern Burger Menu - Mobile AND Tablet */
@media (max-width: 991px) {
    /* Burger button styling */
    .navbar-toggler {
        border: 2px solid rgba(255, 252, 244, 0.5) !important;
        padding: 8px 12px;
        border-radius: 6px;
        background-color: transparent !important;
        margin-right: 5px;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
        border-color: #fffcf4 !important;
    }
    
    .navbar-toggler:hover {
        background-color: rgba(205, 187, 147, 0.2) !important;
        border-color: #cdbb93 !important;
    }
    
    /* Fix burger icon - keep 3 lines visible */
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 252, 244, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 26px;
        height: 20px;
    }
    
    /* Mobile menu dropdown styling */
    .navbar-collapse {
        background-color: rgba(42, 106, 66, 0.98);
        margin-top: 12px;
        border-radius: 8px;
        padding: 10px 0;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(255, 252, 244, 0.15);
        margin: 0 10px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: rgba(205, 187, 147, 0.25);
    }

        .thankyou-page .banner_section {
        display: none !important;
    }
    
    .thankyou-page .about_section {
        min-height: calc(100vh - 250px) !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .thankyou-page .services_taital {
        font-size: 48px !important;
        margin-bottom: 20px !important;
    }
    
    .thankyou-page .services_text {
        font-size: 22px !important;
    }
}

/* Tablet-specific refinements (optional) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Slightly larger burger on tablets */
    .navbar-light .navbar-toggler-icon {
        width: 30px;
        height: 22px;
    }
    
    .navbar-toggler {
        padding: 10px 14px;
    }
    
    /* Better spacing for tablet dropdown */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 18px 25px;
        font-size: 18px;
    }
}


    


/* Tablet optimizations */
@media (min-width: 769px) and (max-width: 991px) {
    .banner_taital {
        font-size: 48px;
    }
    
    .logo {
        width: 15%;
        margin-right: 50px;
    }
    
    .navbar {
        padding: 0.5rem 30px;
    }
    
    .about_main {
        padding-left: 40px;
    }
    
    .philosophy_box_main {
        margin-left: 40px;
    }
}

/* ===== END OF NEW MOBILE OPTIMIZATION CODE ===== */


.navbar-light .navbar-nav .nav-link {
    color: #fffcf4 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #cdbb93 !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #cdbb93 !important;  /* bright white for current page */
}

/* Gold call button */
.mobile-call-button,
.mobile-call-button:visited,
.mobile-call-button:active,
.mobile-call-button:focus {
    background: #2a6a42 !important;
    color: #fffcf4 !important;
    text-decoration: none !important;
}

.mobile-call-button img {
    width: 35px !important;
    height: 30px !important;
    display: inline-block !important;
    filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-right: 5px;
}




