.visual-shell {
    position: relative;
}

.visual-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: radial-gradient(140% 90% at 60% 40%, rgba(71, 178, 228, 0.6) 0%, rgba(71, 178, 228, 0.28) 40%, rgba(71, 178, 228, 0) 70%);
    filter: blur(26px);
    transform: translate(0, 10px);
    z-index: 0;
    pointer-events: none;
}

.visual-shell > .visual-wrap {
    position: relative;
    z-index: 1;
}
.ai-visual-wrap {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.22);
}

.ai-visual-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: radial-gradient(140% 90% at 60% 40%, rgba(71, 178, 228, 0.5) 0%, rgba(71, 178, 228, 0.2) 40%, rgba(71, 178, 228, 0) 70%);
    filter: blur(16px);
    transform: translate(0, 6px);
    z-index: 0;
    pointer-events: none;
}

.ai-visual-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(71, 178, 228, 0.1);
    pointer-events: none;
    z-index: 1;
}

.ai-visual {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.when-automate-visual-wrap {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.22);
}

.when-automate-visual-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: radial-gradient(140% 90% at 60% 40%, rgba(71, 178, 228, 0.5) 0%, rgba(71, 178, 228, 0.2) 40%, rgba(71, 178, 228, 0) 70%);
    filter: blur(16px);
    transform: translate(0, 6px);
    z-index: 0;
    pointer-events: none;
}

.when-automate-visual-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(71, 178, 228, 0.1);
    pointer-events: none;
    z-index: 1;
}

.when-automate-visual {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
/**
* Template Name: Arsha
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1d1d1f;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #47b2e4;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover {
    color: #73c5eb;
    text-decoration: none;
    transform: translateY(-1px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

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

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

@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: #47b2e4;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

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

.back-to-top:hover {
    background: #6bc1e9;
    color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 997;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#header.header-scrolled,
#header.header-inner-pages {
    background: rgba(40, 58, 90, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

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

/*--------------------------------------------------------------
# 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 a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 12px 24px;
    margin-left: 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
    border: none;
    color: white;
    box-shadow: 0 4px 16px rgba(71, 178, 228, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.025em;
}

.btn-primary-cta,
.cta-btn,
.getstarted,
.report-btn-consultation,
#consultationForm .getstarted,
.btn-quiz,
.thank-you-page .btn-consultation {
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 32px rgba(71, 178, 228, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.btn-primary-cta::before,
.cta-btn::before,
.getstarted::before,
.report-btn-consultation::before,
#consultationForm .getstarted::before,
.btn-quiz::before,
.thank-you-page .btn-consultation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn-primary-cta:hover,
.cta-btn:hover,
.getstarted:hover,
.report-btn-consultation:hover,
#consultationForm .getstarted:hover,
.btn-quiz:hover,
.thank-you-page .btn-consultation:hover {
    background: linear-gradient(135deg, #3594c3 0%, #2d7ab5 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.4) !important;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: linear-gradient(135deg, #3594c3 0%, #2d7ab5 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(71, 178, 228, 0.4);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 12px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

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

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #0c3c53;
}

.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: #47b2e4;
}

.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 {
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}



@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(40, 58, 90, 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;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

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

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

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

.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: #47b2e4;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    height: 80vh;
    background: white !important;
}

.hero .container {
    padding-top: 72px;
}

.hero h1 {
    margin: 0 0 10px 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
}

.hero h2 {
    margin-bottom: 50px;
    font-size: 22px;
    color: #47b2e4;
    font-weight: 500 !important;
}

.hero .btn-get-started {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.025em;
    display: inline-block;
    padding: 16px 36px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 10px 0 0 0;
    color: #fff;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
    box-shadow: 0 8px 32px rgba(71, 178, 228, 0.3);
    border: none;
    position: relative;
    overflow: hidden;
}

.hero .btn-get-started::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.hero .btn-get-started:hover::before {
    left: 100%;
}

.hero .btn-get-started:hover {
    background: linear-gradient(135deg, #3594c3 0%, #2d7ab5 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.4);
}

.hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

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

.hero .btn-watch-video:hover i {
    color: #47b2e4;
}

.hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.visual-wrap {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.22);
}

.visual-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: radial-gradient(140% 90% at 60% 40%, rgba(71, 178, 228, 0.6) 0%, rgba(71, 178, 228, 0.28) 40%, rgba(71, 178, 228, 0) 70%);
    filter: blur(20px);
    transform: translate(0, 8px);
    z-index: 0;
    pointer-events: none;
}

.visual-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(71, 178, 228, 0.08);
    pointer-events: none;
    z-index: 1;
}

.visual {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

.hero-visual {
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.25), inset 0 0 0 1000px rgba(71, 178, 228, 0.14);
    position: relative;
    z-index: 1;
}

.hero-img {
    position: relative;
}

.hero-visual-wrap {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

.hero-visual-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(71, 178, 228, 0.18);
    z-index: 2;
    pointer-events: none;
}

.hero-img::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: radial-gradient(140% 90% at 60% 40%, rgba(71, 178, 228, 0.55) 0%, rgba(71, 178, 228, 0.25) 40%, rgba(71, 178, 228, 0) 70%);
    filter: blur(20px);
    transform: translate(0, 8px);
    z-index: 0;
    pointer-events: none;
}

@media (min-width: 992px) {
    .hero .hero-img {
        margin-top: -50px;
    }

    .hero .hero-img .hero-visual-wrap {
        transform: scale(1.05);
        transform-origin: center;
    }

    .hero .hero-img .visual-wrap {
        transform: scale(1.05);
        transform-origin: center;
    }

    .why-us .img {
        min-height: 460px;
    }
}
@media (min-width: 1200px) {
    .hero .hero-img {
        margin-top: -60px;
    }
}

.why-us .img {
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.22);
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.why-us .img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: rgba(71, 178, 228, 0.12);
    z-index: 1;
    pointer-events: none;
}

@media (min-width: 992px) {
    .why-us .img {
        margin-top: -20px;
    }
}

@media (max-width: 991px) {
    .hero {
        height: 85vh;
        text-align: center;
    }

    .hero .animated {
        animation: none;
    }

    .hero .hero-img {
        text-align: center;
        justify-content: center;
    }

    .hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

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

    .hero .hero-img .visual-shell,
    .hero .hero-img .visual-wrap {
        width: 95%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero .hero-img .visual {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hero .hero-img .visual-shell,
    .hero .hero-img .visual-wrap {
        width: 100%;
        max-width: none;
    }

    .hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

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

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

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

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 12px 0;
    text-align: center;
}

.clients img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
}

.clients img:hover {
    filter: none;
    transform: scale(1.1);
}

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

@media (max-width: 768px) { /* Mobile-only styles */
    .clients .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px; /* Adds space between items */
        cursor: grab; /* Show grab cursor */
        scrollbar-width: none; /* Hide scrollbar in Firefox */
    }

    .clients .row::-webkit-scrollbar {
        display: none; /* Hide scrollbar in Chrome & Safari */
    }

    .clients .row > div {
        flex: 0 0 auto;
        scroll-snap-align: start;
        min-width: 150px; /* Adjust width as needed */
    }

    .clients img {
        max-width: 100px;
        height: auto;
    }
}

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

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

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #47b2e4;
    line-height: 1;
}

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

.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
    padding: 60px 100px 0 100px;
}

.why-us a {
    color: #000000;
}

.why-us a:hover {
    transform: none;
}

.why-us .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #000000;
}

.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.why-us .content p {
    font-size: 15px;
    color: #848484;
}

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.why-us .accordion-list {
    padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
}

.why-us .accordion-list li+li {
    margin-top: 15px;
}

.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-us .accordion-list span {
    color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
    display: none;
}

.why-us .accordion-list a.collapsed {
    color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
    color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1024px) {

    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }

    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img {
        min-height: 200px;
    }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

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

.skills .content ul li {
    padding-bottom: 10px;
}

.skills .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #47b2e4;
}

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

.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: #000000;
}

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

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

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

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.services .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.services .icon-box:hover::before {
    transform: scaleX(1);
}

.services .icon-box .icon {
    margin-bottom: 20px;
}

.services .icon-box .icon i {
    color: #47b2e4;
    font-size: 36px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.services .icon-box h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: -0.01em;
}

.services .icon-box h4 a {
    color: #1d1d1f;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.services .icon-box p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 0;
    color: #6e6e73;
}

.services .icon-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.12);
}

.services .icon-box:hover .icon i {
    transform: scale(1.1);
}

.services .icon-box:hover h4 a {
    color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #47b2e4;
    background-size: cover;
    padding: 120px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    background: #1f303a;
    border: 2px solid #1f303a;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
    color: #fff;
}

/* Section CTAs: dark and larger (hero remains gradient) */
.cta .cta-btn {
    background: #1f303a !important;
    border: 2px solid #1f303a !important;
    color: #fff !important;
    padding: 16px 48px !important;
    font-size: 18px !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.cta .cta-btn:hover {
    background: #2b4250 !important;
    border-color: #2b4250 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.25) !important;
}

/* Ebook CTA sizing to match larger section CTAs */
.ebook-btn {
    padding: 16px 48px;
    font-size: 18px;
    border-radius: 50px;
}

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

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
/* Ebook Promo Section */
.ebook-promo {
    background: #47b2e4;
    background-size: cover;
    padding: 60px 0;
}

.ebook-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ebook-img-container {
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ebook-img {
    width: 100%;
    height: auto;
    max-height: none;
}

.ebook-content {
    color: #fff;
    padding: 20px;
}

.ebook-promo h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ebook-promo p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
}

.ebook-btn-container {
    margin-top: 20px;
}

.ebook-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    background: #1f303a;
    border: 2px solid #1f303a;
    color: #fff;
    text-decoration: none;
}

.ebook-btn:hover {
    background: #47b2e4;
    border: 2px solid #fff;
    color: #fff;
}

/* Responsywność */
@media (max-width: 991px) {
    .ebook-img-container {
        margin-bottom: 30px;
    }

    .ebook-content {
        text-align: center;
    }

    .ebook-btn-container {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #47b2e4;
    color: #fff;
}

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

.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
}

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

.portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    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: #fff;
    transition: 0.3s;
}

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

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

.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
}

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

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

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.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 #47b2e4;
}

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

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.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 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    height: 100%;
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover {
    transform: translateY(-10px);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #000000;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.team .member .social a i {
    color: #000000;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #47b2e4;
}

.team .member .social a:hover i {
    color: #fff;
}

.team .member .social a+a {
    margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000000;
}

.pricing h4 {
    font-size: 48px;
    color: #000000;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    color: #47b2e4;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.pricing ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
    background: #47b2e4;
    color: #fff;
}

.pricing .featured {
    border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
    background: #47b2e4;
    color: #fff;
}

.pricing .featured .buy-btn:hover {
    background: #23a3df;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq a {
    color: #000000;
}

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

.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: #47b2e4;
}

.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: #000000;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: #47b2e4;
}

.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 {
    border-top: 3px solid #47b2e4;
    border-bottom: 3px solid #47b2e4;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
    font-size: 20px;
    color: #47b2e4;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1f303a;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #47b2e4;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #47b2e4;
    color: #fff;
}

.contact .custom-form {
    width: 100%;
    border-radius: 16px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(71, 178, 228, 0.1);
    position: relative;
    overflow: hidden;
}

.contact .custom-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
}

.contact .custom-form .form-group {
    padding-bottom: 8px;
}

.contact .custom-form .validate {
    display: none;
    color: #ff3b30;
    margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 13px;
}

.contact .custom-form .error-message {
    display: none;
    color: #fff;
    background: linear-gradient(135deg, #ff3b30 0%, #d70015 100%);
    text-align: left;
    padding: 16px 20px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(255, 59, 48, 0.3);
}

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

.contact .custom-form .sent-message {
    display: none;
    color: #fff;
    background: linear-gradient(135deg, #30d158 0%, #28a745 100%);
    text-align: center;
    padding: 16px 20px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(48, 209, 88, 0.3);
}

.contact .custom-form .loading {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 20px;
    border-radius: 12px;
}

.contact .custom-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #47b2e4;
    border-top-color: transparent;
    animation: animate-loading 1s linear infinite;
}

.contact .custom-form .form-group {
    margin-bottom: 24px;
}

.contact .custom-form label {
    padding-bottom: 8px;
    font-weight: 500;
    color: #1d1d1f;
    font-size: 15px;
}

.contact .custom-form input,
.contact .custom-form textarea {
    border-radius: 12px;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.contact .custom-form input:focus,
.contact .custom-form textarea:focus {
    border-color: #47b2e4;
    box-shadow: 0 0 0 4px rgba(71, 178, 228, 0.1);
    background: rgba(255, 255, 255, 1);
    outline: none;
}

.contact .custom-form input {
    height: 52px;
    padding: 0 16px;
}

.contact .custom-form textarea {
    padding: 16px;
    min-height: 120px;
    resize: vertical;
}

.contact .custom-form button[type=submit] {
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
    border: none;
    padding: 16px 40px;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.025em;
    box-shadow: 0 8px 32px rgba(71, 178, 228, 0.3);
    position: relative;
    overflow: hidden;
}

.contact .custom-form button[type=submit]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.contact .custom-form button[type=submit]:hover::before {
    left: 100%;
}

.contact .custom-form button[type=submit]:hover {
    background: linear-gradient(135deg, #3594c3 0%, #2d7ab5 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.4);
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 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: #4668a2;
    content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #000000;
}

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

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

.footer-newsletter form {
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
}

.footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.footer-newsletter form input[type=text] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    background: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.footer-newsletter form input[type=submit] {
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #47b2e4;
    border-color: #47b2e4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

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

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

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

.footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}

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

.footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    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: #47b2e4;
    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: #47b2e4;
}

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

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

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#footer .copyright {
    float: left;
}

#footer .credits {
    float: right;
    font-size: 13px;
}

#footer .credits a {
    transition: 0.3s;
}

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

.getstarted,
.getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    font-size: 14px;
    background-color: #47b2e4;
    border: 2px solid #47b2e4;
    font-weight: 600;
    color: white;
}

.getstarted:hover,
.getstarted:focus:hover {
    color: #fff;
    background: #209dd8;
}

@media (max-width: 768px) {
    .info-nav {
        font-size: 13px !important;
    }
}

.author-img {
    width: 250px; /* Ustawienie mniejszego rozmiaru */
    height: 250px; /* Aby zachować idealny okrąg */
    border-radius: 50%; /* Okrągły kształt */
    border: 4px solid #47b2e4; /* Jasnoniebieska obwódka */
    object-fit: cover; /* Dopasowanie obrazu do okręgu */
}

.form-check-input {
    width: 30px !important; /* Adjust width */
    height: 30px !important; /* Adjust height */
    margin-right: 8px; /* Ensure spacing between checkbox and label */
}

.form-group.form-check {
    display: flex;
    align-items: center; /* Ensure vertical alignment */
}

.contact-text {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #333 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.info p {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
}

.author-container {
    text-align: center !important;
    margin: 0px auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.author-title-text {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #47b2e4 !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.author-name-text {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

.contact-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.center-image {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.author-img-small {
    width: 125px !important;
    height: 125px !important;
    border-radius: 50% !important;
    border: 4px solid #47b2e4 !important;
    object-fit: cover !important;
}

.author-img-business {
    height: 400px !important;
    object-fit: cover !important;
}


/* Custom Author Section Styles */
.pz-author-section {
    background-color: #47b2e4;
    padding: 60px 0;
    padding-bottom: 0px !important;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.pz-section-title {
    text-align: center;
}

.pz-section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #fff;
}

.pz-section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    bottom: 1px;
    left: calc(50% - 60px);
}

.pz-section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 20px);
}

.pz-author-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pz-author-content {
    flex: 0 0 60%;
    padding-right: 30px;
}

.pz-author-content h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.pz-author-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.pz-author-image-wrapper {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    height: 100%;
}

.pz-author-portrait {
    max-height: 550px;
    margin-top: 30px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.pz-author-portrait:hover {
    transform: translateY(-10px);
}

/* Custom Animation for Author Image */
@keyframes pz-float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.pz-float-animation {
    animation: pz-float 3s ease-in-out infinite;
}

/* Responsive styles */
@media (max-width: 991px) {
    .pz-author-container {
        flex-direction: column-reverse;
    }

    .pz-author-content,
    .pz-author-image-wrapper {
        flex: 0 0 100%;
        text-align: center;
        padding-right: 0;
    }

    .pz-author-image-wrapper {
        justify-content: center;
        margin-bottom: 30px;
    }

    .pz-author-portrait {
        max-height: 350px;
    }

    .pz-author-section {
        padding-bottom: 5% !important;
    }
}

@media (max-width: 768px) {
    .pz-author-portrait {
        max-height: 300px;
    }

    .pz-author-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 380px) {
    .mobile-smaller-text {
        font-size: 0.65rem !important;
    }
}

@media (min-width: 380px) and (max-width: 765px) {
    .mobile-smaller-text {
        font-size: 0.75rem !important;
    }
}

.criteria-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    will-change: transform;
    transform: translateZ(0);
}

.criteria-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.criteria-card:hover::before {
    transform: scaleX(1);
}

.criteria-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.12);
}

.criteria-icon {
    margin-bottom: 20px;
    color: #47b2e4;
}

.criteria-card .criteria-icon i {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.criteria-card:hover .criteria-icon i {
    transform: scale(1.1);
}

.criteria-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.criteria-card p {
    color: #444;
    font-size: 14px;
}

.criteria-card:hover h4 {
    color: #000000;
}

.comparison-table th, .comparison-table td {
    text-align: center;
    width: 50%;
    vertical-align: middle;
    padding: 15px;
}

/*===========THANK YOU PAGE =============*/
/* Wspólne style dla stron podziękowań */
.thank-you-page .thank-you-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/* Style dla kart podziękowań */
.thank-you-page .confirmation-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.thank-you-page .ebook-confirmation-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

/* Nagłówek karty */
.thank-you-page .card-header {
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
    color: white;
    text-align: center;
    padding: 35px 20px;
    border-bottom: none;
    position: relative;
}

.thank-you-page .card-header h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

/* Ikona w nagłówku */
.thank-you-page .icon-box {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    backdrop-filter: blur(5px);
}

.thank-you-page .icon-box i {
    font-size: 40px;
    color: white;
}

/* Zawartość karty */
.thank-you-page .card-body {
    padding: 40px;
}

.thank-you-page .message-content {
    text-align: center;
    margin-bottom: 40px;
}

.thank-you-page .lead {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin-bottom: 20px;
}

.thank-you-page .contact-email,
.thank-you-page .contact-phone,
.thank-you-page .meeting-email,
.thank-you-page .meeting-phone {
    font-weight: 700;
}

/* Separator */
.thank-you-page .divider {
    position: relative;
    text-align: center;
    margin: 40px 0;
}

.thank-you-page .divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
    z-index: 0;
}

.thank-you-page .divider span {
    display: inline-block;
    position: relative;
    background: white;
    padding: 0 15px;
    z-index: 1;
}

.thank-you-page .divider i {
    font-size: 24px;
    color: #47b2e4;
}

/* Sekcja następnego kroku */
.thank-you-page .next-action {
    background: #f7fbff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

.thank-you-page .next-action h4 {
    color: #333;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Kontener przycisków */
.thank-you-page .cta-container {
    margin-top: 25px;
}

.thank-you-page .contact-thankyou .cta-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Przyciski */
.thank-you-page .btn-consultation {
    display: inline-block;
    padding: 15px 32px;
    background: #47b2e4;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(71, 178, 228, 0.3);
}

.thank-you-page .btn-consultation span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-page .btn-consultation i {
    margin-right: 8px;
    font-size: 18px;
}

.thank-you-page .btn-consultation:hover {
    background: #3594c3;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(71, 178, 228, 0.4);
    color: #fff;
}

.thank-you-page .ebook-thankyou .btn-consultation {
    text-transform: uppercase;
}

.thank-you-page .btn-learn-more {
    display: inline-block;
    padding: 15px 32px;
    background: #ffffff;
    color: #47b2e4;
    border: 2px solid #47b2e4;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.thank-you-page .btn-learn-more span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-page .btn-learn-more i {
    margin-right: 8px;
    font-size: 18px;
}

.thank-you-page .btn-learn-more:hover {
    background: #f0f9ff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(71, 178, 228, 0.2);
    color: #3594c3;
}

/* Responsywność */
@media (max-width: 768px) {
    .thank-you-page .card-body {
        padding: 25px;
    }

    .thank-you-page .next-action {
        padding: 20px;
    }

    .thank-you-page .contact-thankyou .cta-container {
        flex-direction: column;
    }
}
/*----------------QUIZ------------------------*/

.quiz-step {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-bottom: 40px;
    max-width: 800px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.quiz-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
}

.progress {
    height: 8px;
    border-radius: 12px;
    background-color: rgba(71, 178, 228, 0.1);
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%) !important;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
}

.form-check {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.form-check-input:checked {
    background-color: #47b2e4 !important;
    border-color: #47b2e4 !important;
}

.form-check-input:focus {
    border-color: #47b2e4 !important;
    box-shadow: 0 0 0 0.25rem rgba(71, 178, 228, 0.25) !important;
}

.form-control:focus, .form-select:focus {
    border-color: #47b2e4 !important;
    box-shadow: 0 0 0 4px rgba(71, 178, 228, 0.1) !important;
    background: rgba(255, 255, 255, 1) !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.form-control, .form-select {
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
}

.form-control.is-invalid, .form-select.is-invalid {
    border-color: #ff3b30 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff3b30'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff3b30' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 0 0 0 4px rgba(255, 59, 48, 0.1) !important;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #ff3b30;
    font-weight: 500;
}

.department-selection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.department-selection .form-check {
    margin: 0;
    padding: 5px;
}

.btn-quiz {
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%) !important;
    border: none !important;
    padding: 14px 32px !important;
    color: #fff !important;
    border-radius: 50px !important;
    margin-top: 24px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.025em !important;
    box-shadow: 0 8px 32px rgba(71, 178, 228, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.btn-quiz::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn-quiz:hover::before {
    left: 100%;
}

.btn-quiz:hover {
    background: linear-gradient(135deg, #3594c3 0%, #2d7ab5 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.4) !important;
}

.btn-quiz-back {
    background: rgba(203, 213, 224, 0.8) !important;
    color: #444 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.btn-quiz-back:hover {
    background: rgba(160, 174, 192, 0.9) !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

#nextBtn, #generateBtn, #restartBtn, #submitBtn {
    background-color: #47b2e4 !important;
    color: #fff !important;
}

#tool-intro, #tool-section {
    position: relative;
    width: 100%;
}

#tool-section {
    margin-top: 0;
    padding-top: 0;
}

.report-btn-consultation {
    display: inline-block;
    padding: 15px 32px;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    letter-spacing: 0.025em;
    box-shadow: 0 8px 32px rgba(71, 178, 228, 0.3);
    border: none;
    position: relative;
    overflow: hidden;
}

.report-btn-consultation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.report-btn-consultation:hover::before {
    left: 100%;
}

.report-btn-consultation:hover {
    background: linear-gradient(135deg, #3594c3 0%, #2d7ab5 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.4);
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Consultation Form Components
--------------------------------------------------------------*/
#consultationForm {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}

#consultationForm.has-calendar {
    max-width: 900px;
}

#consultationForm .php-email-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(71, 178, 228, 0.1);
    position: relative;
    overflow: hidden;
}

#consultationForm .php-email-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
}

#consultationForm .form-group {
    margin-bottom: 24px;
}

#consultationForm label {
    font-weight: 500;
    color: #1d1d1f;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}

#consultationForm .form-control {
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
    height: 52px;
}

#consultationForm .form-control:focus {
    border-color: #47b2e4 !important;
    box-shadow: 0 0 0 4px rgba(71, 178, 228, 0.1) !important;
    background: rgba(255, 255, 255, 1) !important;
    outline: none !important;
}

#consultationForm .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #ff3b30;
    font-weight: 500;
}

#consultationForm .loading {
    background: rgba(71, 178, 228, 0.1);
    color: #47b2e4;
    padding: 16px 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#consultationForm .error-message {
    background: linear-gradient(135deg, #ff3b30 0%, #d70015 100%);
    color: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    box-shadow: 0 8px 32px rgba(255, 59, 48, 0.3);
}

.thank-you-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(71, 178, 228, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.thank-you-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #30d158 0%, #28a745 100%);
}

.thank-you-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #30d158 0%, #28a745 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 8px 32px rgba(48, 209, 88, 0.3);
}

.thank-you-icon i {
    font-size: 36px;
    color: #fff;
}

.thank-you-box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.thank-you-box p {
    font-size: 16px;
    color: #6e6e73;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Zencal Calendar Widget Styling */
.zencal-embed {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 16px 64px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(71, 178, 228, 0.1) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    width: 100% !important;
    min-height: 600px !important;
    position: relative !important;
}

.zencal-embed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%);
    z-index: 1;
}

/* Calendar container with extra width */
.calendar-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.calendar-container .row {
    margin: 0 -15px;
}

.calendar-container .col-lg-12 {
    padding: 0 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    #consultationForm .php-email-form,
    .thank-you-box {
        padding: 30px 24px;
    }
    
    #consultationForm {
        margin: 0 16px;
        max-width: calc(100% - 32px);
    }
    
    #consultationForm.has-calendar {
        max-width: calc(100% - 32px);
    }
    
    .thank-you-box h3 {
        font-size: 24px;
    }
    
    .thank-you-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .thank-you-icon i {
        font-size: 28px;
    }
    
    .calendar-container {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .zencal-embed {
        min-height: 500px !important;
    }
}

@media (min-width: 992px) {
    .zencal-embed {
        min-height: 700px !important;
    }
}

/* Additional calendar widget enhancements */
.zencal-embed iframe {
    border-radius: 12px !important;
}

/* Loading state for calendar */
.calendar-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: rgba(71, 178, 228, 0.05);
    border-radius: 16px;
    margin: 20px 0;
}

.calendar-loading .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(71, 178, 228, 0.2);
    border-top: 4px solid #47b2e4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Consultation form button styling enhancement */
#consultationForm .getstarted {
    background: linear-gradient(135deg, #47b2e4 0%, #3594c3 100%) !important;
    border: none !important;
    padding: 16px 40px !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0.025em !important;
    box-shadow: 0 8px 32px rgba(71, 178, 228, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 24px !important;
}

#consultationForm .getstarted::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

#consultationForm .getstarted:hover::before {
    left: 100%;
}

#consultationForm .getstarted:hover {
    background: linear-gradient(135deg, #3594c3 0%, #2d7ab5 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 40px rgba(71, 178, 228, 0.4) !important;
    color: #fff !important;
    text-decoration: none !important;
}
