html,
body{
    overflow-x:hidden;
    scroll-behavior:smooth;
}

/* =========================
   HEADER
========================= */
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    transition:all 0.4s ease;
}

/* Overlay patch */
.main_header{
    padding:0px 0;
    background:rgba(20, 16, 10, 0.35);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    border-bottom:1px solid rgba(255,255,255,0.08);
    transition:all 0.4s ease;
}

/* Scroll sticky effect */
header.scrolled .main_header{
    background:rgba(16, 14, 10, 0.88);
    padding:12px 0;
    box-shadow:0 5px 30px rgba(0,0,0,0.18);
}

/* Container */
.container{
    max-width:1400px;
}

/* =========================
   NAVBAR
========================= */
.main_header .navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:nowrap;
}

/* Logo */
.navbar-brand{
    margin-right:40px;
}

.navbar-brand img{
    max-width:220px;
    width:100%;
    transition:0.3s ease;
}

header.scrolled .navbar-brand img{
    max-width:190px;
}

/* Navbar collapse */
.navbar-collapse{
    flex-grow:1;
    display:flex !important;
    justify-content:flex-end;
}

/* Menu */
.navbar-nav{
    display:flex;
    align-items:center;
    gap:22px;
    flex-wrap:nowrap;
}

/* Menu Items */
.navbar-nav .nav-item{
    white-space:nowrap;
    position:relative;
}

/* Menu Links */
.navbar-nav .nav-link{
    font-size:18px;
    font-weight:500;
    letter-spacing:0.3px;
    color:#fff !important;
    padding:0 6px !important;
    font-family:'Cormorant Garamond', serif;
    position:relative;
    transition:all 0.3s ease;
    text-shadow:0 2px 10px rgba(0,0,0,0.35);
}

/* Hover effect */
.navbar-nav .nav-link:hover{
    color:#e7d2ad !important;
}

/* Underline animation */
.navbar-nav .nav-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:1.5px;
    background:#e7d2ad;
    transition:0.3s ease;
}

.navbar-nav .nav-link:hover::after{
    width:100%;
}

/* Contact Button */
.contact_us{
    background:#dcc6a0;
    padding:12px 22px !important;
    border-radius:30px;
    color:#2b2418 !important;
    font-weight:600 !important;
    text-shadow:none !important;
    transition:all 0.3s ease;
}

.contact_us:hover{
    background:#fff;
    transform:translateY(-2px);
}

.contact_us::after{
    display:none;
}

/* =========================
   MOBILE TOGGLER
========================= */
.navbar-toggler{
    border:none;
    outline:none;
    padding:0;
}

.navbar-toggler:focus{
    outline:none;
    box-shadow:none;
}

.navbar-toggler-icon{
    display:block;
    width:26px;
    height:2px;
    background:#fff;
    margin:5px 0;
    border-radius:30px;
}

/* =========================
   GLOBAL STYLING
========================= */
h5{
    color:#6f4f2b !important;
    font-weight:700;
    font-size:24px;
}

h6{
    color:#6f4f2b !important;
}

.specialties_content::after{
    background-color:#6f4f2b !important;
}

.ityped{
    color:#e3ffc6 !important;
}

/* Image Shape */
.custom_shape_image{
    overflow:hidden;
    border-radius:0 0 140px 140px;
    position:relative;
}

/* Social Icons */
.left_icons ul{
    background:rgba(220,198,160,0.92);
    backdrop-filter:blur(6px);
    border-radius:0 18px 18px 0;
    padding:12px 10px !important;
}

.left_icons ul li{
    margin:10px 0;
}

.left_icons ul li a{
    color:#4f3a1f;
    font-size:18px;
    transition:0.3s ease;
}

.left_icons ul li a:hover{
    color:#fff;
}

/* =========================
   RESPONSIVE
========================= */
@media screen and (max-width:1199px){

    .navbar-nav{
        gap:16px;
    }

    .navbar-nav .nav-link{
        font-size:16px;
    }

    .navbar-brand img{
        max-width:180px;
    }
}

@media screen and (max-width:991px){

    .main_header{
        padding:14px 0;
    }

    .navbar-collapse{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:rgba(16,14,10,0.96);
        padding:25px;
        border-radius:0 0 18px 18px;
    }

    .navbar-nav{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }

    .contact_us{
        margin-top:10px;
    }
}

.footer-section{
    padding: 100px 0 0px !important;
}

.fa-brands{
    background: #e2ccad !important;
}

.bottom-portion{
    border-top: 1px solid #818181 !important;
}

.copyright p{
    margin:0;
    font-size:15px;
    color:#d8d8d8;
    text-align:center;
    letter-spacing:0.3px;
}

.copyright p strong{
    color:#ffffff;
    font-weight:600;
}

.copyright p a{
    color:#dcc6a0;
    text-decoration:none;
    transition:0.3s ease;
    font-weight:600;
}

.copyright p a:hover{
    color:#ffffff;
}

.left_icons ul li i {
    color: #6e4e2a !important;
}




/* SECTION */
.get_in_touch_section{
    padding:0;
    overflow:hidden;
}

/* ROW */
.get_in_touch_section .row{
    display:flex;
    align-items:stretch;
    margin:0;
}

/* REMOVE COLUMN SPACE */
.get_in_touch_section [class*="col-"]{
    padding:0;
}

/* LEFT SIDE */
.get_in_touch_content{
    background:#dcc6a0;
    height:100%;
    min-height:760px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    padding:80px;
    position:relative;
}

/* RIGHT SIDE */
.contact_side_image{
    height:760px;
    overflow:hidden;
}

.contact_side_image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

/* FORM WIDTH */
.get_in_touch_content form,
.get_in_touch_content .contact_wrapper{
    max-width:720px;
}

/* HEADING */
.get_in_touch_content h2{
    font-size:72px;
    line-height:1.05;
    margin-bottom:35px;
}


.banner-section-outer .btn_wrapper .getstarted_btn:hover{
    color:#6d4e2a !important;
}

.get_in_touch_content button:hover{
    color:#6d4e2a !important;
}

/* MOBILE */
@media(max-width:991px){

    .get_in_touch_content{
        min-height:auto;
        padding:60px 30px;
    }

    .contact_side_image{
        height:450px;
    }

    .get_in_touch_content h2{
        font-size:48px;
    }
}


/* =========================
   GET IN TOUCH SECTION
========================= */

.get_in_touch_section{
    padding:0;
    overflow:hidden;
}

.get_in_touch_section .container{
    max-width:100%;
    padding:0;
}

.get_in_touch_section .row{
    margin:0;
    display:flex;
    align-items:stretch;
}

.get_in_touch_section [class*="col-"]{
    padding:0;
}

/* =========================
   LEFT SIDE
========================= */

.get_in_touch_content{
    background:#dcc6a0;
    padding:90px 70px;
    height:100%;
    min-height:760px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    position:relative;
    z-index:2;
}

/* Heading */
.get_in_touch_content h5{
    color:#7b5a34 !important;
    font-size:22px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.get_in_touch_content h2{
    font-size:40px;
    line-height:1.05;
    margin-bottom:40px;
    color:#1f1f1f;
}

/* Form */
.get_in_touch_content form{
    width:100%;
}

.get_in_touch_content .form-group{
    margin-bottom:20px !important;
}

.get_in_touch_content .form-control{
    height:72px;
    border:none;
    border-radius:0;
    padding:18px 24px;
    font-size:18px;
    box-shadow:none;
    background:#f6f6f6;
}

.get_in_touch_content textarea.form-control{
    height:180px;
    resize:none;
    padding-top:22px;
}

/* Button */
.getstarted_btn{
    background:#7b4b88;
    color:#fff;
    border:none;
    padding:22px 48px;
    border-radius:0 0 0 35px;
    font-size:22px;
    font-weight:600;
    margin-top:15px;
    transition:0.3s ease;
}

.getstarted_btn:hover{
    background:#5e3768;
}

/* =========================
   RIGHT IMAGE
========================= */

.contact_side_image{
    width:100%;
    height:100%;
    min-height:760px;
    overflow:hidden;
}

.contact_side_image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* =========================
   SHAPE
========================= */

.get_in_touch_shape{
    z-index:1;
    opacity:0.12;
}

.getstarted_btn{
    background-color:#70502b !important;
}

.banner-section-outer .btn_wrapper .getstarted_btn{
    color:#FFF !important;
}
/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .get_in_touch_content{
        padding:60px 30px;
        min-height:auto;
    }

    .get_in_touch_content h2{
        font-size:30px;
    }

    .contact_side_image{
        min-height:400px;
    }
}

.get_in_touch_shape{
    pointer-events:none;
}

.get_in_touch_content{
    position:relative;
    z-index:5;
}

.contact_side_image{
    position:relative;
    z-index:2;
}

    /* BLOG CARD */
.custom_blog_card{
    height:520px;
    overflow:hidden;
    border-radius:60px 0 60px 0;
    position:relative;
    margin-bottom:30px;
}

/* IMAGE */
.custom_blog_card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

/* DARK OVERLAY */
.custom_blog_card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.15)
    );
    z-index:1;
}

/* CONTENT */
.custom_blog_card .blog_posts_image_content{
    position:absolute;
    left:40px;
    right:40px;
    bottom:35px;
    z-index:2;
}

/* TAG */
.custom_blog_card span{
    background:#70502b;
    color:#fff;
    padding:10px 22px;
    border-radius:12px;
    font-size:15px;
    font-weight:600;
    display:inline-block;
    margin-bottom:20px;
}

/* HEADING */
.custom_blog_card h4{
    color:#fff;
    font-size:38px;
    line-height:1.3;
    margin-bottom:25px;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* ARROW */
.custom_blog_card .icon_wrapper a{
    color:#fff;
    font-size:28px;
    transition:0.3s ease;
}

.custom_blog_card .icon_wrapper a:hover{
    color:#dcc6a0;
}

/* HOVER ZOOM */
.custom_blog_card:hover img{
    transform:scale(1.05);
}

.aboutus_content .btn_wrapper .get_started_btn:hover{
    background: #6f502b !important;
}

.contactbtn{
    padding: 10px !important;font-size: 14px !important;
}

.header1{
    background: rgb(115 91 54 / 50%);padding: 20px;border-radius: 16px;
}
.header2{
    letter-spacing: 0.1px !important;color: #FFF !important;
}
.header3{
    border-radius: 100% !important;width: 92%;height: 80vh;border: 8px solid #ffe9d2;
}
.socialicon{
    background: #6d4e2a !important;padding: 10px 0px 10px 0px !important;
}

.breadcrum{
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 24px;
    text-align: center;
    background-color: #6d4e2a !important;
    color: #FFF;
    display: inline-block;
    border-radius: 25px 0 25px 0;
    transition: all 0.3s ease-in-out;
}


/* MOBILE */
@media(max-width:991px){

    .custom_blog_card{
        height:420px;
    }

    .custom_blog_card h4{
        font-size:28px;
    }

    .custom_blog_card .blog_posts_image_content{
        left:25px;
        right:25px;
        bottom:25px;
    }
}
