  @font-face {
  font-family: 'EB Garamond';
  src: url('./fonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
} 
   
   @font-face {
  font-family: 'EB Garamond';
  src: url('./fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
} 
   
 .menu-tex{
color:#000!important;
border-radius: 4px!important;
}

.menu-tex:hover{
color:#fff!important;
border-radius: 4px!important;
 border: 1px solid red;
background: red!important;
}



body {
  font-family: 'EB Garamond', serif;
  background: rgb(240, 237, 237);
}
.menuDropdown {
  display: block;
}
/*-----carosul-----*/

.mySlides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
.mySlides.active {
  opacity: 1;
  z-index: 1;
}

/* Slideshow container: height adjusts automatically */
#slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6; /* Maintains responsive height */
  max-height: 500px; /* Optional: Limit height on large screens */
  overflow: hidden;
}

#slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers the frame without distortion */
}

/*-----carosul-----*/
/*-----select-css---*/
#mobile-menu{
  position: relative;
    z-index: 1;
    
}

/*-----header footer-css---*/

a{
text-decoration: none!important;
}

.footer-link a{
  color: #000!important;  
    
    
}


/*---image fixed size----*/



.fixed-size {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover;
   
    transition: transform 0.3s ease-in-out;
}

.active{
    
    border-bottom: 2px solid red;
}

wcm {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding: 4px 0px;
    margin: 4px 0;
    font-size:18px;
    font-weight: 800;
}

.ox-btn{
width:110px;


}

.total-hol .live-single {
  display: none;
  height: 350px;
  top: 65px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  align-items: center;
  justify-content: center;
    transition-delay: 2s;
}

/* Show and animate on hover */
.total-hol:hover .live-single {
  display: flex;
  opacity: 1;
  cursor: pointer;
    transition-delay: 2s;
}



.total-hol .live-single-past {
  display: none;
  height: 350px;
  top: 0;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  align-items: center;
  justify-content: center;
    transition-delay: 2s;
}

/* Show and animate on hover */
.total-hol:hover .live-single-past {
  display: flex;
  opacity: 1;
  cursor: pointer;
    transition-delay: 2s;
}




.total-hol-list .live-single-past {
  display: none;
  height: calc(100% - 23px);
  top: 0;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  align-items: center;
  justify-content: center;
    transition-delay: 2s;
}

/* Show and animate on hover */
.total-hol-list:hover .live-single-past{
  display: flex;
  opacity: 1;
  cursor: pointer;
    transition-delay: 2s;
}


/*-------login-------------*/
.radio-hol {
    display: inline-block;
    width: 48%;
}






.lohfm-hol {
    overflow: hidden;
}

#div_login {
    border-radius: 3px;
    width: 100%;
    margin: 0 auto;
}

.radio-hol {
    display: inline-block;
    width: 48%;
}

.spd {
    margin-top: -20px;
}

.blackbox {
    font-size: 12px;
}

#div_login h3 {
    margin-top: 0px;
    font-weight: normal;
    padding: 10px;
    background: #cc3333;
    color: white;
    font-family: sans-serif;
}

.log-email,
#div_login .textbox {
    width: 96%;
    padding: 7px;
   
    border: 1px solid;
}

#div_login input[type=submit] {
    padding: 7px;
    width: 100px;
    background-color: #009bff;
    border: 0px;
    color: white;
}

.btn-otp {
    padding: 7px;
    width: 109px;
    
    border: 1px;
    
    cursor: pointer;
}

.btn-login {
    padding: 10px 45px !important;
}

@media screen and (max-width:720px) {
    .container {
        width: 100%;
    }
    #div_login {
        width: 99%;
    }
}

.radio-cap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.radio-cap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #272727;
}

.radio-cap:hover input~.checkmark {
    background-color: #ccc;
}

.radio-cap input:checked~.checkmark {
    background-color: #272727;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-cap input:checked~.checkmark:after {
    display: block;
}

.radio-cap .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.modal-header {
    border: 0 !important;
}

.modal-header-login .close {
    padding: 4px 5px !important;
    margin: -1rem -1rem -1rem auto;
    border: 0px solid #ccc;
    border-radius: 50%;
    margin-right: -30px;
    margin-top: -50px;
    background: #f4f2f3;
    opacity: 1 !important;
}

.login-title {
    background: #009bff;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    color: #fff;
    padding: 8px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.login-modal-content {
    background: url(../images/login-bg.webp)repeat-x;
}

.login-popup {
    top: 65px !important;
}

.forget {
    cursor: pointer;
}








.auth-actions {
  display: flex;
  justify-content: space-around; /* space items evenly with gaps around */
  align-items: center;            /* vertical centering */
  margin: 1rem 0;                 /* top & bottom margin */
}

.auth-actions .p-2 {
  flex: 1;                        /* make items take equal available space */
  text-align: center;             /* center content inside each block */
}

.btn-otp {
  border:1px solid;
 padding: 10px
}

.btn-otp:hover {
  background: red;
 color: #fff;
}

.btn-login {
  border:1px solid;
 padding: 10px
}

.btn-login:hover {
   border:1px solid;
 padding: 10px
}


#register_form {
    max-width: 750px;
    border: 4px solid #5bd2c0;
    border-radius: 5px;
    margin: auto;
    padding: 15px;
    position: relative;
    z-index: 50;
    background: #fff;
}



/*--------Brochure -start---*/
    .turn-page-wrapper,.turn-page{
       width: 352px!important; 
        
        
        
    }
    
    
    .turn-page-wrapper{
        
       box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px ;
        
        
    }
    
    
    

 
    .titl {
        text-align: center;
        margin: 15px 0;
        font-size: 22px;
        font-weight: bold;
        color: #111827;
    }

 

    #flipbook {
        transition: transform 0.3s ease;
        
        height: 500px;
        position: relative;
        
        margin: auto;
        cursor: grab;
        z-index: 0;
        
    }

    #flipbook:active {
        cursor: grabbing;
    }

    #flipbook .page img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    /* Controls */
    #controls {
        margin-top: 20px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 99;
        position: relative;
    }
    .flip-btn {
        padding: 8px 16px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        background: #000;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        transition: background 0.3s ease;
    }
    flip-btn:hover:not(:disabled) {
        background: red;
    }
    .flip-btn:disabled {
        background: #9ca3af;
        cursor: not-allowed;
    }

    #page-info {
        font-weight: bold;
        text-align: center;
        align-self: center;
    }

    /* Tablet & mobile */
    @media (max-width: 991px) {
        #flipbook {
            max-width: 352px;
            
        }
        #controls {
            gap: 5px;
        }
       .flip-btn {
            width: 10%;
            padding: 5px;
        }
        #page-info {
            order: -1;
            margin-bottom: 5px;
            width: 100%;
        }
        #fit {
            width: 46px;
            padding: 0;
        }
        #pause{
            
          width: 40px;
            padding: 0;  
        }
        
        
        .turn-page-wrapper{
            box-shadow: none;
        }
       .turn-page-wrapper,.turn-page{
       width: none!important; 
        
        
        
    }
     
        
    }

/*--------Brochure---end--*/