:root {
    --gradient-background: linear-gradient(0deg, #37B8AE -26.39%, #D2EAEF 95.64%);
    --primary-color: #37B8AE;
    --dark-blue: #274760;
    --soft-blue: #D2EAEF;
    --blue: #2F74B7;
    --white: #ffffff;

    --main-content-shadow: 0px 4px 21px 1px #307BC41A;
    --btn-shadow: 0px 4px 20px 0px #2747602B;
    --hover-shadow: 6px 4px 70px 8px #307BC417;

}


/*.footer-logo {*/
/*    width: 370px;*/
/*    margin-left: 10px;*/
/*}*/

.w-100{
    width: 200px !important;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

    background-color: #ffffff;
    color: #274760;
    font-size: 14px;
    line-height: 24px;
}

a {
    text-decoration: none;
}

p {
    margin: 0px;
    padding: 0px;
}

.color-primary {
    color: var(--primary-color);
}

.color-dark-blue {
    color: var(--dark-blue);
}

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

.color-white {
    color: var(--white);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 1.5rem;
    border-radius: 24px;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-shadow: 0px 4px 20px 0px #2747602B;
    border: none;
    box-shadow: var(--btn-shadow);
}

.btn i {
    font-size: 14px;
}

.btn-booknow {
    font-weight: 600;
}

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

.btn-primary:hover {
    background-color: var(--blue);
}

.btn-secondary {
    background-color: var(--blue);
    color: var(--white);
}

.btn-secondary:hover {
    background-color: var(--primary-color);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    margin-bottom: 0.35rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

    color: var(--dark-blue);
    font-size: 14px;
}

.form-control,
.form-select {
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    height: 60px;
    padding: 0 1.5rem;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

    color: var(--dark-blue);
    font-size: 14px;
}

.form-control:focus,
.form-control:focus-visible,
.form-control:focus-within,
.form-control:active,
.form-select:focus,
.form-select:focus-visible,
.form-select:focus-within,
.form-select:active {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--dark-blue);
}

.form-control::placeholder {
    opacity: 0.8;
}

.form-check-label {
    cursor: pointer;
}

.form-check-input {
    cursor: pointer;
    margin-top: 0.35em;
    border-color: var(--primary-color);
}

.form-check-input:focus,
.form-check-input:focus-visible,
.form-check-input:focus-within,
.form-check-input:active {
    box-shadow: none;
    outline: none;
}

.form-check-input:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.select2-container--default .select2-selection--single {
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 30px;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

    color: var(--dark-blue);
    font-size: 14px;
}

.select2-container .select2-selection--single {
    height: 60px;
    padding: 0 1.5rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: inherit;

    height: 60px;
    padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    top: 0px;
    right: 10px;
}

/* Select2 Multiple Styles */
.select2-container--default .select2-selection--multiple {
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    min-height: 60px;
    padding: 0rem 1.5rem;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark-blue);
    font-size: 14px;
}

.select2-container .select2-selection--multiple {
    min-height: 60px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    min-height: 60px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    margin: 0;
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--white);
    cursor: pointer;
    font-weight: 600;
    margin-right: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--white);
    opacity: 0.8;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border: 1px solid var(--dark-blue);
    outline: none;
    box-shadow: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--dark-blue);
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    min-width: 100px;
    height: auto;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: var(--dark-blue);
    opacity: 0.6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: var(--white);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--soft-blue);
    color: var(--dark-blue);
}

.heading-1 {
    font-family: "Figtree", sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 72px;
}

.heading-2 {
    font-family: "Figtree", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.heading-3 {
    font-family: "Figtree", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

.heading-4 {
    font-family: "Figtree", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.heading-5 {
    font-family: "Figtree", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
}

.sub-heading {
    font-family: "Figtree", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
}

.breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb-item a {
    font-weight: 700;
    color: var(--dark-blue);
    text-decoration: none;
    opacity: 0.8;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: var(--dark-blue);
    opacity: 1;
}





/* Header */
header {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 1rem 0;
    background-color: var(--white);
}

.desktop-header {
    display: block;
}

.mobile-header {
    display: none;
}

.mobile-menu-toggle {
    cursor: pointer;
}

.mobile-menu-toggle svg {
    width: 40px;
    height: 40px;
    color: var(--dark-blue);
}

.header-logo {
    width: 220px;
}

.header-navigation {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    gap: 2rem;
}

.header-navigation a {
    font-size: 18px;
    color: var(--dark-blue);
    letter-spacing: 0.28px;
}

.header-navigation a:hover {
    font-weight: 600;
    letter-spacing: 0px;
}

.header-navigation a.active {
    font-weight: 600;
}

.header-navigation a.active:hover {
    letter-spacing: 0.28px;
}

.header-action {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: end;
}


.mobile-navigation {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    gap: 2rem;
}

.mobile-navigation a {
    font-size: 18px;
    color: var(--dark-blue);
    letter-spacing: 0.28px;
}

.mobile-navigation a:hover {
    font-weight: 600;
    letter-spacing: 0px;
}

.mobile-navigation a.active {
    font-weight: 600;
}

.mobile-navigation a.active:hover {
    letter-spacing: 0.28px;
}

.custom-img {
  width: 80%;               /* image takes 80% of column width */
  height: auto;             /* maintain aspect ratio */
  max-height: 100%;          /* optional: prevent it from getting too tall */
  object-fit: cover;        /* fills nicely within the rounded border */
  display: block;           /* ensures it centers properly */
  border-radius: 20px;
}

.hero-section {
    background-image: url('../images/backgrounds/new-cover1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: calc(70px + 3rem);
    height: calc(100vh - 70px);
}

.hero-section-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-blue);
}

.hero-btn-video {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 16px;

    padding-top: 4rem;
}

.hero-btn-video img {
    width: 36px;
}

.hero-women-image {
    display: none;
}

.patient-counter-wrapper {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    border: 1px solid #ffffff;
    border-radius: 50px;
    backdrop-filter: blur(43px);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.patient-counter-images {
    display: flex;
}

.patient-counter-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 2px solid #ffffff;
    margin-left: -1rem;
}

.patient-counter-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.patient-counter-avatar:first-child {
    margin-left: 0px;
}

.patient-counter {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.patient-counter span {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: -0.5rem;
}

.patient-counter-check {
    display: flex;
    margin-top: -3rem;
    margin-right: -0.5rem;
}

.patient-counter-check img {
    width: 24px;
}






.service-categories-section {
    padding-bottom: 3rem;
}

.service-categories-wrapper {
    border-radius: 30px;
    background: linear-gradient(201.96deg, #D2EAEF 22.96%, #65C2C5 85.63%);
    margin-top: -4rem;
    padding: 0 1rem;
}

.service-category-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 240px;
    gap: 0.5rem;

    font-family: "Figtree", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
    transition: 0.3s ease all;
}

.service-category-card svg {
    width: 75px;
    height: 75px;
}

.service-category-card:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 40px;
    transition: 0.3s ease all;

    margin-top: -3rem;
}

.service-category-card:hover svg path {
    fill: var(--primary-color);
    color: var(--primary-color);
}






.about-us-section {
    padding: 4rem 0;
}

.about-us-image-wrapper {
    position: relative;
}

.about-us-image-wrapper img.about-us-image {
    border-radius: 25px;
}

.about-us-image-wrapper img.high-quality {
    position: absolute;
    top: -3rem;
    right: -3rem;
    width: 147px;
}

.about-us-description {
    padding-top: 4rem;
}

.about-us-description i {
    font-size: 24px;
}

.about-us-description-heading {
    display: block;
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
}





.why-choose-us-section {
    padding: 4rem 0;
    background-image: url('../images/backgrounds/why-choose-bg.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.why-choose-us-card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0.75rem;
}






.awards-section {
    padding: 4rem 0;
}

.awards-card {
    background-color: var(--white);
    box-shadow: var(--main-content-shadow);
    border: 0px;
    border-radius: 15px;
    padding: 1.5rem 1.5rem;
}

.awards-card-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;

    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2rem;
}

.awards-card-icon {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
}







.home-mid-banner-section {
    padding: 4rem 0;
    padding-top: 10rem;
}

.home-mid-banner-section .container {
    background-image: url('../images/backgrounds/mid-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.home-mid-banner-image {
    border-radius: 25px;
    margin-top: -5rem;
}






.book-services-section {
    margin: 4rem 0;
    background-image: url('../images/backgrounds/book-our-services-bg.png');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}






.faq-section {
    padding: 4rem 0;
}

.accordion {
    border: 0px;
}

.accordion-item {
    /* border: 1px solid var(--soft-blue); */
    border: none;
    border-radius: 25px;
    margin-bottom: 1rem;
}

.accordion-item:first-child,
.accordion-item:last-child {
    /* border: 1px solid var(--soft-blue); */
    border: none;
    border-radius: 25px;
    margin-bottom: 1rem;
}

.accordion-button,
.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border: 1px solid var(--soft-blue);
    border-radius: 25px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--soft-blue);
    box-shadow: none;
    color: var(--dark-blue);
    border: 1px solid var(--soft-blue);
    border-radius: 25px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.accordion-button:focus,
.accordion-button:focus-visible,
.accordion-button:focus-within,
.accordion-button:active {
    box-shadow: none;
    border: none;
}

.accordion-button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--dark-blue);
}

.accordion-body {
    background-color: var(--soft-blue);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;

    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: var(--dark-blue);
}





.footer {
    background-image: url('../images/backgrounds/footer.png');
    background-size: cover;
    /*background-position: center;*/
    background-repeat: no-repeat;
    padding: 3rem 0;
    padding-top: 0rem;
    margin-top: 10rem;
}

.footer-logo {
    margin-top: -12rem;
}

.footer-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--dark-blue);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--dark-blue);
    font-size: 13px;
    line-height: 23px;
}

.footer-contact a img {
    width: 16px;
    height: 16px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links a {
    color: var(--dark-blue);
}

.footer-heading {
    font-family: "Figtree", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
}

.footer-input-group {
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    height: 60px;
    padding: 0 1rem;
}

.footer-input-group .form-control {
    border: 0px;
    background: transparent;
    padding: 0;
    height: 60px;
}

.footer-input-group .input-group-text {
    border-radius: 24px !important;
    height: 40px;
}

.footer-copyright {
    background-color: #2A2450;
    padding: 1rem 0;
}

.copyright-text {
    padding: 0px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: var(--white);
    opacity: 0.8;
    text-align: right;
}

.copyright-follow {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: var(--white);
    opacity: 0.8;
}

.social-follow {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.social-follow a {
    display: flex;
    justify-content: center;
}

.social-follow a img {
    width: 20px;
    height: 20px;
}






.pages-bg-banner {
    background-image: url('../images/backgrounds/pages-backgroud.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: calc(142px + 1rem);
    /* height: calc(100vh + 142px); */
}

.our-services-page-banner {
    border-radius: 25px;
    position: relative;
    margin-bottom: -2rem;
}

.our-services-page-banner img {
    border-radius: 25px;
}

.our-services-page-banner-badge {
    position: absolute;
    bottom: 10%;
    right: -15%;
    background-color: var(--white);
    border: 1px solid;
    border-image-source: linear-gradient(147.34deg, #FFFFFF 27.11%, rgba(255, 255, 255, 0) 80.47%);
    backdrop-filter: blur(43px);
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50px;
    padding: 0 3rem;
}







.services-section {
    padding: 6rem 0;
}

.services-card {
    background-color: var(--white);
    box-shadow: var(--main-content-shadow);
    border: 0px;
    border-radius: 15px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-card-body {
    padding: 1.5rem 1.5rem;
}

.services-card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0.75rem;
}

.services-card-action {
    background-color: var(--primary-color);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 45px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 15px;
    margin-left: auto;
}

.services-navigation-card {
    background-color: var(--white);
    box-shadow: var(--main-content-shadow);
    border: 0px;
    border-radius: 15px;

    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.services-navigation-card.sticky-nav {
    position: sticky;
    top: 20px;
    z-index: 100;
}

.services-navigation-header {
    padding: 1rem 1.25rem;
}

.services-navigation-body {
    margin-bottom: 1rem;
}

.services-navigation-item a {
    display: flex;
    width: 100%;
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 500;
    padding: 1rem 1.25rem;
    transition: 0.3s ease all;
}

.services-navigation-item a.active {
    background-color: var(--primary-color);
    color: var(--white);
}

.services-navigation-item a:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transition: 0.3s ease all;
}




.expert-doctors-section {
    padding: 4rem 0;
}

.expert-doctors {
    margin-top: calc(5rem + 3rem);
}

.doctor-card {
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.3s ease all;
}

.doctor-card:hover {
    background-color: var(--white);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: var(--hover-shadow);
    transition: 0.3s ease all;
}

.doctor-card-image {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    margin-top: -5rem;
}

.doctor-card-image img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    object-fit: cover;
}

.doctor-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1.25rem;
    height: 100%;
}

.doctor-card-title {
    font-family: "Figtree", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
}

.doctor-card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
}

.doctor-card-footer a img {
    width: 30px;
    height: 30px;
}






.contact-us-form-section {
    padding: 4rem 0;
}

.contact-us-form-card {
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: var(--hover-shadow);

    padding: 4rem 2rem;
}





.find-us-section {
    padding: 4rem 0;
}

.find-us-card {
    border-radius: 25px;
    padding: 2rem 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    background-color: var(--soft-blue);
}

.find-us-card img {
    width: 50px;
}






.pages-white-banner {
    background-color: #ffffff;
    padding-top: 1rem;
    /* height: calc(100vh + 142px); */
}

.pages-toolbar {
    background-color: var(--white);
    padding: 1.25rem 0;
    box-shadow: var(--main-content-shadow);
    margin: 2rem 0;
}

.search-toolbar {
    position: relative;
}

.search-toolbar .form-control {
    height: 45px;
}

.search-toolbar i {
    position: absolute;
    top: 35%;
    right: 4%;
}

.pages-toolbar-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.pages-toolbar-pill {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 0.75rem;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-blue);
    background-color: var(--white);
    border: 1px solid var(--dark-blue);
    border-radius: 50px;
    transition: 0.3s ease all;
}

.pages-toolbar-pill:hover,
.pages-toolbar-pill.active {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}





.service-title-section {
    padding: 4rem 0;
}

.service-title-image {
    border-radius: 25px;
}





.service-related-doctor {
    padding: 4rem 0;
}






.blogs-list {
    padding: 4rem 0;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: var(--main-content-shadow);
}

.blog-card-images {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    width: 100%;
    height: 250px;
}

.blog-card-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-card-body {
    padding: 1.5rem;
}

.blog-card-body h4 {
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.blog-card-body p {
    color: var(--dark-blue);
    opacity: 0.7;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 2rem;
}

.blog-social {
    display: flex;
    gap: 10px;
}

.blog-social img {
    width: 26px;
    height: 26px;
}






.thankyou-section {
    padding: 4rem 0;
}

.thankyou-image {
    border-radius: 25px;
}





.booknow-calendar-image {
    border-radius: 25px;
}

/* Form Validation Styles */
.form-control.is-invalid {
    border-color: #dc3545;
}

.error-message,
.error {
    display: block;
    margin-top: 0.25rem;
    font-size: 12px;
    font-weight: 400;
    color: #dc3545;
}

/* Intl Tel Input Styles */
.iti {
    width: 100%;
}

.iti__flag-container {
    border-radius: 30px 0 0 30px;
}

.iti__selected-flag {
    border-radius: 30px 0 0 30px;
    padding: 0 1rem;
    height: 60px;
    display: flex;
    align-items: center;
}

.iti__selected-flag:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti input[type=tel] {
    padding-left: 4.5rem !important;
    border-radius: 30px;
    width: 100% !important;
}

/* When separateDialCode is false, adjust padding */
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=tel]:focus {
    padding-left: 4.5rem !important;
}

.iti__country-list {
    border-radius: 15px;
    box-shadow: var(--main-content-shadow);
    border: 1px solid var(--primary-color);
    max-height: 300px;
    overflow-y: auto;
}

.iti__country {
    padding: 0.5rem 1rem;
}

.iti__country:hover,
.iti__country.iti__highlight {
    background-color: var(--soft-blue);
}

.iti__country-name {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--dark-blue);
}

.iti__dial-code {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--dark-blue);
}
