#request-demo{
    width: 100%;
    height: 100%;
    background-image: url(../assets/request-page/Mask.html\ Group\ 10.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-color: #efefef; */
}
.request-sub{
    /* box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    -webkit-box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    -moz-box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    border-radius: 10px;
    padding: 15px;
    position: relative; */
    /* background-image: url(../assets/request-page/bg-registration-form-7.jpg); */
    /* background: transparent; */
    /* filter: blur(3px); */
}
.request-sec{
    box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    -webkit-box-shadow: 1px 1px 20px 4px rgb(100 100 100 / 33%);
    -moz-box-shadow: 1px 1px 8px -2px rgb(30 125 169 / 75%);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background: #ffffff94;
    /* filter: blur(3px); */
    backdrop-filter: blur(4px);
}
.forinpt::placeholder{
    color: #808080ba !important;
}

/* .request-sec::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    filter: blur(4px);
} */
.request-head{
 color: #286eb8;
 margin: 0px;
 border-bottom: 1px solid #dadadaba;
 padding-bottom: 15px;
 font-size: 24px;
    font-weight: 700;
}
.request-form{

}
form{

padding-top: 15px;
}
.forinpt{
    background-color: transparent;
    width: 100%;
    border: none;
    padding: 8px 8px;
    color: gray;
    border-radius: 6px;
    margin-bottom: 15px !important;
    box-shadow: 1px 2px 5px #d1d1d1b8;
    font-size: 15px;
}
.req-btn{
    width: 120px;
}
.req-btn input{
   background: linear-gradient(59deg, #285fa7 0%, #287ba7 100%);
    color: white;
    transition: 0.5s;
}
.req-btn input:hover{
    background: white;
    color: #1e7da9;
    transition: 0.5s;
}






.requst-image{
    height: 100%;
    position: relative;
}
.requst-image-sub{
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.reqimg1{
    position: absolute;
    width: 150px;
    top: -100px;
    right: -146px;
    left: 0;
    margin: 0 auto;
}



.reqimg2{
    
    position: absolute;
    right: 0;
    width: 125px;
    /* animation: image-spin infinite 20s linear; */
}

.reqimg3{
    width: 50px;
    position: absolute;
    top: 75px;
    animation: image-spin infinite 20s linear;
}
.reqimg4{

    position: absolute;
    
    bottom: -38px;
    
    width: 130px;
    
    right: -77px;
    
    z-index: 0;
    }
.inside-banner video{
    position: absolute;
}    

@media(max-width: 991px){
    .reqimg4 {
        bottom: -50px;
        right: 30px;
    }
    .reqimg2{
        display: none;
    }
}
@media only screen and (max-width: 575px){
    .request-sec{
        padding: 10px 10px;
    }
    .reqimg1{
        right: 0;
    }
}

@media only screen and (max-width: 345px){

    .request-head{
        font-size: 22px;
    }
}
.dropdown-menu.mega-dropdown {
  max-width: 100vw;
  overflow-x: auto;
}
/* Base Dropdown Menu Styles */
.dropdown-menu.mega-dropdown {
  width: 950px;
  max-width: 100vw;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #fff;
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px;
  display: none;
  z-index: 9999;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  overflow-x: auto;
  box-sizing: border-box;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Dropdown Row Layout */
.dropdown-menu .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Column Settings */
.dropdown-menu .col-md-4 {
  flex: 1 1 30%;
  min-width: 250px;
  box-sizing: border-box;
  padding: 0 15px;
}

/* Headers */
.dropdown-header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  position: relative;
}

.dropdown-header::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, rgb(0, 5, 41) 1%, rgb(0, 32, 85) 24%, rgb(0, 93, 181) 67%, rgb(0, 116, 217) 100%);
  margin-top: 6px;
  border-radius: 2px;
}

/* Dropdown Items */
.dropdown-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #222 !important;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  color: #007bff !important;
  padding-left: 8px;
}

.dropdown-item i {
  margin-right: 10px;
  font-size: 16px;
  color: #555;
  transition: color 0.3s ease;
}

.dropdown-item:hover i {
  color: #28a744;
}

/* -----------------------------------
   Media Queries for Responsiveness
------------------------------------ */

@media (max-width: 991px) {
  .dropdown-menu.mega-dropdown {
    width: 100vw;
    left: 0;
    right: 0;
    transform: translateY(0);
    padding: 20px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    max-height: 90vh;
    overflow-y: auto;
    display: none;
    /* position: fixed; */
    top: 60px;
    z-index: 10000;
  }

  .nav-item.dropdown.show .dropdown-menu.mega-dropdown {
    display: block;
  }

  .dropdown-menu .row {
    flex-direction: column;
    gap: 10px;
  }

  .dropdown-menu .col-md-4 {
    flex: 1 1 100%;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }

  .dropdown-header {
           font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        cursor: pointer;
        display: flex;
        position: relative;
        justify-content: center;
  }

  .dropdown-header::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  .dropdown-header.active::after {
    transform: rotate(180deg);
  }

  .dropdown-section {
    display: none;
    padding-top: 5px;
  }

  .dropdown-header.active + .dropdown-section {
    display: block;
  }

  .dropdown-item {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
  }

  .dropdown-item:last-child {
    border-bottom: none;
  }
}