/*!
 * 	Theme Variables
 * ----------------------------------------------- */

:root {
    --body-font-family: "Poppins", sans-serif;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --body-font-color: rgb(41, 41, 41);
    --body-line-height: 1.45;
    --heading-font-family: " Poppins", sans-serif;
    --heading-font-color: #000;
    --heading-font-weight: 600;
    --link-font-color: #222426;
    --link-hover-font-color: #ffb424;
    --white-color: #fff;
    --blue-color: #0326fc;
    --blue-strong: #213cf0;
    --primary-color: #31465e;
    --secondary-color: #ae2b28;
}

/*!
 *	Common
 * ----------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

body {
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-font-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: #fff;
    text-align: left;
}

img {
    max-width: 100%;
}

a {
    color: var(--link-font-color);
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    color: var(--link-hover-font-color);
}

p {
    margin-top: 0;
    margin-bottom: 24px;
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 24px;
}

ul {
    list-style: none;
    padding-left: 15px;
}

ol,
ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 24px;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 16px;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 4px 8px;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

blockquote {
    font-size: 28px;
    font-weight: 600;
    color: #000103;
    padding-left: 32px;
    border-left: 6px solid #ffb424;
    margin-top: 64px;
    margin-bottom: 64px;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.25;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 45px;
}

h3,
.h3 {
    font-size: 35px;
}

h4,
.h4 {
    font-size: 32px;
}

h5,
.h5 {
    font-size: 22px;
}

h6,
.h6 {
    font-size: 18px;
}

/* section  */

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-bg {
    background-color: transparent;
    background: url("../img/bg/background-01.jpg") no-repeat center bottom;
    background-size: cover;
}

.section__title h2 {
    font-weight: 700;
    color: var(--primary-color);
    overflow: hidden;
    letter-spacing: 0.5px;
    display: block;
    line-height: normal;
}

.section__title h2 span {
    transform: translateY(10px);
    opacity: 0;
    display: inline-block;
}

.section-bg .section__title h2 {
    color: #30455d;
}

.section-bg p {
    color: #30455d;
}

/* border-radius */

.bs-16 {
    border-radius: 16px;
}

/*!
 *	Spacing
 * ----------------------------------------------- */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mt-64 {
    margin-top: 64px !important;
}

.mt-72 {
    margin-top: 72px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #222426 !important;
}

.text-yellow {
    color: #ffb424 !important;
}

.text-center {
    text-align: center !important;
}

/*!
 *	Grid System
 * ----------------------------------------------- */

.container,
.container-fuild {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.container *,
.container-fuild * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.no-guttor {
    margin-right: 0;
    margin-left: 0;
}

.no-guttor>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.flex-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-center {
    -ms-align-items: center;
    align-items: center;
}

.align-justify {
    -ms-justify-content: space-between;
    justify-content: space-between;
}

/*!
 *	Form Styling
 * ----------------------------------------------- */

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #707070;
    height: 44px;
    padding: 8px 16px;
    background-color: #fff;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-font-color);
}

.form-control:focus {
    border-color: #1a1a1a;
    outline: none;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

/*btn css*/
.btn {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--secondary-color);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
}

.btn:hover {
    background: linear-gradient(135deg,
            var(--secondary-color),
            rgba(49, 70, 94, 0.8));
    transform: translateY(-3px);
    color: white;
}

.btn:active {
    transform: scale(0.97);
}

/* list point  */

.list-point li {
    position: relative;
    padding-left: 20px;
}

.list-point li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #ae2b28;
}

.doctor__list.list-point li {
    display: flex;
    align-items: center;
}

.doctor__list.list-point li::before {
    font-size: 18px;
}

/*!
 *	Header
 * ----------------------------------------------- */

.site-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.navbar {
    margin-left: auto;
}

.site-header {
    background: #fff;
}

.navbar-brand img {
    height: 75px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #111 !important;
    font-weight: 600;
    margin: 0 0.75rem;
    font-size: 17px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--th-red) !important;
}

.dropdown-menu {
    display: none;
    padding: 10px;
}

.dropdown-menu.show {
    display: block;
}

/* Dropdown Styling */
.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0;
}

.dropdown-item {
    font-size: 16px;
    color: #333;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
}

.navbar-toggler {
    border: none;
    font-size: 1.5rem;
    color: var(--th-red);
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* section--hero*/

.section--hero .container {
    height: 100%;
    position: relative;
}

.section--hero {
    padding-top: 0;
}



.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px 40px;
}

.hero__title {
    font-weight: 700;
    color: #ae2b28;
}

.hero__title span {
    color: #ae2b28;
}

.hero__subtitle {
    font-size: 1.2rem;
    color: #30455d;
    margin-top: 18px;
    font-weight: 500;
}

.hero__img img {
    position: absolute;
    right: 15px;
    height: 630px;
    bottom: 0px;
    border-radius: 0px 0px 12px 0px;
}

.heroSwiper {
    width: 100%;
    height: 85vh;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

.animate-element {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    /* Ease-out-cubic */
}


.swiper-slide-active .animate-element {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger Delays */
.delay-1 {
    transition-delay: 0.2s;
}

/* Badge */
.delay-2 {
    transition-delay: 0.4s;
}

/* Title */
.delay-3 {
    transition-delay: 0.6s;
}

/* Description */
.delay-4 {
    transition-delay: 0.8s;
}

/* Buttons */

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(50px);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet-active {
    background-color: #0d6efd;
    width: 30px;
    border-radius: 5px;
}

.bg_right {
    background-position: right !important;
}

.hero__svg svg {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
    pointer-events: none;

}

.hero__social {
    position: absolute;
    left: -5px;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 3;

}

.hero__social a i {
    font-size: 24px;
}


.svg-line {
    stroke-dasharray: 140;
    stroke-dashoffset: 140;
    animation: drawLine 2.5s ease forwards;
}

/* dots fade */
.svg-dot {
    opacity: 0;
    animation: dotFade 0.6s ease forwards;
}

.dot-start {
    animation-delay: 2.2s;
}

.dot-end {
    animation-delay: 2.5s;
}

/* animations */
@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dotFade {
    to {
        opacity: 1;
    }
}

.hero__footer img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}






/* section about*/

.about__text {
    margin-top: 15px;
    display: flex;
    justify-content: start;
}

.about_icon {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid black;
    background-color: white;
}

.about_icon img {
    border-radius: 50%;
}

.section--about h5 {
    color: var(--secondary-color);
}

/* section service  */

.serives__box {
    padding: 40px;
}

.service--card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow-y: hidden;
}

.service--card h5 {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.service__content {
    padding: 25px;
}

.service--card p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    background-color: var(--secondary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 45%;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

/* why choose section */

.why__intro {
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
}

.why-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all 0.3s ease;
    height: 100%;
    border-bottom: 4px solid var(--secondary-color);
}

.why-card:hover {
    transform: translateY(-6px);
    border-top-color: var(--primary-color);
    box-shadow: 0 10px 25px rgba(174, 43, 40, 0.15);
}

.why-icon {
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(49, 70, 94, 0.3);
}

.why-card h5 {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 8px;
    font-size: 20px;
}

/*counter section*/
.counter__box {
    padding: 40px;
}

.counter__card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 15px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.counter__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(174, 43, 40, 0.15);
}

.counter__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    box-shadow: 0 6px 16px rgba(49, 70, 94, 0.25);
}

.counter {
    color: var(--secondary-color);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter__card p {
    color: #555;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

@media (max-width: 768px) {
    .counter__card {
        padding: 20px;
    }

    .counter {
        font-size: 1.8rem;
    }
}

/*section-doctor*/

.section--doctor {
    position: relative;
    overflow: hidden;
}

.doctor__img {
    position: relative;
}

.doctor--img img {
    width: 100%;
    max-width: 400px;
    z-index: 2;
    position: relative;
    filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.15));
}

.doctor__card:hover {
    transform: translateY(25px);
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.18);
}

.doctor__card h4 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: var(--secondary-color);
}

.doctor__card p {
    margin: 0;
    font-size: 18px;
    color: var(--secondary-color);
    margin-top: 5px;
}

.social__icon {
    display: flex;
    transform: translateY(-50%);
    gap: 18px;
    z-index: 3;
}

.social__icon a img {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.social__icon a:hover {
    transform: translateX(6px);
}

.social__icon img {
    width: 20px;
}

.doctor__content p {
    color: #555;
}

.doctor__content ul {
    padding-top: 20px;
    padding-left: 0;
    list-style: none;
}

.doctor__content ul li {
    margin-bottom: 12px;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}

.doctor__content ul li i {
    font-size: 18px;
}

/*section testimonial*/

.testimonial__box {
    padding: 40px;
}

.testimonialSwiper {
    padding-bottom: 40px;
}

.testimonial-card {
    background-color: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(174, 43, 40, 0.15);
}

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.testimonial-profile img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
    box-shadow: 0 0 8px rgba(174, 43, 40, 0.25);
}

.profile-info h5 {
    color: var(--secondary-color);
    font-weight: 600;
    margin: 0;
}

.profile-info p {
    color: #777;
    font-size: 13px;
    margin: 0;
}

.stars {
    color: #ffd700;
    font-size: 15px;
    margin-bottom: 10px;
}

.testimonial-text {
    color: black !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

@media (max-width: 992px) {
    .testimonial-card {
        padding: 20px;
    }
}

/*section-contact*/

.section--contact {
    position: relative;
}

.contact-img {
    position: relative;
}

/* .contact-img::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    background: #31465e;
    border-radius: 50%;
    top: 0px;
    right: 100px;
    z-index: -1;
    opacity: 0.45;
} */

.section--contact h2 {
    color: white;
}

.contact-box {
    background: var(--primary-color);
    color: white;
    padding: 40px;
    border-radius: 22px;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}

.contact-box h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-info {
    margin-bottom: 25px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.info-row span {
    font-size: 16px;
    font-weight: 400;
    color: #f2f2f2;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon i {
    font-size: 24px;
    color: white;
}

/* Form Fields */
.contact-box input,
.contact-box textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    margin-top: 12px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.contact-box input::placeholder,
.contact-box textarea::placeholder {
    color: #d9d9d9;
}

.contact-box input:focus,
.contact-box textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.25);
}

.contact-box textarea {
    height: 130px;
    resize: none;
}

/* Button */

.contact-btn {
    padding: 14px 28px;
    background: var(--accent-color);
    color: #fff;
    font-size: 16px;
    border-radius: 14px;
    font-weight: 600;
    margin-top: 14px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-btn:hover {
    background: #d9286c;
}

/* Right Column Image */
.contact-img {
    text-align: center;
    position: relative;
    z-index: 2;
}

.contact-img img {
    width: 100%;
    max-width: 500px;
}

@media (max-width: 768px) {
    .contact-bg-shape {
        display: none;
    }

    .contact-box {
        margin-bottom: 40px;
    }
}

/* footer  */

.footer-bg {
    padding: 40px;
    background-color: #30455d;
}

.contact-item {
    margin: 10px 0;
}

.contact-item i {
    color: white;
    font-size: 24px;
    margin-right: 10px;
}

.contact-item span {
    color: white;
}

.footer-title {
    color: white;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li a {
    color: white;
    font-size: 18px;
    display: block;
    margin: 10px 0;
}

.footer-bottom {
    color: white;
    text-align: center;
}

.footer-social a img {
    width: 35px;
    height: 35px;
    margin: 20px 8px;
}

/*page banner*/
.page-banner {
    background-image: url("../img/banner/global-banner-01.png");
    background-position: center;
    background-size: cover;
    height: 50vh;
}

.page__title {
    height: 100%;
    display: flex;
    place-items: center;
    padding: 40px;
}

.page__title h1 {
    color: white;
    font-size: 45px;
}

/* about page */

.about__page-content h3 {
    color: var(--secondary-color);
}

/* contact page */
.contact__card {
    padding: 20px;
    text-align: center;
}

.contact__card-icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    padding: 8px;
    display: inline-flex;

    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.contact__card-icon i {
    color: white;
}

.contact__card h5 a {
    color: var(--secondary-color);
    font-size: 18px;
}

/*services detail page */

.sidebar {
    background-color: var(--primary-color);
    padding: 40px 20px;
    border-radius: 16px;
}

.sidebar__title h3 {
    color: white;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar ul li a {
    display: block;
    margin: 10px 0;
    padding: 10px 10px;
    border-radius: 16px;
    background-color: white;
    transform: translate(3s);
    color: black;
    position: relative;
    overflow: hidden;
}

/* .sidebar ul li a::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/icon/right-arrow.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    border-radius: 34%;
    padding: 5px;
    border: 1px solid var(--primary-color);

} */

.sidebar ul li a:hover {
    transform: scale(1.05);
}

/*doctor page*/

.doctor-img-wrapper img {
    border-radius: 16px;
    width: 100%;
}

.doctor__itro {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 10px;
    border-radius: 16px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.doctor__itro h4 {
    color: var(--secondary-color);
    font-size: 25px;
}

.doctor__itro p {
    font-size: 20px;
    font-weight: 700;
}

.dooctor__card-icon {
    padding: 20px;
    border-radius: 16px;
}

.dooctor__card-icon .icon {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    border-radius: 50%;
}

.dooctor__card-icon .icon i {
    color: white;
    font-size: 24px;
}

.content-block h3 {
    color: var(--secondary-color);
    margin: 20px 0 15px 0;
}

.doc-list {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

/* blog page*/

.blog__card {
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-bottom: 4px solid var(--secondary-color);
}

.blog__content {
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog__content h5 {
    color: var(--secondary-color);
    margin-top: 10px;
    text-align: center;
}

/*page faq */

.faq-header {
    text-align: center;
}

.faq-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.faq-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.search-container {
    margin: 30px auto;
    max-width: 600px;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    background: #506276;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: var(--shadow);
}

.search-box i {
    color: white;
    margin-right: 10px;
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    color: white;
    background: transparent;
}

.search-box input::placeholder {
    color: var(--light-text);
}

.clear-search {
    background: none;
    border: none;
    color: var(--light-text);
    cursor: pointer;
    padding: 5px;
    display: none;
}

.clear-search.visible {
    display: block;
}

.category-filter {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.category-btn {
    cursor: pointer;
    transition: var(--transition);
}

.category-btn.active {
    background: var(--white);
    color: var(--primary-color);
}

.faq-content {
    padding: 40px;
}

.faq-category {
    margin-bottom: 40px;
}

.faq-category h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.faq-item {
    background: var(--white);
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-question:hover {
    background: rgba(74, 144, 226, 0.05);
}

.faq-question h3 {
    font-size: 1.1rem;
    color: var(--text-color);
    margin: 0;
}

.faq-icon {
    color: var(--primary-color);
    transition: var(--transition);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 1000px;
}

.faq-answer p {
    color: black;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-header h1 {
        font-size: 2rem;
    }

    .faq-content {
        padding: 20px;
    }

    .category-filter {
        gap: 5px;
    }

    .category-btn {
        padding: 6px 15px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .search-box {
        padding: 8px 15px;
    }

    .faq-question h3 {
        font-size: 1rem;
    }
}

/*testimonial  page*/

/*case studies*/

.case-card {
    border: 1px solid #e0e0e0;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

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

.case-images {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.case-item img {
    width: 100%;
    border-radius: 16px;
}

.case-item h6 {
    text-align: center;
    margin-top: 12px;
    font-weight: 600;
}

.section--services-detail h2 {
    color: var(--primary-color);
    font-size: 36px;

}

.section--services-detail h3 {
    color: var(--primary-color);
}

/*banner*/

.service-machinery-banner {
    background-image: url("../images/pages-banner/hand-injury-banner.jpg");
}

.service-spine-banner {
    background-image: url("../images/pages-banner/spine-surgery-banner.jpg");
}

.service-bone-banner {
    background-image: url("../images/pages-banner/bone-tumor-banner.jpg");
}

.service-hip-banner {
    background-image: url("../images/pages-banner/hip.png");
}

.service-knee-banner {
    background-image: url("../images/pages-banner/knee-replacement.jpg");
}

.service-shoulder-banner {
    background-image: url("../images/pages-banner/shoulder-replacement.jpg");
}

.service-sports-banner {
    background-image: url("../images/pages-banner/sports-injury-banner.jpg");
}

.service-tendinopathy-banner {
    background-image: url("../images/pages-banner/tendinopathy-banner.jpg");
}

.service-tendon-banner {
    background-image: url("../images/pages-banner/tendon-injury-banner.jpg");
}

.service-fracture-banner {
    background-image: url("../images/pages-banner/fracture.png");
}

.doctor-banner {
    background-image: url("../images/pages-banner/doctor-page-banner.jpg");
    background-position: center;
    background-size: cover;
}


.doctor-banner .page__title {
    justify-content: start;

}

.case-banner {
    background-image: url("../images/pages-banner/case-studies-banner.jpg");
}

.testimonial-banner {
    background-image: url("../images/pages-banner/testimonial-banner.jpg");
}

.contact-banner {
    background-image: url("../images/pages-banner/contact.jpg");
    background-position: center;
    background-size: cover;
    background-position: left;
}

.gallery-banner {
    background-image: url("../images/gallery/gallery-img-3.jpg");
    background-position: center;
}

.blog-banner {
    background-image: url("../images/pages-banner/blog.jpg");
    background-position: center;
}

@media (max-width: 767px) {
    .service-machinery-banner {
        background-image: url("../images/pages-banner/hand-injury-banner-2.jpg");
    }

    .service-spine-banner {
        background-image: url("../images/pages-banner/spine-surgery-banner-2.jpg");
    }

    .service-bone-banner {
        background-image: url("../images/pages-banner/bone-tumor-banner-2.jpg");
    }

    .service-hip-banner {
        background-image: url("../images/pages-banner/hip-2.png");
    }

    .service-knee-banner {
        background-image: url("../images/pages-banner/knee-replacement-2.jpg");
    }

    .service-shoulder-banner {
        background-image: url("../images/pages-banner/shoulder-replacement-2.jpg");
    }

    .service-sports-banner {
        background-image: url("../images/pages-banner/sports-injury-banner-2.jpg");
    }

    .service-tendinopathy-banner {
        background-image: url("../images/pages-banner/tendinopathy-banner-2.jpg");
    }

    .service-tendon-banner {
        background-image: url("../images/pages-banner/tendon-injury-banner-2.jpg");
    }

    .section--services-detail h2 {
        font-size: 30px;
    }

    .service-fracture-banner {
        background-image: url("../images/pages-banner/fracture-2.png");
    }
}

@media (max-width: 578px) {
    .page__title {
        padding: 20px;
    }
}

/*service  pages*/

.info-card {
    background: #f7faff;
    padding: 22px;
    border-radius: 10px;
    border: 1px solid #e3eaf5;
    margin-bottom: 20px;
}

.icon-card {
    background: #eef6ff;
    padding: 22px;
    border-radius: 10px;
    border: 1px solid #d7e7ff;
    text-align: left;
    height: 100%;
}

.icon-card i {
    font-size: 34px;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.benefit-card {
    background: #f2f8ff;
    padding: 22px;
    border-radius: 10px;
    border: 1px solid #d9e8ff;
    margin-bottom: 20px;
    height: 100%;
}

.benefit-card i {
    font-size: 32px;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.service__inner-page ul.list-point {
    padding-left: 18px;
}

.service__inner-page ul.list-point li {
    margin-bottom: 10px;
}

/* ===== Floating Call + WhatsApp Buttons ===== */

.callbutton,
.whatsapp {
    position: fixed;
    bottom: 60px;
    /* base bottom - adjust if needed */
    z-index: 9999;
    pointer-events: auto;
    right: 20px;
}

/* Left: Call */
.callbutton {
    bottom: 130px;
}



/* shared inner circle */
.floating-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    /* allow pseudo elements to grow outside */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Icon color */
.floating-circle i {
    color: #fff;
    font-size: 22px;
    z-index: 2;
    pointer-events: none;
}

/* --- Red Call button specifics --- */
.call .floating-circle {
    background: #e30606;
}

/* create visible red rings using pseudo elements */
.call .floating-circle::before,
.call .floating-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgb(227 6 6 / 55%);
    z-index: 1;
    pointer-events: none;
}

.call .floating-circle::before {
    animation: pulse-red 1.2s linear infinite;
}

.call .floating-circle::after {
    animation: pulse-red 1.2s linear infinite;
    animation-delay: 0.35s;
}

@keyframes pulse-red {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.45;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

/* --- Green WhatsApp specifics --- */
.whatsapp .floating-circle {
    background: #25d366;
}

/* green ring using pseudo elements (keeps green look) */
.whatsapp .floating-circle::before,
.whatsapp .floating-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.18);
    z-index: 1;
    pointer-events: none;
}

.whatsapp .floating-circle::before {
    animation: pulse-green 1.4s ease-out infinite;
}

.whatsapp .floating-circle::after {
    animation: pulse-green 1.4s ease-out infinite;
    animation-delay: 0.45s;
}

@keyframes pulse-green {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }

    60% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.35;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .callbutton {
        left: 18px;
        bottom: 6%;
    }

    /* move up on small screens */
    .whatsapp {
        right: 18px;
        bottom: 6%;
    }

    /* whatsapp lower on small screens */
    .floating-circle {
        width: 48px;
        height: 48px;
    }

    .floating-circle i {
        font-size: 20px;
    }

    .call .floating-circle::before,
    .call .floating-circle::after,
    .whatsapp .floating-circle::before,
    .whatsapp .floating-circle::after {
        width: 48px;
        height: 48px;
    }
}

/* Accessibility focus visible */
.call a:focus .floating-circle,
.whatsapp a:focus .floating-circle {
    outline: 3px solid rgba(255, 255, 255, 0.2);
    outline-offset: 4px;
}


.video-frame {
    width: 100%;
    max-width: 500px;
    height: 600px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}


.hero-video {
    position: relative;
    width: 100%;
    height: 82vh;
    overflow: hidden;
}

@media (max-width: 578px) {

    .hero-video {
        position: relative;
        width: 100%;
        height: 40vh;
        overflow: hidden;
    }
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero__content,
.hero__img {
    position: relative;
    z-index: 2;
}

.section--hero {
    margin-bottom: 60px
}

.section--hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.social-link {
    text-decoration: none;
    margin: 0 10px;
    font-size: 28px;
    color: white;
    transition: color 0.3s;
}

.football-bounce {
    display: inline-block;
    position: relative;
    z-index: 1000;
    cursor: pointer;
    touch-action: none;
    transition: none !important;
    background-color: white;
    padding: 8px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.football-bounce:active {
    cursor: grabbing;
    /* Closed hand when clicking */
}

.football-bounce img {
    pointer-events: none;
    /* Image doesn't block events */
    user-select: none;
    -webkit-user-drag: none;


}


/* video modal  */


.bg-video {
    object-fit: cover;
    height: 85vh;
    width: 100%;
    object-position: top;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Style the modal content itself */
.glass-effect {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.custom-dark-close {
    filter: brightness(0);
    opacity: 0.7;
    z-index: 1060;
    /* Ensure it stays above the slider */
}

/* Swiper specific styles */
.videoSwiper {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

/* Customizing Swiper Arrows to match your dark theme */
.swiper-button-next,
.swiper-button-prev {
    color: #000 !important;
}

.swiper-pagination-bullet-active {
    background: #000 !important;
}

.banner-video video {
    height: 85vh;
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.video-button {
    background-color: white;
    font-size: 18px;
}


/* Mobile Swiper Specifics */
.mobailSwiper {
    padding-bottom: 30px;
    /* Space for dots */
}

.video-wrapper {
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

/* Play Icon Styling */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
    z-index: 5;
}

.play-button-main {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.play-button-main i {
    color: #000;
    font-size: 20px;
    margin-left: 3px;
}

/* Ripple Animation */
.play-ripple {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: pulse-mobile 2s infinite;
}

@keyframes pulse-mobile {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* Hide when active */
.playing .play-overlay {
    opacity: 0;
    pointer-events: none;
}

.swipermargin {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 578px) {
    body {
        overflow: visible !important;
    }

    .modal-backdrop {
        display: none !important;
    }

    .swipermargin {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}

.benefit-card {
    display: flex;
    gap: 15px;
    align-items: center;
}


.modern-faq-section {
    padding: 60px 0;
    background: #f9fbff;
}

.header-line {
    width: 60px;
    height: 3px;
    background: #007bff;
    margin: 15px auto;
    border-radius: 2px;
}

.service-faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
}

.service-faq-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.service-faq-title {
    font-size: 18px;
    margin: 0;
}

.service-faq-body-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.service-faq-content {
    padding: 0 15px 15px;
}

/* Open state */
.service-faq-item.is-open .service-faq-body-wrapper {
    max-height: 500px;
}

.service-faq-item.is-open .service-faq-icon {
    transform: rotate(45deg);
    transition: 0.3s;
}


strong {
    color: var(--blue-strong);
}



.blog-box {
    position: relative;
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
}

/* Dark overlay */
.blog-overlay {
    position: absolute;
    inset: 0;
    background: rgba(48, 69, 93, 0.66);
    z-index: 1;
}

/* Center content */
.blog-center-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* horizontal center */
    justify-content: center;
    /* vertical center */
    text-align: center;
    padding: 20px;
    z-index: 2;
}

.blog-date {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    max-width: 90%;
}

.heroSwiper h1,
.heroSwiper h5,
.heroSwiper a,
.heroSwiper p,
.heroSwiper span{
    font-family: "Noto Sans", sans-serif;
}
