/*
Theme Name: Mediku
Theme URI: http://example.com/mediku
Author: Your Name
Author URI: http://example.com
Description: A healthcare HTML template converted to WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mediku
*/

/* Add your CSS here */

html{
	margin-top: 0 !important;
}
.slider-container {
    position: relative;
    width: 100%;
    height: 85vh!important;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.slide.active {
    opacity: 1;
}

.slide-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -5;

    @media screen and (max-width: 480px) {
        object-fit: cover;
        object-position: 75% center;
    }
}

.slide-content {
    max-width: 60%;
    padding: 20px;
    position: relative;
    z-index: 30;
    display: flex;
		flex-direction: column;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.slide.active {
    opacity: 1;
}

.slide-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -5;
    filter: brightness(50%);

    @media screen and (max-width: 480px) {
        object-fit: cover;
        object-position: 75% center;
    }
}

.slide-content {
    max-width: 80%;
    padding: 20px;
    position: relative;
    z-index: 30;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
}

.slide-pre-heading {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
		text-align: left;
    color: rgba(255, 255, 255, 0.8);
	 @media screen and (max-width: 480px) {
				text-align: center;
    }
}

.slide-title {
    font-size: 5rem;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
		text-align: left;

    @media screen and (max-width: 480px) 			{
        font-size: 2rem;
				text-align: center;
    	}
	@media screen and (max-width: 14400px) 			{
        font-size: 4rem;
    	}
}

.slide-description {
    font-size: 1.2rem;
		text-align: left;
    margin-bottom: 30px;
}

.slide-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.slide-button:hover {
    background-color: white;
    color: black;
}

.slider-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 40;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-dot.active {
    background-color: white;
}

/* Custom CSS */

/* For Newsletter container only */

section.bg-white-f7.text-center{
	background-color: white !important;
}

.container.pt-60{
	padding-bottom: 80px !important;
	padding-top: 80px !important;
	border: 20px solid #A873B188;
	margin: 80px auto 40px auto;
	border-radius: 30px;
	@media screen and (max-width: 480px) {
    padding: 40px;
  }
}

.tnp-subscription form{
	display: flex;
	gap: 8px;
	width: 100%
	flex-direction: row;
	
	@media screen and (max-width: 480px) {
        flex-direction: column;
    }
}

.tnp-field label{
	display: none;
}

.tnp-field.tnp-field-email {
    width: 100%;
}

.tnp-field.tnp-field-email input{
	background-color: white;
  border-radius: 8px;
	box-shadow: 0 10px 20px -10px #00000088;
	border: 2px solid #A873B1;
}
.tnp-field.tnp-field-email input[type="email"]::placeholder, .tnp-field.tnp-field-email input[type="email"]{
	color: ;
}

.tnp-field.tnp-field-button input[type="submit"]{
	background-color: #A873B1;
	border-radius: 8px;
}

header#header .menuzord-brand img {
    max-height: 65px!important;
}


/* Joinchat and call buttons */

.cnb-single.cnb-right {
    bottom: 15px;
    right: 10px !important;
}

.joinchat {
    bottom: 75px;
    --sep: 0;
}