/*------------------------------------------------------------------

    Main Style Stylesheet
    Project:        Vortex. |  StartUp Landing Page Template
    Version:        1.0
    Author:         Gnawi Themes
    Last change:    8/29/2016
    Primary use:    Landing,Startup and Showcase.

-------------------------------------------------------------------*/
/*-- Imports (only visible on scss file) --*/
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,700";

/*========================================
          Base Style
========================================*/
body {
    font-family: 'Raleway', sans-serif;
    color: #496174;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
}

.section-padding {
    padding: 40px 0;
}

#home .caption p {
    font-size: 18px;
    margin-top: 25px;
    color: #fff;
}

#home .caption {
    padding: 60px 0;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*-- Preloader --*/
.page-preloader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(213, 128, 255, 0.2);
    backdrop-filter: blur(15px);
    z-index: 100000;
}

.spinner {
    position: relative;
    top: 35%;
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/*========================================
            Typography
========================================*/
/*-- Typo Style --*/
h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
    color: #fff;
}

h2 {
    font-size: 36px;
    letter-spacing: 0.08em;
}

h3 {
    font-size: 32px;
    letter-spacing: 0.08em;
}

h4 {
    font-size: 24px;
    letter-spacing: 0.08em;
}

h5 {
    font-size: 18px;
    letter-spacing: 0.08em;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 24px;
}

/*========================================
            Buttons Style
========================================*/
.btn-blue {
    background: #EC6918;
    padding: 10px 28px;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    outline: none !important;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background: #fff;
    color: #496174;
}

.btn-transparent {
    background: #EC6918;
    padding: 10px 28px;
    color: #fff;
    border: 2px solid #EC6918;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    outline: none !important;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background: #fff;
    color: #496174;
}

.btn-white {
    background: #fff;
    padding: 10px 28px;
    color: #496174;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    outline: none !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background: transparent;
    color: #fff;
}

nav.navbar.bootsnav.navbar-fixed .navbar-brand {
    padding: 15px 15px;
}

/*-- Navbar Bug Fix --*/
@media (max-width: 1023px) {

    /* Navbar Responsive
  =================================*/
    nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important;
        padding: 3px 15px;
    }

    nav.navbar.bootsnav.navbar-fixed .navbar-brand {
        padding: 0px;
    }

    nav.navbar .navbar-brand img.logo_2 {
        margin-top: 10px;
        width: 110px;
    }

    nav.navbar.bootsnav .navbar-header {
        float: none;
        display: block;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 10px;
    }

    nav.navbar.bootsnav .navbar-collapse {
        border: none;
        margin-bottom: 0;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 350px;
        overflow-y: auto !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse {
        display: none !important;
    }

    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        display: block !important;
    }

    nav.navbar.bootsnav .navbar-nav {
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0px -15px;
    }

    nav.navbar.bootsnav .navbar-nav>li {
        float: none;
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }

    nav.navbar.bootsnav li.dropdown.on>a.dropdown-toggle:before {
        content: "\f107";
    }

    nav.navbar.bootsnav .navbar-nav>li>a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        border-top: solid 1px #e0e0e0;
        margin-bottom: -1px;
    }

    nav.navbar.bootsnav .navbar-nav>li:first-child>a {
        border-top: none;
    }

    nav.navbar.bootsnav ul.navbar-nav.navbar-left>li:last-child>ul.dropdown-menu {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
        float: none !important;
        position: relative;
        display: block;
        width: 100%;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        color: #6f6f6f;
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
    nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
        background-color: transparent;
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
        float: none !important;
        left: 0;
        padding: 0 0 0 15px;
        position: relative;
        background: transparent;
        width: 100%;
    }

    nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on>ul.dropdown-menu {
        display: inline-block;
        margin-top: -10px;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after {
        display: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
        padding: 10px 15px 10px 0;
        line-height: 24px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        border-bottom: solid 1px #e0e0e0;
        color: #6f6f6f;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu ul>li>a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 8px 0;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: -15px;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child .title {
        border-bottom: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #e0e0e0;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
        border-bottom: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
        content: "\f107";
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 15px;
    }

    nav.bootsnav.brand-center .navbar-collapse {
        display: block;
    }

    nav.bootsnav.brand-center ul.nav {
        margin-bottom: 0px !important;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half {
        width: 100%;
        float: none;
        display: block;
    }

    nav.bootsnav.brand-center .navbar-collapse .col-half.left {
        margin-bottom: 0;
    }

    nav.bootsnav .megamenu-content {
        padding: 0;
    }

    nav.bootsnav .megamenu-content .col-menu {
        padding-bottom: 0;
    }

    nav.bootsnav .megamenu-content .title {
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }

    nav.bootsnav .megamenu-content .content {
        display: none;
    }

    .attr-nav {
        position: absolute;
        right: 60px;
    }

    .attr-nav>ul {
        padding: 0;
        margin: 0 -15px -7px 0;
    }

    .attr-nav>ul>li>a {
        padding: 16px 15px 15px;
    }

    .attr-nav>ul>li.dropdown>a.dropdown-toggle:before {
        display: none;
    }

    .attr-nav>ul>li.dropdown ul.dropdown-menu {
        margin-top: 2px;
        margin-left: 55px;
        width: 250px;
        left: -250px;
        border-top: solid 5px;
    }

    .top-search .container {
        padding: 0 45px;
    }
}

@media (max-width: 992px) {
    #home .container {
        text-align: center;
    }

    #home .container h1 {
        font-size: 36px;
    }

    #home .container h2 {
        font-size: 26px;
    }

    section .col-md-4 {
        margin-bottom: 40px;
    }

    #newsletter .form-container .form-inline .btn {
        position: relative;
        right: 143px;
    }
}

@media (max-width: 767px) {
    #home .caption {
        padding: 0px 0;
    }

    #home .container {
        text-align: center;
    }

    #home .container h1 {
        font-size: 34px;
    }

    #home .container h2 {
        font-size: 24px;
    }

    #clients #owl-testimonials .item p {
        width: 100%;
    }

    #newsletter .form-container .form-inline .form-control {
        width: 80%;
    }

    #newsletter .form-container .form-inline .btn {
        position: relative;
        right: 40px;
        margin-top: 40px;
    }

    #contact .contact-info {
        position: relative !important;
        top: 0 !important;
        margin-top: 40px;
    }
}

/*========================================
           Header
========================================*/

nav.navbar.bootsnav.navbar-fixed ul.nav>li>a {
    padding: 35px 15px;
}

nav.navbar.bootsnav.navbar-fixed .button-holder {
    padding: 15px 0;
    margin-left: 40px;
}

#home {
    position: relative;
    padding: 100px 0px 100px 0px;
    background: url(../img/final-banner-.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#home .caption h2 {
    color: #fff;
}

#home .caption .btn {
    margin-top: 25px;
}

#home .caption .btn-blue {
    margin-left: 15px;
}

#home .caption .btn-blue i {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

#home .signup-form {
    background-color: #fff;
    padding: 45px;
    border-radius: 5px;
}

#home .signup-form input {
    border: 1px solid #eee;
    height: 38px;
    box-shadow: none !important;
}

#home .signup-form input:focus {
    border-color: #44c5ee;
}

#home .signup-form .form-control {
    font-size: 16px;
    padding: 10px 15px;
    color: #555;
    background-color: #fff;
    border-radius: 3px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*========================================
           About Us
========================================*/
#about {
    text-align: center;
}

#about .icon-box {
    margin-top: 60px;
}

#about .icon-box i {
    font-size: 46px;
    color: #f23c7e;
}

#about .icon-box h4 {
    margin: 25px 0;
}

/*========================================
           Story
========================================*/
#story {
    background: linear-gradient(135deg, #231359, #04011C);
    /* Using your specified color codes */
}


#story .col-md-6 {
    padding: 0;
}

#story .story-bg {
    background-image: url(../img/animation.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

#story .story-content {
    padding: 40px;
    color: #fff;
}

#story .story-content .story-quote {
    font-size: 24px;
    margin: 35px 0;
    font-style: italic;
}

#story .story-content .btn {
    margin-top: 35px;
}

/*========================================
           Services
========================================*/
#services {
    text-align: center;
}

#services .icon-box {
    margin-top: 60px;
}

#services .icon-box i {
    font-size: 46px;
    color: #f23c7e;
}

#services .icon-box h4 {
    margin: 25px 0;
}

/*========================================
           Features
========================================*/
#features {
    background: #44c5ee;
    color: #fff;
    padding: 80px 0;
}

#features .media {
    margin: 35px 0;
}

#features .media i {
    color: #fff;
    font-size: 46px;
    margin-right: 25px;
}

#features img {
    margin-top: 80px;
}

/*========================================
           Pricing
========================================*/
#price {
    text-align: center;
}

#price .plan {
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(213, 216, 224, 0.7);
}

#price .active {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
}

#price .pricing-container {
    margin-top: 80px;
}

#price .pricing-container h2 {
    color: #496174;
    margin-bottom: 40px;
}

#price .pricing-container h3 {
    font-size: 24px;
    color: #f23c7e;
    margin-bottom: 0;
}

#price .pricing-container h2,
#price .pricing-container h3 {
    text-transform: none;
}

#price .pricing-container .pricing-header {
    padding: 30px 0;
}

#price .pricing-container .pricing-header .currency {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #496174;
    top: -20px;
}

#price .pricing-container .pricing-header .amount {
    color: #496174;
    font-size: 44px;
    font-weight: 700;
}

#price .pricing-container .pricing-header .period {
    font-size: 22px;
    font-weight: 300;
    color: #496174;
    position: relative;
    top: 12px;
}

#price .pricing-container ul {
    padding: 20px 0;
}

#price .pricing-container ul li {
    font-size: 15px;
    letter-spacing: .1em;
    margin: 15px 0;
}

#price .pricing-container ul li i {
    color: #f23c7e;
    margin-right: 10px;
}

#price .pricing-container .pricing-footer {
    padding: 25px 0;
}

/*========================================
           Team
========================================*/
#team {
    text-align: center;
}

#team .team-member {
    background: #fff;
    box-shadow: 0px 0px 60px 0px rgba(213, 216, 224, 0.7);
    border: 0;
    margin-top: 80px;
    padding: 20px;
}

#team .team-member h6 {
    font-style: italic;
}

#team .team-member .team-social ul {
    padding: 0;
    margin: 0;
}

#team .team-member .team-social li {
    display: inline-block;
}

#team .team-member .team-social li a {
    font-size: 20px;
    padding: 12px;
    color: #44c5ee;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#team .team-member .team-social li a:hover,
#team .team-member .team-social li a:focus,
#team .team-member .team-social li a:active {
    color: #496174;
}

/*========================================
           Clients
========================================*/
#clients {
    text-align: center;
}

#clients #owl-clients {
    margin: 60px 0;
}

#clients #owl-clients .owl-pagination {
    display: none;
}

#clients #owl-testimonials {
    margin: 60px 0;
}

#clients #owl-testimonials .owl-pagination .owl-page.active span {
    background: #f23c7e;
}

#clients #owl-testimonials .owl-pagination .owl-page span {
    border: 2px solid #f23c7e;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#clients #owl-testimonials i {
    font-size: 48px;
    color: #f23c7e;
}

#clients #owl-testimonials p {
    width: 50%;
    margin: 25px auto;
}

#clients #owl-testimonials h3 {
    color: #fff;
}

/*========================================
           NewsLetter
========================================*/
#newsletter {
    background: #44c5ee;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

#newsletter .form-container {
    margin-top: 40px;
}

#newsletter .form-container .form-inline {
    left: 50px;
    position: relative;
}

#newsletter .form-container .form-control::-webkit-input-placeholder {
    color: #fff;
}

#newsletter .form-container .form-control:-moz-placeholder {
    color: #fff;
}

#newsletter .form-container .form-control::-moz-placeholder {
    color: #fff;
}

#newsletter .form-container .form-control:-ms-input-placeholder {
    color: #fff;
}

#newsletter .form-container .form-control {
    width: 50%;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

#newsletter .form-container .btn {
    position: relative;
    right: 143px;
}

/*========================================
           Contact
========================================*/
#contact {
    text-align: center;
}

#contact .contact-info {
    position: relative;
    top: 100px;
    z-index: 1;
    background: #44c5ee;
    box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
    padding: 30px;
    color: #fff;
}

#contact .contact-info i {
    font-size: 46px;
}

#contact #map {
    width: 100%;
    height: 500px;
}

#contact .contact-forms {
    padding: 80px 0;
}

#contact .contact-forms h2 {
    margin-bottom: 40px;
}

#contact .contact-forms input:focus {
    border-color: #44c5ee;
}

#contact .contact-forms .form-control {
    font-size: 16px;
    padding: 20px 15px;
    color: #555;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #999;
    height: 38px;
    box-shadow: none !important;
    margin: 30px 0;
}

#contact .contact-forms textarea {
    height: 118px !important;
    resize: none;
    margin: 0;
}

/*========================================
           Footer
========================================*/
footer {
    background: #44c5ee;
    color: #fff;
    padding: 40px 0;
}

footer hr {
    margin: 40px 0;
}

footer img {
    width: 50px;
}

footer ul {
    padding: 0;
}

footer li {
    display: inline-block;
}

footer li a {
    font-size: 20px;
    padding: 12px;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

footer li a:hover,
footer li a:focus,
footer li a:active {
    color: #496174;
}

#online-classes {
    background: #ffffff;
}

.online-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.class-card {
    position: relative;
    width: 100%;
    cursor: pointer;
    /* Simple & clear: "click here" intent */
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Zoom & glow on hover to invite action */
.class-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(236, 105, 24, 0.4);
    /* Orange glow */
}


.class-card img {
    width: 100%;
    height: 250px;
    display: block;
    transition: transform 0.4s ease;
}

.class-card:hover img {
    transform: scale(1.1);
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #231359;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
}

.badge.new {
    background: #ff5e57;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

/* Popup styles */
.popup {
    display: none;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.popup img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 12px;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

#aesthetics.section-padding {
    padding: 60px 0;
    background: white;
    /*font-family: 'Poppins', sans-serif;*/
}

@media (max-width: 600px) {
    .section-title {
        font-size: 22px !important;
    }
}

.section-title {
    text-align: center;
    font-size: 36px;
    /*color: #231359;*/
    margin-bottom: 40px;
    /*font-weight: bold;*/
}

#aesthetics .slider-wrapper {
    position: relative;
    max-width: 1140px;
    margin: auto;
    overflow: hidden;
}

#aesthetics .slider-container {
    overflow: hidden;
    width: 100%;
}

#aesthetics .slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

#aesthetics .slide {
    flex: 0 0 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

#aesthetics .swiper img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

#aesthetics .slide img:hover {
    transform: scale(1.05);
}

#aesthetics .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #231359;
    color: white;
    font-size: 30px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
}

#aesthetics .prev {
    left: 10px;
}

#aesthetics .next {
    right: 10px;
}


/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.recruiter-skew-bg {
    position: absolute;
    top: -80px;
    left: -50%;
    width: 200%;
    height: 320px;
    background: linear-gradient(135deg, #231359, #04011C);
    transform: rotate(-4deg);
    z-index: 1;
    opacity: 0.8;
}

.recruiter-tilted-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 40px;
    padding: 20px 10px;
    position: relative;
    z-index: 2;
}

.tilted-logo {
    background: rgba(35, 19, 89, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: rotate(-3deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Glass magnifier cursor */
    cursor: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'>\<circle cx='10' cy='10' r='6' stroke='%23EC6918' stroke-width='2' fill='rgba(255,255,255,0.2)' />\<line x1='14' y1='14' x2='22' y2='22' stroke='%23231359' stroke-width='2' />\</svg>") 8 8, zoom-in;
}

.tilted-logo:hover {
    transform: scale(1.15) rotate(0deg);
    box-shadow: 0 14px 30px rgba(236, 105, 24, 0.4);
    /* orange glow on zoom */
}

.tilted-logo:hover {
    transform: rotate(0deg) scale(1.07);
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.1), 0 0 15px #6b5de0;
}

.tilted-logo img {
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.8);
    transition: filter 0.3s ease;
    border-radius: 7px;
}

.tilted-logo:hover img {
    filter: grayscale(0%) brightness(1);
}

#clients {
    background: #fff;
    /*color: #333;*/
    padding: 60px 0;
    /*font-family: 'Poppins', sans-serif;*/
    text-align: center;
}

.faq-item {
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #231359;
    transition: color 0.3s ease;
}

.faq-icon {
    font-size: 24px;
    color: #231359;
    margin-right: 10px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-answer {
    display: none;
    font-size: 16px;
    color: #555;
    padding-left: 20px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.faq-item:hover {
    background: #f0f8ff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.faq-item.open {
    background: #f0f8ff;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
    color: #231359;
}

.faq-item.open .faq-question h5 {
    color: #231359;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

.faq-item.open .faq-question {
    color: #231359;
}

@media (max-width: 767px) {
    .faq-item {
        margin-bottom: 20px;
    }
}

/* Neon Form Styles */
/* Transparent Neon Form Styles */
.neon-form {
    background: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 40px 30px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: slideUp 1s ease;
}

.col-md-5.col-md-offset-1 {
    display: flex;
    justify-content: center;
}

.neon-form h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: black;
}

.neon-form input,
.neon-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    /* lighter glass */
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* subtle border */
    color: #333;
    /* text visible on white background */
    font-size: 14px;
    transition: all 0.3s ease;
}

.neon-form input::placeholder,
.neon-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.neon-form input:focus,
.neon-form textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.8);
    border-color: #EC6918;
    /* orange border like button */
    box-shadow: 0 0 8px rgba(236, 105, 24, 0.6);
    /* orange glow */
}


.neon-form button {
    width: 100%;
    padding: 12px;
    background: #EC6918;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.neon-form button:hover {
    background: #d55d14;
    transform: scale(1.03);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 🔧 Responsive Adjustments */
@media (max-width: 480px) {
    .neon-form {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .neon-form h2 {
        font-size: 20px;
    }

    .neon-form input,
    .neon-form textarea {
        font-size: 13px;
        padding: 10px;
    }

    .neon-form button {
        font-size: 14px;
        padding: 10px;
    }
}


/* Hover Animation */
@keyframes floatIn {
    0% {
        opacity: 0;
        transform: perspective(800px) rotateX(20deg) translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: perspective(800px) rotateX(5deg) translateY(0);
    }
}

/* Transparent Card Section */
.card {
    position: relative;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    /* Transparent background */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.card-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 200px;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card:hover .card-overlay {
    opacity: 1;
}

.card-content {
    color: #ffffff;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(30px);
    opacity: 0;
}

.card:hover .card-content {
    opacity: 1;
    transform: translateY(0);
}

.card-content h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 16px;
    line-height: 1.5;
}

/* Responsive Design for Cards */
@media (max-width: 767px) {
    .card {
        margin-bottom: 20px;
    }

    .neon-form {
        width: 100%;
        margin-top: 20px;
        /* Make the form responsive */
        padding: 20px;
    }

    .neon-form h2 {
        font-size: 24px;
    }

    .card-img-container {
        height: 250px;
        /* Adjust height for mobile */
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-150%) scale(0.3);
    }

    50% {
        opacity: 1;
        transform: translateX(30px) scale(1.1);
    }

    70% {
        transform: translateX(-10px) scale(0.95);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 0px rgba(255, 255, 255, 0.2);
    }
}

/* Sticky Bar */
.social-sticky {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 10px 6px;
    background: #231359;
    border-radius: 0 14px 14px 0;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.6s ease, opacity 0.4s;
    opacity: 1;
}

.social-sticky.hidden {
    transform: translate(-120%, -50%);
    opacity: 0;
}

/* Icons */
.social-sticky a {
    width: 50px;
    height: 50px;
    margin: 8px 0;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    animation: bounceInLeft 0.9s ease both;
    animation-delay: calc(var(--i) * 0.2s);
    transition: transform 0.3s ease;
}

.social-sticky a:hover {
    animation: pulseGlow 1.5s infinite;
    transform: scale(1.25);
    color: #ffde59;
}

/* Real Brand Colors */
.facebook {
    background-color: #1877F2;
    --i: 1;
}

.youtube {
    background-color: #FF0000;
    --i: 2;
}

.linkedin {
    background-color: #0077B5;
    --i: 3;
}

.instagram {
    background-color: #E1306C;
    --i: 4;
}

/* Toggle Button */
.toggle-btn {
    position: fixed;
    top: 50%;
    left: 64px;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #231359;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    z-index: 10000;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform 0.4s ease, background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-btn:hover {
    background: #3c1f89;
    transform: rotate(180deg) scale(1.1);
}

.toggle-btn.left {
    left: 10px;
}

.zica-footer {
    background-color: #231359;
    color: #fff;
    padding: 60px 20px 30px;
    font-family: 'Poppins', sans-serif;
}

.zica-footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-section {
    flex: 1 1 250px;
    text-align: center;
}

.footer-logo img {
    width: 150px;
    border-radius: 12px;
    margin: 10px;
}

@media (max-width: 600px) {
    .footer-logo img {
        width: 120px;
    }
}


.footer-contact h4,
.footer-social h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-contact p {
    margin: 10px 0;
}

.footer-contact i,
.footer-social i {
    margin-right: 10px;
    color: #f0a500;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons a {
    color: #fff;
    font-size: 24px;
    transition: color 0.3s;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #ccc;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.5;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .zica-footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        flex: 1 1 100%;
    }
}

/* All icons white by default */
.social-icons a i {
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Hover state with real brand colors */
.social-icons a[aria-label="Facebook"]:hover i {
    color: #1877F2;
}

.social-icons a[aria-label="YouTube"]:hover i {
    color: #FF0000;
}

.social-icons a[aria-label="LinkedIn"]:hover i {
    color: #0077B5;
}

.social-icons a[aria-label="Instagram"]:hover i {
    color: #E4405F;
}