#logo img{
	height: 80px;
	width: 90px;
	
}
.slide1 img{
	
	height: 700px;
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
}

 .mob{
display: none;	
}
  @media (max-width: 767px) or (max-width: 1024px) {
        .desk {
          display: none;
        }
		.mob{
		display:inline;	 
		}
      }

.inspiro-slider .slide .sl 
 {
  padding-top: 100px;
  padding-bottom: 100px;
 margin-top: -140px;
}

.mytab {
	padding:20px;
	background-color: #ffffff;
	
  border-radius: 25px 25px 0px 0px;
  margin-left:10px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
   overflow: scroll;
   width: 200px;
   height: 500px;
  
}
.mytab::-webkit-scrollbar {
    width: 6px;
	margin:20px;
}

.mytab::-webkit-scrollbar-track {
  
	margin:20px;
}

.mytab::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	margin:5px;
}
.tabimg img{
	width: 100%;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #20b954;
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}

.whatsapp-icon {
    font-size: 34px;
}
/* Tooltip text */
.whatsapp-tooltip {
    position: absolute;
    right: 75px;
    background-color: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Tooltip arrow */
.whatsapp-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}

/* Show tooltip on hover */
.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.download-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px; /* above WhatsApp button */
    right: 20px;
    background: linear-gradient(135deg, #e53935, #c62828);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.download-float:hover {
    transform: scale(1.1);
    color: #fff;
}

/* PDF Icon */
.download-icon {
    font-size: 30px;
}

/* Tooltip Popup */
.download-tooltip {
    position: absolute;
    right: 75px;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Tooltip Arrow */
.download-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}

/* Show Tooltip on Hover */
.download-float:hover .download-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
 