/* Fonts */
:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Poppins", sans-serif;
    --nav-font: "georgia", sans-serif;
    --bs-primary: #009bd7;  Your new primary blue 

}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #ffffff;  /*Background color for the entire website, including individual sections */
    --default-color: #444444;  /*Default color used for the majority of the text content across the entire website */
    --heading-color: #2c4964;  /*Color for headings, subheadings and title throughout the website */
    --accent-color: #1977cc;  /*Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff;  /*The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff;  /*Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
    --bs-primary: #009bd7;  /*Your new primary blue */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
/*:root {
    --nav-color: #2c4964;*/ /* The default color of the main navmenu links */
    /*--nav-hover-color: #1977cc;*/ /* Applied to main navmenu links when they are hovered over or active */
    /*--nav-mobile-background-color: #ffffff;*/ /* Used as the background color for mobile navigation menu */
    /*--nav-dropdown-background-color: #ffffff;*/ /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    /*--nav-dropdown-color: #2c4964;*/ /* Used for navigation links of the dropdown items in the navigation menu. */
    /*--nav-dropdown-hover-color: #1977cc;*/ /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
/*}*/

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */
.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
    background-color: #005fa3 !important;
    border-color: #005fa3 !important;
}
/* Background primary override */
.bg-primary {
    background-color: var(--bs-primary) !important;
    color: #fff !important; /* Ensure text contrast */
}

/* Border primary override */
.border-primary {
    border-color: var(--bs-primary) !important;
}

.dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
    scroll-behavior: smooth;
}



/************************************************************************/
/* Base Reset Overrides */
body {
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    color: #333;
    background-color: #ffffff;
    line-height: 1.6;
}
body > header + main {
    padding-top: 80px;
}

@media (max-width: 768px) {
    body > header + main {
        padding-top: 80px; /* If nav gets taller on mobile */
    }
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Header */
.navbar-brand img {
    height: 48px;
}

.navbar {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* Buttons */
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
}

/* Headings */
h1, h2, h3, h4, h5 {
    font-weight: 600;
}

/* Sections */
section {
    padding: 3rem 0;
}

/* Footer */
footer {
    background-color: #f8f9fa;
    color: #6c757d;
    padding: 2rem 0;
    border-top: 1px solid #dee2e6;
}

footer a {
    color: #6c757d;
}

footer a:hover {
    color: #343a40;
}

/* Utility spacing if needed */
.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.text-center {
    text-align: center !important;
}

#stats {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#pricing-sections {
    margin-top: 0;
}

body > header + section {
    margin-top: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
    font-size: 2rem;
    font-weight: 700;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        display: flex;
        align-items: flex-start;
        margin-top: 40px;
    }

    .about .content ul i {
        flex-shrink: 0;
        font-size: 48px;
        color: var(--accent-color);
        margin-right: 20px;
    }

    .about .content ul h5 {
        font-size: 18px;
        font-weight: 700;
    }

    .about .content ul p {
        font-size: 15px;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .pulsating-play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}


/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

    .pulsating-play-btn:before {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        animation-delay: 0s;
        animation: pulsate-play-btn 2s;
        animation-direction: forwards;
        animation-iteration-count: infinite;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .pulsating-play-btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .pulsating-play-btn:hover:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        animation: none;
        border-radius: 0;
    }

    .pulsating-play-btn:hover:after {
        border-left: 15px solid var(--accent-color);
        transform: scale(20);
    }

@keyframes pulsate-play-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-indicators [data-bs-target] {
    background-color: #ccc; /* light gray */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    border: none;
}

.carousel-indicators .active {
    background-color: #666; /* darker gray for active */
}

.custom-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background: none;
}

.carousel-control-prev.custom-carousel-control {
    left: -3rem;
}

.carousel-control-next.custom-carousel-control {
    right: -3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 1rem;
}

@media (max-width: 768px) {
    .carousel-control-prev.custom-carousel-control {
        left: -1rem;
    }

    .carousel-control-next.custom-carousel-control {
        right: -1rem;
    }
}


