body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.custom-navbar-shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-name {
    color: #fff;
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    .site-name {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .site-name {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .site-name {
        font-size: 1.25rem;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .offcanvas-body {
        padding-top: 1rem;
    }
    .offcanvas-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .custom-close-button {
        filter: invert(1) grayscale(100%) brightness(200%);
    }
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.3s ease;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff69b4; /* Pink */
}

.offcanvas-body .navbar-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Custom Colors */
.custom-pink-text {
    color: #ff69b4; /* Hot Pink */
}

.custom-pink-bg {
    background-color: #ff69b4; /* Hot Pink */
}

.custom-turquoise-text {
    color: #20c997; /* Teal/Turquoise */
}

.custom-turquoise-bg {
    background-color: #20c997; /* Teal/Turquoise */
}

.custom-btn-pink {
    background-color: #ff69b4;
    border-color: #ff69b4;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-btn-pink:hover {
    background-color: #e05c9f;
    border-color: #e05c9f;
    color: #fff;
}

.custom-link-color {
    color: #ff69b4;
}

.custom-link-color:hover {
    color: #e05c9f;
}

.hover-pink:hover {
    color: #ff69b4 !important;
}

.custom-heading-color {
    color: #212529; /* Dark text for headings on light backgrounds */
}

/* Responsive Headings */
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2.25rem;
    }
    h4 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
}

/* Hero Section */
.hero-section {
    min-height: 80vh;
    background-color: #333;
    position: relative;
    padding-top: 100px; /* Adjust for fixed navbar */
}

.hero-background-img {
    top: 0;
    left: 0;
    filter: brightness(0.5);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    z-index: 0;
}

.custom-card-hero {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

/* About Section */
.custom-slogan-bg {
    border-left: 5px solid #ff69b4;
    background-color: #f0f2f5;
}

.custom-slogan-text {
    color: #333;
}

/* Services Section */
.custom-bg-gradient-pink {
    background: linear-gradient(135deg, #333, #1a1a1a);

    .text-muted{
        color: #fff !important;
    }
}

.problem-solution-row {
    background-color: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-bg-light-pink {
    background-color: #3a3a3a;
}

.custom-problem-card, .custom-solution-card {
    background-color: transparent;
    border: none;
}

.problem-solution-row h3 {
    font-size: 1.8rem;
}

.problem-solution-row p {
    font-size: 1rem;
}

@media (max-width: 767px) {
    .problem-solution-row h3 {
        font-size: 1.5rem;
    }
    .problem-solution-row p {
        font-size: 0.9rem;
    }
}

/* FAQ Section */
.custom-accordion-item {
    border: 1px solid #20c997;
}

.custom-accordion-button {
    background-color: #fff;
    color: #333;
    font-size: 1.1rem;
}

.custom-accordion-button:not(.collapsed) {
    color: #ff69b4;
    background-color: #f8f9fa;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.custom-accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff69b4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.custom-accordion-body {
    font-size: 0.95rem;
    color: #555;
}

/* Pricing Section (Timeline) */
.custom-bg-gradient-dark {
    background: linear-gradient(135deg, #1a1a1a, #000);

    .text-muted{
        color: #fff !important;
    }
}

.timeline-container {
    position: relative;
    padding: 20px 0;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #444;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.timeline-item:nth-child(even) {
    text-align: right;
}

.timeline-dot {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border: 2px solid #fff;
}

.timeline-content {
    width: 45%;
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.timeline-item:nth-child(odd) .timeline-content {
    left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
    right: 0;
    margin-left: auto;
}

@media (max-width: 767px) {
    .timeline-container::before {
        left: 20px;
    }
    .timeline-dot {
        left: 20px;
        transform: translateX(-50%);
    }
    .timeline-content {
        width: calc(100% - 60px);
        margin-left: 60px;
        text-align: left;
    }
    .timeline-item:nth-child(even) .timeline-content {
        margin-left: 60px;
    }
    .timeline-item:nth-child(even) {
        text-align: left;
    }
}

/* Team Section */
.team-card {
    background-color: #fff;
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.team-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #ff69b4;
}

/* Stats Section */
.custom-card-stats {
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-card-stats h3 {
    font-size: 2rem;
}

@media (max-width: 767px) {
    .custom-card-stats h3 {
        font-size: 1.5rem;
    }
}

/* How It Works Section */
.how-it-works-process {
    position: relative;
}

.process-step {
    position: relative;
    z-index: 1;
}

.process-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .how-it-works-process .col-md-4:not(:last-child)::after {
        display: none;
    }
    .process-step::after {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 50%;
        width: 2px;
        height: 50px;
        background: repeating-linear-gradient(to bottom, #ccc 0, #ccc 5px, transparent 5px, transparent 10px);
        transform: translateX(-50%);
        z-index: 0;
    }
    .how-it-works-process .col-md-4:last-child .process-step::after {
        display: none;
    }
}

/* Contact Form Section */
.custom-card-contact {
    background-color: #fff;
    color: #333;
    border: 1px solid #eee;
}

.form-control:focus {
    border-color: #ff69b4;
    box-shadow: 0 0 0 0.25rem rgba(255, 105, 180, 0.25);
}

/* Footer Section */
.footer-section {
    background-color: #000;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ff69b4;
}

/* Cookie Consent Modal */
#cookieConsentModal {
    z-index: 10509;
}

#cookieConsentModal .modal-content {
    background-color: #fff;
    color: #333;
}

#cookieConsentModal .form-check-input:checked {
    background-color: #ff69b4;
    border-color: #ff69b4;
}

#cookieConsentModal .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 105, 180, 0.25);
}

#cookieConsentModal .btn-primary {
    background-color: #ff69b4;
    border-color: #ff69b4;
}

#cookieConsentModal .btn-primary:hover {
    background-color: #e05c9f;
    border-color: #e05c9f;
}

#cookieConsentModal .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

#cookieConsentModal .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #fff;
}

#cookieConsentModal .btn-success {
    background-color: #20c997;
    border-color: #20c997;
}

#cookieConsentModal .btn-success:hover {
    background-color: #1aa07d;
    border-color: #1aa07d;
}

.modal-dialog-centered {
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.modal-footer.flex-column .btn {
    width: 100%;
    white-space: normal;
    word-break: break-word;
    text-align: center;
}
/* Container padding for the legal content box */
.legalFoldBox {
    padding: 25px; /* Adds space around the content inside the box */
}

/* Heading 1 styling within legalFoldBox */
.legalFoldBox h1 {
    font-size: 1.8em; /* Moderate font size for main heading */
    margin-top: 1.8em; /* Space above the heading */
    margin-bottom: 0.8em; /* Space below the heading */
    font-weight: 700; /* Bold font weight */
    line-height: 1.2; /* Tighter line height for headings */
}

/* Heading 2 styling within legalFoldBox */
.legalFoldBox h2 {
    font-size: 1.5em; /* Moderate font size for sub-heading */
    margin-top: 1.5em;
    margin-bottom: 0.7em;
    font-weight: 700;
    line-height: 1.2;
}

/* Heading 3 styling within legalFoldBox */
.legalFoldBox h3 {
    font-size: 1.2em; /* Smaller font size for sub-sub-heading */
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    font-weight: 700;
    line-height: 1.3;
}

/* Heading 4 styling within legalFoldBox */
.legalFoldBox h4 {
    font-size: 1.1em; /* Even smaller, more like a strong paragraph title */
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.4;
}

/* Heading 5 styling within legalFoldBox */
.legalFoldBox h5 {
    font-size: 1em; /* Similar to paragraph text but bold */
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    font-weight: 700;
    line-height: 1.4;
}

/* Paragraph styling within legalFoldBox */
.legalFoldBox p {
    margin-bottom: 1em; /* Space between paragraphs for readability */
    line-height: 1.6; /* Improved line height for body text */
}

/* Unordered list styling within legalFoldBox */
.legalFoldBox ul {
    margin-top: 1em; /* Space above the list */
    margin-bottom: 1em; /* Space below the list */
    padding-left: 25px; /* Indentation for bullet points */
    list-style-type: disc; /* Standard disc bullet style */
}

/* List item styling within legalFoldBox */
.legalFoldBox li {
    margin-bottom: 0.5em; /* Space between individual list items */
    line-height: 1.5; /* Line height for list item text */
}


section{
    overflow: hidden;
}