@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Outfit:wght@300;400;500;600;700&family=Syne:wght@500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    line-height: 27px;
    color: var(--text-color);
    font-family: 'Outfit', sans-serif;
}
/* header section styling start */
/* Logo responsiv */
.navbar-brand {
    max-width: 200px !important;
    height: auto !important;
}

.navbar-brand img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}

/* Mobile devices - sub 768px */
@media (max-width: 768px) {
    .navbar-brand {
        max-width: 90px !important;
    }
}

/* Telefoane mici - sub 480px */
@media (max-width: 480px) {
    .navbar-brand {
        max-width: 70px !important;
    }
}

.header-con {
    z-index: 99;
    top: 30px;
    position: absolute;
}
.header-con .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link {
    color: var(--white-color);
}

.header-con .navbar-light .navbar-nav .nav-item::after {
    content: "";
    background: var(--white-color);
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .4s ease-in-out;
}

.header-con .navbar-light .navbar-nav .nav-item:hover::after {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-item.dropdown::after {
    display: none;
}

.header-con .navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 26px;
    padding: 0;
    margin: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 20px;
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 48px;
}

.phone span {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--white-color);
}

.phone a {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    color: #ff9e08;
}

.phone a:hover {
    color: var(--primary--color);
}

.phone-txt {
    padding-left: 18px;
}

.search-field {
    padding-right: 42px;
    margin-right: 40px;
    line-height: 38px;
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 30%);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 48px;
    margin-right: 94px;
}

.header-con .dropdown-item:focus,
.header-con .dropdown-item:hover {
    color: var(--white-color);
    text-decoration: none;
    background-color: var(--accent);
}

/* header section styling end */
/* banner section styling start */
.banner-con {
    padding-top: 147px;
    background: #2e600f  url(../images/graphic-img.png) no-repeat;
    background-size: cover;
}

.banner-inner-con {
    display: grid;
    grid-template-columns: 40% 60%;
}

.banner-title {
    padding-top: 110px;
}

.banner-title h1 {
    margin-bottom: 19px;
}

.banner-title p {
    font-size: 20px;
    color: #d4dffb;
    line-height: 35px;
    margin-bottom: 34px;
    padding-right: 100px;
}

.banner-btn a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
    transition: .4s ease-in-out;
}

.banner-btn a:hover {
    transform: translateY(-8px);
}

.banner-btn a:hover figure {
    background: var(--white-color);
}

.banner-btn a:hover figure img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(5340%) hue-rotate(236deg) brightness(96%) contrast(104%);
}

.banner-btn figure {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
}

.banner-btn {
    gap: 17px;
    transition: .3s ease-in-out;
}

.banner-details>figure {
    margin-left: -180px;
}

.banner-details-txt p {
    font-size: 20px;
    line-height: 31px;
    position: relative;
    margin-bottom: 49px;
    color: var(--white-color);
    width: 97%;
    margin-left: -28px;
}

.banner-details-txt {
    right: 0;
    width: 55%;
    position: absolute;
}

.banner-details-txt p:after {
    top: 50%;
    width: 3px;
    left: -21px;
    content: "";
    height: 80px;
    position: absolute;
    transform: translateY(-50%);
    background: var(--white-color);
}

.banner-details-txt {
    position: absolute;
    top: 149px;
}

.banner-static-box ul li figure {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: rgb(0 0 0 / 10%);
}

.static-value {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 8px;
    color: var(--white-color);
    font-family: 'Montserrat', sans-serif;
}

.banner-static-txt span {
    font-size: 16px;
    color: #d4dffb;
}

.banner-static-txt span:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
}

.banner-static-box ul li {
    gap: 20px;
    margin-bottom: 50px;
}

.banner-static-box ul li:last-child {
    margin-bottom: 0;
}

.client-review {
    top: 56%;
    gap: 15px;
    padding: 14px 56px 14px 14px;
    position: absolute;
    border-radius: 37px;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 92%);
    left: 31%;
    box-shadow: 13px 13px 35px 9px rgb(0 0 0 / 8%);
}

.review-img figure {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}

.review-img img {
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
}

.review-img figure:nth-child(2),
.review-img figure:last-child {
    margin-left: -20px;
}

.review-txt span:first-child {
    font-size: 22px;
    color: #fbab00;
    font-weight: 700;
    line-height: 22px;
}

.review-txt span:last-child {
    font-size: 13px;
    color: var(--primary--color);
    line-height: 13px;
}

.review-txt figure {
    margin-left: 3px;
}

.banner-inner-box:after {
    content: "";
    bottom: 0;
    right: -110px;
    width: 216px;
    height: 254px;
    position: absolute;
    /*background: url(../images/apple-shape-img.png) no-repeat;*/
}

.banner-inner-box:before {
    content: "";
    bottom: 0;
    left: -110px;
    width: 330px;
    height: 183px;
    position: absolute;
    /*background: url(../images/box-shape-img1.png) no-repeat;*/
}

.banner-con:after {
    content: "";
    top: 0;
    right: 0;
    width: 130px;
    height: 120px;
    position: absolute;
    /*background: url(../images/double-shape-img2.png) no-repeat;*/
}
/* banner section styling end */
/* service section styling start */
.service-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
}

.service-box-content span {
    margin-bottom: 10px;
}

.service-box-content h2 {
    margin-bottom: 17px;
}

.service-box-item {
    border-radius: 10px;
    padding: 44px 32px 26px 36px;
    background: var(--white-color);
    border: 1px solid transparent;
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}

.service-box-item figure {
    height: 73px;
    margin-bottom: 21px;
}

.service-box-item:hover {
    border-color: var(--accent);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 13%);
}

.service-box-item h4 {
    margin-bottom: 10px;
}

.service-box-item p {
    margin-bottom: 15px;
}

.service-box-item a {
    font-size: 15px;
    font-weight: 500;
    color: var(--accent);
    text-decoration: none;
    display: inline-block;
}

.service-provide-box {
    gap: 15px;
    width: 211.6%;
    display: grid;
    align-items: center;
    grid-template-columns: 36% 64%;
    background: #0f2349;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 37px;
}

.service-provide-img figure img {
    width: 332px;
    height: 332px;
    border-radius: 50%;
    margin-left: auto;
    object-fit: cover;
}

.service-provide-img {
    margin-left: auto;
}

.service-provide-title h3 {
    margin-bottom: 5px;
    color: var(--white-color);
}

.service-provide-title p {
    line-height: 25px;
    color: #c5ccd8;
    margin-bottom: 17px;
}

.service-provide-title a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
    transition: .4s ease-in-out;
}

.service-provide-title a:hover {
    transform: translateY(-8px);
}

.provide-arrow figure {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--accent);
    margin-left: 11px;
}

.service-box-item a i {
    top: 1px;
    position: relative;
    margin-left: 3px;
}

.about-con {
    overflow: hidden;
    background: #f6f9ff;
}

.design-img:before {
    left: -363px;
    bottom: -161px;
    width: 770px;
    height: 848px;
    content: "";
    position: absolute;
    background: url(../images/design-lft-img.png) no-repeat;
}

.design-img:after {
    right: -297px;
    top: -53px;
    width: 577px;
    height: 635px;
    content: "";
    position: absolute;
    background: url(../images/design-rt-img.png) no-repeat;
}
/* service section styling start */
/* lightbox styling start */
#fade1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1001;
    display: none;
    position: fixed;
    filter: alpha(opacity=80);
    background-color: black;
}

#fade2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1001;
    display: none;
    position: fixed;
    filter: alpha(opacity=80);
    background-color: black;
}

#light iframe {
    width: 100%;
    height: 500px;
}

#light2,
#light {
    top: 70%;
    left: 50%;
    display: none;
    z-index: 1002;
    position: absolute;
    margin-top: -180px;
    transform: translate(-50%, -50%);
}

#light {
    width: 50%;
}

#light2 {
    width: 58%;
}

#light2 iframe {
    width: 100%;
    height: 500px;
}

.index3-poster {
    position: absolute;
    left: 10%;
}

.index3-video-wrap {
    left: 50%;
    top: 42%;
    height: 56px;
    width: 53px;
}

#boxclose {
    top: -10px;
    width: 40px;
    right: -10px;
    height: 40px;
    padding: 7px 10px 10px;
    display: flex;
    align-items: center;
    z-index: 1002;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    color: var(--white-color);
    background: var(--accent);
}

.boxclose:before {
    content: "×";
}

#fade1:hover~#boxclose {
    display: none;
}

.test:hover~.test2 {
    display: none;
}
/* lightbox styling end */
/* video section styling start */
.index1-poster {
    width: 296px;
    height: 266px;
    object-fit: cover;
    border-radius: 10px;
}

.vedio-sub-img {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.video-wrap {
    width: 64px;
    display: flex;
    height: 64px;
    z-index: 1;
    position: relative;
    background: var(--white-color);
    border-radius: 50%;
    align-items: center;
    outline-offset: 10px;
    justify-content: center;
}

.btn-outer a {
    display: inline-block;
}

.btn-outer {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 168px;
    height: 168px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.btn-outer::after {
    content: "";
    background: url(../images/rotate-txt.png) no-repeat center;
    width: 168px;
    height: 168px;
    position: absolute;
    left: 0;
    top: 0;
}

.about-box {
    gap: 60px;
    display: grid;
    align-items: center;
    grid-template-columns: 53% 44%;
}

.vedio-sub-img img:nth-child(2) {
    width: 295px;
    height: 455px;
}

.vedio-sub-img img:last-child {
    margin-top: -249px;
}

.about-box-title {
    position: relative;
    z-index: 2;
}

.about-box-title span {
    margin-bottom: 10px;
}

.about-box-title h2 {
    margin-bottom: 26px;
}

.about-box-title p {
    margin-bottom: 28px;
}

.about-box-title .generic-list {
    display: grid;
    margin-bottom: 32px;
    grid-template-columns: 52.5% 47%;
}

.generic-list ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 29px;
    color: var(--primary--color);
}

.generic-list ul li:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    left: 0;
    top: 0;
    color: #84a72c;
}

.generic-btn a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease-in-out;
    color: var(--secondary--color);
}

.generic-btn {
    gap: 19px;
    display: flex;
    align-items: center;
}

.generic-btn a figure {
    width: 65px;
    height: 65px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary--color);
}

.generic-btn a:hover {
    transform: translateY(-8px);
}

.generic-btn a:hover figure {
    background: var(--accent);
    border-color: var(--accent);
}

.generic-btn a:hover figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(81deg) brightness(105%) contrast(104%);
}

.vedio-sub-img img:nth-child(2) {
    margin-top: 60px;
}
/* video section styling end */
/* contact section styling start */
.contact-con {
    background: url(../images/form-bg-img2.jpg) no-repeat;
    background-size: cover;
}

.contact-con:after {
    top: 0;
    right: 0;
    width: 54.66%;
    height: 100%;
    content: "";
    position: absolute;
    background: url(../images/form-bg-img.jpg) no-repeat;
    background-size: cover;
}

.contact-con:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(15 35 73 / 95%);
}

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-form {
    background: #243ffa;
    border-radius: 10px;
    width: 59%;
    padding: 75px 63px 76px;
}

.contact-form span {
    margin-bottom: 10px;
    color: var(--white-color);
}

.contact-form form ul li span {
    font-size: 13px;
    color: var(--primary--color);
}

.contact-form h2 {
    margin-bottom: 45px;
    color: var(--white-color);
}

.form-box ul {
    display: grid;
    gap: 23px 20px;
    margin-bottom: 40px;
    grid-template-columns: 48.4% 48.4%;
}

.form-box ul li input,
.form-box ul li textarea {
    border: none;
    font-size: 16px;
    color: #d4dffb !important;
    width: 100%;
    padding-bottom: 10px;
    background: none;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.form-box ul li textarea {
    resize: none;
    height: 75px
}

.form-box ul li input::placeholder,
.form-box ul li textarea::placeholder {
    font-size: 16px;
    color: #d4dffb;
}

.form-box ul li input:focus,
.form-box ul li textarea:focus {
    outline: none;
}

.form-box ul li:last-child {
    grid-column: 1/-1;
}

.submit-btn a {
    text-decoration: none;
    color: var(--white-color);
    transition: .3s ease-in-out;
}

.submit-btn button:hover {
    cursor: pointer;
    transform: translateY(-8px);
}

.submit-btn,
.submit-btn button {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    gap: 18px;
    transition: .4s ease-in-out;
}

.submit-btn button:focus {
    outline: none;
    border: none;
}

.submit-btn a figure,
.submit-btn button figure {
    width: 65px;
    height: 65px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
}

.submit-btn a:hover {
    transform: translateY(-8px);
}

.submit-btn a:hover figure,
.submit-btn button:hover figure {
    background: var(--white-color);
    border-color: var(--white-color);
}

.submit-btn a:hover img,
.submit-btn button:hover figure img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(5340%) hue-rotate(236deg) brightness(96%) contrast(104%);
}

.contact-inner-con:after {
    bottom: 0;
    left: -172px;
    content: "";
    width: 707px;
    height: 630px;
    background: url(../images/shape-img.png) no-repeat;
    position: absolute;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    margin: 0px;
    margin-right: 0 !important;
}

.dots-img:after {
    top: 0;
    left: 0;
    content: "";
    width: 130px;
    height: 120px;
    position: absolute;
    /*background: url(../images/dots-lft-img.png) no-repeat;*/
}

.dots-img::before {
    bottom: 0;
    right: 80px;
    z-index: 1;
    content: "";
    width: 330px;
    height: 183px;
    position: absolute;
    /*background: url(../images/dots-rt-img.png) no-repeat;*/
}
/* contact section styling end */
/* ********process section style start ******* */
.process-con ul {
    display: grid;
    grid-gap: 0 29px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.process-con ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.process-con ul li h4 {
    margin-bottom: 12px;
}

.process-con .process-img-box {
    width: 181px;
    height: 181px;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    align-items: center;
    margin-bottom: 51px;
    justify-content: center;
    border: 1px dashed rgb(36 63 250 / 40%);
}

.process-con .process-img-box figure {
    width: 144px;
    height: 144px;
    display: flex;
    margin: 0 auto;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgb(2 6 52 / 4%);
}

.process-con .process-img-box:hover figure {
    background: var(--accent);
}

.process-con .process-img-box:hover {
    border: 1px dashed var(--accent);
}

.process-con .process-img-box:hover figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(3deg) brightness(107%) contrast(109%);
}

.process-img-box span {
    position: absolute;
    bottom: -19px;
    left: 50%;
    font-size: 14px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    color: var(--white-color);
    background: var(--accent);
    transform: translateX(-50%);
}

.generic-title {
    margin-bottom: 53px;
    position: relative;
    z-index: 1;
}

.generic-title span {
    margin-bottom: 10px;
}

.process-con ul li p:last-child {
    margin-bottom: 0;
}

/* ******** process section style end ******* */
/* ******** Team sections style start ******* */
.team-section {
    background: #f6f9ff;
    position: relative;
    overflow: hidden;
}

.bg-design::before {
    content: "";
    background: url(../images/team-left-bg-img.png) no-repeat left;
    width: 341px;
    height: 635px;
    position: absolute;
    left: 0;
    top: -55px;
}

.bg-design::after {
    content: "";
    background: url(../images/team-right-bg-img.png) no-repeat right;
    background-size: cover;
    width: 408px;
    height: 609px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.social-links li {
    height: 40px;
    width: 40px;
    margin: 0 3px;
    border-radius: 100%;
    background: var(--accent);
    font-size: 16px;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}

.social-links li a {
    color: var(--white-color);
    padding: 6px 13px;
    border-radius: 100%;
    transition: .3s ease-in-out;
}

.social-links li:hover {
    background: var(--white-color);
    border-color: var(--accent);
    transform: translateY(-6px);
}

.social-links li:hover a {
    color: var(--accent);
}

.team-members-con>ul {
    display: grid;
    grid-gap: 60px 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-members-con ul li figure {
    margin-bottom: 24px;
    overflow: hidden;
}

.team-members-con ul li h4 {
    margin-bottom: 5px;
}

.team-members-con ul li span {
    margin-bottom: 16px;
}

.team-members-con ul li figure img {
    width: 254px;
    height: 254px;
    border-radius: 100%;
    object-fit: cover;
}

/* ********Team sections style end******* */
/* *******Review section style start****** */
.patients-reviews-sec .owl-carousel .owl-item img {
    width: auto;
}

.review-box {
    width: 350px;
    padding: 50px 34px 46px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}

.review-box p {
    margin-bottom: 20px;
}

.patient-details .patient-rating {
    margin-left: 16px;
}

.patient-rating h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--primary--color);
}

.patient-rating span {
    font-size: 14px;
}

.patient-rating figure {
    margin-bottom: 12px;
}

.patients-reviews-sec .owl-carousel .owl-dots.disabled {
    display: block;
}

.patients-reviews-sec .owl-carousel .owl-dots {
    text-align: center;
}

.patients-reviews-sec .owl-carousel button.owl-dot {
    border: solid;
    margin: 0 5px;
    height: 13px;
    width: 13px;
    background: #c5ccdc;
    border-radius: 100%;
    border-color: #c5ccdc;
}

.patients-reviews-sec .owl-carousel .owl-nav {
    display: none;
}

.patients-reviews-sec .owl-carousel button.owl-dot.active {
    height: 18px;
    width: 18px;
    background: var(--primary--color);
    border-color: var(--primary--color);
}

.patients-reviews-sec .owl-carousel button.owl-dot:focus {
    outline: none;
}

.patients-reviews-sec .owl-carousel.owl-drag .owl-item.active {
    margin-right: 17px !important;
}

.patients-reviews-sec .owl-carousel .owl-stage {
    width: 8000px !important;
}

.patients-reviews-sec .owl-carousel .owl-stage-outer {
    margin-bottom: 25px;
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}

.patients-reviews-sec .owl-carousel {
    position: relative;
}

.patients-reviews-sec .owl-carousel::after {
    content: "";
    background: url(../images/review-small-img.png) no-repeat right;
    width: 312px;
    height: 367px;
    position: absolute;
    right: -165px;
    top: -161px;
    z-index: -1;
}

.patients-reviews-sec .review-box:hover {
    cursor: pointer;
    color: #d4dffb;
    background: var(--accent);
}

.patients-reviews-sec .review-box:hover>figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(3deg) brightness(107%) contrast(109%);
}

.patients-reviews-sec .review-box:hover .patient-rating h5 {
    color: var(--white-color);
}

/* *******Review section style end****** */
/* ********counter section style start******** */
.counter-section {
    background: url(../images/counter-section-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 105px 0;
}

.counter-section::before {
    content: "";
    background: url(../images/counter-sec-left-img.png) no-repeat left bottom;
    width: 216px;
    height: 254px;
    position: absolute;
    bottom: -60px;
    left: 40px;
}

.counter-section::after {
    content: "";
    background: url(../images/counter-sec-right-top-img.png) no-repeat top right;
    width: 130px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
}

.counter-inner-sec .counter-box {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: var(--white-color);
    margin-left: 10px;
    margin-bottom: 10px;
}

.counter-inner-sec .client-status {
    font-size: 18px;
    line-height: 20px;
    color: #a2b1cc;
    margin-left: 10px;
}

.counter-inner-sec ul {
    display: grid;
    grid-template-columns: 26% 25% 26% 23%;
}

.counter-inner-sec ul li {
    padding: 0 10px 0 50px;
    border-right: 1px solid #414f6b;
}

.counter-inner-sec ul li:nth-child(4) {
    border-right: none;
}

.counter-inner-sec ul li figure {
    margin-bottom: 32px;
}

.counter-inner-sec .counter-box .plus {
    margin-left: -9px;
}

/* ********counter section style end******** */
/* ******blog section style start***** */
.blog-box {
    width: 350px;
    background: var(--white-color);
}

.blog-img-box {
    width: 350px;
    height: 342px;
    border-radius: 10px;
    transition: .4s ease-in-out;
}

.blog-first-img {
    background: url(../images/blog-slider-img.jpg) no-repeat center;
    background-position-x: 36%;
}

.blog-second-img {
    background: url(../images/blog-slider-img2.jpg) no-repeat bottom;
    background-position-x: 46%;
}

.blog-third-img {
    background: url(../images/blog-slider-img3.jpg) no-repeat center;
    background-position-x: 63%;
}

.blog-details {
    width: 290px;
    padding: 28px 28px 23px;
    border-radius: 10px;
    margin: -96px auto 0;
    transition: .4s ease-in-out;
    background: var(--white-color);
    border-bottom: 2px solid var(--secondary--color);
    position: relative;
    z-index: 3;
}

.blog-details span {
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--secondary--color);
}

.blog-details span i {
    margin-right: 4px;
}

.blog-details h4 a {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: var(--primary--color);
}

.blog-details h4 {
    margin-bottom: 11px;
}

.blog-details h4 a:hover {
    color: var(--secondary--color);
}

.blog-details a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
    color: var(--secondary--color);
}

.blog-details a:hover {
    text-decoration: none;
}

.blog-details p {
    margin-bottom: 12px;
}

.blogs-section .owl-carousel .owl-dots.disabled {
    display: block;
}

.blogs-section .owl-carousel .owl-nav {
    display: none;
}

.blogs-section .owl-carousel .owl-dots {
    text-align: center;
}

.blogs-section .owl-carousel button.owl-dot {
    border: solid;
    margin: 0 5px;
    height: 13px;
    width: 13px;
    background: #c5ccdc;
    border-radius: 100%;
    border-color: #c5ccdc;
}

.blogs-section .owl-carousel button.owl-dot.active {
    height: 18px;
    width: 18px;
    background: var(--primary--color);
    border-color: var(--primary--color);
}

.blogs-section .owl-carousel button.owl-dot:focus {
    outline: none;
}

.blogs-section .owl-carousel .owl-stage-outer {
    margin-bottom: 27px;
}

.blog-box:hover .blog-img-box {
    transform: translateY(15px);
}

.blog-box:hover .blog-details {
    transform: translateY(-15px);
}

/* ******blog section style end***** */
/* *****contact section style start***** */
.get-in-touch-section {
    padding-top: 100px;
}

.contact-section {
    background: #295078;
    position: relative;
    padding: 78px 40px 60px;
    min-height: 363px;
    border-radius: 10px;
}

.contact-section::after {
    content: "";
   /*background: url(../images/contact-section-right-img.png) no-repeat center;*/
    width: 197px;
    height: 109px;
    position: absolute;
    right: 33px;
    bottom: 0;
}

.doctor-img-con {
    background: url(../images/doctors-img.png) no-repeat center;
    width: 566px;
    height: 530px;
    position: absolute;
    top: -167px;
    left: -64px;
}

.contact-txt-con span,
.contact-txt-con h2 {
    color: var(--white-color);
}

.contact-txt-con span {
    margin-bottom: 14px;
}

.contact-txt-con h2 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}

.contact-txt-con {
    width: 52%;
    float: right;
}

/* *****contact section style end***** */
/* ****footer section style start**** */
.footer-main-section {
    padding-top: 270px;
    padding-bottom: 82px;
    background: #0f2349;
    margin-top: -188px;
}

.footer-inner-con {
    display: grid;
    grid-template-columns: 31% 19% 24% 26%;
}

.footer-box p,
.footer-box ul li,
.footer-box ul li a {
    color: #a2b1cc;
}

.footer-box.footer-pages-links ul li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 25px;
}

.footer-box.footer-pages-links ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-box p,
.footer-box ul li a {
    font-size: 16px;
}

.footer-box ul li a:hover {
    color: var(--accent);
}

.footer-box ul li {
    transition: .4s ease-in-out;
}

.footer-newsletter .social-links ul li:hover {
    background: var(--white-color);
    transform: translateY(-8px);
}

.footer-box h4 {
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-pages-links ul li i {
    margin-right: 10px;
    color: var(--white-color);
}

.contact-details-box ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 6px;
    font-size: 16px;
}

.contact-details-box ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--white-color);
}

.footer-logo-box {
    padding-right: 50px;
}

.footer-logo-box figure {
    margin-bottom: 22px;
}

.footer-box {
    padding-top: 18px;
}

.footer-box.footer-logo-box {
    padding-top: 0;
}

.footer-logo-box p {
    margin-bottom: 7px;
}

.footer-pages-links {
    padding-left: 7px;
}

.contact-details-box {
    padding-left: 2px;
    padding-right: 20px;
}

.footer-box ul li input {
    border: none;
    color: #a2b1cc;
    padding: 8px 0;
    background: transparent;
    border-bottom: 1px solid #a2b1cc;
}

.footer-box ul li input::placeholder {
    color: #a2b1cc;
}

.footer-newsletter {
    padding-left: 3px;
}

.footer-newsletter ul li input {
    width: 100%;
    font-size: 14px;
}

.footer-newsletter ul li input:focus {
    outline: none;
}

.footer-newsletter ul li {
    position: relative;
    margin-bottom: 31px;
}

.footer-newsletter ul li button {
    background: none;
    box-shadow: none;
    border: none;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-newsletter ul li button i {
    color: #ff9e08;
}

.footer-newsletter ul li button:hover {
    cursor: pointer;
}

.footer-newsletter ul li button:hover i {
    color: var(--white-color);
}

.footer-newsletter ul li button:focus {
    outline: none;
}

.footer-newsletter .social-links ul li a i {
    color: var(--white-color);
    transition: .4s ease-in-out;
}

.footer-newsletter .social-links ul li:hover i {
    color: var(--accent);
}

.footer-newsletter h4 {
    margin-bottom: 19px;
}

.copyright-con {
    padding: 20px;
    background: #0d1f42;
}

.copyright-con p {
    font-size: 14px;
    line-height: 18px;
    color: #a2b1cc;
}

/* ****footer section style end**** */
/* about us page start */
/* sub banner section style start*/
.sub-banner-con {
    background: url(../images/sub-banner-bg-img.jpg) no-repeat center;
    background-size: cover;
}

.sub-banner-con::before {
    content: "";
    background: #376078;
    width: 100%;
    height: 100%;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
}

.sub-banner-inner-box p {
    color: var(--white-color);
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
}

.sub-banner-inner-box {
    padding: 220px 0 150px;
}

.sub-banner-con .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 12px;
    padding-left: 15px;
    color: var(--white-color);
    content: "-";
}

.sub-banner-con .breadcrumb {
    background: rgb(3 13 67 / 40%);
    padding: 13px 35px 13px 36px;
    border-radius: 10px;
}

.sub-banner-con .breadcrumb li a {
    color: var(--white-color);
}

.sub-banner-con .breadcrumb li {
    font-size: 18px;
}

.sub-banner-inner-box h1 {
    font-size: 84px;
    margin-bottom: 17px;
}

.sub-banner-con:after {
    content: "";
    top: 0;
    right: 0;
    width: 130px;
    height: 120px;
    position: absolute;
    /* background: url(../images/double-shape-img2.png) no-repeat; */
}

.sub-banner-inner-box:after {
    content: "";
    bottom: -50px;
    right: -110px;
    width: 216px;
    height: 254px;
    position: absolute;
    /* background: url(../images/apple-shape-img.png) no-repeat; */
}

.sub-banner-inner-box:before {
    content: "";
    bottom: 0;
    left: -110px;
    width: 330px;
    height: 183px;
    position: absolute;
    /* background: url(../images/box-shape-img1.png) no-repeat; */
}

/* sub banner section style end */
/* about page about us section */
.about-con.about-us-section {
    background: var(--white-color);
    padding: 130px 0 100px;
}

.about-us-section .about-box-title .generic-list {
    grid-template-columns: 100%;
}

.about-poster1,
.about-poster2,
.about-poster3 {
    object-fit: cover;
    border-radius: 10px;
    border: 6px solid var(--white-color);
}

.vedio-sub-img .about-poster1 {
    width: 294px;
    height: 388px;
}

.vedio-sub-img img.about-poster2:nth-child(2) {
    width: 144px;
    height: 128px;
    margin-top: 34px;
}

.vedio-sub-img img.about-poster3:last-child {
    width: 285px;
    height: 388px;
    right: 60px;
    position: absolute;
    bottom: -184px;
}

.about-con.about-us-section .about-box {
    gap: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 53% 47%;
}

.about-us-section .vedio-sub-img {
    gap: 20px;
}

.experience-box {
    width: 167px;
    height: 167px;
    padding: 20px;
    position: absolute;
    left: 22%;
    bottom: -190px;
    transform: translateX(-40%);
    border-radius: 100%;
    background: #1b2653;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.experience-box .years-con {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    padding-right: 20px;
    color: var(--white-color);
}

.experience-box .years-con span {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.experience-box p {
    font-size: 16px;
    line-height: 20px;
    color: var(--white-color);
}

/* about page about us section */
/* about page services section */
.about-service-section {
    overflow: hidden;
    background: #f6f9ff;
}

.about-services-box ul {
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%;
}

.about-services-box ul li {
    padding: 36px 36px 36px 38px;
    display: flex;
    border-radius: 10px;
    border: 1px solid;
    border-color: transparent;
    flex-direction: column;
    background: var(--white-color);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}

.about-services-box ul li:hover {
    cursor: pointer;
    border-color: var(--accent);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 13%);
}

.about-services-box ul li p:last-child {
    margin-bottom: 0;
}

.design-img.about-service-section:before {
    left: -363px;
    bottom: -161px;
    width: 770px;
    height: 548px;
    content: "";
    position: absolute;
    background: url(../images/design-lft-img.png) no-repeat;
}

.about-services-box ul li figure {
    margin-bottom: 18px;
}

.about-services-box ul li h4 {
    line-height: 30px;
}

.about-services-box {
    position: relative;
    z-index: 2;
}

/* about page services section */
/* about us result section */
.contact-con.result-section:after {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    background: url(../images/results-right-img.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}

.contact-con.result-section:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(15 35 73 / 95%);
}

.result-inner-section {
    position: relative;
    z-index: 3;
    width: 45%;
}

.result-inner-section span,
.result-inner-section h2,
.result-inner-section h4 {
    color: var(--white-color);
}

.result-inner-section p {
    color: #a2b1cc;
}

.result-inner-section ul li {
    display: grid;
    gap: 25px;
    grid-template-columns: 23% 73%;
    align-items: center;
    margin-bottom: 35px;
}

.result-inner-section span {
    margin-bottom: 10px;
}

.result-inner-section h2 {
    margin-bottom: 23px;
}

.result-inner-section>p {
    margin-bottom: 36px;
}

.results-percentage-txt h4 {
    margin-bottom: 13px;
}

.result-inner-section ul li:last-child {
    margin-bottom: 0;
}

/* percentage box */
.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 100%;
}

.circular-chart {
    display: block;
    margin: 0;
    max-width: 116px;
    max-height: 116px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 1px;
}

.circle {
    fill: none;
    stroke-width: 1.2;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: var(--accent);
}

.percentage {
    fill: var(--white-color);
    font-size: 0.5em;
    text-anchor: middle;
}

.contact-con.result-section {
    background: url(../images/results-left-bg-img.jpg) no-repeat center;
    background-size: cover;
}

/* percentage box */
/* about us result section */
/* about us page  */
/* services page banner section */
.services-banner-sec {
    background: url(../images/services-banner-img.jpg) no-repeat center;
    background-size: cover;
}

.service-categories {
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%;
}

.category-details {
    flex-direction: column;
    padding: 55px 28px 25px;
}

.category-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: .3s ease-in-out;
    background: var(--white-color);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 4%);
}

.category-box>figure {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.category-box>figure img {
    width: 255px;
    height: 205px;
    object-fit: cover;
    transition: .3s ease-in-out;
}

.category-box:hover>figure img {
    scale: 1.1;
}

.category-details figure {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    position: absolute;
    top: -37px;
    left: 28px;
}

.category-details a {
    font-weight: 500;
    font-size: 15px;
    color: var(--accent);
    display: inline-block;
    margin-top: auto;
}

.category-details h4 {
    margin-bottom: 13px;
}

.category-details p {
    margin-bottom: 14px;
}

/* services page banner section */
/* doctors page start */
/* doctors page banner style */
.doctors-banner-sec {
    background: url(../images/doctor-banner-img.jpg) no-repeat center;
    background-size: cover;
}

/* doctors page banner style */
/* doctors page end */
/* pricing page start */
/* pricing page banner style */
.pricing-banner-sec {
    background: url(../images/pricing-banner-img.jpg) no-repeat center;
    background-size: cover;
}

/* pricing page banner style */
/* plan section style */
.plan-main-section {
    background: #f6f9ff;
    position: relative;
    overflow: hidden;
}

.plan-box {
    border-radius: 10px;
    padding: 53px 39px 57px;
    background: var(--white-color);
    border: 1px solid var(--white-color);
}

.plan-boxes-section {
    z-index: 3;
    display: grid;
    grid-gap: 30px;
    position: relative;
    grid-template-columns: 31.5% 31.5% 31.5%;
}

.dollar-sign {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 4px;
}

.price {
    font-size: 52px;
    line-height: 52px;
    color: var(--accent);
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 17px;
    margin-bottom: 14px;
}

.price .monthly-txt {
    font-size: 16px;
    line-height: 18px;
    color: var(--primary--color);
    margin-left: -6px;
}

.plan-box p {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 1px solid #dae3f5;
}

.plan-box>figure {
    margin-bottom: 25px;
}

.plan-box h5 {
    margin-bottom: 10px;
}

.plan-box .generic-list ul li {
    margin-bottom: 10px;
}

.plan-box .generic-list {
    margin-bottom: 32px;
}

.plan-box .generic-btn a {
    gap: 14px;
    padding-left: 3px;
}

.plan-box:hover {
    border-color: var(--accent);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 5%);
}

/* plan section style end */
/* pricing page end */
/* faq page start */
/* faq banner style start */
.faq-banner-sec {
    background: url(../images/faq-banner-img.jpg) no-repeat center;
    background-size: cover;
}

/* faq banner style end */
/* faq section style start */
.faq-main-section {
    background: #f6f9ff;
    overflow: hidden;
}

.faq-inner-section .card-header {
    position: relative;
    border-radius: 10px;
    padding: 9px 20px 12px 72px;
}

.faq-inner-section .card-body {
    padding: 2px 50px 31px 73px;
    border-radius: 10px;
}

.faq-inner-section .card-header,
.faq-inner-section .card-body {
    background-color: var(--white-color);
    border: none;
}

.faq-inner-section {
    width: 745px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq-inner-section .card-header h5 .btn {
    width: 100%;
    text-align: left;
    padding: 11px 60px 22px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    color: var(--primary--color);
    border-bottom: 1px solid #dae3f5;
}

.faq-inner-section .card-header h5 .btn:focus {
    border-bottom: 1px solid #dae3f5;
}

.faq-inner-section .card {
    border: 1px solid transparent;
    margin-bottom: 24px;
    border-radius: 10px;
}

.faq-inner-section .card:hover {
    border: 1px solid var(--secondary--color);
}

.faq-inner-section .card:last-child {
    margin-bottom: 0;
}

.faq-inner-section .card-header h5 .btn.collapsed {
    border-color: transparent;
    padding: 11px 10px 12px 0;
}

.faq-inner-section .card-header::before {
    content: "\f128";
    font-family: "Font Awesome 5 free";
    position: absolute;
    font-weight: 600;
    left: 16px;
    top: 13px;
    padding: 11px;
    border-radius: 100%;
    border: 1px solid var(--secondary--color);
    color: var(--primary--color);
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-inner-section .card-header h5 .btn::after {
    content: "\f062";
}

.faq-inner-section .card-header h5 .btn::after,
.faq-inner-section .card-header h5 .btn.collapsed::after {
    font-family: "Font Awesome 5 free";
    position: absolute;
    font-weight: 600;
    right: 25px;
}

.faq-inner-section .card-header h5 .btn.collapsed::after {
    content: "\f061";

}

.faq-inner-section .card-header h5 .btn:hover {
    color: var(--secondary--color);
}

/* faq section style end */
/* faq page start end */
/* contact page start */
/* contact page banner style */
.contact-banner-sec {
    background: url(../images/contact-banner-img.jpg) no-repeat center;
    background-size: cover;
}

/* contact page banner style */
/* contact links section style */
.contact-links-main-sec {
    display: grid;
    grid-gap: 30px;
    z-index: 3;
    position: relative;
    grid-template-columns: 31.4% 31.4% 31.4%;
}

.contact-details-section {
    background: #f6f9ff;
    overflow: hidden;
}

.contact-links-box {
    padding: 34px 40px 33px;
    display: flex;
    border-radius: 10px;
    background: var(--white-color);
    border: 1px solid transparent;
}

.contact-links-box:hover {
    border-color: var(--accent);
    box-shadow: 2px 2px 52px 6px rgb(36 63 250 / 13%);
}

.contact-img-box {
    margin-right: 25px;
    margin-top: 4px;
}

.contact-link {
    display: flex;
    flex-direction: column;
}

.contact-link p {
    font-size: 16px;
    line-height: 24px;
}

.contact-link .contact-btn {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-top: auto;
    color: var(--secondary--color);
}

.contact-link ul li a {
    font-size: 16px;
    text-decoration: none;
    color: var(--text-color);
}

.contact-link ul li a:hover {
    color: var(--accent);
}

.contact-link ul li {
    line-height: 24px;
}

.contact-link ul,
.contact-link p {
    margin-bottom: 13px;
}

.contact-link .contact-btn i {
    margin-left: 6px;
}

/* contact links section style */
.contact-page-form-section.contact-con:after {
    background: url(../images/contact-con-right-img.png) no-repeat;
    background-position-x: 100%;
    background-size: cover;
}

/* map section style */
.responsive-map {
    overflow: hidden;
    position: relative;
    height: 733px;
    margin-bottom: -175px;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 733px;
    width: 100%;
    position: absolute;
}

/* contact page end */
/* 404 page start */
.not-found-section {
    background: #f6f9ff;
    padding-bottom: 400px;
}

.not-found-con {
    margin: 0 auto;
}

.not-found-con h2 {
    font-size: 200px;
    line-height: 210px;
}

.not-found-con span {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 8px;
    margin-bottom: 25px;
}

.not-found-con p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.not-found-con .submit-btn a {
    color: var(--accent);
}

.not-found-con .submit-btn a figure {
    border-color: var(--accent);
    background: var(--white-color);
}

.not-found-con .submit-btn a figure img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(5340%) hue-rotate(236deg) brightness(96%) contrast(104%);
}

.not-found-con .submit-btn {
    justify-content: center;
}

.not-found-con .submit-btn:hover figure {
    background: var(--accent);
}

.not-found-con .submit-btn:hover figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(250deg) brightness(103%) contrast(101%);
}

.no-found-page-contact .contact-section {
    top: -173px;
}

.footer-main-section.no-found-page-footer {
    margin-top: -362px;
}

/* 404 page end */
/* Preloader -------------------------------------------------------*/
/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #295078;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #295078;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* Preloader -------------------------------------------------------*/
/* bottom to top button */
#button.show {
    opacity: 1;
    visibility: visible;
}
#button:hover {
    cursor: pointer;
}
#button {
    display: inline-block;
    background-color: var(--accent);
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 57px;
    right: 113px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}
@-webkit-keyframes spineer {
    from {
    box-shadow: 0 0 0 0 rgb(36, 63, 250, .99)
    }
    to {
    box-shadow: 0 0 0 25px rgba(148, 194, 46, .01)
    }
    }    
    
    @keyframes spineer {
    from {
    box-shadow: 0 0 0 0 rgb(36, 63, 250, .99)
    }
    to {
    box-shadow: 0 0 0 25px rgba(148, 194, 46, .01)
    }
    }
/* bottom to top button */

.star-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #fbab00;
}

.rating-score {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary--color);
}

.star-rating i {
    margin-right: 2px;
}


/* ===== BANNER FORM COMPACT - LEFT SIDE ===== */
.banner-details {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
}

.banner-form-compact {
    background: rgba(255, 255, 255, 0.98);
    padding: 25px;
    border-radius: 12px;
    width: 280px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
    flex-shrink: 0;
    order: -1;
}

.banner-form-compact h3 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #295078;
    font-weight: 700;
    margin-top: 0;
}

.banner-form-compact form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banner-form-compact input,
.banner-form-compact select,
.banner-form-compact textarea {
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 12px;
    background: #f9f9f9;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.banner-form-compact input:focus,
.banner-form-compact select:focus,
.banner-form-compact textarea:focus {
    outline: none;
    border-color: #243ffa;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(36, 63, 250, 0.1);
}

.banner-form-compact textarea {
    resize: none;
    height: 50px;
}

.banner-form-compact button {
    background: #ff8f00;
    color: white;
    padding: 11px 15px;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.banner-form-compact button:hover {
    background: #1e35d8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(36, 63, 250, 0.3);
}

#data_programare { caret-color: transparent; }

.contact-form input,
.contact-form textarea {
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
    color: #333 !important;
    background: #f9f9f9 !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #888 !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #295078 !important;
    background: #fff !important;
    outline: none !important;
}
.footer-logo-box figure img {
    max-width: 400px !important;
    height: auto !important;
    width: 100% !important;
}

.phone a {
    font-size: 24px !important;
    font-weight: 700;
    color: #ff9e08 !important;
    text-shadow: 0 0 12px rgba(255, 158, 8, 0.7), 0 0 25px rgba(255, 158, 8, 0.4);
    transition: .3s ease-in-out;
}

.phone a:hover {
    text-shadow: 0 0 18px rgba(255, 158, 8, 1), 0 0 35px rgba(255, 158, 8, 0.6);
}

.phone span {
    font-size: 13px !important;
    color: rgba(255,255,255,0.8) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-form-compact input::placeholder,
.banner-form-compact textarea::placeholder {
    font-size: 20px !important;
    color: #999 !important;
}

.banner-form-compact input,
.banner-form-compact textarea {
    font-size: 20px !important;
}
@media (max-width: 992px) {
    .banner-form-compact {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        order: 0;
    }
}


/* ===== BANNER RESPONSIVE FIX ===== */
@media (max-width: 992px) {

  /* Stivuire pe verticală */
  .banner-inner-con {
    display: flex !important;
    flex-direction: column !important;
  }

  .banner-details {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    margin-top: 30px;
  }

  /* Titlu mai mic pe mobil */
  .banner-title h1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  /* Formular full width */
  .banner-form-compact {
    width: 100% !important;
    max-width: 100% !important;
  }

  .banner-form-compact form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .banner-form-compact input,
  .banner-form-compact textarea,
  .banner-form-compact button {
    width: 100% !important;
  }

  /* Imagine doctor */
  .banner-details figure img {
    max-width: 260px;
    height: auto;
  }

  /* Review box */
  .client-review {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-top: 20px;
  }

  .review-img {
    justify-content: center;
  }
}


/* ===== SERVICES SECTION — RESPONSIVE FIX ===== */
@media (max-width: 768px) {

  /* Rand 1: layout principal */
  section[style*="background: #f6f9ff"] > .container > div:first-child {
      display: grid !important;
      grid-template-columns: 1fr !important; /* o coloană */
      gap: 20px !important;
  }

  /* Grid carduri 2x2 -> 1 coloană */
  section[style*="background: #f6f9ff"] > .container > div:first-child > div:first-child {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 16px !important;
  }

  /* Carduri */
  section[style*="background: #f6f9ff"] h4 {
      font-size: 18px !important;
  }

  section[style*="background: #f6f9ff"] p {
      font-size: 14px !important;
  }

  /* Despre noi */
  section[style*="background: #f6f9ff"] h2 {
      font-size: 22px !important;
      text-align: center;
  }

  section[style*="background: #f6f9ff"] > .container > div:first-child > div:last-child {
      padding: 28px 22px !important;
      text-align: center;
  }

  /* Rand 2: contact */
  section[style*="background: #f6f9ff"] > .container > div:last-child {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 18px !important;
      padding: 24px 20px !important;
  }

  /* Scoate liniile verticale */
  section[style*="background: #f6f9ff"] > .container > div:last-child > div {
      border-left: none !important;
      padding-left: 0 !important;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      align-items: center !important;
  }

  /* Icon deasupra textului */
  section[style*="background: #f6f9ff"] > .container > div:last-child > div > div:first-child {
      margin-bottom: 8px;
  }
}

/* Fără scroll lateral */
html, body { overflow-x: hidden; }

/* ===== PRICING SECTION — RESPONSIVE FIX ===== */
@media (max-width: 768px) {

  /* Grid principal 2 coloane -> 1 coloană */
  section[style*="#e7cac5"] .container > div[style*="grid-template-columns"]{
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 20px !important;
  }

  /* Carduri */
  section[style*="#e7cac5"] .container > div[style*="grid-template-columns"] > div{
      padding: 22px !important;
  }

  /* Titluri card */
  section[style*="#e7cac5"] h4{
      font-size: 17px !important;
      line-height: 1.4 !important;
  }

  /* Randuri preturi */
  section[style*="#e7cac5"] div[style*="justify-content: space-between"]{
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 4px;
  }

  /* Pret aliniat stanga pe mobil */
  section[style*="#e7cac5"] div[style*="justify-content: space-between"] span:last-child{
      font-size: 16px !important;
  }

  /* Oferte */
  section[style*="#e7cac5"] .container > div:last-child{
      padding: 22px !important;
  }

  section[style*="#e7cac5"] .container > div:last-child > div{
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 8px !important;
  }

  /* Titlu sectiune */
  section[style*="#e7cac5"] .generic-title h2{
      font-size: 24px !important;
  }
}

/* Fără scroll lateral */
html, body { overflow-x: hidden; }

/* ===== PROCESS / SERVICES GRID — RESPONSIVE FIX ===== */
@media (max-width: 768px) {

  /* Grid 4 coloane -> 1 coloană */
  section[style*="background: #fff"] .container > div[style*="grid-template-columns"]{
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: 20px !important;
  }

  /* Card */
  section[style*="background: #fff"] .container > div[style*="grid-template-columns"] > div{
      border-radius: 12px !important;
  }

  /* Imagine */
  section[style*="background: #fff"] img{
      height: 180px !important;
  }

  /* Conținut card */
  section[style*="background: #fff"] h4{
      font-size: 18px !important;
  }

  section[style*="background: #fff"] p{
      font-size: 14px !important;
  }

  /* Buton */
  section[style*="background: #fff"] a{
      display: inline-block;
      margin-top: 4px;
  }

  /* Titlu secțiune */
  section[style*="background: #fff"] .generic-title h2{
      font-size: 24px !important;
  }
}

/* Fără scroll lateral */
html, body { overflow-x: hidden; }


.fb-responsive{
  width:100%;
  max-width:340px;   /* cât vrei maxim pe desktop */
}

.fb-responsive iframe{
  width:100%;
  height:70px;
  border:none;
  overflow:hidden;
}

.navbar .dropdown-menu {
    border: none;
    border-radius: 12px;
    overflow: visible !important;  /* ← fix principal */
    padding: 10px 0;
    margin-top: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    min-width: 240px;
}

.navbar .dropdown-item {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #0f2349;
    transition: all .2s ease;
    border-radius: 0 !important;   /* lasă meniul să facă clipping natural */
}

/* doar primul și ultimul primesc radius */
.navbar .dropdown-menu > li:first-child > .dropdown-item {
    border-radius: 12px 12px 0 0 !important;
}
.navbar .dropdown-menu > li:last-child > .dropdown-item {
    border-radius: 0 0 12px 12px !important;
}

.navbar .dropdown-item:hover {
    background: #eef3ff;
    color: #243ffa;
    padding-left: 26px;
}

/* ascunde săgeata default Bootstrap complet */
.navbar .nav-link.dropdown-toggle::after {
    display: none !important;
}
/* săgeata custom în HTML */
.navbar .nav-arrow {
    font-size: 13px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: -1px;
}


/* ===================================
   MEDICAL SERVICES SECTION - TEXT + PARTNERS
   =================================== */

/* Main Section */
.medical-services-sec {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Row spacing */
.medical-services-sec .row {
    margin-right: -15px;
    margin-left: -15px;
}

/* Left column - Text Content */
.medical-services-sec .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

/* Right column - Partners Card */
.medical-services-sec .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

/* ===================================
   TEXT CONTENT STYLING
   =================================== */

.medical-services-sec h2 {
    font-size: 32px;
    color: #1a2332;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.3;
}

.medical-services-sec h3 {
    font-size: 22px;
    color: #1a2332;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 3px solid #4995b3;
    padding-bottom: 10px;
    display: inline-block;
}

.medical-services-sec h4 {
    font-size: 18px;
    color: #1a2332;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
}

.medical-services-sec p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.medical-services-sec p strong {
    color: #1a2332;
    font-weight: 600;
}

.medical-services-sec ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.medical-services-sec ul li {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style: disc;
}

.medical-services-sec ul li strong {
    color: #1a2332;
    font-weight: 600;
}

/* ===================================
   PARTNERS CARD STYLING
   =================================== */

.medical-services-sec .card {
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 8px;
    background: white;
    position: sticky;
    top: 100px;
    z-index: 10;
}

.medical-services-sec .card-body {
    padding: 30px;
}

.medical-services-sec .card-title {
    font-size: 22px;
    color: #1a2332;
    margin-bottom: 25px;
    font-weight: 700;
    border-bottom: 2px solid #4995b3;
    padding-bottom: 15px;
    margin-top: 0;
}

.medical-services-sec .card-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 8px;
    margin-top: 0;
}

.medical-services-sec .card-text {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Partner List */
.medical-services-sec .category-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.medical-services-sec .category-sub-menu li {
    margin-bottom: 8px;
    list-style: none;
}

.medical-services-sec .category-sub-menu li:last-child {
    margin-bottom: 0;
}

.medical-services-sec .category-sub-menu li a {
    font-size: 13px;
    color: #4995b3;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 500;
}

.medical-services-sec .category-sub-menu li a:hover {
    color: #0098cc;
    padding-left: 5px;
}

/* ===================================
   TABLET RESPONSIVENESS (768px - 991px)
   =================================== */

@media (max-width: 991px) {
    .medical-services-sec .col-md-9,
    .medical-services-sec .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .medical-services-sec .card {
        position: static;
        margin-top: 30px;
    }

    .medical-services-sec h2 {
        font-size: 28px;
    }

    .medical-services-sec h3 {
        font-size: 20px;
    }

    .medical-services-sec h4 {
        font-size: 16px;
    }

    .medical-services-sec p,
    .medical-services-sec ul li {
        font-size: 14px;
    }
}

/* ===================================
   MOBILE RESPONSIVENESS (max-width: 767px)
   =================================== */

@media (max-width: 767px) {
    .medical-services-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .medical-services-sec .col-md-9,
    .medical-services-sec .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .medical-services-sec .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .medical-services-sec h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .medical-services-sec h3 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .medical-services-sec h4 {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .medical-services-sec p {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .medical-services-sec ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .medical-services-sec .card-body {
        padding: 20px;
    }

    .medical-services-sec .card-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .medical-services-sec .card-subtitle {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .medical-services-sec .card-text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .medical-services-sec .category-sub-menu li a {
        font-size: 12px;
    }

    .medical-services-sec .category-sub-menu {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .medical-services-sec .card {
        margin-top: 25px;
    }
}

/* ===================================
   EXTRA SMALL MOBILE (max-width: 480px)
   =================================== */

@media (max-width: 480px) {
    .medical-services-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .medical-services-sec h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .medical-services-sec h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .medical-services-sec h4 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .medical-services-sec p {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .medical-services-sec ul {
        margin-left: 15px;
    }

    .medical-services-sec ul li {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .medical-services-sec .card-body {
        padding: 15px;
    }

    .medical-services-sec .card-title {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .medical-services-sec .card-subtitle {
        font-size: 13px;
    }

    .medical-services-sec .card-text {
        font-size: 11px;
    }

    .medical-services-sec .category-sub-menu {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .medical-services-sec .category-sub-menu li a {
        font-size: 11px;
        padding: 2px 0;
    }
}

/* ===================================
   UTILITY CLASSES
   =================================== */

.medical-services-sec .container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .medical-services-sec .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ===================================
   SMOOTH SCROLLING & ANIMATIONS
   =================================== */

.medical-services-sec h3,
.medical-services-sec h4,
.medical-services-sec p,
.medical-services-sec ul li {
    transition: color 0.3s ease;
}

.medical-services-sec a {
    transition: all 0.3s ease;
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    .medical-services-sec .card {
        position: static;
        page-break-inside: avoid;
    }

    .medical-services-sec {
        background-color: white;
    }
}



/* ===================================
   SERVICE CONTENT BOX - STYLED
   =================================== */

.service-content-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #4995b3;
    transition: all 0.3s ease;
}

.service-content-box:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

/* Heading Styles */
.service-content-box h2 {
    font-size: 32px;
    color: #1a2332;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.3;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.service-content-box h3 {
    font-size: 22px;
    color: #1a2332;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 0;
}

.service-content-box h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #4995b3 0%, #0098cc 100%);
    border-radius: 2px;
    margin-right: 12px;
}

.service-content-box h3 {
    padding-left: 16px;
}

.service-content-box h4 {
    font-size: 18px;
    color: #1a2332;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.service-content-box h4:hover {
    color: #4995b3;
}

/* Paragraph Styles */
.service-content-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 18px;
    text-align: justify;
}

.service-content-box p strong {
    color: #1a2332;
    font-weight: 600;
}

/* CTA Text Style */
.service-content-box .cta-text {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #4995b3;
    margin-top: 30px;
    font-size: 16px;
    color: #1a2332;
    font-weight: 600;
}

.service-content-box .cta-text strong {
    color: #4995b3;
}

/* List Styles */
.service-content-box ul {
    margin-left: 0;
    margin-bottom: 22px;
    padding-left: 0;
}

.service-content-box ul li {
    color: #666;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    list-style: none;
}

.service-content-box ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4995b3;
    font-weight: bold;
    font-size: 16px;
}

.service-content-box ul li strong {
    color: #1a2332;
    font-weight: 600;
}

/* ===================================
   TABLET RESPONSIVENESS
   =================================== */

@media (max-width: 991px) {
    .service-content-box {
        padding: 30px;
    }

    .service-content-box h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .service-content-box h3 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .service-content-box h4 {
        font-size: 16px;
        margin-top: 24px;
    }

    .service-content-box p {
        font-size: 14px;
    }

    .service-content-box ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .service-content-box .cta-text {
        font-size: 15px;
        padding: 15px;
    }
}

/* ===================================
   MOBILE RESPONSIVENESS
   =================================== */

@media (max-width: 767px) {
    .service-content-box {
        padding: 25px;
        border-left: 4px solid #4995b3;
        border-radius: 8px;
    }

    .service-content-box h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .service-content-box h3 {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .service-content-box h3:before {
        width: 3px;
        height: 20px;
    }

    .service-content-box h4 {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .service-content-box p {
        font-size: 13px;
        margin-bottom: 15px;
        text-align: left;
        line-height: 1.75;
    }

    .service-content-box ul li {
        font-size: 13px;
        margin-bottom: 8px;
        padding-left: 25px;
    }

    .service-content-box ul li:before {
        font-size: 14px;
    }

    .service-content-box .cta-text {
        font-size: 14px;
        padding: 15px;
        margin-top: 25px;
    }
}

/* ===================================
   EXTRA SMALL MOBILE
   =================================== */

@media (max-width: 480px) {
    .service-content-box {
        padding: 20px;
        border-left: 3px solid #4995b3;
    }

    .service-content-box h2 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }

    .service-content-box h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 14px;
    }

    .service-content-box h3:before {
        width: 3px;
        height: 18px;
    }

    .service-content-box h4 {
        font-size: 14px;
        margin-top: 18px;
        margin-bottom: 8px;
    }

    .service-content-box p {
        font-size: 12px;
        margin-bottom: 12px;
        line-height: 1.65;
    }

    .service-content-box ul {
        margin-bottom: 18px;
    }

    .service-content-box ul li {
        font-size: 12px;
        margin-bottom: 6px;
        padding-left: 22px;
    }

    .service-content-box ul li:before {
        font-size: 13px;
    }

    .service-content-box .cta-text {
        font-size: 13px;
        padding: 12px;
        margin-top: 20px;
    }
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    .service-content-box {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
}


/* ===================================
   VIDEOS SECTION - FULLY RESPONSIVE
   =================================== */

.videos-services-sec {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    float: left;
}

.videos-services-sec .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===================================
   GRID LAYOUT - RESPONSIVE
   =================================== */

.videos-services-sec .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.videos-services-sec .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}

.videos-services-sec .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

/* ===================================
   VIDEOS CONTAINER
   =================================== */

.videos-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 30px;
}

/* ===================================
   VIDEO CARD
   =================================== */

.video-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #4995b3;
}

.video-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* Video Title Badge */
.video-card .video-title {
    background: linear-gradient(135deg, #4995b3 0%, #354d6f 100%);
    color: white;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Video Wrapper */
.video-card .video-wrapper {
    position: relative;
    background: #000;
    width: 100%;
    padding-bottom: 56.25%;  /* 16:9 aspect ratio */
    overflow: hidden;
}
.video-card .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}

/* Video Description */
.video-card .video-description {
    padding: 30px;
}

.video-card .video-description h4 {
    font-size: 18px;
    color: #1a2332;
    font-weight: 700;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.video-card .video-description p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.video-card .video-description p strong {
    color: #1a2332;
    font-weight: 600;
}

/* Video Description Lists */
.video-card .video-description ul {
    margin: 15px 0;
    padding-left: 0;
    list-style: none;
}

.video-card .video-description ul li {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.video-card .video-description ul li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #4995b3;
    font-weight: bold;
    font-size: 18px;
}

/* Phone Info Box */
.video-card .phone {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    border-left: 4px solid #4995b3;
    padding: 18px;
    border-radius: 6px;
    margin-top: 20px;
    color: #1a2332;
    font-size: 15px;
    line-height: 1.6;
}

.video-card .phone strong {
    color: #4995b3;
    font-weight: 700;
}

/* ===================================
   PARTNERS CARD
   =================================== */

.videos-services-sec .card {
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 8px;
    background: white;
    position: sticky;
    top: 100px;
    z-index: 10;
}

.videos-services-sec .card-body {
    padding: 30px;
}

.videos-services-sec .card-title {
    font-size: 22px;
    color: #1a2332;
    margin-bottom: 25px;
    font-weight: 700;
    border-bottom: 2px solid #4995b3;
    padding-bottom: 15px;
    margin-top: 0;
}

.videos-services-sec .card-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 8px;
    margin-top: 0;
}

.videos-services-sec .card-text {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Partner List */
.videos-services-sec .category-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.videos-services-sec .category-sub-menu li {
    margin-bottom: 8px;
    list-style: none;
}

.videos-services-sec .category-sub-menu li a {
    font-size: 13px;
    color: #4995b3;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 500;
}

.videos-services-sec .category-sub-menu li a:hover {
    color: #0098cc;
    padding-left: 5px;
}

.videos-services-sec .category-sub-menu li a:before {
    content: "→ ";
    margin-right: 5px;
}

/* ===================================
   TABLET RESPONSIVENESS (992px - 1199px)
   =================================== */

@media (max-width: 1199px) {
    .videos-services-sec .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .videos-services-sec .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .videos-container {
        gap: 30px;
    }

    .video-card .video-wrapper video {
        min-height: 280px;
    }

    .video-card .video-description {
        padding: 25px;
    }

    .video-card .video-description h4 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .video-card .video-description p {
        font-size: 15px;
    }

    .video-card .video-description ul li {
        font-size: 15px;
    }

    .videos-services-sec .card {
        position: static;
        margin-top: 30px;
    }
}

/* ===================================
   MEDIUM TABLET (768px - 991px)
   =================================== */

@media (max-width: 991px) {
    .videos-services-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .videos-container {
        gap: 25px;
    }

    .video-card .video-wrapper video {
        min-height: 250px;
    }

    .video-card .video-description {
        padding: 20px;
    }

    .video-card .video-description h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .video-card .video-description p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .video-card .video-description ul li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .video-card .phone {
        padding: 15px;
        margin-top: 15px;
        font-size: 13px;
    }
}

/* ===================================
   MOBILE (481px - 767px)
   =================================== */

@media (max-width: 767px) {
    .videos-services-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .videos-services-sec .container {
        padding: 0 12px;
    }

    .videos-services-sec .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .videos-services-sec .col-md-9,
    .videos-services-sec .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .videos-container {
        gap: 20px;
    }

    .video-card .video-title {
        padding: 10px 15px;
        font-size: 13px;
    }

    .video-card .video-wrapper video {
        min-height: 220px;
    }

    .video-card .video-description {
        padding: 18px;
    }

    .video-card .video-description h4 {
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .video-card .video-description p {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 1.7;
    }

    .video-card .video-description ul li {
        font-size: 13px;
        margin-bottom: 5px;
        padding-left: 22px;
    }

    .video-card .phone {
        padding: 12px;
        margin-top: 12px;
        font-size: 12px;
        border-left: 3px solid #4995b3;
    }

    .videos-services-sec .card {
        margin-top: 25px;
    }

    .videos-services-sec .card-body {
        padding: 20px;
    }

    .videos-services-sec .card-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .videos-services-sec .card-subtitle {
        font-size: 14px;
    }

    .videos-services-sec .card-text {
        font-size: 12px;
    }

    .videos-services-sec .category-sub-menu li a {
        font-size: 12px;
    }
}

/* ===================================
   SMALL MOBILE (max-width: 480px)
   =================================== */

@media (max-width: 480px) {
    .videos-services-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .videos-services-sec .container {
        padding: 0 10px;
    }

    .videos-services-sec .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .videos-services-sec .col-md-9,
    .videos-services-sec .col-md-3 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .videos-container {
        gap: 15px;
    }

    .video-card {
        border-top: 3px solid #4995b3;
    }

    .video-card .video-title {
        padding: 8px 12px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .video-card .video-wrapper video {
        min-height: 180px;
    }

    .video-card .video-description {
        padding: 15px;
    }

    .video-card .video-description h4 {
        font-size: 14px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .video-card .video-description p {
        font-size: 12px;
        margin-bottom: 6px;
        line-height: 1.6;
    }

    .video-card .video-description ul li {
        font-size: 12px;
        margin-bottom: 4px;
        padding-left: 20px;
    }

    .video-card .video-description ul li:before {
        font-size: 16px;
    }

    .video-card .phone {
        padding: 10px;
        margin-top: 10px;
        font-size: 11px;
        border-left: 3px solid #4995b3;
    }

    .videos-services-sec .card-body {
        padding: 15px;
    }

    .videos-services-sec .card-title {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .videos-services-sec .card-subtitle {
        font-size: 13px;
    }

    .videos-services-sec .card-text {
        font-size: 11px;
    }

    .videos-services-sec .category-sub-menu li a {
        font-size: 11px;
    }
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    .videos-services-sec .card {
        position: static;
        page-break-inside: avoid;
    }

    .videos-services-sec {
        background-color: white;
    }

    .video-card {
        page-break-inside: avoid;
    }
}

/* ===================================
   SCHEDULE SECTION (STANDALONE)
   =================================== */

.schedule-section {
    background: white;
    padding: 60px 0;
}

.schedule-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===================================
   SCHEDULE CARD STYLING
   =================================== */

.schedule-card {
    width: 100%;
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-top: 4px solid #4995b3;
    transition: all 0.3s ease;
}

.schedule-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* Schedule Header */
.schedule-card .schedule-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.schedule-card .schedule-header i {
    font-size: 32px;
    color: #4995b3;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.1) 0%, rgba(0, 152, 204, 0.1) 100%);
    border-radius: 10px;
    flex-shrink: 0;
}

.schedule-card .schedule-header h3 {
    font-size: 24px;
    color: #1a2332;
    font-weight: 700;
    margin: 0;
}

/* Schedule Content */
.schedule-content {
    width: 100%;
}

/* Schedule Item */
.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 20px;
}

.schedule-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.schedule-item:first-child {
    padding-top: 0;
}

.schedule-item .day {
    font-size: 16px;
    font-weight: 700;
    color: #1a2332;
    min-width: 130px;
    flex-shrink: 0;
}

.schedule-item .hours {
    font-size: 16px;
    font-weight: 600;
    color: #4995b3;
    text-align: right;
}

.schedule-item .hours-special {
    font-size: 14px;
    color: #666;
    text-align: right;
    line-height: 1.4;
    font-weight: 500;
}

.schedule-item .hours-special small {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    font-weight: 400;
}

.schedule-item .hours-closed {
    font-size: 16px;
    font-weight: 600;
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
}

/* ===================================
   DESKTOP (1200px+)
   =================================== */

@media (min-width: 1200px) {
    .schedule-card {
        max-width: 900px;
        margin: 0 auto;
    }
}

/* ===================================
   LARGE TABLET (992px - 1199px)
   =================================== */

@media (max-width: 1199px) {
    .schedule-card {
        padding: 35px;
    }

    .schedule-card .schedule-header {
        margin-bottom: 25px;
        gap: 12px;
    }

    .schedule-card .schedule-header i {
        font-size: 28px;
        width: 45px;
        height: 45px;
    }

    .schedule-card .schedule-header h3 {
        font-size: 22px;
    }

    .schedule-item {
        padding: 15px 0;
        gap: 15px;
    }

    .schedule-item .day {
        font-size: 15px;
        min-width: 120px;
    }

    .schedule-item .hours {
        font-size: 15px;
    }

    .schedule-item .hours-special {
        font-size: 13px;
    }

    .schedule-item .hours-special small {
        font-size: 11px;
    }
}

/* ===================================
   TABLET (768px - 991px)
   =================================== */

@media (max-width: 991px) {
    .schedule-section {
        padding: 50px 0;
    }

    .schedule-section .container {
        padding: 0 12px;
    }

    .schedule-card {
        padding: 30px;
    }

    .schedule-card .schedule-header {
        margin-bottom: 20px;
        gap: 10px;
        padding-bottom: 15px;
    }

    .schedule-card .schedule-header i {
        font-size: 24px;
        width: 40px;
        height: 40px;
    }

    .schedule-card .schedule-header h3 {
        font-size: 20px;
    }

    .schedule-item {
        padding: 12px 0;
        gap: 12px;
    }

    .schedule-item .day {
        font-size: 14px;
        min-width: 110px;
    }

    .schedule-item .hours {
        font-size: 14px;
    }

    .schedule-item .hours-special {
        font-size: 12px;
    }

    .schedule-item .hours-special small {
        font-size: 11px;
    }

    .schedule-item .hours-closed {
        font-size: 14px;
        padding: 6px 12px;
    }
}

/* ===================================
   MOBILE (481px - 767px)
   =================================== */

@media (max-width: 767px) {
    .schedule-section {
        padding: 40px 0;
    }

    .schedule-section .container {
        padding: 0 10px;
    }

    .schedule-card {
        padding: 20px;
        border-top: 3px solid #4995b3;
    }

    .schedule-card .schedule-header {
        margin-bottom: 15px;
        gap: 10px;
        padding-bottom: 12px;
    }

    .schedule-card .schedule-header i {
        font-size: 22px;
        width: 36px;
        height: 36px;
    }

    .schedule-card .schedule-header h3 {
        font-size: 18px;
    }

    .schedule-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
        gap: 6px;
    }

    .schedule-item .day {
        font-size: 13px;
        font-weight: 700;
        color: #1a2332;
        min-width: auto;
    }

    .schedule-item .hours {
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        color: #4995b3;
    }

    .schedule-item .hours-special {
        font-size: 11px;
        text-align: left;
        color: #666;
        line-height: 1.3;
    }

    .schedule-item .hours-special small {
        font-size: 10px;
        color: #999;
        margin-top: 1px;
    }

    .schedule-item .hours-closed {
        font-size: 13px;
        padding: 5px 10px;
        text-align: left;
        background: rgba(231, 76, 60, 0.1);
    }
}

/* ===================================
   SMALL MOBILE (max-width: 480px)
   =================================== */

@media (max-width: 480px) {
    .schedule-section {
        padding: 30px 0;
    }

    .schedule-section .container {
        padding: 0 8px;
    }

    .schedule-card {
        padding: 18px;
        border-top: 3px solid #4995b3;
        border-radius: 10px;
    }

    .schedule-card .schedule-header {
        margin-bottom: 12px;
        gap: 8px;
        padding-bottom: 10px;
    }

    .schedule-card .schedule-header i {
        font-size: 20px;
        width: 32px;
        height: 32px;
    }

    .schedule-card .schedule-header h3 {
        font-size: 16px;
    }

    .schedule-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
        gap: 4px;
        border-bottom: 1px solid #e8e8e8;
    }

    .schedule-item:last-child {
        border-bottom: none;
    }

    .schedule-item .day {
        font-size: 12px;
        font-weight: 700;
        color: #1a2332;
    }

    .schedule-item .hours {
        text-align: left;
        font-size: 12px;
        font-weight: 600;
        color: #4995b3;
    }

    .schedule-item .hours-special {
        font-size: 10px;
        text-align: left;
        color: #666;
        line-height: 1.3;
    }

    .schedule-item .hours-special small {
        font-size: 9px;
        color: #999;
        margin-top: 1px;
    }

    .schedule-item .hours-closed {
        font-size: 12px;
        padding: 4px 8px;
        text-align: left;
        background: rgba(231, 76, 60, 0.1);
    }
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    .schedule-card {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
}

  .whatsapp-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  }

  .whatsapp-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }

  .whatsapp-message-box {
    background: white;
    border-radius: 15px;
    padding: 16px 18px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
    max-width: 320px;
    animation: slideInUp 0.4s ease-out;
    border-left: 5px solid #25d366;
  }

  .whatsapp-message-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }

  .whatsapp-message-header h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #075E54;
  }

  .whatsapp-message-text {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 8px 0;
  }

  .whatsapp-message-time {
    font-size: 11px;
    color: #999;
    text-align: right;
    margin-top: 8px;
  }

  .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #25d366 0%, #20ba58 100%);
    color: white;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    position: relative;
  }

  .whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
  }

  .whatsapp-btn:active {
    transform: translateY(-1px);
  }

  .whatsapp-btn i {
    font-size: 20px;
  }

  .whatsapp-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff6b6b;
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    animation: pulse 2s infinite;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  }

  @keyframes slideInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.15);
    }
  }

  @media (max-width: 768px) {
    .whatsapp-widget {
      bottom: 20px;
      right: 20px;
    }

    .whatsapp-btn {
      padding: 12px 20px;
      gap: 10px;
      font-size: 13px;
    }

    .whatsapp-message-box {
      max-width: 280px;
      padding: 14px 16px;
    }

    .whatsapp-message-text {
      font-size: 12px;
    }
  }

  @media (max-width: 480px) {
    .whatsapp-message-box {
      display: none;
    }

    .whatsapp-btn {
      padding: 12px 18px;
    }
  }
  
  a[href*="PLIANT"]:hover {
    background: #ffffffeb !important;
    box-shadow: 0 6px 24px rgb(255 255 255 / 60%) !important;
    transform: translateY(-2px);
}
  
  
  /* ===================================
   CARDURI LA DESPRE NOI
   =================================== */
  
  
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --op-accent: #3b718f;
  --op-accent-dark: #2a5570;
  --op-accent-light: #e8f2f7;
  --op-navy: #12243a;
  --op-white: #ffffff;
  --op-bg: #eef2f5;
  --op-text: #2c3e50;
  --op-muted: #5a7080;
  --op-border: rgba(59,113,143,0.15);
  --op-sep: #dde6ec;
  --op-radius: 16px;
  --op-shadow: 0 4px 24px rgba(18,36,58,0.10);
  --op-shadow-hover: 0 12px 40px rgba(18,36,58,0.18);
}


/* ── HEADER ── */
.op-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.op-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--op-accent);
  margin-bottom: 18px;
}

.op-eyebrow::before,
.op-eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--op-accent);
  opacity: 0.5;
}

.op-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 600;
  color: var(--op-navy);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.op-section-title span {
  color: var(--op-accent);
  font-style: italic;
}

.op-section-desc {
  margin-top: 16px;
  font-size: 1rem;
  color: var(--op-muted);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-weight: 300;
}

/* ── GRID ── */
.op-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* ── CARD ── */
.op-card {
  background: var(--op-white);
  border-radius: var(--op-radius);
  box-shadow: var(--op-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.32s cubic-bezier(.22,.68,0,1.2), box-shadow 0.32s ease;
  border: 1px solid rgba(255,255,255,0.9);
}

.op-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--op-shadow-hover);
}

/* ── IMAGINE cu fade ── */
.op-card-img {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: var(--op-accent-dark);
}

.op-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.op-card:hover .op-card-img img {
  transform: scale(1.07);
}

/* Fade gradient peste poza spre culoarea ceruta */
.op-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(59,113,143,0.08) 0%,
    rgba(59,113,143,0.35) 50%,
    rgba(59,113,143,0.82) 100%
  );
  pointer-events: none;
}

/* Titlu suprapus peste imagine, in zona fade */
.op-card-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px 18px;
  z-index: 2;
}

.op-card-number {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 5px;
  display: block;
}

.op-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(18,36,58,0.3);
}

/* ── BODY ── */
.op-card-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 2px solid var(--op-accent-light);
}

.op-card-text {
  font-size: 0.93rem;
  color: var(--op-text);
  line-height: 1.8;
  font-weight: 400;
}

/* ── LABEL sectiune ── */
.op-card-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--op-accent);
  margin: 16px 0 6px;
}

.op-card-label::before {
  content: '';
  display: block;
  width: 14px;
  height: 1.5px;
  background: var(--op-accent);
}

/* ── LISTA ── */
.op-card-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
}

.op-card-list li {
  font-size: 0.93rem;
  color: var(--op-text);
  line-height: 1.7;
  font-weight: 400;
  padding: 7px 0 7px 18px;
  position: relative;
  border-bottom: 1px solid var(--op-sep);
}

.op-card-list li:last-child {
  border-bottom: none;
}

.op-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--op-accent);
  opacity: 0.7;
}

/* ── CARD 13 centrat ── */
.op-card--last {
  grid-column: 1 / -1;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) and (min-width: 721px) {
  .op-grid { gap: 20px; }
  .op-card-img { height: 200px; }
}

@media (max-width: 720px) {
  .op-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .op-card--last { max-width: 100%; }
}

  
  
  
  