body{
      font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #F9FAFB;
}
html {
  scroll-padding-top: 80px; 
  scroll-behavior: smooth; 
}


/* .offcanvas-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
} */
.navbar-nav {
  gap: 1rem; /* spacing between items */
}
.navbar{
    background-color: #FFFFFF !important;
}
.navbar-brand{
    color: #0D47A1;
    font-size: 32px;
    font-weight: 600;
}
.navbar-brand img{
    width:80px;
    height:80px
}
.nav-item a{
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 600;
}
.nav-item a:hover{
    color: #0D47A1;


}
.aboutSection{
    padding: 50px 0px;
}
.aboutGrid{
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
    align-items: center;
}
.aboutContent div{
    margin-bottom: 20px;
    text-align: justify;
}
.aboutContent>:first-child{
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 700;
}
.aboutContent>:nth-child(2){
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 500;
}
.aboutContent>:last-child{
color: #4F4F4F;
font-size: 16px;
font-weight: 600;
}
.aboutImg img{
    width: 90%;
    object-fit: contain;
}

/* service section  */
.serviceSection{
    padding-bottom: 50px;
}
.serviceTitle{
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.serviceGrid{
    display: grid;
    grid-template-columns: repeat(4,3fr);
    gap: 20px;
    padding: 20px 0px;
 
}
.serviceCard{
    background-color: white;
    border-radius: 10px;
    padding: 40px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 350px; /* consistent height for all cards */
    height: 100%;
}
.serviceCard>:nth-child(2){
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 700;
    
}
.serviceCard>:last-child{
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

 .serviceCard img {
        width: 100%;
        height: auto;
        cursor: pointer;
      }
      .modal-img {
        width: 100%;
      }
      .card-body {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
#modalText {
    max-height: 200px; /* Adjust height as needed */
    overflow-y: auto;
  }
  .modal-body img{
    width: 50%;
  }
/* gallery section  */
.gallerySection{
    padding-bottom: 50px;
}
.galleryTitle{
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.galleryPart{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow: auto;
    width: 100%;
    scrollbar-width: none;
        padding: 20px 0px;
}
.galImg img{
    width: 250px;

}

.image-box {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 2 / 2; 
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

.image-box img {
  width: 100%;
  height: 100%;

}
.btn-close:hover{
    font-size: 20px;
    color:#1C1C1C
}
/* contact section  */
.contactSection{
    background-color: white;
    padding: 50px 0px;
}
.contactGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* clean 3 equal columns */
  gap: 20px;
  align-items: start; /* align items to the top */
}

.contactContent1>:first-child{
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 700;
    
}
.contactContent1>:last-child{
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
}

.contactContent3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.mapSection {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

#map {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.callTitle{
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 600;
}
.callNumber{
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 500;
}

/* footer section  */
.footerSection{
    background-color: #232425;
    padding: 10px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.myGallerySwiper {
  position: relative;
  
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000; 
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}


@media screen and (max-width:992px){
    html {
  scroll-padding-top: 0px; 
  scroll-behavior: smooth; 
}

    .navbar-toggler{
        border: none !important;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .aboutGrid{
        display: grid;
        grid-template-columns: 12fr;
        
    }
    .aboutImg img{
        width: 100%;
    }
    .serviceGrid{
        display: grid;
        grid-template-columns: 6fr 6fr;
    }
    .contactGrid {
        display: grid;
        grid-template-columns: 12fr;
        gap: 30px;
    }
    .work-wrapper p{
        text-align: justify;
        margin-bottom: 20px;
        margin-left:180px
    }
     .work-wrapper2 p{
        text-align: justify;
        margin-bottom: 20px;
        margin-left:250px
    }
    .contactContent1 {

  align-items: center;     
  justify-content: center; 
  text-align: center;      
           
}
.contactContent2{

  align-items: center;     
  justify-content: center; 
  text-align: center;      
           
}
.contactContent3 {

  align-items: center;     
  justify-content: center; 
  text-align: center;      
           
}
.footerSection{
    text-align: center;
}
 
@media screen and (max-width:769px){
    .work-wrapper p{
        text-align: justify;
        margin-bottom: 20px;
        margin-left:100px
    }
    .work-wrapper2 p{
        text-align: justify;
        margin-bottom: 20px;
        margin-left:160px
    }
}
}
@media screen and (max-width:556px){
    .navbar-brand {
        font-size: 25px;
    }
.aboutContent>:first-child {
    font-size: 25px;
}
.aboutContent>:nth-child(2){
    font-size: 14px;
}
.aboutContent>:last-child{
    font-size: 14px;
}
.serviceTitle {
    font-size: 25px;
}
 .serviceGrid{
        display: grid;
        grid-template-columns: 12fr;
    }
    .galleryTitle {
        font-size: 25px;
    }
    .galImg img{
        width: 150px;
    }
    .contactContent1>:first-child{
        font-size: 25px;
    }
    .contactContent1>:last-child{
        font-size: 14px;
    }
    .callTitle {
        font-size: 14px;
    }
    .callNumber {
        font-size: 12px;
    }
    .contactContent2{
        align-items: center;     
        justify-content: center; 
        text-align: left;      
    }
     .work-wrapper p{
        text-align: left;
        margin-bottom: 20px;
        margin-left:0px
    }
    .work-wrapper2 p{
        text-align: left;
        margin-bottom: 20px;
        margin-left:0px
    }
 .contactContent3{
    align-items: flex-start;     
    justify-content: center; 
    text-align: left;
 }
}
@media screen and (max-width:456px){
     .navbar-brand {
        font-size: 20px;
    }
.aboutContent>:first-child {
    font-size: 20px;
}
.serviceTitle {
    font-size: 20px;
}
 .galleryTitle {
        font-size: 20px;
    }
}