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


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

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(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 {
    padding-top: 80px;
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Sen', sans-serif;
    
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;

}

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;
}
.dropdown-item-link {
      display: inline-block;
      color: #000;
      transition: color 0.3s ease;
      text-decoration: none;
    }

    .dropdown-item-link:hover {
      color: #F9B116 !important;
    }

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 start */


.header_section {
    width: 100%;
    float: left;
    background-color: rgb(255, 255, 255);
    height: auto;
    background-size: 100%;   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;       
    z-index: 1000; /* Ensures it stays on top */
    box-shadow: 0px 3px 10px black;

}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 20px;
    font-size: 17px;
    color: #000000;
    border-radius: 5px;
    text-transform: uppercase;
}

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

.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:orange;
}

.navbar-brand {
    width: 24%;
}

.navbar {
    padding: 0px 0px;
}

.brand_logo_final{
    height: 100px;
}
.brand_logo_final_footer{
    height: 170px;
}




/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/freepik__the-style-is-candid-image-photography-with-natural__36691.png);
    height: 500px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #ffffff;
    padding-top: 100px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f8f8f8;
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
}

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

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color:#442404;
    padding: 12px 0px;
    text-align: center;
    border-radius: 4px;
}

.read_bt a:hover {
    color: #ffffff;
    background-color:#442404;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
    top: 90%;
  
}

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

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background:#442404;
    font-size: 30px;
    color: #ffffff;
}

#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: #442404;
    color: orange;
}


/* banner section end */


/* service section start */

.service_section {
    width: 100%;
    float: left;
    padding-top: 90px;
}

.service_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #232222;
    font-weight: 800;
    text-align: center;
}

.service_taital::after {
    content: '';
    position: absolute;
    width: 50px;
    left: 0px;
    right: 0px;
    background-color:#f9b116;
    height: 10px;
    bottom: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.service_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.service_box {
    width: 100%;
    background-color: #6c644c;
    height: fit-content;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.service_box1{
    width: 100%;
    background-color:  #161616;
    height: fit-content;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 30px;
    
}

.service_box:hover {
    /* background-color: #161616; */
    margin-top: 50px;
}
.service_box1:hover {
    /* background-color: #161616; */
    margin-top: 50px;
}


.service_box.active {
    background-color: #161616;
    margin-top: 50px;
}

.building_icon {
    width: 100%;
    text-align: center;
    padding: 0px 0px 20px 0px;
    min-height: 93px;
}
.bulding_img{
    height: 69px;
}

.residential_text {
    width: 80%;
    font-size: 24px;
    color: #fcfcfd;
    text-align: center;
    margin: 0 auto;
}

.service_text {
    width: 100%;
    font-size: 15px;
    color: #fcfcfd;
    text-align: center;
    margin: 0px;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fcfcfd;
    background-color:   #442404;
    text-align: center;
    padding: 12px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

/* .readmore_bt a:hover {
    color: #fcfcfd;
    background-color: #442404;
}

.readmore_bt.active a {
    color: #fcfcfd;
    background-color:blue;
} */


/* service section end */


/* about section start */

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

.about_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #232222;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.about_taital::after {
    content: '';
    position: absolute;
    width: 100px;
    left: 0px;
    background-color: #f9b116;
    height: 10px;
    bottom: 0px;
    right: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.about_section_2 {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    background-size: 100%;
}

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

.slightly_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #232222;
    font-weight: bold;
    margin-top: 60px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #232222;
    margin: 30px 0px 30px 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fcfcfd;
    background-color:#442404;
    text-align: center;
    padding: 12px 0px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_btn a:hover {
    color: #ffffff;
    background-color:  #442404;
}

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


/* about section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 65px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #111111;
    text-align: center;
    font-weight: bold;
}

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

.testimonial_section_2 {
    width: 70%;
    margin: 0 auto;
    display: flex;
    padding-top: 40px;
    margin-bottom: 10px;
}

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

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

.client_img {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
}

.client_img::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 214px;
    border: 2px solid #f9b116;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.markro_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #232222;
    font-weight: bold;
}

.many_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2f2f2e;
    margin: 0px;
}

.quick_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 200px;
    top: 105%;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: inherit;
    top: 105%;
    left: 260px;
}

#my_slider .carousel-control-prev{    width: 50px;
    height: 50px;
    background:#442404;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}
#my_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background:#442404;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

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



/* testimonial section end */


/* shop section start */

.shop_section {
    width: 100%;
    float: left;
    background-image: url(../images/shop-bg.png);
    height: auto;
    padding: 90px 0px;
    background-size: cover;
    margin-top: 90px;
}

.shop_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    color: #f8f8f8;
}

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

.btn_main {
    width: 33%;
    margin: 0 auto;
    text-align: center;
}

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

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

/* .quote_bt a:hover {
    color: #252525;
    background-color: #442404;
} */

.call_bt {
    width: 170px;
    float: left;
    margin-left: 100px;
}

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

.call_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.call_bt.active a {
    background: #ffffff;
    color: #252525
}


/* shop section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-image: url(../images/contact-bg.png);
    height: auto;
    background-size: 100%;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #0b0b0b;
    font-weight: bold;
    font-size: 40px;
    padding-left: 100px;
}

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

.mail_section_1 {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    border: 0px;
    border: 1px solid #f9b116;
    background-color: #ffffff !important;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
}

.massage-bt {
    color: #363636;
    width: 100%;
    height: 110px;
    font-size: 18px;
    border: 1px solid #f9b116 !important;
    background-color: #ffffff !important;
    padding: 40px 15px 10px 15px;
    margin-top: 20px;
}

.send_bt {
    width: 170px;
    float: left;
    margin-top: 20px;
}

.send_bt a {
    width: 100%;
    float: left;
    background-color:#f9b116;
    color: #fefeff;
    text-align: center;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 4px;
}

.send_bt a:hover {
    background-color: #442404;
    color: #fefeff;
}

.padding_right0 {
    padding-right: 0px;
}


/* contact section start */


/* footer section start */
.footer-brand{
    width: 70%;
    justify-content: center;
}
.brand-footer{
    display: flex;
    justify-content: start;  
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    margin-top: 90px;
    padding: 90px 0px;
}

.footer_section_2 {
    width: 100%;
    float: left;
    padding-top: 90px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_text {
    width: 68%;
    float: left;
    font-size: 16px;
    color: #f8f8f8;
    margin: 0px;
    padding-top: 10px;
}

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

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #f8f8f8;
}

.footer_menu li a {
    color: #f8f8f8;
}

.footer_menu li a:hover {
    color: #f9b116;
}

.footer_menu li.active a {
    color: #f9b116;
}

.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #f8f8f8;
    background-color: transparent;
    padding: 8px 15px;
    margin-top: 10px;
    border: 1px solid #f8f8f8;
}

input.Enter_text::placeholder {
    color: #f8f8f8;
}

.subscribe_bt {
    width: 190px;
    float: left;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #f8f8f8;
    background-color: blue;
    text-align: center;
    padding: 12px 0px;
    text-transform: uppercase;
    border-radius: 4px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #f9b116;
}

.padding_left_15 {
    padding-left: 15px;
}

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

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 20px 30px 0px 0px;
    color: #f8f8f8;
    font-size: 22px;
}

.social_icon li a:hover {
    color: #f9b116;
}


/* footer section end */


/* copyright section start */

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

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

.copyright_text a {
    color: #f8f8f8;
}

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

.margin_top_90 {
    margin-top: 90px;
}


/* copyright section end */

/*enquiry*/

#enquiry{
padding-bottom: 20px;
    background-color: blue;
    color: white;
    text-align: center;
    border-radius: 10px;
 
 
}
#enquiry h3{
    text-align: center;
    color: white;
    font-size: 26px;

}
#h3{
  display: flex;
  justify-content: center;

}
.enquiry-btn {
    background-color: rgb(255, 174, 0);
    color: white;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}
.enquiry-btn:hover {
    background-color: white;
}
.rowofenuiry{
    display: flex;
    justify-content: space-evenly;
    padding-top: 90px;
}
.forenquiryp{
    padding-top: 90px;
   
}
.imgofenquiry{
    height: 200px;
    border: 2px solid red;
    width: 100%;
}

/* pop up form */
body {
    font-family: Arial, sans-serif;
}

.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    width: 600px;
    border-radius: 8px;
    box-shadow: 10px 10px 20px black;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.x-click{
   cursor: pointer;
    display: flex;
   justify-content: end;
 
}
.btnclosex{
   
    color: black;
    font-size: 1rem;
    font-weight: 700;
 
}
.btnclosex:hover{
    text-shadow:5px 5px 5px black;
   
 
}
.submitbtnpopup:hover{
    background-color: orange;

}
.containofsubmit{
    display: flex;
    justify-content: center;
}
.submitbtnpopup{
    background-color: #442404;
    height:45px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    border-radius: 500px;
}
.popup-form input,
.popup-form textarea {
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup-form button {
    width: 100%;
    padding: 10px;
    background: blue;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.popup-form button:hover {
    background: darkblue;
}

.open-btn {
    padding: 10px 20px;
    background: green;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.open-btn:hover {
    background: darkgreen;
}
/* whatsapplogo */
.whatsapp-float {
    position: fixed;
    bottom: 35px;
    left: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}
.sub_btn{
    padding: 8px 35px;
    color: white;
    background-color: #442404;
    font-size: 1.2rem;
    border-radius: 3px;
    margin-top:12px;

}
#category{
    width: 100%;
    height: 30px;
    margin-bottom: 13px;
    margin-top: 13px;

}



/* Styles for the Brands dropdown */
.navbar-nav .nav-item.dropdown .nav-link {
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 17px;
    letter-spacing: .16px;
    padding: 3px 20px;
    text-decoration: none;
}

/* Dropdown arrow for active link */
.navbar-nav .nav-item.dropdown .nav-link.active::after {
    /* content: "\f282"; Bootstrap Icons chevron-down */
    font-family: "bootstrap-icons";
    display: inline-block;
    height: 7px;
    margin-left: 5px;
    transition: all .3s ease;
    width: 9px;
    font-size: 15px;
    line-height: 7px;
    vertical-align: middle;
}

/* Rotate arrow on hover */
.navbar-nav .nav-item.dropdown:hover .nav-link.active::before {
    transform: rotate(180deg);
}

/* Dropdown menu */
.navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 -4px 30px 0 rgba(0,0,0,.05);
    display: none;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 991px;
    padding: 42px 35px 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    max-height: 400px;
    overflow-y: auto;
    width: 800%;
    z-index: 110;
}

/* Show dropdown when active */
.navbar-nav .nav-item.dropdown .dropdown-menu.show {
    display: flex;
}

/* Dropdown description */
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-desc {
    max-width: 229px;
    width: 32.33%;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-desc h2 {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .24px;
    line-height: normal;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-desc p {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 18px 0 28px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-desc p a {
    background-color: #6C644C;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    padding: 11px 13px;
    transition: background-color .3s ease-out, color .3s ease-out;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-desc p a:hover {
    background-color: #161616;
    color: white;
}

/* Dropdown list wrapper */
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper {
    max-width: 213px;
    width: 32.33%;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper .dropdown-list {
    display: flex;
    flex-direction: column;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper .dropdown-list .dropdown-item {
    border-bottom: 1px solid rgba(30,30,30,.2);
    padding: 13px 0 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px; /* Touch-friendly tap target */
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper .dropdown-list .dropdown-item a {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .16px;
    line-height: 20px;
    text-decoration: none;
}

/* Chevron icon for dropdown items */
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper .dropdown-list .dropdown-item .arrow-img {
    font-size: 12px;
    height: 12px;
    width: 10px;
    line-height: 12px;
    vertical-align: middle;
}

/* Dropdown panel container */
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-panels .dropdown-panel-container .dropdown-list {
    display: flex;
    flex-direction: column;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-panels .dropdown-panel-container .dropdown-list .dropdown-item {
    border-bottom: 1px solid rgba(30,30,30,.2);
    padding: 10px 0;
    min-height: 44px; /* Touch-friendly tap target */
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-panels .dropdown-panel-container .dropdown-list .dropdown-item a {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .16px;
    text-decoration: none;
}

/* Level-3 item (See More) */
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-level-3 {
    border-bottom: 1px solid rgba(30,30,30,.2);
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px; /* Touch-friendly tap target */
    width:300%;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-level-3 a {
    color: #03438e;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .16px;
    text-decoration: none;
    width: 100%;
}

.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-level-3 a .arrow-img {
    font-size: 12px;
    height: 12px;
    width: 10px;
    line-height: 12px;
    vertical-align: middle;
}

/* Responsive styles for mobile */
@media (max-width: 991.98px) {
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        left: 0;
        padding: 20px 15px; /* Reduced padding for mobile */
        position: relative;
        transform: none;
        top: 0;
        width: 100%;
        max-height: 80vh; /* Limit to 80% of viewport height */
        overflow-y: auto; /* Scroll for long content */
        animation: navigation-appear .3s ease-out forwards; /* Faster animation */
        border-radius: 0; /* Remove rounded corners for full-width */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: flex;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-desc {
        display: none; /* Hide description on mobile */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper {
        background: #fff;
        max-width: 100%;
        width: 100%;
        z-index: 1;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper .dropdown-list .dropdown-item {
        padding: 10px 0; /* Tighter padding */
        font-size: 15px; /* Slightly smaller font */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper .dropdown-list .dropdown-item:first-child a {
        font-size: 16px; /* Slightly smaller than 18px */
        font-weight: 700;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper .dropdown-list .dropdown-item a {
        width: 100%;
        line-height: 20px;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-list-wrapper .dropdown-list .dropdown-item .arrow-img {
        position: absolute;
        right: 15px; /* Closer to edge for mobile */
        transform: rotate(90deg); /* Consistent with mobile navigation */
        font-size: 10px; /* Smaller icon */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-panels .dropdown-panel-container {
        display: block; /* Show panels on mobile for consistency */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-panels .dropdown-panel-container .dropdown-list .dropdown-item {
        padding: 8px 0; /* Tighter padding */
        font-size: 14px; /* Smaller font for panels */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-panels .dropdown-panel-container .dropdown-list .dropdown-item a {
        display: inline-block;
        width: 100%;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-backbutton {
        align-items: center;
        background: none;
        border: none;
        color: #024997;
        display: inline-flex;
        font-size: 13px; /* Smaller font */
        font-weight: 400;
        letter-spacing: .14px;
        line-height: 16px;
        margin-bottom: 10px; /* Reduced margin */
        padding: 10px 15px; /* Touch-friendly padding */
        position: relative;
        min-height: 44px; /* Touch-friendly tap target */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-backbutton::before {
        content: "\f284"; /* Bootstrap Icons chevron-left */
        font-family: "bootstrap-icons";
        display: block;
        height: 16px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        font-size: 12px;
        line-height: 16px;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-level-3 {
        padding: 8px 0; /* Tighter padding */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-level-3 a {
        font-size: 14px; /* Smaller font */
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-level-3 a .arrow-img {
        position: absolute;
        right: 15px;
        transform: rotate(90deg);
        font-size: 10px; /* Smaller icon */
    }
}

/* Responsive font size adjustment for mid-range screens */
@media (min-width: 992px) and (max-width: 1280px) {
    .navbar-nav .nav-item.dropdown .nav-link {
        font-size: clamp(.88rem, .35vw + .66rem, .94rem);
        padding-left: 20px;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        max-width: 944.6px;
        width: 600%; /* Adjusted for mid-range */
    }
}

/* Dropdown width adjustments for larger screens */
@media (min-width: 1830px) {
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        max-width: 990px;
        width: 500%; /* Adjusted for large screens */
    }
}

@media (min-width: 1279px) and (max-width: 1480px) {
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        max-width: 950px;
        width: 700%; /* Adjusted for medium-large screens */
    }
}

/* Animation for mobile dropdown */
@keyframes navigation-appear {
    0% {
        opacity: 0;
        transform: translateY(-10px); /* Slide down effect */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





 /* Breadcrumb styles */
 .cmp-breadcrumb__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: -50px;
}

.cmp-breadcrumb__item {
    display: flex;
    align-items: center;
}

.cmp-breadcrumb__item + .cmp-breadcrumb__item::before {
    content: "\f285"; /* Bootstrap Icons chevron-right */
    font-family: "bootstrap-icons";
    margin: 0 8px;
    font-size: 10px;
    color: #1e1e1e;
}

.cmp-breadcrumb__item-link {
    color: black;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .16px;
    padding-left:10px;
}

.cmp-breadcrumb__item-link:hover {
    text-decoration: none;
    color:#F9B116;
}

.cmp-breadcrumb__item--active {
    color: #1e1e1e;
    font-weight: 600;
}

.cmp-breadcrumb__item span {
    line-height: 20px;
}



.collaborate-section {
    background: white;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: -50px;
    margin-top: -100px;
}

.collaborate-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    height: 100px;
}

.partners-header {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.partners-title {
    font-size: 30px;
    color: rgb(25, 40, 57);
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.divider {
    width: 3px;
    height: 70px;
    background-color: blue;
}

.logo-track-wrapper {
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    white-space: nowrap;
}

.logo-track-inner {
    display: inline-block;
    animation: scroll-right-to-left 20s linear infinite; /* Adjust duration for speed */
    will-change: transform;
}

.logo-track {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.logo-track img {
    width: 150px;
    height: 70px;
    object-fit: contain;
    margin: 10px;
}

@keyframes scroll-right-to-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Move by half the track width */
    }
}

.logo-track-inner:hover {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .logo-track img {
        width: 100px;
        height: 50px;
    }
    .partners-title {
        font-size: 24px;
    }
    .divider {
        height: 50px;
    }
}
.navbar-nav .nav-item.dropdown .nav-link.active.dropdown-toggle:hover {
    color: #f28c38;
}