/**
* Template Name: BizLand - v3.7.0d-flex
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #106eea;
    text-decoration: none;
    font-size: 15px;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffffff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #106eea;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #106eea;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #3284f1;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #004cbb;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}

#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: white;
}

/*===== SLIDER ONE =====*/
.slider-area {
    padding-top: 94px;
}

.slider-area .bd-example .carousel .carousel-inner {
    background-color: #38f9d7;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item {
    height: 700px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item {
        height: 400px;
    }
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    display: inline-block;
    margin: 16px 8px 0;
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
        margin: 16px 3px 0;
    }
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-three {
    border: 0;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-one {
    border-color: #fff;
    color: #fff;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-one:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
    top: 50%;
    width: auto;
    height: auto;
    font-size: 70px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 0px;
    opacity: 0;
    z-index: 99;
    -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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 30px;
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 30px;
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 20px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        font-size: 34px;
    }
}

.slider-area .bd-example .carousel .carousel-control-next {
    right: 0px;
    left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-control-next {
        right: 20px;
    }
}

.slider-area .bd-example .carousel .carousel-indicators {
    margin-bottom: 20px;
}

.slider-area .bd-example .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    border: 0;
}

.slider-area .bd-example .carousel .carousel-indicators li.active {
    width: 16px;
    background-color: #fff;
    border-radius: 5px;
}

.slider-area .bd-example .carousel:hover .carousel-control-prev {
    left: 70px;
    opacity: 1;
}

.slider-area .bd-example .carousel:hover .carousel-control-next {
    right: 70px;
    opacity: 1;
}

.slider-3 {
    padding-top: 0px;
}

.slider-3 .bd-example .carousel .carousel-inner .carousel-item {
    height: 850px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 650px;
    }
}


/* ------------------------------------------------------------------
Work Section
--------------------------------------------------------------------- */
.work-filter {
    margin: 60px 0 30px;
}

#filter {
    overflow: hidden;
}

#filter li {
    display: inline-block;
    position: relative;
    padding: 0px 17px;
}

#filter li:after {
    position: absolute;
    content: ":::";
    font-size: 15px;
    top: 0;
    right: 0;
    margin-right: -5px;
    color: #d0d0d0;
}

#filter li:last-child:after {
    content: "";
}

#filter li a {
    color: #6d6d6d;
    display: block;
    margin: 0 5px 0 0;
    cursor: pointer;
}

#filter li a:hover,
#filter li a.active {
    border-bottom: 1px dotted #707070;
    cursor: pointer;
    color: #6145d6;
    text-decoration: none;
}

.portfolio-item {
    margin-bottom: 30px;
    /*min-height: 270px;*/
}

/*portfolio hover effect*/
figure.css-hover-effect {
    background: #8c63d4;
    background: -moz-linear-gradient(45deg, #8c63d4 42%, #6d9ce5 88%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(42%, #8c63d4), color-stop(88%, #6d9ce5));
    background: -webkit-linear-gradient(45deg, #8c63d4 42%, #6d9ce5 88%);
    background: -o-linear-gradient(45deg, #8c63d4 42%, #6d9ce5 88%);
    background: -ms-linear-gradient(45deg, #8c63d4 42%, #6d9ce5 88%);
    background: linear-gradient(45deg, #8c63d4 42%, #6d9ce5 88%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c63d4', endColorstr='#6d9ce5', GradientType=1);
    position: relative;
    overflow: hidden;

}

figure.css-hover-effect img {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;

}

figure.css-hover-effect:hover img {
    opacity: 0.2;

}

figure .figure-link {
    position: absolute;
    top: 20px;
    right: 20px;
}

figure .figure-link a i {
    width: 30px;
    height: 30px;
    display: block;
    background: #28176b;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

figure .figure-link a:hover {
    text-decoration: none;
}

figure .figure-link a i:hover {
    background-color: #fff;
    color: #28176b;
}

figure .figure-info {
    position: absolute;
    bottom: 30%;
    left: 30px;
}

figure .figure-info h2 {
    margin: 0;
    font-size: 21px;
    line-height: 22px;
    font-weight: 300;
}

figure .figure-info h2 a {
    color: #fff;
    text-decoration: none;
}

figure.css-hover-effect span {
    color: #f4f4f4;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

/*IE9 Fixing*/
.ie9 figure .figure-info {
    left: 60px
}

.ie9 figure .figure-info h2 {
    font-size: 16px;
}

.ie9 figure.css-hover-effect span {
    font-size: 10px;
}


figure.css-hover-effect h2,
figure.css-hover-effect span,
figure.css-hover-effect i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.css-hover-effect:hover h2,
figure.css-hover-effect:hover span,
figure.css-hover-effect:hover .figure-link i {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}


/*portfolio modal style*/
.portfolioModal {
}

.portfolioModal .modal-header {
    border: 0;
}

.portfolioModal .modal-body {
    padding: 0px 40px 45px;
}

.portfolioModal img {
    width: 100%;
}

.portfolioModal .modal-header .close {
    font-size: 30px;
    text-shadow: none;
    z-index: 1200;
    position: relative;
}

.portfolioModal .close:hover,
.portfolioModal .close:focus {
    color: #3f25a9;
    outline: none;
}

.portfolio-details blockquote {
    padding: 0 20px;
    margin: 20px 0 0;
    font-size: 14px;
    border-left: 5px solid #8f8ca8;
}

.portfolio-details blockquote:hover {
    border-left: 5px solid #6145d6;
}


.more-work-button {
    margin-top: 30px;
}


/* ------------------------------------------------------------------
OUR SERVICES SECTION
--------------------------------------------------------------------- */
.service-section-top {
    background-color: #ffffff;
}

.service-section-middle {
    background-color: #f6f6f6;
}

.service-content {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-bottom: 85px;
}

.service-content:nth-child(2),
.service-content:nth-child(4) {
    border-right: 0;
}

.service-content:nth-child(3),
.service-content:nth-child(4) {
    padding-top: 80px;
    border-bottom: 0;
}


.service-content .media-left,
.service-content .media > .pull-left {
    padding-right: 40px;
}

.service-content:nth-child(2) .media-left,
.service-content:nth-child(4) .media-left {
    padding-left: 50px;
}

.service-content:nth-child(1) .media-body,
.service-content:nth-child(3) .media-body {
    padding-right: 35px;
}

.service-content .media-heading {
    font-size: 21px;
    line-height: 44px;
    font-weight: 500;
}


.our-services .media a:hover {
    text-decoration: none;
}

.our-services .media i:before {
    font-size: 65px;
    line-height: 65px;
}

.service-content .btn {
    margin-top: 50px;
}

.probootstrap-shadow {
    -webkit-box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.15);
}

.space {
    margin-top: 50px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*background: #fff;*/
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}

#header {
    height: 70px;
}


.header-container {
    background: var(--surface-color, white);
    /*opacity: 0.5;*/
    border-radius: 15px;
    padding: 5px 25px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}

.fixed-top .container {
    transition: 0.5s;
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #106eea;
}

#header .logo img {
    max-height: 100px;
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar > ul > li {
    white-space: nowrap;
    /*padding: 10px 0 10px 28px;*/
    padding: 5px 8px;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 16px;
    /*font-weight: 600;*/
    color: #555555;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #106eea;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    /*color: #004cbb;*/
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 10px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 10px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #106eea;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile > ul > li {
    padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #106eea;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #106eea;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 75vh;
    /*background: url("../img/hero-bg.jpg") top left;*/
    background-size: cover;
    position: relative;
}

#hero:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    position: relative;
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

#hero h3 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

#hero h1 span {
    /*color: #002c56;*/
    color: #004cbb;
    /*color: rgba(0,44,87,0.85);*/
}

#hero h2 span {
    color: #004cbb;
    /*color: rgba(0,44,87,0.85);*/
    font-weight: 500;
}

#hero h2 {
    color: #ffffff;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background-color: rgb(0, 76, 187);
}

#hero .btn-get-started:hover {
    background-color: rgba(0, 44, 87, 0.85);
}

#hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222222;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#hero .btn-watch-video i {
    color: #004cbb;
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

#hero .btn-watch-video:hover {
    color: #106eea;
}

#hero .btn-watch-video:hover i {
    color: #3b8af2;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 100vh;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .btn-get-started, #hero .btn-watch-video {
        font-size: 13px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}


/*--------------------------------------------------------------
# Private
--------------------------------------------------------------*/
.private .nav-tabs {
    border: 0;
}

.private .p {
    color: #444;
}

.private .nav-link {
    border: 1px solid #b5ccdb;
    padding: 15px;
    transition: 0.3s;
    color: #a1bdd1;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.private .nav-link i {
    padding-right: 15px;
    font-size: 40px;
}

.private .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.private .nav-link:hover {
    color: #106eea;
    border-bottom-color: #106eea;
}

.private .nav-link.active {
    background: #a1bdd1;
    color: #fff;
    border-color: #a1bdd1;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .private .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .private .nav-link {
        padding: 15px;
    }

    .private .nav-link i {
        font-size: 24px;
    }
}

.private .tab-content {
    margin-top: 30px;
}

.private .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}

.private .tab-pane ul {
    list-style: none;
    padding: 0;
}

.private .tab-pane ul li {
    padding-bottom: 10px;
}

.private .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #ff4a17;
}

.private .tab-pane p:last-child {
    margin-bottom: 0;
}

.private {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.private:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/tennislehrer-zuerich.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: 0.080;
}


/*--------------------------------------------------------------
# Gutschein
--------------------------------------------------------------*/
.gutschein .container {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.gutschein .count-box {
    padding: 60px 0;
    width: 100%;
}

.gutschein .count-box i {
    display: block;
    font-size: 48px;
    color: #a1bdd1;
    float: left;
    line-height: 0;
}

.gutschein .count-box span {
    font-size: 28px;
    line-height: 25px;
    display: block;
    font-weight: 700;
    color: #365870;
    margin-left: 60px;
}

.gutschein .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2e4b5e;
}

.gutschein .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #2e4b5e;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.gutschein .count-box a:hover {
    color: #477392;
}

.gutschein .content {
    font-size: 15px;
}

.gutschein .content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #263d4d;
}

.gutschein .content ul {
    list-style: none;
    padding: 0;
}

.gutschein .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.gutschein .content ul i {
    font-size: 24px;
    color: #ff4a17;
    position: absolute;
    left: 0;
    top: -2px;
}

.gutschein .content p:last-child {
    margin-bottom: 0;
}

.gutschein .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.gutschein .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.gutschein .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 74, 23, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.gutschein .play-btn:hover::after {
    border-left: 15px solid #ff4a17;
    transform: scale(20);
}

.gutschein .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*.gutschein-img-top {*/
/*    width: 100%;*/
/*    border-top-left-radius: calc(0.5rem - 1px);*/
/*    border-top-right-radius: calc(0.5rem - 1px);*/
/*    border-bottom-left-radius: calc(0.5rem - 1px);*/
/*    border-bottom-right-radius: calc(0.5rem - 1px);*/
/*    border-color: #f0dfdf;*/
/*    border-style: dotted;*/
/*}*/


.gutschein-img-top {
    width: 100%;
    border: 1px solid #b2cef2;
    border-radius: 8px;
}


.gutschein-img-top:hover {
    transform: translateY(-5px);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.gutschein-img-form {
    width: 100%;
    border: 1px solid #b2cef2;
    border-radius: 8px;
}


/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

.about-boxes .container, .about-boxes .container-fluid {
    position: relative;
    z-index: 10;
}

.about-boxes .card {
    border-radius: 9px;
    border: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.about-boxes .card-icon {
    text-align: center;
    margin-top: -32px;
}

.about-boxes .card-icon i {
    font-size: 32px;
    color: #fff;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    background-color: #b5b0af;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #fff;
    transition: 0.3s;
    display: inline-block;
}

.about-boxes .card-body {
    padding-top: 12px;
}

.about-boxes .card-title {
    font-weight: 700;
    text-align: center;
}

.about-boxes .card-title a {
    color: #15222b;
}

.about-boxes .card-title a:hover {
    color: #ff4a17;
}

.about-boxes .card-text {
    color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
    /*background: #fff;*/
    color: rgba(0, 44, 87, 0.85);
}

@media (max-width: 1024px) {
    .about-boxes {
        background-attachment: scroll;
    }
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
    padding: 30px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.values .box img {
    padding: 30px 50px;
    transition: 0.5s;
    transform: scale(1.1);
}

.values .box h3 {
    font-size: 24px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
}

.values .box:hover {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
    transform: scale(1);
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 40px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f6f9fe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
}

.section-title h3 span {
    color: #106eea;
}

.section-title p {
    margin: 15px auto 0 auto;
    /*font-weight: 600;*/
    font-size: 15px;
    color: #454460;
}

@media (min-width: 1024px) {
    .section-title p {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
    overflow: hidden;
}

.departments .nav-tabs {
    border: 0;
}

.departments .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #2c4964;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px;
}

.departments .nav-link:hover {
    color: #1977cc;
}

.departments .nav-link.active {
    color: #1977cc;
    border-color: #1977cc;
}

.departments .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c4964;
}

.departments .details p {
    color: #454460;
}

.departments .details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .departments .nav-link {
        border: 0;
        padding: 15px;
    }

    .departments .nav-link.active {
        color: #fff;
        background: #1977cc;
    }
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.features {
    margin-top: -150px;
}

.featured-services .details {
    padding: 0px 10px;
    margin: -10px 0px;
    transition: all ease-in-out 0.3s;
    /*background: var(--color-white);*/
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0 0px rgba(10, 12, 12, 0.1);
    /*margin-bottom: 3px;*/
    display: flex;
    flex-direction: column;
    background-clip: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #004cbb;
}

.featured-services .icon-box {
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box-first {
    padding: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    border-top: 2px solid #106eea;
    border-bottom: 1px solid #106eea;

}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
    border: 1px;
    border-top-color: #106eea;
}

/*.featured-services .icon-box:hover::before {*/
/*    background: #dadada;*/
/*    top: 0;*/
/*    border-radius: 0px;*/
/*    border-top-color: #106eea;*/
/*}*/

.featured-services .icon {
    /*margin-bottom: 15px;*/
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #004cbb;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #555555;
    font-size: 18px;
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #555555;
}

/*.featured-services .icon-box:hover .icon i {*/
/*    color: #fff;*/
/*}*/

.featured-services .li {
    position: relative;
    font-size: 12px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.about .content ul li:first-child {
    margin-top: 35px;
}

.about .content ul i {
    background: #fff;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}

.about .content ul h5 {
    font-size: 18px;
    color: #555555;
}

.about .content ul p {
    font-size: 15px;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #222222;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.counts .count-box i {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #106eea;
    color: #fff;
    width: 56px;
    height: 56px;
    line-height: 0;
    border-radius: 50px;
    border: 5px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #062b5b;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.section-1 {
    background-color: #ffffff;
}

.clients {
    padding: 15px 0;
    text-align: center;
}

.clients img {
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    /*border: 1px solid #b2cef2;*/
    /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);*/
}

.clients img:hover {
    transform: scale(1.15);
    /*border: 1px solid #b2cef2;*/
    /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);*/
}

@media (max-width: 768px) {
    .clients img {
        max-width: 100%;
    }

    background-color: #f6f6f6;
}
@media (min-width: 1025px) and (max-width: 1280px) {

    .clients img {
        max-width: 100%;
    }

    background-color: #f6f6f6;

}
@media (min-width: 768px) and (max-width: 1024px) {

    .clients img {
        max-width: 100%;
    }

    /*background-color: #f6f6f6;*/

}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border: 1px solid #e2eefd;
    padding: 30px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #f1f6fe;
    border-radius: 4px;
    border: 1px solid #deebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
    color: #3b8af2;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    /*box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);*/
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    border-bottom-color: #106eea;
    transform: translateY(-10px);
}

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
    color: #106eea;
}

.services .icon-box:hover .icon {
    border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
    padding-left: 50px;
}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.19);
    position: relative;
    background: #fff;
    border-radius: 8px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    height: 70px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
}

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

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #badaf7;
    font-size: 20px;
}

.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;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1977cc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1977cc;
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
    background: url("assets/img/tennislehrer-zuerich.jpg") center top no-repeat fixed;
    background: rgba(255, 255, 255, 0.65);
    background-size: cover;
}


.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    /*font-weight: 600;*/
    line-height: 1;
    /*text-transform: uppercase;*/
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #106eea;

}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.78);
    padding: 15px;
    border-radius: 0.3rem;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #555555;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
    color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 10px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
    border-radius: 0.3rem;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #106eea;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.78);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    padding: 0px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #222222;
    margin: 0 3px;
    padding-top: 7px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(16, 110, 234, 0.8);
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.team .member .social a:hover {
    background: #3b8af2;
}

.team .member .social i {
    font-size: 18px;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #555555;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}

.team .nav-pills {
    border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}
.team .nav-pills li + li {
    margin-left: 40px;
}


@media only screen and (max-width: 600px) {
    .team .member .social {
        opacity: 1;
        bottom: 15px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1080px) {
    .team .member .social {
        opacity: 1;
        bottom: 15px;
    }
}


@media only screen and (min-width: 1200px) {
    .team .member:hover .social {
        opacity: 1;
        bottom: 15px;
    }
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
    background-color: #f8f8f8;

}

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(92, 114, 136, 0.3);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.pricing .box h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing .box h4 {
    font-size: 36px;
    color: #106eea;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing .box ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing .box ul li {
    padding-bottom: 16px;
}

.pricing .box ul i {
    color: #106eea;
    font-size: 18px;
    padding-right: 4px;
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #106eea;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    background: #3b8af2;
}

.pricing .featured h3 {
    color: #fff;
    background: #106eea;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #106eea;
    color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {

    background-image: url('../img/faq-bg.jpg');
    object-fit: cover;
}

.faq .faq-list {
    /*padding: 0 100px;*/
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li + li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    border-top: 1px solid #47b2e4;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #99b2d2;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #106eea;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box:hover {
    transform: translateY(-10px);
}

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(92, 114, 136, 0.3);
    padding: 20px 0 30px 0;
    border-top: 1px solid #47b2e4;
    border-radius: 8px;
    transition: all ease-in-out 0.4s;
}

.contact .info-box-map {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(92, 114, 136, 0.3);
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #47b2e4;
    border-radius: 8px;
    transition: all ease-in-out 0.4s;
}

.contact .info-box-map i {
    font-size: 32px;
    color: #106eea;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
}

.contact .info-box-map:hover {
    transform: translateY(-10px);
}

.contact .info-box i {
    font-size: 32px;
    color: #106eea;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #106eea;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #106eea;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #3b8af2;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #ffffff;
    font-size: 14px;
    background-color: rgba(0, 44, 87, 0.85);
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #0d58ba;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #106eea;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    float: left;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}

@media (max-width: 768px) {
    #footer .copyright, #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 13px;
    top: 5px;
    height: 100%;
    width: 95%;
    position: absolute;
    border-radius: 8px;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.values .card-title a {
    color: #473d3a;
}

.values .card-text {
    color: #4b4949;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

.values .read-more a:hover {
    text-decoration: underline;
}

.values .card:hover .card-body {
    background: #ff5821;
}

.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
    color: #fff;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("https://www.tennislehrer-zuerich.ch/assets/img/cta-bg.jpg") center center;
    background-size: cover;
    padding: 80px 0;
}
.cta h3 {
    color: #364146;
    font-size: 28px;
    font-weight: 700;
}
.cta p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    line-height: 22px;
}
.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #009cea;
}
.cta .cta-btn:hover {
    background: #008bd1;
}
@media (min-width: 1024px) {
    .cta {
        background-attachment: fixed;
    }
}
@media (min-width: 769px) {
    .cta .cta-btn-container {
        background-attachment: fixed;
    }
}


@media only screen and (max-device-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 768px) {
    .sta {
        background-attachment: inherit;
    }
}

@media (max-width: 480px) {
    .cta {
        background: url("https://www.tennislehrer-zuerich.ch/assets/img/cta-bg.jpg");
    }
}


.quotes-icon-right{
    color: #badaf7;
    font-size: 26px;
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.quotes-icon-left {
    color: #badaf7;
    font-size: 26px;
    display: inline-block;
    left: -5px;
    position: relative;
    top: -5px;
}



@media (min-width: 1024px) {
    .quotes-icon-right{
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .quotes-icon-left {
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        left: -5px;
        position: relative;
        top: -5px;
    }
}
@media (min-width: 769px) {
    .quotes-icon-right{
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .quotes-icon-left {
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        left: -5px;
        position: relative;
        top: -5px;
    }
}


@media only screen and (max-device-width: 1024px) {
    .quotes-icon-right{
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .quotes-icon-left {
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        left: -5px;
        position: relative;
        top: -5px;
    }
}

@media screen and (max-width: 768px) {
    .quotes-icon-right{
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .quotes-icon-left {
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        left: -5px;
        position: relative;
        top: -5px;
    }
}

@media (max-width: 480px) {
    .quotes-icon-right{
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .quotes-icon-left {
        color: #badaf7;
        font-size: 26px;
        display: inline-block;
        left: -5px;
        position: relative;
        top: -5px;
    }
}


.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
}


.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
}



/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
    background-color: #f7f2fb;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #ffffff;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.ideen .light-background {
    --background-color: #f7f2fb;;
    --surface-color: #ffffff;
}
.ideen .swiper-wrapper {
    height: auto;
}

.ideen .testimonial-item {
    background-color: var(--surface-color);
    padding: 40px;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .ideen .testimonial-item {
        padding: 20px;
    }
}

.ideen .testimonial-item h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ideen .testimonial-item p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    /*font-style: italic;*/
}

.ideen .testimonial-item .profile {
    gap: 15px;
}

.ideen .testimonial-item .profile .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.ideen .testimonial-item .profile .profile-info h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.ideen .testimonial-item .profile .profile-info span {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color) 70%, transparent);
}

.ideen .testimonial-item .featured-img-wrapper {
    min-height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.ideen .testimonial-item .featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.ideen .swiper-navigation {
    position: absolute;
    bottom: 0;
    gap: 10px;
}

.ideen .swiper-button-prev,
.ideen .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    width: 44px;
    height: 44px;
    background-color: var(--surface-color);
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color) 10%, transparent);
    transition: 0.3s;
}

.ideen .swiper-button-prev::after,
.ideen .swiper-button-next::after {
    font-size: 20px;
    color: var(--default-color);
}

.ideen .swiper-button-prev:hover,
.ideen .swiper-button-next:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.ideen .swiper-button-prev:hover::after,
.ideen .swiper-button-next:hover::after {
    color: var(--contrast-color);
}
