/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/** Global **/

#flags {
    width: 100% !important;
    text-align: right !important;
}

.site-header {
    position: sticky !important;
    top: 0;
    background: white;
    z-index: 9999;
}

.inside-header {
    width: 1140px;
    padding: 20px 0;
}

.main-nav ul li a {
    line-height: 2em !important;
}

.page-template .featured-image {
    display: none;
}

.cta-button {
    background: #1e6bb8;
    color: #fff !important;
    font-size: 14px !important;
    padding: 8px 16px;
    border-radius: 8px;
}

.copyright-bar {
    font-size: 14px;
    font-weight: 400;
}

.transy:hover{
	transform: translateY(-3px);
}

@media (max-width: 780px){
	.inside-header {
		width: 100%;
		padding: 20px;
	}
	
	.bg_circle {
		width: 300px !important;
		height: 300px !important;
	}
	
	.sm_circle {
		width: 250px !important;
		height: 250px !important;
	}
	
	.db_hospitals .gallery figure a img {
		width: 290px !important;
		height: 220px;
		object-fit: cover;
	}
}

/** Body **/

/* Hero */

.top_left_bg {
	width: 18rem;
    height: 18rem;
    top: 1rem;
    left: 1rem;
    filter: blur(64px);
    background-color: #1e6bb80d;
}

.btm_rgt_bg {
	width: 24rem;
    height: 24rem;
    right: 1rem;
    bottom: 1rem;
    filter: blur(64px);
    background-color: #33a36f0d;
}

.animate-pulse-gentle{
	animation: 2s ease-in-out 0s infinite normal none running pulse-gentle;
}

@keyframes pulse-gentle{
	0%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

.the_blue span{
	color: #1e6bb8;
}

.hro_frm label {
    color: #18232F;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.hro_frm label span input {
    color: #18232f;
    width: 100% !important;
	font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border: 1px solid #e0e6eb;
    background: #f8fafc;
    border-radius: 8px;
    margin: 6px 0 10px 0;
}

.hro_frm label textarea {
	height: 100px;
    color: #18232f;
    width: 100% !important;
	font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    border: 1px solid #e0e6eb;
    background: #f8fafc;
    border-radius: 8px;
    margin: 6px 0 10px 0;
}

.hro_frm input[type="submit"] {
	transition: transform .2s ease;
    width: 100%;
    background: #33a36f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 12px 32px;
    border-radius: 10px;
}

.hro_frm input[type="submit"]:hover {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),
            0 4px 6px -4px rgba(0,0,0,.1);
    transform: translateY(-2px);
}

.hro_frm form{
    position: relative;
}

.hro_frm form::after {
    content: "🔒 Your information is secure and confidential.";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
}

/* Testimonials */

.testimonial-slider .testimonial-card {
    padding: 32px;
    margin: 10px;
    background: #fff;
    border-radius: 8px;
}

.testimonial-stars{
	color:#ffb400;
	margin-bottom:10px;
}

.testimonial-author{
	margin-top:15px;
	font-size:14px;
	color:#555;
}

.testimonial-wrapper{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}

.testimonial-card{
	background:#fff;
	padding:32px;
	border: 1px solid #e0e6eb;
	border-radius:12px;
}

.testimonial-stars{
	color:#2f9e6f;
	margin-bottom:15px;
	font-size:18px;
}

.testimonial-content p{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #18232F;
	font-size: 16px;
	font-style:italic;
	line-height:1.5;
	margin-bottom:24px;
}

.testimonial-author strong{
	font-family: 'Inter', sans-serif;
	color: #18232F;
	font-size: 14px;
	display:block;
	font-weight:600;
}

.testimonial-city{
	font-family: 'Inter', sans-serif;
	color:#707e8f;
	font-size:12px;
	font-weight: 300;
}

/* CTA */

.brd_ttl span{
	color: #1e6bb8;
    display: inline-block;	
}

.brd_ttl span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    background: #33a36f33;
    pointer-events: none;
    border-radius: 12px;
}

.the_crcl_sect{
	position: absolute;
	z-index: 99;
}

.bg_circle {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 600px;
    height: 600px;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #e0e6eb66;
    border-radius: 100%;
}

.sm_circle {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 400px;
    height: 400px;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #e0e6eb66;
    border-radius: 100%;
}

/* Gallery */

.db_hospitals .gallery figure a img {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.db_hospitals .gallery figure figcaption {
    color: #707E8F99;
    background-color: #F3F5F780;
    font-size: 14px;
    line-height: 1.25em;
    transition-duration: 0.5s;
    border: 1px solid #E0E6EB;
    padding: 10px;
}

.trtmnt_pkgs img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}