/* 
font-family: "Staatliches", sans-serif;
font-family: "Roboto Condensed", sans-serif;
font-family: "Inika", serif;
*/

:root{
    --headingFont: "Staatliches", sans-serif;
    --subheadingFont: "Roboto Condensed", sans-serif;
    --paragraphFont: "Inika", serif;
    --siteColor_1: #A76E26;
    --siteColor_2: #0C0C0C;
    --whiteColor: #FFFFFF;
}

*{
    padding: 0; margin: 0;
}
a{
    text-decoration: none;
    color: var(--siteColor_1);
}
img{
    max-width: 100%;
}
body{
    background-color: #fff;
    color: var(--siteColor_2);
    font-size: 19px;
    line-height: 1.5;
    font-family: var(--paragraphFont);
    font-weight: 400;
}
h1{
    font-size: 105px;
    line-height: 1.1;
    font-family: var(--headingFont);
    font-weight: 700;
    color: var(--siteColor_2);
}
h2{
    font-size: 72px;
    line-height: 1.5;
    font-family: var(--headingFont);
    font-weight: 400;
    color: var(--siteColor_2);
}
h3{
    font-size: 30px;
    line-height: 1.5;
    font-family: var(--subheadingFont);
    font-weight: 700;
    color: var(--siteColor_2);
}
p{
    font-size: 19px;
    line-height: 1.5;
    font-family: var(--paragraphFont);
    font-weight: 400;
}
.container{
    max-width: 1400px;
}
.btn.btn-primary{
    background: var(--siteColor_1);
    border-color: var(--siteColor_1);
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-family: var(--subheadingFont);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn.btn-primary:hover{
    background-color: #000;
    color: #fff;
}
.btn.btn-secondary{
    background: transparent;
    border-color: var(--siteColor_1);
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-family: var(--subheadingFont);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn.btn-secondary:hover{
    background-color: #000;
    color: #fff;
}

.slicknav_menu { display: none }



.headerPart{
    width: 100%;
    background: transparent;
    padding: 27px 0;
    position: fixed;
    top: 0;
    z-index: 9;
    transition: all 0.5s;
}
.headerPart.fixed{
    background-color: #000;
    padding: 5px 0;
}



.headerPart .btn.btn-secondary:hover{
    color: #fff;
    background-color: var(--siteColor_1);
}
.headerPart a.contactNo{
    font-family: var(--subheadingFont);
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0 70px 0 80px;
}
.headerPart a.contactNo i{
    margin: 0 10px 0 0;
}
a.logo img{
    height: 91px;
    width: auto;
}




.heroPart{
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: #000;
}
.heroPart::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 299px;
    background-image: url(../images/topBg.png);
    background-repeat: repeat-x;
    background-position: top;
    z-index: 2;
}
.heroPart h1{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.heroPart p{
    color: #fff;
    font-size: 26px;
    font-family: var(--subheadingFont);
    margin: 0;
    padding: 30px 0;
}
.heroSlider{
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.heroPart .slick-dots{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    z-index: 2;
}
.heroPart .slick-dots li{
    width: 54px;
    height: 7px;
    margin: 0 12px;
    background-color: transparent;
    border-top: 2px solid #fff;
    cursor: pointer;
    opacity: 0.5;
}
.heroPart .slick-dots li.slick-active{
    opacity: 1;
}


.heroPart .slick-dots li button{
    display: none;
}




section{
    padding: 80px 0;
    width: 100%;
    position: relative;
}
.headingSection{
    width: 100%;
}
.headingSection h2{
    line-height: 1.2;
}
.headingSection p{
    font-family: var(--subheadingFont);
    font-size: 24px;
}
.homeSec_1 article{
    max-width: 447px;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    position: relative;
    padding: 10px;
    border-radius: 12px;
    margin: 0 15px;
}
.homeSec_1 article .thumb{
    width: 100%;
    height: 299px;
    position: relative;
    overflow: hidden;
}
.homeSec_1 article .thumb img{
    width: 100%;
    height: 299px;
    object-fit: contain;
}
.homeSec_1 article a.whatsappIcon{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.homeSec_1 article h3{
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    color: var(--siteColor_2);
}
.homeSec_1 article h3.price{
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0;
    color: var(--siteColor_1);
}
.homeSec_1 article  .btn.btn-primary{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.homeSec_1 article  .btn.btn-secondary{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: #000;
    border-color: #000;
}
.homeSec_1_slider{
    position: relative;
}
.homeSec_1_slider .slick-arrow{
    background-color: var(--siteColor_1);
    border-radius: 50%;
    border: none;
    font-size: 0;
    width: 51px;
    height: 51px;
    position: absolute;
    top: calc(50% - 25.5px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeSec_1_slider .slick-next.slick-arrow{
    right: 0;
}
.homeSec_1_slider .slick-next.slick-arrow::after{
    content: "\F285";
    font-family: "bootstrap-icons";
    font-size: 20px;
    color: #fff;
}
.homeSec_1_slider .slick-prev.slick-arrow{
    left: 0;
}
.homeSec_1_slider .slick-prev.slick-arrow::after{
    content: "\F284";
    font-family: "bootstrap-icons";
    font-size: 20px;
    color: #fff;
}
.homeSec_1_slider .slick-arrow.slick-disabled{
    background-color: #ccc;
    cursor: default;
}
.homeSec_1_slider .slick-arrow.slick-disabled::after{
    color: #000;
}



/* homeSec_2 */
.homeSec_2{
    width: 100%;
}
.homeSec_2 .btn.btn-secondary{
    color: #000;
}
.homeSec_2 .btn.btn-secondary:hover{
    color: #fff;
    background-color: #000;
}
.homeSec_2_slider{
    border-radius: 40px;
}
.homeSec_2_slider img{
    width: 100%;
    height: auto;
    border-radius: 40px;
}


/* homeSec_3 */
.homeSec_3{
    width: 100%;
    background-image: url(../images/home_3_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.homeSec_3 .headingSection h2, .homeSec_3 .headingSection p{
    color: #fff;
}
.homeSec_3 img.iconHeight{
    height: 90px;
    width: 90px;
    object-fit: contain;
}
.homeSec_3 h3{
    padding: 20px 0 0;
}
.homeSec_3 h3, .homeSec_3 p{
    color: #fff;
}

/* homeSec_4 */
.homeSec_4{
    width: 100%;
    background-image: url(../images/home_4_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.homeSec_4_slider article{
    margin: 15px;
    border-radius: 29px;
    overflow: hidden;
}
.homeSec_4_slider{
    position: relative;
}
.homeSec_4_slider .slick-arrow{
    background-color: var(--siteColor_1);
    border-radius: 50%;
    border: none;
    font-size: 0;
    width: 51px;
    height: 51px;
    position: absolute;
    top: calc(50% - 25.5px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeSec_4_slider .slick-next.slick-arrow{
    right: 0;
}
.homeSec_4_slider .slick-next.slick-arrow::after{
    content: "\F285";
    font-family: "bootstrap-icons";
    font-size: 20px;
    color: #fff;
}
.homeSec_4_slider .slick-prev.slick-arrow{
    left: 0;
}
.homeSec_4_slider .slick-prev.slick-arrow::after{
    content: "\F284";
    font-family: "bootstrap-icons";
    font-size: 20px;
    color: #fff;
}
.homeSec_4_slider .slick-arrow.slick-disabled{
    background-color: #ccc;
    cursor: default;
}
.homeSec_4_slider .slick-arrow.slick-disabled::after{
    color: #000;
}

.homeSec_4_slider .slick-slide {
    transition: transform 0.3s ease, z-index 0.3s ease;
    transform: scale(0.9); /* slightly smaller for side slides */
    z-index: 1;
}

.homeSec_4_slider .slick-center {
    transform: scale(1.1); /* make center slide larger */
    z-index: 2;
}


/* homeSec_5 */
.homeSec_5{
    width: 100%;
    background-image: url(../images/home_5_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

/* homeSec_6 */
.homeSec_6{
    width: 100%;
    background-color: #fff;
}
.homeSec_6 article{
    background-color: #F4F0E9;
    border-radius: 40px;
    padding: 30px;
}
.t_slider_image{
    max-width: 100%;
    border-radius: 40px;
}


/* homeSec_7 */
.homeSec_7{
    width: 100%;
    background-color: #fff;
}
.homeSec_7 article{
    background-image: url(../images/homeSec_7_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px;
    border-radius: 10px;
}
.homeSec_7 article h2{
    text-align: center;
    font-size: 59px;
    line-height: 1;
    color: #fff;
}


.footerPart{
    width: 100%;
    background: url(../images/footerBg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    color: #fff;
}
.footerPart::before{
    content: "";
    width: 100%;
    height: 2px;
    background: var(--siteColor_1);
    position: absolute;
    left: 0;
    top: -5px;
}
.footerPart p{
    color: #D5D5D5;
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
    line-height: 2;
}
.footerPart p.cpRight{
    font-family: var(--subheadingFont);
    font-weight: 300;
    text-transform: uppercase;
}
.footerPart h4{
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    font-family: var(--subheadingFont);
}
.footerPart h4::after{
    width: 29px;
    height: 1px;
    background-color: var(--siteColor_1);
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
}
.footerPart ul.ftr_links{
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}
.footerPart ul.ftr_links li{
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-family: var(--subheadingFont);
    font-weight: 300;
    text-transform: uppercase;
}
.footerPart ul.ftr_links li a{
   color: #fff;
}
.footerPart ul.ftr_links li :hover{
   color: var(--siteColor_1);
}
.newsletterBox{
    width: 100%;
    height: 53px;
    border: 1px solid #515151;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletterBox input[type="email"]{
    background: transparent;
    border: none;
    width: calc(100% - 45px);
    height: 53px;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
}
.newsletterBox button[type="submit"]{
    width: 45px;
    height: 45px;
    border-radius: 0;
    font-size: 21px;
    color: #fff;
    background: transparent;
    border: none;
}





.socialLinks{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: start;
}
.socialLinks li{
    list-style: none;
    margin: 0;
    padding: 0 18px 0 0;
}
.socialLinks li a{
    width: 45px;
    height: 45px;
    border: 1px solid #767676;
    text-align: center;
    font-size: 21px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 4px;
    transition: all 0.5s;
}
.socialLinks li a:hover{
    background-color: var(--siteColor_1);
    border-color: var(--siteColor_1);
}

.achievement_slider .slick-dots, .t_slider .slick-dots { list-style-type: none; display: flex; align-items: center; justify-content: center; margin-top: 38px; gap: 10px; }
.achievement_slider .slick-dots li, .t_slider .slick-dots li{line-height: 0;}
.achievement_slider .slick-dots li button, .t_slider .slick-dots li button{width: 12px; height: 12px; background: #D9D9D9; border-radius: 50%; border: 0; font-size: 0;}
.achievement_slider .slick-dots li.slick-active button, .t_slider .slick-dots li.slick-active button{background: #927036;}
.sc-slider-block { margin: 0 15px; border-radius: 20px; overflow: hidden; height: 340px; }
.sc-slider-block img{width: 100%; height: 100%; object-fit: cover;}

.inner-banner { min-height: 730px; padding: 150px 0; position: relative; background-position: center center; background-size: cover !important; background-repeat: no-repeat; }
.inner-banner::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 299px;
    background-image: url(../images/topBg.png);
    background-repeat: repeat-x;
    background-position: top;
    z-index: 2;
}
.inner-banner h1{ color: #fff; }
.inner-banner p{color: #fff; max-width: 690px;}

.contact-main h3 { font-size: 54px; margin: 0 0 40px; position: relative; line-height: 1; }
.contact-main h3::after{content: ''; position: absolute; bottom: -15px; left: 0; width: 29px; height: 2px; background: #C8842E;}

.sgl-ct { max-width: 420px; border-bottom: 1px solid transparent; border-image-source: linear-gradient(90deg, #000 0%, rgba(102,102,102,0) 100%); border-image-slice: 1; margin: 0 0 15px; }
.sgl-ct:last-child{border: 0;}
.sgl-ct h4{ font-weight: 700; font-size: 23px; line-height: 34px; letter-spacing: 2%; text-transform: uppercase; color: #C8842E; margin: 0; }
.sgl-ct p a{color: #1C1C1C;}

.map-block{margin-top: 95px; line-height: 0;}
.map-block iframe{width: 100%; height: 720px; border-radius: 32px;}

.form-control { font-weight: 400; font-size: 20px; line-height: 34px; letter-spacing: 2%; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; padding: 8px 0; border: 0; border-bottom: 1px solid #A2A2A2; border-radius: 0; }
textarea.form-control{height: 145px;}

.blog-block {width: 100%; position: relative; padding-bottom: 35px; border-bottom: 2px solid #927036;}
.blog-img{height: 274px; overflow: hidden; position: relative; margin: 0 0 30px;}
.blog-img img{width: 100%; height: 100%; object-fit: cover;}
.blog-img .tag{background: #927036CC; padding: 8px 16px; position: absolute; top: 17px; right: 0; font-family: "Roboto Condensed", sans-serif; color: #fff; font-size: 18px; line-height: 1;}
.author-info p{margin: 0; color: #927036; font-family: var(--subheadingFont);}
.blog-block .btn.btn-secondary{color: #927036;}

.blog-details .tag{background: #927036CC; padding: 8px 16px; font-family: "Roboto Condensed", sans-serif; color: #fff; font-size: 18px; line-height: 1; display: inline-block;}
.blog-details h1{font-family: "Roboto Condensed", sans-serif; font-weight: 400; font-size: 50px; line-height: 55px; letter-spacing: 0%; }
.blog-details-img img{width: 100%;}
.recent-posts { background: #F4F4F4; padding: 15px; }
.recent-posts h4{text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; position: relative; margin: 0 0 25px;}
.recent-posts h4::after{content: ''; position: absolute; bottom: -5px; left: 0; width: 29px; height: 2px; background: #C8842E;}

.post-block a { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px solid #C7C7C7; }
.post-img { width: 107px; min-width: 107px; height: 76px; overflow: hidden; }
.post-img img{width: 100%; height: 100%; object-fit: cover;}
.post-block h3{font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 20px; line-height: 21px; letter-spacing: 0%; margin: 0; transition: all 0.4s; text-transform: uppercase; }
.post-block:last-child a{border: 0; margin: 0;}
.post-block a:hover h3{color: #927036;  transition: all 0.4s;}
.related-article{margin: 35px 0 0 0; padding: 35px 0 0 0; border-top: 1px solid #000;}
.related-article h3{margin: 0 0 40px; position: relative;}
.related-article h3::after{content: ''; position: absolute; bottom: -10px; left: 0; width: 29px; height: 2px; background: #C8842E;}
.related-article .blog-block{padding: 0; border: 0;}
.blog-desc h3{margin: 0;}
.blog-desc h3::after{display: none;}





.menuIcon{
    display: none;
}












@media only screen and (min-width: 1200px) {
    .mainNav{
        margin: 0;
        padding: 0;
    }
    .mainNav ul{
        display: flex;
        align-items: end;
        justify-content: end;
        margin: 0;
        padding: 0;
    }
    .mainNav ul li{
        list-style: none;
        margin: 0;
        padding: 0 15px;
    }
    .mainNav ul li a{
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
        font-family: var(--subheadingFont);
        color: #fff;
        text-transform: uppercase;
        position: relative;
        transition: all 0.5s;
    }
    .mainNav ul li a:hover, .mainNav ul li.current_page_item a{
        color: var(--siteColor_1);
    }
    .mainNav ul li a::before{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -5px;
        width: 0;
        height: 2px;
        background-color: var(--siteColor_1);
        transition: all 0.5s;
    }
    .mainNav ul li a:hover::before, .mainNav ul li.current_page_item a::before{
        width: 60%;
        left: 20%;
    }
}

@media only screen and (max-width: 1570px) {
    .headerPart a.contactNo{margin: 0;}
    .nav-right{gap: 30px;}
    .inner-banner { min-height: 530px; padding: 150px 0 100px; }
    .map-block iframe { height: 560px; }
}

@media only screen and (max-width: 1440px) {
    .mainNav ul li a { font-size: 16px;}
    .headerPart a.contactNo{font-size: 20px;}
    .btn.btn-secondary, .btn.btn-primary { padding: 10px 30px; font-size: 16px; }
    .slider-content img{max-width: 80px;}
    h1 { font-size: 80px; }
    .heroPart p{font-size: 20px;}
    h2{font-size: 60px;}
    .headingSection p{font-size: 20px;}
    .contact-main h3{font-size: 40px;}
    .map-block iframe { height: 460px; }

    .blog-details h1 { font-size: 40px; line-height: 1; }
}

@media only screen and (max-width: 1199.98px) {
    /* .js #menu { display:none; }
    .js .slicknav_menu { display:block;z-index: 999999;}
    .slicknav_menu{ position:fixed; top:25px; left:0; width:100%; z-index:99999; pointer-events:none; }
    .slicknav_btn {pointer-events: all; top: 7px; background: var(--siteColor_1) !important; margin: 0 10px 0 0 !important; }
    .slicknav_nav { pointer-events: all;background: #2c2e2f; border: 0 !important; color: #fff; padding: 0; font-size: 17px; overflow: hidden; pointer-events: all; border-radius: 6px; float: right; width: 100%; margin: 20px 0 0 5px !important; box-shadow: 0 0 5px rgba(0,0,0,0.3); }
    .slicknav_nav a:hover{color: #f1f1f1 !important;}
    .slicknav_nav .sub-menu a { font-size: 13px !important; line-height: 16px !important; } */
    
    .nav-right { padding-right: 70px; }
    .headerPart{padding: 5px 0;}


    .menuIcon{
        font-size: 34px;
        position: absolute;
        right: 10px;
        top: 14px;
        display: block;
        font-size: 34px;
        color: #fff;
    }
}

@media only screen and (max-width: 1170px) {
    h3 { font-size: 24px; }
}


@media only screen and (max-width: 991px) {
    section { padding: 60px 0; }
    .btn.btn-secondary{
        padding: 5px 20px;
        font-size: 16px;
    }
    .btn.btn-primary{
        padding: 5px 20px;
        font-size: 16px;
    }
    a.logo img{
        height: 70px;
    }
    .headerPart a.contactNo{
        display: none;
    }
    .contact-main h3 { text-align: center; }
    .contact-main h3::after { bottom: -15px; left: 50%; width: 30px; margin-left: -15px; }
    .sgl-ct { text-align: center; margin: 0 auto 15px; }
    .ct-info{margin: 0 0 35px;}
    .map-block { margin-top: 45px; line-height: 0; }

    .blog-details h1 { font-size: 30px; line-height: 1.1; }

    .slicknav_menu{top: 14px;}
}

@media only screen and (max-width: 767px) {
    h1 { font-size: 50px; }
    .slider-content img { max-width: 65px; }
    .heroPart p { font-size: 16px; padding: 15px 0 20px; }

    h2 { font-size: 40px; }
    .headingSection p { font-size: 16px; }
    p { font-size: 16px; }
    .homeSec_2_slider { margin-top: 35px; }
    .homeSec_3 { text-align: center; }
    .homeSec_3 .row > div img { max-width: 56px; }
    .homeSec_3 h3 { padding: 0; font-size: 21px; }
    .homeSec_3 p { padding: 0; font-size: 14px; }
    .sc-slider-block{height: 270px;}
    .homeSec_7 article{padding: 30px 20px;}
    .homeSec_7 article h2 { font-size: 40px; }

    .cpRight.pt-5.mt-5 { margin: 10px 0 !important; padding: 0 !important; }
    .ftr_links { margin: 0 0 30px !important; display: flex; align-items: center; justify-content: start; flex-wrap: wrap; }
    .ftr_links li{ padding: 0 20px 10px 0 !important; }
    .map-block iframe { height: 360px; }

    .blog-img { height: 200px; margin: 0 0 15px; }
    .blog-details h1 { font-size: 26px; line-height: 1.1; }
    .inner-banner { min-height: 400px; padding: 150px 0 70px; background-size: cover !important; }

    .homeSec_4{background-image: none;}
}

@media only screen and (max-width: 640px) {
    h2 { font-size: 32px; }

}







/* Special Menu Page */
.specialmenu-main{background: #f3f1ed;}
.sm-top-text h3 { position: relative; font-family: var(--headingFont); font-size: 65px; margin: 0 0 39px; line-height: 100%; letter-spacing: 0%; color: #927036; display: inline-block; }
.sm-top-text h3::before { content: ''; position: absolute; bottom: -6px; left: 50%; width: 70%; margin-left: -35%; background: #000; height: 1px; }
.sm-top-text h3::after { content: ''; position: absolute; bottom: -12px; left: 50%; width: 40%; margin-left: -20%; background: #000; height: 1px; }

.nav.nav-tabs{border: 0; padding: 0 0 10px; display: flex; align-items: center;  overflow: auto; flex-wrap: nowrap;}
.nav.nav-tabs li button { font-weight: 400; font-size: 20px; padding: 2px 15px; line-height: 36px; letter-spacing: 0%; text-transform: uppercase; font-family: var(--subheadingFont); border: 0; border-radius: 60px; white-space: nowrap; color: #353030; }
.nav.nav-tabs li button.active { background: #927036; color: #fff; font-weight: 700; }

.tab-pane { background: #fff; padding: 16px 20px; border: 1px solid #F8EEDC; border-radius: 17px; margin-top: 15px; }
.sgl-menu ul { padding: 0; display: flex; align-items: flex-start; gap: 50px; flex-wrap: wrap; row-gap: 0; }
.sgl-menu ul li { list-style-type: none; width: calc(50% - 25px); border-bottom: 1px dashed #927036; font-family: var(--subheadingFont); font-weight: 400; font-size: 24px; line-height: 33px; text-transform: uppercase; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.sgl-menu ul li span { font-weight: 700; line-height: 28px; padding: 6px 10px; background: #927036; color: #fff; }
.sgl-menu ul li:nth-child(1), .sgl-menu ul li:nth-child(2){ border-top: 1px dashed #927036;}

.sgl-menu { padding: 0 0 35px; border-bottom: 6px solid #CACACA; margin: 0 0 35px; }
.sgl-menu:last-child{margin: 0; padding: 0; border: 0;}

.sgl-menu h4{position: relative; font-family: var(--headingFont); font-weight: 400; font-size: 55px; line-height: 100%; color: #927036; margin: 0 0 20px; overflow: hidden; }
.sgl-menu h4 span{padding-right: 7px; background: #fff; z-index: 2; position: relative;}
.sgl-menu h4::after { content: ''; width: 100%; height: 1px; background: #927036; position: absolute; top: 50%; margin-top: -3px; left: 0; }
.sgl-menu h4::before { content: ''; width: 40%; height: 1px; background: #927036; position: absolute; top: 50%; margin-top: 0; left: 0; }


@media only screen and (max-width: 1470px) {
    .sm-top-text h3{font-size: 55px;}
    .nav.nav-tabs li button{font-size: 18px;}
    .sgl-menu h4{font-size: 48px;}
    .sgl-menu ul li { font-size: 22px; line-height: 30px; padding: 10px 0; }
}

@media only screen and (max-width: 1170px) {
    .sm-top-text h3{font-size: 48px;}
    .nav.nav-tabs li button{font-size: 16px;}
    .sgl-menu h4{font-size: 38px;}
    .sgl-menu ul li { font-size: 18px; line-height: 28px; padding: 10px 0; }
    .sgl-menu ul li span { padding: 4px 8px; }
}


@media only screen and (max-width: 991.98px) {
    .sgl-menu ul{gap: 20px; row-gap: 0;}
    .sgl-menu ul li{width: calc(50% - 10px);}
}

@media only screen and (max-width: 767.98px) {
    .sgl-menu ul li{width: 100%;}
    .sgl-menu ul li:nth-child(2){ border-top: 0;}
    .sgl-menu { padding: 0 0 30px; border-bottom: 3px solid #CACACA; margin: 0 0 30px; }
    .sgl-menu ul li{font-size: 16px;}
    .nav.nav-tabs li button { font-size: 15px; line-height: 30px; }
}

@media only screen and (max-width: 640.98px) {
    .sm-top-text h3 { font-size: 36px; }
}
