/* Regular */
@font-face {
    font-family: 'Optima';
    src: url('../font/Optima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Optima';
    src: url('../font/Optima_b.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'Optima';
    src: url('../font/Optima_Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Bold Italic */
@font-face {
    font-family: 'Optima';
    src: url('../font/Optima_m.ttf') format('truetype');
    font-weight: medium;
    font-style: normal;
}

body {
    font-family: 'Optima', Arial, sans-serif;
    font-size: 17px;
}

a {
    color: #785723;
}

a:hover {
    color: #7b6034;
}

a:focus {
    color: #785723;
    outline: none;
}

header .header {
    position: relative;
}

header .top-bar {
    background-color: #FAF7F2;
}
header .dropdown-item:focus, header .dropdown-item:hover, header .dropdown-item:active{
    color: #fff;
    background-color: #8e7654;;
}
.top-bar a {
    text-decoration: none;
    color: #000;
}

.top-bar .logo img {
    max-width: 140px;
}

.top-bar .social-list {
    list-style: none;
    margin: 0;
}

.top-bar .social-list img {
    margin-left: 20px;
    width: 30px;
    margin-bottom: 3px;
}

.top-bar .social-list li {
    margin-bottom: 10px;
}

.top-bar .social-list li:last-of-type {
    margin-bottom: 0;
}
/* .top-bar .social-list li:last-of-type img{
    filter: invert(1);
} */

header .menu-bar {
    background: #ffffff;
    border-bottom: 1px solid #927b5a;
}

.menu-bar .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;
    color: #866e4d
}

.menu-bar .navbar-nav .nav-item.dropdown .nav-link {
    display: inline-block;
}

.menu-bar .navbar-nav .nav-item.dropdown .nav-link:nth-child(1) {
    padding-right: 5px;
}

.menu-bar .navbar-nav .nav-item.dropdown .nav-link:nth-child(2) {
    padding-left: 5px;
}

/* Hero section */
.home-hero {
    background: linear-gradient(208deg, #8E7654 57.54%, #AE9067 82.84%);
}


.home-hero .swiper-container {
    position: relative;
    overflow: hidden;
}

.home-hero .swiper-slide {
    padding: 30px;
}

.home-hero .swiper-pagination {
    text-align: center;
    bottom: 10px !important;
}

.home-hero .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.497);
    opacity: 1;
    margin: 0 6px !important;
    position: relative;
    overflow: hidden;
}

/* .home-hero .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    transform: translateX(-100%);
} */

.home-hero .swiper-pagination-bullet-active {
    /* background: rgba(0, 0, 0, 0.4); */
    background: #fff;
}

/* .home-hero .swiper-pagination-bullet-active::before {
    animation: slide-progress 3s linear forwards;
}

@keyframes slide-progress {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
} */

.logo-part {
    margin-bottom: 40px;
}

.logo-part img {
    max-width: 70px;
}

.home-hero .slider-content {
    color: #fff;
    font-size: 35px;
}

.home-hero .slider-name {
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
}

.slider-r {
    border-radius: 40px 0 40px 0;
    overflow: hidden;
}
.slider-r img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    object-position: top;
}

/* Text section */
.text-section .tagline-text {
    font-size: 20px;
}

.text-section p {
    font-size: 18px;
}

.questions-part p {
    background-color: #E2D0BA;
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 5px;
}

/* CTA Section */
.cta {
    background: linear-gradient(90deg, #8E7654 0%, #D2A88F 100%);
}

.cta-heading {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 2px;
}

.btn-cta {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: #6B532D;
    color: #fff;
    padding: 16px 25px;
}

.btn-cta:hover,
.btn-cta:focus {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: #5f4419;
    color: #fff;
    padding: 16px 25px;
}

/* Coaching section */
.color-1 {
    color: #8E7654;
}

.coaching-section{
    background: var(--transform-your, linear-gradient(180deg, #F3DBAF 0%, #E2D0BA 100%));
}

.coaching-section1 .container1{
    background: var(--transform-your, linear-gradient(180deg, #F3DBAF 0%, #E2D0BA 100%));
    padding: 50px;
}

.coaching-card {
    border-radius: 12px;
    background: #FFF;
    padding: 15px;
}

.coaching-card figure {
    overflow: hidden;
}

.coaching-card img {
    border-radius: 12px;
}

.btn-main {
    border-radius: 8px;
    border: 2px solid #FFF;
    background: #6B532D;
    color: #fff;
}

.btn-main:hover,
.btn-main:focus {
    border-radius: 8px;
    border: 2px solid #FFF;
    background: #5f4419;
    color: #fff;
}

.btn-main2 {
    border-radius: 8px;
    border: 2px solid #8e765482;
    background: #fff9f3;
    color: #000000;
}

.btn-main2:hover,
.btn-main2:focus {
    border-radius: 8px;
    border: 2px solid #8e765482;
    background: #ead7c6;
    color: #000000;
}

.coaching-card figure img {
    object-fit: cover;
    aspect-ratio: 2/1;
    width: 100%;
}

.coaching-card figure {
    overflow: hidden;
    border-radius: 15px;
}

.coaching-card figure img {
    transition: all .3s ease-in-out;
}

.coaching-card a:hover figure img {
    transform: scale(1.1);
    filter: brightness(.7);
}
.coaching-card {
    display: flex;
    flex-direction: column;
}

.coaching-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.coaching-explore-btn {
    margin-top: auto;
}

.coaching-card-content h3 {
    font-size: 21px;
}

.coaching-card-content p {
    color: #8C8C8C;
}

/* client section */
.client-section {
    background: linear-gradient(90deg, #6B532D 0%, #D1A258 100%);
}

.client-section .swiper-slide {
    text-align: center;
}

.client-section .swiper-horizontal>.swiper-pagination-bullets,
.client-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.client-section .swiper-pagination-custom,
.client-section .swiper-pagination-fraction {
    display: none;
}

.client-section .swiper-pagination-bullet-active,
.accreditation-section .swiper-pagination-bullet-active {
    background-color: #6c542d !important;
}

/* Testimonial Section */
.testimonial-section {
    background: linear-gradient(180deg, #F3DBAF 0%, #E2D0BA 100%);
}

.testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 35px 15px;
}

.review-heading {
    font-size: 26px;
    font-weight: 600;
}

.read-more-review {
    background: #6B532D;
}

.read-more-review a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

.read-more-review a:hover {
    color: #e6e6e6;
    text-decoration: underline;
}

/* Blog Section */
.blog-section .blog-card {
    border-radius: 15px;
    background: #EBCEAE;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 20px;
}

.blog-section .blog-card figure {
    overflow: hidden;
    border-radius: 15px;
}

.blog-section .blog-card figure img {
    object-fit: cover;
    aspect-ratio: 5/3;
    transition: all .3s ease-in-out;
}

.blog-title-home {
    font-size: 24px;
    font-weight: 600;
}

.blog-card a {
    text-decoration: none;
    color: #1a1a1a;
}

.blog-section .blog-card a:hover img {
    transform: scale(1.1);
    filter: brightness(.8);
}

/* footer */
footer {
    background: #8E7654;
}

footer .footer-logo img {
    border-radius: 6.586px;
    border: 1px solid #D2A88F;
    max-height: 80px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

footer .footer-social-list.d-flex li img {
    width: 30px;
    margin-right: 20px;
    margin-bottom: 3px;
}
footer .footer-social-list li img {
    width: 20px;
    margin-right: 7px;
    margin-bottom: 3px;
}

footer .accordion {
    border-top: 1px solid #fff;
}

footer .accordion,
footer .accordion .accordion-item {
    background: transparent;
}

footer .accordion .accordion-button {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

footer .accordion-button::after {
    filter: invert(1);
}

footer .accordion .accordion-body {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}

@media (min-width: 768px) {

    #flush-collapseOne,
    #flush-collapseTwo,
    #flush-collapseThree {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    footer .accordion .accordion-button {
        pointer-events: none;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }

    .accordion-button.collapsed {
        background-color: transparent;
    }

    footer .accordion-button::after {
        display: none;
    }

    footer .accordion .accordion-body {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    footer .accordion {
        border-top: none;
    }

    .client-section .swiper-horizontal>.swiper-pagination-bullets,
    .client-section .swiper-pagination-bullets.swiper-pagination-horizontal,
    .client-section .swiper-pagination-custom,
    .client-section .swiper-pagination-fraction {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-bar .navbar {
        padding: 0;
    }

    .menu-bar .navbar .navbar-nav {
        padding: 20px;
    }

    .menu-bar .navbar-toggler {
        position: absolute;
        top: -53px;
        right: 10px;
        outline: none;
        box-shadow: none;
    }

    .logo-part {
        margin-bottom: 10px;
    }

    .home-hero .slider-content {
        font-size: 20px;
    }

    .home-hero .slider-name {
        font-size: 16px;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .home-hero .slider-content {
        font-size: 25px;
    }

    .home-hero .slider-name {
        font-size: 20px;
        margin-right: 0;
    }

    .home-hero .swiper-pagination {
        bottom: -5px !important;
    }

    .logo-part {
        margin-bottom: 20px;
    }

    .menu-bar .navbar-nav .nav-item .nav-link {
        padding: 5px 10px;
        color: #866e4d;
        font-size: 14px;
    }
}

/* About Page */
/* .about-banner {
    background: linear-gradient(208deg, #8E7654 57.54%, #AE9067 82.84%);
    color: #fff;
} */

/* .about-banner figure {
    background-image: radial-gradient(#fffffff2, #fffeed5e, #8080b900, #8e765400);
    overflow: hidden;
} */

.about-banner figure img {
    border-radius: 40px;
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6,
.content-section .h1,
.content-section .h2,
.content-section .h3,
.content-section .h4,
.content-section .h5,
.content-section .h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

.accreditation {
    background: #D2A88F;
}

.ac-badge {
    display: inline-block;
    border: 1px solid #a3816d;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.ac-badge img {
    height: 100px;
    background-color: #fff;
}

/* Coaching Page */
.coaching-banner {
    background: #f2daaf;
    padding-top: 40px;
}

.coaching-banner .video-section {
    overflow: hidden;
    margin-bottom: -8px;
    position: relative;
    /* padding-top: 40px; */
}

.coaching-banner .video-section video, .coaching-banner .Image-Banner img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    max-height: 550px;
}

.video-overlay {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #d2a88fe3;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.video-overlay span {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.651);
}

.coaching-heading-single {
    background: linear-gradient(208deg, #8E7654 57.54%, #AE9067 82.84%);
    color: #fff;
}

.coaching-banner-single .video-section {
    overflow: hidden;
    margin-bottom: -8px;
}

.coaching-banner-single .video-section video {
    /* height: 500px; */
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/* Booking Page */
.booking-page-banner {
    background: linear-gradient(208deg, #8E7654 57.54%, #AE9067 82.84%);
    color: #fff;
}

.booking-page-banner figure {
    background-image: radial-gradient(#fffffff2, #fffeed5e, #8080b900, #8e765400);
    overflow: hidden;
}

.booking-page-banner figure img {
    border-radius: 50px 0;
}


.heading-b {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 600;
}

.booking-cards .booking-card {
    border: 1px dashed #8E7654;
    border-radius: 15px;
    padding: 20px;
    background-color: #fffcf7;
}

/* Review Page */
.review-banner {
    background: linear-gradient(208deg, #8E7654 57.54%, #AE9067 82.84%);
    color: #fff;
}

.review-banner figure {
    background-image: radial-gradient(#fffffff2, #fffeed5e, #8080b900, #8e765400);
}

.review-banner-l h1,
.booking-banner-l h1 {
    line-height: 1.4;
}

.review-swiper .web-rev-card {
    border: 1px solid #8e765482;
    border-radius: 15px;
    background: #fff9f3;
    padding: 70px 25px 25px 35px;
    position: relative;
    z-index: 2;
}

/* Make all swiper slides same height */
.review-swiper .swiper-wrapper {
    display: flex;
    /* flexbox layout */
    align-items: stretch;
    /* stretch children equally */
}

/* Force each slide to take equal height */
.review-swiper .swiper-slide {
    display: flex;
    height: auto;
    /* let flex handle height */
}

/* Make card fill the slide */
.review-swiper .web-rev-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.review-swiper .web-rev-card::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background-image: url(../images/quote.webp);
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    background-size: cover;
    z-index: 1;
    filter: opacity(.5);
}

.review-swiper .web-rev-card * {
    position: relative;
    z-index: 2;
}

.review-swiper .web-rev-card .reviewer-n {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 5px 0;
    padding-top: 10px;
    border-top: 1px solid #8e765482;
}

.review-swiper .web-rev-card .review-headline {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 6px 0;
}

/* .review-swiper .web-rev-card .doe{
    margin: 6px 0 5px 0;
} */
.review-swiper .web-rev-card .doe .doe-h {
    font-size: 15px;
    font-weight: 600;
}

.review-swiper .web-rev-card .review-txt {
    padding-bottom: 10px;
    color: #4f4a4a;
}

.review-swiper .web-rev-card .doe .doe-d {
    color: #474747;
    font-size: 15px;
}

.review-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.497);
    opacity: 1;
    margin: 0 6px !important;
    position: relative;
    overflow: hidden;
}

.review-swiper .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8a6f44;
    transform: translateX(-100%);
}

.review-swiper .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.4);
}

.review-swiper .swiper-pagination-bullet-active::before {
    animation: slide-progress 3s linear forwards;
}

.read-more {
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

/* Transform Page */
.transform-banner {
    position: relative;
    padding-top: 40px;
}

.transform-banner .video-section {
    overflow: hidden;
    margin-bottom: -8px;
    position: relative;
}

.transform-banner .video-section video, .transform-banner .video-section .profile-banner--image img {
    max-height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
    border-radius: 15px;
}

#myVideo1 {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
    border-radius: 15px;
}

.t-banner-content {
    position: absolute;
    padding: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 82px;
    background: #d2a88fe3;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.t-banner-content h1 {
    font-weight: 600;
    font-size: 28px;
}

.benefit-card {
    border: 1px solid #8e765482;
    transition: transform .18s ease, box-shadow .18s ease;
    border-radius: .75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(250, 250, 250, 0.9));
    text-decoration: none;
    background: #fffbf4;
    ;
}

.benefit-card:focus,
.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(18, 38, 63, 0.12);
    text-decoration: none;
    background: #fff5e4;
}


.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: white;
}


/* subtle colored accents for each card */
.bg-accent-1 {
    background: linear-gradient(135deg, #6B532D, #584424);
}

.bg-accent-2 {
    background: linear-gradient(135deg, #f6d365, #fda085);
}

.bg-accent-3 {
    background: linear-gradient(135deg, #c3cfe2, #cfd9df);
    color: #0d1720;
}

.bg-accent-4 {
    background: linear-gradient(135deg, #f78ca0, #f9748f);
}


.benefit-card .card-body p {
    margin-bottom: 0;
}


@media (prefers-reduced-motion: reduce) {
    .benefit-card {
        transition: none;
    }
}

.list-unstyled {
    margin-left: 0;
}

footer a:hover {
    color: #eaeaea;
}

dl,
ol,
ul {
    margin-left: 0 !important;
    list-style: none;
}

.coaching-image-banner img {
    width: 100%;
    max-height: 550px;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 16/9;
}

@media (max-width: 991px) {
    .t-banner-content {
        position: relative;
        color: #000000;
        bottom: 0;
        box-shadow: none;
        width: 100%;
        display: block !important;
    }

    .video-overlay {
        display: none !important;
    }
}

/* Dropdown icon */
.dropdown-toggle-icon {
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #866e4d;
    cursor: pointer;
    margin-right: 15px;
}

.dropdown-toggle-icon.bi-chevron-down::before {
    display: none;
}

/* mobile only */
@media (max-width: 991px) {

    /* ensure dropdowns act like stacked items on mobile */
    .navbar-nav .dropdown-menu {
        display: none;
        /* hidden by default -- JS controls this */
        position: static;
        float: none;
        box-shadow: none;
        margin: 0;
        background: #d2a88f;
        border: none;
    }

    .navbar-nav .dropdown-item {
        color: #fff;
    }

    .navbar-nav .dropdown-menu li {
        border-left: none;
    }

    /* shown when submenu-open is set by JS */
    .menu-item-has-children.submenu-open>.dropdown-menu,
    .menu-item-has-children.submenu-open>.sub-menu {
        display: block;
    }

    /* small toggle button next to the anchor */
    .submenu-toggle {
        background: transparent;
        border: 0;
        padding: 6px 8px;
        margin-left: 6px;
        cursor: pointer;
        font-size: 18px;
        line-height: 1;
        box-shadow: none;
    }

    /* simple chevron icon using border (you can replace with SVG) */
    .submenu-toggle .toggle-icon {
        display: inline-block;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        border-right: 2px solid #866e4d;
        border-bottom: 2px solid #866e4d;
        margin-left: 4px;
        vertical-align: middle;
        margin-bottom: 6px;
    }

    .dropdown-toggle-icon.bi-chevron-down {
        display: none;
    }

    .top-bar .social-list li {
        margin-bottom: 0;
    }

    .top-bar .social-list {
        margin-top: 10px;
    }
}


button:hover,
button:focus,
button:focus-visible {
    background-color: transparent;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.navbar-nav li.menu-item-has-children>a {
    position: relative;
    padding-right: 1.5rem;
}

/* .dropdown-toggle-icon {
    font-size: 0.8rem;
    margin-left: 5px;
    vertical-align: middle;
} */

@media (min-width: 992px) {
    .menu-bar .navbar-nav .nav-item .nav-link {
        padding: 5px 30px;
    }
}

.story-cards {
    background: linear-gradient(180deg, #F3DBAF 0%, #E2D0BA 100%);
}

.visible-text p {
    margin-bottom: 5px;
}

.blog-post .feature-image-container {
    position: relative;
    height: 550px;
    width: 100%;
    overflow: hidden;
}

.blog-post .feature-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-post .feature-image-container .blog-b-title {
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}

.blog-content-section p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* show only 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-b-title div {
    padding: 20px;
    width: 80%;
    bottom: 82px;
    background: #d2a88fe3;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
footer a:visited, footer a:focus {
    color: #ffffff;
}
.general-con ul{
    list-style: disc;
}
.general-con ol{
    list-style: decimal;
}
/* .home-hero .video-section{
    max-height: 500px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
} */
.home-hero .video-section video{
    max-height: 500px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
#ast-scroll-top {
    background-color: #6b532d;
    font-size: 15px;
}
.client-swiper-container .swiper-slide img{
    max-height: 100px;
}