.padding-5px{
    padding: 5px !important;
}

.font-bold{
    font-weight: bold !important;
}

.nav-social-media-btn { 
    font-size: 16px;
    margin-top: 4px;
}
    
.faq-help-title {
    width: 200px;
    word-break: break-all;
}
.site-font-primary
{
    color: #ff5e14;
}
.facility-icon svg{
    height: 70px;
}
.bg-gray-imp {
    background-color: #f5f6f6 !important;
}

#Amenities {
    .mt-icon-box-wraper:hover{
        background-color: #152854 !important;
        color: #FFFFFF !important;
    }

    .mt-icon-box-wraper:hover h4{
        color: #FFFFFF !important;
    }

    .mt-icon-box-wraper:hover svg{
        color: #FFFFFF !important;
    }

}

#core-values .mt-icon-box-wraper svg{
    color: #020d26 !important;
   /* color: #ff5e14;  */
    width: 80%;
}



.loading_progress-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .loading_progress-cross {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: transparent;
  }
  
  .loading_progress-cross::before,
  .loading_progress-cross::after {
    content: '';
    position: absolute;
    background-color: #465f98;
  }
  
  /* Vertical Bar */
  .loading_progress-cross::before {
    width: 20px;
    height: 100px;
    left: 40px;
    top: 0;
    animation: pulse 1s infinite ease-in-out alternate;
  }
  
  /* Horizontal Bar */
  .loading_progress-cross::after {
    width: 100px;
    height: 20px;
    top: 40px;
    left: 0;
    animation: pulse 1s infinite ease-in-out alternate;
  }
  
  @keyframes pulse {
    0% {
      background-color: #465f98;
      transform: scale(1);
    }
    100% {
      background-color: #ff5e14;
      transform: scale(1.1);
    }
  }




  .cross-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 50px auto;
  }
  
  /* Cross */
  .cross-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .cross-vertical {
    position: absolute;
    width: 20px;
    height: 140px;
    background-color: #5b4636;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    z-index: 2;
  }
  
  .cross-horizontal {
    position: absolute;
    width: 80px;
    height: 20px;
    background-color: #5b4636;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    z-index: 2;
  }
  
  /* Animated Sun Rays */
  .sun-rays {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 160px;
    height: 160px;
    background: repeating-conic-gradient(
      rgba(255, 223, 0, 0.6) 0deg 2deg,
      transparent 2deg 10deg
    );
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spinRays 4s linear infinite;
    z-index: 1;
  }
  
  /* Animation */
  @keyframes spinRays {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }



.fa-instagram-style {
    background: radial-gradient( circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-youtube {
    background: linear-gradient(45deg, #FF0000, #CC0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Instagram Widget Styles */
.instagram-widget {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 10px 0 0 10px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.instagram-widget:hover {
    width: 180px;
}

.instagram-icon {
    min-width: 60px;
    height: 60px;
    color: #FFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 10px 0 0 10px;
    color: white;
    font-size: 28px;
}

.instagram-text {
    white-space: nowrap;
    padding: 0 15px;
    color: #262626;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.online-payment-btn{
    padding:20px !important;
}