*{
    margin: 0px;
    padding: 0px;
    box-sizing: none;
}
.text-justify-custom {
    text-align: justify;
}
p{
    margin-bottom:  0px !important;
    font-size: 18px !important;
}
h2{
    color:#030303 !important;
}
.bg-color{
    background-color: #ffffff;
}
.bg-color h2{
    color: #e45e2d;
}
.bg-color button{
    background: #292624;
    color: #ffe5cf;
    padding: 10px 50px;
    border: 1px solid white;
    font-size: 20px;
    margin-bottom: 10%;
}
.bg-color button:hover{
    background: #c85103;
    color: #ffffff;
    border: 1px solid #c85103;
}
.navbar{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.navbar-brand img{
    width: 225px;
    height: 75px;
}

.nav-link{
    font-size: 20px;
    padding: 6px 14px;
    border-radius: 5px;
}
.navbar-nav{
    gap: 25px;
}
.custom-nav-link {
    font-size: 20px;
    padding: 6px 14px;
    border-radius: 5px;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    display: inline-block;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgb(200 81 3) 0px -3px 0px inset;
}


.custom-nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c85103;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
    z-index: -1;
    border-radius: 5px;
}

.custom-nav-link:hover::before {
    transform: scaleY(1);
}

.custom-nav-link:hover {
    color: #fff;
    text-decoration: none;
}

/* Add vertical line between links */
.custom-nav-link:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background-color: #c85103;
}


#Project{
    box-shadow: rgba(0, 0, 0, 0.15) -1px 1px 5px 0px, rgba(0, 0, 0, 0.05) 0px 5px 6px 0px;
}

.whatsappIcon img{
    width: 60px !important;
    height: 60px !important;
}
.whatsappBtn{
    position: fixed;
    z-index: 555;
    bottom: 15px;
    right: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
}
.abtext{
    margin: 0 124px;
    font-size: 18px;
}
.bg_IdealFor{
    background: url(./img/idealforbg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
.bg_IdealFor_Div{
    background-color: #292624f2;
    height: inherit;
    width: inherit;
}
.bg_IdealFor_Div div img{
    width: 50px;
}
.IdealFor div {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, 
                rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, 
                rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    padding: 15px 0px;
    transition: background-color 0.4s ease-in-out;
}

.IdealFor div:hover {
    background-color: #e35a00;
}

.IdealFor{
    gap: 22px;
}
footer{
    background-color: #292624;
}
footer h4, footer p, footer h5{
    color: #ffffff;
}
footer hr{
    color: #ffffff;
}
.socialmedia img{
    width: 30px;
    height: 30px;
}
.contactSection a{
    text-decoration: none;
    color: #ffffff;
}
.clientmySwiper img{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: 10px;
}
.mgAbt{
    background: url(./img/body-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.abt1{
    background: url(./img/abt1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 450px;
    background-position-x: -580px;
}
.abt2{
    background: url(./img/abt2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 530px;
    background-position-y: 0;
    background-position-x: 450px;
}

.abt3{
    background: url(./img/construction.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 563px;
    background-position-y: -250;
    background-position-x: -400px;
}
.abt4{
    background: url(./img/construction.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 563px;
    background-position-y: 0;
    background-position-x: 450px;
}
.modal-header{
    background-color: #e45e2d;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.modal-body button{
    background: #ffe5cf;
    color: #3a3939;
    border: 1px solid #e45e2d;
}
.modal-body button:hover{
    background: #e45e2d;
    color: #ffe5cf;
    border: 1px solid #e45e2d;
}
.statsSection{
    padding: 0 0px;
}
.statsSection p{
    font-size: 20px;
    font-weight: 600;
}
.projectSliderSection{
    padding: 5% 0;
    /* background: url(./img/bg2.jpg) no-repeat center center; */
    background-size: cover;
}
.projectSliderSectionText{
    padding: 0 190px;
}
.projectSliderSection hr{
    margin: 0 130px;
    margin-bottom: 3%;
}
.projectState{
    background-color: #fff2ca;
}
.projectState p{
    font-size: 21px;
    font-weight: 600;
    color: #e45e2d;    
    padding: 5px 0 5px 0;
}
.projectCard{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-img-top{
    height: 220px;
}
.quickViewBtn{
    background: #e45e2d;
    color: #ffffff !important;
    border: 1px solid #e45e2d;
    padding: 7px 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px
}
.quickViewBtn:hover{
    color: #ffffff !important;
    text-decoration: none;

}
.iconBg{
    background-color: #b65700;;
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary{
    background-color: #102E50 !important;
    border-color: #102E50 !important;
    color: #ffffff;
}
.connectBtn{
    background-color: #ffd9cb !important;
    border-color: #102E50 !important;
    color: #000000 !important;
    width: 200px;
    font-weight: 600 !important;
    font-size: 20px !important;
    border-radius: 50px !important;
}
.connectBtn:hover{
    background-color: #e45e2d !important;
    border-color: #e45e2d !important;
    color: #ffffff !important;
}
.btn-primary:hover{
    background-color: #e45e2d !important;
    border-color: #e45e2d !important;
    color: #ffffff;
}
.navbar-toggler{
    border: none !important;
}

/* shape divider */
.custom-shape-divider-top-1749796323 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1749796323 svg {
    position: relative;
    display: block;
    width: calc(167% + 1.3px);
    height: 181px;
}

.custom-shape-divider-top-1749796323 .shape-fill {
    fill: #FFFFFF;
}

/* shape divider off  */
.connect_us{
    background: #000000;
}

.carousel-control-prev {
    left: -120px !important;
}
.carousel-control-next {
    right: -120px !important;
}
.modal-body button {
    background: #060606;
    color: #ffffff;
    border: 1px solid #000000;
}
.ourPromises{
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.ourPromisesOverly {
  position: relative;
  z-index: 1;
  width: 100%;
  color: white;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); /* Optional: dark overlay */
}
.ourPromisesOverly{
    background-color: #29262481;
    height: inherit;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ourPromisesOverlyDiv{
    background: #ffffff;
    height: 400px;
    width: 60%;
    padding: 3% 0;
}
.ourPromisesOverlyDiv h5{
    margin-top: 20px;
    font-size: 17px !important;
    color: #000000;
}
.ourPromisesOverlyDiv h3{
    color: #000;
}

.ourPromisesOverlyDivSideLine{
    border-right: 1px solid #b9b9b9;
}
.SwayamevaMrugendrataSection{
    background: url(./img/bg2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SwayamevaMrugendrataSection .row{
    background: white;
    padding: 30px 0px 0px 0px;
    margin-bottom: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.aashirwadBuildingImg{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ProjectStatus{
    background-color: #c85103;
    height: 298px;
    margin-left: -111px;
    width: 64%;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.ProjectStatus h2{
    color: #ffffff !important;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}
.ProjectStatus p{
    color: white;
    font-size: 30px !important;
}
.divider{
    color: #ffffff;
    height: 2px;
    margin: 20px 125px 40px 125px;
    background: white;
    display: flex;
    justify-content: center;
}
.WhyUs p{
    font-weight: 500;
}
.mobileView{
    display: none;
}
.deskView{
    display: block;
}
.img-hover-wrap {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
}

.img-hover-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.img-hover-wrap .img-hover {
  opacity: 0;
}

.img-hover-wrap:hover .img-hover {
  opacity: 1;
}

.img-hover-wrap:hover .img-default {
  opacity: 0;
}
.img-hover{
     width: 45px;
    height: 41px;
}
.projectBanner{
    width: 100%;
}
/********************************************************************
Responsive design
********************************************************************/
 /* Media Query for Mobile Devices */
 @media (max-width: 480px) {
       .navbar-brand img{
        width: 100px !important;
        height: 35px !important;
    }
    .whatsappIcon img{
        width: 30px !important;
        height: 30px !important;
    }
    .abtext {
        margin: 0 0px;
        font-size: 18px;
    }
    .projectSliderSectionText {
        padding: 0 0px;
    }
    .footerLogo {
        display: flex;
        justify-content: center;
        margin-bottom: 10%;
    }
    footer h5{
        margin: 0px;
        padding: 0px;
    }
    .address{
        margin-top: 10% !important;
    }
    .SwayamevaMrugendrata{
        width: 100%;
    }
    .statsSection{
        margin: 0px 15px !important;
    }
    .projectSliderSection{
        margin-top: 111px  !important;
    }
    .ourPromisesOverlyDivSideLine {
        border-right: unset;
    }
    .ourPromises {
        height: 1000px;
    }
    .ourPromisesOverlyDiv {
        height: 677px;
    }
    .custom-shape-divider-top-1749796323 {
        top: -4px;
    }
    .abtText{
        margin-top: -65px;
    }
    .projectBanner{
        width: 100%;
    }
    .abt2 {
        background: url(./img/abt2.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 530px;
        background-position-y: 0;
        background-position-x: 0;
    }
    .mobileView{
        display: block;
    }
    .deskView{
        display: none;
    }
    .aashirwadBuildingImg{
        width: 100%;
    }
    .ProjectStatus {
        background-color: #c85103;
        height: 298px;
        margin-left: 0;
        width: 100%;
        padding: 8px;
        text-align: center;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .navbar-brand img{
        width: 100px !important;
        height: 35px !important;
    }
    .abtext {
        margin: 0 0px;
        font-size: 18px;
    }
    .projectSliderSectionText {
        padding: 0 0px;
    }
    
    .nomt{
        margin-top: 0px !important;
    }
    .nopb{
        padding-bottom: 0px !important;
    }
    .SwayamevaMrugendrata{
        width: 100%;
    }
   .statsSection{
        margin: 0px 15px !important;
    }
    .projectSliderSection{
        margin-top: 111px  !important;
    }
    .ourPromisesOverlyDivSideLine {
        border-right: unset;
    }
    .ourPromises {
        height: 1000px;
    }
    .ourPromisesOverlyDiv {
        height: 677px;
    }
    .custom-shape-divider-top-1749796323 {
        top: -4px;
    }
    .abtText{
        margin-top: -65px;
    }
    .projectBanner{
        width: 100%;
    }
    .abt2 {
        background: url(./img/abt2.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 530px;
        background-position-y: 0;
        background-position-x: 0;
    }
    .mobileView{
        display: block;
    }
        .deskView{
        display: none;
    }
    .aashirwadBuildingImg{
        width: 100%;
    }
    .ProjectStatus {
        background-color: #c85103;
        height: 298px;
        margin-left: 0;
        width: 100%;
        padding: 8px;
        text-align: center;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
}
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-brand img{
        width: 100px !important;
        height: 35px !important;
    }
    .abtext {
        margin: 0 0px;
        font-size: 18px;
    }
    .projectSliderSectionText {
        padding: 0 0px;
    }
    
    .nomt{
        margin-top: 0px !important;
    }
    .nopb{
        padding-bottom: 0px !important;
    }
    .SwayamevaMrugendrata{
        width: 100%;
    }
   .statsSection{
        margin: 0px 15px !important;
    }
    .projectSliderSection{
        margin-top: 111px  !important;
    }
    .ourPromisesOverlyDivSideLine {
       border-right: unset;
    }
    .ourPromises {
        height: 1000px;
    }
    .ourPromisesOverlyDiv {
        height: 677px;
    }
    .custom-shape-divider-top-1749796323 {
        top: -4px;
    }
    .abtText{
        margin-top: -65px;
    }
    .projectBanner{
        width: 100%;
    }
    .abt2 {
        background: url(./img/abt2.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 530px;
        background-position-y: 0;
        background-position-x: 0;
    }
    .mobileView{
        display: block;
    }
    .deskView{
        display: none;
    }
    .aashirwadBuildingImg{
        width: 100%;
    }
    .ProjectStatus {
        background-color: #c85103;
        height: 298px;
        margin-left: 0;
        width: 100%;
        padding: 8px;
        text-align: center;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .projectBanner{
        width: 100%;
    }
}
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
   
}

/* Media Query for Large screens */
@media (min-width: 1680px) {
 
}
