*{
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Hind Siliguri", sans-serif;
   
    
    
}


.top-card {
    background-color: #35D0BA !important;
	border-bottom:1px solid white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    cursor: pointer;
    transition: ease 0.2s;
}


.topbar a{
    font-size: 25px;
    
    color: black;
    

}


.topbar img{
    height: 50px;
    width: 50px;

    
}

.nav-card {
    background-color: #35D0BA;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    transition: ease 0.2s;
    box-shadow: -0.75em -0.75em 1em #F5F5F7,1em 1em 1em #d8dae0b1;
   
    
} 

.font{
    color: #478CCF;
}

.nav-comp{
    color: black;
    font-size: small;
}


.container-fluid {
    font-size: 1rem;
    
    padding: 1.5rem;
    height: auto;
   
}

.icon-img{
    height: 20px;
    width: 20px;
    margin: 3px;
}

.card{
    border-radius:10%;
}
.custom-card {
background-color: #F9FBE7;
border-radius: 0.75em;
cursor: pointer;
transition: ease 0.2s;
box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.3);
border: 3px solid;
border-image-slice: 1;
border-width: 3px;
border-image-source: linear-gradient(to right top, #9ab7f8, #83b1f2, #6aaaea, #4da4e2, #229ed9);
height:auto;
padding:20px 10px;

}


.offer-card{
	background-color:white; /*#D5EEFF*/
	border:0px solid;
	border-radius:10px;
}

.custom-button {
    background-color: #2973B2;
    border: none;
    color: white;
    /*transition: background-image 0.2s;*/
    margin:5px 40%;
    
}

  .custom-button:hover {
    filter: brightness(90%);
}

.zero-mp{
    margin: 0;
    padding: 0;
}

.sm-user-img{
    height: 40px;
    width: 40px;
    border-radius: 10px;
}

.profile-img{
    height:130px;
    width:130px;
    border:2px solid powderblue;
    border-radius:50%;
}

.profile-icon{
    color:#FF5F00;
    font-size:40px;
    border-bottom:2px solid #FF5F00;
    border-radius:10%;
    padding:8px;
    margin:5px;
    
}



/* ================== index page start ========================= */
.home-top{
    background-color: #E7F377;
    color: black;
    height: auto;
    padding: 2px 5px 10px 5px;
    margin: 2px auto 5px auto;
    border-radius: 5%;
    
   
}

.active{
/*    background-color: green;*/
    height: 25px;
    width: 150px;
    border-radius: 25%;
    padding: 3px;
    margin: 3px;
    color: white;
}

.in-active{
    background-color: red;
    height: 25px;
    width: 150px;
    border-radius: 25%;
    padding: 3px;
    margin: 3px;
}

.user-info-home img{
    height: 40px;
    width: 40px;
    border: 1px solid goldenrod;
    border-radius: 50%;
    margin: 30px 5px 5px 15px;
    padding: 3px;
}

.home-bell{
    margin: 35px 5px 5px 5px;
    text-align: end;
}

.search{
    margin: 35px  auto 5px auto;
    position:relative;
    
}

.search-box{
    width: 75%;
    margin: 10px auto;
}

.search img{
    position:absolute;
    bottom:12px;
    left:75%;
    width:20px;
    height:20px;
     
}
/* General Styles */
.home-slider-section {
    position: relative;
    width: 100%;
    max-width: 1200px; /* Optional, to limit max width */
    margin: 0 auto;
    padding: 0px 20px 200px 20px;
    overflow: hidden;
}

/* Slider container */
.home-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Slider items (images) */
.slider-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none; /* Hide all images initially */
    transition: opacity 0.5s ease-in-out; /* Smooth fade transition */
}

.slider-item.active {
    display: block; /* Only display the active image */
    opacity: 1; /* Make sure the active item is visible */
}

/* Image styling */
.slider-img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}

/* Left and right navigation buttons */
.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.slider-nav-btn.left {
    left: 10px;
}

.slider-nav-btn.right {
    right: 10px;
}

/* Optional: Hover effect for buttons */
.slider-nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



.home-quot{
    margin: 5px auto 5px auto;
    width: 100%;
    border-radius: 5%;
    background: seagreen; 
    
}

.home-quot-text{
   
    border-radius: 10px;    
    text-align: center;
    padding: 6px;
}


.big-quote {
    font-size: 1em;
    
    color: orange;
    margin: 0;
    padding: 0;
}

.quote-text{
    color: black;
    font-weight: 500;
}

.section-title{
    margin: 15px auto;
    display: block;
    text-align: center;
}

.home-content{
    height: auto;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    
    width: 100%;
    margin-top: 5px;
    
}


.home-slider-section{
    
    border-radius: 5%;
}

.home-slider{
    margin: 5px auto;
}

.slider-img{
    height: 200px;
    width: 100%;
    /* padding: 3px; */
    border-radius: 20px;
}

.home-nav-section{
    margin: 15px auto  0px auto;
    height: auto;
    width: 100%;
    padding-bottom: 80px;
    background-color: #FBFBFB;
    border-radius: 5%;
   
}

.false{
    height: 120px;
    background-color: #ECF9FF;
}


.long-slider-section{
    
    border-radius: 5%;
    margin: 5px auto;
    
}


.long-slider{
    margin: 5px auto;
    text-align: center;
}

.long-slider-img{
    
   
	border-radius:20px;
	width: 100%;
    height: auto;
    object-fit: cover;
}

.info-tab-item{
    padding: 5px;
    margin: 10px 5px;
    color: black;
    font-size: 16px;
    text-align: center;
}

.info-tab-img{
    height: 50px;
    width: 50px;
    padding: 3px;
    border: 1px solid #C6E7FF;
    
    background-color: #35D0BA;
    
    border-radius: 10px;
}

/* ================== index page end ========================= */


/* ================== News & Blog Start ========================= */

.news-title{
    margin: 5px auto;
}

.news-banner img{
    height: 140px;
    width: 100%;
    padding: 3px;
    border-radius: 10px;
}

.news-date{
    background-color: #F9FBE7;
    padding: 5px;
    border-radius: 5px;
    
}

/* ================== News & Blog End ========================= */



  .col-4{
    padding: 0px;
  }