﻿/********** Template CSS **********/
:root {
--primary: #ad9779;
--secondary: #333;
--light: #F8F9FA;
--dark: #000;
--white: #ffffff;
--dark-1: #2d2d2d;
--dark-2: #4d4d4d;
--dark-3: #6d6d6d;
--background-color: #ffffff;
--default-color: #394450;
--heading-color: #223a58;
--accent-color: #ad9779;
--surface-color: #ffffff;
--contrast-color: #ffffff;
}

.back-to-top {
position: fixed;
display: none;
right: 30px;
bottom: 30px;
z-index: 99;
}


/*** Spinner ***/
#spinner {
opacity: 0;
visibility: hidden;
transition: opacity .5s ease-out, visibility 0s linear .5s;
z-index: 99999;
}

#spinner.show {
transition: opacity .5s ease-out, visibility 0s linear 0s;
visibility: visible;
opacity: 1;
}


/*** Button ***/
.btn {
font-weight: 500;
transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
color: #FFFFFF;
}

.btn-square {
width: 38px;
height: 38px;
}

.btn-sm-square {
width: 32px;
height: 32px;
}

.btn-lg-square {
width: 48px;
height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
top: -100px;
transition: .5s;
}

.navbar .navbar-nav .nav-link {
margin-left: 30px;
padding: 25px 0;
color: var(--secondary);
font-weight: 500;
text-transform: uppercase;
outline: none;
    font-size: 1.05rem;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 8px;
}

@media (max-width: 991.98px) {
.navbar .navbar-nav .nav-link  {
    margin-left: 0;
    padding: 10px 0;
}

.navbar .navbar-nav {
    margin-top: 25px;
    border-top: 1px solid #EEEEEE;
}
}

@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}
}


/*** Header ***/
.carousel-caption {
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
text-align: start;
background: rgba(0, 0, 0, .65);
z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 3rem;
height: 3rem;
background-color: var(--dark);
border: 15px solid var(--dark);
border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
content: "\f111";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: var(--primary);
}

@media (max-width: 768px) {
#header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
}

#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
}
}

.page-header {
background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .50)), url(../image/carousel-5.jpg) center center no-repeat;
background-size: cover;
}
.counter{
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .9)), url(../image/carousel-6.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
color: #999999;
}


/*** Facts ***/
.facts-overlay {
position: absolute;
padding: 30px;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
font-size: 120px;
color: transparent;
-webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
position: absolute;
content: "";
width: 100%;
height: 0;
top: 0;
left: 0;
background: var(--primary);
opacity: 0;
transition: .5s;
}

.service-item:hover .service-text::before {
height: 100%;
opacity: 1;
}

.service-text * {
position: relative;
transition: .5s;
z-index: 1;
}

.service-item:hover .service-text * {
color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../image/carousel-3.jpg) center center no-repeat;
background-size: cover;
}


/*** Team ***/
.team-text {
position: absolute;
width: 75%;
bottom: 30px;
left: 0;
transition: .5s;
}

.team-item:hover .team-text {
width: 100%;
}

.team-text * {
transition: .5s;
}

.team-item:hover .team-text * {
letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
width: 100px;
height: 100px;
}

.testimonial-carousel .owl-nav {
margin-top: 30px;
display: flex;
justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
margin-right: 15px;
width: 40px;
height:40px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
border: 1px solid var(--primary);
border-radius: 50px;
font-size: 18px;
transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
color: #FFFFFF;
background: var(--primary);
}


/*** Footer ***/
.footer {
color: #999999;
}

.footer .btn.btn-link {
display: block;
margin-bottom: 5px;
padding: 0;
text-align: left;
color: #999999;
font-weight: normal;
text-transform: capitalize;
transition: .3s;
}

.footer .btn.btn-link::before {
position: relative;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #999999;
margin-right: 10px;
}

.footer .btn.btn-link:hover {
color: var(--primary);
letter-spacing: 1px;
box-shadow: none;
}

.footer .copyright {
padding: 25px 0;
font-size: 15px;
border-top: 1px solid rgba(0, 0, 0, .1);
}

.footer .copyright a {
color: var(--light);
}

.footer .copyright a:hover {
color: var(--primary) !important;
}

@media (max-width:767px){
.logot{height:3.8rem;}

}
.faq-item h4 {
 font-size: 1.2rem;
}
.faq-item p {
font-size: 0.95rem;
line-height: 1.7;
color: #4a4a4a;
}
.faq-item {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.faq-item:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


/*===========================
  about-05 css
===========================*/
.about-five {
    background-color: var(--light-3);
    padding-top:60px;
    padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-five {
        padding-top: 100px;
        padding-bottom:70px;
    }
}
@media (max-width: 767px) {
    .about-five {
        padding-top: 80px;
        padding-bottom:60px;
    }
}
.about-five-content{
    padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-five-content {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .about-five-content {
        padding-left: 0;
    }
}
.about-five-content .small-title {
    position: relative;
    padding-left: 30px;
}
.about-five-content .small-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background-color: var(--primary);
    height: 2px;
    width: 20px;
    margin-top: -1px;
}
.about-five-content .main-title {
    margin-top: 20px;
}
.about-five-content .about-five-tab {
    margin-top: 40px;
}
.about-five-content .about-five-tab nav {
    border: none;
    background-color:#f9f9f9;
    padding: 15px;
    border-radius: 5px;
}
.about-five-content .about-five-tab nav .nav-tabs {
    border: none;
}
.about-five-content .about-five-tab nav button {
    border: none;
    color:#000;
    font-weight: 600;
    padding: 0;
    margin-right: 20px;
    position: relative;
    background-color:#fff;
    padding: 10px 18px;
    border-radius: 4px;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .about-five-content .about-five-tab nav button {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .about-five-content .about-five-tab nav button:last-child {
        margin: 0;
    }
}
.about-five-content .about-five-tab nav button:hover {
    color: var(--primary);
}
.about-five-content .about-five-tab nav button.active {
    background-color: var(--primary);
    color:#fff;
}
.about-five-content .about-five-tab nav button:last-child {
    margin-right: 0;
}
.about-five-content .about-five-tab .tab-content {
    border: none;
    padding-top: 30px;
}
.about-five-content .about-five-tab .tab-content p {
    margin-bottom: 20px;
}
.about-five-content .about-five-tab .tab-content p:last-child {
    margin: 0;
}

.about-image-five {
    padding-left: 60px;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-five {
        margin-bottom: 70px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .about-image-five {
        margin-bottom: 60px;
        padding-left: 0;
    }
}
.about-image-five .shape {
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-five .shape {
        left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-five::before {
        right: -15px;
        bottom: -15px;
    }
}
@media (max-width: 767px) {
    .about-image-five::before {
        display: none;
    }
}
.about-image-five img {
    width: 100%;
    z-index: 2;
}

/*===== latest-news-area =====*/
.latest-news-area {
    background: var(--white);
    padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news-area {
        padding: 80px;
    }
}
@media (max-width: 767px) {
    .latest-news-area {
        padding: 60px 0;
    }
}
.latest-news-area .single-news {
    margin-top: 30px;
}
.latest-news-area .single-news .image {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.latest-news-area .single-news .image img {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
}
.latest-news-area .single-news .image .meta-details {
    display: inline-block;
    padding: 6px 15px 6px 7px;
    border-radius: 30px;
    background-color: var(--primary);
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.latest-news-area .single-news .image .meta-details img {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: inline-block;
}
.latest-news-area .single-news .image .meta-details span {
    color: var(--white);
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
}
.latest-news-area .single-news .content-body .title {
    margin: 30px 0 20px 0;
}
.latest-news-area .single-news .content-body .title a {
    color: #000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.latest-news-area .single-news .content-body .title a:hover {
    color: var(--primary);
}
.latest-news-area .single-news .content-body p {
    color: var(--dark-3);
}
.latest-news-area .single-news:hover .image .thumb {
    transform: scale(1.1) rotate(1deg);
}

/* Jarallax */
.jarallax {
    min-height: 350px;
    transition: all 0.5s ease-in-out;

}

.service-block {
    transition: all 0.5s ease-in-out;
}

.service-block:hover .jarallax {
    opacity: 0;
}

.service-btn {
    transition: all 0.5s ease-in-out;
    padding:10px 50px;
    border-radius: 5px;
    overflow: hidden;
}

.service-block:hover .service-btn {
    color:#fff;
    background-color:#ad9779;
    border-color:#fff;
}


.about {
    padding: 80px 0;
}

.about .subtitle {
    display: inline-block;
    color: var(--accent-color);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about .about-content {
    padding-left: 20px;
}

.about .about-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

@media (max-width: 992px) {
    .about .about-content h2 {
        font-size: 2rem;
    }
}

.about .about-content p {
    margin-bottom: 2rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.about .stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

.about .stats-row .stats-item {
    flex: 1;
    min-width: 100px;
}

.about .stats-row .stats-item .count {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--accent-color);
    display: block;
    margin-bottom: 0.5rem;
}

.about .stats-row .stats-item p {
    margin-bottom: 0;
    font-size: 0.95rem;
    font-weight: 500;
}

.about .mission-card {
    background-color: var(--surface-color);
    padding: 2.5rem 1.5rem;
    border-radius: 8px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.about .mission-card:hover {
    transform: translateY(-5px);
}

.about .mission-card:hover .icon-box {
    background-color: var(--accent-color);
    color: var(--contrast-color);
}

.about .mission-card .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--accent-color);
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease-in-out;
}

.about .mission-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about .mission-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.about .achievements {
    padding-left: 20px;
}

.about .achievements h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

@media (max-width: 992px) {
    .about .achievements h2 {
        font-size: 2rem;
    }
}

.about .achievements p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.about .achievements .achievements-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.about .achievements .achievements-list li {
    padding: 0.5rem 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.about .achievements .achievements-list li i {
    color: var(--accent-color);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.about .achievements .btn-explore {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about .achievements .btn-explore:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
    gap: 0.75rem;
}

.about .achievements .btn-explore i {
    font-size: 1rem;
}

.about .about-gallery img {
    border: 5px solid var(--surface-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.about .about-gallery img:hover {
    transform: scale(1.02);
}

@media (max-width: 992px) {

    .about .about-content,
    .about .achievements {
        padding-left: 0;
        margin-top: 2rem;
    }

    .about .about-gallery {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .about .stats-row {
        justify-content: center;
        gap: 1.5rem;
    }

    .about .stats-row .stats-item {
        flex: 0 0 40%;
        text-align: center;
    }

    .about .mission-card {
        margin-bottom: 1.5rem;
    }
}


.testimonials .testimonial-item {
    background-color: var(--surface-color);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    height: 100%;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid var(--background-color);
    float: left;
    margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
}

.testimonials .testimonial-item .stars {

}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--accent-color), transparent 50%);
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials .testimonial-item p {

    margin: 15px 0 0 0;
    padding: 0;
}

.border-dotted {
    border: 2px dashed rgba(255, 255, 255, 0.5);
}



.padding-small {
    padding-top: 8em;
    padding-bottom: 8em;
}

.padding-medium {
    padding-top: 10em;
    padding-bottom: 10em;
}

.padding-large {
    padding-top: 12em;
    padding-bottom: 12em;
}

@media only screen and (max-width: 990px) {
    .padding-small {
        padding-top: 6em;
        padding-bottom: 6em;
    }
}


