@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/Montserrat-Regular.ttf');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/Montserrat-SemiBold.ttf');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/Montserrat-Bold.ttf');
}

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 15px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

strong {
	font-weight: 600;
}


.btn:focus{
    box-shadow: none;
}
p{
    line-height: 22px;
}


/*Header*/
.header {
    background: #ffffff 0% 0% no-repeat padding-box;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
}
.sticky-bar {
    background: #ffffff;
}
.navbar-nav{
    gap: 60px;
}
.nav-link {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 0px !important;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.nav-link::after{
    content: '';
    width: 0%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s ease-in-out;
}
.nav-link:hover::after{
    width: 100%;
}
.h-contact{
    color: #9C9C9C;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.navbar-collapse{
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}
.logo{
    width: 250px;
}
.h-btn-sec{
    display: flex;
    align-items: center;
    gap: 20px;
}
.h-btn-theme{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
    background-color: #6A1F1B;
    transition: all 0.3s ease-in-out;
}
.btn.h-btn-theme:hover{
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}
.h-btn-theme.btn-br{
    color: #000;
    border: 1px solid #000;
    background: transparent;
    transition: all 0.3s ease-in-out;
}
.btn.h-btn-theme.btn-br:hover{
    color: #ffffff;
    border: 1px solid #6A1F1B;
    background-color: #6A1F1B;
}
.h-btn-theme.btn-br svg path{
    transition: all 0.3s ease-in-out;
}
.h-btn-theme.btn-br:hover svg path{
    fill: #FFFFFF;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}
}

#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
            
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

@media all and (min-width: 992px) {
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .dropdown-menu{ display: block; }
.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media all and (min-width: 992px) {
.navbar .dropdown-menu-end{ right:0; left: auto; }
.navbar .nav-item .dropdown-menu{ display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0; }
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%; }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}

@media only screen and (max-width: 992px) {
.navbar-collapse{
    position: absolute;
    width: 100%;
    top: 107px;
    left: 0px;
    background-color: #FFFFFF;
}
.navbar-nav {
    background-color: #fff;
    width: 100%;
    left: 0px;
    z-index: 9999;
    gap: 16px !important;
    padding: 20px 0px;
}
.h-btn-sec {
    justify-content: center;
}
.nav-item{
    border-bottom: 1px solid #6A1F1B;
}
.navbar-nav .nav-item:last-child{
    border-bottom: 0px;
    padding-top: 20px;
}
.nav-link{
    padding: 20px 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.dropdown-menu {
    box-shadow: none;
    text-align: center;
}
.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    margin-top: 0px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid !important;
    border: solid #616262 !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    border-right: 0em solid transparent; 
    border-bottom: 0; 
    border-left: 0em solid transparent;
    position: relative;
    width: auto !important;
    background-color: transparent;
}
.dropdown-menu {
    text-align: left;
    list-style: none;
    transform: none !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nav-item .nav-link.active.dropdown-toggle::after{  
    border-top: 0.3em solid !important;
    border: solid #0a58ca !important;
    border-width: 0 2px 2px 0 !important;
}
.nav-item .nav-link:hover.dropdown-toggle::after{
    border-top: 0.3em solid !important;
    border: solid #000000 !important;
    border-width: 0 2px 2px 0 !important;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
    color: #1185f8;
    background-color: #e9ecef;
}
.h-support{
    font-size: 14px;
    opacity: 0.8;
}
.dropdown .dropdown-menu{
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}
}

/* close */
.navbar-toggler{
    padding: 0px;
    border: 0px;
}
.menu_toggle{
    width: 50px !important;
    height: 50px;
    padding: 9px 12px 9px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: #000000;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
}
#check1{
    display: none;
}

/*Hero Section*/
.hero-sec{
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000A1;
}
.z-1{
    position: relative;
    z-index: 1;
}
.hero-title{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.hero-text{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
}
.hero-btn{
    background-color: #FFFFFF;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 15px 26px;
    border-radius: 50px;
    border: 0px;
    transition: all 0.3s ease-in-out;
}
.btn.hero-btn:hover{
    background-color: #6A1F1B;
    color: #FFF;
}

/*White Box*/
.white-box-sec{

}
.white-box{
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
    padding: 30px 40px;
}
.title{
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}
.white-box{
    margin-top: -58px;
    position: relative;
    z-index: 1;
}
.white-box .right-img img{
    width: 34px;
}
.white-box .content-part .title{
    margin-bottom: 3px;
}
.white-box .content-part p{
    color: #9C9C9C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.content-part{
    display: flex;
    align-items: center;
    gap: 20px;
}
.mb-60{
    margin-bottom: 120px;
}
.maximum-security-sec .title{
    margin-bottom: 80px;
}
.maximum-security-sec .container{
    margin-bottom: 120px;
}
.small-title{
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.icon-box1{
    width: 141px;
    height: 141px;
    border-radius: 10px 58px 58px 58px;
    background: rgba(106, 31, 27, 0.16);
    margin: 0px auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maximum-security-box .small-title{
    margin-bottom: 20px;
    text-align: center;
}
.maximum-security-box p{
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}
.maximum-security-box .cust-gap{
    --bs-gutter-x: 62px;
    --bs-gutter-y: 62px;
}
.btn-theme{
    padding: 15px 72px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #6A1F1B;
    background-color: #6A1F1B;
    transition: all 0.3s ease-in-out;
}
.btn.btn-theme:hover{
    color: #6A1F1B;
    border-color: #6A1F1B;
    background-color: transparent;
}
.maximum-security-box{
    padding: 0 60px;
    margin-bottom: 80px;
}

/*FAQ Section*/
.faq-sec{
    background-color: #F6F6F6;
    padding: 80px 0px 120px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    margin-top: 3px;
  transition: all 0.5s ease-in-out;
}
.accordion-item{
    border-radius: 10px !important;
    background-color: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    padding: 23px 30px;
    margin-bottom: 16px;
}
.accordion .accordion-item:last-child{
    margin-bottom: 0px;
}
.accordion-button{
    color: #000 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 0px;
    background-color: transparent;
    border: 0px !important;
    align-items: flex-start;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.accordion-body{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.faq-box{
    padding: 0px 60px;
}
.mr-top-btn{
    text-align: center;
    margin-top: -26px;
    margin-bottom: 140px;
}
.owl-carousel{
    position: relative;
}
#logo-slider .owl-prev{
    position: absolute;
    top: 20px;
    left: -50px;
}
#logo-slider .owl-next{
    position: absolute;
    top: 20px;
    right: -50px;
}
#logo-slider, 
#testimonial-slider, 
.project-content{
    padding: 0px 100px;
}
#testimonial-slider:not(.detail){
    margin-bottom: 120px;
}
.owl-theme .owl-dots {
    margin-top: 30px;
}
.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.owl-theme .owl-dots .owl-dot span {
    min-width: 14px;
    min-height: 14px;
    margin: 0px;
    background: #D9D9D9;
    border: 3px solid #D9D9D9;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #6A1F1B;
}
.owl-carousel .owl-item img {
    width: auto;
}
.logo-box img{
    margin: 0 auto;
}

/*Testomonial Section*/
.profile-box{
    width: 110px;
    height: 110px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 8px solid #FFF;
    margin: 0 auto;
    position: relative;
}
.review-box{
    margin-top: -55px;
    border-radius: 10px;
    background-color: #F6F6F6;
    padding: 75px 40px 30px;
}
.customer-name{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.review-text{
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
}
.star-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 24px;
}
#testimonial-slider .owl-prev, 
#testimonial-slider .owl-next,
#projects-slider .owl-prev, 
#projects-slider .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#testimonial-slider .owl-prev, 
#projects-slider .owl-prev{
    left: -50px;
}
#testimonial-slider .owl-next, 
#projects-slider .owl-next{
    right: -50px;
}

/*Current Projects*/
.current-projects-sec{
    padding: 80px 0px 120px;
    background-color: #F6F6F6;
    position: relative;
}
/* .current-projects-sec .title{
    margin-bottom: 30px;
} */
.project-box{
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.17);
    overflow: hidden;
    margin: 20px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.project-img-box{
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center;
}
.project-content-box{
    padding: 30px 23px;
}
.project-content-box .title{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 16px;
}
.project-content-box .sub-title{
    color: #959595;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 16px;
}
.btn-sec{
    padding: 0px 23px;
}
.btn-sec .btn-theme{
    padding: 12px 25px;
}
.top-badge{
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    background-color: #6A1F1B;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}
.project-box.blue-box{
    background-color: #031529;
    color: #FFF;
}
.project-box.blue-box .title{
    color: #FFF;
}
.project-box.blue-box .sub-title{
    color: #E1AA12;
}
.project-box.blue-box .btn-theme{
    background-color: #E1AA12;
}
.project-box.blue-box .top-badge{
    background-color: #E1AA12;
    color: #FFFFFF;
}
.project-box.blur-box .top-badge{
    background-color: #1F3D2B;
    color: #FFFFFF;
}
.project-img-box, 
.blur-sec{
    position: relative;
    overflow: hidden;
}
.project-box.blur-box .project-img-box::after, 
.project-box.blur-box .blur-sec::after{
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Safari support */
    z-index: 2;
    pointer-events: none;
}
.project-box.blur-box .project-content-box{
    padding-left: 0px;
    padding-right: 0px;
}
.project-box.blur-box .title, 
.blur-sec{
    padding-left: 23px;
    padding-right: 23px;
}
.project-box.blur-box .btn-theme{
    background-color: #1F3D2B;
}
.current-projects-sec{
    position: relative;
}
.current-projects-sec::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 19%;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}

/*Footer*/
.s-footer{
    background-color: #D9D9D9;
    padding: 20px 0px;
}
.sf-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.privary-links{
    display: flex;
    align-items: center;
    gap: 40px;
}
.privary-links a{
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
}
.privary-links a:hover{
    color: #6A1F1B;
}
.copyright-text{
    color: #000;
    font-size: 10px;
    font-weight: 500;
    line-height: 22px;
}
.p-footer{
    border-radius: 15px 15px 0px 0px;
    background-color: #F6F6F6;
    margin: -193px 140px 0px;
    padding: 224px 0px 16px;
}
.pf-white-box{
    padding: 35px 40px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
}
.contact-box{
    display: flex;
    align-items: center;
    gap: 18px;
}
.icon-box2{
    min-width: 50px;
    height: 50px;
    background-color: #6A1F1B;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box .bold{
    transition: all 0.3s ease-in-out;
}
.contact-box:hover .bold{
    color: #6A1F1B;
}
.ft-11{
    color: #000;
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
}
.br-5{
    border-radius: 5px;
}
.df-sec{
    display: flex;
    align-items: flex-start;
    gap: 95px;
}
.social-sec{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 28px;
}
.social-btn{
    transition: all 0.3s ease-in-out;
}
.social-btn:hover{
    opacity: 0.7;
}
.f-menu-sec{
    display: flex;
    align-items: flex-start;
    gap: 70px;
}
.f-menu-box{
    min-width: 154px;
    font-size: 13px;
    font-weight: 400;
}
.f-title{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.f-ul li a{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.f-ul li a::after{
    content: '';
    width: 0%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s ease-in-out;
}
.f-ul li a:hover::after{
    width: 100%;
}
.bottom-text{
    text-align: center;
    max-width: 842px;
    margin: 0 auto;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}
.projects .owl-dots{
    display: none;
}
.box001{
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    padding: 25px;
    margin-bottom: 40px !important;
}
.ft-16{
    font-size: 16px;
    line-height: normal;
}
.ft-12{
    font-size: 12px;
    line-height: 22px;
}
.bg-grey{
    background-color: #F6F6F6;
}
.sec-pad{
    padding: 120px 0px;
}
.financed-objects{
    padding-top: 80px;
}
.financed-objects .title{
    margin-bottom: 60px !important;
}
.mb-100{
    margin-bottom: 100px;
}
.icon-box3{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6A1F1B;
    border-radius: 8px;
    min-width: 33px;
    height: 33px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
	color: #FFFFFF;
}
.br-16{
    border-radius: 0px 0px 16px 16px;
}
.box002{
    border-radius: 15px;
    background-color: #FFFFFF;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: -106px;
    padding-left: 50px;
    padding-right: 50px;
}
.top-badges{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}
.top-badges .top-badge{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: -20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.top-badges .top-badge.white-bg{
    border: 1px solid rgba(255, 255, 255, 0.99);
    background-color: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    color: #000000;
}
.text-theme{
    color: #6A1F1B;
}
.title2{
    color: #000;
    font-size: 37px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 34px;
}
.detail .title{
    margin-bottom: 1rem;
}
.img-box{
    width: 100%;
    height: 324px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
#image-slider .owl-dots .owl-dot span, 
.cust-review-sec .owl-dots .owl-dot span{
    background-color: #FFFFFF;
    border: 3px solid #FFFFFF;
}
#image-slider .owl-dots .owl-dot.active span, 
.cust-review-sec .owl-dots .owl-dot.active span{
    background-color: #6A1F1B;
}
#image-slider .owl-dots, 
.cust-review-sec .owl-dots{
    margin-top: -30px;
    z-index: 1;
    position: relative;
}
#image-slider{
    margin-bottom: 46px;
}
.btn-theme.bg-grey{
    background-color: #9C9C9C;
    border-color: #9C9C9C;
}
.btn-sec.new-btn{
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 60px;
}
.cust-review-sec .owl-nav{
    display: none;
}
.cust-review-sec .review-box{
    padding-bottom: 45px;
}
.icon-box4{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    padding: 16px 16px 6px;
}

.project-box.new-pad {
    margin: 0px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    background: #F2F2F2;
    box-shadow: none;
    gap: 0px;
    position: sticky;
    top: 140px;
}


.project-box.new-pad .title{
    font-size: 40px;
    line-height: normal;
}

.step-logo{
    width: 231px;
}
.bg-grey{
    background-color: #F3F3F3;
}
.step-pad{
    padding: 70px 160px 54px;
}
.step-nav{
    max-width: 750px;
    margin: 0 auto 70px;
    padding: 20px 30px;
    border-radius: 32px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.step-box{
    display: flex;
    align-items: center;
    gap: 9px;
    color: #9C9C9C;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.step-box.active, 
.step-box.completed{
    color: #6A1F1B;
}
.step-box.active.last-step{
    color: #1F3D2B;
}
.step-circle{
    min-width: 16px;
    height: 16px;
    background-color: #9C9C9C;
    border-radius: 50%;
}
.step-box.active .step-circle, 
.step-box.completed .step-circle{
    min-width: 23px;
    height: 23px;
    background-color: #6A1F1B;
} 
.step-box.active.last-step .step-circle{
    min-width: 23px;
    height: 23px;
    background-color: #C3DD30;
}
.form-white-box{
    padding: 24px;
    border-radius: 10px;
    background-color: #FFF;
}
.border-box{
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 19px;
    margin-bottom: 22px;
}
.text-green{
    color: #1F3D2B;
}
.ft-20{
    font-size: 20px;
}

.text-grey{
    color: #0000004D;
}

@media (min-width: 1470px){
    .step-sec .container{
        max-width: 1460px;
    }
}

.radio-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 15px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

/* Hide default radio */
.radio-card input {
    display: none;
}

/* Custom radio */
.radio-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

/* Checked state */
.radio-card input:checked ~ .radio-custom {
    border-color: #6a1f1b;
    background: #6a1f1b;
}

.radio-card input:checked ~ .radio-custom::after {
    content: "✓";
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
}

/* Card active style */
.radio-card input:checked ~ .radio-content,
.radio-card input:checked ~ .radio-custom {
    pointer-events: none;
}

.radio-card:has(input:checked) {
    border-color: #6a1f1b;
    background: #f6eeee;
}

/* Text */
.ft-17 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 1px;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    width: 102px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    overflow: hidden;
    background: #fff;
    padding: 7px 12px;
}
/* Number field */
.qty-input {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    outline: none;
    appearance: none;
}
/* Remove arrows */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-input {
    -moz-appearance: textfield;
}
/* Plus / Minus */
.qty-btn {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.qty-btn-sec{
    border-left: 1px solid #00000014;
    padding-left: 14px;
}
.small-br-box{
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    text-align: center;
}
.small-br-box .info-icon{
    position: absolute;
    top: -4px;
    left: -4px;
}
.bottom-btn-sec{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}
.sticky-section{
    position: sticky;
    top: 120px;
}
.cust-footer.s-footer{
    padding: 20px 50px;
    background-color: #FFFFFF;
    border-radius: 50px;
    margin-top: 50px;
}
.form-control{
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 10px 18px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.form-control::placeholder{
    color: #00000063;
    opacity: 1;
}
.form-control:focus{
    box-shadow: none;
    border-color: #D9D9D9;
}
.validate{
    position: relative;
}
.validate .form-control{
    border-color: #C3DD30;
}
.validate .validat-icon{
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.cust-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.cust-radio input {
    position: absolute;
    opacity: 0;
}

.cust-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #D9D9D9;
    background: #fff;
    margin-top: -2px;
}

.cust-radio input:checked ~ .checkmark {
    border-color: #6A1F1B;
    background-color: #6A1F1B;
}

.cust-radio .checkmark::after {
    content: "✓";
    position: absolute;
    inset: 0;
    background-color: #6A1F1B;
    color: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.cust-radio input:checked ~ .checkmark::after {
    display: flex;
}
.btn-theme.bg-parrot{
    width: 100%;
    background-color: #C3DD30;
    border-color: #C3DD30;
    color: #1F3D2B;
}
.btn-theme.bg-parrot:hover{
    background-color: transparent;
    border-color: #C3DD30;
    color: #000000;
}
.cust-hr{
    color: #D9D9D9;
    opacity: 1;
}

.consent-letter {
    max-height: 560px;
    overflow-y: auto;
    padding-right: 10px;
}

/* scrollbar */
.consent-letter::-webkit-scrollbar {
    width: 3px;
}

/* track */
.consent-letter::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

/* thumb */
.consent-letter::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 10px;
}

/* 🔥 REMOVE ARROWS COMPLETELY */
.consent-letter::-webkit-scrollbar-button,
.consent-letter::-webkit-scrollbar-button:single-button {
    width: 0;
    height: 0;
    display: none;
    background: transparent;
}

.form-white-box {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    display: none;
}

.form-white-box.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
.sticky-section .form-white-box {
    opacity: 1;
    display: block;
}

.regular{
    font-weight: 400;
}
.semi-bold{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}
.extra-bold{
    font-weight: 700;
}

/*Mega Menu Css*/
.mega-parent {
    position: static;
}

/* MEGA MENU WRAPPER */
.mega-menu {
    position: absolute;
    left: 50%;
	top: 106px;
    width: 100vw;
    background: #faf4f3;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -12px);
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

/* OPEN STATE */
.mega-parent.open .mega-menu {
    max-height: 2000px; /* increase if content grows */
    opacity: 1;
    transform: translateY(-50%, 0);
}

/* INNER CONTENT SPACING */
.mega-menu > .container {
    position: relative;
}
.mega-sec-pad{
    padding: 50px 0px;
}

/* CLOSE BUTTON */
.mega-close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #000;
    z-index: 100;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.mega-close:hover {
    transform: rotate(90deg);
    opacity: 0.6;
}

/* LEFT SIDE LINKS */
.mega-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mega-links li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    position: relative;
    width: fit-content;
}
.mega-links li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.mega-links li img{
    width: 20px;
}
.mega-links li a::after{
    content: '';
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.mega-links li a:hover::after{
    width: 100%;
}

/* RIGHT SIDE CARDS */
.mega-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mega-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #000;
    transition: box-shadow 0.3s ease;
    border: 2px solid #FFFFFF;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.mega-card:hover {
    border-color: #6A1F1B;
}

.mega-card-img-box{
    min-width: 150px;
    height: 100px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}
.left-side{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    height: 100%;
}
.left-side .title{
    position: relative;
}
.left-side .title::after{
    content: '';
    width: 50px;
    height: 4px;
    background-color: #8A3A36;
    position: absolute;
    bottom: -10px;
    left: 0px;
}
.mega-card h6{
    font-size: 18px;
    font-weight: 600px;
    margin-bottom: 12px;
}
.mega-card-right{
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(-45deg);
}

.contact-right-box{
    background-color: #C98F8C;
    padding: 50px 0px 50px 50px;
    height: 100%;
}
.mega-right-shadow{
    background: linear-gradient(270deg, #C98F8C 35%, #faf4f3 35%);
}
.mega-right-shadow .left-side{
    padding: 50px 0px;
}
.contact-right-box .mega-links li a{
    font-size: 18px;
    font-weight: 400;
}
.br-12{
    border-radius: 12px;
    margin-bottom: 24px;
}
.left-side .sub-title{
    font-size: 18px;
    font-weight: 500;
}
.left-side.border-0 .title{
    font-size: 20px;
    font-weight: 600;
}
.left-side.border-0 .title::after{
    display: none;
}

.logo-box img {
    max-height: 55px;
}