.text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 20px 40px;
    z-index: 10;
    text-align: left;
    background: none;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    opacity: 0;
    animation: fadeInText 1.5s ease forwards;
}
.text-overlay span {
    display: inline-block;
}
.text-overlay h1 {
    color: white;
}
@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(-60%);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%);
    }
}
.main-header .main-menu .navigation>li{
	padding-inline-end: 48px !important;
}
.main-header .main-menu .navigation>li>a {
    color: rgb(14 14 14) !important;
}
.flat-title-page{
  display: none;
} 
.top-header{
  position:relative;
  z-index: 1000;
}
.flat-benefit-v2 {
    background: #646f75;
}
.partner-item {
  width: 100% !important;
  height: 120px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
  overflow: hidden !important;
}

.partner-item img {
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}
h1{
  font-size: 75px;
   padding: 60px 0 !important;
}
.box-price h4 {
  font-size: 1.5rem !important;
  font-weight: normal !important;
  margin: 0 !important;
  margin-top : 17px !important;
}
/* Modal background */
#modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
/* Modal box */
#crmFormModal {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 95%;
    max-width: 500px;
    max-height: 90vh;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow-y: auto;
    z-index: 10000;  /* thoda bada z-index */
}
#crmFormModal::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/* Close button */
.closeBtn {
    position: absolute;
    top: 8px;
    right: 9px;
    background: #ff5b5b;
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    z-index: 10001;  /* sabse aage */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media(max-width: 500px) {
    #crmFormModal {
        padding: 15px;
        border-radius: 8px;
    }

    .closeBtn {
        width: 28px;
        height: 28px;
        font-size: 18px;
        top: -10px;
        right: -10px;
    }
}
.flat-slider.home-1 .slider-content {
    padding: 23px 0;
}
@media (max-width: 774px) {
  h1 {
    font-size: 40px;
    padding: 11px 0 !important;
  }
}