/* ===================================
    Table of Content
====================================== */

/*  - Google Fonts
    - General
    - Header And Navigation
    - Slider
    - About
    - Counters
    - Portfolio
    - Booking
    - Testimonial
    - Clients
    - Google Map
    - Contact
    - Footer
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

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

.main-font {
    font-family: 'Montserrat', sans-serif;
}

.alt-font {
    font-family: 'Roboto', sans-serif;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #69315b;
    width: 0;
    height: 25%;
}

/* ===================================
    General
====================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000119;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #000119;
}

ul {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 120px 0;
}

section.main {
    padding: 0;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-top {
    padding-top: 7.5rem;
}

/* Transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* Overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 12px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 14px 46px;
    line-height: 1.8em
}

.btn.btn-large {
    font-size: 16px;
    padding: 8px 35px;
    ;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* Green Button */
.btn.btn-green {
    background: #69315b;
    border-color: #69315b;
    color: #ffffff
}

.btn.btn-green:hover {
    background: #000119 !important;
    border-color: #000119;
    color: #ffffff !important
}

/* White Button */
.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #000119
}

.btn.btn-white:hover {
    background: #000119 !important;
    border-color: #000119;
    color: #ffffff !important
}

/* Background Color */
.bg-black {
    background-color: #202020;
}

.bg-green {
    background-color: #69315b;
}

.bg-grey {
    background-color: #f2f2f2;
}

.bg-light-black {
    background-color: #000119;
}

/* Text Color */
.text-black {
    color: #202020;
}

.text-green {
    color: #69315b;
}

.text-pink {
    color: #f2f2f2;
}

.text-light-black {
    color: #000119;
}

/* Icon Text Hover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

/* ===================================
        Header
====================================== */

.navbar .container .logo {
    overflow: hidden;
}

.navbar .container .logo img {
    width: 190px;
}

header a.logo img {
    /*height: 102px;*/
    max-width: 190px;
}

.navbar-top-default {
    position: absolute;
    z-index: 99;
    /*overflow: hidden;*/
    height: 100px;
    width: 100%;
    background: #000119;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    top: 50px;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 99;
    top: 50px;
    background: #000119;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-nav {
    align-items: center;
}

.navbar-top-default #megaone {
    margin-right: -30px;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    padding: 0 2rem;
    font-family: 'Montserrat', sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
    background-color: #69315b;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
    color: #69315b;
}

/*nav line*/
.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after,
.line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #69315b;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #000119;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
    width: 100%;
    align-items: start;
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #ffffff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    right: 40px;
    top: 35px;
    position: absolute;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
    margin-left: auto;
    transition: .5s ease;
}

.header-appear .sidemenu_btn span {
    background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    height: 70%;
    overflow-y: auto;
    display: block;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /*display: flex;*/
    /*align-items: start;*/
}

.side-menu .side-nav::-webkit-scrollbar {
    display: none;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 20px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

@media (max-width: 991px) {
    .side-nav .navbar-nav .nav-item:first-child {
        margin-top: 30px;
    }

    .side-nav .navbar-nav .nav-item {
        margin: 30px 0 0;
    }
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

.side-nav .navbar-nav .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #69315b;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
    color: #ffffff;
}

.side-footer p {
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li .social-icon:hover {
    background-color: #69315b;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotates {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================
   Slider Section
====================================== */

.slider {
    padding: 0;
    -webkit-box-shadow: 0px 8px 7px -4px #c3c3c3;
    box-shadow: 0px 8px 7px -4px #c3c3c3;
}

.heading-area .heading {
    font-size: 36px;
    color: #000119;
    font-weight: 600;
    margin: 25px 0;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
    margin-bottom: 40px;
}

.heading-area .sub-heading {
    font-size: 16px;
    font-weight: normal;
    color: #515050;
    font-family: 'Montserrat', sans-serif;
}

.slider-icons .slider-social {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    color: #000119;
}

.slider-icons .slider-social li {
    list-style: none;
}

.slider-icons .slider-social a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    color: #000119;
    background: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px 2px 10px 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    position: relative;
}

.slider-icons .slider-social a:hover {
    background: #000119;
    color: #ffffff;
}

/** ---------------- MAIN CAROUSEL -------------------- */

.main-owl-carousel .owl-item .service-box * {
    color: #FFF;
}

.main-owl-carousel .owl-item .item {
    width: 100%;
    max-width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-owl-carousel .owl-item .service-box {

    display: flex;
    flex-direction: column;
    flex-grow: 1;

    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    z-index: 2;
}

.main-owl-carousel .owl-item .service-box {
    overflow: hidden;
}

.main-owl-carousel .owl-item .service-box span {
    display: inline-block;
    width: auto;
    letter-spacing: 3px;
    padding: 10px 20px;
    background: #69315b;
}

.main-owl-carousel .owl-item .service-box h4 {
    font-size: 52px;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
}

.main-owl-carousel .owl-item .service-box p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

/* ===================================
    Start About
====================================== */

.app-feature {
    text-align: left;
}

.app-feature:hover .number {
    transform: translateY(-10px);
}

.app-feature:last-child {
    margin-bottom: 0;
}

.app-feature .number {
    font-size: 42px;
    color: #69315b;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.app-feature h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000119;
    font-family: Montserrat, sans-serif;
}

.app-feature p {
    font-size: 16px;
    font-weight: normal;
    color: #515050;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
}

.about .equal-margin {
    margin: 60px 0;
}

.about .quote-btn p {
    font-size: 16px;
    color: #515050;
    margin-bottom: 0;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.about .quote-btn h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000119;
    margin: 30px 0;
    font-family: Montserrat, sans-serif;
}

/* ===================================
    Start Counters
====================================== */

.bg-counters {
    background: #000119;
    color: #ffffff;
}

.counters h2 {
    font-size: 92px;
    font-weight: 300;
    color: #69315b;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.counters h4 {
    font-size: 24px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

.bg-counters .center-para {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background: #69315b;
}

.cube-portfolio1 .cbp-l-caption-body .btn:hover {
    background: rgba(105, 49, 91, 0.7) !important;
    border-color: #69315b;
}

.cube-portfolio1 .projects-title {
    font-size: 23px;
    margin: 30px 0 15px;
    color: #69315b;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
}

/*.cube-portfolio1 .cbp .cbp-item {*/
/*    height: 500px;*/
/*}*/

.cube-portfolio1 p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
    color: #515050;
    font-family: 'Montserrat', sans-serif;
}

.cube-portfolio1 .cbp .show-more {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.cube-portfolio1 .cbp-caption img {
    transition: transform .2s;
}

.cube-portfolio1 .cbp-caption:hover img {
    transform: scale(1.5);
}

/*.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover {*/
/*    color: #69315b;*/
/*}*/

/*.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {*/
/*    color: #69315b;*/
/*}*/

/*.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {*/
/*    opacity: .8;*/
/*}*/

/*.cbp-l-filters-button {*/
/*    margin: 40px;*/
/*}*/

/*.cbp-l-caption-alignCenter {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: 4;*/
/*    opacity: 0;*/
/*    -webkit-transition: opacity .4s ease-in-out;*/
/*    -moz-transition: opacity .4s ease-in-out;*/
/*    -ms-transition: opacity .4s ease-in-out;*/
/*    -o-transition: opacity .4s ease-in-out;*/
/*    transition: opacity .4s ease-in-out;*/
/*}*/

/*.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {*/
/*    opacity: 1;*/
/*}*/

/*.cbp-l-caption-body p {*/
/*    font-size: 12px;*/
/*}*/

/*.cbp-l-caption-body h5 {*/
/*    font-weight: 400;*/
/*}*/

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.portfolio_top {
    position: relative;
    overflow: hidden;
}

#portfolio_top::before,
#portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}

#portfolio_top::before {
    top: 0;
}

#portfolio_top::after {
    bottom: 0;
}

.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}

.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    padding-bottom: 2px;
    padding-top: 5px;
}

.border-portfolio .cbp-item img {
    border: 20px solid #fff;
}

.bottom-text {
    display: table;
}

.bottom-text>.cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.bottom-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.bottom-text .port_head {
    font-weight: 600;
    font-size: 5.625rem;
    line-height: 1;
}

/*Overlays*/
.overlay-two {
    position: absolute;
    left: 20px;
    top: 25px;
    right: 20px;
    bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.overlay-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #69315b;
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cbp-item:hover .overlay-two {
    opacity: 1;
    visibility: visible;
}

.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.overlay-two>h4,
.overlay-two>p {
    position: relative;
    color: #ffffff;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus p {
    font-size: 13px;
}

.bottom-text>.cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/* ===================================
    Booking Section
====================================== */

.booking-area {
    background: #69315b;
    padding: 5rem 0;
}

.booking-area .quote-btn p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.booking-area .quote-btn h4 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin: 34px 0;
    font-family: Montserrat, sans-serif;
}

/* ===================================
      Testimonials Section
====================================== */

.owl-testimonial {
    margin-top: 50px;
}

.client-data {
    position: absolute;
}

.testimonial-box {
    background: #000119;
    overflow: hidden;
    padding: 80px 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    border-radius: 10px;
    min-height: 265px;
}

.owl-testimonial .owl-item:nth-child(odd) .testimonial-box {
    background: #69315b;
}

.center .testimonial-box .infot_margin {
    opacity: 1;
}

.margin-p {
    text-align: center;
}

.testimonial_img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #000119;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-testimonial .owl-item:nth-child(odd) .testimonial_img {
    background: #69315b;
}


.testimonial_img i {
    font-size: 40px;
    color: #fff;
}

.infot_margin {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 999;
    color: #ffffff;
}

.testimonial_name {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: normal;
    letter-spacing: 0;
}

#testimonials .item {
    padding-top: 100px;
}

/* ===================================
     Client Section
====================================== */

.partners-slider .logo-item {
    text-align: center;
}

.map-area {
    position: relative;
    padding: 40px 0;
}

.full-map {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

/* ===================================
    Contact Section
====================================== */

/*.contact-form .form-control {*/
/*    border: 1px solid #d4d4d4;*/
/*    padding: 23px 15px;*/
/*    background: #ffffff;*/
/*    font-weight: normal;*/
/*    font-family: Roboto, sans-serif;*/
/*    -webkit-border-radius: 5px;*/
/*    border-radius: 5px;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    font-size: 16px;*/
/*    min-height: 45px;*/
/*    position: relative;*/
/*    -webkit-transition: border .9s ease;*/
/*    -o-transition: border .9s ease;*/
/*    transition: border .9s ease;*/
/*}*/

/*.contact-form .form-group {*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.contact-form textarea.form-control {*/
/*    min-height: 192px;*/
/*    resize: none;*/
/*    margin-bottom: 0;*/
/*}*/

/*.contact-form .form-group:nth-last-child(1) {*/
/*    margin-bottom: 0;*/
/*}*/

/*.contact-detail {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    padding: 0 30px;*/
/*}*/

audio,
video,
canvas {
    max-width: 100%;
}

.contact-sec .contact-details {
    font-family: Roboto, sans-serif;
    color: #FFF;
}

.contact-sec .contact-details ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.contact-sec .contact-details ul li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.contact-sec .text {
    margin-bottom: 0;
}

.contact-sec .contact-details ul li i {
    font-size: 15px;
    margin-right: 10px;
}

.contact-sec h2.heading {
    font-size: 18px;
    color: #FFF;
}

.footer-social {
    text-align: left;
}

.contact-sec ul {
    margin: 0;
    padding: 0;
}

.contact-sec .list-icons li {
    display: inline-block;
}

.contact-sec .list-icons a {
    display: block;
    background-color: #FFF;
    color: #333;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.contact-sec .list-icons a:hover {
    background-color: #69315b;
    color: #ffffff;
}

.contact-sec .list-pages li {
    font-size: 15px;
    padding-bottom: 5px;
}

.contact-sec .list-pages li i {
    font-size: 13px;
    margin-right: 5px;
}

/* ===================================
    Footer Section
====================================== */

.footer-style-1 {
    padding-top: 60px;
    box-sizing: border-box;
    min-height: 200px;
    background-image: url(../img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    color: #fff;
    padding-bottom: 20px;
}

.footer-style-1 .row {
    margin-bottom: 20px;
}

.footer-style-1 a,
.footer-style-1 p {
    color: #FFF;
}

.footer-style-1 p a {
    margin: 10px;
}


.company-about {
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

/*===================================
    Loader
======================================*/

.loader1 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #69315b;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #69315b;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #69315b;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.frinchising-form .form-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.frinchising-form .form-group input,
.frinchising-form .form-group textarea {
    margin: 10px 0;
}

.frinchising-form .form-group label {
    display: flex;
    align-items: center;
}

.frinchising-form .form-group.last-group label {
    align-items: start;
}

.frinchising-form .franchising-privacy-box a {
    text-decoration: underline;
    color: #69315b;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================
    Start StandAlone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    margin-bottom: 10px;
    font-weight: normal;
}

.standalone-area .sub-heading {
    margin-bottom: 8px;
    font-weight: normal;
    color: #515050;
}

.standalone-detail .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.standalone-detail .heading h1 {
    font-size: 44px;
    letter-spacing: -1px;
    color: #000119;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 30px;
}

.standalone-detail .heading .decoration {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.standalone-detail .heading .footprint {
    background: transparent url("../img/footprint.png") no-repeat center center;
    display: flex;
    flex: none;
    width: 30px;
    height: 30px;
    margin: 15px;
}

.standalone-detail .heading .line-sx,
.standalone-detail .heading .line-dx {
    display: inline-block;
    height: 2px;
    width: 100%;
    max-width: 300px;
}

.standalone-detail .heading .line-sx {
    background: rgb(105, 49, 91);
    background: linear-gradient(270deg, rgba(105, 49, 91, 1) 0%, rgba(255, 0, 232, 0) 100%);
}

.standalone-detail .heading .line-dx {
    background: rgb(105, 49, 91);
    background: linear-gradient(90deg, rgba(105, 49, 91, 1) 0%, rgba(255, 0, 232, 0) 100%);
}



.standalone-detail .para_text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #515050;
}

.standalone-detail {
    padding-top: 50px;
    padding-bottom: 100px;
}

.standalone-area .heading-text {
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #515050;
}

.standalone-footer {
    padding: 5rem 0;
}

.footer-social.stand {
    text-align: center;
    margin-bottom: 15px;
}

.owl-feedback.owl-carousel {
    text-align: center;
}

.owl-feedback.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 10px 2px;
    border-radius: 50%;
    background: rgba(81, 80, 80, 0.3);
}

.owl-feedback.owl-carousel button.owl-dot:hover {
    background: #666;
}

.owl-feedback.owl-carousel button.owl-dot.active {
    background: #69315b;
}

.owl-feedback.owl-carousel .author h5 {
    font-style: italic;
    font-size: 15px;
    color: #69315b;
}

.quote-btn * {
    color: #fff;
}

.quote-btn h4 {
    font-size: 40px;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
}

.navigation-toggle {
    display: none;
}

.ls-container {
    position: relative;
    background: #000119;
    display: flex;
    align-items: center;
    height: 60px;
}

.ls-container:hover .ls-languages {
    display: block;
}

.ls-container .ls-opener {
    cursor: pointer;
}

.ls-container .ls-opener:hover .fa {
    color: #69315b;
}

.ls-container .ls-languages {
    box-sizing: border-box;
    position: absolute;
    z-index: 2500;
    background: #000119;
    top: 60px;
    right: 0px;
    min-width: 120px;
    padding-bottom: 15px;
    padding-top: 17px;
    text-align: right;
    display: none;
}

.ls-container .ls-languages ul {
    margin: 0;
}

.ls-container .ls-languages ul li {
    padding: 5px 15px;
    display: flex;
    justify-content: flex-end;
}

.ls-container .ls-languages ul li i {
    margin: 3px 10px 3px 0;
}

.ls-container .ls-languages ul li a {
    font-size: smaller;
}

.ls-container .ls-languages ul li a:hover {
    color: #69315b;
}

.side-navbar li ul {
    margin: 0;
    color: #fff;
    width: 100%;
}

.side-navbar li ul li {
    padding: 5px 0;
    text-align: right;
}

.structure-line {
    margin-bottom: 7em;
}

.static-page-container ul {
    list-style: initial !important;
    padding-left: 10px;
    margin-left: 10px;
}

.static-page-container ul,
.static-page-container ol {
    margin-left: 20px;
}


/* ===================================
   Media Queries
====================================== */

@media (max-width: 1200px) and (min-width: 992px) {

    .navbar-simple .navbar-nav .nav-link {
        padding: 0.5rem 1.4rem;
    }

    .sidemenu_btn {
        right: -4px;
    }

    .navbar .container {
        max-width: 930px;
    }


    /*.cube-portfolio1 .cbp .cbp-item {*/
    /*    height: 450px;*/
    /*}*/
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    body {
        text-align: center;
    }

    .js-filters-juicy-projects {
        text-align: left;
    }

    .heading-area .heading {
        font-size: 32px;
    }

    /* Nav */
    .navbar-top-default {
        background: #000119;
        top: 50px;
    }

    .navigation-toggle span {
        background-color: #ffffff;
    }

    /* Side Menu */
    .side-menu {
        width: 60%;
    }

    .side-footer p {
        font-size: 16px;
    }

    .sidemenu_btn {
        right: 15px;
    }

    /* Some Services */
    .services-slider {
        margin: 0;
    }

    .services-slider.half-margin {
        margin: -55px 0 0;
    }

    /* About */
    .app-feature {
        text-align: center;
        width: 70%;
    }

    .about .equal-margin {
        margin: 100px auto 0 auto;
    }

    .about .quote-btn {
        margin-top: 100px;
    }

    .about .quote-btn h4 {
        margin: 20px 0;
    }

    /* Counters */
    .counters h2 {
        font-size: 72px;
    }

    .counters h4 {
        font-size: 20px;
    }

    /* Booking */
    .booking-area .quote-btn h4 {
        margin: 20px 0;
    }

    /* Testimonials */
    .owl-testimonial {
        margin-top: 25px;
    }

    /* Contact */
    .contact-detail {
        padding: 0;
    }

    .contact-sec .heading {
        font-size: 42px;
    }

    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
    }

    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }

    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 50px;
    }

    .contact-sec .contact-details ul li i {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }

    .company-about {
        margin-top: 15px;
    }

    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .para_text {
        font-size: 18px;
    }

    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }

    .agency-author {
        padding: 30px;
        text-align: left;
    }

    .author-content {
        padding: 0;
    }

    .navigation-toggle {
        display: inline-block;
    }


}

@media screen and (max-width: 767px) {

    /*body {*/
    /*    text-align: center;*/
    /*}*/
    section {
        padding: 130px 0;
    }

    .frinchising-form {
        margin-top: 20px;
    }

    .frinchising-form * {
        text-align: left;
    }

    .heading-area .heading {
        font-size: 24px;
        margin: 20px 0;
    }

    .heading-area .text {
        font-size: 15px;
    }

    .btn.btn-medium {
        font-size: 14px;
        padding: 12px 40px;
    }

    .heading-area .sub-heading {
        font-size: 15px;
    }

    /* Nav */
    .round-nav {
        border-radius: 0;
    }

    .navigation-toggle {
        display: inline-block;
    }


    .navbar-top-default {
        background: #000119;
        top: 50px;
        height: 80px;
    }

    .header-appear .navbar-top-default {
        height: 80px;
    }

    .navigation-toggle span {
        background-color: #ffffff;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }

    .side-footer p {
        font-size: 14px;
    }

    .sidemenu_btn {
        right: 15px;
    }

    .sidemenu_btn {
        top: 25px;
    }

    /* Slider */
    .slider-icons .slider-social {
        display: none;
    }

    /* About */
    .app-feature {
        text-align: center;
    }

    .about .equal-margin {
        margin: 80px 0 0 0;
    }

    .about .quote-btn p {
        font-size: 15px;
    }

    .about .quote-btn {
        margin-top: 80px;
    }

    .about .quote-btn h4 {
        margin: 15px 0 20px 0;
    }

    .about .quote-btn h4 {
        font-size: 28px;
    }

    /* Counters */
    .counters h2 {
        font-size: 70px;
        margin-bottom: 0;
    }

    .bg-counters .center-para {
        font-size: 15px;
    }

    .counters h4 {
        font-size: 26px;
    }

    /* Portfolio */
    .cbp-l-filters-button {
        margin: 5px 0 5px 0 !important;
        text-align: left !important;
    }


    .structure-line {
        margin-bottom: 2em;
    }

    .structure-line .cbp-l-filters-button:first-child {
        margin-bottom: 0 !important;
    }

    #js-grid-juicy-projects {
        margin-top: 2em;
    }

    /*.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {*/
    /*    visibility: hidden;*/
    /*}*/
    .cbp-popup-lightbox .cbp-popup-prev {
        visibility: hidden !important;
    }

    .cbp-popup-lightbox .cbp-popup-next {
        visibility: hidden !important;
    }

    /* Booking */
    .booking-area .quote-btn h4 {
        font-size: 28px;
        margin: 25px 0;
    }

    /* Testimonials */
    .owl-testimonial {
        margin-top: 35px;
    }

    /* Contact */
    .contact-detail {
        padding: 0;
    }

    .contact-sec .heading {
        font-size: 26px;
    }

    .contact-sec .contact-details .text {
        font-size: 14px;
    }

    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
    }

    .company-about {
        margin-top: 15px;
    }

    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .standalone-area .heading-text {
        font-size: 30px;
    }

    .company-about {
        margin-bottom: 50px !important;
    }

    .contact-newsletter-sec .newsletter-form-app .d-flex {
        display: block !important;
    }

    .contact-newsletter-sec .newsletter-form-app .btn {
        margin-bottom: 20px;
    }
}

.menu-category h3 {
    font-size: 24px;
}

/* ===================================
   Events Section Styles
====================================== */

/* Event Cards */
.event-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

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

/* Event Header - Title Section */
.event-header {
    background: linear-gradient(135deg, #69315b 0%, #8b4a73 100%);
    color: #fff;
}

.event-title {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    color: #fff;
    flex: 1;
}

.event-header .badge {
    font-size: 0.7rem;
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: 500;
}

/* Event Image Section */
.event-image {
    position: relative;
    overflow: hidden;
    flex: 1;
    min-height: 200px;
}

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

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(105, 49, 91, 0.9);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Event Body - Content Section */
.event-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.event-description {
    flex: 1;
    margin-bottom: 15px;
}

.event-description p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Event Footer - CTAs */
.event-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: auto;
}

.event-location {
    color: #666;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}

.btn-primary {
    background: linear-gradient(135deg, #69315b 0%, #8b4a73 100%);
    border: none;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(105, 49, 91, 0.2);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #5a2948 0%, #7a4166 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(105, 49, 91, 0.3);
    color: #fff;
}

/* Event Active/Expired States */
.event-active {
    border-left: 4px solid #28a745;
}

.event-expired {
    border-left: 4px solid #dc3545;
    opacity: 0.85;
}

.event-expired .event-header {
    background: linear-gradient(135deg, #6c757d 0%, #8a959a 100%);
}

/* Event Modal Styles */
.event-modal-content {
    max-width: 700px;
    margin: 0 auto;
}

.event-modal-title {
    color: #69315b;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.event-modal-content .img-fluid {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.event-modal-content .img-fluid:hover {
    transform: scale(1.02);
}

.event-details-meta {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
}

.event-details-meta p {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.95rem;
}

.event-details-meta p:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.event-description {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.event-description .lead {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #495057;
}

.event-info {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.event-info ul li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #495057;
    border-bottom: 1px solid #f8f9fa;
}

.event-info ul li:last-child {
    border-bottom: none;
}

.event-structures {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.event-structures .badge {
    font-size: 0.85rem;
    font-weight: 500;
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    border: none;
    transition: all 0.3s ease;
}

.event-structures .badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(23, 162, 184, 0.3);
}

/* Event Actions */
.event-actions .btn {
    border-radius: 25px;
    padding: 15px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
}

.event-actions .btn-lg {
    background: linear-gradient(135deg, #69315b 0%, #8b4a73 100%);
    border: none;
    font-size: 1rem;
}

.event-actions .btn-lg:hover {
    background: linear-gradient(135deg, #5a2948 0%, #7a4166 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(105, 49, 91, 0.3);
}

/* Modal Header */
.modal-header {
    background: linear-gradient(135deg, #69315b 0%, #8b4a73 100%);
    border-bottom: none;
}

.modal-header .modal-title {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.modal-header .close {
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.modal-header .close:hover {
    opacity: 1;
}

/* Modal Body */
.modal-body {
    padding: 30px;
    background: #f8f9fa;
}

/* Modal Footer */
.modal-footer {
    background: #fff;
    border-top: 1px solid #dee2e6;
}

/* Loading States */
.loading-indicator {
    text-align: center;
    padding: 40px;
}

.loading-indicator .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

/* No Events State */
.no-events .alert-info,
.events-error .alert-danger {
    border-radius: 12px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .event-header {
        padding: 15px !important;
    }

    .event-title {
        font-size: 1rem;
    }

    .event-image {
        min-height: 150px;
    }

    .event-body {
        padding: 15px !important;
    }

    .event-description p {
        font-size: 0.9rem;
    }

    .btn-primary {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .event-footer .row {
        gap: 10px;
    }

    .event-footer .col-6 {
        flex: 0 0 auto;
        width: auto;
    }
}

@media (max-width: 576px) {
    .event-card {
        margin-bottom: 20px;
    }

    .event-footer .row {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .event-footer .col-6 {
        width: 100%;
    }

    .btn-primary {
        width: 100%;
        max-width: 200px;
    }
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-body {
        padding: 20px;
    }

    .event-details-meta,
    .event-description,
    .event-info,
    .event-structures {
        padding: 15px;
    }

    .event-modal-content .img-fluid {
        max-height: 250px;
        object-fit: cover;
    }

    .event-actions .btn {
        font-size: 0.9rem;
        padding: 12px 25px;
        min-width: 180px;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }

    .modal-body {
        padding: 15px;
    }

    .event-details-meta,
    .event-description,
    .event-info,
    .event-structures {
        padding: 12px;
        margin-bottom: 20px;
    }

    .event-description .lead {
        font-size: 1rem;
    }

    .event-info .col-md-6 {
        width: 100%;
        margin-bottom: 15px;
    }

    .event-actions .btn {
        width: 100%;
        max-width: 300px;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
}