/********** Template CSS **********/
:root {
    --primary: #FCB415;
    --secondary: #A020F0;
    --light: #F0FBFC;
    --dark: #181d38;
}

/************ CANVASBUILDER CSS STYLE **********/
.se-image-container.__se__float-left {
    float: left;
    margin-right: 12px;
}

.se-image-container.__se__float-left img {
    display: block;
}

.se-image-container.__se__float-center {
    text-align: center;
}

.se-image-container.__se__float-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.se-image-container.__se__float-center figure {
    margin-left: auto;
    margin-right: auto;
}

.se-image-container.__se__float-right {
    float: right
}

.se-image-container.__se__float-right img {
    display: block;
}

.cb-box-block::after {
    content: "";
    display: block;
    clear: both;
}

figure {
    margin-bottom:0px
}

/************ END OF CANVASBUILDER CSS STYLE **********/


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: "Lato"
}

.bg-black {
    background: #000
}

.bg-darkgrey {
    background: #4c4c4c
}

.bg-lightgrey {
    background: #f5f5f5;
}

.highlight-line {
    border-left: 6px solid #f9b317; /* vertical line */
    padding-left: 12px;           /* space between line and text */
    margin: 16px 0;               /* optional spacing above/below */
}

.btn-primary {
    color: #FFFFFF;
    background-color: #3575BA;
    border-color: #3575BA;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #FFFFFF;
    background-color: #1B5DA3;
    border-color: #3575BA;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #3575BA;
    border-color: #3575BA;
}

.btn-primary .badge {
    color: #3575BA;
    background-color: #FFFFFF;
}

.btn-warning {
    color: #000000;
    background-color: #FCB415;
    border-color: #FCB415;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #000000;
    background-color: #D69515;
    border-color: #FCB415;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #FCB415;
    border-color: #FCB415;
}

.btn-warning .badge {
    color: #FCB415;
    background-color: #000000;
}


.btn-grey {
    color: #000000;
    background-color: #F2F2F2;
    border-color: #E0E0E0;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
    color: #000000;
    background-color: #C4C4C4;
    border-color: #E0E0E0;
}

.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
    background-image: none;
}

.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
    background-color: #F2F2F2;
    border-color: #E0E0E0;
}

.btn-grey .badge {
    color: #F2F2F2;
    background-color: #000000;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

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

.text-primary {
    color: #FCB415 !important
}

.yellow-box {
    background: #FFF7E7;
    border-radius: 18px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.vertical-divider {
    width: 1px;
    border-left: 1px solid #f9e2b8;
    margin: 20px 10px 0px 10px;
    /* Adjust spacing around the divider */
    align-self: stretch;
}

/* latest news overlay tag */
.overlay-news-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #fff;
    color: #000;
    padding: 4px 8px;
    font-size: 1rem;
    border-radius: 6px;
    z-index: 2;
}
    /* Make the divider stretch to the height of the row */


.program {
    border: 1px solid #cacaca;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    /* Added for positioning context */
    transition: transform 0.3s ease;
}

.program:hover .program-image img {
    transform: scale(1.25);
}

.program-image {
    height: 50%;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    /* Needed for absolute positioning of overlay */

}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.program-date {
    background: #fff;
    padding: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #606060;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 25px;
    /* Adjust height as needed */
    pointer-events: none;

}

.program-date i {
    color: #FBAE17;
    padding-right: 10px;
}

.program-content {
    height: 50%;
    padding: 16px;
    box-sizing: border-box;
}

.program-content h5 {
    font-size: 22px
}

.program-content div {
    color: #606060
}

.program-content .cat {
    color: #2B4252;
    font-size: 13px;
    margin-bottom: 4px
}

.about-img div img {
    border-radius: 25px
}

.about-content {
    background: #FFF7E7;
    border-radius: 16px;
    padding: 45px;
    top: 65%;
    transform: translateY(-50%);
    z-index: 2;
    width: calc(50% - 30px);
    /* Adjust based on your gutter width */
    right: 0;
}

.about-desc {
    color: #2B4252
}

.special-background {
    background: url('../img/typing-keyboard.jpg') no-repeat center center;
    background-size: cover;
    min-height: 250px;
    overflow: visible;
    /* Allows children to overflow */
}

.special-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    /* Black with 60% opacity */
    width: 100%;
    min-height: 180px;
    padding: 0;
}

.special-text {
    color: #fff;
    min-height: 250px;
    transition: transform 0.3s ease;
}

.special-text:hover {
    transform: scale(1.15);
}

.special-text h2 {
    color: #fff
}

.sp-box {
    border: 4px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    /* This ensures child elements respect border radius */
    height: 180px;
    position: relative;
    background: white;
    /* Fallback if image missing */
}

.sp-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    /* Match parent border radius minus border width */
    transition: transform 0.3s ease;
}

.sp-box:hover img {
    transform: scale(1.15);
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px;
    font-weight: bold;
    text-align: center;
}

.special-background {
    z-index: 1;
}

.sp-box {
    z-index: 2;
}

/* Mobile Carousel Styling */
#mobileCarousel .sp-box {
    padding: 0 15px;
    /* Add spacing between slides */
}

#mobileCarousel .carousel-item {
    text-align: center;
}

/* Adjust swiper pagination position */
.swiper {
    padding-bottom: 40px;
    /* Space for pagination */
    position: relative;
}

.swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    /* Force it to the bottom */
    top: auto !important;
    /* Override default Swiper positioning */
}

/* Hide carousel controls if only 1 item */
@media (max-width: 991.98px) {

    #mobileCarousel .carousel-control-prev,
    #mobileCarousel .carousel-control-next {
        display: none;
    }
}

.cta-recommend-bg {
    /*background: url('../img/cta-recommend.png') no-repeat right;*/
    background-color: #f9b317
}

.cta-background {
    /*background: url('../img/claimable-banner.jpg') no-repeat center center; 
	background-size: cover;
	min-height: 180px;
	overflow: visible; /* Allows children to overflow */
    background: #eef4f8
}

.cta-background h2 {
    font-size: 50px;
    color: #fff;

}

.common-title div {
    color: #2B4252
}

/*.common-title h2 {}*/

.common-title p {
    color: #606060
}

.testimonial-background {
    background: #FFF7E7;
    min-height: 300px
}

.text-shadow {
    text-shadow: 1px 1px 5px rgba(66, 68, 90, 1);
}

.round-border {
    border-radius: 20px
}

.video-container {
    height: calc(100% - 100px);
    /* Full viewport height */
    min-height: 400px;
    /* Fallback for smaller screens */
}

/* Ensure video fills container while cropping (zooming in) */
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Zooms in to fill height */
}

.more-blog-title {
    padding-left: 40px
}

.darkgrey-bar {
    /*background: #303030;*/
    padding: 14px;
    color: #fff
}

.darkgrey-bar i {
    color: #FBAE17;
    /*padding-right: 10px*/
}

.clientestimony-item {
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
    background: #FCB415;
    border-radius: 12px;
    padding: 32px;
    margin: 0 20px
}

/*
.clientestimony-item .description, .clientestimony-item .testi-owner, .clientestimony-item .testi-owner h5 {
	color: #fff
}
*/
.testimonial-img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 1px solid #dbdbdb;
    margin: 0 auto;
}

.item-wrapper {
    display: flex;
    /* Flexbox for icon + text alignment */
    align-items: flex-start;
    /* Align icon to top of container */
    gap: 0.4rem;
    /* Space between icon and text */
    text-align: left;
    /* Reset text alignment for mobile */
}

.item-wrapper i {
    flex-shrink: 0;
    /* Prevent icon from shrinking */
    margin-top: 0.05rem;
    /* Fine-tune icon vertical alignment */
}

/* Center text on desktop (md and up) */
@media (min-width: 768px) {
    .item-wrapper {
        justify-content: center;
        /* Center horizontally on desktop */
        text-align: center;
        /* Fallback for text alignment */
    }
}

@media (max-width: 768px) {
    .more-blog-title {
        padding-left: 10px
    }


}

@media (max-width: 767.98px) {
    .vertical-divider {
        display: none;
    }

    .special-text {
        min-height: 100px;
    }

    .darkgrey-bar {
        padding-left: 0px;
        padding-right: 0px
    }


    .video-container {
        height: 60vh;
        /* Smaller height on mobile */
    }

    .about-content {
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        transform: none !important;
        margin-top: 10px;
    }
}

/*** 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;
}

.text-lightgrey {
    color: #b5b5b5 !important;
}

/*** Button ***/
.btn {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 9px;
}

.grey-border {
    border: 1px solid #dbdbdb;
}

.bg-orangy {
    background: #ffd37b;
}

.btn.btn-secondary {
    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;
    border-radius: 0px;
}

/*** Top Header ***/
.top-header {
    padding: 6px 0;
}

.social-link {
    color: #ffffff;
    padding: 0 12px
}

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

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    /* original is 25px */
    color: #FFFFFF;
    font-size: 15px;

    /*text-transform: uppercase;*/
    outline: none;
}

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

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

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

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 540;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

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

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (min-width: 992px) {
    .header-carousel .owl-carousel-item video {

        margin-bottom: -260px;
        object-fit: cover;
    }

    /*Remove for desktop if image is white or light color*/
    .header-carousel .owl-carousel-item h1 {
        color: #fff;
        text-shadow: 1px 1px 5px rgba(66, 68, 90, 1);
    }
}

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

    .header-carousel .owl-carousel-item h1 {
        text-shadow: 1px 1px 5px rgba(66, 68, 90, 1);
        color: #fff;
        line-height: 44px !important
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*object-position: right; /* This make the right side of the image visible */
    }

    .header-carousel .owl-carousel-item video {
        position: absolute;
        width: 100%;
        margin-bottom: 0px;
        object-fit: cover;
    }

}



.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

/* Custom Homepage Styles */
.rounded-3 {
    border-radius: 0.5rem !important;
}
.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-5 {
    border-radius: 2rem !important;
}

.hero-section {
    /* make sure each slide stretches all the way across the screen */
    min-height: 500px;
    width: 100%; /* important for owl-carousel flex stage */
    background: #FCB415;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/* on narrower viewports move hero background to the right so focal point
   stays visible when the container shrinks */
@media (max-width: 767px) {
    .hero-section {
        background-position: right center;
    }
}

/* also force the carousel item wrapper to be full width when using custom slide class */
.owl-carousel .hero-section {
    width: 100%;
}

.banner-section {
    min-height: 319px;
    background: #FCB415;
}

.path-card {
    transition: all 0.3s ease;
    background: #fff;
}

.path-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Hero carousel navigation (mirrors header styles) */
.hero-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.hero-carousel .owl-nav .owl-prev,
.hero-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.hero-carousel .owl-nav .owl-prev:hover,
.hero-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.sticky-side-menu {
    border: 1px solid #dee2e6;
    background: #fff;
}

.sticky-side-menu ul{
    list-style: none;             /* remove bullets */
    padding: 0;                   /* remove default padding */
    margin: 0; 
}

.sticky-side-menu ul li a {
    display: block;               /* make the whole line clickable */
    color: #333;                  /* default text color */
    text-decoration: none;        /* remove underline */
    padding: 0px 0 !important;               /* spacing between links */
    transition: color 0.3s ease;  /* smooth hover effect */
}

/* Hover effect */
.sticky-side-menu ul li a:hover {
    color: #f9b317;               /* yellow hover color */
}

/* Optional: active link highlight */
.sticky-side-menu ul li a.active {
    font-weight: 600;             /* bold active link */
    color: #f9b317;               /* same yellow as hover */
}

.sticky-side-menu .nav-link{
    color:#333;
    padding:8px 0;
}

.sticky-side-menu .nav-link:hover{
    color:#f9b317;
}

.side-menu-fixed{
    position: fixed;
    top:120px;
    max-height:calc(100vh - 140px);
    overflow:auto;
}

.testimonial-card {
    background-color: #fff;
    border: 2px solid #e3e6ed;
    transition: all 0.3s ease;
    height: 100%;
}

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

.testimonial-card h4 {
    font-size: 26px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.quote-icon {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 24px;
    color: #5e5e5e;
    opacity: 0.5;
}

.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
}

.item {
    width: 100%;
}

.cta-bg {
    background: url('../img/cta-bg.jpg') no-repeat center center;
    background-size: cover;
}

.bg-grey {
    background-color: #e2e2e2 !important;
    color: #333; /* optional for better contrast */
}

.cat-item {
    transition: all 0.3s ease;
}

.cat-item img {
    width: 50px;
    height: 50px;
}

.cat-item:hover {
    transform: scale(1.05);
    background: #FCB415 !important;
}

.cat-item:hover i,
.cat-item:hover h5 {
    color: #fff !important;
}

.bg-light-subtle {
    background-color: #f8f9fa !important;
}

.about-item {
    transition: all 0.3s ease;
    border:1px solid #ededed
}

.news-item {
    transition: all 0.3s ease;
    border:1px solid #ededed
}

.course-item {
    transition: all 0.3s ease;
}

.course-item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.btn-white {
    background: #fff;
    color: #FCB415;
    font-weight: 700;
}

.btn-white:hover {
    background: #f8f9fa;
    color: #ce9100;
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        height: 30px;
    }
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

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


/*** Testimonial ***/
.testimonial-carousel {

    left: 0;
    height: 100%;

}

.testimony-firstbox {
    background: #f2f2f2;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    padding: 10px 32px;
}

.testimony-box {
    background: #f2f2f2;
}

.testimony-nextbox {
    background: #f2f2f2;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 10px 14px;
}

.testi-card {
    background: #fff;
    border-radius: 20px;
    margin: 6px auto;
    padding: 20px;
    width: 92%;
    height: 100%;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.quote-left,
.quote-right {
    font-size: 40px;
    color: #CACACA;
}

.quote-right {
    text-align: right
}


.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    color: #bcbcbc !important;
    top: calc(50% - 20px) !important;
    transform: translateY(-50%) !important;
    height: auto !important;
    margin-top: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    color: #fff;
    background: rgba(186, 186, 186, 0.6);
    padding: 24px;
    border-radius: 50%;
}

.swiper .swiper-button-next {
    right: 0px;
    background-image: url("../img/chevron-right.svg") !important;
}

.swiper .swiper-button-prev {
    left: 0px;
    background-image: url("../img/chevron-left.svg") !important;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    content: "";
    display: none !important;
}

/* Fix for button hit area */
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    z-index: 10 !important;
}



.quote-section {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 0;
}

@media (min-width: 768px) {
    .testimonial-carousel {}
}

@media (min-width: 992px) {
    .testimonial-carousel {}
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
    font-style: normal;
    color: #000
}



/*** Footer ***/

.footer {
    background: #fffaf0;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    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;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

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

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}