.guru_sir_page {
	display: flex;
	gap: 27px;
	/* padding: 23px 0px; */
}

/* .guru_img {
	width: 100%;

	padding-top: 6px;
} */

.guru_img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 7px;
}

/* CEO Message */
.ceo_msg {
	background: linear-gradient(
		180deg,
		rgba(230, 242, 245, 0),
		#e6f2f5 33%,
		#d9f0e9
	);
	padding: 35px 0px 0px 0px;
	margin-bottom: 30px;
}

.signature_img {
	margin-top: 29px;
	border: 2px dotted #0b3b2e;
	width: 80px;
	height: 80px;
	display: flex;
	gap: 35px;
	align-items: center;
	justify-content: space-around;
	align-items: center;
	border-radius: 50px;
}

.guru_sig_img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	margin-left: 10px;
}

.qualification {
	margin-left: 102px;
	margin-top: -14px;
}

/* Why Choose Us */
.why_chose_row {
	background: #e9f4f3;
	border-radius: 20px;
	padding: 10px;
	margin: 0;
}

/* Health Check Packages */
.pack_img {
	border-radius: 5px 5px 0px 0px;
	width: 100%;
}
.pack_img_clinc {
	border-radius: 0px 0px 5px 5px;
}

.healcheckup_content {
	padding: 10px;
}
.healcheckup_content_clinc {
	padding: 10px;
	text-align: center;
}
.healcheckup_content_clinc p {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.healcheckup_content p {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.healcheckup_content b {
	font-size: 15px;
	
}

.hospitals_card_packages {
	background: #f3f4f6;
	/* box-shadow: 2px 2px 4px 2px silver; */
	border: 0px;
	cursor: pointer;
}

.hospitals_card_packages:hover {
	background: #f3f2ec;
}

.hospitals_card_packages .health_check_img::after {
	content: "";
	position: absolute;
	top: 160px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: linear-gradient(to top, #f3f4f6, transparent);
}

.hospitals_card_packages .blog_img_container::after {
	content: "";
	position: absolute;
	top: 138px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: linear-gradient(to top, #1a2946, transparent);
}

@media screen and (max-width: 768px) {
	.specility_inner_data {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.guru_img {
		width: 100%;
		height: 350px;
		object-fit: cover;
		border-radius: 7px;
	}
	.blogs_description{
		padding: 0px 20px;
	}
	.all_the_data_grids{
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 16px;
   }
    .cookie-consent {
    position: fixed;
    bottom: 10px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 95%;
    max-width: 320px;
    background: rgb(215 231 227);
    border: 1px solid #a7c6bc;


    }
}

.owl-nav button {
	display: none;
}

.pack_img_blog {
	width: 100%;
	height: 176px;
	object-fit: cover;
}

/* clinic section */
.clinic_section {
	background-image: url(https://continentalhospitals.com/assets/hospitals/img/stories-bg_new.webp);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	/* width: 100%; */
	padding: 45px 0px;
}

.clincs_cards {
	background: #fff;
	/* box-shadow: 2px 2px 4px 2px silver; */
	border: 0px;
	margin-bottom: 15px;
}

/* internatinal section css code */
.internatinal_section {
	background-image: url(http://localhost/continentalhospitals/assets/hospitals/img/1750920060_home_image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	/* width: 100%; */
	padding: 80px 0px;
	color: #fff;
}

/* reviews  css code*/
/* new css code start here testmonial code */

.testimonials-header {
	margin-bottom: 30px;
}

.testimonials-header h2::before,
.testimonials-header h2::after {
	content: "";
	height: 1px;
	width: 50px;
	background-color: #2f8a72;
}
/* 
.testimonials-header p {
	font-size: 13px;
	margin-top: 10px;
	color: #666;
} */

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

.testimonial-card {
	background-color: #e9f4f3;
	padding: 20px;
	border-radius: 12px;
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.testimonial-card:nth-child(2n) {
	background-color: #d7e7e3;
	border: 1px solid #a7c6bc;
}

.testimonial-card:hover {
	transform: translateY(-4px);
}

.quote-icon {
	position: absolute;
	top: 5px;
	left: 16px;
	background: #e9f4f3;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2f8a72;
	font-size: 16px;
}

.testimonial-text {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 16px;
    height: 115px;
    padding: 20px 0px;
}

.testimonial-footer {
	display: flex;
	align-items: center;
	gap: 10px;
}

.testimonial-footer img {
	width: 40px !important;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}

.testimonial-footer p {
	margin: 0;
	font-size: 14px;
}

.testimonial-footer span {
	display: block;
	font-size: 16px;
	color: #8ea3b7;
}

@media (max-width: 768px) {
	.testimonials-header h2 {
		font-size: 20px;
	}

	.testimonial-text {
		font-size: 12px;
	}
}

.stars {
	display: flex;

	color: #ccc;
	/* default gray */
}

.stars .filled {
	color: #fbbd01;
	font-size: 16px;
}

.owl-stage-outer .testmonial_carsoel {
	padding: 10px 0px;
}

/* Custom Webkit Scrollbar (Chrome, Edge, Safari) */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* Track color */
}

::-webkit-scrollbar-thumb {
	background-color: #1c8b85;
	/* Scroll thumb color */
	border-radius: 10px;
	border: 2px solid #f1f1f1;
	/* Adds padding effect */
}

::-webkit-scrollbar-thumb:hover {
	background-color: #15716d;
	/* Darker shade on hover */
}

/* .contiental_img::before,
.contiental_img::after {
	content: "";
	position: absolute;
	width: 33%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 0;
	background: linear-gradient(
				to bottom right,
				rgb(24 72 70 / 60%),
				transparent 60%
			)
			top left,
		linear-gradient(to bottom left, rgb(12 20 20 / 60%), transparent 60%) top
			right,
		linear-gradient(to top right, rgb(16 70 67 / 60%), transparent 60%) bottom
			left,
		linear-gradient(to top left, rgb(21 70 68 / 60%), transparent 60%) bottom
			right;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	transition: all 0.4s ease-out;
} */

/* youtube videos css code */

/* ================= youtube all sections main code css start here ==================== */

#spidochetube_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;

	margin: 0;
}

#spidochetube_list li {
	width: calc(25% - 20px);
	position: relative;
	overflow: hidden;
}

#spidochetube_list img {
	width: 100%;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

#spidochetube_list img:hover {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	#spidochetube_list li {
		width: calc(50% - 10px);
	}
}

.video_paly_button {
	position: absolute;
	top: 45%;
	left: 45%;
}

.video_paly_button i {
	font-size: 40px;
	color: #ff0033;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
}

/* ---------- SHORTS STYLING ---------- */
.shorts-wrapper {
	display: flex;
	gap: 15px;
	overflow-x: auto;
	scroll-behavior: smooth;
	white-space: nowrap;
	padding: 20px 0;
}

.short-video {
	flex: 0 0 200px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	scroll-snap-align: start;
	aspect-ratio: 9/16;
	cursor: pointer;
}

.short-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.short-video img:hover {
	transform: scale(1.05);
}

.short-video .video_paly_button {
	position: absolute;
	top: 45%;
	left: 45%;
}

.shorts-wrapper::-webkit-scrollbar {
	height: 6px;
}

.shorts-wrapper::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
}

.shorts-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 13px;
}

@media (max-width: 576px) {
	.short-video {
		flex: 0 0 150px;
	}
}

.clearfix li a {
	text-decoration: none;
}

.footer_links {
	text-decoration: none;
}

.view_more {
	padding: 7px 25px;
	border: 0px;
	background: #003a53;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
}
.new_events_conti {
	/*padding: 17px;*/
	border: 0px;
	background: #fff;
	cursor: pointer;
}
.read_more_new {
	display: flex;
	margin-top: 23px;
	justify-content: space-between;
	/* border-bottom: 1px solid rgb(2 92 88); */
}
.location_box {
	display: flex;
	padding: 20px;
	margin-bottom: 5px;
}
.icon_box {
	font-size: 34px;
	color: #025c58;
}
.sub_menu b {
	color: #025c58;
}
.location_wise_card {
	background-image: url(https://satvicmovement.org/images/home/hero-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	border: 0px;
}
.horiznetal_line_location {
	width: 90%;
	margin: auto !important;
}
.sub_menu_card_data {
	margin: 0px 30px 47px 27px;
	padding: 15px;
	background: #b7d5cd;
	border: 0px;
}

/* all the common buttons css code start here */

/* normals buttons for websites */

.button-box {
	position: relative;
	width: 12rem;
	height: 5rem;
	display: flex;
	margin: auto;
}

/* BUTTON STYLES */
.button-box .button {
	width: 3rem;
	height: 3rem;
	position: absolute;
	left: 50%;
	top: 35%;
	cursor: pointer;
	border: 3px solid #025c58;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	opacity: 0.85;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
	z-index: 70;
	/* ensure buttons are ABOVE the .touch layers */
}

.button-box .button a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 80;
}

.button-box .button .icon {
	width: 24px;
	height: 24px;
	opacity: 0.7;
	transition: 0.25s;
}

/* Button background and base rotation */
.button-box .button:nth-child(4) {
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: 30;
	background: #b7d5cd;
	color: #025c58;
}

.button-box .button:nth-child(5) {
	transform: translate(-50%, -50%) rotate(-115deg);
	z-index: 40;
	background: #b7d5cd;
	color: #025c58;
}

.button-box .button:nth-child(6) {
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 50;
	background: #b7d5cd;
	color: #025c58;
}

.button-box .button:nth-child(6) .icon {
	animation: active 2.2s linear infinite;
}

/* Touch areas for hover animation only */
.button-box .touch {
	position: relative;
	z-index: 10;
	height: 100%;
	flex: 1;
	cursor: pointer;
	pointer-events: none;
	/* 🧠 this line FIXES the click issue */
}

/* Hover animation (still works) */
.button-box:hover .button:nth-child(4) {
	transform: translate(-170%, -50%) rotate(-90deg);
}

.button-box:hover .button:nth-child(5) {
	transform: translate(70%, -50%) rotate(90deg);
}

.button-box:hover .button:nth-child(6) {
	transform: translate(-50%, -50%) rotate(0deg);
}

.button-box:hover .button:nth-child(6) .icon {
	animation: active 4s linear infinite;
}

/* Icon animation */
@keyframes active {
	to {
		transform: rotate(360deg);
	}
}

/* know more button css code */
.cta {
	position: relative;
	margin: auto;
	padding: 12px 18px;
	transition: all 0.2s ease;
	border: none;
	background: none;
	cursor: pointer;
}

.cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 50px;
	background: #b7d5cd;
	width: 45px;
	height: 45px;
	transition: all 0.3s ease;
}

.cta span {
	position: relative;
	font-weight: 600;
	font-size: 18px;

	letter-spacing: 0.05em;
	color: #025c58;
}

.cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #b7d5cd;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}

.cta:hover:before {
	width: 100%;
	background: #b7d5cd;
}

.cta:hover svg {
	transform: translateX(0);
}

.cta:active {
	transform: scale(0.95);
}

/* share buttons social meida css code start here */

.btn {
	--btn-color: #1c8b85;
	position: relative;
	padding: 10px 32px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: white;
	background: none;
	border: none;
	outline: none;
	overflow: hidden;
	cursor: pointer;
	filter: drop-shadow(0 2px 8px rgba(39, 94, 254, 0.32));
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	margin-top: 10px;
}

.btn::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: var(--btn-color);
	border-radius: 24px;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn span,
.btn span span {
	display: inline-flex;
	vertical-align: middle;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn span {
	transition-delay: 0.05s;
}

.btn span:first-child {
	padding-right: 7px;
}

.btn span span {
	margin-left: 8px;
	transition-delay: 0.1s;
}

.btn ul {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	transform: translateY(-50%);
}

.btn ul li {
	flex: 1;
}

.btn ul li a {
	display: inline-flex;
	vertical-align: middle;
	transform: translateY(55px);
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	color: #fff;
}

.btn ul li a:hover {
	opacity: 0.5;
	color: #fff;
}

.btn:hover::before {
	transform: scale(1.2);
}

.btn:hover span,
.btn:hover span span {
	transform: translateY(-55px);
}

.btn:hover ul li a {
	transform: translateY(0);
}

.btn:hover ul li:nth-child(1) a {
	transition-delay: 0.15s;
}

.btn:hover ul li:nth-child(2) a {
	transition-delay: 0.2s;
}

.btn:hover ul li:nth-child(3) a {
	transition-delay: 0.25s;
}

/* share buttons social meida css code end here */

/* all the common buttons css code end here */
/* new blog css codes start here */
.blogs_continer {
	border: 0;
	background: #b7d5cd;
	padding: 24px 20px;
	cursor: pointer;
	margin-bottom: 10px;
}
.blog_img {
	width: 100%;
	border-radius: 20px;
}

.schedule-one__img {
	position: relative;

	overflow: hidden;
	z-index: 1;
}

.schedule-one__single:hover .schedule-one__img::after {
	height: 100%;
	opacity: 0;
	transition: all 0.6s linear;
}

.schedule-one__img::after {
	background: hsla(0, 0%, 100%, 0.5);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 9;
}
.blogs_description p{
    font-size: 0.875rem;
    line-height: 1.25rem;

  }
/* new blog css codes end here */

/* what new at continetal hospitals new css start code */

/* 4 side soft vignette black gradient */
.contiental_img::before {
	content: "";
	position: absolute;
	inset: 0;
	/* background: radial-gradient(circle, transparent 45%, rgba(0, 0, 0, 0.8) 100%); */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
	pointer-events: none;
	height: 65px;
	/* bottom: 0; */
	top: 78%;
}

/* bottom gradient text layer */
.news-hover-text {
	position: absolute;
	left: 0;
	bottom: -60%;
	width: 100%;
	padding: 14px;
	font-size: 14px;
	font-weight: 500;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
	color: #fff;
	transition: all 0.35s ease;
	cursor: pointer;
}

/* hover effect */
.news-card:hover img {
	transform: scale(1.07);
}

.news-card:hover .news-hover-text {
	bottom: 0px;
}
.contiental_img {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}

.contiental_img img {
	width: 100%;
	display: block;
	transition: transform 0.4s ease;
}



/* what new at continetal hospitals new css end code */

/* model pop up code css code for home page */
   
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 9999;
}

.overlay.show {
	opacity: 1;
	pointer-events: auto;
}

.popup {
	background: #fff;
	border-radius: 8px;
	max-width: 800px;
	width: 90%;
	padding: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	position: relative;
	/* display: flex;
	flex-direction: row; */
    border-top: 6px solid #f3ae679c;
    border-bottom: 6px solid #f3ae679c;
}

.popup img {
	width: 100%;
	border-radius: 5px;
}

.popup-content {
	flex: 1;
}

.popup h2 {
	margin-top: 0;
}

.popup form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.popup input,
.popup textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.popup button {
	padding: 7px 20px;
	border: 0px;
	background: #b7d5cd;
	color: #025c58;
	border-radius: 5px;
	cursor: pointer;
}

.popup button:hover {
	background: #025c58;
	color: #b7d5cd;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
}
.add_on_btns {
	display: flex;
	font-size: 12px;
	margin-top: 15px;
	gap: 6px;
}

/* model pop up code css code for home page */

/* ========= Our Specialized Care Centers ================= */
  .services-section {
      padding: 80px 0;
      text-align: center;
    }

    .services-section h2 {
      font-weight: 600;
      font-size: 2.5rem;
      margin-bottom: 50px;
      color: #222;
    }

    .service-card {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      cursor: pointer;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .service-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
      border-radius: 20px;
    }

    .service-card:hover img {
      transform: scale(1.1);
      filter: brightness(70%);
    }
    .overlay_special {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.65);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding: 20px;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s ease;
      border-radius: 20px;
    }

    .service-card:hover .overlay_special {
      opacity: 1;
      transform: translateY(0);
    }

    .overlay_special h4 {
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 10px;
	  color: #fff;
    }

    .overlay_special p {
      font-size: 0.95rem;
      max-width: 80%;
      line-height: 1.5;
	  color: #fff;
    }

    /* Layout Styling */
    /* .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      padding: 0 20px;
    } */

    /* Subtle entrance animation */
    
	.gap_con{
		display: flex;
		gap: 30px;
	}

    .service-card {
      animation: fadeInUp 0.8s ease forwards;
      opacity: 0;
    }

    @keyframes fadeInUp {
      from {
        transform: translateY(30px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
    
    /* our cenetr of equipemnt new css */
    .gallery-img-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
    height: 350px;
    margin: auto;
   }
   .gallery-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
.caption-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-size: 0.95rem;

    z-index: 2;
    font-style: italic;
}
.gallery-img-container::before {
content: "";
    position: absolute;
    inset: 0;
    /* background: radial-gradient(circle, transparent 45%, rgba(0, 0, 0, 0.8) 100%); */
    background: linear-gradient(to top, rgb(2 92 88), transparent);
    pointer-events: none;
    height: 65px;
    /* bottom: 0; */
    top: 82%;
}
.all_the_data_grids{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.fa-quote-left{
    margin-left: 8px;
}
    /* our cenetr of equipemnt new css */
    
         .cookie-consent {
    position: fixed;
    bottom: 10px;
    left: 12%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 320px;
    background: rgb(215 231 227);
    border: 1px solid #a7c6bc;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    border-radius: 14px;
    padding: 13px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;

}

.cookie-consent.show {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.cookie-buttons button {
    padding: 4px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.btn-accept {
    background: #0c8b80;
    color: #fff;
}

.btn-decline {
    background: #ddd;
    color: #333;
}



