

/* Typography System */
:root {
    --primary-color: #00695c; /* Dark Teal/Green from image */
    --primary-color-darker: #004d40;
    --secondary-color: #f57c00; /* Orange accent for "Enroll Now" */
    --text-dark: #212529;
    --text-muted-custom: #6c757d;
    --section-bg-light: #f8f9fa;
    --card-border-color: #dee2e6;
    --font-family-rubik: 'Rubik', sans-serif;
}

body, p, span, li, a, button, input, textarea, select {
  font-family: var(--font-family-rubik) !important;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-rubik) !important;
  font-weight: 700;
  letter-spacing: -0.015em;
}

h2 {
  font-size: 2.2rem !important;
}

.highlight, .special, strong, em {
  font-family: var(--font-family-rubik) !important;
}

.section-title {
    color: #001732 !important; /* Example: #1a3a53; */
}

.text-muted {
    color: #121212 !important ;
}

/* Top Offer Bar */
.top-offer-bar {
    background-color: #d32f2f; /* Reddish color from image */
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}
.top-offer-bar .fa-star {
    color: #ffeb3b; /* Yellow star */
    margin: 0 5px;
}

/* Custom Navbar */
.custom-navbar {
    border-bottom: 1px solid #e0e0e0;
}
.enroll-now-btn {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
}
.enroll-now-btn:hover {
    background-color: #e65100; /* Darker orange */
    border-color: #e65100;
}

/* Hero Section 1 */
.hero-section-1 {
    background-color: #e0f2f1; /* Light teal/blue background */
}
.hero-section-1:not(.section_bg_1) .row {
    justify-content: space-between !important;
}
.hero-section-1:not(.section_bg_1) .row > :first-child {
    margin-right: auto !important;
}
.hero-section-1:not(.section_bg_1) .row > :nth-child(2) {
    display: none !important;
}
.sales-logo {
   /* max-height: 40px;  Adjust as needed */
    max-height: 40px;
}
.editor-choice-separator {
    font-size: 2rem;
    color: #ccc;
    margin: 0 0px;
    line-height: 1;
}
.play-button-container {
    margin-top: 3rem; /* Adjust as needed */
}
.play-button {
    display: inline-block;
    width: 120px;
    height: 120px;
  
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    line-height: 80px; /* Vertically center icon */
    text-align: center;
    transition: transform 0.2s ease-in-out;
}
.play-button:hover {
    transform: scale(1.1);
    color: white;
}

/* Hero Section 2 */
.hero-section-2 {
    background-color: var(--primary-color);
    /* For the wavy top, you'd use SVG or complex CSS. Placeholder for now. */
    position: relative; /* Needed for pseudo-elements if used for wave */
    padding-bottom: 100px; /* Extra padding if testimonial overlaps */
}
/* Simple wavy effect (replace with SVG for accuracy) */
.hero-section-2::before {
    content: '';
    position: absolute;
    top: -30px; /* Adjust as needed */
    left: 0;
    width: 100%;
    height: 60px; /* Adjust height of the wave */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 100"><path fill="%23e0f2f1" fill-opacity="1" d="M0,64L48,58.7C96,53,192,43,288,48C384,53,480,75,576,80C672,85,768,75,864,69.3C960,64,1056,64,1152,58.7C1248,53,1344,43,1392,37.3L1440,32L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; /* Adjust to align wave */
    z-index: 0; /* Behind content */
}
.hero-section-2 > .container {
    position: relative;
    z-index: 1;
}

.testimonial-hero {
    max-width: 700px; /* Control width of testimonial */
    margin-top: -50px !important; /* Pull up over the green background */
    position: relative;
    z-index: 10;
}
.testimonial-hero .card {
    border: none;
    border-radius: 10px;
}
.testimonial-hero .stars .fa-star {
    color: #ffc107; /* Gold stars */
}

/* 15-Day Free Trial CTA */
.book-now-btn {
    background-color: var(--primary-color-darker);
    border-color: var(--primary-color-darker);
    color: white;
    font-weight: bold;
    padding: 0.75rem 2rem;
}
.book-now-btn:hover {
    background-color: #00382e;
    border-color: #00382e;
    color: white;
}

/* Expertise Section */
.feature-item h3 {
    color: #001732;
}
.feature-toggle-btn {
    font-size: 1.5rem;
    color: var(--primary-color);
    text-decoration: none;
}
.feature-toggle-btn:hover {
    color: var(--primary-color-darker);
}
.feature-list li {
    margin-bottom: 0.5rem;
    color: #121212 !important;
}
.feature-list .fa-check-circle {
    color: var(--primary-color) !important; /* Or #28a745 bootstrap success */
}

/* Clients & Certifications Section */
.clients-section, .certifications-section {
    background-color: var(--section-bg-light);
}


.client-logo-box, .cert-logo-box {
   
    background-color: white;
    border-radius: 8px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px; /* Or adjust based on logo aspect ratios */
}
.client-logo-box img, .cert-logo-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.certifications-section {
    background-color: white; /* As per image */
}

/* Valuable Features Accordion */
.valuable-features-section {
    background-color: var(--primary-color);
    color: white;
}
/* .valuable-features-section .section-title,
.valuable-features-section .text-muted {
    color: white !important;
} */
.valuable-features-section .accordion-item {
   
    border: none; /* Remove default borders if needed */
    margin-bottom: 10px; /* Spacing between items */
    border-radius: 8px;
}
.valuable-features-section .accordion-button {
    background-color: var(--primary-color-darker); /* Darker header for accordion button */
    color: white;
    font-size:20px;
    border-radius: 8px !important; /* Override Bootstrap's square corners */
}
.valuable-features-section .accordion-button:not(.collapsed) {
    background-color: white; /* White when expanded, as per image */
    color: var(--primary-color);
    box-shadow: none;
}
.valuable-features-section .accordion-button::after { /* Arrow icon */
    filter: brightness(0) invert(1); /* Make default Bootstrap arrow white */
}
/* .valuable-features-section .accordion-button:not(.collapsed)::after {
    filter: none; 
    color: red;
} */
.valuable-features-section .accordion-body {
    background-color: #134b4a;
    color: #fff;
    margin-top: -8px;
    padding: 1.5rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.valuable-features-section .accordion-body ul {
    list-style-type: disc;
    padding-left: 20px;
}
.valuable-features-section .accordion-body ul li {
    margin-bottom: 0.5rem;
}

/* Specific styling for the "Order Management" accordion item that is open by default in the image */
.custom-accordion-button-active {
    background-color: white !important;
    color: var(--primary-color) !important;
}
/* .custom-accordion-button-active::after {
    filter: none !important; 
} */


/* Trusted Clients Say Section */
.testimonial-card {
    background-color: #f8f9fa; /* Light grey background for card */
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.testimonial-card hr {
    border-top: 1px solid #ccc;
}

/* Applicable Channels Section */
.applicable-channels-section {
    background-color: var(--section-bg-light);
}
.channel-icon-container {
    width: 100px;
    height: 100px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.channel-icon-container i {
    font-size: 2.5rem; /* Adjust icon size */
}

/* Equal height cards inside pricing owl carousel */
.pricing-section .owl-stage {
    display: flex !important;
}
.pricing-section .owl-item {
    display: flex !important;
    flex-flow: column nowrap;
}
.pricing-section .owl-item > div {
    display: flex !important;
    flex-grow: 1;
    width: 100%;
}
.pricing-section .pricing-card {
    height: 100% !important;
}

/* Pricing Section Redesign */
.pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px !important;
    padding: 2.5rem 2rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    min-height: 580px;
    display: flex;
    flex-direction: column;
}
.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: var(--primary-color);
}
.pricing-card .card-title {
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 auto 1.5rem auto;
    width: fit-content;
}

/* Plan Badge Customizations */
.pricing-card[data-plan-name="basic"] .card-title {
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1;
}

.pricing-card[data-plan-name="growth"] .card-title {
    background-color: #fff3e0 !important;
    color: #e65100 !important;
    border: 1px solid #ffe0b2;
}

.pricing-card[data-plan-name="enterprise"] .card-title {
    background-color: #e0f2f1 !important;
    color: #004d40 !important;
    border: 1px solid #b2dfdb;
}
.pricing-card .card-price {
    color: var(--primary-color);
    font-size: 2.75rem !important;
    font-weight: 800;
}
.pricing-card .card-price .period {
    font-size: 0.95rem;
    font-weight: 500;
    color: #64748b;
}
.pricing-card ul {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.pricing-card ul li {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}
.pricing-card ul li i {
    font-size: 1rem;
    margin-right: 0.75rem;
}
.pricing-card .btn {
    border-radius: 10px !important;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.2s ease;
}
.pricing-card .btn-outline-primary {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.pricing-card .btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.popular-plan {
    border: 2px solid var(--primary-color) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 105, 92, 0.1), 0 4px 6px -2px rgba(0, 105, 92, 0.05);
    transform: scale(1.02);
}
.popular-plan:hover {
    transform: translateY(-8px) scale(1.02);
}
.popular-plan .btn-primary {
    background-color: var(--primary-color);
    border: none;
    color: #ffffff;
}
.popular-plan .btn-primary:hover {
    background-color: var(--primary-color-darker);
}


/* Footer */
.footer-section {
    background-color: var(--primary-color-darker); /* Very dark teal/green */
}
.footer-section h5 {
    color: #a7ffeb; /* Lighter accent for headings */
}
.footer-section a:hover {
    text-decoration: underline !important;
    color: #e0f2f1 !important;
}
.footer-section .social-icons a {
    transition: color 0.2s;
}
.footer-section .social-icons a:hover {
    color: #a7ffeb !important;
}
.footer-section .input-group .form-control {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    color: white;
}
.footer-section .input-group .form-control::placeholder {
    color: rgba(255,255,255,0.6);
}
.footer-section .input-group .btn-light {
    background-color: white;
    color: var(--primary-color-darker);
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .hero-section-2 {
        padding-bottom: 150px; /* More space for testimonial on small screens */
    }
    .testimonial-hero {
        margin-top: -100px !important; /* Adjust pull-up for mobile */
    }
    .feature-item .row {
        flex-direction: column;
        padding: 15px;
    }
    .feature-item .row.flex-md-row-reverse { /* Undo reverse for mobile */
        flex-direction: column !important;
        padding: 15px;
    }
    .feature-item .col-md-6 {
        text-align: left !important; /* Center text content on mobile */
    }
    .feature-item img {
        max-width: 100%;
    }
    .footer-section .text-md-end {
        text-align: center !important;
    }
    .footer-section .text-md-start {
        text-align: center !important;
    }
}


/* Top Offer Bar - Marquee */
.top-offer-bar {
    background-color: #d32f2f; /* Reddish color from image */
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    /* py-2 from Bootstrap handles vertical padding */
    overflow: hidden; /* Essential: Hides the content outside the bar */
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden; /* This acts as the viewport for the scrolling content */
}

.marquee-content {
    display: flex; /* Aligns spans in a row */
    width: fit-content; /* The width will be determined by its content (the two spans) */
    animation: marquee-animation 55s linear infinite; /* Adjust duration for speed (e.g., 20s, 25s, 30s) */
}

.marquee-content span {
    /* Each span is one full instance of the scrolling content */
    white-space: nowrap; /* Prevent text within a span from wrapping */
    padding-right: 3rem; /* Creates a visual gap between the end of the first instance and the start of the second */
    flex-shrink: 0; /* Prevents the spans from shrinking if flexbox tries to fit them in a smaller space */
}

/* Styling for the stars, same as before */
.top-offer-bar .fa-star {
    color: #ffeb3b; /* Yellow star */
    margin: 0 5px;
}

@keyframes marquee-animation {
    0% {
        transform: translateX(0%); /* Starts with the first span visible */
    }
    100% {
        transform: translateX(-50%); /* Moves left by exactly the width of one span (half of .marquee-content's total width) */
                                     /* This brings the second span perfectly into the starting position of the first for a seamless loop */
    }
}

/* Optional: Pause animation on hover for better readability/UX */
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}


/* /////////////////////////////////// */

/* Top Offer Bar - Marquee */
.top-offer-bar1 {
    background-color: #fff; /* Reddish color from image */
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    /* py-2 from Bootstrap handles vertical padding */
    overflow: hidden; /* Essential: Hides the content outside the bar */
}

.marquee-wrapper1 {
    width: 100%;
    overflow: hidden; /* This acts as the viewport for the scrolling content */
}

.marquee-content1 {
    display: flex; /* Aligns spans in a row */
    width: fit-content; /* The width will be determined by its content (the two spans) */
    
    animation-duration: 12s;
}

.marquee-content1 span {
    /* Each span is one full instance of the scrolling content */
    white-space: nowrap; /* Prevent text within a span from wrapping */
    padding-right: 3rem; /* Creates a visual gap between the end of the first instance and the start of the second */
    flex-shrink: 0; /* Prevents the spans from shrinking if flexbox tries to fit them in a smaller space */
}

/* Styling for the stars, same as before */
.top-offer-bar1 .fa-star {
    color: #ffeb3b; /* Yellow star */
    margin: 0 5px;
}

@keyframes marquee-animation {
    0% {
        transform: translateX(0%); /* Starts with the first span visible */
    }
    100% {
        transform: translateX(-50%); /* Moves left by exactly the width of one span (half of .marquee-content's total width) */
                                     /* This brings the second span perfectly into the starting position of the first for a seamless loop */
    }
}

/* Optional: Pause animation on hover for better readability/UX */
.marquee-wrapper1:hover .marquee-content {
    animation-play-state: paused;
}


.marquee-left {
animation-name: marquee-left;
}

.marquee-right {
animation-name: marquee-right;
}

@keyframes marquee-left {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}

@keyframes marquee-right {
0% {
transform: translateX(-50%);
}
100% {
transform: translateX(0%);
}
}



/* /////////////////////////////////// */

.sticky-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1030;
    }


.hero-track-staff-section {
    /* 
      Replace 'path/to/your/NEW-bg-image.png' with the actual path to your NEW background image.
      This image should be the one you just provided (the wavy teal shape with curves).
    */
    background-image: url('img/tys-bg1.png');
    background-size: cover;         /* Or 'contain' if you prefer to see the whole image, possibly with letterboxing */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat;   /* Prevents the image from tiling */
    
    padding: 100px 0; /* Adjust vertical padding as needed so text sits nicely on the background */
    /* The text-center on the inner .container div should center the text. */
    /* If not, uncomment: text-align: center; */
    
    color: #ffffff; /* Sets the text color to white, assuming it's placed on the dark teal part of your BG */
    position: relative; 
}

.hero-track-staff-section h1 {
    line-height: 1.2;
    margin-bottom: 0.75rem; 
}

.hero-track-staff-section .highlight-your {
    color: #4db6ac; /* Teal/cyan color for "Your". Adjust hex code to match your image. */
    /* Example alternatives: #26a69a, #80cbc4, or use an eyedropper tool on your image */
}


/* Responsive adjustments for heading size if needed */
@media (max-width: 768px) {
    .hero-track-staff-section h1 {
        font-size: 2.5rem; 
    }
    .hero-track-staff-section p.lead {
        font-size: 1rem; 
    }
    .hero-track-staff-section {
       padding: 175px 0;
    margin: 45px 0 30px 0;
    }
}

@media (max-width: 576px) {
    .hero-track-staff-section h1 {
        font-size: 2rem;
    }

    .border-box{
    border: 1px solid #e6e6e6;
    padding: 11px;
    border-radius: 5px;
    }

    .desktop-view{
        display: none !important;
    }

    .mobile-view{
        display: block !important;
    }

    /* Header layout adjustments to prevent icons from wrapping on mobile */
    .hero-section-1:not(.section_bg_1) .row {
        flex-wrap: nowrap !important;
    }
    .hero-section-1:not(.section_bg_1) .col-auto {
        padding-left: 4px !important;
        padding-right: 4px !important;
        flex-shrink: 0 !important;
    }
    .hero-section-1:not(.section_bg_1) .row > :first-child {
        padding-left: 16px !important;
    }
    .hero-section-1:not(.section_bg_1) .row > :last-child {
        padding-right: 16px !important;
    }
    .hero-section-1:not(.section_bg_1) .editor-choice-separator {
        padding-left: 2px !important;
        padding-right: 2px !important;
        font-size: 1.25rem !important;
    }
}

.desktop-view{
    display: block;
}

.mobile-view{
        display: none;
    }


/* Valuable Features Accordion Redesign */
.valuable-features-section .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.valuable-features-section .accordion-button {
    background-color: #ffffff !important;
    color: #1e293b !important;
    font-weight: 600;
    border-radius: 12px !important;
    padding: 1.25rem 1.5rem !important;
}
.valuable-features-section .accordion-button:not(.collapsed) {
    background-color: #134b4a !important;
    color: #ffffff !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: none !important;
}
.valuable-features-section .accordion-body {
    background-color: #f8fafc;
    color: #334155;
    padding: 1.5rem;
}

.bg-green{
    background-color: #134b4a !important;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.bg-green h5{
    font-size: 15px;
  color: #fff;
}

.bg-green i{
    font-size: 30px;
}

.sales-fails-card {
  background-color: #fff;
  border: 1px solid #A0D2DB;
  border-radius: 10px;
  padding: 30px 35px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

        .sales-fails-card .card-title-custom {
            font-size: 1.9rem;    /* Adjust as needed */
            font-weight: bold;
            color: #0D2C54;      /* Dark blue color for title */
            margin-bottom: 25px;
            line-height: 1.3;
            text-align: center;
        }

        .sales-fails-card .card-title-custom em { /* For "Sales Management" */
            font-style: italic;
            /* font-weight: 600; /* Slightly less bold or same if desired */
        }

        .sales-fails-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0; /* Remove default ul margin */
        }

        .sales-fails-list li {
            display: flex;
            align-items: flex-start; /* Align icon with the top of the text line */
            margin-bottom: 18px; /* Space between list items */
            font-size: 0.95rem;  /* Adjust as needed */
            color: #333;         /* Text color for list items */
            line-height: 1.5;
        }

        .sales-fails-list li:last-child {
            margin-bottom: 0;
        }

        .list-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;        /* Size of the circle */
            height: 22px;       /* Size of the circle */
            min-width: 22px;    /* Prevent shrinking */
            background-color: #1A4D4A; /* Dark teal background for icon */
            color: #fff;        /* White checkmark */
            border-radius: 50%; /* Makes it a circle */
            margin-right: 15px; /* Space between icon and text */
            font-size: 0.7em;   /* Size of the checkmark icon itself */
        }


.section_bg_1 {
  position: relative;
  padding: 166px 0 !important;
  background-image: url('img/bg-banner.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  z-index: 1;
}

/* Overlay for opacity effect */
.section_bg_1::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #134b4a; /* Or rgba(0,0,0,0.5) */
  opacity: 0.1;
  z-index: -1;
}


.sales-fails-card-new {
    background-color: #f9eded; /* Light pinkish background from image */
    padding: 40px;
    border-radius: 12px;
    
}

.card-title-new {
    color: #1E2A5A;        /* Dark blue title text */
    font-size: 2.2rem;     /* Adjust for desired size */
    font-weight: 700;      /* Bold */
    line-height: 1.25;
    margin-bottom: 35px;
    text-align: left;
}

.fail-item {
    position: relative;
    padding-left: 25px;   /* Space for the vertical bar and some gap */
    margin-bottom: 25px;  /* Space between items, especially when they stack */
    color: #4A5568;       /* Muted dark gray/blue text color */
    font-size: 1rem;      /* Base font size for items */
    line-height: 1.6;
    font-weight: 500;     /* Slightly more than normal, adjust as needed */
}

.fail-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;             /* Align with the top of the first line of text */
    width: 5px;           /* Thickness of the bar */
    height: 40px;         /* Height of the bar, adjust to look good (approx 2 lines of text) */
    background-color: #fb8486; /* Pinkish-red bar color */
    border-radius: 3px;   /* Slightly rounded ends for the bar */
}

/* Responsive adjustments */
@media (max-width: 991.98px) { /* Adjust breakpoint if needed */
    .card-title-new {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .sales-fails-card-new {
        padding: 25px;
    }
    .card-title-new {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    .fail-item {
        font-size: 0.95rem;
        padding-left: 20px; /* Slightly less padding on mobile */
        margin-bottom: 20px;
    }
    .fail-item::before {
        width: 4px;
        height: 35px; /* Adjust bar height for smaller text/line height */
        top: 2px;
    }
    
}


.top-offer-barnew {
  background-color: #0d4344; /* example background */
  overflow: hidden;
  transform: skewY(-3deg); /* tilt right corner up */
  transform-origin: top left;
  position: relative;
  z-index: 10;
}

.marquee-wrappernew {
  transform: skewY(0deg); /* cancel out the skew inside */
}

.top-offer-barnew .fa-star {
  color: #ffeb3b;
}

.our-promise-section .promise-badge{
    padding: 2px 65px 0 65px;
}

.our-promise-section{
  text-align: left;
  margin-bottom: 40px;
}



@media (max-width: 767.98px) {
    .desk-rotate{
        transform: rotate(0deg) !important;
    }
    .our-promise-section{
        text-align: center;
        margin-bottom: 40px;
    }
}
    

.desk-rotate{
        transform: rotate(-3deg);
}




/* outer wrapper hides overflow */
.marquee-container {
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
}

/* inner flex wrapper */
.marquee {
  display: flex;
  width: max-content; /* fit to contents */
}

/* group of logos */
.marquee-group {
  display: flex;
}

/* spacing between logos */
.client-logo-box {
  flex: 0 0 auto;
  margin: 0 1rem;
}

/* left-to-right scroll */
@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* right-to-left scroll */
@keyframes scroll-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* apply animation */
.marquee-left {
  animation: scroll-left 30s linear infinite;
}

.marquee-right {
  animation: scroll-right 30s linear infinite;
}



.site-footer {
            background-color: #1A4D4A; /* Dark teal from image */
            color: #E0F2F1; /* Light teal/off-white text */
            padding-top: 50px;
            padding-bottom: 20px;
            font-size: 0.9rem;
        }

        .site-footer.has-sticky-nav {
            padding-bottom: 130px; /* Offset for desktop bottom sticky nav */
        }

        @media (max-width: 767.98px) {
            .site-footer.has-sticky-nav {
                padding-bottom: 100px; /* Offset for mobile bottom sticky nav */
            }
        }

        .footer-logo img {
            max-width: 180px; /* Adjust as needed */
            margin-bottom: 20px;
        }

        .footer-description {
            line-height: 1.7;
            margin-bottom: 30px;
            color: #B2DFDB; /* Slightly more muted text */
            max-width: 450px; /* Limit width on desktop */
        }

        .footer-divider {
            border-top: 1px solid #4DB6AC; /* Lighter teal for divider */
            width: 70%;
            margin: 30px auto; /* Centered for mobile */
        }

        .social-heading {
            font-size: 0.95rem;
            font-weight: 500;
            margin-bottom: 10px;
            color: #E0F2F1;
        }

        .social-icons a {
            display: inline-flex; /* Use flex for centering icon */
            align-items: center;
            text-decoration: none;
            justify-content: center;
            width: 38px;
            height: 38px;
            background-color: #fff;
            color: #1A4D4A; /* Icon color */
            border-radius: 50%;
            margin: 0 5px;
            font-size: 1.1rem; /* Icon size */
            transition: background-color 0.3s ease, color 0.3s ease;
            padding: 0 !important; /* Override inline padding to center the icon */
        }
        .social-icons a:hover {
            background-color: #E0F2F1;
            color: #004D40;
        }

        .footer-social-group {
            margin-bottom: 30px;
        }

        .footer-bottom-links {
            list-style: none;
            padding: 0;
            margin: 0 0 15px 0;
            display: flex;
            flex-wrap: wrap; /* Allow wrapping on small screens */
            justify-content: center; /* Center on mobile */
        }
        .footer-bottom-links li {
            margin: 0 12px 10px 12px; /* Spacing for links */
        }
        .footer-bottom-links a {
            color: #E0F2F1;
            text-decoration: underline;
            text-decoration-color: #fff; /* Underline color */
            text-underline-offset: 3px;
        }
        .footer-bottom-links a:hover {
            color: #fff;
            text-decoration-color: #fff;
        }

        .footer-copyright {
            font-size: 0.85rem;
            color: #fff; /* Muted copyright text */
        }

        /* Desktop specific adjustments (md and up) */
        @media (min-width: 768px) {
            .footer-logo img {
                margin-left: 0; /* Align left on desktop */
            }
            .footer-description {
                margin-left: 0; /* Align left on desktop */
                text-align: left;
            }
            .footer-social-group {
                text-align: right; /* Align "Follow us on" text to the right */
            }
             .footer-social-group .social-icons {
                justify-content: flex-end; /* Align icons to the right */
            }
            .footer-bottom-section {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            .footer-bottom-links {
                justify-content: flex-start; /* Align left on desktop */
                margin-bottom: 0; /* No bottom margin when side-by-side */
            }
            .footer-copyright {
                text-align: right; /* Align right on desktop */
            }
        }
         /* Mobile specific adjustments */
        @media (max-width: 767.98px) {
            .site-footer {
                text-align: center;
            }
            .footer-logo img {
                margin-left: auto;
                margin-right: auto;
            }
             .footer-description {
                margin-left: auto;
                margin-right: auto;
            }
            .footer-social-group .social-icons {
                justify-content: center; /* Center icons on mobile */
            }
        }




        
.desk-banner {
  position: relative;
  padding: 166px 0 !important;
  background-image: url('img/banners/bg_banner_desktop.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  z-index: 1;
}

/* Overlay for opacity effect */
.desk-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #134b4a; /* Or rgba(0,0,0,0.5) */
  opacity: 0.1;
  z-index: -1;
}

.border-box img{
    padding: 20px;
}

#bottomStickyNav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}


.green-tick{
    background-color: #254e50;
  color: #fff !important;
  border-radius: 50px;
  padding: 3px;
  font-size: 9px;
  height: 14px;
  width: 14px;
}


.icon-square {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  box-shadow: -3px -2px 0 0 #ccc;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 5px;
  font-size: 0;
  background-color: #174342;
  color: #174342;
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

/* .promise-badge img {
  animation: shake 0.5s infinite;
} */


/* .owl-item{
    margin-right: -93px !important;
} */

.zoom-twist-effect-play {
    animation: twistZoomPulse 2s infinite ease-in-out;
    display: inline-block;
}

@keyframes twistZoomPulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(8deg);
    }
}


.stk_nav{
    padding: 0;
 
 
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background-color: #e5f5fbb3 !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.stk_nav .navbar-nav a{
   background-color: #275858 !important;
  letter-spacing: 1.6px;
  border-radius: 11px !important;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 20px 29px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #90fffd;}


@media (max-width: 576px) {
  .lh-mobile {
    line-height: 30px; /* or any value you prefer */
  }
}


/* Traditional Sales Fails Cards Redesign */
.wts-content {
    background-color: #ffffff !important;
    color: #1a202c !important; /* Premium dark slate text */
    border: 1px solid #f8fafc !important;
    border-left: 5px solid #ff4565 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
    transition: all 0.2s ease-in-out !important;
    font-size: 15px;
    font-weight: 500;
}
.wts-content:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.06) !important;
}


@keyframes twist {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-5deg); }
  50%  { transform: rotate(5deg); }
  75%  { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.zoom-twist-effect {
  animation: twist 7s infinite;
  transform-origin: center;
}

.client_sec .owl-stage{
    right: 50px;
}

.client_sec {
    overflow: visible;
    position: relative;
}

.client_sec .owl-stage-outer {
    padding-top: 15px !important;
    padding-bottom: 25px !important;
    margin-top: -15px !important;
    margin-bottom: -25px !important;
}

#bottomStickyNav .navbar-brand{
    margin: 0 !important;
}

 /* Custom CSS for the pricing toggle and card elements */
        .billing-toggle-container {
            background-color: #FFFFFF; /* White pill background */
            border-radius: 30px;       /* Rounded pill shape */
            display: inline-flex;      /* Use flex to align buttons inside */
            padding: 5px;              /* Padding inside the pill */
            box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtle shadow */
            margin-top: 20px;          /* Spacing from text above */
            margin-bottom: 30px;       /* Spacing to cards below */
        }

        .billing-toggle-btn {
            border: none;
            padding: 8px 25px; /* Adjust for size */
            cursor: pointer;
            background-color: transparent; /* By default, transparent */
            color: #333;                /* Dark text for inactive */
            border-radius: 25px;       /* Rounded shape for buttons */
            font-weight: 500;
            font-size: 0.9rem;
            transition: background-color 0.3s ease, color 0.3s ease;
            flex-grow: 1;
            text-align: center;
        }

        .billing-toggle-btn:not(.active):hover {
            background-color: #f0f0f0; /* Light hover for inactive */
        }

        .billing-toggle-btn.active {
            background-color: #00695c; /* Primary blue for active */
            color: white;
        }

        /* Styles for price display elements within cards */
        .price-info .billing-frequency { /* For "Billed quarterly/annually" */
            display: block;
            text-align: center;
            margin-top: 0.25rem;
            font-size: 0.9em;
            font-weight: bold;
        }
        .price-info .discount-text { /* For the "20% discount" text */
           text-align: center;
            display: block;
            font-size: 0.9em;
            color: #275858;
            margin-bottom: 0.25rem;
            font-weight: bold;
        }

        .card-price .original-price {
            font-size: 0.5em !important; /* Ensure font size is smaller */
            text-decoration: line-through;
            color: #6c757d !important; /* Bootstrap text-muted color */
            display: block; /* Make it appear on its own line above the main price */
            font-weight: normal;
        }
        .card-price .period { /* For "/user/month" or "/user/year" */
            font-size: 0.4em;
            font-weight: normal;
        }

        /* Ensure consistent padding and margins for price sections */
        .pricing-card .card-body {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
        
        .price-info h6.card-price {
            margin-top: 0.5rem; /* Adjusted from my-3 to be more specific */
            margin-bottom: 0.5rem;
        }
@media (min-width: 1200px) {
  .display-4 {
    font-size: 2.5rem;
  }
}

.pricing-card ul li {
        display: flex;
        align-items: flex-start;
        text-align: left;
        padding-left: 0;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .pricing-card ul li i {
        flex-shrink: 0;
        margin-top: 3px;
        margin-right: 8px;
        font-size: 14px;
        width: 20px;
        text-align: center;
    }

/* Modern Layout Standardizations & Sophisticated Alignments */
.pricing-section,
.trusted-clients-say-section,
.applicable-channels-section,
.valuable-features-section,
.certifications-section,
.free-trial-cta,
.expertise-section,
.hero-traditional-sales-fails {
    padding: 85px 0 !important;
}
@media (max-width: 768px) {
    .pricing-section,
    .trusted-clients-say-section,
    .applicable-channels-section,
    .valuable-features-section,
    .certifications-section,
    .free-trial-cta,
    .expertise-section,
    .hero-traditional-sales-fails {
        padding: 55px 0 !important;
    }

    /* Prevent pricing and testimonial cards from being compressed on mobile */
    .client_sec .owl-carousel {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 10px !important;
    }
    .client_sec .owl-stage {
        right: 0 !important;
    }
    .pricing-card {
        padding: 2rem 1.25rem !important; /* more horizontal space for copy on mobile */
        min-height: auto !important; /* allow height to adjust content on mobile */
    }
}

.section-title {
    color: #001732 !important;
    font-weight: 800 !important;
    margin-bottom: 0.8rem;
    line-height: 1.2;
}

.text-muted {
    color: #4a5568 !important;
    font-size: 1.05rem !important;
    line-height: 1.6;
}

/* Enterprise SaaS Bottom Sticky Nav Redesign */
.enterprise-sticky-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(229, 245, 251, 0.96) !important; /* Premium light translucent blue-teal tint with higher opacity */
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-top: 3px solid rgba(19, 75, 74, 0.25); /* Thicker top border for strong visual separation */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
    padding: 24px 0; /* Taller bar height for breathing room (increased 15%) */
    transition: all 0.3s ease;
}

.enterprise-sticky-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enterprise-sticky-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.enterprise-sticky-title {
    font-size: 22px; /* Increased font size for maximum focus */
    font-weight: 800; /* Extra bold */
    color: #134b4a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.enterprise-sticky-subtitle {
    font-size: 14px; /* Larger description */
    font-weight: 600;
    color: #334155; /* Higher contrast text */
    margin: 6px 0 0 0;
    line-height: 1.2;
}

.enterprise-sticky-btn-wrapper {
    display: flex;
    align-items: center;
}

.enterprise-sticky-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1a4d4a !important; /* Brand dark teal */
    color: #ffffff !important;
    font-size: 15px; /* Larger font size */
    font-weight: 700;
    text-decoration: none !important;
    padding: 12px 28px; /* Taller and wider button */
    border-radius: 30px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(26, 77, 74, 0.25);
}

.enterprise-sticky-btn:hover {
    background-color: #133a38 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 77, 74, 0.35);
}

.enterprise-sticky-btn:active {
    transform: translateY(0);
}

.enterprise-sticky-btn svg {
    margin-left: 8px;
    width: 18px; /* Larger arrow icon */
    height: 18px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.enterprise-sticky-btn:hover svg {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .enterprise-sticky-nav {
        padding: 19px 0; /* Slightly shorter on tablet (increased 15%) */
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .enterprise-sticky-container {
        padding: 0 20px;
    }
    .enterprise-sticky-title {
        font-size: 18px; /* Prominent size on tablets */
    }
    .enterprise-sticky-subtitle {
        font-size: 12px;
        margin-top: 3px;
    }
    .enterprise-sticky-btn {
        padding: 10px 22px;
        font-size: 14px;
    }
    .enterprise-sticky-btn svg {
        margin-left: 6px;
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    /* Tight mobile optimization */
    .enterprise-sticky-nav {
        padding: 16.5px 0; /* Nice height on mobile (increased 15%) */
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .enterprise-sticky-container {
        padding: 0 16px;
    }
    .enterprise-sticky-title {
        font-size: 16px; /* Visible, readable font size */
    }
    .enterprise-sticky-subtitle {
        display: block; /* Keep subtitle visible on mobile */
        font-size: 11px;
        margin-top: 2px;
        color: #475569;
    }
    .enterprise-sticky-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    .enterprise-sticky-btn svg {
        margin-left: 5px;
        width: 14px;
        height: 14px;
    }
}

