@charset "UTF-8";

/*!
 * DocSheet - Responsive Bootstrap SaaS, Online Documentation Template
 * Version: 1.0.1;
 * 
 *
 * 
 */

/* --- [Table Of Contents] ----------------
:: Google fonts
:: Flaticon
:: Back to top
:: Mobile Fixed Appointment Button
:: Flaticon icon font
:: Main Header
:: Page Header Carousel
:: Navbar
:: Sidebar Mobile Menu
:: Slider
:: Interventional Radiology Specialists
:: Youtube Wrapper
:: Explore Videos
:: Blog/News
:: Blog/News List
:: Blog Details
:: Contact
:: Contact Us Card
:: Page
:: Appiontment Form
:: Login & Register
:: Conditions
:: Testimonials
:: Department
:: About page
:: Doctor list
:: Doctor details
:: Locations
:: Schedule table
:: Quick Appointment
:: Footer
:: Abstract Shapes

------------------------------------------- */
/*[Google fonts]
--------------------------*/


/* Modern Font Stack - 2026 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/*[CSS Design Tokens - IYA Medical]
--------------------------*/
:root {
    /* Primary Colors - Teal/Cyan Medical Theme */
    --color-primary: #0891b2;
    --color-primary-dark: #164e63;
    --color-primary-light: #06b6d4;
    --color-accent: #22d3ee;

    /* Text Colors */
    --color-text: #1f2937;
    --color-text-light: #6b7280;
    --color-text-muted: #9ca3af;

    /* Background Colors */
    --color-background: #ffffff;
    --color-background-alt: #f9fafb;
    --color-background-dark: #111827;

    /* Status Colors */
    --color-success: #10b981;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
    --color-info: #3b82f6;

    /* Spacing Scale */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
    --space-3xl: 64px;

    /* Section Padding */
    --section-padding: 80px 0;

    /* Typography */
    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Font Sizes */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 2rem;
    --text-4xl: 2.5rem;

    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.15);

    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-normal: 300ms ease;
    --transition-slow: 500ms ease;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ======================
   ROBOTO
====================== */
.f-roboto {
  font-family: 'Roboto', sans-serif;
}

.f-roboto-light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.f-roboto-regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.f-roboto-medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.f-roboto-semibold {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.f-roboto-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.f-roboto-extrabold {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
}

.f-roboto-italic {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}


/* ======================
   POPPINS
====================== */
.f-poppins {
  font-family: 'Poppins', sans-serif;
}

.f-poppins-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.f-poppins-regular {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.f-poppins-medium {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.f-poppins-semibold {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.f-poppins-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.f-poppins-extrabold {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.f-poppins-italic {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
}

/* 
Style Variabels New Theme
=======================*/
:root {
    --color-white: rgb(245, 252, 253);
    --color-black: #13182f;

    --color-brand: rgb(42, 184, 222);
    --color-brand-80-opacity: rgba(42, 184, 222, 0.8);
    
    --color-primary-dark: rgb(3, 4, 94);
    --color-primary: rgb(0, 119, 182);
    --color-primary-80-opacity: rgb(0, 119, 182, 0.8);
    --color-primary-light: rgb(0, 180, 216);
    --color-primary-light-80-opacity: rgb(0, 180, 216, 0.8);
    --color-primary-gradient: radial-gradient(circle, var(--color-primary) 0%, var(--color-primary-light) 100%);
    --color-secondary: rgb(144, 224, 239);
    --color-secondary-light: rgba(202, 240, 248, 1);
  
    --bg-color-shift: rgba(0, 119, 182, 0.1);
    --border-radius-primary: 10px;
    --section-padding: 100px 0;
    --section-title-margin: 30px;
}

/* Text Style
====================== */
p {
    font-family: Poppins;
}

a {
    font-family: Poppins;
    text-decoration: none;
}

.text-lead {
    font-size: 52px;
}

.text-title {
    font-size: 42px;
}

.section-title {
    color: var(--color-primary);
    font-family: 'Roboto', sans-serif;
}

.secton-head {
    margin-bottom: var(--section-title-margin);
}

.section {
    padding: var(--section-padding);
}

@media screen and (max-width: 768px) {
    :root {
        --section-padding: 65px 0;
        --section-title-margin: 30px;
    }
    .text-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 576px) {
    .text-title {
        font-size: 28px;
    }
}

/*
Flaticon icon font: Flaticon
Creation date: 20/09/2018 08:52
*/
/*[Flaticon icon font: Flaticon
Creation date: 20/09/2018 08:52]
--------------------------*/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-heart-2:before {
    content: "\f100";
}

.flaticon-heart:before {
    content: "\f101";
}

.flaticon-heart-1:before {
    content: "\f102";
}

.flaticon-neurology:before {
    content: "\f103";
}

.flaticon-x-ray:before {
    content: "\f104";
}

.flaticon-embryo:before {
    content: "\f105";
}

.flaticon-sperm:before {
    content: "\f106";
}

.flaticon-sperm-1:before {
    content: "\f107";
}

.flaticon-sperm-2:before {
    content: "\f108";
}

.flaticon-mother:before {
    content: "\f109";
}

.flaticon-uterus:before {
    content: "\f10a";
}

.flaticon-surgery:before {
    content: "\f10b";
}

.flaticon-focus:before {
    content: "\f10c";
}

.flaticon-feeder:before {
    content: "\f10d";
}

.flaticon-vitamins:before {
    content: "\f10e";
}

.flaticon-drug:before {
    content: "\f10f";
}

.flaticon-herbal:before {
    content: "\f110";
}

.flaticon-world:before {
    content: "\f111";
}

.flaticon-email:before {
    content: "\f112";
}

.flaticon-24-hours:before {
    content: "\f113";
}

.flaticon-tooth:before {
    content: "\f114";
}

.flaticon-phone-call:before {
    content: "\f115";
}

.flaticon-kidney:before {
    content: "\f116";
}

.flaticon-penis:before {
    content: "\f117";
}

.flaticon-kidney-1:before {
    content: "\f118";
}

.flaticon-kidney-2:before {
    content: "\f119";
}

.flaticon-traumatology:before {
    content: "\f11a";
}

.flaticon-fruit:before {
    content: "\f11b";
}

body {
    color: var(--color-black);
    /*font-family: 'Noto Sans', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Dosis', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Encode Sans Condensed', sans-serif;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    background-color: var(--color-white);
}

a:hover {
    text-decoration: none;
}

p {
    /* color: rgb(72, 72, 72); */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: rgb(72, 72, 72);*/
}

.color-grey {
    color: #7e7e7e;
}

.bg-grey {
    background: #F4F5F7
}

.border-top {
    border-top: 1px solid #ececec !important;
}

/* .border-bottom {
    border-bottom: 1px solid #ececec !important;
} */

.pb-70 {
    padding-bottom: 70px !important;
}

.pl-50 {
    padding-left: 50px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.btn {
    padding: .5rem 1.5rem;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}

.btn-primary {
    color: #fff !important;
    /* background-color: #03A9F4; blue */
    background-color: var(--color-primary);
    border-color: transparent;
    border-radius: var(--border-radius-primary)
}

.btn-outline-light {
    transition: all 0.3s ease;
}

.read-more:hover,
.btn-primary:hover {
    color: var(--color-primary) !important;
    background-color: #FFF;
    /* background-color: #03A9F4; */

    /* border-color: #00695f; */
}

.btn-primary-o {
    color: #037d71;
    background-color: #fff;
}

/*color*/
.bittersweet {
    color: #F95959 !important;
}

.pine-green {
    color: #037d71 !important;
}

.dodger-blue {
    color: #007BFF !important;
}

.fiji-green {
    color: #5C7D03 !important;
}

.fiji-green {
    color: #5C7D03 !important;
}

.medium-violet-red {
    color: #B614A8 !important;
}

/*[Color Switcher]
--------------------------*/
.color-switcher {
    width: 6.25em;
    bottom: 30px;
    position: fixed;
    right: 30px;
    text-align: right;
    z-index: 1010;
    display: block;
}

.switcher-block {
    border-radius: .625em;
    display: inline-block;
    height: .625em;
    width: .625em;
    margin-right: .5em;
    border: 1px solid rgba(100, 100, 50, 0.3);
}

.switcher-block-white {
    background-color: #fff;
}

.switcher-block-yellow {
    background-color: #FFDE00;
}

.switcher-block-black {
    background-color: #262626;
}

.rounded-lg {
    border-radius: 10px;
}

/*[Back to top]
--------------------------*/
#toTop {
    position: fixed;
    bottom: 2%;
    right: 2%;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.btn-top {
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    width: 36px;
    line-height: 36px;
    padding: 0;
    background-color: var(--color-primary);
    box-shadow: 0 0 10px 10px rgba(0, 180, 216, 0.1);
}

.btn-top:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.btn-top:hover span {
    display: inline-block;
    animation: arrow-animation-up 0.5s ease;
}

/*[Mobile Fixed Appointment Button] 
--------------------------*/
.appointment-fixed-wrapper {
    position: fixed;
    z-index: 10;
    left: 2%;
    bottom: 1.6%;
    transform: scale(0.8);
    display: none;
}

.appointment-fixed-wrapper a {
    box-shadow: 0 0 10px 10px rgba(0, 180, 216, 0.1);
}

@media(max-width: 767px){
    .appointment-fixed-wrapper {
        display: block;
    }
}

/*[Main Header]
--------------------------*/
.mainHeader {
    /* border-bottom: 1px solid #ececec; */
    color: #FFF;
    /* background-color: #020A3A; */
    min-height: 135px;
    position: relative;
    /* z-index: 3; */
}

.topBar {
    position: relative;
    background-color: #020A3A;
    /* border-bottom: 1px dotted #ddd; */
    padding: 5px 0;
}

.info-outer {
    position: relative;
    float: left;
}

.user-lang-dropdown-btn select{
    padding: 3px 8px;
    border-radius: 10px;
}

.info-box {
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    margin-right: 26px;
}

.info-box .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}   

.info-box a {
    color: #FFF;
    font-size: 14px;
    display: block;
}

.social ul {
    margin: 0;
    padding: 0;
}

.social ul li {
    margin: 0px 5px;
    font-weight: 500;
    list-style: none outside none;
    display: inline-block;
}

.social ul li a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    display: block;
}

.social ul li a:hover {
    color: #037d71;
}

.middBar {
    position: relative;
    padding:  0;
    background-color: rgba(42, 184, 222, 0.1);
    z-index: 3;
}

.cta-appointment-link {
    padding: 4px;
    background-color: transparent;
    /* border: solid 1px var(--color-primary); */
    border-radius: 10px;
}

.cta-appointment-link span {
    text-decoration: underline;
}

.cta-appointment-link a {
    color: var(--color-primary);
}

.cta-appointment-link a:hover {
    text-decoration: underline;
}

/* Notice Bar - Using Bootstrap Alert */
.notice-bar {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-radius: var(--border-radius-primary);
    font-size: 1.1rem;
    padding: 0.1rem 0;
}

.helpInfo {
    padding-left: 25px;
}

.helpInfo .icon i {
    font-size: 30px;
    margin-right: 15px;
    color: #ffffff;
}

.helpInfo-title {
    font-size: 15px;
    font-weight: 600;
}

.subText {
    font-size: 13px;
    color: rgb(130, 124, 126);
    margin: 0;
}

.subText span {
    color: #F95959;
}

@media(max-width: 991px) {
    .helpInfo:first-child {
        display: none;
    }
}

@media(min-width: 992px) {
    /* .middBar {
        padding: 30px 0;
        border-bottom: 1px solid #ececec;
    } */
}

@media(min-width: 1200px) {
    .helpInfo {
        padding-left: 40px;
    }
}

/*[Page Header Carousel]
--------------------------*/
.page-header {
    position: relative;
    overflow: visible;
}

.carouselItem {
    position: relative;
    width: 100%;
    height: 250px;
}

/* Homepage hero can be taller */
.home-page .carouselItem {
    height: 60vh;
}

.carousel-item-img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.carousel-item-content {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: #04627D;
    height: 280px;
    text-align: center;
    width: 18em;
    padding: 15px;
    display: table-cell;
    color: #fff;
    vertical-align: middle;
}

.carousel-item-content:hover {
    color: #fff;
}

.page-header-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

.page-header-carousel.owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
    margin: 0;
    color: #fff;
    height: 70px;
    line-height: 1;
    font-size: 34px;
    position: absolute;
    transform: translate(0%, -50%);
}

.page-header-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
}

.page-header-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.page-header-carousel.owl-theme .owl-nav .owl-next {
    right: 0;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(3, 4, 94, 0.1) 0%, rgba(0, 180, 216, 0.1) 100%);
    z-index: 1;
}

.page-header-content {
    position: absolute;
    z-index: 2;
}

.page-header .arrows-scroll-down {
    transform: scale(0.5);
    bottom: 15%;
    z-index: 1;
}

.help-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.help-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.help-card-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.help-card:hover .help-card-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.help-card-icon i {
    font-size: 1.75rem;
    color: white;
}

.header-text {
    color: #fff;
    z-index: 1;
    position: relative;
    text-align: center;
}

.header-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

/*Breadcrumb*/
.breadcrumbs {
    z-index: 1;
    position: relative;
}

.breadcrumb {
    margin: 0;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.breadcrumb li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width: 991px) {

    .page-header-content {
        top: 50%;
        left: 50%;
        z-index: 2;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .page-header-carousel.owl-theme .owl-nav {
        display: none;
    }

    .header-text h1 {
        font-size: 2rem;
    }

    .header-text p {
        font-size: 1rem;
    }

    .breadcrumb {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

@media(min-width: 992px) {
    .page-header-content {
        width: 100%;
        height: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
    }

    .page-header-carousel.owl-theme .owl-nav [class*="owl-"] {
        font-size: 50px;
    }

    .header-text {
        text-align: left;
    }
}

@media(max-width: 767px) {
    .page-header {
        height: 550px;
    }

    .header-text h1 {
        font-size: 1.75rem;
    }

    .breadcrumb {
        font-size: 0.85rem;
    }
}

/*[Navbar]
--------------------------*/
.navbar {
    padding: 0 1rem;
    background: var(--color-primary-light);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    transition: all 0.5s ease;
    z-index: 4;
    flex-wrap: wrap;
    /* transform: translateY(-100%); */
}

.navbar.sticky.hide {
    transform: translateY(-100%) !important;
}

/* Social Media Icons in Navbar */
.social-icons-navbar {
    gap: 8px;
}
.dropdown-search {
    position: relative;
}

.dropdown-search .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto !important;
    width: 75vw;
    max-width: 90vw;
    z-index: 1500;
    background: white;
    border-radius: var(--border-radius-primary);
    box-shadow: 0 0 0 rgba(23, 23, 230, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-search.active > .dropdown-menu,
.dropdown-search .dropdown-menu.show { 
    display: block; 
}

.dropdown-search .button-transparent-white-text {
    cursor: pointer;
}

/* Search Dropdown Content */
.search-dropdown-content {
    min-height: 200px;
}

.search-input-wrapper .input-group {
    border-radius: var(--border-radius-primary);
    overflow: visible;
}

.search-input-wrapper .form-control {
    border: 2px solid rgba(23, 23, 230, 0.2);
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.search-input-wrapper .form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(23, 23, 230, 0.1);
}

.search-input-wrapper .input-group-text {
    background: var(--color-primary);
    color: white;
    border: 2px solid var(--color-primary);
    padding: 0 16px;
}

/* Search Results */
.search-results-list {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.search-result-item {
    display: block;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    background: rgba(0, 140, 255, 0.02);
    border: 1px solid rgba(0, 140, 255, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.search-result-item:hover {
    background: rgba(0, 140, 255, 0.08);
    border-color: var(--color-primary);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(23, 23, 230, 0.1);
}

.search-result-item:hover .search-result-title {
    text-decoration: underline;
}

.search-result-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: white;
    border-radius: 8px;
    flex-shrink: 0;
}

.search-result-icon i {
    font-size: 18px;
}

.search-result-title {
    font-weight: 600;
    /* color: var(--color-primary); */
    margin: 0;
}

.search-result-subtitle {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
    font-style: italic;
}

.search-result-description {
    font-size: 13px;
    color: #495057;
    margin: 0;
}

.search-result-item .badge {
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Loading state */
#search-loading .spinner-border {
    width: 2rem;
    height: 2rem;
}

/* Initial/No results state */
#search-initial i,
#search-no-results i {
    opacity: 0.3;
}

#search-initial p,
#search-no-results p {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 576px) {
    .dropdown-search .dropdown-menu {
        width: 95vw;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

@media(max-width: 991px) {
    .social-icons-navbar {
        /* margin-right: 10px; */
    }
}

.navbar.sticky {
    background: var(--color-brand-80-opacity);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(42, 184, 222, 0.37);
}

.navbar.sticky::after {
    opacity: 1;
}

/* Social Media Icons */
.social-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: var(--border-radius-primary);
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0);
}

.social-icon-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.social-icon-link i {
    transition: transform 0.3s ease;
}

.social-icon-link:hover i {
    transform: scale(1.1);
}

.navbar a {
    /* font-size: 18px; */
    font-weight: 500;
}

.navbar-nav .nav-link {
    color: #FFF;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 1px
}

.navbar-nav .active .nav-link {
    color: #FFF;
}

.header-sticky.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    /* -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown; */
    /* animation: 700ms ease-in-out 0s normal none 1 running fadeInDown; */
}

.header-sticky.sticky .navbar-nav .nav-btn .nav-link {
    border-radius: 0;
}

/* Navbar Logo */
.headerLogo img {
    height: 50px;
    margin-bottom: 0px;
}
/*dropdown menu - FIXED*/
.navbar .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 12px 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  z-index: 999999;
  transition: opacity 0.2s, visibility 0.2s;
}

.navbar .dropdown-menu.show,
.navbar .dropdown:hover > .dropdown-menu,
.navbar .nav-item.dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.navbar .dropdown {
  position: relative;
}

.dropdown:hover .dropdown-toggle::after {
    border-color: rgba(0, 0, 0, 0.5);
}

/* end dropdown hover for desktop-- */

/* nav link hover for desktop */
.nav-link:hover {
    text-decoration: underline;
}
/*  */

.nav-item {
    align-items: center;
    transition: all 0.3s ease;
    margin-left: 8px;
}

.nav-item .button-white-text-transparent {
    color: var(--color-brand);
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: .50rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 0.5rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: linear-gradient(90deg, rgba(23, 23, 230, 0.05) 0%, rgb(0, 200, 255, 8%) 100%);
    color: var(--color-primary);
    text-decoration: none;
    transform: translateX(5px);
}

.dropdown-toggle::after {
    -webkit-transform-origin: top;
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    height: .3em;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    transform-origin: top;
    width: .3em;
    margin-left: .5em;
    margin-top: -0.1em;
    right: 5px;
}

.dropdown-toggle::after {
  transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle::after {
  transform: rotate(45deg) translateY(0);
}



.btco-menu li>a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar>.show>a:focus {
    background: transparent;
    outline: 0;
}

.navbar-nav .nav-btn .nav-link {
    /* color: #000; */
    /* background-color: #04627D; */
    position: relative;
    border-radius: 10px 10px 0 0;
    /* font-weight: 500; */
}


.navbar-nav .nav-btn .nav-link i {
    margin-right: 8px;
}

.navbar-nav .nav-btn .nav-link::before {
    top: -1px;
}

.navbar-nav .nav-btn .nav-link::after {
    bottom: -1px;
}

@media(min-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
        padding-right: 19px;
        padding-bottom: 11px;
        padding-top: 11px;
        padding-left: 19px;
        border-radius: 11px;
        /* border: 1px solid rgba(255, 255, 255, 0); */
        overflow: visible;
    }

    .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .nav-link {
        /* border: 1px solid #fff; */
        text-decoration: none;
    }

    .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        background: rgba(255, 255, 255, 1);
        left: 0;
        top: 0;
        transition: all 0.3s;
        z-index: -1;
    }

    .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .nav-link::before {
        height: 100%;
    }

}

/*[Sidebar Mobile Menu]
--------------------------*/
#sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    left: -260px;
    height: 100vh;
    z-index: 999;
    background: var(--color-primary-light-80-opacity);
    backdrop-filter: blur(10px);
    color: #000000;
    transition: all 0.3s;
    overflow-y: scroll;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */
    padding: 0 20px 20px;
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 0;
    height: 0;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 13px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*#dismiss:hover {
    background: #fff;
    color: #7386D5;
}*/
.metismenu {
    margin-top: 20px;
}

.metismenu>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 0;
}

.metismenu>li>a {
    font-size: 16px;
    padding: 8px 10px;
    display: block;
    padding-right: 20px;
    position: relative;
    color: var(--color-white) !important;
    font-weight: 500;
    border-radius: var(--border-radius-primary);
    transition: all 0.3s ease;
}   

.metismenu>li>a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.metismenu>li.active>a {
    background: rgba(255, 255, 255, 0.2);
}

.metismenu>li>ul {
    padding-left: 15px;
    padding-top: 10px;
    list-style-type: none;
}

.metismenu>li>ul>li {
    padding: 8px 10px;
    margin: 0.2rem 0;
    border-radius: var(--border-radius-primary);
    transition: all 0.3s ease;
}

.metismenu>li>ul>li.active,
.metismenu>li>ul>li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.metismenu>li>ul>li>a {
    font-size: 14px;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 500;
}

.metismenu>li>ul>li>ul {
    list-style-type: none;
    padding-left: 15px;
    padding-top: 10px;
}

.metismenu>li>ul>li>ul>li {
    padding: 6px 0;
}

.metismenu>li>ul>li>ul>li>a {
    font-size: 14px;
    display: block;
    color: #adbdbb;
}

.metismenu .arrow {
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.metismenu li.active .fa.arrow::before {
    
}

/*Sidebar toggle btn*/
@media(max-width: 767px) {
    .btnLogo-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header-logo img {
        height: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-logo img {
        height: 35px;
    }
}

@media(max-width: 991px) {

    .sidebar-toggle-btn .btn {
        padding: 0;
        /* margin-right: 15px; */
        border-color: rgb(85 88 172 / 10%);
        /* background: rgba(3, 125, 113, .1); */
        height: 36px;
        width: 36px;
        line-height: 40px;
    }

    .sidebar-toggle-btn .btn i {
        font-size: 20px;
        margin-left: 0;
        color: #ffffff;
        transition: transform 0.3s ease;
    }

    .sidebar-toggle-btn .btn.active  i {
    transform: rotate(90deg);
    }

    .overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        display: none;
        top: 0;
    }
}

@media(min-width: 992px) {
    .sidebar-nav {
        display: none;
    }
}

@media(max-width: 767px) {
    .logo-wrap {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .sidebar-toggle-btn .btn {
        margin: 0;
    }
}

@media(min-width: 992px) {
    .sidebar-toggle-btn {
        display: none;
    }
}

/*[Youtube Wrapper] 
--------------------------*/
.youtube-wrapper {
    overflow: visible;
    padding: var(--section-padding);
}

.youtube-wrapper .row {
    z-index: 2;
}

.youtube-description {
    margin-bottom: var(--section-title-margin);
}

.youtube-wrapper .youtube-video {
    box-shadow: 0 0 30px 8px rgba(42, 184, 222, 0.2);
    position: relative;
    overflow: visible;
}

/* Overlay tint di atas iframe */
/* .youtube-wrapper .youtube-video::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(42, 184, 222 ,0.3) 0%, rgba(42, 184, 222 ,0.25) 100%);
    transition: opacity 0.3s ease;
} */

.youtube-wrapper .youtube-video:hover::after, .youtube-wrapper .youtube-video:focus::after {
    opacity: 0;
}


@media(max-width: 1000px) {
    .youtube-description {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        position: static;
        z-index: 0;
        width: 100%;  
    }
    .youtube-wrapper .col-8 {
        flex-grow: 1;
        max-width: 100%;
        margin: 0 auto;
        border-radius: 20px;    
    }
}

/*[Book Appointment] 
--------------------------*/
.book-appointment-wrapper {
    overflow: visible;
    position: relative;
    background-color: var(--color-primary-light);
}

.book-appointment-wrapper .decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.book-appointment-wrapper .ball-2-blur {
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.book-appointment-wrapper .grid-decoration {
    position: absolute;
    top: 0%;
    width: 200%;
    height: 200%;
    left: 0;
}

.book-appointment-wrapper .section-title {
  color: #fff;
}

.book-appointment-wrapper .book-appointment-copy { z-index: 1; position: relative; }

.book-appointment-wrapper .acreditation-wrapper {
    position: absolute;
    gap: 0.5rem;
    display: flex;
    bottom: 4%;
    right: 5%;
    height: 15%;
    z-index: 1;
    border-radius: var(--border-radius-primary);
    /* background: rgba(0, 180, 216, 0.5); */
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    padding: 0.8rem;
    /* transform: translatex(-50%); */
}

.book-appointment-wrapper .image-wrapper {
    width: 100%;
}

.book-appointment-wrapper .book-appointment-image {
    height: 100%;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

@media (max-width: 991px) {

    .book-appointment-wrapper .acreditation-wrapper {
        bottom: -7%;
        right: 31%;
        height: 20%;
    }

    .book-appointment-wrapper .image-wrapper {
        aspect-ratio: 3/4;
        width: 50%;
        border-radius: var(--border-radius-primary);
        margin-top: 5rem;
        border: 4px solid rgba(255, 255, 255, 0.2);
        overflow: visible;
        box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    }

    .book-appointment-wrapper .book-appointment-image {
        min-height: auto;
    }
}


/* Leading Image */
.leading-image-wrapper {
    height: 200px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Homepage leading image can be taller */
.home-page .leading-image-wrapper {
    height: 400px;
}

.leading-image-wrapper .container {
    z-index: 3;
}

.leading-image-wrapper .decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.leading-image-wrapper .decoration svg {
    position: absolute;
    opacity: 0.5;
    top: -30%;
    z-index: 2;
    mask-image: linear-gradient(black 80%, transparent);
}

.leading-image-wrapper h1 {
    min-height: 100px;
    font-size: 2.5rem;
}

.leading-image-wrapper .leading-copy { z-index: 1; position: relative; }

@media (min-width: 992px) {
    .leading-image-wrapper {
        min-height: 200px;
    }
    .home-page .leading-image-wrapper {
        min-height: 50vh;
    }
    .leading-image-wrapper .decoration svg {
        top: 0%;
    }
}

@media (min-width: 1200px) {
    .leading-image-wrapper .decoration svg {
        top: -50%;
    }
}

@media (max-width: 767px) {
    .leading-image-wrapper h1 {
        min-height: 200px;
        font-size: 2rem;
    }

    .leading-image-wrapper .decoration svg {
        top: 20%;
    }
}

@media (max-width: 576px) {
    .leading-image-wrapper .decoration svg {
        top: 30%;
    }
 }

/*[Explore Videos] 
-------------------*/

.explore-videos {
    padding: var(--section-padding);
    overflow: visible;
}

.explore-videos .decoration {
    opacity: 0.2;
}

.explore-videos__title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #111;
}

.explore-videos__content {
    width: 75%;
    /* height: 250px; */
    background: linear-gradient(166deg, #fff3f3, #e5fffd);
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: relative;
}

.explore-videos__content .decoration {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.explore-videos__content .decoration .halftone {
    position: absolute;
    width: 100%;
    height: 150%;
    bottom: -65%;
    right: -90%;
    opacity: 1;
}

.explore-videos__content .decoration .halftone path { 
    fill: var(--color-primary);
}

.explore-videos__thumbnail {
    background: var(--color-primary);
    border-radius: 10px;
    overflow: visible;
}

.explore-videos__thumbnail iframe {
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    display: block;
}

.explore-videos__text {
    padding: 40px 16px;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.explore-videos__btn {
    margin-top: 15px;
    padding: 10px 18px;
    border: 1px solid #333;
    color: #000;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.explore-videos__btn:hover {
    background: #333;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .explore-videos__thumbnail {
        aspect-ratio: 16 / 9;
    }

    .explore-videos__content .decoration .halftone {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -100%;
        right: -100%;
        opacity: 1;
    }
}

@media screen and (max-width: 576px) { 
    .explore-videos__content {
        width: 100%;
    }
}

/*[Slider]
--------------------------*/
.header-slider {
    position: relative;
    overflow: visible;
}

.slider_preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    min-height: 750px;
    /*background: rgba(3,125,113,.1);*/
    background: rgb(255, 255, 255);
}

.slider_preloader_status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#animation-slide .item,
.header-slider-preloader {
    height: 100vh;
}

#animation-slide .item {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 100%;*/
}

#animation-slide .item::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to right, rgba(3, 113, 125, 0.9), rgba(0, 24, 49, 0));
    /* background-color: rgba( 30, 38, 49, 0.5); */
}

#animation-slide .item::before {
    content: "";
    background: url(../img/pattern-white.svg) repeat;
    height: 100%;
    opacity: .2;
    position: absolute;
    width: 100%;
    z-index: 0;
}

/*.slide-one{
    background-image: url(../img/slider/1.jpg);
}
.slide-two{
    background-image: url(../img/slider/2.jpg);
}
.slide-three{
    background-image: url(../img/slider/3.jpg);
}*/
.slide-table {
    display: table;
    height: 100%;
    width: 100%;
}

.slide-tablecell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.slide-tablecell h2 strong {
    color: #fff;
}

.slide-tablecell .slide-btn:hover {
    text-decoration: none;
}

.slide-tablecell .slide-btn {
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    background-color: #0e9e8f;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.slide-tablecell .slide-btn i.fa {
    margin-left: 10px;
}

.slide-tablecell .slide-text>*:nth-child(1) {
    animation-duration: .3s;
}

.slide-tablecell .slide-text>*:nth-child(2) {
    animation-duration: .3s;
    animation-delay: .3s;
}

.slide-tablecell .slide-text>*:nth-child(3) {
    animation-duration: .3s;
    animation-delay: .6s;
    margin-top: 50px;
}

.slide-tablecell .slide-text>*:nth-child(4) {
    animation-duration: .3s;
    animation-delay: .9s;
}

.slide-tablecell .slide-text h2 {
    font-size: 54px;
    font-weight: 900;
    margin-top: 0;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 11px 10px rgba(0, 0, 0, 0.19);
}

.slide-tablecell .slide-text p {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    margin: 0;
}

.animation-slide.owl-theme .owl-nav {
    margin: 0;
}

.animation-slide.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform: translate(0%, -50%);
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #037d71 inset;
}

.animation-slide.owl-theme .owl-nav .owl-next:hover {
    -webkit-box-shadow: -100px 0 0 #037d71 inset;
}

.animation-slide.owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 100px 0 0 #037d71 inset;
}

.animation-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.animation-slide:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1;
}

.animation-slide:hover .owl-nav .owl-next {
    right: 20px;
    opacity: 1;
}

.animation-slide.owl-theme .owl-dots .owl-dot span {
    width: 100%;
    height: 2px;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    transition: 400ms;
    margin: 0;
}

.animation-slide.owl-theme .owl-dots .owl-dot span:hover {
    /*    width: 50px;
        background: #fff;*/
}

.animation-slide.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    height: 4px;
    margin-top: -4px;
}

.animation-slide .owl-dots {
    bottom: 14%;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -14%);
}

.animation-slide.owl-theme .owl-dots .owl-dot {
    width: 33.333333%;
}

#animation-slide .item,
.preloader-wrap {
    background-color: #bfbfbf;
}

.preloader-wrap {
    height: 100%;
    width: 100%;
    z-index: 8;
    position: absolute;
}

.preloader4 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.service-icon {
    /*margin-bottom: 40px;*/
}

.icon-box {
    background-color: #0e9e8f;
    height: 80px;
    width: 80px;
    margin-right: 12px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    display: block;
    color: #fff;
}

.icon-box:last-child {
    margin-right: 0;
}

.icon-box.view-all {
    font-size: 12px;
    font-weight: 700;
    padding: 16px 0;
}

.icon-box.view-all span i {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.icon-box.view-all:hover {
    color: #fff;
}

.icon-box i {
    color: #fff;
    font-size: 42px;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@media only screen and (max-width: 1200px) {
    .slide-tablecell .slide-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 991px) {

    .slider-preloader-wrap,
    #animation-slide .item {
        height: 400px;
    }

    .slide-text {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {

    .slider-preloader-wrap,
    #animation-slide .item {
        height: 600px;
    }

    .slide-tablecell .slide-text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .slide-tablecell .slide-text h2 br,
    .slide-tablecell .slide-text p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slide-tablecell .slide-text h2 {
        font-size: 36px;
        line-height: 38px;
    }

    .slide-tablecell .slide-text p {
        display: -webkit-box;
        height: 134px;
        margin: 0 auto;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: visible;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
    }

    .slide-tablecell .slide-text> :nth-child(3) {
        margin-top: 30px;
    }

    .animation-slide.owl-theme .owl-nav [class*="owl-"] {
        font-size: 21px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }

    .animation-slide .owl-dots {
        /*padding: 0 1rem;*/
    }

    .icon-box {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }

    .icon-box i {
        font-size: 26px;
    }
}

@media (min-width: 576px) {
    .animation-slide .owl-dots {
        width: 510px;
    }
}

@media (min-width: 768px) {
    .animation-slide .owl-dots {
        width: 690px;
    }
}

@media (min-width: 992px) {
    .animation-slide .owl-dots {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    .animation-slide .owl-dots {
        width: 1110px;
    }
}

/*Radiology Specialists Section*/

.radiology-specialists-wrapper {
    position: relative;
    z-index: 3;
    padding: var(--section-padding);
    overflow: visible;
}

.radiology-specialists-wrapper .decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.radiology-specialists-wrapper .decoration .ball-3-blur {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    z-index: 0;
}

.radiology-specialists-wrapper .decoration .ball-3-blur i {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.radiology-specialists-wrapper .decoration .ball-3-blur i:nth-child(1) {
    width: 300px;
    height: 300px;
    background: rgba(23, 23, 230, 0.1);
    top: 20%;
    left: 10%;
}

.radiology-specialists-wrapper .decoration .ball-3-blur i:nth-child(2) {
    width: 250px;
    height: 250px;
    background: rgba(0, 140, 255, 0.15);
    bottom: 20%;
    right: 10%;
}

.radiology-specialists-wrapper .decoration .ball-3-blur i:nth-child(3) {
    width: 200px;
    height: 200px;
    background: rgba(23, 23, 230, 0.08);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radiology-specialists-wrapper .decoration .blob-decoration {
    position: absolute;
    bottom: 0%;
    left: -30%;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

.radiology-specialists-wrapper .container {
    position: relative;
    z-index: 1;
}

/* Specialist Image */
.radiology-specialists-wrapper .specialist-image-wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.radiology-specialists-wrapper .image-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.radiology-specialists-wrapper .image-decoration .dots-icon {
    position: absolute;
    top: 50%;
    right: -8%;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.radiology-specialists-wrapper .image-decoration .dots-icon path {
    fill: var(--color-primary);
}

.radiology-specialists-wrapper .specialist-image-wrapper img {
    border: 3px solid rgba(23, 23, 230, 0.1);
    transition: all 0.3s ease;
}

.radiology-specialists-wrapper .specialist-image-wrapper:hover img {
    transform: scale(1.1);
}

/* Specialist Content */

.radiology-specialists-wrapper .specialist-content .text-title span {
    color: var(--color-primary);
}

.radiology-specialists-wrapper .specialist-content .text-subtitle {
    /* font-weight: 400; */
}

.radiology-specialists-wrapper .specialist-description {
    /* color: #495057; */
}

.radiology-specialists-wrapper .specialist-description strong {
    color: var(--color-primary);
    font-weight: 600;
}

/* Benefits List */
.radiology-specialists-wrapper .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.radiology-specialists-wrapper .benefits-list li {
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding: 1rem;
    background: rgba(0, 140, 255, 0.03);
    border-radius: var(--border-radius-primary);
    transition: all 0.3s ease;
}

.radiology-specialists-wrapper .benefits-list li:hover {
    background: rgba(0, 140, 255, 0.08);
    transform: translateX(5px);
}

.radiology-specialists-wrapper .benefits-list li i {
    color: var(--color-primary);
    font-size: 1.25rem;
    margin-right: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.radiology-specialists-wrapper .benefits-list li span {
    flex: 1;
}

.radiology-specialists-wrapper .cta-wrapper {
    display: flex;
    gap: 1rem;
}

/* Responsive */
@media (max-width: 991px) {
    .radiology-specialists-wrapper {
        padding: 60px 0;
    }
    
    .radiology-specialists-wrapper .specialist-content .text-title {
    }
    
    .radiology-specialists-wrapper .specialist-content .text-subtitle {
    }
}

@media (max-width: 576px) {
    .radiology-specialists-wrapper .specialist-content .text-title {
    }
    
    .radiology-specialists-wrapper .benefits-list li {
    }
}


/*Content Wrapper*/
.content-wrapper {
    background-color: color-mix(in srgb, var(--bg-color-shift) var(--bg-shift-progress, 0%), var(--color-white));
    position: relative;
}

.grid-inner {
    margin-top: -1px;
    position: relative;
    background-color: transparent;
    background-image: none;
    /* do not remove box shadow it was for blend top section */
    box-shadow:0 -60px 40px 1px var(--color-brand);
}

/* .grid-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    background: linear-gradient(180deg, rgba(23, 23, 230, 0.8) 0%, rgba(23, 23, 230, 0) 100%);
    filter: blur(3px);
    z-index: 1;
    pointer-events: none;
} */

.grid-inner .row {
    margin-right: 0;
    margin-left: 0;
    margin-top: -70px;
    width: 100%;
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
}

.grid-inner-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 200px;
    z-index: 0;
}

.grid-inner .row [class*="col-"] {
    /* overflow: visible; */
    display: table-cell;
}

@media (max-width: 768px) {
    .grid-inner::before {   
        background: linear-gradient(180deg, rgba(23, 23, 230, 0.8) 0%, rgba(23, 23, 230, 0) 40%);
    }

    .grid-inner {
        box-shadow:0 -90px 50px 8px var(--color-brand);
    }
}


/*[Services] */

.service-wrapper {
    border-radius: 10px;
    /* border: 1px solid #FFF; */
    overflow: visible;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease !important;
}

.icon-widget {
    margin-right: 16px;
}

.icon-widget img {
    width: 50px;
    height: 100%;
    object-fit: cover;
    margin-right: 0 !important;
}

.c-box-1 .icon-widget i {
    color: #1a8d82;
}

.c-box-2 .icon-widget i {
    color: #10877c;
}

.coloumn {
    /* padding: 30px; */
    color: #0D0D0D;
    min-height: 280px;
}

/* .c-box-1::after, .c-box-2::after  {
    position: absolute;
    top: 50px;    
    bottom: 50px;          
    right: 0;         
    width: 1px;                 
    background-color: #fff; 
    content: "";
} */

.c-box-2 {
    /* background-color: #01756a; */
    /* background-color: #f9f9f9; */
}

.c-box-3 {
    /* background-color: #006c62; */
    /* background-color: #f9f9f9; */
}

.text-content {
    position: relative;
    padding: 1rem;
}

.text-content ul {
    padding-left: 1em;
}

.text-content .btn-link {
    color: #fff;
    background-color: #0e9e8f;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.coloumn i {
    margin-right: 10px
}

/*.coloumn h1 {
    margin-top: 0;
    font-weight: 600;
    font-size: 23px;
}*/
.coloumn h3 {
    color: var(--color-primary);
   font-family: Roboto, sans-serif;
   font-weight: 800;
}

.coloumn p {
    color: #fff;
    margin-bottom: 15px;
}

.coloumn ul {
    margin: 0;
}

.coloumn ul li {
    padding: 8px 0;
}

.coloumn ul li:first-child {
    padding-top: 0;
}

.coloumn ul li:last-child {
    padding-bottom: 0;
}

.table {
    margin: 0
}

.coloumn .table>tbody>tr>td {
    padding: 8px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

.coloumn .table>tbody>tr>td:nth-child(odd) {
    padding-left: 0;
}

.coloumn .table>tbody>tr>td:nth-child(even) {
    padding-right: 0;
}

@media(max-width: 767px) {
    .grid-inner .row {
        display: block;
    }

    .grid-inner .row [class*="col-"] {
        display: block;
        /* margin-bottom: 2rem; */
    }
}

.service-list {
    padding: 70px 0;
    background: color-mix(in srgb, var(--bg-color-shift) var(--bg-shift-progress, 0%), var(--color-white));
}

.article {
    margin-bottom: 2rem;
    /*background-color: #f5f5f5;*/
    /* box-shadow: 0 0 2rem rgba(0,0,0,.1); */
}

.article_image>img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.article__content {
    box-sizing: border-box;
    overflow: visible;
    padding: 1.875em;
    border: 1px solid #ececec;
    border-right: 0;
}

.article__title {
    font-size: 21px;
    font-weight: 700;
}

.article__text {}

.contactCard-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px;
}

.contactCard-icon {
    font-size: 17px;
    font-weight: 600;
}

.contactCard-icon i {
    margin-right: 10px;
}

.link-underlined {
    display: block;
    color: #fff;
    margin-top: 2rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.link-underlined:hover {
    color: #fff
}

@media(min-width: 1200px) {
    .sideber-right {
        padding-left: 50px;
    }
}

/*Link*/
a.read-link {
    font-weight: 500;
    position: relative;
    color: #037d71;
}

a.read-link::before {
    background: var(--color-primary-gradient);
    content: '';
    left: 0;
    bottom: -5px;
    height: 2px;
    position: absolute;
    right: 0;
}

a.read-link:hover::before {
    animation: 0.5s 1 cta-line;
}

@keyframes cta-line {
    0% {
        transform-origin: 100% 50%;
        transform: scaleX(1);
    }

    45% {
        transform-origin: 100% 50%;
        transform: scaleX(0);

    }

    55% {
        transform-origin: 0% 50%;
        transform: scaleX(0);

    }

    100% {
        transform-origin: 0% 50%;
        transform: scaleX(1);

    }
}

a.read-link i {
    font-size: 10px;
    margin-left: 3px;
}

/*Read more*/
.read-more {
    text-transform: uppercase;
    padding: 0 1.5rem;
    height: 33px;
    line-height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #037d71;
    font-size: 13px;
    font-weight: 600;
}

.read-more:hover {
    background-color: #303030;
    color: #fff;
}

@media (min-width: 31.3em) {
    .article_image {
        float: right;
        height: 15.3125em;
        width: 15.3125em;
    }

    .article__content {
        height: 15.3125em;
    }
}

/*Header title --------------*/
/*Team --------*/
.team-content {
    padding: 70px 0;
    background-color: rgba(3, 125, 113, .05);
}

/*[Blog/News]
--------------------------*/
.news-section {
    overflow: visible;
    padding: var(--section-padding);
}

.news-meet-doctor {
  position: relative;
  background-size: cover;
    background-position: center;
    min-height: 550px;
    border-radius: 10px;
}

.news-carousel .owl-nav button {
    background: var(--color-primary) !important;  
    color: white !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.news-carousel .owl-item {
    display: flex;
}

.news-carousel .owl-nav button.owl-prev:hover i {
    animation: arrow-animation-left 0.3s ease;
}
.news-carousel .owl-nav button.owl-next:hover i {
    animation: arrow-animation-right 0.3s ease;
}

.news-carousel .owl-nav {
    text-align: center;   
    margin-top: 20px;     
}

.news-carousel .owl-stage {
    display: flex;
}

.news-card {
    border-radius: 10px;
    /* background-color: rgba(0, 140, 255, 0.05); */
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;  
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.news-thumbnail {
    border-radius: 10px;
    overflow: visible;
}
.news-thumbnail img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-thumbnail:hover img {
    transform: scale(1.1);
}

.news-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-content i {
    color: var(--color-primary);
}

.news-content h4 a {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: visible;
  color: rgb(19, 24, 47) !important;
  transition: all 0.3s ease;
}

.news-content h4 a:hover {
  color: var(--color-primary) !important;
}


/* Desktop responsive */
@media (min-width: 992px) {
    .news-content p {
    display: -webkit-box;
  -webkit-line-clamp: 4; /* jumlah baris maksimal */
  -webkit-box-orient: vertical;
  overflow: visible;
}
}

/* Mobile responsive */
@media (max-width: 992px) {
  .news-card {
  
  }
  
}

@media (max-width: 768px) {
    .news-content p {
    display: -webkit-box;
  -webkit-line-clamp: 4; /* jumlah baris maksimal */
  -webkit-box-orient: vertical;
  overflow: visible;
}
}



/* OLD TEMPLATE */
.blog-content {
    padding: 70px 0 40px;
}

/*
.postContent{
    padding: 70px 0;
}*/
.post-img {
    display: block;
    margin-bottom: 15px;
}

.post-img img {
    border-radius: 4px;
}

.meta-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(4, 22, 24);
}

.post-text-block .post-title {
    font-size: 18px;
    font-weight: 700;
}

.post-text-block .post-des {
    width: 85%;
    line-height: 18px;
}

.grid-content {
    /* box-shadow: 0px 2px 4px 0px rgba(247, 244, 244, 1); */
    transition: all 420ms cubic-bezier(.165, .84, .44, 1);
    /* background-color: #f5f5f5; */
    margin-bottom: 30px;
    /* box-shadow: 1px 1px 6px rgba(0,0,0,.1); */
}

.grid-content:hover {
    /*box-shadow: 0px 11px 20px 0px rgba(237, 230, 230, 1);*/
}

.grid-content .img-link {
    display: block;
    overflow: visible;
    position: relative;
}

.grid-content .img-link::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .1);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.grid-content .img-link:hover::before {
    opacity: 1;
}

.grid-content .img-link img {
    -webkit-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    backface-visibility: hidden;
}

.grid-content .img-link:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.textContent {
    padding: 30px 30px 40px;
    border: 1px solid #ececec;
    border-top: none;
    position: relative;
    /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06); */
}

.post-meta {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #808080;
}

.post-meta .date {
    margin-right: 5px;
    white-space: nowrap;
    margin-top: 1px;
}

.post-meta .categories {
    display: inline-block;
}

.post-meta .categories a {
    display: inline-block;
    color: #037d71;
}

.textContent h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 25px;
}

.textContent h3 a {
    color: rgb(41, 48, 50);
}

.textContent h3 a:hover {
    color: #037d71;
    text-decoration: underline;
}

.textContent p {
    margin-bottom: 10px;
    color: rgb(97, 109, 112);
}

@media(max-width: 991px) {
    .text-block {
        margin-top: 2rem;
    }
}

/*[Blog List]
------------------------  */
.ratio-16x9 img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;

}

.news_list-wrapper {
    margin: 2rem 0;
}

.news_list-wrapper .content {
    /* max-height: 210px; */
}

.news_list-wrapper .content i {
    color: var(--color-primary);
}

.news_list-wrapper .content p {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* jumlah baris */
  -webkit-box-orient: vertical;
  overflow: visible;
}

@media screen and (max-width: 768px) {
    .news_list-wrapper .content p {
        display: none;
    }

    .news_list-wrapper .content h4 {
         display: -webkit-box;
        -webkit-line-clamp: 2; /* jumlah baris */
        -webkit-box-orient: vertical;
         overflow: visible;
    }
}

/*[Blog Details]
--------------------------*/
.blogContent {
    padding-bottom: 70px;
}

.big-title {
    /* border-bottom: 1px solid #ececec; */
    padding: 30px 0;
    /* margin-top: 70px; */
    /*background-image: linear-gradient(#fff,#f3f2f0);*/
    text-align: center;
}

.contentHeader {
    /*margin: 100px 0 70px;*/
}

.metaInfo {
    font-size: 18px;
    /* color: rgb(140, 152, 155); */
}

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

.drtailsText {
    margin-bottom: 70px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.drtailsText .figure {
    margin-bottom: 40px;
}

.drtailsText p,
.drtailsText ul {
    font-size: 16px;
    color: rgb(67, 78, 81);
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 400;
}

.drtailsText ul {
    padding-left: 17px;
}

.drtailsText h3 {
    font-size: 28px;
    color: rgb(49, 58, 60);
    margin-bottom: 35px;
    font-weight: 400;
}

.socialShare {
    /* margin-bottom: 70px; */
}

.socialShare li {
    display: inline-block
}

.socialShare li.shareTitle {
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 700;
}

.socialShare li a {
    font-size: 20px;
    color: #fff;
    display: block;
    margin-right: 7px;
    height: 36px;
    width: 36px;
    background-color: #ddd;
    border-radius: 25px;
    text-align: center;
    line-height: 36px;
    transition: transform .3s, -webkit-transform .3s;
}

.socialShare li a.facebook {
    background-color: #3b5998;
}

.socialShare li a.whatsapp {
    background-color: #25d366;
}

.socialShare li a.twitter {
    background-color: #00acee;
}

.socialShare li a.pinterest {
    background-color: #ca1f27;
}

.socialShare li a.google-plus {
    background-color: #dd4b39;
}

.socialShare li a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media(min-width: 768px) {
    .contentHeader h1 {
       
    }

    .drtailsText p,
    .drtailsText ul {
        font-size: 17px;
    }
}

/*[Contact]
--------------------------*/
.contact-content {
    padding: 70px 0;
}

.contact-header {
    margin-bottom: 3rem;
}

.superheadline {
    display: block;
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(130, 124, 126);
    font-size: 13px;
    letter-spacing: 1px;
}

.contact-header h2 {
    margin-bottom: 3rem;
    font-size: 28px;
}

.contact-header .headline {
    display: block;
    position: relative;
}

.contact-header .headline::after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 0;
    border-style: solid;
    border-width: 0 0 2px;
    margin: .4em 0 .2em;
    border-width: 3px 0 0;
    color: #563D7C;
    width: 1.5em;
}

.contact-header p {
    color: rgb(130, 124, 126);
}

.contact-service {
    padding: 20px;
    /*border-radius: 4px;*/
    min-height: 150px;
    margin-bottom: 30px;
    /* box-shadow: 0 5px 30px 0 rgba(0,0,0,.05); */
    background-color: #f5f5f5;
}

.contact-service img {
    width: 50px;
}

.contact-service i {
    color: #037d71;
    font-size: 48px;
    line-height: 48px;
}

.contact-service .media-body h4 {
    margin-top: 0px;
    font-size: 17px;
    font-weight: 600;
}

.contact-service .media-body div {
    color: rgb(130, 124, 126);
}

.contact-form .form-control {
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #ececec;
    padding: .500rem .75rem;
    height: 42px;
}

.contact-form textarea.form-control {
    height: auto;
}

#map {
    width: 100%;
    height: 400px;
}

@media (max-width: 575px) {
    .contact-header .headline {
        font-size: 25px;
        font-weight: 600;
    }
}

@media(min-width: 0px) and (max-width: 991px) {
    .contact-form {
        margin-top: 30px;
    }
}

@media(min-width: 1200px) {
    .contect-des {
        margin-right: 2rem;
    }

    .contect-des {
        margin-right: 2.1875rem;
    }
}

/* Contact Us Card
----------------- */
.contact-us-wrapper {
    /* background-color: var(--color-primary); */
    background: var(--color-primary-light);
    background-size: 300% 100%;
    background-blend-mode: screen;
    padding: var(--section-padding);
    position: relative;
    overflow: visible;
    animation: background-gradient 40s ease-in-out infinite;
}

.contact-us-card {
    backdrop-filter: blur(10px);
    border-radius: 20px;
    color: #000;
    position: relative;
    background-color: rgba(249, 249, 249, 0.8);
}

.contact-us-card:hover, .contact-us-card:active, .contact-us-card:focus {
    background-color: rgba(249, 249, 249, 1);
    transition: all 0.5s ease;
}

.contact-us-content {
    padding: 30px 24px;
}

.contact-us-img {
    border-radius: 20px;
    overflow: visible;
}

.contact-us-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.contact-us-title {
    color: #137DE6;
}

.contact-us-hook {
    color: #000;
}

.contact-bg-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.contact-bg-shapes .floating-blob--one {
    top: -120px;
    left: -80px;
}

.contact-bg-shapes .floating-blob--two {
    bottom: -100px;
    right: -60px;
    animation-delay: 2.5s;
}

.contact-bg-shapes .floating-blob--three {
    top: 40%;
    right: 18%;
    animation-delay: 5s;
}

.contact-bg-shapes .floating-ring--one {
    bottom: -20%;
    left: -10%;
    animation-delay: 3s;
}

@media (max-width: 768px) {
    .contact-bg-shapes .floating-blob--one {
        top: -160px;
        left: -120px;
    }

    .contact-bg-shapes .floating-blob--two {
        bottom: -160px;
        right: -120px;
    }

    .contact-bg-shapes .floating-blob--three {
        top: 55%;
        right: -10%;
    }

    .contact-us-img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .contact-us-img {
        height: 200px;
    }

}

/* Page 
-------------------------*/

/* page, news use this css */
.text_content img {
    max-width: 100%;
    height: auto !important;
    display: block;
}

/*[Appiontment Form]
--------------------------*/
/*Nav tabs*/
.nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    display: block;
    color: #666;
    padding: 8px 0;
    border: none;
    margin: 0 20px 0 0;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom-width: 3px;
    padding-bottom: 7px;
    border-color: #037d71;
    color: #FFF;
    background-color: transparent;
}

/*Datepicker*/
.datepicker.dropdown-menu {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ececec;
}

.datepicker-dropdown.datepicker-orient-top::before {
    border-top: 7px solid #ddd;
}

.datepicker td,
.datepicker th {
    padding: 4px 6px;
    font-weight: 500;
}

.datepicker th {
    font-weight: 600;
    color: #006057;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background: #006057 !important;
}

/*Select2*/
.select2-container--bootstrap .select2-selection--single {
    height: 40px;
    line-height: 1.5;
    padding: .550rem .75rem;
    border-color: #fff;
    box-shadow: none;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    height: 40px;
    width: 32px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 0;
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 12px;
    margin-left: 9px;
    margin-top: -8px;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b::before {
    content: "\e64b";
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b::before {
    content: "\e648";
}

.form-control:hover,
.form-control:focus,
.select2-container--bootstrap .select2-selection--single:hover,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: 0 0 2px #037d71;
    box-shadow: 0 0 2px #037d71;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-color: #037d71;
    ;
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 0 2px #037d71;
    box-shadow: 0 0 2px #037d71;
    border-color: #037d71;
    ;
}

.select2-search--dropdown {
    display: block;
    padding: 10px 12px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 2px;
    color: #495057;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: rgb(130, 124, 126);
}

.select2-container--bootstrap .select2-results__group {
    color: #495057;
    font-size: 14px;
    font-weight: 600;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    color: rgb(130, 124, 126);
    font-size: 14px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #037d71;
    color: #fff;
}

/*Radiobox*/
.form-container label.gender-label {
    margin-right: 1rem;
}

.custom-control-inline {
    margin-right: .5em;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #037d71;
    box-shadow: none;
}

/*Checkbox*/
.appointment-content .custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #037d71;
    box-shadow: none;
}

/*File uploade --- */
.upload {
    display: block;
}

label.file-upload {
    position: relative;
    overflow: hidden
}

label.file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

.btn-upload {
    font-size: 20px;
    border-radius: 3px;
    color: rgb(249, 89, 89);
    border-color: rgb(3, 125, 113);
    /*background-color: rgba( 3, 125, 113, 0.1);*/
    background-color: #fff;
    padding: 15px 30px;
    margin: 0;
}

.file-upload-text {
    position: relative;
    margin-left: 40px;
}

.file-upload-text::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -50px;
    height: 29px;
    width: 42px;
    background-image: url(../img/upload.png);
}

.appointment-content {
    background: #fff;
    position: relative;
}

.appointment-text {
    position: relative;
    padding: 4rem 0;
}

.appointment-text h1 {
    color: #006057;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px;
}

.appointment-text h3 {
    color: #006057;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}

.form-container {
    padding: 4rem 0;
}

h2.semibold {
    color: #006057;
    position: relative;
    padding-left: 45px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

h2.semibold span {
    display: inline-block;
    background-color: #006057;
    color: #a9dade;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.list-checkmark {
    padding: 0;
    margin: 0 0 15px;
}

.list-checkmark li {
    padding-left: 30px;
    background: transparent url(../img/checkmark-green.svg) no-repeat left top 3px;
    background-size: auto auto;
    background-size: 14px 11px;
    color: rgb(72, 72, 72);
    padding-bottom: 12px;
}

.appointment-text .contact-service {
    background-color: #fff;
    /* border: 1px solid #ececec; */
    /*box-shadow: 0 5px 30px 0 rgba(0,0,0,.05);*/
}

.form-container label {
    font-size: 14px;
    font-weight: 500;
    color: #006057;
}

.form-control {
    height: 40px;
    border-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: .375rem .75rem;
}

.form-control::-webkit-input-placeholder {
    color: rgb(130, 124, 126);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: rgb(130, 124, 126);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgb(130, 124, 126);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: rgb(130, 124, 126);
    opacity: 1;
}

.form-control::placeholder {
    color: rgb(130, 124, 126);
    opacity: 1;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

/*alert*/
/* .alert {
    display: block;
    line-height: 24px;
    margin: 16px 0;
    padding: 24px;
    padding: 24px 24px 24px 80px;
    position: relative;
    clear: both;
    border-radius: 0;
} */

.alert-success {
    color: #006057;
    border-color: rgba(3, 125, 113, .1);
    background: rgba(3, 125, 113, .1);
}

.alert.alert-primary strong {
    color: #0389ff;
}

@media (min-width: 576px) and (max-width: 991px) {
    /*    .demo-left::before {
            right: -135px;
            width: 140vw;
        }*/
}

@media(max-width: 991px) {
    .appointment-content {
        background: #F4F5F7
    }
}

@media(min-width: 992px) {
    .appointment-content {
        background-image: linear-gradient(90deg, #F4F5F7 50%, rgba(3, 125, 113, .2) 50%);
    }

    .appointment-text {
        padding-right: 15px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .form-container {
        /*padding: 3rem 0 3rem 1rem;*/
    }

}

/*[Login & Register]
--------------------------*/
/* .wrapper {
    padding: 10px;
       background: #F2F9FF
} */
.form-navbar {
    gap: 20px   ;
    padding: 20px 0;
}

.form-navbar .dropdown {
    padding: 14px 20px;
}

.auth-switch .btn {
    border-radius: 15px;
    padding: 4px 16px;
    color: #4461F2;
}       

.auth-switch a {
    font-size: 0.9rem;
    font-weight: 700;
}

.auth-switch .btn.active {
    background: white;
    color: #4461F2;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}


.form-page {
    background-color: #F2F9FF;
}

.form-card {
    border-radius: 1rem;
}


.form-control {
    border: none;
    border-radius: 10px;
    padding: 22px 15px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, .25); /* efek fokus biru */
}

.btn-sign-in {
    border-radius: .75rem;
    padding: 12px;
    font-weight: 600;
    background: #4461F2 !important;
    border: none;
}

/* TEMPLATE OLD */
.container-center {
    max-width: 400px;
    margin: 30px auto;
}

.register-logo {}

.panel {
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
}

.panel-header h3 {
    font-size: 24px;
}

.panel p {
    color: rgb(146, 148, 149);
    font-size: 14px;
    text-align: center;
}

.panel .muted {
    margin-top: 1rem;
    margin-bottom: 0;
}

.btn-linkedin,
.btn-google {
    background-color: #fff;
    color: #757575;
    text-align: left !important;
    font-weight: normal;
    position: relative;
    padding: 13px 8px 13px 50px;
    line-height: 1;
    margin-bottom: 1rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(122, 122, 122, 0.2);
}

.btn-linkedin:before,
.btn-google:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 11px;
    top: 10px;
}

.btn-linkedin:before {
    background-image: url(../img/linkdin.svg);
}

.btn-google:before {
    background-image: url(../img/google.svg);
}

.btn-linkedin:focus,
.btn-linkedin:hover,
.btn-google:focus,
.btn-google:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.divider {
    margin: 1rem 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0, 0, 0, .85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: table;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
}

.divider::after,
.divider::before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/divider.png);
}

.divider::before {
    background-position: right 1em top 50%;
}

.divider::after {
    background-position: left 1em top 50%;
}

.register-form .form-control {
    border: 1px solid #dddede;
}

.bottom-text {
    margin: 12px auto;
    width: 300px;
    display: block;
    text-align: center;
    line-height: 19px;
    /* color: #006057; */
}

.bottom-text a {
    font-weight: 600;
    padding: 0 8px 0 0;
    /* background: url(../img/bullet.png) 100% 50% no-repeat; */
    color: #006057;
}

@media(min-width: 768px) {
    .container-center {
        margin: 50px auto;
    }
}
/* Logo Collections 
------------------------*/
.logo-collect-wrapper {
    background: #fff;
}

/*[Conditions]
------------------------*/
.conditions-wrapper {
    position: relative;
    padding: var(--section-padding);
}

.conditions-wrapper .decoration {
    overflow: visible;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.conditions-wrapper .decoration .ball-3-blur {
    position: absolute;
    top: 34%;
    left: 63%;
    transform: translate(-50%, -50%);
}

.conditions-wrapper .decoration .blob-1 {
    position: absolute;
    top: -70%;
    right: -97%;
    width: 200%;
    height: 200%;
    opacity: 1;
}

.conditions-wrapper .decoration .blob-1 path {
}

.conditions-wrapper .dots-icon {
    position: absolute;
    top: 20%;
    right: 47%;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.conditions-wrapper .dots-icon path {
    fill: var(--color-primary);
}

.conditions-wrapper .row {
    position: relative;
    z-index: 1;
}

.conditions-wrapper .list {
    margin-top: var(--section-title-margin);
    list-style-type: none;
    padding: 0;
}

.conditions-wrapper .list-item {
    font-size: 16px;
    padding: 16px;
    margin-top: 14px;
    color: var(--color-black);
    font-family: Roboto, sans-serif;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    border-radius: 10px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conditions-wrapper .list-item:hover , .conditions-wrapper .list-item:focus {
    background-color: var(--color-primary);
    color: #fff;
}

.conditions-wrapper .list-item i {
    transition: transform 0.3s ease;
}

.conditions-wrapper .list-item:hover i {
    transform: rotate(-45deg);
}

.conditions-wrapper .image-wrapper{
    box-shadow: 0 0 120px 0 rgba(0, 180, 216, 0.3);
    border-radius: 10px;
    overflow: visible;
}

.conditions-wrapper .image-wrapper img {
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.conditions-wrapper .image-wrapper:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) { 
    .conditions-wrapper .decoration .blob-1 {
        top: -70%;
        right: -112%;
    }
}

@media (max-width: 991px) { 
    .conditions-wrapper .decoration .blob-1 {
        display: none;
    }

    .conditions-wrapper .decoration .ball-3-blur {
        top: 31%;
        left: 80%;
    }

    .conditions-wrapper .decoration .dots-icon {
        right: 0%;
    }
}

/*[Testimonials]
--------------------------*/
.testimonial-nw-wrapper {
    /* background-color: #FAF6F0; */
    overflow: visible;
}

/* YouTube-style Testimonial Card */
.testimonial-card-yt {
    position: relative;
    border: 1px solid rgba(13, 13, 76, 0.6);
    border-radius: 10px;
    overflow: visible;
    background: #000;
    width: 100%;
    aspect-ratio: 3/4;
    cursor: default;
}

.testimonial-card-yt.has-video {
    cursor: pointer;
}

.testimonial-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
}

.testimonial-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s 0.3s ease, transform 0.4s ease, filter 0.4s ease;
    pointer-events: none;
}

.testimonial-thumbnail:hover img, .testimonial-thumbnail:focus img, .testimonial-thumbnail:active img{
    transform: scale(1.1);
    filter: brightness(1.1);
}

.testimonial-overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all 0.4s 0.3s ease;
    pointer-events: none;
}

.testimonial-overlay iframe {
    width: 100%;
    height: 100%;
}

/* Only apply hover effect when has-video class present */
.testimonial-card-yt.has-video .testimonial-thumbnail img {
    transition: all 0.4s 0.3s ease;
}

.testimonial-card-yt.has-video:hover .testimonial-thumbnail img {
    opacity: 0;
}

.testimonial-card-yt.has-video:hover .testimonial-overlay-DISABLED {
    opacity: 1;
    pointer-events: auto;
}

.testimonial-content-yt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    margin: 8px;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.5s ease;
    pointer-events: none;
}

.testimonial-card-yt.has-video:hover .testimonial-content-yt {
    transform: translateY(100%);
    background: rgba(13, 13, 76, 1);
    backdrop-filter: blur(0px);
}

.testimonial-content-yt .description {
    color: var(--color-black);
    overflow: visible;
    font-style: italic;
    text-overflow: ellipsis; /* Optional: adds ellipsis for one-line truncation fallback */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Specify the desired number of lines */
    -webkit-box-orient: vertical;
}

.testimonial-content-yt .name {
    color: var(--color-primary);
    opacity: 0.9;
}

.testimonial-content-yt .disease {
    color: var(--color-black);
    opacity: 0.9;
}

/* Owl Carousel for Testimonials */
.testimonial-carousel.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.testimonial-carousel.owl-carousel .owl-nav button {
    background: var(--color-primary) !important;
    color: white !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel.owl-carousel .owl-nav button:hover i {
    animation: arrow-pulse 0.3s ease;
}

@keyframes arrow-pulse {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
}

.testimonial-nw-wrapper .testimonial-card {
    /* min-width: 316px; */
    /* min-height: 460px; */
  /* max-width: 500px; */
  border-radius: 16px;
  /* background: #03A9F4; */
}

.testimonial-nw-bubble-text {
    position: absolute;
    text-align: start;
    top: -50px;
    left: 260px;
    min-width: 551px;
    padding: 16px;
    border-radius: 16px;
    border: #D1CFCE solid 1px;
    background-color: rgba(255, 251, 251, 0.7);
}   

.testimonial-photo img {
    width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  /* border: 4px solid #ffffff;
  border-radius: 10px; */
}

.testimonial-nw-wrapper .testimonial-thumb {
    margin: 8px;
    background-color: #03A9F4;
  width: 120px !important;
  height: 120px !important;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.testimonial-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.testimonial-nw-wrapper .testimonial-thumb.active {
    border-color: #03A9F4;
}

.testimonial-nw-count {
    display: inline-block;
    padding: 4px 40px;
    margin: 20px 10px;
    border-radius: 10px;
    border: 1px solid #000;
}

.testimonial-nw-wrapper button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
    .testimonial-nw-bubble-text {
        position: static;
        min-width: 0;
    }

    .testimonial-nw-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

/* TEMPLATE 
-------------------*/

/*Video testimonial*/
.video-testContent {
    background-color: #f3f2f0;
    background-image: linear-gradient(#fff, #f3f2f0);
    padding: 70px 0;
}

.testText h1 {
    font-size: 50px;
    font-weight: 800;
    color: #006057;
    line-height: 52px;
    margin-bottom: 2rem;
}

.star-rating-stars {
    color: rgb(249, 89, 89);
    font-size: 19px;
}

.textInfo {
    text-align: center;
    margin: 50px 0 0;
    font-size: 16px;
}

/*video*/
.video-wrapper {
    position: relative;
}

.video-wrapper>video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

/*Testimonial text*/
.testimonialContent {
    padding: 70px 0;
}

.contentTitle {
    font-size: 28px;
    color: rgb(46, 60, 64);
    margin: 0 0 30px;
    font-weight: 700;
}

.testimonial .description {
    font-size: 21px;
    line-height: 1.75;
    color: rgb(46, 60, 64);
    font-family: 'Nanum Myeongjo', serif;
    font-style: italic;
    width: 70%;
    margin: 0 auto;
}

.testimonial .title {
    font-size: 20px;
    color: var(--color-primary);
    text-transform: capitalize;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #363636;
}

.owl-testimonial.owl-theme .owl-nav {
    margin: 0;
}

.owl-testimonial.owl-theme .owl-nav [class*="owl-"] {
    /* height: 40px; */
    position: absolute;
    bottom: 40%;
    transform: translate(0%, -20%);
    top: 20%;
    margin: 0;
    font-size: 50px !important;
    line-height: 1 !important;
}

.owl-testimonial.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-testimonial.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-testimonial.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #037d71;
}

.owl-testimonial .owl-dots {
    margin-top: 40px;
}

/*.owl-testimonial.owl-theme .owl-dots .owl-dot span {
    width: 80px;
    height: 80px;
    border-radius: 0;
    opacity: .5;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    background: url("../img/testimonial/1.jpg") no-repeat !important;
    background-size: cover !important;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot:nth-child(2) span {
    background: url("../img/testimonial/2.jpg") no-repeat!important;
    background-size: cover !important;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot:nth-child(3) span {
    background: url("../img/testimonial/3.jpg") no-repeat !important;
    background-size: cover !important;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot:nth-child(4) span {
    background: url("../img/testimonial/4.jpg") no-repeat !important;
    background-size: cover !important;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot:nth-child(5) span {
    background: url("../img/testimonial/5.jpg") no-repeat !important;
    background-size: cover !important;
}
.owl-testimonial.owl-theme .owl-dots .owl-dot:nth-child(6) span {
    background: url("../img/testimonial/6.jpg") no-repeat !important;
    background-size: cover !important;
}*/
.owl-testimonial.owl-theme .owl-dots .owl-dot.active span,
.owl-testimonial.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot span {
    border-radius: var(--border-radius-primary) !important;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    height: 4px;
    left: 20%;
    right: 20%;
    background-color: transparent;
    top: -10px;
}

.owl-testimonial.owl-theme .owl-dots .owl-dot.active span::before {
    background-color: var(--color-primary);
    border-radius: var(--border-radius-primary);

}

@media(max-width: 768px) {
    .testimonial .description {
        font-size: 18px;
        width: 100%;
    }

    .owl-testimonial.owl-theme .owl-nav [class*="owl-"] {
        font-size: 18px !important;
    }

    .owl-testimonial.owl-theme .owl-dots .owl-dot span {
        width: 44px;
        height: 44px;
    }

    .owl-testimonial.owl-theme .owl-nav .owl-prev {
        left: -15px;
    }

    .owl-testimonial.owl-theme .owl-nav .owl-next {
        right: -15px;
    }
}

.testimonial2 {
    background-color: #037d71;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.testimonial-quote {
    position: relative;
    line-height: 42px;
    font-weight: 600;
}

.testimonial2-author-name {
    font-size: 25px;
    font-weight: 600;
    margin-right: 10px;
}

.testimonial2-author-link a {
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    transition: color 150ms, border-color 150ms, background-color 150ms;
}

.testimonial2-author-link a:hover {
    color: #037d71;
    background-color: #fff;
    border-color: #fff;
}

.quotes-marks {
    position: absolute;
    /*    opacity: .9;*/
    z-index: 2;
}

.quotes-marks.mark-left {
    top: -125px;
    left: 0;
}

.quotes-marks.mark-right {
    bottom: -125px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quotes-marks svg {
    fill: #0e9e8f;
}

@media(max-width: 767px) {
    .testimonial2-author {
        display: block !important;
    }

    .testimonial2-author-name {
        margin: 0 0 10px;
    }

    .quotes-marks {
        display: none;
    }

    .testimonial-quote {
        line-height: 32px;
        font-weight: 500;
        font-size: 22px;
    }
}

@media(min-width: 992px) {
    .quotes-marks.mark-right {
        bottom: -125px;
        right: -80px;
    }

    .quotes-marks.mark-left {
        top: -125px;
        left: -80px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .testimonial-quote {
        font-size: 30px;
    }
}

/* Client ------*/
.partners-content {
    background-color: #037d71;
    padding: 70px 0 40px;
}

.partner-logo {
    margin-bottom: 30px;
}

/*[Department]
--------------------------*/
.headerContent {
    padding: 70px 0 52px;
}

.catLink .catLink-title {
    font-size: 21px;
    position: relative;
    color: rgb(46, 60, 64);
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
    transition: color 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.catLink .catLink-title::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 5px;
    /* opacity: 0.3; */
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.5s;
    background: rgb(3, 125, 113);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.catLink .catLink-title:hover::before,
.catLink .catLink-title:focus::before {
    transform: scale3d(1, 1, 1);
}

.catLink .catLink-title::after {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(3, 125, 113, .3);
}

.catLink ul li {
    margin-bottom: 18px;
}

.catLink ul li a {
    color: rgb(88, 104, 109);
    font-weight: 500;
}

.catLink ul li a:hover {
    color: #037d71;
}

.department {
    padding: 0 0 38px;
    /* background: rgba(3,125,113,.1); */
}

.box-widget {
    padding: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    min-height: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    margin-bottom: 30px;
    /* border-color: rgba(3,125,113,.1); */
    background: rgba(3, 125, 113, .1);
}

.box-widget:hover,
.box-widget:focus {
    border-color: rgba(3, 125, 113, .1);
    background: rgba(3, 125, 113, .1);
}

.box-icon i {
    font-size: 52px;
    color: #037d71;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.box-widget:hover .box-icon i {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
}

.box-widget a {
    color: #037d71;
}

.box-text h5 {
    font-size: 19px;
    font-weight: 600;
}

.box-text p {
    font-size: 13px;
    margin: 0;
}

.department-list {
    padding-bottom: 70px;
}

.department-item {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    position: relative;
}

.department-item:nth-child(2) {
    /*padding-top: 50px;*/
}

.department-item .img-container {
    background-color: #a5a3b4;
    margin-bottom: 20px;
    transition: transform .3s ease-in-out;
    overflow: visible;
    position: relative;
}

.department-item:hover .img-container {
    transform: scale(0.95);
}

.department-item .img-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(36deg,rgba(32, 125, 3, 0.4) 20%,#037d71 90%); */
    z-index: 1;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.department-item .img-container img {
    width: 100%;
    position: relative;
    transition: transform .3s ease-in-out;
}

.department-item:hover .img-container img {
    transform: scale(1.1);
}

.item-description {
    margin-left: 50px;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px solid #fff;
    transition: border 0.5s;
    z-index: 1;
    bottom: 0;
    overflow: visible;
}

.department-item:hover .mask {
    border: 15px solid #fff;
    box-sizing: border-box;
}

.mask .content {
    position: relative;
    margin: 20px;
}

.mask .content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.mask .content span {
    color: #ecf4fe;
    font-weight: 500;
}

.mask .content .svg-wrap {
    position: absolute;
    right: -5px;
    top: 10px;
}

.mask .content .svg-wrap svg {
    animation-name: applications-arrow-back;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: easeOutExpo;
}

.department-item:hover .mask .content .svg-wrap svg {
    animation-name: applications-arrow;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-timing-function: easeOutExpo;
}

.mask .content .svg-wrap svg .icon-arrow {
    fill: #fff;
}

.mask-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 1;
    left: 50%;
}

.mask-icon i {
    color: #fff;
    font-size: 80px;
}

@-webkit-keyframes applications-arrow {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes applications-arrow {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@-webkit-keyframes applications-arrow-back {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(60px);
    }
}

@keyframes applications-arrow-back {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(60px);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .mask-icon i {
        font-size: 60px;
    }
}

@media(min-width: 992px) {
    .mask .content {
        margin: 44px 48px;
    }

    .mask-icon i {
        font-size: 125px;
    }
}

/*Doctor About*/
.about-content {
    margin-bottom: 30px;
    /* background-color: #04627D; */
}

.a-text-info {
    padding: 30px;
}

.a-text-info h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 1rem;
}

/*[About page]
--------------------------*/
.about-wrapper {
    padding: 70px 0;
}

.about-wrapper .feature-img {
    background-color: var(--color-brand);
    border-radius: var(--border-radius-primary);
    padding: 25%;
}

.about-text {
    /*    border-bottom: 1px solid #ececec;
        padding-bottom: 70px;*/
}

.text-block .heading-sm {
    text-transform: uppercase;
    padding-left: 45px;
    position: relative;
    font-size: 14px;
    color: #037d71;
    font-weight: 700;
    letter-spacing: 1px;
}

.text-block .heading-sm::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 30px;
    content: '';
    background: #037d71;
}

.text-block h3 {
    font-weight: 700;
}

.text-block ul {
    padding-left: 0;
}

.text-block ul li {
    margin-bottom: 1rem;
}

.text-block .quote-text p {
    font-size: 17px;
    font-style: italic;
    font-family: 'Nanum Myeongjo', serif;
}

.quote-attribution {
    color: #253858;
    font-size: 14px;
    font-weight: 700;
}

.signature {
    position: absolute;
    bottom: -60px;
    left: 0;
}

.signature img {
    height: 75px;
}

.o-separator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    margin-bottom: 50px;
}

.o-separator hr {
    height: 1px;
    background: #ebebeb;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0;
}

.o-separator-text {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 20px;
}

.team-member {
    margin-bottom: 30px;
}

.team-member img {
    /*margin-bottom: 15px;*/
}

.member-info {
    margin-top: 15px;
}

.member-info h5 {
    font-size: 17px;
}

.member-info h5 a {
    color: rgb(72, 72, 72);
}

.member-info h5 a:hover {
    color: #037d71;
}

.member-info p {
    font-size: 14px;
}

.member-header {
    overflow: visible;
    position: relative;
}

.member-social {
    position: absolute;
    bottom: 0;
    margin: 0;
    background-color: #037d71;
    padding: 7px;
    text-align: center;
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .2s cubic-bezier(.77, 0, .175, 1);
    transition: all .2s cubic-bezier(.77, 0, .175, 1);
    left: -29px;
}

.member-header:hover .member-social {
    left: 0;
}

.member-social li a {
    color: #fff;
    display: block;
    margin-bottom: 4px;
}

.member-social li:last-child a {
    margin-bottom: 0;
}

/*[Doctor list]
--------------------------*/
.doctor-list {
    overflow: visible;
    padding: var(--section-padding);
    position: relative;
    /* padding: 55px 0; */
}

.doctor-list .decoration {
    position: absolute;
    inset: 0;
}

.doctor-list .decoration .dot-icon-lg {
    position: absolute;
    top: 25%;
    right: -8%;
    width: 500px;
    height: 500px;
    /* opacity: 0.5; */
}

.doctor-list .decoration .dot-icon-lg circle {
    fill: var(--color-primary);
}

.doctor-carousel .item {
    border-radius: 10px;
    text-align: start;
    position: relative;
    overflow: visible;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--color-primary-dark);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.doctor-carousel .item:hover {
    background: #fff;
}

/* Blue gradient overlay that grows on hover */
.doctor-carousel .item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(180deg, rgba(3, 4, 94, 0) 0%, var(--color-primary-dark) 100%);
    transition: height 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.doctor-carousel .item:hover::after {
    height: 100%;
}

.doctor-carousel .item:hover .meta__avatar {
    transform: scale(1.1);
}

.item:hover .btn { 
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    height: 100%;
}

.meta .btn {
    visibility: hidden;
    height: 0;
    opacity: 0;
    font-size: 16px;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.35s ease, height 0.35s ease;
    transform: translateY(16px);
}

.doctor-carousel .owl-nav {
    text-align: center;   
    margin-top: 20px;     
}

.doctor-carousel .owl-nav button {
    background: var(--color-primary) !important;  
    color: white !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.doctor-carousel .owl-nav button.owl-prev:hover i {
    animation: arrow-animation-left 0.3s ease;
}
.doctor-carousel .owl-nav button.owl-next:hover i {
    animation: arrow-animation-right 0.3s ease;
}

.dr-name {
    margin: 0;
    position: relative;
    /* font-size: 14px; */
    /* font-style: italic; */
    /* font-family: "Playfair Display", serif; */
    display: block;
    font-weight: 600;
}

@media (max-width: 991px) {
    .doctor-list .decoration .dot-icon-lg { 
        right: -30%;
    }
}

@media (max-width: 575px) {
    .doctor-list .decoration .dot-icon-lg {
        right: -80%;
    }
}


.grid__item:hover .title,
.grid__item:hover .dr-name {
    color: #037d71;
}

.title--preview,
.loader,
.dr-name {
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.dr-name {
}

.title--preview {
}

/* role chip */
.doctor-chip {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(23,23,230,0.08);
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}


/* closing (delays) */
.title--preview {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.loader {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.grid__item .dr-name {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.meta {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: flex-end;
    transition: padding 0.35s ease, gap 0.35s ease;
    padding: 16px 18px;
}

.doctor-carousel .item:hover .meta {
}


.meta .fa {
    margin-right: 4px;
}

.meta:before,
.meta:after {
    display: table;
    content: '';
}

.meta:after {
    clear: both;
}

.meta .cta-wrap {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.doctor-carousel .item:hover .cta-wrap {
    max-height: 70px;
    opacity: 1;
}

.meta__avatar {
    display: block;
    width: 100%;
    /* border-radius: 50%; */
    object-fit: cover; 
    border-radius: 10px;
    /* margin: 3em auto; */
    transition: transform 0.5s ease;
    aspect-ratio: 3/4;
}

.meta__position,
.meta__email {
    display: block;
    float: left;
    color: rgb(72, 72, 72);
}

.meta__email {
    float: right;
    text-align: right;
    border-bottom: 1px solid #037d71;
}


/* Navigation buttons */
.doctor-left-button,
.doctor-right-button {
  transition: opacity 0.3s;
}

.doctor-button-active {
  opacity: 1;
  cursor: pointer;
}

.doctor-button-inactive {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Grid footer */
.page-meta {
    width: 100%;
    /* background: #fff; */
    /*padding: 0 15px;*/
    /* text-align: center; */
    /* font-size: 0.75em; */
    /* cursor: default; */
    margin-top: 55px;
}

/*pagination*/
.page-item {
    margin: 0 3px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link {
    font-weight: 500;
    color: #037d71;
    border: 1px solid #ececec;
}

.page-link:hover {
    color: #037d71;
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(3, 125, 113, .25);
}

.page-item.active .page-link {
    background-color: #037d71;
    border-color: #037d71;
}

@media screen and (min-width: 768px) {
    .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /* 2 columns */
    .grid__item {
        width: 50%;
        border: none;
    }

    .grid__item:hover::before,
    .grid__item:focus::before {
        /* border: 3px solid #037d71; */
    }

    /* .grid__item:hover .btn,
    .grid__item:focus .btn {
    visibility: visible;
    opacity: 1;
} */

    .meta__avatar {
        aspect-ratio: 3/4;
    }
}

@media screen and (min-width: 992px) {

    /* 4 columns */
    .grid__item {
        width: 25%;
    }
}

/*[Doctor details]
--------------------------*/
.profile-header {
    overflow: visible;
    position: relative;
    background-color: color-mix(in srgb, var(--bg-color-shift) var(--bg-shift-progress, 0%), var(--color-white));
}

.profile-header .doctor-item {
    border-radius: 10px !important;
    background-color: rgba(0, 140, 255, 0.05) !important;
    transition: all 0.3s ease;
    overflow: visible;
}

.profile-header .doctor-item:hover {
    box-shadow: 0 0px 15px rgba(0, 180, 216, 0.2) !important;
}

.profile-header .detail-card {
    width: 100%;
    transition: all 0.3s ease !important;
    border-radius: 10px;
    background-color: var(--color-primary-light);
    overflow: visible;
    position: relative;
}

.profile-header .detail-card.hvr-grow:hover,
.profile-header .detail-card.hvr-grow:focus {
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
    box-shadow: 0 0px 15px rgba(0, 180, 216, 0.2) !important;
}

.profile-header .detail-card .decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
}

.profile-header .biography {
    background-color: white;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px;
    padding: 22px;
}

.profile-header .detail-card .decoration .ball-2-blur {
    position: absolute;
    top: 5%;
    right: -10%;
    width: 100%;
    height: 100%;
}

.profile-header .detail-card .decoration .ball-2-blur i {
    position: absolute;
}

.profile-header .detail-card .detail-card-content {
    position: relative;
    z-index: 2;
}

.profile-header .detail-card .author-avatar img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.2);
}

.profile-header .detail-card .author-avatar h2 {
    font-size: 1.75rem;
    line-height: 1.2;
}

.profile-header .detail-card .author-avatar p {
    font-size: 1rem;
}

.profile-header .detail-card .section-title {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.profile-header .detail-card .section-title i {
    margin-right: 0.5rem;
    width: 20px;
    text-align: center;
}

.profile-header .detail-card .info-list dt {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.profile-header .detail-card .info-list dt i {
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    margin-right: 0.5rem;
}

.profile-header .detail-card .info-list dd {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 28px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.profile-header .detail-card .info-list dd i {
    display: none;
}

.profile-header .doctor-item .doctor-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
}

.profile-header .doctor-item .doctor-image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    display: block;
}

.profile-header .doctor-item:hover .doctor-image {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .profile-header .doctor-item .doctor-image-wrapper {
        aspect-ratio: 4/3;
    }
}

.profile-header .doctor-item .doctor-content {
    background-color: rgba(0, 140, 255, 0.05);
}


.profile-header .doctor-item .doctor-content h4 a {
    transition: color 0.3s ease;
}

.profile-header .doctor-item .doctor-content h4 a:hover {
    color: var(--color-primary, #150060) !important;
}

.profile-header .doctor-item .doctor-content h5,
.profile-header .doctor-item .doctor-content h6 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.profile-header .doctor-item .doctor-content h5 i,
.profile-header .doctor-item .doctor-content h6 i {
    width: 20px;
    min-width: 20px;
    text-align: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.profile-header .doctor-item .icon-primary {
    color: var(--color-primary, #150060) !important;
}

/*[Page Content Styling]
--------------------------*/
.page-content-card {
    background: white;
    border-radius: 10px;
    overflow: visible;
    transition: all 0.3s ease;
}

.page-content-card .contentHeader h3 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.page-content-card .page-featured-image {
    border-radius: 10px;
    overflow: visible;
    margin: 1.5rem 0;
}

.page-content-card .page-featured-image img {
    transition: transform 0.3s ease;
}

.page-content-card .page-featured-image:hover img {
    transform: scale(1.05);
}

.page-content-card .text_content {
    line-height: 1.8;
    color: #2c3e50;
}

/*[Contact Card Styling]
--------------------------*/
.contactCard {
    background-color: var(--color-primary-light);
    width: 100%;
    border-radius: 10px;
    overflow: visible;
    position: relative;
    transition: all 0.3s ease !important;
}

.contactCard.hvr-grow:hover {
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
    box-shadow: 0 0px 15px rgba(23, 23, 230, 0.2) !important;
}

.contactCard .decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.contactCard .decoration .ball-2-blur {
    position: absolute;
    top: 5%;
    right: 25%;
    width: 50%;
    height: 50%;
}

.contactCard .decoration .ball-2-blur i {
    position: absolute;
}

.contactCard .decoration .ball-2-blur i:first-child {
    top: 10%;
    right: 10%;
    width: 60%;
    height: 60%;
}

.contactCard .decoration .ball-2-blur i:last-child {
    bottom: 10%;
    left: 10%;
    width: 70%;
    height: 70%;
}

.contactCard .contactCard-content {
    padding: 2rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.contactCard .contactCard-icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.contactCard:hover .contactCard-icon-wrapper {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.contactCard .contactCard-icon-wrapper i {
    font-size: 2rem;
    color: white;
}

.contactCard .contactCard-title {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.contactCard .contactCard-info {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.contactCard .contactCard-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.contactCard .contactCard-link:hover {
    color: white;
    text-decoration: none;
}

/*[About Content Styling]
--------------------------*/
.about-content {
    background: white;
    border-radius: 10px;
    overflow: visible;
    transition: all 0.3s ease !important;
}

.about-content:hover {
    box-shadow: 0 0px 15px rgba(0, 180, 216, 0.2) !important;
}

.about-content.hvr-grow:hover {
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
}

.about-content .about-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: visible;
    background-color: var(--color-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-content .about-image-wrapper .decoration {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    } 
 
    
    .about-content .about-image-wrapper .decoration .ball-2-blur {
        position: absolute;
        top: 5%;
        right: 25%;
        width: 50%;
        height: 50%;
    }


.about-content .about-image {
    z-index: 1;
    width: auto;
    height: 50%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.about-content:hover .about-image {
    transform: scale(1.1);
}

.about-content .a-text-info {
    padding: 2rem;
    background-color: rgba(0, 140, 255, 0.05);
}

.about-content .a-text-info h3 {
    color: var(--color-primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.about-content .a-text-info p {
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.about-content .read-link {
    color: var(--color-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease;
}

.about-content .read-link:hover {
    gap: 10px;
    color: #0066cc;
}

.about-content .read-link i {
    transition: transform 0.3s ease;
}

.about-content .read-link:hover i {
    transform: translateX(5px);
}


/*Author header*/
#author-header {
    margin-bottom: -170px;
    position: relative;
}

#author-header::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(36deg, rgba(3, 125, 113, 0.7) 20%, #037d71 90%);
    z-index: 1;
}

#author-header img {
    width: 100%;
}

.author-text {
    text-align: center;
}

.author-name {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

.author-name small {
    font-size: 15px;
    font-weight: 600;
    color: #e7e7e7;
}

.author-social-link {
    margin-bottom: 30px;
}

.author-social-link a {
    color: #fff;
    font-size: 27px;
    display: inline-block;
    margin: 0 10px;
}

.author-avatar {
    position: relative;
    z-index: 1;
}

.author-avatar img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

p.lead.text-lg {
    font-size: 26px;
}

.title-thin {
    font-size: 1.35em;
    font-weight: 400;
    margin-bottom: 1.571em;
    color: #353d57;
}

.dl-horizontal {
    font-size: 1rem;
}

dd {
    margin: 0 0 .563em;
    color: #6d7181;
}

.progress-title {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #353d57;
}

.progress-bullets {
    margin-bottom: 12px;
}

.progress-bullets .progress-bars {
    position: relative;
    line-height: .938em;
}

.progress-bullets .bullet {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #037d71;
    height: 14px;
    margin-right: 5px;
}

.progress-bullets .bullet.fill {
    background-color: #037d71;
}

.progress-bullets .progress-text {
    font-size: 13px;
}

.experience {
    margin-bottom: 30px;
}

.experience h4 {
    color: #006057;
    font-size: 21px;
    font-weight: 600;
}

.post {
    color: #F95959;
    font-weight: 500;
}

@media(min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 100px;
        overflow: visible;
        clear: left;
        color: #353d57;
        font-weight: 600;
    }

    .dl-horizontal dd {
        margin-left: 112px;
    }
}

@media(max-width: 767px) {
    #author-header {
        margin-bottom: -95px;
    }

    /* .author-avatar img {
        width: 120px;
        height: 120px;
    } */
}

/*Timeline*/
.main-timeline {
    position: relative
}

.main-timeline::before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #F4F5F7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #037d71;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #037d71;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #fff;
    font-size: 64px;
    color: #037d71;
    line-height: 100px;
    z-index: 1;
    position: relative;
}

.main-timeline .timeline-icon::after,
.main-timeline .timeline-icon::before {
    content: "";
    width: 100px;
    height: 4px;
    background: #037d71;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content::before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #037d71;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px;
}

.main-timeline .timeline-content::after {
    content: "";
    width: 37px;
    height: 3px;
    background: #037d71;
    position: absolute;
    top: 13px;
    left: 0;
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #037d71;
    margin: 0 0 15px;
    text-align: left;
}

.main-timeline .description {
    display: inline-block;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    /*background: #f9850f*/
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    /*border-color: #f9850f*/
}

.main-timeline .timeline:nth-child(2n) .title {
    /*color: #f9850f*/
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    /*    border-left-color: #f9850f;
        border-bottom-color: #f9850f*/
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    /*background: #8fb800*/
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    /*border-color: #8fb800*/
}

.main-timeline .timeline:nth-child(3n) .title {
    /*color: #8fb800*/
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    /*    border-left-color: #8fb800;
        border-bottom-color: #8fb800*/
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    /*background: #2fcea5*/
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    /*border-color: #2fcea5*/
}

.main-timeline .timeline:nth-child(4n) .title {
    /*color: #2fcea5*/
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    /*    border-left-color: #2fcea5;
        border-bottom-color: #2fcea5*/
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}

/* [Locations List]
-------------------- */
.locations-wrapper {
    padding: var(--section-padding);
    overflow: visible;
    position: relative;
}

.locations-wrapper .section-head {
    margin-bottom: var(--section-title-margin);
}

.locations-wrapper .decoration {
    position: absolute;
    inset: 0;
}

.locations-wrapper .decoration .uuundulate {
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: 0;
    left: -60%;
    mask-image: radial-gradient(ellipse 100% 100% at center, rgba(0,0,0,1) 0%, transparent 60%);
}

.locations-wrapper .decoration .ball-2-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.02;
}

.locations-wrapper .title {
    color: var(--color-primary);
}

.locations-wrapper img {
  object-fit: cover;
  height: 200px;
}

.locations-wrapper .arrow-icon-inner {
    font-size: 100px;
}

.locations-wrapper .card {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: visible;
}

.locations-wrapper .arrow-icon {
    margin-left: auto;
}

@media (max-width: 768px) {
    .locations-wrapper .decoration .uuundulate {
        left: -150%;
    }
}

@media (max-width: 575px) { 
    .locations-wrapper .decoration .uuundulate { 
        left: -220%;
    }
}

/*[Schedule table]
--------------------------*/
.time-table {
    padding: 70px 0 54px;
}

.schedule th .tHeader-title {
    font-size: 16px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #037d71;
    border-bottom: 2px solid #037d71;
    font-weight: 700;
}

table td,
table th {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: inherit;
    padding: 10px 10px 10px 0;
}

.table.schedule thead th {
    padding: 0 20px 0px 0;
    border: none;
}

.schedule td {
    min-width: 100px;
    vertical-align: top;
    border: none;
    padding: 15px 0;
    border-bottom: 2px solid #ececec;
    color: #6d7181;
    font-size: 14px;
}

.schedule td b {
    display: block;
    font-size: 16px;
    color: #353d57;
    font-weight: 700;
}

.event_header {
    color: rgb(53, 61, 87);
    font-weight: 600;
    display: block;
    /*font-size: 15px;*/
}

.hours_container {
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #353d57;
}

/*Tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip__trigger {
    cursor: pointer;
    position: relative;
}

.tooltip__trigger-text {
    display: block;
    /*padding: 0.85em;*/
    pointer-events: none;
    font-size: 16px;
    font-weight: 600;
    color: #353d57;
}

.tooltip__base {
    position: absolute;
    bottom: 2em;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.tooltip__content {
    color: #fff;
    /*display: flex;*/
    position: relative;
    align-items: center;
    justify-content: center;
    width: 65%;
    padding: 0 1em;
    opacity: 0;
    font-size: 0.85em;
}

.tooltip__content h6 {
    margin: 0 0 5px;
}

.tooltip__shape,
.tooltip__deco {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tooltip__shape {
    fill: #037d71;
}

/* Indivudual styles */
/* Hador */
.tooltip--hador .tooltip__base {
    bottom: 2.25em;
    margin-left: -115px;
}

.path-hador-1 {
    transform-origin: 148px 284px;
}

.path-hador-2 {
    transform-origin: 160px 268px;
}

.path-hador-3 {
    transform-origin: 171px 246px;
}

.path-hador-4 {
    transform-origin: 200px 120px;
}

.tooltip--hador .tooltip__content {
    width: 50%;
    margin: 0 0 2.5em;
}

/*Appointment*/
.appointment {
    background-color: #037d71;
    padding: 50px 0;
}

.appointment h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
}

@media(max-width: 767px) {
    .appointment h2 {
        font-size: 27px;
    }
}

/* Link ----*/
a.appointment-link {
    position: relative;
    color: rgb(255, 255, 255);
    font-style: italic;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
}

a.appointment-link::before {
    content: '';
    left: 0;
    bottom: 0px;
    height: 2px;
    position: absolute;
    right: 0;
    background: rgb(255, 255, 255);
}

a.appointment-link:hover::before {
    animation: 0.5s 1 cta-line;
}

a.appointment-link i {
    font-size: 17px;
    margin-left: 8px;
}

@keyframes cta-line {
    0% {
        transform-origin: 100% 50%;
        transform: scaleX(1);
    }

    45% {
        transform-origin: 100% 50%;
        transform: scaleX(0);

    }

    55% {
        transform-origin: 0% 50%;
        transform: scaleX(0);

    }

    100% {
        transform-origin: 0% 50%;
        transform: scaleX(1);

    }
}


/*[Appointmet]
--------------------------
*/
.appoint_type_form {
    min-height: 500px;
}
.appoint_type_form-item {
    text-decoration: none;
    color: black    ;
}

/*[Footer]
--------------------------*/
/*.footer-dark{
    color: #acacac;
    background: #404040;
}*/


.main-footer {
    position: relative;
    background: var(--color-primary-light);
    color: #F0F0F0 !important;
    padding: 40px 0;
    font-size: 0.95rem;   
}

.main-footer .container {
    position: relative;
    z-index: 1; /* Ensure content is above decoration */
}

.main-footer .row {
    position: relative;
    z-index: 1; /* Ensure content is above decoration */
}

.main-footer a {
  color: #F0F0F0;
  transition: color 0.2s ease-in-out;
}

.main-footer a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.main-footer .decoration {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.main-footer .decoration .japanese-pattern {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    pointer-events: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* jarak antar link */
}

.footer-links a {
  font-size: 0.9rem;
  white-space: nowrap;
}

.main-footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

/* OLD TEMPLATE */
/* .main-footer {
    position: relative;
    padding: 70px 0;
    background-color: #f5f5f5;
}
 */

/*.main-footer::after {
    content: '';
    position: absolute;
    background-color: #1b1b1b;
    height: 100%;
    width: 36%;
    bottom: 0;
    z-index: 0;
}*/

.footer-des {
    position: relative;
    z-index: 1;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-title {
    font-size: 19px;
    margin-bottom: 30px;
}

.footer-dark .footer-title {
    color: #fff;
}

.footer-link li a {
    display: block;
    margin-bottom: 8px;
    color: #6d6f7b;
}

.footer-dark .footer-link li a {
    /*color: #acacac;*/
    color: #808080;
}

.footer-dark .footer-link li a:hover {
    color: #fff;
}

.quickLink:before,
.quickLink:after {
    display: table;
    content: " ";
}

.quickLink:after {
    clear: both;
}

.quickLink li {
    width: 50%;
    float: left;
}

.appointmentSchedule {
    padding: 15px;
    /*    background-color: #fff;
        box-shadow: 0 0 2rem rgba(0,0,0,.1);*/
}

.appointmentSchedule li {}

.addressLink ul li {
    margin-bottom: 8px;
}

.footer-dark .addressLink ul li a {
    color: #acacac;
}

.addressLink ul li i {
    margin-right: 8px;
}

.footer-dark .addressLink ul li i {
    color: #fff;
}

.linkUnderlined {
    border-bottom: 1px solid #acacac;
    transition: color 150ms, border-color 150ms, background-color 150ms;
}

.footer-dark .addressLink ul li a.linkUnderlined:hover {
    color: #fff;
    background-color: #037d71;
    border-color: #037d71;
}

.btnBlock {
    padding-top: 25px;
}

.btn-link {
    color: #acacac;
    background-color: rgba(0, 0, 0, 0.01);
    border-color: #acacac;
}

.btn-link:hover {
    color: #fff;
    background-color: #037d71;
    border-color: #037d71;
    text-decoration: none;
}

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

/*subfooter*/
.sub-footer {
    padding: 2rem 0;
    background: #fff;
    color: rgb(130, 124, 126);
    border-top: 1px solid #ececec;
}

.sub-footer.dark {
    padding: 15px 0;
    /* background: #3d3d3d; */
    /* color: #acacac; */
    border-top: 1px solid #3d3d3d;
    color: #808080;
    background: #303030;
}

@media(max-width: 767px) {

    .footer-des,
    .col-block {
        margin-bottom: 30px;
    }
}

/* Newsletter */
.newsletter {}

.newsletter .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #000;
}

.newsletter .form-control:focus {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.newsletter .form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

/* Newsletter button states */
#newsletter-submit-btn {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
}

#newsletter-submit-btn.btn-loading {
    cursor: not-allowed;
    opacity: 0.7;
}

#newsletter-submit-btn .btn-loader {
    display: none;
}

#newsletter-submit-btn.btn-loading .btn-text {
    display: none;
}

#newsletter-submit-btn.btn-loading .btn-loader {
    display: inline-block;
}

/* Newsletter message alerts */
#newsletter-message {
    font-size: 0.85rem;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 10px;
}

#newsletter-message.alert-success {
    background-color: rgba(40, 167, 69, 0.9);
    color: #fff;
    border: 1px solid rgba(40, 167, 69, 1);
}

#newsletter-message.alert-danger {
    background-color: rgba(220, 53, 69, 0.9);
    color: #fff;
    border: 1px solid rgba(220, 53, 69, 1);
}

/* [Scrollbar] 
--------------------------
*/

body {
    --sb-track-color: var(--color-white);
    --sb-thumb-color: var(--color-primary);
    --sb-size: 8px;
  }
  
  body::-webkit-scrollbar {
    width: var(--sb-size);
  }
  
  body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: var(--border-radius-primary);
  }
  
  body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: var(--border-radius-primary);
    margin-right: var(--sb-size);
  }
  
  @supports not selector(::-webkit-scrollbar) {
    body {
      scrollbar-color: var(--sb-thumb-color)
                       var(--sb-track-color);
    }
  }

/* [Newsletter Preference Page] 
--------------------------
*/

.newsletter-preference-page {
    background: linear-gradient(135deg, #f5fcfd 0%, #e8f4f8 100%);
    min-height: 100vh;
    padding-bottom: 50px;
}

.newsletter-preference-page .detail-card {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.email-info-section {
    padding: 20px;
    background: linear-gradient(135deg, #f5fcfd 0%, #e8f4f8 100%);
    border-radius: var(--border-radius-primary);
}

.email-icon {
    flex-shrink: 0;
}

.email-icon i {
    color: var(--color-primary);
}

.preference-section {
    margin-bottom: 20px;
}

.preference-item-checkbox {
    background: #f9f9f9;
    padding: 20px;
    border-radius: var(--border-radius-primary);
    transition: all 0.3s;
}

.preference-item-checkbox:hover {
    background: #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.preference-item-checkbox .form-check {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.preference-item-checkbox .form-check-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
}

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

.preference-item-checkbox .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 119, 182, 0.25);
    border-color: var(--color-primary);
}

.preference-item-checkbox .form-check-label {
    flex: 1;
    cursor: pointer;
}

.preference-item-info h5 {
    color: var(--color-primary);
    margin-bottom: 4px;
}

.preference-item-info p {
    font-size: 14px;
    line-height: 1.5;
}

.unsubscribe-section {
    padding: 20px;
    background: #fff9f9;
    border-radius: var(--border-radius-primary);
}

.preference-actions {
    margin-top: 30px;
}

.preference-actions .btn {
    padding: 14px 40px;
}

.preference-footer-section {
    margin-top: 40px;
    padding-top: 30px;
    text-align: center;
}

.preference-footer-section hr {
    margin-bottom: 20px;
}

.success-message {
    text-align: center;
    padding: 40px 20px;
}

.success-message .success-icon {
    font-size: 64px;
    color: #28a745;
    margin-bottom: 20px;
}

.success-message h3 {
    font-size: 28px;
    color: var(--color-brand);
    margin-bottom: 15px;
    font-weight: 600;
}

.success-message p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

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

    .preference-body {
        padding: 30px 20px;
    }

    .preference-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .toggle-switch {
        align-self: flex-end;
    }
}