
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background-color: #ffffff; */
    background: rgb(0,0,0);
    background: linear-gradient(337deg, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 100%);
    box-sizing: border-box;
    scroll-behavior: smooth;
    color: #c6c6c6;
  }

  .whatsapp-icon {
    position: fixed;
    bottom: 75px;
    right: 10px;
    z-index: 1000;
    height: 48px;
    width: 48px;
    display: flex;
    transition: 1s ease-in-out;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #0b0b0b, #060606);
    box-shadow:  35px 35px 65px #070707,
                -35px -35px 65px #000000;
  }
  
  .whatsapp-icon .fa-whatsapp
  {
    font-size: 24px;
    font-weight: 800;
    color: #1c8b03;
  }
  .phone-icon {
    position: fixed;
    bottom: 75px;
    left: 10px;
    z-index: 1000;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s ease-in-out;
    border-radius: 50%;
    background: linear-gradient(145deg, #0b0b0b, #060606);
    box-shadow:  35px 35px 65px #070707,
                -35px -35px 65px #000000;
  }
  .phone-icon .svg-inline--fa {
    align-items: center;
    line-height: 1rem;
    justify-content: center !important;
  }
  .phone-icon .fa-phone
  {
    font-size: 20px;
    font-weight: 800;
    
  }
  .container-fluid
  {
    padding: 0.50rem 4rem;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    z-index: 1000;
    color: #f7f5f5;
    transition: background-color 0.3s ease; /* Add transition for smooth color change */
    background: rgb(0,0,0);
  }
  
  .navbar.transparent {
    background-color: transparent; /* Background color when scroll reaches top */
  }
  
  .logo {
  height: 55px;
  width: 140px;
  font-size: 13px;
  letter-spacing: 0.06rem;
  }
  .logo img{
    width: 100%;
    height: 100%;
    background-position: center;
  }
  
  .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;

  }
  
  .navbar-nav li {
    padding: 0px 15px;
 
  }
  .navbar-nav li:hover {
    /* margin-left: 16px; */
    border-radius: 18px;
    background: #08080873;
  }


  
  .navbar-nav li:first-child {
    margin-left: 0;
  }
  
  .navbar-nav li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    letter-spacing: 2px;
   
  }
  .navbar-nav li:hover a {
    color: #fc4343;
    text-decoration: none;
   
    border-radius: 25px;
    
  }
  .navbar-nav .active-link {
    text-decoration: underline;
    text-decoration-color: darkred;
  }
  
  
  .scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    text-decoration: none;
    display: none;
  }
  
  
  .h-50
  {
    min-height: 50vh;
  }
  .h-75
  {
    min-height: 75vh;
  }
  .h-100
  {
    min-height: 100vh;
  }
  
  .d-flex
  {
    display: flex;
    align-items: center;
    justify-content: center;
  }


.hero {
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: 80vh;
    background-repeat: no-repeat;
    scroll-behavior: smooth;
  }
  .navbar button
  {
    outline: none;

    border-color:#000000 !important ;
    margin-right: 0.50rem;
  }

  @media (max-width:632px)
  {
    .navbar-toggler:hover {
      text-decoration: none;
      border-color: #000000;
      outline: none;
      border: none;
    }
    .navbar-toggler:focus
    {
      box-shadow: 0 0 0 !important;
    }
  
     .logo
    {
      padding-top: 0.30rem;
      height: 70px ;
    }
    
    .hero {
    background-size:cover;
    }

  }
  
  .hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  
  .hero .btn {
    font-size: 1rem;
    padding: 15px 40px;
    background-color: #8a096a;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 30px;
    letter-spacing: 1px;
  }
  .hero .btn:hover
  {
    background-color: #540440;
  }



  /* ---------Service Section--------------- */

  #services {
    background: rgb(0,0,0);

  }
  .services .container
  {
    padding: 0.10rem
  }
  .service-topBox
  {
    display: grid;
    grid-template-columns: 2fr;
    align-items: center;
    justify-content:center;
    padding-top: 3rem;
    padding-bottom: 2rem;

  }
  .service-topBox .service-topLeft
  {
    padding-left: 1rem;
  }
  .service-topBox .service-topRight p
  {
    color: #a4a3a3;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.05rem;
    line-height: 1.7rem;
    letter-spacing: 0.05rem;
    padding: 0.10rem 0.15rem;
  }

  .section-heading {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 2.5rem;
    font-size: 2.50rem;
    color: #403f3f;
    font-family:'Times New Roman', Times, serif;
    color: #f8f8f8;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
  }
  .service-card {
    background: #0a0a0a;
    overflow: hidden;
    height: 67vh;
    border: 1px solid #2c2c2c;
    transition: transform 0.3s ease;
    padding: 0.30rem;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
  }
  
  .service-card img {
    width: 100%;
    height: auto;
  }
  
  .service-info {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .service-info h3 {
    margin-top: 0.85rem;
    font-size:1.2rem;
    color: #d0d0d0;
    font-family: 'Times New Roman', Times, serif;
  }
  
  .service-info p {
    margin-bottom: 20px;
    margin-bottom: 0;
    font-size: 15px;
    height: 17vh;
    color: #939393;
    overflow-y: scroll;
    letter-spacing: 0.06rem;
    line-height: 1.7rem;
 
  }
  .service-info p::-webkit-scrollbar {
    width: 0px; /* Set the width of the scrollbar */
  }
  
  /* Define scrollbar track styles (optional) */
  .service-info p::-webkit-scrollbar-track {
    background: #030303; /* Change the background color of the scrollbar track */
  }
  
  /* Define scrollbar thumb styles (the draggable part of the scrollbar) */
  .service-info p::-webkit-scrollbar-thumb {
    background: #000000; /* Change the color of the scrollbar thumb */
  }
  
  /* Define scrollbar corner styles (optional) */
  .service-info p::-webkit-scrollbar-corner {
    background: transparent; /* Change the background color of the scrollbar corner */
  }
  
  .service-info button {
    background-color: #040404;
    color: #bebebe;
    border: 1px solid rgb(255, 209, 111);
    border-radius: 0px;
    outline: none;
    padding: 10px 50px;
    letter-spacing: 2px;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    margin-top: 0.75rem;

  }
  
  .service-info button:hover {
    background-color: #050404;
    box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
  }


  
  /* ---------Service Section--------------- */

  .about {
    text-align: center;
    background: rgb(0,0,0);

    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about .container{
    background: rgb(0,0,0);

    padding :30px 50px;
  }
  .about-box
  {
    border:1px solid #111010;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
  }
  .about .about-TopHeading {
    font-size: 3.7rem;
    margin-bottom: 30px;
    margin-top: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    font-family:'Times New Roman', Times, serif;
    color: #f8f8f8;
  }
  
  .about p {
    font-size: 1.07rem;
    line-height: 1.8rem;
    text-align: start;
    color: #929292;
    font-weight: 400;
    letter-spacing: 1.2px;
    font-family:'Times New Roman', Times, serif

  }
  .about .about-imgBox
  {
    width: 300px;
    height: 400px;
  }
  .about .about-imgBox img{
    width: 100%;
    height: 100%;
    object-fit: fill;
  }



 
  .why-choose-us .container
  {
    background-color: #000000;
    min-height: 60vh;
    display:flex;
    align-items: center;
    flex-direction: column;
   
    margin-bottom: 2rem;
   
  }
  .why-choose-us .container h2{
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 2.5rem;
    color: #dbdbdb;
    letter-spacing: 2px;
    font-family:'Times New Roman', Times, serif
  }
  .why-choose-us .detailsBox
  {
    display:grid;
    grid-template-columns: 1.5fr 1.5fr;
    justify-content: center;
    gap: 2rem;
    column-gap: 3.5rem;
    padding: 0.25rem;
    color: #929292;
}
    .subBox
    {
        display:flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
        width: 450px;
        font-size: 0.98rem;
        border-bottom: 1px solid #3d3d3d;
        font-family: 'Times New Roman', Times, serif;
        padding-bottom: 1rem;
    }
   
  
  .subBox .imgBox
  {
    width: 55px;
    height: 50px;
  }
  .subBox .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    background-position: 50% 50%;
  }
  .subBox h4{
    font-size: 1.4rem;
    text-align: start;
  }

  .gallery {
    padding-bottom: 1rem;
    background: rgb(0,0,0);
background: linear-gradient(337deg, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 100%);
  }
  .gallery .container

  {
    padding: 0.50rem;
    padding-bottom: 2rem;
  
    
  }
  .imageSction
  {
    max-height: 60vh;
    overflow-y:  scroll;
  }
  #imageSction::-webkit-scrollbar {
    display: none;
  }
  .gallery_imgBox
  {
    height: 220px;
    border: 1px solid #1d1c1c;
    padding: 0.30rem;
  }
  

  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    margin-bottom: 20px; /* Adjust spacing between images */
    transition: transform 0.3s ease; /* Smooth transition effect */
  }
  
  .gallery img:hover {
    transform: scale(1.1); /* Scale up the image on hover */
  }
  .vedioBox 
  {
    margin-bottom: 3rem;
  }
  .vedioBox .card
  {
    border: none;
    padding: 10px;
    border-radius: 3px;
    background: #030509;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
    margin-top: 0.50rem;
  }
.vedioBox h4{
    margin-top: 0.80rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
    color: #b6b6b6;
}
  .contact {

    color: #1c1b1b;
    padding-top: 3rem;

  }
  .contact .container
  {
    background: rgb(0,0,0);
     margin-bottom: 3rem;
     padding-top: 3rem;
  }


  @media (max-width:632px)
{
  
  .services .container
  {
    padding: 0.70rem
  }
  .service-topBox
  {
 
    padding-top: 1rem;
    padding-bottom: 0.40rem;

  }

  .service-card {
    background: #101010;
    height: 72vh;
    border: 1px solid #494949;
    transition: transform 0.3s ease;
    padding: 0.30rem;
    margin-bottom: .50rem;
  }
  .service-info p {
    font-size: 14px;
    color: #a5a5a5;
    overflow-y: scroll;
    letter-spacing: 0.05rem;
    line-height: 1.6rem;
    text-wrap: wrap;
  }
  
  .about .container{
    background: rgb(0,0,0);

    padding :20px 12px;
  }
    .gallery .container

    {
      padding-bottom: 1.5rem;
    }
    .gallery_imgBox
    {
      height: 100px;
      margin-top: 0.50rem;
    }
    
  
      .subBox
      {
          display:flex;
          align-items: center;
          justify-content: flex-start;
          gap: 0.70rem;
          width:100%;
          padding-top: 1rem ;
          padding-bottom: 1rem;
      }
      .subBox .imgBox
      {
        width: 45px !important;
        height: 40px;
      }
      .vedioBox h4{
       
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px;
       
    }
    .why-choose-us .container h2{
      margin-top: 2rem;
      margin-bottom: 0.90rem;
    }
  
}
@media (max-width:992px)
{
    .subBox
    {
        
        width:100%;
        padding-top: 1rem ;
    }
   
}
  .map {
    padding: 5px 0; /* Adjust spacing as needed */
    padding-bottom: 30px;
  }
  
  .map .container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .map iframe {
    width: 100%;
    height: 400px; /* Adjust height as needed */
  }
  


  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    /* font-size: var(--bs-navbar-toggler-font-size); */
    line-height: 1;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border:none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler-icon
{
    color: rgb(255, 255, 255);
    background-image: none;
}

/*  Testmonial */
  .box .info .name{
    font-weight: 600;
    font-size: 17px;
    color: #c0c0c0;
  }
  .box .info .job{
    font-size: 16px;
    font-weight: 500;
    color: #17a2b8;
  }
  .box .info .stars{
    margin-top: 2px;
  }
  .box .info .stars i{
    color: #17a2b8;
  }
  .box .content .image{
    height: 65px;
    width: 65px;
    padding: 2px;
    background: #17a2b8;
    border-radius: 50%;
  }
  .content .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .box:hover .content .image img{
    border-color: #fff;
  }
  @media (max-width: 1045px) {
    .wrapper .box{
      width: calc(50% - 10px);
      margin: 10px 0;
    }
  }
  @media (max-width: 702px) {
    .wrapper .box{
      width: 100%;
    }
  }




  @media (max-width: 768px) {
    .navbar {
       
        padding: 5px 0;
    }
    .container-fluid
    {
      padding: 0.50rem;
    }
  
    .hero h1 {
        font-size: 2.25rem;
        font-weight: bold;
        margin-bottom: 1px;
      }
    /* Stack images on smaller screens */
    .gallery .col-md-3 {
      width: 50%;
    }
    .why-choose-us .detailsBox
    {
        display: block;
        padding: 0.50rem;
    }
    .section-heading {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 1.5rem;
        font-size: 2.7rem;
        color: #c2c2c2;
       
        
      }
     
}
  
 
  
