img{
    width: 100%;
}
a{
    text-decoration: none;
}
body{
    font-family: Montserrat, sans-serif;
}
.section_top_bottom_padding{
    padding-top: 100px;
    padding-bottom: 100px;
}
.site_btn{
    padding: 12px 24px;
    background-color: #7c3aed;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
}
.site_btn:hover{
    background-color: #1e1b4b;
}
.collumn_gap{
    --bs-gutter-x: 5rem;
}
.transparent_btn{
    background-color: transparent;
    border: 1px solid #1e1b4b;
    color: #1e1b4b;
    display: inline-block;
}
.transparent_btn:hover{
    color: #fff;
}
.section_label{
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #7c3aed;
    border: 1px solid #7c3aed;
    border-radius: 10px;
    padding: 5px 8px;
}
.section_heading{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
    margin: 24px 0px;
}
.section_text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e1b4b;
    margin-bottom: 24px;
}

/* Page Banner CSS */
.page_banner{
    background-color: #eaddff;
}
.page_banner_content h1{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
}
.breadcrumb_area{
    color: #7c3aed;
}
.breadcrumb_area a{
    color: #7c3aed;
}


/* Footer CSS */
.footer_social_area a i {
    font-size: 18px;
    background-color: #7c3aed;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
}
.contact_details a{
    display: block;
    margin-bottom: 10px;
}
.contact_details a{
    color: #1e1b4b;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}
.contact_details a i{
    color: #7c3aed;
}
.form_label{
    color: #1e1b4b !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.form-control {
    background-color: #fafafa;
    border: 1px solid #ced4da;
    border-radius: 5px;
    border: 1px solid #e5e5f0;
  }
  
  .form-control:focus {
    background-color: #f7f1ff;
    border-color: #8c89a7; 
    box-shadow: 0 0 0 0.25rem rgba(140, 137, 167, 0.25); 
    outline: none;
    box-shadow: none;
    border: 1px solid #7c3aed;
  }
  .submit_btn{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: 20px;
  }
  
  .submit_btn:focus{
    outline: none;
    box-shadow: none;
    border: none;
  }
  
/* Mobile (Small Screens) */
@media (min-width: 320px) and (max-width: 480px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }
    .mobile_center{
      display: flex;
      justify-content: center;
    }
    .section_heading {
      font-size: 32px;
      line-height: 42px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .section_text{
      font-size: 15px;
      margin-bottom: 10px;
    }
    /* Page Banner CSS */
    .page_banner_content h1{
      font-size: 36px;
      line-height: 46px;
    }
  }
  
  
  /* Mobile (Medium Screens) */
  @media (min-width: 481px) and (max-width: 767px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }
    .mobile_center{
      display: flex;
      justify-content: center;
    }
    .section_heading {
      font-size: 32px;
      line-height: 42px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .section_text{
      font-size: 15px;
      margin-bottom: 10px;
    }
    
    /* Page Banner CSS */
    .page_banner_content h1{
      font-size: 36px;
      line-height: 46px;
    }
  }
  
  
  /* Tablets (Small) */
  @media (min-width: 768px) and (max-width: 1024px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }
    .reverse_column{
      flex-direction: column-reverse;
    }
    .section_heading{
      font-size: 38px;
      line-height: 48px;
    }
  }
  
  
  /* Laptops & Small Desktops */
  @media (min-width: 1025px) and (max-width: 1200px) {
    
  }
  
  
  /* Large Screens (Desktops) */
  @media (min-width: 1201px){
   
  }
  
  