a:hover{
    transform: scale(1.08);
    transition: 0.1s;
}

.brand-wordmark:hover {
    transform: none;
}

.icon-home {
    color: #3498db; /* Blue */
}

.icon-services {
    color: #e67e22; /* Orange */
}

.icon-plans {
    color: #27ae60; /* Green */
}

/* Optional: Add hover effects for icons */
.icon-home:hover {
    color: #2980b9; /* Darker Blue */
}

.icon-services:hover {
    color: #d35400; /* Darker Orange */
}

.icon-plans:hover {
    color: #1e8449; /* Darker Green */
}

.text-dark-blue {
    color: #2c3e50;
}

.btn-dark-blue {
    background-color: #2c3e50;
    color: #fff;
    border-color: #2c3e50;
    transition: all 0.3s ease;
}

.btn-dark-blue:hover {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff;
}

.custom-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-input:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 5px rgba(44, 62, 80, 0.3);
}


.main-container{
    min-height: 100vh !important;
}

.btn-dark-blue {
    background-color: #2c3e50;
    color: #fff;
    border-color: #2c3e50;
    transition: all 0.3s ease;
}

.btn-dark-blue:hover {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff;
}

.btn-outline-dark-blue {
    color: #2c3e50;
    border-color: #2c3e50;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-outline-dark-blue:hover {
    background-color: #2c3e50;
    color: #fff;
}

/* Hero Section */
.hero-image {
    max-width: 100%;
    border-radius: 8px;
}

/* Features Section */
.fa-3x {
    font-size: 3rem;
}

.row h5 {
    color: #2c3e50;
}

.section-hero {
    background: #ffffff;
    color: #2c3e50;
}

/* ===== Welcome / Landing page hero ===== */

.hero_section {
    display: flex;
    align-items: stretch;
    min-height: calc(100vh - 80px);
    gap: 120px;
    overflow: hidden;
}

.mascot_wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    padding: 88px 0 27px 0;
}

.mascot_card {
    position: relative;
    background: #d9bcfb;
    border-radius: 0 115px 115px 0;
    width: 548px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mascot_card::after {
    content: '';
    position: absolute;
    top: 65%;
    left: 5%;
    width: 240px;
    height: 110px;
    background: radial-gradient(ellipse at center, rgba(80, 50, 130, 0.55) 0%, transparent 68%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.mascot_card img {
    width: 65%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    position: relative;
    z-index: 1;
}

.right__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3em;
    padding: 117px 60px 40px 0;
    margin-top: 100px;
}

.heading__info {
    display: flex;
    flex-direction: column;
    gap: -1.1rem;
}

.heading {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 67.0476px;
    line-height: 81px;
    color: #535862;
    margin: 0;
}

.description {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #535862;
    margin: 10px 0 13px 0;
    max-width: 860px;
}

.get_started_btn {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13px 18px;
    text-decoration: none;
    width: 125.23px;
    height: 50.82px;
    background: linear-gradient(180deg, #8371f7 0%, #5d48d6 100%);
    box-shadow:
        0px 0.84px 1.68px rgba(10, 13, 18, 0.05),
        inset 0px 0px 0px 0.84px rgba(10, 13, 18, 0.18),
        inset 0px -1.68px 0px rgba(10, 13, 18, 0.05);
    border-radius: 8.47784px;
    border: none;
    color: #fff !important;
    font-size: 15.9px;
    font-weight: 300;
    white-space: nowrap;
}

.get_started_btn:hover {
    background: linear-gradient(180deg, #6f5df5 0%, #4c39c9 100%);
    box-shadow: 0px 3px 8px rgba(10, 13, 18, 0.22);
    color: #fff !important;
    text-decoration: none;
}

.learn_more_btn {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13px 18px;
    width: 123.23px;
    height: 50.82px;
    box-shadow:
        inset 0px 0px 0px 0.84px rgba(10, 13, 18, 0.18),
        inset 0px -1.68px 0px rgba(10, 13, 18, 0.05);
    filter: drop-shadow(0px 0.84px 1.68px rgba(10, 13, 18, 0.05));
    border-radius: 8.47784px;
    color: #4a75ec;
    font-weight: 300;
    font-size: 16px;
    background: transparent;
    text-decoration: none;
    white-space: nowrap;
}

.learn_more_btn:hover {
    background: rgba(10, 13, 18, 0.04);
    color: #333;
    text-decoration: none;
}

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

.partener_wrapper img { display: block; }

@media (max-width: 1280px) {
    .heading { font-size: 52px; line-height: 64px; }
    .mascot_card { width: 340px; }
    .hero_section { gap: 60px; }
    .mascot_wrapper { padding: 80px 0 60px; }
}

@media (max-width: 1024px) {
    .heading { font-size: 40px; line-height: 50px; }
    .description { font-size: 17px; }
    .mascot_card { width: 280px; border-radius: 0 60px 60px 0; }
    .hero_section { gap: 40px; }
    .mascot_wrapper { padding: 60px 0 50px; }
    .right__info { padding-right: 24px;}
}

@media (max-width: 768px) {
    .hero_section {
        flex-direction: column;
        min-height: auto;
        gap: 0;
    }
    .mascot_wrapper {
        width: 100%;
        height: 300px;
        padding: 0;
        align-items: stretch;
    }
    .mascot_card {
        width: 100%;
        height: 100%;
        border-radius: 0 0 48px 48px;
    }
    .mascot_card img { width: 50%; max-height: 90%; }
    .right__info {
        padding: 32px 24px;
        max-width: 100%;
        gap: 2em;
    }
    .heading { font-size: 28px; line-height: 1.3; }
    .description { font-size: 15px; line-height: 22px; }
    .partener_wrapper { justify-content: center; }
    .partener_wrapper img { max-width: 100%; height: auto; }
}

@media (max-width: 480px) {
    .heading { font-size: 24px; }
    .get_started_btn, .learn_more_btn { width: auto; }
}

/* Hero Section Buttons */
.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background-color: #ffffff;
    color: #2c3e50;
}

.btn-light {
    background-color: #ffffff;
    color: #2c3e50;
    border: none;
}

.btn-light:hover {
    background-color: #f1f1f1;
}

/* Image Styling */
.section-hero img {
    max-width: 100%;
}

/* Section Background */
.section-services {
    background-color: #f8f9fa; /* Light Gray */
    border-radius: 8px;
}

/* Card Styles */
.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Icon Colors */
.text-service-blue {
    color: #3498db; /* Blue */
}

.text-service-green {
    color: #2ecc71; /* Green */
}

.text-service-purple {
    color: #9b59b6; /* Purple */
}

/* Section Title */
.section-services h2 {
    font-weight: bold;
    color: #2c3e50;
}

/* Description Text */
.section-services p {
    font-size: 1rem;
    color: #6c757d;
}

.section-plans {
    background-color: #f8f9fa;
    border-radius: 8px;
}

/* Card Styles */
.plan-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Pricing Styles */
.plan-card h2 {
    font-size: 2rem;
    font-weight: bold;
}

.plan-card ul li {
    margin-bottom: 10px;
}

/* Button */
.btn-dark-blue {
    background-color: #2c3e50;
    color: #fff;
    border-color: #2c3e50;
    transition: all 0.3s ease;
}

.btn-dark-blue:hover {
    background-color: #34495e;
    border-color: #34495e;
}

.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.video-container video {
    object-fit: cover;
    max-height: 400px; /* Adjust as needed */
}

.nav-link {
    text-decoration: none;
    font-weight: 500;
    color: #2c3e50; /* Dark blue color for text */
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    background-color: #f8f9fa; /* Light background for button */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-link:hover {
    color: #ffffff; /* Change text color on hover */
    background-color: #2c3e50; /* Change background color on hover */
    border-color: #2c3e50; /* Add border on hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); /* Elevate on hover */
}

.icon-home,
.icon-services,
.icon-plans {
    font-size: 1.2rem;
    color: #2c3e50;
    transition: color 0.3s ease;
}

.nav-link:hover .icon-home,
.nav-link:hover .icon-services,
.nav-link:hover .icon-plans {
    color: #ffffff; /* Change icon color on hover */
}

.production-warning {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 9999;
}