body{
  overflow-x: hidden;
}
/* Navbar Css Starts Here */
.sticky-top{
    position: fixed!important;
    left: 0;
    right: 0;
    z-index:9999;
    width: 100%;
}

.main-wrapper img{
  display: block;
}
.main-wrapper a{
    color: #000;
    text-decoration: none;
   
}
.main-wrapper ul li{
    list-style-type: none;
}

.navbar{
    background: linear-gradient(90deg, #fae4e0, #d3e8fc);
    font-family:'Poppins',sans-serif!important; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 10;
    align-items: center;
  justify-content: space-between; 
  height: 80px; 
  padding: 0 20px;
}
.navbar > *{
  flex-shrink: 0;
}
.brand-and-icon{
    display: flex;
  align-items: center;
  gap: 15px;
}
.brand-and-icon a{
  display: flex;
    align-items: center;
}
.logo{
  height: 55px; 
  width: auto;
  object-fit: contain;
  transition: 0.3s ease;
}

#mMenuBtn{
    background: none;
}
.open-menu {
    width: 25px;
    height: 30px;
    padding: 5px 10px 5px 0;
    position: relative;
    display: block; 
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}
.open-menu span:nth-child(1) {
    top: 6px;
}
.open-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 3px;
    background: #1E1E1E;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
.open-menu span:nth-child(2) {
    top: 14px;
}
.open-menu span:nth-child(3) {
    top: 22px;
    width: 15px;
    margin-left: 10px;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border-radius: 4px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li > a{
    text-transform: capitalize;
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.drop-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sub-menu .active{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
    color: #fb8b25;
}
.sub-menu-short .active{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
    color: #fb8b25;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
       font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.sub-menu-short ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
       font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.sub-menu ul li a{
    opacity: 0.8;
    transition: all 0.5s ease;
}
.sub-menu-short ul li a{
    opacity: 0.8;
    transition: all 0.5s ease;
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
}
.sub-menu-short ul li a:hover{
   padding-left: 14px;
    opacity: 0.9;
}
.sub-menu{
    display: none;
}
.sub-menu-short{
  display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
.sub-menu-item:nth-child(1){
      padding-bottom: 20px;
     padding-top: 20px;
       
}
.sub-menu-item:nth-child(2){
      padding-bottom: 20px;
     padding-top: 20px;
       
}
.sub-menu-item:nth-child(3){
    background-color: #ffff;
     border-radius:0 30px 30px 0;
      padding-bottom: 20px;
     padding-top: 20px;
       
}
.sub-menu-short .sub-menu-item:nth-child(2){
    background-color: #ffff;
     border-radius:0 30px 30px 0;
     padding-bottom: 20px;
     padding-top: 20px;
       
}
.sub-menu-item div {
  display: flex;
  justify-content: center;  
  align-items: center;     
}

.sub-menu-item div img {
  width: 100%;       
  max-width: 300px;  
  height: auto;
  display: block;
}



/* ICON BUTTON */
.icon-btn {
  width: 50px;
  height: 50px;
  background: #d9e0e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.icon-btn i {
  font-size: 20px;
  color: #2d2d2d;
}

/* HOVER */
.icon-btn:hover {
  background: #c8d0d6;
}

/* CONTACT BUTTON */
.contact-btn {
  background: #fb8b25;
  border: 2px solid transparent;
  color: white;
  padding: 8px 10px;
  border-radius: 19px;
  font-size: 16px;
  width: 160px;
  transition: 0.3s;
}

.contact-btn:hover {
    background: #000;
    color: #fff;
  opacity: 0.9;
  transition: smooth 0.ms;
}
.mobile-only{
    display: none;
}

/* Search Modal Start */
.blur-bg {
  filter: blur(8px) brightness(0.6);
  transform: scale(1.01);
}
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  z-index: 999;
}
/* ACTIVE */
.search-modal.active {
  opacity: 1;
  visibility: visible;
}
/* SEARCH BOX */
.search-box {
  width: 85%;
  max-width: 1200px;
  height: 80px;
  background: #f9fafb ;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  transform: translateY(-40px);
  opacity: 0;
  transition: 0.4s ease;
}
/* ANIMATION */
.search-modal.active .search-box {
  transform: translateY(0);
  opacity: 1;
  position: relative;
  top: 20px;
}
/* INPUT */
.search-box input {
  border: none;
  outline: none;
  background: #f9fafb 0% 0% no-repeat padding-box;

  width: 100%;
  font-size: 20px;
  color: #333;
}
.input-area{

max-width: 83.3333333333%;
}
.icon-area{
        background: #F2F4F7;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 80px;
    display: flex;
    width: 10%;
    padding: 0 0 0 20px;
}
/* ICONS */
.search-icons {
    background-color: #F2F4F7;
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-icon {
  font-size: 24px;
  color: #ff7a00;
}

.close-icon {
  font-size: 22px;
  color: #aaa;
  cursor: pointer;
}

/* Search Modal End */

/* Region Modal Start */

.region-box{
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
}
.region-content{
  scroll-behavior: smooth;
}
/* BACKDROP BLUR */
.region-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  backdrop-filter: blur(12px);
  background: rgba(0,0,0,0.3);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  z-index: 999;
}

/* ACTIVE STATE */
.region-modal.active {
  opacity: 1;
  visibility: visible;
}

/* MODAL BOX */
.region-box {
  width: 90%;
  max-width: 1300px;

  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);

  border-radius: 25px;
  padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);

  transform: scale(0.9);
  opacity: 0;
  transition: 0.4s ease;
}

/* SHOW ANIMATION */
.region-modal.active .region-box {
  transform: scale(1);
  opacity: 1;
}

/* HEADER */
.region-header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 4px;
}

.region-header h2 {
  font-size: 20px;
  font-weight: 600;
  
  line-height: 1.3;
}

.close-btn {
  position: absolute;
  right: 0;
  font-size: 26px;
  cursor: pointer;
  color: #888;
}

/* GRID */
.region-content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
}

/* COLUMN */
.region-col h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.region-col p {
  font-size: 14px;
  margin: 6px 0;
  color: #555;
  cursor: pointer;
  transition: 0.3s;
}

.region-col p:hover {
  color: black;
  transform: translateX(3px);
}

/* Region Modal End */
/* Navbar CSS End */

/* media queries */

@media (max-width:991.98px){

  .logo{
    height: 40px;  /* mobile optimized */
  }

  .brand-and-icon{
    width: 100%;
    justify-content: space-between; /* left logo + right icons */
  }

}

@media screen and (min-width: 992px){
    .navbar{
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 15px 2rem;
        position: fixed;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 0 0 auto;
    }
    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
    }
    .navbar-nav > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 1.7rem 1.8rem 1.7rem 0.8rem;
        font-size: 15px;
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #f8f8f8;
        margin-left: calc(((100% - 1050px) / 2));
        max-width: -webkit-fill-available !important;
        border-radius: 30px;
        border: none;
        margin-right: calc(((100% - 1000px) / 2));
    }
     .sub-menu-short{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #f8f8f8;
        margin-left: calc(((100% - 790px) / 1));
        max-width: -webkit-fill-available !important;
        border-radius: 30px;
        border: none;
        margin-right: calc(((100% - 1190px) / 1));
    }
    .sub-menu-head{
      font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    color: #4A5056 !important;
    font-weight: 600;
    }
     .navbar-nav > li:hover .sub-menu-short{
        display: grid!important;
        grid-template-columns: repeat(2, 1fr);
        /* padding: 16px 5px; */
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(3, 1fr);
        /* padding: 16px 5px; */
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav > li:hover{
        border-bottom-color: #000;
    }
    .sub-menu-item{
        padding-left: 0;
    }
    

}
@media (max-width:768px){

/* search box media query */

 .search-box {
    height: 65px;
  }

  .search-box input {
    font-size: 16px;
  }
  
  /*  BODY LOCK */
  body.search-open{
    overflow: hidden;
  }

  /* FULL SCREEN */
  .search-modal{
    align-items: flex-start;
   
  }
  .search-box{
    width: 92%;
    max-width: 420px;  
    height: 60px;

    margin: 0 auto;
    border-radius: 15px;

    transform: translateY(-20px);
  }

  .search-modal.active .search-box{
    transform: translateY(0);
  }

  /* INPUT */
  .search-box input{
    font-size: 15px;
  }

  /* ICON AREA */
  .icon-area{
    width: auto;
    padding: 0 15px;
    height: 60px;
  }

  .search-icons{
    gap: 15px;
  }

/* region box media query */

   .region-box{
            top: 30px;
        position: relative;
    height: 70vh;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
  }
   .region-header{
    flex-shrink: 0;
  }
  .region-content{
     flex: 1;
    overflow-y: auto;
    display: block !important;
  }

  /* EACH ROW */
  .region-col{
    border-bottom: 1px solid #dfdddd;
    padding: 14px 0;
  }

.region-col.active{
  border-bottom: none;
}

.region-col.active + .region-col{
  border-top: none;
}

.region-list p:last-child{
  border-bottom: none;
}
  /* TITLE ROW */
  .region-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
  }

  /* ARROW */
  .arrow{
    display: block;
    font-size: 18px;
    transition: 0.3s;
  }

  /* ROTATE */
  .region-col.active .arrow{
    transform: rotate(180deg);
    color: #fb8b25;
  }

  /* DROPDOWN HIDE */
  .region-list{
     max-height: 0;
    transition: 0.3s ease;
    overflow: hidden;
    padding-left: 5px;
  }

  /* DROPDOWN SHOW */
    .region-col.active .region-list{
    max-height: none;  } 
 

  /* ITEMS */
  .region-list p{
    padding: 10px 0;
   border-bottom:1px #E1E6ED solid;
    font-size: 14px;
    color: #555;
  }

  /* ACTIVE TITLE COLOR */
  .region-col.active .region-title{
    color: #fb8b25;
  }
   .region-title .arrow{
    display: block;
  }
  
}
@media (min-width:769px){
  .region-title .arrow{
    display: none;
  }
}
@media(max-width:992px){
  .region-content {
    grid-template-columns: repeat(3,1fr);
  }
}
@media(max-width:600px){
  .region-content {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (min-width:769px) and (max-width:991.98px){
  /* iPad / Tablet submenu scroll fix for mobile menu */

  .m-menu{
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
    
  }

  .m-menu ul{
    max-height: none;
  }

  .m-menu .sub-menu{
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
  }

  .m-menu .sub-menu::-webkit-scrollbar{
    width: 4px;
  }

  .m-menu .sub-menu::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
  }

/* TABLET MENU FIX */
  .navbar{
    height: 70px !important;
    padding: 0 18px !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .brand-and-icon{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo{
    height: 48px !important;
    width: auto !important;
  }

  .m-icons{
    display:flex;
    align-items:center;
    gap:10px;
    margin-left:auto;
  }

  .m-icons i{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    font-size:18px;
  }

  .open-menu{
    width:28px;
  }

  .navbar-collapse,
  .icon-btn,
  .contact-btn{
    display:none !important;
  }

  .m-menu{
    width:100%;
    right:-100%;
  }

  .m-menu.active{
    right:0;
  }

}

@media (max-width:991.98px){

  .mobile-only{
    display:block;
  }

  
  nav .navbar-nav,
  nav .contact-btn{
    display:none !important;
  }

  .m-icons{
    display:flex;
    gap:8px;
    align-items:center;
  }

  .m-icons i{
    color: #000;
    font-size:20px;
    background:#eef3f7;
    padding:10px;
    border-radius:50%;
  }

  .m-menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: right 0.35s ease;
    padding: 20px;
    display: block !important;
}

/* OPEN */
.m-menu.active{
    right: 0;
}

/* BODY SCROLL LOCK */
body.menu-open{
    overflow: hidden;
    height: 100vh;
}

/* active only main menu */
.m-menu .has-sub.active{
  color:#fb8b25;
}
  .m-menu.active {
    right: 0;
  }

  .m-menu .sub-menu {
    display: none;
  }

  .m-menu .sub-menu li{
   color:#545965;
   padding: 16px 0;
  }
 .m-menu ul li{
  border-bottom:1px solid #E1E6ED;
  cursor: pointer;
}

/* when open */
.m-menu .has-sub.open{
  border-bottom: none;
}

/* remove gap line */
.m-menu .has-sub.open + li{
  border-top: none;
}

/* last item inside submenu */
.m-menu .sub-menu li:last-child{
  border-bottom: none;
}

  .m-menu .has-sub.open .sub-menu {
    display: block;
  }

  /* Optional animation */
  .m-menu .sub-menu {
    transition: all 0.3s ease;
    
  }
   .m-menu .sub-menu a {
   color: #545965;
   font-weight: 400;
   font-family: 'Poppins',sans-serif!important;
    
  }

  /* + icon rotate */
  .m-menu .has-sub span {
    cursor: pointer;
    transition: 0.3s;
  }

  .m-menu .has-sub.open span {
    transform: rotate(45deg);
  }

   .m-contact{
     background:#fb8b25;
    color:#fff;
    border:none;
    padding:12px;
    border-radius:25px;
    margin-top:20px;
    width:160px;
  }
   .social-icons{
    margin-top:20px;
    display:flex;
    gap:15px;
  }
  .m-bottom{
     display:flex;
    justify-content:space-between;
    align-items:center;
  }
   .m-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  .m-header img{
    width:60%;
  }

  .m-menu ul{
    margin-top:15px;
    padding-left: 0;
  }

  .m-menu ul li{
     padding: 16px 0;
    color: #1E1E1E;
    font-size: 14px;
    border-bottom:1px solid #E1E6ED;
    cursor: pointer;
  }
   .m-menu ul li span{
    float: right;
    
}
.closemenu{
  font-weight: 800;
  font-size: x-large;
  color: #000;
  cursor: pointer;
}
}
@media (max-width:1024px){
  .logo{
    height: 44px; 
  }

  .navbar{
   height: 65px;
   padding: 0 15px;
   display: flex;
   justify-content: center;
  }
  nav{
    padding:10px 15px;
  }
  .navbar-brand img{
    width:120px;
  }

  .m-icons{
    margin-left:auto;
  }

}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait) {
  .whycloud{
    display: none;
  }
}

