*{
    font-family: "Manrope", sans-serif;
  
}
body{
  height: max-content;
  width: 100%;
}
.row{
  margin: 0px !important;
}
.container-fluid{
  padding: 0px 40px !important;
}
.full{
  padding: 0px 0px !important;
}
nav{
    padding-top: 25px 0px !important;
}
.navbar-nav{
  margin: 0rem 0rem !important;
}
.hero-nav{
  padding: 5px 0px !important;
  /* align-items: start !important; */
  /* padding-top: 1.5rem !important; */
}
header{
  background-color: white;
}
.navbar-nav {
  margin-bottom: 0px !important;
}


.navbar-toggler {
  border: none;
  font-size: 1.2rem;
  }
  
  .navbar-toggler:focus, .btn—ctose:focus{
  box-shadow:none;
  outline: none;
  }
  .nav-link {
  color: rgb(0, 0, 0);
  font-weight:500;
  position: relative;
  text-align: center;
  /* margin-left: 42px  ! important; */
  }
  .nav-link:hover{
      /* color: #ffffff; */
  }
  .nav-link::before{
      content:"";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 0;
      height: 2px;
      background-color: rgb(253, 253, 253);
      visibility: hidden;
      transition: 0.3s ease-in-out;
  }
  .nav-link:hover::before, .nav-link.active::before{
      visibility: visible;
      width: 100%;
  }
  /* Fixed navbar with glassmorphism effect */

   a{
      text-decoration: none !important;
      /* color: black; */
  }  
  .nav-item{
    padding: 5px 15px;
    border-radius: 7px;
  }
  /* .nav-item:hover{
   background: blue;
   color: white !important;
  } */

  /* herosection section csss  */
  
 
        .hero-section {
            text-align: center;
            padding: 5px 0px 5px 0px;
        }

        .hero-section h1 {
            font-size: 5rem !important;
            font-weight: 500 !important;
            /* font: bold; */
            /* font-size: 110px; */
            line-height: 1.1 !important;
            padding: 0rem 0rem !important;
        }
        .hero-image {
            max-width: 100%;
            height: auto; 
            margin-bottom: 5px;
            /* width: 480px;
            height: 430px; */
        }
        @media (max-width: 768px) {
          .hero-section h1 {
              font-size: 2.6rem ! important;
          }
          hero-section p {
            font-size: 1.2rem;
            padding: 0.5rem;
        }
        .hero-buttons{
          padding: 2rem;
        }
      }
      
   

    /* hero section's buttton css  */

  .call-btn{
    padding: 15px 80px !important;
    /* border: 1px solid black !important; */
    border-radius: 0px !important;
    background-image: linear-gradient(to right, #0400CE,#8310AC);
    color: white !important;

    
  }
  
  .call-btn:hover{
    padding: 15px 80px !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
    background-image: linear-gradient(to right, white,white);
    
    color: black !important;

    
  }
  .plan-btn{
    padding: 15px 80px !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
    
  }
  .plan-btn:hover{
    padding: 15px 80px !important;
    /* border: 1px solid black !important; */
    border-radius: 0px !important;
    background-image: linear-gradient(to right, #0400CE,#8310AC);
    color: white !important;

  }

/* three images sections css  */



    /* FAQ Section Styling */
    .contact-section {
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 40px;
  }

  .contact-section h2 {
      color: #333;
      font-weight: 600;
      margin-bottom: 20px;
  }

  /* Form Styling */
  .contact-form .form-control {
      border-radius: 8px;
      border: 1px solid #ccc;
      padding: 10px;
      font-size: 16px;
  }

  .contact-form textarea {
      resize: none;
  }

  .contact-form .btn-primary {
      background-color:black;
      border: none;
      padding: 12px;
      font-size: 16px;
      border-radius: 8px;
      width: 100%;
  }

  .contact-form .btn-primary:hover {
      background-color: #0056b3;
  }

  /* Contact Info */
  .contact-info {
      background: black;
      color: white;
      padding: 20px;
      border-radius: 10px;
  }

  .contact-info p {
      margin: 10px 0;
      font-size: 16px;
  }

  .contact-info strong {
      font-weight: 600;
  }

  /* Map Styling */
  .map-container {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
     
    .faq-section {
        padding: 60px 20px;
        
      }
  
      .faq-heading {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 1.5;
      }
  
      .faq-item {
        border-bottom: 1px solid black;
        padding: 15px 0;
      }
  
      .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 1.3;
        
        
      }
  
      .toggle-icon {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: white;
        border-radius: 50%;
        font-size: 20px;
      }
  
      .faq-answer {
        padding-top: 10px;
        font-size: 14px;
        color: #6c757d;
      }
      /* centered section-2 css  */
      .hand-icon{
        
          font-size: 3rem;
            
      }
      footer{
        background-color: black;
        color: white;
      }
     /* ==========  video image css =========  */
     .post-card {
      background: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      text-align: start;
  }
  .post-card:hover {
      transform: translateY(-5px);
  }
  .post-card .btn-primary {
    background-image: linear-gradient(to right, #0400CE, #8310AC) !important;
}
  .post-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 6px;
      padding-bottom: 20px !important;
  }
  .pagination {
      justify-content: center;
      margin-top: 40px;
  }
 
/* Responsive css code  */

@media screen and (max-width: 320px) {
  .container-fluid{
    padding: 0px 5px !important;
  }
  .listgroup{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 7px;
   
  }
  .centered-section h2 {
    
    font-size: 1.4rem;
   
  }
  .post-card img {
    width: 100%;
    height: 250px;
    
}
.new-logo {
  width: 152px !important;
  height: 29px !important;
}
  .hero-section h1 {
    font-size: 2rem !important;
    padding: 1rem 0.5rem !important;

}
.lead{
  font-size: 1.2rem !important;
  padding: 10px 0px !important;
}
.breadcrumb-item a{
  font-size: 0.8rem !important;
}
.call-btn {
  
    padding: 10px 16px !important;
    margin-bottom: 0.6rem;
    margin-right: 1rem !important;

}

.plan-btn {
  padding: 10px 35px !important;
  /* margin-bottom: 0.6rem; */
}
.hero-section{
  padding-top:1.6rem !important;

}




.faq-heading {

  font-size: 1.7rem;
 
}
.toggle-icon {
  width: 31px;
  height: 25px;
  background-color: white;
  color: black;

  font-size: 19px;
}
.faq-question {

  font-size: 1.1rem;
  
}
.call-btnbottom{
  padding: 12px 55px !important;
}


}

@media (min-width: 321px) and (max-width: 375px) {

  .container-fluid{
    padding: 0px 5px !important;
  }
  .new-logo {
    width: 152px !important;
    height: 29px !important;
  }
  .listgroup{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 7px;
   
  }
  .centered-section h2 {
    
    font-size: 1.4rem;
   
  }
  .post-card img {
    width: 100%;
    height: 250px;
    
}
  new-logo {
    width: 90px !important;
    height: 55px !important;
}

  .hero-section h1 {
    font-size: 2rem !important;
    padding: 1rem 0.5rem !important;

}
.lead{
  font-size: 1.2rem !important;
  padding: 10px 0px !important;
}
.breadcrumb-item a{
  font-size: 0.8rem !important;
}
.call-btn {
  padding:  10px 25px !important;
 
  /* margin-bottom: 0.6rem; */
  margin-right: 1rem !important;
}

.plan-btn {
  padding: 10px 35px !important;
  /* margin-bottom: 0.6rem; */
}
.hero-section{
  padding-top:1.6rem !important;

}



.faq-heading {

  font-size: 1.7rem;
 
}
.toggle-icon {
  width: 31px;
  height: 25px;
background-color: white;
color: black;
  font-size: 19px;
}
.faq-question {

  font-size: 1.1rem;
  
}





}


@media (min-width: 376px) and (max-width: 425px) {

  .container-fluid{
    padding: 0px 5px !important;
  }
  .centered-section h2 {
    
    font-size: 1.4rem;
   
  }
  .new-logo {
    width: 162px !important;
    height: 33px !important;
  }
  .post-card img {
    width: 100%;
    height: 250px;
    
}
  .listgroup{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 7px;
   
  }

  .hero-section h1 {
    font-size: 2rem !important;
    padding: 1rem 0.5rem !important;

}
.lead{
  font-size: 1.2rem !important;
  padding: 10px 0px !important;
}
.breadcrumb-item a{
  font-size: 0.8rem !important;
}
.call-btn {
  padding: 10px 32px !important;
  /* margin-bottom: 0.6rem; */
  margin-right: 1rem !important;
}

.plan-btn {
  padding: 10px 35px !important;
  /* margin-bottom: 0.6rem; */
}
.hero-section{
  padding-top:1.6rem !important;

}






.list-icon {
  font-size: 14px;
 
  padding: 0px 2px;
  
}
.call-btnbottom{
  padding: 12px 55px !important;
}

.list-item {
  padding: 1px 9px;
  font-size: 11px !important;
}

.faq-heading {

  font-size: 1.7rem;
 
}
.toggle-icon {
  width: 31px;
  height: 25px;
background-color: white;
color: black;
  font-size: 19px;
}
.faq-question {

  font-size: 1.1rem;
  
}





}

@media (min-width: 426px) and (max-width: 768px) {
  .custom-card img{
    margin-top: 3rem;
  }
  .listgroup{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 7px;
   
  }
  .centered-section h2 {
    
    font-size: 1.6rem;
   
  }
  .post-card img {
    width: 100%;
    height: 160px;
    
}
.post-card  {
  padding: 7px !important;
  
}
}

@media (min-width: 769px) and (max-width: 1024px) {
  .custom-card img{
    margin-top: 3rem;
  }
  .custom-card h2 {

    font-size: 1.5rem !important;
   
    margin-bottom: 1rem;
}
}


@media (max-width: 768px) {
  footer .row {
    text-align: center !important;
  }

  footer .col-md-2,
  footer .col-md-4 {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  footer .list-unstyled {
    padding: 0 !important;
  }

  footer .list-unstyled li {
    display: block !important;
  }

  footer .col-md-4 a {
    display: inline-block !important;
    margin: 5px !important;
  }

  .ft-logo {
    margin: 0 auto !important;
    display: block !important;
  }
  footer.text-light.py-4 {
    padding-top: 50px !important;
}
}