
/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

/* variable */
:root {     
    --base-color: #ca9b5d; 
    --dark-gray:#252840;
    --black:#05060a;
    --medium-gray:#7d8087;
    --very-light-gray: #f0f2f8;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}
/* reset */
body{
    line-height: 29px;
}
/* header */
header .navbar-brand img {
    max-height: 100% !important;
    width: 42% !important;
} 
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
header .btn.btn-rounded.btn-large {
    padding:10px 26px;
    font-size: 13px;
    font-weight: 500;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: #212121;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* btn */
[class*=btn-transparent], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn {
    text-transform: none;
    font-family: var(--primary-font);
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 19px 40px;
}
.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #C99A5D, #9F7955, #C99A5D);
    background-size: 200% auto;
    color: var(--white);
}
/* bg gradient color */
.bg-gradient-dark-gray-transparent { 
    background: -webkit-linear-gradient(right, rgba(163 124 86 / 39%), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgb(163 124 86), rgb(255 255 255 / 38%));
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgb(255 232 209), rgb(255 255 255 / 38%));
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(to right, #ffd6a082, rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, #ffd6a082, rgba(255, 255, 255, 0.0));
}
.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(to right, #ffd6a082, rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, #ffd6a082, rgba(255, 255, 255, 0.0));
}
.bg-midnight-blue {
    background-color: #1e2033;
}
/* text */
.text-flamingo {
    color: #e55b53;
}
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #5e70f3, #6170f1, #8074dc, #b87bb6, #ec8192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* portfolio filter */
.portfolio-filter li {
    padding: 0 18px;
    line-height: 24px;
}
/* blog */ 
.categories-btn {
    font-size: 11px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4rem;
    line-height: 4rem;
}
.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
/* height */
.h-72px {
    height: 72px !important;
}
#map {
    height: 650px;
    border-radius: 6px 0 0 6px;
}
/* margin top */
.mt-minus-50px {
    margin-top: -50px;
}
/* line-height */
.lh-200 {
    line-height: 12.5rem;
}
/* bottom */
.bottom-auto {
    bottom: auto;
}
/* footer */
footer .footer-logo img {
    max-height: 100%;
}
footer ul li {
    margin-bottom: 0;
}
.footer-light a:hover, .footer-navbar li a:hover {
    color: var(--dark-gray);
}
section.cover-background h2 {
    font-size: 60px;
}
.one-third-screen h1 {
    font-size: 40px;
}
.bg-base-color, .header-cart-icon .cart-count {
    background-color: #ffefda !important;
}
.hover-box.dark-hover:hover p{
  color:#000 !important;
}
.hover-box.dark-hover:hover span {
    color:#000 !important;
  }
.dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


header .navbar-brand {
    display: block !important;
}
header.sticky.sticky-active .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0px !important;
}
header.sticky .navbar-brand {
    padding: 7px 0 !important;
}
.opacity-very-light {
    opacity: .4 !important;
}
header .navbar-brand {
    padding: 15px 0 !important;
}
header.sticky.sticky-active .header-reverse.glass-effect {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255) !important;
}
.bg-dark-gray, .bg-dark-gray:focus {
    background-color: #212121 !important;
}
.opacity-extra-medium {
    opacity: .7 !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    color: #fff !important;
}
/* Initially hide the submenu */
.dropdown-menu-submenu {
    display: none; 
    position: absolute;
    left: 100%; 
    top: 0;
    min-width: 180px;
    background-color:#252840; 
   
    border-radius: 4px;
    z-index: 9999; 
}


.dropdown-menu-submenu li {
    padding: 8px 12px;
}

.dropdown-menu-submenu li a {
    color: #ffffff; 
    text-decoration: none; 
    display: block;
}

.nav-item.dropdown:hover .dropdown-menu-submenu {
    display: block; 
}

.dropdown-menu-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 250px;
    background-color: #212121;
    border-radius: 4px;
    z-index: 9999;
}

.dropdown-menu li .dropdown-menu-submenu{
    display: none !important;
}
.dropdown-menu li:hover .dropdown-menu-submenu{
    display: block !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
    position: relative;
}
.about-comapny-home .row {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}
.company-contnt-home {
    padding-left: 44px;
}
ul.dropdown-menu-submenu a:hover {
    color: #fff !important;
    opacity: 1 !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid rgb(83 81 81 / 76%);
    padding: 17px 20px;
}

.sub-sections .ps-15 {
    padding-left: 5% !important;
}

.sub-sections .pe-15 {
    padding-right: 5% !important;
}
.services-sec p {
    min-height: 57px;
}

.submenu-inner ul li a {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    background: #f2f2f2;
    margin: 0;
    padding: 10px 20px;
    color: #9d7c59;
    display: block;
    color: #7d8087;
}
.submenu-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subpage-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.company-details a {
    color: #fff;
    border-color: #9d7c59;
    background: #9d7c59;
    border-width: 1px;
    display: block;
    padding: 10px 20px;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 4px;
}
.contact-details {
    background: #f3cda4;
    padding: 15px;
    margin-top: 13px;
}
.contact-details p {
    color: rgb(0 0 0 / 79%);
}
.submenu-inner .active a {
    border-left: 5px solid #9d7c59;
    color: #9d7c59;
}
.contact-btn a {
    color: #fff;
    border-color: #9d7c59;
    background: #9d7c59;
    border-width: 1px;
    display: block;
    padding: 5px 20px;
    margin-top: 10px;
    border-radius: 4px;
    display: inline-block;
}
.innerpage-content {
    position: sticky;
    top: 68px;
}
.submit {
    background-image: linear-gradient(to right, #C99A5D, #9F7955, #C99A5D) !important;
    border: none;
}
.blog ul li {
    list-style: circle !important;
}
.blog h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
/* .bg-very-light-gray {
    background-color: #fdf0e0 !important;
} */

a.more-details {
    color: #ca9b5d;

}
a.more-details:hover {
    color: #ca9b5d !important;
}
.feature-box-img {
    width: 50px !important;
    margin-bottom: 15px;
}
.hover-box.dark-hover:hover a{
    color: #000 !important;
}
.OurApproach p {
    min-height: 117px;
}
.icon-extra-large {
    color: #ca9b5d !important;
}
.hover-box.dark-hover:hover i{
    color: #ca9b5d !important;
}
.sticky-active .dropdown svg {
    fill:#ca9b5d;
}



@media (max-width: 991px) {
    header .navbar-brand .mobile-logo {
        visibility: visible !important;
        opacity: 1 !important;
        width: 120px !important;
        height: auto;
    }
}

@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 15px;
        font-size: 12px; 
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 10px;
        font-size: 11px; 
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 19px;
    }
    header .btn.btn-rounded.btn-large {
        color: var(--dark-gray);
        border-color: var(--extra-medium-gray);
        padding: 10px 15px;
        font-size: 13px;
    }
}

.h1, h1 {
    font-size: 3rem !important;
}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
    }

}

@media (max-width: 700px) {
    .dropdown-menu-submenu {
        display: none;
        position: relative;
        left:0;
    }
    .dropdown-menu-submenu a {
        color:#ffffff !important
    }
    .company-contnt-home {
        padding-left: 0px;
    }
    .about-comapny-home .row {
        flex-wrap: wrap;
        display: flex;
    }
    .h1, h1 {
        font-size: 2.5rem !important;
        line-height: 45px;
    }
    .navbar-full-screen-menu-inner {
        background: #121212 !important;
    }
    #navbarDropdownMenuLink svg {
        position: absolute;
        right: 0;
        top: 18px;
    }

}

