#root {overflow-x: hidden;}
#goog-gt-vt, #goog-gt-tt, .VIpgJd-yAWNEb-VIpgJd-fmcms-sn54Q, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf, .VIpgJd-ZVi9od-aZ2wEe-OiiCO {display: none !important;}
.min-h-screen {min-height: 100%;}

/* Hide the Google Translate loading spinner */
/* .goog-te-spinner-pos,
.goog-te-spinner-animation {
    display: none !important;
} */

/* Optional: Hide the Google Translate toolbar if needed */
/* #goog-gt-tt,
.goog-te-balloon-frame,
.goog-te-menu-frame {
    display: none !important;
} */


/**************************************************
    Main Banner Section Begin
**************************************************/
.main-banner {position: relative;}

.header-logo a {
	position: absolute;
	top: 82px;
	z-index: 9999;
	display: block;
}

.main-banner .banner-video {
	position: relative;
	line-height: 0;
	background-color: #00245a;
}

.main-banner .banner-video::after {
	content: "";
	background-color: rgba(1, 48, 117, 0.35);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.main-banner .banner-video video {
    width: 100%;
	height: auto;
}

.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	width: 100%;
	height: 100%;
	text-align: center;
}

.banner-common-hd {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 0 8%;
}

.banner-common-hd h1 {
	color: #fff;
	font-size: 40px;
	margin: 0;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
}

.banner-common-hd h1::after {
	content: '';
	background-color: #fff;
	width: 70px;
	height: 4px;
	position: absolute;
	bottom: 13px;
	right: -80px;
	z-index: 9;
}

.banner-content .banner-heading {
	position: absolute;
	top: calc(50% + 75px);
	transform: translateY(-50%);
	z-index: 9;
	width: 100%;
}

.banner-content .banner-heading h2 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
	color: #fff;
	margin-bottom: 15px !important;
	margin: 0;
}

.banner-content .banner-heading p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2rem;
	color: #fff;
	margin: 0;
}

.consultationForm-area {padding: 25px 12px;}
.banner-content .banner-heading .consultationBtn {margin-top: 2rem;}

.banner-content .banner-heading .consultationBtn a {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: #fff;
    background-image: linear-gradient(to left, #00a3dd, #1eb53a);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    transition: all 0.3s;
}
.banner-content .banner-heading .consultationBtn a:hover {transform: scale(1.1);}

/**************************************************
    Speciality Section Begin
**************************************************/
.speciality-details {
    position: fixed;
    top: 0;
    left: -20px;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: 0;
    transition: all 0.3s;
}

.speciality-details.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    z-index: 99999;
}

.speciality-details .speciality-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.speciality-info {
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
    max-height: 90%;
    overflow-y: auto;
    z-index: 9;
    padding: 2rem;
    padding-top: 2.5rem;
    position: relative;
}

.speciality-info::before {
    content: "";
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to right, #1eb53a, #fcd116, #00a3dd);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.speciality-info::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
}

.speciality-info::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 10px;
}
.speciality-info::-webkit-scrollbar-thumb:hover {background: #ccc;}

.closeSpeciality {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}

.closeSpeciality svg {
    fill: #6b7280;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.closeSpeciality svg:hover {fill: #4f46e5;}

.speciality-info h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2rem;
    color: #3730a3;
    margin-bottom: 1.5rem;
    padding-left: 24px;
    position: relative;
}

.speciality-info h2::before {
    content: "";
    width: 8px;
    height: 100%;
    border-radius: 10px;
    background-color: #1eb53a;
    position: absolute;
    top: 0;
    left: 0;
}

.speciality-info h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: #3730a3;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.speciality-info p {
    font-size: 1.05rem;
    line-height: 1.7777778;
    color: #374151;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.speciality-info ul {
    list-style: disc;
    padding-left: 22px;
}

.speciality-info ul li {
    font-size: 1.05rem;
    line-height: 1.7777778;
    color: #374151;
    margin: 0.5rem 0;
}
.speciality-info ul li::marker {color: #d1d5db;}

.help-bg {
    border-radius: 8px;
    background-color: #eef2ff;
    padding: 1rem;
    margin: 30px 0;
}

.speciality-info .backBtn {
    display: inline-flex;
    align-items: center;
    color: #4f46e5;
    cursor: pointer;
    transition: all 0.3s;
}
.speciality-info .backBtn:hover {color: #3730a3;}

.request-consultation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background-image: linear-gradient(to right, #e0e7ff, #f3e8ff);
    padding: 1.25rem;
    margin-top: 50px;
    margin-bottom: 25px;
    position: relative;
}

.request-consultation::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e7eb;
    position: absolute;
    top: -25px;
    left: 0;
}
.request-consultation h4 {margin: 0;}

.request-consultation p {
    font-size: 1rem;
    color: #4338ca;
    margin: 0;
}

.request-consultation .consultation-btn a {
    display: inline-block;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #4f46e5;
    padding: 0.9rem 1.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s;
}
.request-consultation .consultation-btn a:hover {background-color: #4338ca;}

/**************************************************
    Government Partners Section Begin
**************************************************/
.government-partners {
    position: relative;
    z-index: 9;
}

.country-flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.country-flag::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.country-flag svg {
    width: 100%;
    height: 100%;
}
.government-partner-info {padding: 5rem 1rem;}

.partners-head {
    text-align: center;
    margin-bottom: 60px;
}

.partners-head-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 30px;
    display: none;
}

.single-partner-icon .partner-icon-bg {
    width: 44px;
    height: 28px;
    background-color: #1eb53a;
    outline: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
}

.single-partner-icon .partner-icon-bg::before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 15px;
    left: -30px;
    transform: rotate(-45deg);
}

.single-partner-icon .partner-icon-bg::after {
    content: "";
    width: 70px;
    height: 40px;
    background-color: #00a3dd;
    position: absolute;
    left: -22px;
    bottom: -45px;
    transform: rotate(-45deg);
}

.single-partner-icon.devider-line1, .single-partner-icon.devider-line2 {
    width: 1px;
    height: 32px;
    background-image: linear-gradient(to top, #00a3dd, #fcd116);
}
.single-partner-icon.devider-line2 {background-image: linear-gradient(to top, #1eb53a, #00a3dd);}

.partners-head h2 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 1.5rem;
}

.partners-head h5 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    color: #fcd116;
    margin-bottom: 1rem;
}

.partners-head p {
    max-width: 56rem;
    font-size: 1.125rem;
    line-height: 1.625;
    color: #fff;
    margin: 0 auto;
}

.partners-award-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-image: linear-gradient(to right, rgba(30, 181, 58, 0.2), rgba(0, 163, 221, 0.2));
    backdrop-filter: blur(12px);
    border: 1px solid rgba(252, 209, 22, 0.3);
    border-radius: 9999px;
    padding: 0.75rem 1.5rem;
    margin-top: 2rem;
}
.partners-award-btn span {color: #fff;}

.partners-award-btn .bullet-point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1eb53a;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {opacity: 1;}
    50% {opacity: 0.5;}
    100% {opacity: 1;}
}

.partners-videos {
    display: flex;
    gap: 24px;
    margin-bottom: 4rem;
}

.single-partner-video {
    width: calc(25% - 18px);
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    transition-delay: 0.6s;
    position: relative;
}

.single-partner-video:hover {
    border-color: rgba(252 209 22 / 0.5);
    transform: scale(1.05);
}

.single-partner-video::before {
    content: "";
    width: 100%;
    height: calc(100% - 0.5rem);
    border: 2px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    border-radius: 0.75rem;
    transition: all 0.3s;
}
.single-partner-video:hover::before {border-color: #fcd116;}

.single-partner-video .video-thumbnail {
    width: 100%;
    height: 260px;
    position: relative;
}

.single-partner-video .video-thumbnail::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.single-partner-video:hover .video-thumbnail::before {background-color: rgba(0, 0, 0, 0.2);}

.single-partner-video .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-partner-video .video-thumbnail .video-ticker {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #1eb53a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    border-radius: 9999px;
    padding: 0.2rem 0.75rem;
    display: none;
}
.single-partner-video:nth-child(3) .video-thumbnail .video-ticker {background-color: #00a3dd;}

.single-partner-video .video-thumbnail .video-icon {
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: rgba(252, 209, 22, 0.9);
    border-radius: 9999px;
    transition: all 0.3s;
}

.single-partner-video:hover .video-thumbnail .video-icon {transform: scale(1.1);}

.single-partner-video .video-thumbnail .video-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #000;
}
.partner-video-caption {padding: 1rem;}

.partner-video-info h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0.25rem;
}

.partner-video-info h6 {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #fcd116;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.5rem;
}

.partner-video-info p {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(255, 255, 255, 0.8);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.partners-way-list {
    display: flex;
    gap: 30px;
}

.single-partners-way {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-partners-way .partners-way-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to top left, #00a3dd, #1eb53a);
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    margin-bottom: 1rem;
    transition: all 0.3s;
}
.single-partners-way:hover .partners-way-icon {transform: scale(1.1);}

.single-partners-way:nth-child(2) .partners-way-icon {background-image: linear-gradient(to top left, #fcd116, #00a3dd);}
.single-partners-way:nth-child(3) .partners-way-icon {background-image: linear-gradient(to top left, #1eb53a, #fcd116);}

.single-partners-way h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: #fcd116;
    margin-bottom: 0.5rem;
}

.single-partners-way p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-align: center;
}

.healthcare-btn {
    margin-top: 4rem;
    text-align: center;
}

.healthcare-btn a {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: #fff;
    background-image: linear-gradient(to left, #00a3dd, #1eb53a);
    border: 1px solid rgba(252, 209, 22, 0.3);
    border-radius: 0.75rem;
    padding: 1rem 2rem;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.healthcare-btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #00a3dd, #1eb53a);
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    border-radius: 0.75rem;
    transition: all 0.3s;
}
.healthcare-btn a:hover::before {left: 0;}

.healthcare-btn .gateway-icon {
    display: block;
    width: 44px;
    height: 28px;
    background-color: #1eb53a;
    outline: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    position: relative;
}

.healthcare-btn .gateway-icon::before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 15px;
    left: -30px;
    transform: rotate(-45deg);
}

.healthcare-btn .gateway-icon::after {
    content: "";
    width: 70px;
    height: 40px;
    background-color: #00a3dd;
    position: absolute;
    left: -22px;
    bottom: -45px;
    transform: rotate(-45deg);
}

.mfp-iframe-holder .mfp-content {position: relative;}
.mfp-iframe-scaler iframe {border-radius: 8px;}

.mfp-iframe-holder .mfp-content .partner-video-info {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 0.5rem;
    padding: 1rem;
}

/************************************************************************
  Skill Development Section Start
************************************************************************/
.skill-development {
    background-image: linear-gradient(to top, #581c87, #312e81);
    padding: 5rem 1rem;
}

.application {
    background-image: linear-gradient(to left, #9333ea, #2563eb);
    padding: 3rem 1rem;
}
.development-application {padding: 3rem 1rem;}

.development-application img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.skill-development-info {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.skill-development-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    display: none;
}

.application svg {color: #facc15 !important;}
.skill-development-head svg:first-child {color: #facc15;}
.skill-development-head svg:last-child {color: #4ade80;}

.skill-development h2 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: linear-gradient(to right, #facc15, #fff, #60a5fa);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 1.5rem;
}

.application h2 {
    font-size: 2.5rem;
    background: linear-gradient(to right, #fff, #fff, #fff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 1rem;
}

.skill-development p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #e5e7eb;
    margin-bottom: 2rem;
}

.application p {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.applyBtn a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #000;
    background-color: #eab308;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    border-radius: 0.25rem;
    padding: 0.5rem 2rem;
    transition: all 0.3s;
}
.applyBtn a:hover {background-color: #ca8a04;}

/************************************************************************
  Development Program Section Start
************************************************************************/
.development-program {
    background-color: #f9fafb;
    padding: 5rem 1rem;
}

.development-program-head {
    text-align: center;
    margin-bottom: 4rem;
}

.development-program-head h3 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    color: #111827;
    margin-bottom: 1.5rem;
}

.development-program-head p {
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: #4b5563;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.development-program-list {
    display: flex;
    gap: 32px;
}

.single-development-program {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: calc(25% - 24px);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    background-color: #fff;
    border: 1px solid #e3e3e8;
    border-radius: 0.5rem;
    padding: 1.5rem;
    transition: all 0.3s;
}
.single-development-program:hover {box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}

.single-development-program h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    letter-spacing: -0.025em;
    color: #173b82;
}

.single-development-program p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
    text-align: center;
}

/************************************************************************
  Medical Career Section Start
************************************************************************/
.medical-career {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 6rem 1rem;
    margin-top: 8rem;
    margin-bottom: 6rem;
    text-align: center;
}

.medical-career-icon {
    display: inline-block;
    backdrop-filter: blur(16px);
    background-image: linear-gradient(to left, #9333ea, #2563eb);
    box-shadow: 0 0 15px 0 rgba(96, 147, 255, 0.507);
    border-radius: 50%;
    padding: 1rem;
    margin-bottom: 2rem;
}

.medical-career h2 {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(to right, #1d4ed8, #9333ea, #1e40af);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 2rem;
}

.medical-career h6 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: #374151;
}

.medical-career h6 span {font-weight: 700;}
.medical-career h6 span:first-of-type {color: #2563eb;}
.medical-career h6 span:last-of-type {color: #9333ea;}

.medical-career > p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
    margin-top: 1.5rem;
}

.medical-career-block {
    display: flex;
    gap: 24px;
}

.single-medical-block {
    width: calc(33.33% - 16px);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border: 1px solid rgb(255, 255, 255, 0.3);
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: all 0.3s;
}
.single-medical-block:hover {box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);}

.single-medical-block h4 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 0.5rem;
}

.single-medical-block:first-child h4 {color: #2563eb;}
.single-medical-block:nth-child(2) h4 {color: #9333ea;}
.single-medical-block:last-child h4 {color: #16a34a;}

.single-medical-block p {
    font-weight: 500;
    color: #374151;
}

.applicationBtn {
    display: flex;
    justify-content: center;
}

.applicationBtn a {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    color: #000;
    background-image: linear-gradient(to left, #ca8a04, #eab308);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.75rem;
    border-radius: 0.75rem;
    padding: 0.7rem 3rem;
    transition: all 0.3s;
}

.applicationBtn a:hover {
    box-shadow:  0 25px 50px -12px rgb(234 179 8 / 0.25);
    background-image: linear-gradient(to left, #a16207, #ca8a04);
    transform: scale(1.05);
}

.applicationBtn a svg {
    width: 16px;
    height: 16px;
}
.applicationBtn a svg:last-of-type {margin-left: 10px;}

/**************************************************
    Patient Success Stories Section Begin
**************************************************/
.patient-stories .slide-card {width: 100%;}

.patient-stories .owl-carousel .owl-stage {
    padding-top: 15px;
    padding-bottom: 15px;
}

.patient-stories .owl-carousel .owl-nav button.owl-next,
.patient-stories .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    z-index: 9999;
    background: rgb(255 255 255 / 0.9);
    border-radius: 50%;
    padding: 0.75rem !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition: all 0.4s;
}

.patient-stories .owl-carousel .owl-nav button.owl-next:hover,
.patient-stories .owl-carousel .owl-nav button.owl-prev:hover {
    transform: scale(1.1);
    background: rgb(255 255 255);
}

.patient-stories .owl-carousel .owl-nav button.owl-prev {left: -25px !important;}
.patient-stories .owl-carousel .owl-nav button.owl-next {right: -25px !important;}

.px-12 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

/************************************************************************
  Form Section Start
************************************************************************/
.addmoreclose {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

#addMore, #removeMore {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    color: #374151;
    display: inline-flex;
    float: right;
    text-align: right;
    cursor: pointer;
    user-select: none;
    margin-top: 8px;
}
#addMore:hover {color: #225dbd;}

#removeMore {
    display: none;
    color: #f00;
}

#attachments input {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 20px;
}

.attachmentClose {
    border-radius: 0.25rem;
    transition: all 0.3s;
    padding: 0.5rem;
    cursor: pointer;
}
.attachmentClose:hover {background-color: #fee2e2;}

.error {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #ef4444;
    margin-top: 2px;
}

/************************************************************************
  WhatsApp Section Start
************************************************************************/
.whatsapp-chat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  background: rgb(37, 211, 102);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  transition: all 0.3s linear;
}

.whatsapp-chat:hover {
  background-color: #fff;
  border-color: rgb(37, 211, 102);
}

.whatsapp-chat svg {
  display: flex;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  fill: #fff;
}

.whatsapp-chat:hover svg {
  fill: rgb(37, 211, 102);
  transition: all 0.3s linear;
}