a {
    text-decoration: none;
}

/*client form css*/
/* ==== FORM WRAPPER ==== */
#myForm {
    font-family: var(--body-font);
}

/* Grid spacing */
.pack-row .row {
    margin-bottom: 10px;
}

.mb-3{
    margin-bottom: 15px;
}

/* Labels */
#myForm label {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 3px;
}

/* Inputs & Selects */
#myForm input[type="text"],
#myForm input[type="email"],
#myForm input[type="file"],
#myForm select {
    width: 100%;
    height: 32px;
    padding: 5px 8px;
    font-size: 12px;
    border: 1px solid #cfd6e4;
    border-radius: 3px;
    outline: none;
    transition: 0.3s ease;
    background-color: #fff;
    box-sizing: border-box;
}

/* Focus effect */
#myForm input:focus,
#myForm select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 1px rgba(247, 85, 49, 0.1);
}

/* File input */
#myForm input[type="file"] {
    padding: 3px;
    height: auto;
    font-size: 11px;
}

/* Submit button */
.button-modalok {
    text-align: center;
    margin: 15px;
}

.butonform {
    background: #ff4609;
    color: #fff;
    border: none;
    padding: 10px 45px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
}

.butonform:hover {
    background: #d74525;
}


/*client form css*/



/*updates*/
.tm-monitor-bottom-text-bar {
    display: none;
}

.blog-slider-card-author-avatar {
    display: none;
}

.visual-placeholder img {
    width: 80%;
}

h4.follow-title {
    display: none;
}

.social-links {
    display: none;
}

a.secondary-link {
    color: white !important;
}

h4.ft {
    margin-top: 30px;
}

.footer-col.footer-legal-links h4 {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}

.steps-container.another {
    width: 100% !important;
    max-width: 100%;
}

.step-icon-wrapper.ikor {
    margin: 10px auto !important;
}

/*updates*/



/* --- Comprehensive Search Upsell Section Styles --- */
/* Increase specificity for the input */
.search-div .search-wrapperr .input-wrapper .srch {
    border: none !important;
    /* Test with !important */
    /* ... rest of your styles ... */
}

tbody {
    background-color: #fff4e7;
    width: 100% !important;
}

/* Increase specificity for the button */
.search-div .search-wrapperr .srch-btn {
    background-color: var(--primary-color) !important;
    /* Test with !important */
    /* ... rest of your styles ... */
}

.comprehensive-search-section {
    background-color: var(--background-color);
    /* Light tan/beige background */
    padding: 100px 0;
}

.srch-btn {
    background-color: #ff5722;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Header Styling (Centered) */
.search-upsell-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.search-upsell-header h2 {
    font-family: var(--heading-font);
    /* Inter */
    font-size: 35px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--secondary-color);
    /* Dark Blue */
    margin-bottom: 15px;
}

.upsell-subtitle {
    font-family: var(--body-font);
    /* Montserrat */
    font-size: 17px;
    color: #555;
    line-height: 1.5;
}

/* Search Report Cards Grid Layout */
.search-report-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.report-card {
    flex: 1;
    min-width: 250px;
    padding: 25px;
    text-align: left;
    /* Text aligns left within the card */
}

/* Icon Styling (Orange Square/Circle) */
.icon-wrapper.search-icon-sm {
    background-color: var(--primary-color);
    /* Orange */
    width: 45px;
    height: 45px;
    border-radius: 6px;
    margin: 0 0 20px 0;
    /* Align left */
}

.icon-wrapper.search-icon-sm img {
    width: 20px;
    height: 20px;
    /*filter: brightness(0) invert(1);*/
}

/* Card Text */
.report-title {
    font-family: var(--heading-font);
    /* Inter */
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1.3;
    margin-bottom: 10px;
}

.price-highlight {
    font-size: 20px;
    font-weight: 800;
}

.report-description {
    font-family: var(--body-font);
    /* Montserrat */
    font-size: 15px;
    line-height: 1.6;
    color: #6a6a6a;
    margin-bottom: 20px;
    min-height: 120px;
    /* Helps keep the "Learn more" links aligned */
}

.learn-more-link {
    color: var(--secondary-color);
    /* Dark Blue link color */
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

.learn-more-link i{
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.learn-more-link:hover {
    color: var(--primary-color);
}

.learn-more-link:hover i{
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.arrow-right {
    margin-left: 5px;
    font-size: 1.2em;
    line-height: 1;
}

a.srch-btn {
    background-color: #ff5722;
    color: white;
    padding: 15px 30px;
    width: 30%;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 auto;
}

.container.search-wrapper {
    display: flex !important;
    flex-direction: column !important;
}

/* nov bar css */
/* --- Hide Mobile CTAs on Desktop --- */
/* Add this rule to the main, non-media query section of your CSS */
h4.cta-headline {
    font-size: 22px;
    margin-bottom: 20px;
}

.main-nav-arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    line-height: 1;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.main-nav-arrow-icon svg {
    display: block;
    transition: transform 0.3s ease;
}

.main-nav-cta-group.mobile-only-ctas {
    display: none;
}

/* --- Show Desktop CTAs on Desktop --- */
/* Add this rule to the main, non-media query section of your CSS */
.main-nav-cta-group.desktop-only-ctas {
    display: flex;
    /* Or whatever display type is needed for desktop */
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

/* --- Base Header --- */
.main-nav-header {
    background-color: white;
    border-bottom: 1px solid var(--nav-border-light);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-nav-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --- Logo Styling --- */
.main-nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark-blue);
    margin-right: 30px;
}

/* --- New Logo Image Styling --- */
.main-nav-logo-image {
    width: 220px;
    height: auto;
}

.form-logo{
    width: 150px;
    margin-bottom: 12px;
}

.main-nav-logo-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark-blue);
}

/* Remove or update the old placeholder styling */
/* .main-nav-logo-placeholder {
    width: 25px; 
    height: 25px;
}
*/

/* --- Main Links Container --- */
.main-nav-links-container {
    flex-grow: 1;
}

.main-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.main-nav-item {
    position: relative;
    /* Essential for dropdown positioning */
}

.main-nav-link {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--text-dark-blue);
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

/* Animated underline that appears on hover */
.main-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

/* Expand underline when hovering over nav item */
.main-nav-item:hover .main-nav-link::after {
    width: calc(100% - 30px);
}

.main-nav-link:hover {
    color: var(--primary-color);
}

/* Rotate arrow 180 degrees when hovering over dropdown */
.main-nav-dropdown:hover .main-nav-arrow-icon svg {
    transform: rotate(180deg);
}

.main-nav-arrow {
    font-size: 0.7em;
    margin-left: 5px;
}

/* --- Dropdown Panel Styling --- */
.main-nav-dropdown-content {
    display: block;
    /* Always in DOM for smooth animation */
    position: absolute;
    left: -20px;
    /* Offset from the main nav link */
    top: 100%;
    min-width: 600px;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border-top: 2px solid var(--primary-color);
    padding: 20px;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    margin-top: 5px;
}

/* Show dropdown on hover with smooth animation */
.main-nav-dropdown:hover .main-nav-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-nav-dropdown-services {
    display: flex;
    gap: 40px;
}

.main-nav-dropdown-title {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--primary-color);
    border-bottom: 1px solid var(--nav-border-light);
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: none;
    /* Hide title on desktop dropdown */
}

.main-nav-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.main-nav-dropdown-list li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: var(--text-dark-blue);
    font-size: 0.95em;
    transition: color 0.2s;
}

.main-nav-dropdown-list li a:hover {
    color: var(--primary-color);
}

/* --- Right Side CTAs --- */
.main-nav-cta-group {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.main-nav-account-link {
    font-weight: 600;
}

.main-nav-button {
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: 0.95em;
    transition: background-color 0.2s;
    cursor: pointer;
}

.second-nav-button {
    background-color: var(--blue-color);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    border:2px solid var(--blue-color);
    font-family: var(--body-font);
    /* border: none; */
    font-weight: 600;
    font-size: 0.95em;
    transition: background-color 0.5s;
    cursor: pointer;
    line-height: 1.3;
}

.main-nav-button:hover {
    background-color: #e54a2e;
}

.second-nav-button:hover {
    background-color: transparent;
    color: var(--blue-color);
    border-color: var(--primary-color);
}

/* --- Mobile Hamburger Button (Initially hidden on Desktop) --- */
.main-nav-hamburger-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-dark-blue);
}

/* nov bar css */
button.cta-button.premium-btn:hover {
    background-color: rgb(254 113 76);
}

.two button.cta-button.standard-btn:hover {
    background-color: #497ded;
}

.one button.cta-button.basic-btn:hover {
    background-color: #24417e;
}

button.main-cta-btn:hover {
    background-color: #24417e;
    color: rgb(255, 255, 255);
}

button.register-btn:hover {
    background-color: #033392;
}

.call-text {
    margin-right: 30px !important;
    display: flex;
    align-items: center;
}

span.phone-icon img {
    height: 22px !important;
    width: 25px;
}

span.phone-icon img {
    height: 22px !important;
    width: 25px;
}

span.step-number {
    font-family: 'Inter';
}

button.cta-button.basic-btn {
    font-family: 'Inter' !important;
}

button.cta-button.standard-btn {
    font-family: 'Inter' !important;
}

button.cta-button.premium-btn {
    font-family: 'Inter' !important;
}

span.price-value {
    font-family: 'Inter';
}

/* css for footer  */
.footer-col.footer-connect ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 3px 0;
}

.footer-col.footer-connect ul li a {
    color: #ffffff99;
    text-decoration: none;
}

.footer-col.footer-legal-links ul li a {
    color: #fff9;
    text-decoration: none;

}

.footer-col.footer-legal-links ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 3px 0;
}

.footer-col.footer-legal-links h4 {
    font-size: 18px;
    color: white;
    /*text-decoration: underline;*/
}

.container.footer-legal {
    padding: 20px 0;
}

footer.main-footer {
    padding: 20px 25px;
}

ul.connect-links a {
    color: white;
    text-decoration: none;
}

footer.main-footer {
    background-color: #192e5a;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    /* Space out the two remaining columns */
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0 !important;
}

.footer-col {
    /* Adjust flex basis for a better 60/40 or 70/30 split */
    flex: 1;
    min-width: 200px;
}

/* Give the info column more space */
.footer-info {
    flex: 1.5;
}

/* Give the connect column less space */
.footer-connect {
    flex: 1;
}

.footer-info .footer-mission {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-top: 30px;
    margin-bottom: 5px;
}

.footer-info .footer-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    width: 80%;
}

.call-us-block {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
}

.phone-icon {
    font-size: 24px;
    color: var(--primary-color);
    background-color: white;
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.call-text .call-number {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.call-text .phone-number {
    font-size: 13px;
    font-weight: bold;
    color: white;
    margin: 0;
}

.call-text .hours {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Connect Links and Social Links */
.footer-connect h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
    /*text-decoration: underline;*/
}

.footer-connect .follow-title {
    margin-top: 30px;
}

.footer-connect .connect-links {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.footer-connect .connect-links li {
    margin-bottom: 8px;
}

.footer-connect .social-links img {
    height: 33px;
    width: 33px;
    margin-right: 15px;
    filter: brightness(0.9);
    /* Slight fade for dark background */
}

/* Footer Bottom (Legal/Copyright Bar) */
.footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* Align to the bottom for the legal text */
    padding: 15px 0;
}

.footer-legal .legal-info {
    max-width: 60%;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
}

.footer-legal .privacy-policy-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
}

.footer-legal .legal-info a {
    color: white;
    text-decoration: underline;
}

.footer-legal .payment-copyright {
    text-align: right;
}

.footer-legal .payment-icons img {
    height: 17px;
    margin-left: 10px;
    opacity: 0.8;
}

.footer-legal .copyright-text {
    font-size: 13px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.6);
}


/* css for footer end */

section.disclaimer-section p {
    margin-bottom: 30px;
}


/* --- 9. Legal Disclaimer / Fine Print Section Styles --- */

.disclaimer-section {
    /* Use a light background to contrast the potential dark footer */
    background-color: #ffffff;
    padding: 60px 0;
    font-family: inherit;
}

.disclaimer-text-wrapper {
    /* Center the text block and limit its maximum width */
    max-width: 900px;
    margin: 0 auto;

    /* Ensure the text is aligned as shown in the screenshot */
    text-align: left;
}

.disclaimer-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #6a6a6a;
    margin-bottom: 25px;
    font-weight: 600;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.disclaimer-section p:last-child {
    margin-bottom: 0;
}

.disclaimer-section a {
    color: var(--primary-color);
    /* Use your primary color for links */
    text-decoration: none;
    font-weight: 500;
}

.disclaimer-section a:hover {
    text-decoration: underline;
}


.container.new {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
}

.container.reviews {
    max-width: 930px;
}

/* card testimonials  */
/* --- 8. Customer Reviews & Testimonials Section Styles --- */

.reviews-section {
    background-color: var(--background-color);
    /* Light tan background */
    padding: 80px 0 120px;
    text-align: center;
}

.reviews-title {
    font-size: 36px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 5px;
}

.reviews-section .subtitle {
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 60px;
}

.testimonial-carousel-wrapper {
    /* Set up a viewport for the carousel */
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    /* Important to hide cards that are off-screen */
}

.testimonial-track {
    /* This will be handled by JavaScript/Carousel Library, but for structure: */
    display: flex;
    transition: transform 0.3s ease-out;
    /* The track needs to be wide enough to hold all cards side-by-side */
    /* Example: If 3 cards are visible at once, width might be 300% */
    width: 200%;
}

.testimonial-card {
    /* Card design matching the screenshot */
    flex-shrink: 0;
    /* Important: Prevents cards from shrinking */
    width: 50%;
    /* Card takes up half the track width (shows two side-by-side) */
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 0 15px;
    /* Spacing between cards */
    min-height: 450px;
    /* Ensure a minimum height */
    overflow: hidden;
}

.testimonial-image-col {
    width: 40%;
    /* Image column takes 45% */
    overflow: hidden;
}

.customer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures image covers the area */
    display: block;
}

.testimonial-text-col {
    width: 55%;
    /* Text column takes 55% */
    padding: 40px;
    text-align: left;
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 180px;
    left: 40px;
    font-size: 80px;
    /* Large size for the quote icon */
    font-weight: 800;
    color: var(--primary-color);
    /* Orange/Red color */
    line-height: 1;
    opacity: 0.8;
}

.quote-text {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    padding-top: 50%;
    margin-bottom: 30px;
}

.customer-name {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
}

.customer-source {
    font-size: 14px;
    color: #777;
}

/* --- Carousel Navigation Arrows --- */
/* .carousel-nav {
    text-align: right;
    margin-top: 30px;
    padding-right: 15px;
} */
.carousel-nav {
    text-align: right;
    /* margin-top: 30px; */
    padding-right: 15px;
    position: absolute;
    bottom: 80px;
    left: 65%;
}

.arrow-btn {
    background-color: #2c3e50;
    /* Dark blue background */
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.2s;
}

.arrow-btn:hover {
    background-color: var(--primary-color);
    /* Hover effect */
}

/* counter */
/* --- 7. Stats / Metrics Section Styles --- */

.stats-section {
    background-color: var(--background-color);
    /* Light tan background */
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.stats-container {
    background-color: #192e5a;
    /* Dark blue background, matching review card */
    color: white;
    width: 100%;
    max-width: 1155px;
    padding: 60px 40px;
    border-radius: 10px;
    margin: 0 auto;

    display: flex;
    justify-content: space-around;
    /* Distribute space evenly */
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.stat-item {
    flex: 1;
    /* Each item takes equal space */
    padding: 0 15px;
}

.stat-number {
    /* Large, bold, orange number */
    font-size: 55px;
    font-weight: 800;
    color: #ffcc8f;
    margin-bottom: 30px;
    line-height: 1;
}

.stat-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    /* Lighter text for description */
    font-weight: 500;
}

/* counterend */

/* --- 6. Testimonial / Social Proof Section Styles (REVISED) --- */
p.review-status {
    text-decoration: underline;
}

.testimonial-section {
    /* Background color based on the screenshot (light tan/beige) */
    background-color: #fff4e7;
    padding: 100px 0;
    /* Increased padding to match spacing */
    text-align: center;
}

.testimonial-section .section-tagline {
    font-size: 16px;
    /* Font color is a muted gray */
    color: #6a6a6a;
    margin-bottom: 20px;
    font-family: inter;
    font-weight: 500;
}

.main-rating-title {
    font-size: 40px;
    font-weight: 800;
    width: 70%;
    color: #192e5a;
    margin-bottom: 60px;
    line-height: 1.2;
    /* max-width: 700px; */
    margin-left: auto;
    margin-right: auto;
}

.review-card-wrapper {
    display: flex;
    justify-content: center;
}

.review-card {
    /* Dark blue background matching the navbar/pricing section */
    background-color: #192e5a;
    color: white;
    width: 90%;
    max-width: 100%;
    padding: 40px 50px;
    /* Generous padding */
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.review-header .star-icon {
    font-size: 30px;
    /* Larger star icon */
    color: white;
    margin-right: 15px;
    line-height: 1;
}

.review-header .platform-name {
    font-size: 20px;
    font-weight: bold;
}

.testimonial-text {
    /* Font size and line height match the visual appearance */
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
    /* Specific font weight for emphasized words */
}

.testimonial-text strong {
    font-weight: 700;
}

.review-footer {
    display: flex;
    align-items: center;
    /* Trustpilot stars and text are left-aligned below the status */
    justify-content: flex-start;
    padding-top: 20px;
    /* A faint separation line */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.review-footer .review-status {
    color: white;
    /* "Excellent" is white text */
    font-weight: 500;
    margin-right: 20px;
    font-size: 14px;
    text-decoration: underline;
}

.trustpilot-rating {
    display: flex;
    align-items: center;
    /* Trustpilot green star background/color placeholder */
    /* background-color: #00b67b;  */
    padding: 3px 6px;
    border-radius: 3px;
    gap: 5px;
}

.trustpilot-rating .star-images {
    height: 38px;
    width: auto;
}

.trustpilot-rating .trustpilot-logo {
    font-size: 12px;
    color: white;
    font-weight: bold;
}

/* checking */
/* --- 5. Services/Value Proposition Section Styles --- */

/* ... (Keep general section styles like .services-section, .services-content, etc.) ... */

/* Steps/Features List Styling */
.service-steps {
    display: flex;
    margin-bottom: 30px;
    gap: 15px;
    /* Reduced gap to bring boxes closer */
    padding-bottom: 10px;
    /* Space for the bottom border */
}

.step-item {
    cursor: pointer;
    text-align: left;
    flex-basis: 25%;
    padding: 12px;
    /* Padding inside the box */

    /* Default: Orange border for all tabs */
    border: 1px solid #192e5a;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.services-description-container {
    flex: 1;
}

.services-section-heading{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: start;
    color: var(--blue-color);
}

.services-section-sub-heading{
    font-size: 17px;
    width: 70%;
    line-height: 1.5;
    margin-bottom: 5px;
    /* text-decoration: underline; */
}

.step-item.active-tab {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.step-item:hover {
    /* background-color: var(--primary-color); */
    transform: translateY(-5px);
}

.step-number {
    font-size: 36px;
    font-weight: 800;
    color: #ccc;
    /* Light grey for unhighlighted numbers */
    display: block;
    margin-bottom: 5px;
}

.step-text {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    line-height: 1.3;
}

/* --- Active Tab Styling --- */

.step-item.active-tab .step-number {
    color: var(--background-color);
    /* Orange/Red for the active number */
}

.step-item.active-tab .step-text {
    color: var(--background-color);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 2px;
}



/* .step-item:hover .step-number {
    color: var(--background-color);
}

.step-item:hover .step-text {
    color: var(--background-color);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 2px;
} */

/* Tab Content Visibility */
.services-description {

    /* padding: 20px; */
    border-radius: 5px;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    flex: 1;
    /* display: none; Hide inactive content */
}

.services-description.active-content {
    display: block;
    /* Show active content */
}

/* ... (Keep image and link styles) ... */

/* ... (Keep Media Queries for Responsiveness) ... */

/* checking */




.two button.cta-button.standard-btn {
    /* color: #3c6acd; */
    background-color: #3c6acd;
    color: white;
}

.pricing-card.standard-package.two h3 {
    color: #3c6acd;
}

.two span.price-value {
    color: #3c6acd;
}

.one button.cta-button.basic-btn {
    color: white;
    background-color: #192e5a;
}

.one span.price-value {
    color: #192e5a;
}

.one h3 {
    color: #192e5a;
}

/* Basic Reset and Setup */
:root {
    --blue-color: #192E5A;
    --primary-color: #f75531;
    /* Red/Orange for buttons/highlights */
    --secondary-color: #333;
    --background-color: #fff4e7;
    --white-color: #ffffff;
    /* Light beige/tan background */
    --primary-font: 'Inter', sans-serif;
    /* You can define a secondary font for body text if needed */
    --body-font: 'Inter', sans-serif;
    /* NEW: Use Montserrat for body */
    --gap: 1.2rem;
    --speed: 0.45s ease;
    --closed: 5rem;
    --open: 32rem;

}

h1,
h2,
h3,
h4,
.logo span,
.nav-links a,
.section-tagline,
.section-header h2 {
    font-family: var(--body-font);
}

p,
li,
a,
span {
    /* If the body selector is strong enough, inherit works. 
       If not, explicitly set it to the body font variable. */
    font-family: var(--body-font);
}

a{
    text-decoration: none !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--secondary-font);
    /* Or just 'sans-serif' if no other font is used */
    /* ... rest of body styles */
    background-color: var(--background-color);
    line-height: 1.6;
}

.hero-title {
    font-family: var(--primary-font);
    font-weight: 900;
    /* Use a strong weight for the main title */
}

.reviews-title {
    font-family: var(--primary-font);
    font-weight: 800;
}

.container {
    max-width: 1200px;
    /* Standard container width */
    margin: 0 auto;
    padding: 0 20px;
}

/* --- 1. Navigation Bar Styles --- */

/* --- Navigation Bar Mobile Styles --- */

/* Initially hide the toggle button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.navbar {
    background-color: white;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

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

.logo {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--secondary-color);
    /* Space for the logo image */
}

.logo-img {
    height: 40px;
    /* Adjust as needed for the logo */
    width: auto;
    margin-right: 5px;
}

.nav-links ul {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 16px;
}

.my-account {
    text-decoration: none;
    color: var(--secondary-color);
    margin-right: 15px;
}

.register-btn {
    background-color: #042c7b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Inter';
}

/* --- 2. Hero Section Styles --- */
.hero-section {
    padding: 60px 0;
    position: relative;
    /* Needed for the floating icon */
}

.hero-content {
    display: flex;
    gap: 60px;
    /* Space between the two columns */
    align-items: center;
    /* Aligns content to the top */
}

.hero-text-col {
    flex: 1;
    /* Takes up 50% of the space */
    max-width: 50%;
    padding-top: 50px;
    /* Adjust alignment to match screenshot */
}

.hero-image-col {
    flex: 1;
    /* Takes up 50% of the space */
    max-width: 50%;
}

.hero-title {
    font-size: 2.2vw;
    margin-bottom: 25px;
    line-height: 1.1;
    font-weight: 700;
    color: #192e5a;
}

.hero-description {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
    max-width: 500px;
}

.hero-list {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0;
}

.hero-list li {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.hero-list li::before {
    content: '•';
    /* Bullet point */
    color: var(--primary-color);
    /* Orange/Red bullet */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.main-cta-btn {
    background-color: #192e5a;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: inter;
}

.trust-badges {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
}

.badge img {
    height: 40px;
    /* Adjust size for the badge images */
    width: auto;
}

.image-placeholder {
    /* This is where your image will be placed (potentially as a background image) */
    background-color: #f0e6da;
    /* Slightly different background for visibility */
    height: 550px;
    /* Adjust height based on your image */
    border-radius: 10px;
    overflow: hidden;
}

.floating-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /* Adjust position as needed */
    z-index: 10;
}

.floating-icon img {
    height: 50px;
    /* Size of the small bottom-left icon */
}

/* --- 3. How It Works Section Styles --- */

.how-it-works-section {
    padding: 80px 0;
    background-color: white;
    /* Contrast background for separation */
    text-align: center;
}

.section-header {
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 37px;
    font-weight: 700;
    color: #192e5a;
    /* Dark blue/black text */
    margin-bottom: 10px;
}

.section-header .subtitle {
    font-size: 20px;
    color: #555;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* Space between the cards */
    padding: 0 0px;
    /* Internal padding to keep cards away from container edges */
}

.step-card {
    flex: 1;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}

/* Hover effect on cards */
.step-card:hover {
    transform: translateY(-5px);
    /* background-color: var(--background-color); */
    /* box-shadow: 3px 3px 0px 1px var(--primary-color); */
}

.step-icon-wrapper {
    background-color: var(--primary-color);
    /* Uses the red/orange from the first section */
    height: 50px;
    width: 50px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.step-icon-wrapper-2{
    background-color: var(--blue-color);
}

.step-icon {
    font-size: 24px;
    color: white;
    line-height: 1;
    /* Ensures the emoji/icon is centered */
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #192e5a;
    margin-bottom: 15px;
}

.step-description {
    font-size: 15px;
    color: #5b5d65;
}

/* --- 4. Pricing Section Styles --- */

.pricing-section {
    background-color: #192e5a;
    /* Dark blue background */
    padding: 80px 0;
    text-align: center;
}

.pricing-section .section-header h2,
.pricing-section .section-header .subtitle {
    color: white;
}

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* Space between cards */
    margin-top: 40px;
}

.pricing-card {
    flex: 1;
    /* Equal width for all cards */
    max-width: 375px;
    background-color: white;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    /* For internal flex layout (header/body) */
    flex-direction: column;
}

/* Base Card Header Styles */
.card-header {
    padding: 30px 20px;
    background-color: #f8f8f800;
    /* Light gray background for contrast */
}

.pricing-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.tagline {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
    font-style: italic;
}

.price-block {
    margin-bottom: 20px;
}

.price-value {
    font-size: 40px;
    font-weight: 800;
    color: #333;
    display: block;
}

.fees {
    font-size: 14px;
    color: #777;
}

/* CTA Buttons */
.cta-button {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}

.basic-btn,
.standard-btn {
    background-color: #e0eaf4;
    /* Light blue/gray */
    color: #2c3e50;
    /* Dark blue text */
}

.premium-btn {
    background-color: var(--primary-color);
    /* Orange/Red */
    color: white;
}

/* Card Body (Features List) Styles */
.card-body {
    padding: 5px 30px;
    text-align: left;
    flex-grow: 0;
}

.includes-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #555;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    color: #555;
}

/* Icons for feature list */
.check-icon,
.star-icon {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.check-icon {
    color: var(--primary-color);
    /* Green checkmark */
}

.star-icon {
    color: var(--primary-color);
    /* Orange/Red star */
    font-size: 18px;
}

/* --- Highlighted Premium Card Specific Styles --- */
.highlight-card {
    /* Slightly different border color */
    border: 3px solid var(--primary-color);
}

.highlight-card .price-value {
    color: var(--primary-color);
    /* Orange price for emphasis */
}

.pricing-card.premium-package.highlight-card.three {
    background-color: #fff4e7;
}

.pricing-card.standard-package.two {
    background-color: #effaff;
    border: 3px solid #3c6acd;
}

.pricing-card.basic-package.one {
    background-color: #ffffff;
}

.pricing-card.basic-package.one {
    background-color: #ffffff;
    border: 3px solid #fab564;
}

/* --- 5. Services/Value Proposition Section Styles --- */

.services-section {
    background-color: white;
    /* White background */
    padding: 80px 0;
}

.services-content {
    display: flex;
    align-items: center;
    /* Vertically align items */
    gap: 60px;
}

/* .services-text-col {
    flex: 1;
    max-width: 50%;
} */

.services-image-col {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    /* Align image to the right */
}

.section-tagline {
    font-size: 14px;
    font-weight: bold;
    color: var(--primary-color);
    /* Orange/Red color */
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.services-title {
    font-size: 35px;
    font-weight: 800;
    color: #2c3e50;
    /* Dark blue/black text */
    margin-bottom: 40px;
}

/* Steps/Features List Styling */
.service-steps {
    display: flex;
    margin-bottom: 30px;
    /* This creates the space between the numbers/text blocks */
    gap: 30px;
}

.step-item {
    cursor: pointer;
    text-align: left;
    /* Define the width of the step column to control spacing */
    flex-basis: 25%;
    /* border: none; */
}

.step-number {
    font-size: 36px;
    font-weight: 800;
    color: #ccc;
    /* Light grey for unhighlighted numbers */
    display: block;
    margin-bottom: 5px;
}

.step-text {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    line-height: 1.3;
}

/* Highlighted Step Styling */
.highlighted-step .step-number {
    color: var(--primary-color);
    /* Orange/Red for the highlighted number */
}

.highlighted-step .step-text {
    color: #2c3e50;
    /* Darker text for the highlighted item */
    font-weight: 700;
}

.highlighted-step {
    /* The underline effect below the number/text */
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 5px;
}

.services-description {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    width: 66%;
}

.services-link{
    margin-top: 30px;
}

/* Learn More Link Styling */
.learn-more-link {
    text-decoration: none;
    font-weight: bold;
    color: var(--primary-color);
    font-size: 16px;
    transition: color 0.2s;
    font-family: inter;
}

.arrow-icon {
    margin-left: 5px;
}

/* Image Illustration Styling */
.services-illustration {
    width: 90%;
    /* Adjust size of the illustration */
    height: auto;
    display: block;
    flex: 1;
}





/* for treadmark registration  */

/* --- Section Layout --- */
.cta-section {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 80vh;
    padding: 50px 150px;
    background-color: var(--bg-main-light);
    /* Placeholder for the busy pattern background from the original image */
    background-image: url('/imagees/Trademark-Registration/tr-bg.webp');
    background-size: cover;
}

/* --- The White Card Container --- */
.cta-card {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    z-index: 10;
    position: relative;
    /* To contain the separator */
}

/* --- Typography --- */
.cta-headline {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.cta-protection-text {
    color: var(--text-gray);
    margin-bottom: 25px;
    line-height: 1.5;
}

/* --- Stats List --- */
.cta-stats {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.cta-stats li {
    font-size: 1em;
    color: var(--text-dark);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.bullet-red {
    display: block;
    width: 6px;
    height: 6px;
    background-color: var(--accent-red);
    border-radius: 50%;
    margin-right: 12px;
}

/* --- Orange CTA Button --- */
.cta-button-orange {
    background-color: #042c7b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Inter';
    text-decoration: none;
}

.cta-button-orange:hover {
    background-color: #d15a33;
}

/* --- Proof Row (Scores and Logos) --- */
.cta-proof-row {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-top: 15px;
}

.proof-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Review Score Styling */
.reviews {
    border-right: 1px solid #eeeeee;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    /* Horizontal layout for score and stars */
    align-items: center;
    gap: 10px;
}

.score {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.advisor-logo {
    font-size: 0.8em;
    font-weight: 600;
    color: var(--text-dark);
}

.stars {
    color: gold;
    /* Use a gold color for stars */
    font-size: 1.2em;
}

/* Inc 5000 Logo Styling */
.inc-logo-box {
    align-items: center;
    text-align: center;
}

.inc-logo {
    width: 100%;
    /* Adjust size */
    height: auto;
    margin-bottom: 5px;
}

.inc-text {
    font-size: 0.75em;
    color: var(--text-gray);
    line-height: 1.3;
    max-width: 120px;
}

/* --- Card Separator (Blue line at the bottom of the card) --- */
.card-separator {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 40px;
    height: 3px;
    background-color: #2980b9;
    /* A distinct blue color */
}

/* --- Right Image Styling --- */
/* Note: The image in your screenshot appears integrated with the background. 
   This simple approach floats it next to the card. */
.cta-image-right img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    /* Adjust to control size and overlap */
    max-height: 90vh;
    object-fit: contain;
    z-index: 5;
    /* Behind the CTA card */
}

/* --- Section Container (Sets the light blue background) --- */
.trademark-benefits-section {
    background-color: #effaff;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

/* Inner wrapper controls max width and Flex layout */
.section-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 50px;
    /* Space between the image and the text */
    align-items: center;
}

/* --- LEFT COLUMN: Image Side --- */
.image-side {
    flex: 1 1 45%;
    /* Takes about 45% of the space, flexible */
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-placeholder {
    /* Styles for the white card holding the image, matching the visual style */
    width: 100%;
    max-width: 100%;
    height: 400px;
    /* background-color: #ffffff; */
    border-radius: 8px;

    overflow: hidden;
    /* You would place your image/visual HTML inside this div */
}

/* --- RIGHT COLUMN: Content Side --- */
.content-side {
    flex: 1 1 50%;
    /* Takes about 50% of the space, flexible */
    max-width: 600px;
    /* Controls max width of the text block */
    padding: 20px 0;
}

.content-side h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.content-side p {
    line-height: 1.6;
    margin-bottom: 20px;
}

/* --- Bulleted List Styling --- */
.benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.benefits-list li {
    line-height: 1.6;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.red-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    background-color: var(--primary-color);
    /* Use primary color for highlights */
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 8px;
}

/* --- Section Container --- */
.trademark-search-section {
    background-color: white;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

/* Inner wrapper controls max width and Flex layout */
.section-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 50px;
    /* Space between the content and the visual */
    align-items: center;
}

/* --- LEFT COLUMN: Content Side --- */
.trademark-search-content {
    flex: 1 1 50%;
    /* Takes about 50% of the space, flexible */
    max-width: 600px;
    /* Controls max width of the text block */
    padding: 20px 0;
}

.trademark-search-content h2 {
    font-size: 33px;
    font-weight: 700;
    /* Overriding --secondary-color for the specific blue headline shown */
    color: var(--headline-blue);
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: left;
}

.trademark-search-content p {
    color: var(--text-body-gray);
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.trademark-search-content p strong {
    /* Highlight the bold text like "free, federal direct-hit search" */
    font-weight: 700;
    color: var(--headline-blue);
    /* Use the headline blue for bold contrast */
}


/* --- RIGHT COLUMN: Image Side --- */
.search-visual {
    flex: 1 1 40%;
    /* Takes about 40% of the space, flexible */
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-visual img {
    /* Ensure the image scales properly within its container */
    max-width: 100%;
    height: auto;
    display: block;
}

.faqs-section {
    background-color: white;
    /* The body is beige, this section seems white */
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- Header and Subtext --- */
.section-header-wrapper {
    text-align: center;
    max-width: 800px;
    margin-bottom: 40px;
}

.faqs-section h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.faqs-subtext {
    font-size: 16px;
    color: var(--text-light-gray);
}

/* --- Accordion Styling --- */
.accordion-container {
    width: 70%;
    max-width: 100%;
    /* background-color: #f7f9ff; */
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    /* Light background tint for the accordion items */
    background-color: var(--bg-accordion-item);
}

/* Header (The clickable button) */
.accordion-header {
    width: 100%;
    padding: 30px 25px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--primary-font);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--headline-blue);
    /* background-color: #f7f9ff; */
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.accordion-header:hover {
    background-color: #e6eef5;
    /* Subtle hover effect */
}

/* Icon (The plus/minus sign) */
.accordion-icon {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s;
}

/* Icon change when expanded (active) */
.accordion-header[aria-expanded="true"] .accordion-icon {
    transform: rotate(45deg);
    /* Turns the + into an X (or you can change it to a -) */
}

/* Content (The hidden answer) */
.accordion-content {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-content p {
    padding-bottom: 20px;
    font-size: 1em;
    color: var(--text-light-gray);
}

/* Class added by JavaScript when expanded */
.accordion-content.is-open {
    max-height: 300px;
    /* Needs to be larger than max content height */
    padding-top: 5px;
}

/*  ACTIVE BORDER */
.accordion-header.is-active {
    border-color: var(--primary-color);              /* primary color */
    /* box-shadow: 0 0 0 1px var(--primary-color); */
}

/* optional hover */
.accordion-header:hover {
    border-color: var(--primary-color);
}

/* last section for tragemark registratuin  */
/* --- Section Container --- */
.final-cta-section {
    background-color: var(--background-color) !important;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white !important;
}

/* Inner wrapper controls max width */
.cta-content-wrapper {
    max-width: 700px;
    width: 100%;
}

/* --- Typography --- */
.cta-headline {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    /* Using a very dark color that contrasts well with white, derived from screenshot */
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.cta-subtext {
    font-size: 1.1rem;
    /* Using the lighter gray from the screenshot */
    color: var(--secondary-color);
    margin-bottom: 30px;
}

/* --- Primary CTA Button --- */
.cta-button-primary {
    display: inline-block;
    /* *** USING PRIMARY COLOR VARIABLE HERE *** */
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 5px;
}

.cta-button-primary:hover {
    /* Slightly darker shade of the primary color on hover */
    background-color: #e54a2e;
}

/* testimonials css */

.r9k3-section {
    background-color: #fff2e6;
    text-align: center;
    padding: 60px 250px;
    /* height: 1050px; */
    overflow: hidden;
    position: relative;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.r9k3-section h2 {
    margin-bottom: 10px;
}

.r9k3-section p {
    color: #555;
    margin-bottom: 40px;
}

.r3f2-box {
    display: flex;
    height: 626px;
    position: relative;
    justify-content: center;
    /* width: -webkit-fill-available; */
    width: 100%;
}

@media (min-width: 1200px) {
    .r3f2-box {
        width: 1200px;
    }
}

.r3f2-box-1{
    left: 0;
    z-index: 4;
}

.r3f2-box-2{
    left: 5.5%;
    z-index: 3;
}

.r3f2-box-3{
    left: 7%;
    z-index: 2;
}

.r3f2-box-4{
    left: 17%;
    z-index: 1;
}

.r3a1-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 90%;
    position: absolute;
    max-width: 1000px;
    transition: all 0.4s ease;
}

.imgk5 {
    flex: 1;
}

.imgk5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.txtp9 {
    flex: 1;
    padding: 80px;
    text-align: left;
    position: relative;
}

.qt8i {
    color: #e74c3c;
    font-size: 28px;
}

.txr2 {
    font-size: 17px;
    color: #222;
    margin: 20px 0;
    line-height: 1.6;
}

.nm2b {
    font-weight: bold;
    margin-bottom: 5px;
}

.srcv3 {
    color: var(--secondary-color);
    font-size: 14px;
}

.nvg7 {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

/* arrows hidden by default */
.r3a1-card .nvg7 {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* sirf active card par arrows visible */
.r3a1-card.active .nvg7 {
    opacity: 1;
    pointer-events: auto;
}


.nvg7 button {
    background-color: #132c4e;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.nvg7 button:hover {
    background-color: #1a3f72;
}
.r3a1-card {
    width: 90%;
    transition: all 0.4s ease;
    cursor: pointer;
    height: 626px;
}

/* inactive (peeche wale cards) */
.r3a1-card.inactive {
    width: 6.5%;
}

/* active card */
.r3a1-card.active {
    width: 90%;
    opacity: 1;
}

/* thoda overlap look */
.r3f2-box-1 { left: 0%; }
.r3f2-box-2 { 
    left: 5%; 
    background-color: var(--background-color);
}
.r3f2-box-3 { left: 10%; }
.r3f2-box-4 { 
    left: 15%; 
    background-color: var(--background-color);
}

/* =========================
   MOBILE SIMPLE SLIDER
========================= */
@media (max-width: 767px) {

    .r9k3-section {
        padding: 30px 15px;
    }

    .r3f2-box {
        height: auto;
        display: block;
    }

    /* CARD RESET */
    .r3a1-card {
        position: relative;
        width: 100% !important;
        max-width: 100%;
        height: auto;
        flex-direction: column;
        margin: 0 auto;
        display: none; /* hide all */
    }

    /* SHOW ONLY ACTIVE CARD */
    .r3a1-card.active {
        display: flex;
    }

    /* REMOVE STACK EFFECT */
    .r3a1-card.inactive {
        display: none;
        width: 100%;
    }

    /* IMAGE */
    .imgk5 {
        width: 100%;
        height: 200px;
    }

    .imgk5 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* TEXT */
    .txtp9 {
        padding: 20px;
        text-align: center;
    }

    .txr2 {
        font-size: 14px;
        line-height: 1.5;
    }

    .nm2b {
        font-size: 14px;
    }

    .srcv3 {
        font-size: 12px;
    }

    /* ARROWS ALWAYS VISIBLE */
    .r3a1-card .nvg7 {
        opacity: 1;
        pointer-events: auto;
        justify-content: center;
        margin-top: 15px;
    }

    /* RESET LEFT POSITIONS */
    .r3f2-box-1,
    .r3f2-box-2,
    .r3f2-box-3,
    .r3f2-box-4 {
        left: 0 !important;
    }
}



/* --- Section Container --- */
.how-it-works-section {
    background-color: var(--bg-section-white);
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* --- Header and Subtext --- */
.section-header-wrapper {
    max-width: 700px;
    margin-bottom: 50px;
}

.how-it-works-section .section-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}

.how-it-works-section .section-subtext {
    font-size: 1.1rem;
    color: var(--text-subtext-gray);
}

/* --- Steps Container (Flexbox for 3 columns) --- */
.steps-container {
    max-width: 80%;
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

/* --- Individual Step Card --- */
/* .step-card {
    flex: 1 1 30%;
    padding: 10px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    box-shadow: 0px 0px 8px -2px var(--primary-color);
} */

/* .step-card {
    display: block;
    position: relative;
    background-color: var(--background-color);
    border-radius: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
} */

/* .step-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #192E5A;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
} */

/* .step-card:hover::before {
    transform: scale(30);
}

.step-card:hover {
    p {
        transition: all 0.3s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }

    h3 {
        transition: all 0.3s ease-out;
        color: #ffffff;
    }
} */

.step-content {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}

.services-tab-content {
    display: none;
}

.services-tab-content.active-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.step-icon {
    /* Styles for the visual elements */
    width: 80%;
    max-width: 100%;
    height: auto;
    /* margin-bottom: 25px; */
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

p.step-description {
    text-align: center;
}

.step-description {
    font-size: 1em;
    line-height: 1.5;
    /* Overriding inherited color for better contrast against white */
    /* color: var(--text-subtext-gray); */
}

/* USPTO Office Action Response */

/* --- Section Container (Sets the stage) --- */
.oa-response-hero-section {
    position: relative;
    width: 100%;
    min-height: 85vh;
    /* Ensure it fills the viewport */
    display: flex;
    justify-content: flex-start;
    /* Start content on the left */
    align-items: center;
    padding: 50px 0;
    overflow: hidden;
    background-size: cover;
}

/* --- Background Image and Overlay --- */
.hero-bg-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* PLACEHOLDER: Replace with your actual image path */
    background-image: url('path/to/office-action-response-woman.jpg');
    background-size: cover;
    background-position: center right;
    /* Focus on the woman */
    z-index: 1;
}

/* Dark Blue Overlay (to match the screenshot) */
.hero-bg-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Apply a dark blue tint/gradient over the image */
    background-color: var(--bg-dark-blue);
    opacity: 0.8;
}


/* --- White Content Card --- */
.oa-content-card {
    position: relative;
    /* Brings it above the background */
    z-index: 10;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin-left: 10%;
    /* Positions the card away from the left edge */
}

/* --- Card Typography --- */
.oa-headline {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--headline-dark);
    margin-bottom: 20px;
}

.oa-subtext {
    color: var(--text-subtext-gray);
    margin-bottom: 25px;
    line-height: 1.5;
}

/* --- Stats List --- */
.oa-stats-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.oa-stats-list li {
    font-size: 1em;
    color: var(--text-subtext-gray);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.bullet-red {
    display: block;
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

/* --- CTA Button --- */
.oa-button-orange {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.oa-button-orange:hover {
    background-color: #e54a2e;
}


/* --- Bottom Text Bar --- */
.oa-bottom-text-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    /* Background color of the text is the dark blue overlay color */
    /* background-color: rgba(45, 62, 80, 0.5);  */
    color: #ffffff;
    font-size: 16px;
    z-index: 10;
    /* Ensure it stays above everything */
}

/* --- Section Container --- */
.oa-responding-section {
    background-color: #ffffff;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.section-wrapperr {
    max-width: 1200px;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

/* --- Main Content (Large Left Column in the original layout) --- */
.oa-responding-main-content {
    max-width: 900px;
    /* Controls width of the main text block */
    margin: 0 auto 50px auto;
    /* text-align: center;  */
}

.oa-responding-main-content .section-headline {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--headline-dark-blue);
    margin-bottom: 25px;
}

.oa-responding-main-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-body-gray);
    /* Make the text block align left when the text wraps */
    text-align: left;
    margin: 0 auto;
    max-width: 700px;
}

/* --- 3-Step Process Container --- */
.oa-process-steps-container {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
    margin-top: 20px;
}

/* --- Individual Step Card --- */
.oa-step-card {
    flex: 1 1 30%;
    padding: 15px;
}

.oa-icon-wrapper {
    width: 60px;
    height: 60px;
    /* Approximation of the light orange circle/square background */
    background-color: var(--bg-icon-light-orange);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
}

.oa-step-icon {
    /* Styles for the actual icon image */
    width: 45px;
    height: auto;
    /* You would need to color these images if they are SVGs, 
       but standard images rely on the source file */
}

.oa-step-description {
    font-size: 1em;
    font-weight: 600;
    /* Bold font for the description */
    line-height: 1.5;
    color: var(--headline-dark-blue);
    /* Use the dark blue for contrast */
}

/* --- Section Container (Sets the dark blue background) --- */
.oa-pricing-section {
    background-color: #192e5a;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.oa-pricing-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
}

/* --- LEFT COLUMN: Pricing Card --- */
.oa-pricing-card {
    flex: 0 0 580px;
    /* Fixed width on desktop */
    background-color: #fffbf6;
    border-radius: 8px;
    padding: 35px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 4px solid #f75531;
}

.oa-pricing-label {
    font-size: 1em;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.oa-pricing-value {
    font-family: var(--primary-font);
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.oa-pricing-button {
    display: block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1em;
    transition: background-color 0.3s;
    margin-bottom: 30px;
}

.oa-pricing-button:hover {
    background-color: #e54a2e;
}

/* Features/Process List */
.oa-pricing-features {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #f0e0d5;
    /* Light separator */
}

.oa-feature-title {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--text-card-dark);
    margin-bottom: 5px;
    margin-top: 15px;
}

.oa-feature-description {
    font-size: 0.95em;
    color: var(--text-card-dark);
    line-height: 1.5;
}


/* --- RIGHT COLUMN: Text Content --- */
.oa-pricing-text-content {
    flex: 1;
    /* Takes up remaining space */
    max-width: 650px;
    color: var(--headline-white);
}

.oa-pricing-tag {
    font-family: var(--primary-font);
    font-size: 0.9em;
    font-weight: 600;
    color: #97e0ff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.oa-pricing-headline {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    color: white;
    margin-bottom: 25px;
}

.oa-pricing-body {
    font-size: 1.1rem;
    line-height: 1.7;
    color: white;
}


/* --- Section Container (Sets the stage) --- */
.tm-monitor-hero-section {
    position: relative;
    width: 100%;
    min-height: 85vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0;
    overflow: hidden;
    background-size: cover;
}

/* --- Background Image and Overlay --- */
.tm-monitor-bg-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* PLACEHOLDER: Replace with your actual image path */
    background-image: url('/imagees/Trademark-Monitoring/monitor-bg.png');
    background-size: cover;
    background-position: center right;
    z-index: 1;
}

/* Overlay (Subtle dark tint over the image to improve card contrast) */
.tm-monitor-bg-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Using a dark color with transparency */
    background-color: rgba(0, 0, 0, 0.3);
}


/* --- White Content Card --- */
.tm-monitor-content-card {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    margin-left: 10%;
}

/* --- Card Typography --- */
.tm-monitor-headline {
    font-family: var(--primary-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--headline-dark);
    margin-bottom: 15px;
}

.tm-monitor-subtext {
    font-family: var(--body-font);
    color: var(--text-subtext-gray);
    margin-bottom: 25px;
    line-height: 1.5;
}

/* --- Stats List --- */
.tm-monitor-stats-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.tm-monitor-stats-list li {
    font-family: var(--body-font);
    font-size: 1em;
    color: var(--text-subtext-gray);
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.tm-monitor-bullet-red {
    display: block;
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 8px;
    /* Alignment for multi-line text */
}

/* --- CTA Button --- */
.tm-monitor-button-orange {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
    margin-bottom: 30px;
}

.tm-monitor-button-orange:hover {
    background-color: #e54a2e;
}

/* --- Logos/Ratings Wrapper --- */
.tm-monitor-logos-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
    /* Light separator */
}

/* --- Bottom Text Bar --- */
.tm-monitor-bottom-text-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    /* Dark blue background for the bar */
    background-color: var(--text-dark-blue);
    color: #ffffff;
    font-family: var(--body-font);
    font-size: 16px;
    z-index: 10;
}


/* --- Section Container (Sets the light background) --- */
.copy-engine-section {
    background-color: white;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.copy-engine-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* --- Header --- */
.copy-engine-header {
    margin-bottom: 50px;
}

.copy-engine-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.copy-engine-subtitle {
    font-size: 1.1rem;
    color: var(--text-body-gray);
    max-width: 600px;
    margin: 0 auto;
}

/* --- 3-Step Process Container --- */
.copy-engine-steps-container {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto;
}

/* --- Individual Step Card --- */
.copy-engine-step-card {
    flex: 1 1 30%;
    padding: 15px;
}

.copy-engine-step-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    /* Color matches the dark blue of the headline */
    color: var(--headline-dark-blue);
}

.copy-engine-step-description {
    font-size: 1em;
    line-height: 1.6;
    color: var(--text-body-gray);
}

/* --- Section Container --- */
.copy-package-section {
    background-color: var(--bg-section-white);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.copy-package-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* --- Header --- */
.copy-package-header {
    margin-bottom: 50px;
}

.copy-package-title {
    font-size: 2.5rem;
    font-weight: 700;
}

/* --- Pricing Cards Container (Flexbox for 2 columns) --- */
.copy-package-cards-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
}

/* --- Individual Card Styling --- */
.copy-package-card {
    flex: 1 1 45%;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 2px solid #192e5a;
    background-color: white;
}

/* Highlight the Deluxe Card */
.copy-package-card-deluxe {
    background-color: #effaff;
    border: 2px solid #3c6acd;
}

/* --- Pricing Text --- */
.copy-package-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.copy-package-price {
    font-family: var(--primary-font);
    font-size: 3rem;
    font-weight: 700;
    color: var(--headline-dark-blue);
}

.copy-package-fees {
    font-size: 0.9em;
    color: var(--text-body-gray);
    margin-bottom: 20px;
}

.copy-package-details-link {
    display: block;
    font-size: 0.9em;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 25px;
}

/* --- Dark Blue Button --- */
.copy-package-button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #192e5a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.2s;
    margin-bottom: 30px;
}

.copy-package-button:hover {
    background-color: #3e5268;
}

/* --- Feature List --- */
.copy-package-features-list {
    text-align: left;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.copy-package-feature-title {
    font-size: 1em;
    font-weight: 600;
    color: var(--headline-dark-blue);
    margin-top: 20px;
    margin-bottom: 5px;
}

.copy-package-feature-highlight {
    font-size: 0.9em;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 5px;
    margin-bottom: 15px;
}

.copy-package-feature-description {
    font-size: 0.9em;
    line-height: 1.5;
    color: var(--text-body-gray);
}

/* --- Section Container (Sets the light beige background) --- */
.about-hero-section {
    background-color: var(--background-color);
    padding-top: 50px;
    /* Spacing above the header */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* --- Header Area (Headline, Tag, CTA) --- */
.about-hero-header-area {
    max-width: 800px;
    padding: 0 20px 40px 20px;
}

.about-hero-tag {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.about-hero-headline {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--headline-dark-blue);
    margin-bottom: 10px;
}

.about-hero-subtext {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.about-hero-button-orange {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.2s;
}

.about-hero-button-orange:hover {
    background-color: #e54a2e;
}

/* --- Collage Image Styling --- */
.about-hero-collage-wrapper {
    width: 100%;
    max-width: 1000%;
    padding: 0 20px 80px 20px;
    /* Padding on sides and bottom */
    background: linear-gradient(transparent 58%, rgb(255, 255, 255, 1) 50%);
}

/* .about-hero-collage-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); 
    object-fit: cover; 
} */


/* --- Section Container --- */
.about-timeline-section {
    background-color: var(--bg-timeline-white);
    background-color: rgb(255, 255, 255, 1);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.about-timeline-wrapper {
    max-width: 1000px;
    width: 100%;
    text-align: center;
}

.about-timeline-headline {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--headline-dark-blue);
    margin-bottom: 60px;
}

/* --- Timeline Container (The core structure) --- */
.about-timeline-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* The vertical line */
.about-timeline-container::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--line-color);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    z-index: 0;
}

/* --- Individual Event --- */
.about-timeline-event {
    padding: 10px 0;
    position: relative;
    width: 50%;
    margin-bottom: 20px;
}

/* Dots on the line */
.about-timeline-point {
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border: 3px solid white;
    /* White ring to match the image */
    border-radius: 50%;
    position: absolute;
    top: 25px;
    z-index: 1;
}

/* Content Card */
.about-timeline-content {
    padding: 20px;
    background-color: white;
    /* Card background is white */
    border: 1px solid var(--line-color);
    border-radius: 6px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.about-timeline-date {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.about-timeline-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--headline-dark-blue);
    margin-bottom: 10px;
}

.about-timeline-description {
    font-size: 0.95em;
    line-height: 1.6;
    color: var(--text-body-gray);
}

/* --- Positioning Left Events --- */
.about-timeline-event-left {
    left: 0;
}

.about-timeline-event-left .about-timeline-content {
    margin-right: 45px;
    border-right: 1px solid #f75531;
}

.about-timeline-event-left .about-timeline-point {
    right: -7.5px;
    /* Half the size of the point, placed on the line */
}


/* --- Positioning Right Events --- */
.about-timeline-event-right {
    left: 50%;
}

.about-timeline-event-right .about-timeline-content {
    margin-left: 45px;
    border-left: 1px solid #f75531;
}

.about-timeline-event-right .about-timeline-point {
    left: -7.5px;
    /* Half the size of the point, placed on the line */
}

/* The vertical line CSS */
.about-timeline-container::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #f75531;
    top: 34px;
    bottom: 137px;
    left: 50%;
    margin-left: -1px;
    z-index: 0;
}

/* --- Section Container (Sets the light background) --- */
.about-main-section {
    background-color: #effaff;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.about-main-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
    /* Align columns at the top */
}

/* --- LEFT COLUMN: Text Content --- */
.about-main-text-content {
    flex: 1;
    /* Takes up its space */
    max-width: 600px;
}

.about-main-headline {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #192e5a;

}

.about-main-paragraph {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* --- RIGHT COLUMN: Image --- */
.about-main-image-wrapper {
    flex: 0 0 450px;
    /* Fixed width on desktop */
    margin-top: 5px;
    /* Slight offset to align roughly with the headline baseline */
}

.about-main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;

}

/* --- Section Container (Sets the light background) --- */
.about-commitment-section {
    background-color: var(--bg-section-light-blue);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.about-commitment-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* --- Top Row: Main Layout (Main Content + Feature Grid) --- */
.about-commitment-top-row {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}

/* --- Left Column: Main Text & CTA --- */
.about-commitment-main-text {
    flex: 0 0 350px;
    /* Fixed width for the left column on desktop */
    padding-right: 20px;
}

.about-commitment-headline {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-commitment-intro {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.about-commitment-cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.2s;
    white-space: nowrap;
    /* Prevents text from wrapping too early */
}

.about-commitment-cta-button:hover {
    background-color: #e54a2e;
}


/* --- Right Grid: 3 Feature Columns --- */
.about-commitment-feature-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about-commitment-feature-item {
    text-align: left;
}

.about-commitment-feature-title {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--headline-dark-blue);
    margin-bottom: 10px;
}

.about-commitment-feature-description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-body-gray);
}

/* --- Bottom Row: Final Paragraph --- */
.about-commitment-bottom-text {
    border-top: 1px solid #e0e0e0;
    /* Light divider line */
    padding-top: 40px;
    text-align: center;
}

.about-commitment-focus-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-commitment-focus-description {
    font-size: 1em;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* --- Section Container (Sets the dark blue background) --- */
.full-cta-section {
    background-color: var(--white-color);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.full-cta-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* --- Left: Illustration --- */
.full-cta-illustration-wrapper {
    flex: 1;
    /* Takes up approximately half the space */
    max-width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-cta-illustration {
    /* For the actual image of the laptop/shield. 
       Note: If this is an SVG illustration, it should be sized internally or via CSS. */
    width: 100%;
    height: auto;
    display: block;
}

/* --- Right: Text and CTAs --- */
.full-cta-text-content {
    flex: 1;
    /* Takes up approximately half the space */
    color: white;
    text-align: left;
}

.full-cta-headline {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.full-cta-subtext {
    font-size: 1.1em;
    color: var(--secondary-color);
    margin-bottom: 25px;
}

.full-cta-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Primary Button (Orange Fill) */
.full-cta-button-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.2s;
}

.full-cta-button-primary:hover {
    background-color: #e54a2e;
}

/* Secondary Link */
.full-cta-link-secondary {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    transition: color 0.2s;
}

.full-cta-link-secondary:hover {
    color: var(--primary-color);
}

/* --- Section Container --- */
.renewal-alive-section {
    background-color: var(--bg-section-off-white);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.renewal-alive-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 130px;
    align-items: center;
}

/* --- LEFT COLUMN: Text Content and Search --- */
.renewal-alive-text-content {
    flex: 1;
    max-width: 550px;
}

.renewal-alive-headline {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    margin-bottom: 20px;
}

.renewal-alive-intro {
    font-size: 1.1em;
    color: var(--text-body-gray);
    margin-bottom: 25px;
}

/* Benefits List */
.renewal-alive-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.renewal-alive-benefit-item {
    display: flex;
    align-items: center;
    font-size: 1em;
    color: var(--text-body-gray);
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Small orange bullet icon */
.renewal-alive-bullet-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.renewal-alive-benefit-item strong {
    color: var(--headline-dark-blue);
    font-weight: 600;
}

/* Search Block */
.renewal-alive-search-block {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--input-border-gray);
    margin-bottom: 25px;
}

.renewal-alive-search-label {
    font-size: 1em;
    font-weight: 600;
    color: #ef4e22;
    margin-bottom: 10px;
}

.renewal-alive-search-form {
    display: flex;
    gap: 10px;
}

.renewal-alive-search-input {
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid var(--input-border-gray);
    border-radius: 5px;
    font-size: 0.95em;
}

.renewal-alive-search-button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.renewal-alive-search-button:hover {
    background-color: #e54a2e;
}

/* Ratings */
.renewal-alive-ratings {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Placeholder for actual image sizing */
.renewal-alive-rating-img,
.renewal-alive-award-img {
    height: 60px;
    width: auto;
}

/* --- RIGHT COLUMN: Image --- */
.renewal-alive-image-wrapper {
    flex: 1;
    position: relative;
    max-width: 500px;
}

.renewal-alive-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    z-index: 2;
    position: relative;
}

.renewal-alive-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffcc8f;
}

/* --- Section Container --- */
.renewal-why-section {
    background-color: #fffbf6;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.renewal-why-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
}

/* --- LEFT COLUMN: Text Content --- */
.renewal-why-text-content {
    flex: 1;
    max-width: 600px;
}

.renewal-why-headline {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #192e5a;
    margin-bottom: 20px;
}

.renewal-why-intro {
    font-size: 1.1em;
    color: var(--text-body-gray);
    margin-bottom: 30px;
}

.renewal-why-benefit-item {
    font-size: 1em;
    color: var(--text-body-gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

.renewal-why-benefit-item strong {
    color: var(--headline-dark-blue);
    font-weight: 700;
}

/* --- RIGHT COLUMN: Pricing Card --- */
.renewal-why-pricing-card {
    flex-shrink: 0;
    /* Prevents card from shrinking */
    width: 100%;
    max-width: 570px;
    padding: 40px 30px;
    border: 1px solid #f75531;
    border-radius: 8px;
    background-color: white;
    /* Card background is white */
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.renewal-why-card-title {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.renewal-why-card-price {
    font-size: 3rem;
    font-weight: 800;
    color: #f75531;
    margin-bottom: 5px;
}

.renewal-why-card-fees {
    font-size: 0.9em;
    color: var(--text-body-gray);
    margin-bottom: 30px;
}

.renewal-why-card-button {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.2s;
}

.renewal-why-card-button:hover {
    background-color: #e54a2e;
}


/* --- Section Container --- */
.renewal-timeline-section {
    background-color: var(--bg-section-light-gray);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.renewal-timeline-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 80px;
    align-items: center;
}

/* --- LEFT COLUMN: Text Content and CTA --- */
.renewal-timeline-text-content {
    flex: 1;
    max-width: 450px;
}

.renewal-timeline-headline {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--headline-dark-blue);
    margin-bottom: 25px;
}

.renewal-timeline-intro {
    font-size: 1.1em;
    color: var(--text-body-gray);
    line-height: 1.6;
    margin-bottom: 30px;
}

.renewal-timeline-cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.2s;
}

.renewal-timeline-cta-button:hover {
    background-color: #e54a2e;
}


/* --- RIGHT COLUMN: Timeline Accordion --- */
.renewal-timeline-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    max-width: 600px;
}

.renewal-timeline-item {
    background-color: var(--accordion-bg);
    border-radius: 8px;
    padding: 20px;
    transition: background-color 0.2s;
    cursor: pointer;
}

.renewal-timeline-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.renewal-timeline-item-title {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--headline-dark-blue);
    margin: 0;
}

.renewal-timeline-toggle-icon {
    font-size: 1.5em;
    color: var(--headline-dark-blue);
    font-weight: 300;
    line-height: 1;
}

/* Content Area */
.renewal-timeline-item-content {
    padding-top: 15px;
    font-size: 1em;
    line-height: 1.5;
    color: var(--text-body-gray);
}

/* State for closed items (For initial styling, JS would handle the actual display) */
.renewal-timeline-item-content-hidden {
    display: none;
}

/* Styling for the open/active item */
.renewal-timeline-item-open {
    background-color: white;
    /* White background for the open item */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Existing CSS for hiding content */
.renewal-timeline-item-content {
    max-height: 0;
    /* Use max-height for smooth transitions */
    overflow: hidden;
    padding-top: 0;
    transition: max-height 0.3s ease-out, padding-top 0.3s ease-out;
}

/* New CSS state applied by JS when item is clicked */
.renewal-timeline-item.is-open .renewal-timeline-item-content {
    max-height: 200px;
    /* Needs to be larger than the content height */
    padding-top: 15px;
}

/* Change icon when item is open */
.renewal-timeline-item.is-open .renewal-timeline-toggle-icon::before {
    content: '-';
    /* Change the visible symbol */
}

.renewal-timeline-item:not(.is-open) .renewal-timeline-toggle-icon::before {
    content: '+';
    /* Ensure the closed symbol is visible */
}

/* --- Section Container --- */
.renewal-how-section {
    background-color: white;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.renewal-how-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* --- Header Text --- */
.renewal-how-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.renewal-how-headline {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    margin-bottom: 20px;
}

.renewal-how-intro {
    font-size: 1.1em;
    color: var(--text-body-gray);
    line-height: 1.6;
}

/* --- 3-Step Grid --- */
.renewal-how-steps-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.renewal-how-step-item {
    flex: 1;
    max-width: 350px;
    border: 1px solid #ffcc8f;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    background-color: white;
}

/* Icon Styling */
.renewal-how-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 8px;
    /* Square with rounded corners */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}

.renewal-how-icon {
    /* Placeholder for the actual icon font/SVG */
    color: white;
    font-size: 1.8em;
}

/* New CSS for the actual image icons */
.renewal-how-actual-icon {
    width: 100%;
    /* Or specific pixel value, e.g., 30px */
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    /* Ensure it behaves as a block element */
    /* If your SVG is dark and needs to be white on the orange background: */

}


.renewal-how-step-title {
    font-size: 1.25em;
    font-weight: 700;
    color: var(--headline-dark-blue);
    margin-bottom: 10px;
}

.renewal-how-step-description {
    font-size: 1em;
    line-height: 1.6;
    color: var(--text-body-gray);
}

/* --- Section Container --- */
.renewal-stats-section {
    background-color: white;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.renewal-stats-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* --- Headline --- */
.renewal-stats-headline {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    max-width: 800px;
    margin: 0 auto 60px auto;
    /* Centered, generous bottom margin */
}

/* --- Stat Grid --- */
.renewal-stats-grid {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.renewal-stats-item {
    flex: 1;
    min-width: 150px;
    padding: 0 10px;
}

.renewal-stats-number {
    font-size: 3.5rem;
    /* Large, bold numbers */
    font-weight: 800;
    color: #d6390f;
    line-height: 1.1;
    margin-bottom: 5px;
}

.renewal-stats-label {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-body-gray);
    line-height: 1.5;
}

/* --- Section Container --- */
.renewal-products-section {
    background-color: var(--bg-section-white);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.renewal-products-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* --- Header Area --- */
.renewal-products-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.renewal-products-headline {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    margin-bottom: 10px;
}

.renewal-products-intro {
    font-size: 1.1em;
    color: var(--text-body-gray);
    margin-bottom: 30px;
}

.renewal-products-cta-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* CTA Styles */
.renewal-products-button-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.2s;
}

.renewal-products-link-secondary {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    transition: color 0.2s;
}

.renewal-products-button-primary:hover {
    background-color: #e54a2e;
}

.renewal-products-link-secondary:hover {
    color: var(--headline-dark-blue);
}


/* --- 4-Card Grid --- */
.renewal-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.renewal-products-card {
    border: 1px solid #f75531;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    background-color: white;
}

/* Icon Styling */
.renewal-products-icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: var(--icon-bg-light);
    /* Lighter background for the icon */
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
}

/* NEW CSS for the Actual Image Icon */
.renewal-products-icon-img {
    width: 100%;
    /* Scale image within the wrapper */
    height: auto;
    display: block;
    /* Optional: If your SVG/PNG is black and needs to be orange: */
    /* filter: sepia(1) saturate(100) hue-rotate(30deg) brightness(1.2); */
}


.renewal-products-card-title {
    font-size: 1.15em;
    font-weight: 700;
    color: var(--headline-dark-blue);
    margin-bottom: 15px;
}

.renewal-products-card-description {
    font-size: 0.95em;
    line-height: 1.6;
    color: var(--text-body-gray);
    margin-bottom: 20px;
    min-height: 150px;
    /* Ensures card heights are similar if text length varies */
}

.renewal-products-read-more {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.renewal-products-read-more .arrow {
    margin-left: 5px;
}

/* --- Section Container --- */
.careers-hero-section {
    background-color: var(--bg-section-white);
    /* Clean white background */
    padding: 100px 20px 80px 20px;
    display: flex;
    justify-content: center;
}

.careers-hero-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 80px;
    align-items: center;
}

/* --- Left Column: Content --- */
.careers-hero-content {
    flex: 1;
    max-width: 50%;
}

.careers-hero-tagline {
    font-size: 1em;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.careers-hero-headline {
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--headline-dark-blue);
    margin-bottom: 20px;
}

.careers-hero-subtext {
    font-size: 1.15em;
    color: var(--text-body-gray);
    line-height: 1.6;
    margin-bottom: 30px;
}

.careers-hero-cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.2s;
}

.careers-hero-cta-button:hover {
    background-color: #e54a2e;
}

/* --- Right Column: Image --- */
.careers-hero-image-container {
    flex: 1;
    max-width: 50%;
}

.careers-hero-image {
    width: 100%;
    height: auto;
    display: block;
    /* Styles to match the curved edge/shape of the reference image */
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* --- Section Container --- */
.careers-working-section {
    background-color: var(--bg-section-tan);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
}

.careers-working-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 80px;
    align-items: center;
}

/* --- Left Column: Illustration --- */
.careers-working-illustration-container {
    flex: 1;
    max-width: 40%;
    /* Ensures the illustration has the correct placement and scale */
    display: flex;
    justify-content: center;
}

.careers-working-illustration {
    width: 100%;
    height: auto;
    display: block;
    max-width: 450px;
    /* Constrain the size of the illustration */
}

/* --- Right Column: Text Content --- */
.careers-working-content {
    flex: 1;
    max-width: 60%;
}

.careers-working-headline {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    margin-bottom: 20px;
}

.careers-working-text {
    font-size: 1.1em;
    color: var(--text-body-gray);
    line-height: 1.6;
}

/* --- Section Container --- */
.careers-perks-section {
    background-color: var(--bg-section-light-blue);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.careers-perks-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* --- Header Text --- */
.careers-perks-header {
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.careers-perks-headline {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    margin-bottom: 20px;
}

.careers-perks-intro {
    font-size: 1.1em;
    color: var(--text-body-gray);
    line-height: 1.6;
}

/* --- Benefits Grid Row 1 (6-Column Layout) --- */
.careers-perks-grid-row-1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* --- Benefits Grid Row 2 (Layout for bottom two items) --- */
.careers-perks-grid-row-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    border-top: 1px solid var(--border-light-gray);
    gap: 40px;
}

.careers-perks-item {
    text-align: center;
    padding: 0 10px;
}

/* For the two items in the second row, constrain their width */
.careers-perks-item-half {
    max-width: 350px;
}

.careers-perks-title {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--headline-dark-blue);
    margin-bottom: 10px;
}

.careers-perks-description {
    font-size: 0.95em;
    line-height: 1.6;
    color: var(--text-body-gray);
}

/* --- Section Container --- */
.legal-hero-section {
    background-color: var(--bg-light-tan);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-size: 100%;

    /* Apply the subtle grid background pattern */
    background-image: linear-gradient(to right, var(--grid-pattern-color) 1px, transparent 1px),
        linear-gradient(to bottom, var(--grid-pattern-color) 1px, transparent 1px);

}

.legal-hero-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* --- Breadcrumbs --- */
.legal-hero-breadcrumbs {
    text-align: left;
    max-width: 100%;
    margin: 0 auto 50px 0;
    /* Align left within the section */
    font-size: 0.9em;
    color: var(--text-body-gray);
}

.legal-hero-breadcrumb-link {
    color: var(--text-body-gray);
    text-decoration: none;
    transition: color 0.2s;
}

.legal-hero-breadcrumb-link:hover {
    color: var(--headline-dark-blue);
}

.legal-hero-separator {
    margin: 0 5px;
}

.legal-hero-current {
    font-weight: 600;
}

/* --- Headline --- */
.legal-hero-headline {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    margin: 0 auto;
    /* Center the headline */
    max-width: 900px;
    padding-bottom: 50px;
    /* Space below the headline */
}

/* --- Section Container --- */
.legal-layout-section {
    background-color: var(--bg-section-white);
    padding: 40px 20px 100px 20px;
    display: flex;
    justify-content: center;
}

.legal-layout-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    /* Use flexbox for the two columns */
    gap: 80px;
}

/* --- Left Column: Sidebar Navigation --- */
.legal-layout-sidebar {
    width: 250px;
    /* Fixed width for the sidebar */
    flex-shrink: 0;
}

.legal-layout-nav-fixed {
    /* KEY STYLING FOR FIXED SCROLL */
    position: sticky;
    top: 30px;
    /* Distance from the top of the viewport when scrolling */

    padding: 20px 0;
    max-height: calc(100vh - 60px);
    /* Ensures it doesn't extend past viewport height */
    overflow-y: auto;
    /* Adds scrollbar if the nav list is too long */
}

.legal-layout-nav-title {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--text-body-gray);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.legal-layout-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-layout-nav-list li {
    margin-bottom: 5px;
}

.legal-layout-nav-link {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--text-body-gray);
    font-size: 0.95em;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
    border-left: 3px solid transparent;
}

.legal-layout-nav-link:hover {
    background-color: #f8f8f8;
}

.legal-layout-active-link {
    /* color: var(--primary-color); */
    background-color: var(--nav-border-light);
    /* border-left: 3px solid var(--primary-color); */
    font-weight: normal;
}


/* --- Right Column: Scrolling Content --- */
.legal-layout-content {
    flex-grow: 1;
    /* Takes up the remaining space */
    max-width: 800px;
}

.legal-content-heading {
    /* Reuse heading style from previous legal section */
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--headline-dark-blue);
    margin-top: 35px;
    margin-bottom: 15px;
    padding-top: 5px;
    /* for anchor/scroll offset */
}

.legal-layout-content p {
    /* Reuse paragraph style from previous legal section */
    font-size: 1.05em;
    line-height: 1.7;
    color: var(--text-body-gray);
    margin-bottom: 25px;
}

/* --- Section Container --- */
.blog-hero-section {
    background-color: var(--bg-light-cream);
    padding: 80px 20px 60px 20px;
    display: flex;
    justify-content: center;
    text-align: left;
}

.blog-hero-wrapper {
    max-width: 900px;
    /* Constrain width for article content */
    width: 100%;
}

/* --- Breadcrumbs --- */
.blog-hero-breadcrumbs {
    margin-bottom: 25px;
    font-size: 0.9em;
    color: var(--text-body-gray);
}

.blog-hero-breadcrumb-link {
    color: var(--text-body-gray);
    text-decoration: none;
    transition: color 0.2s;
}

.blog-hero-separator {
    margin: 0 5px;
    color: #cccccc;
}

.blog-hero-current {
    font-weight: 600;
}


/* --- Category Tag --- */
.blog-hero-category-tag {
    display: inline-block;
    background-color: #def5ff;
    color: #3c6acd;
    font-size: 0.8em;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


/* --- Headline & Subtitle --- */
.blog-hero-headline {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    margin-bottom: 20px;
}

.blog-hero-subtitle {
    font-size: 1.2em;
    color: var(--text-body-gray);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 700px;
}

/* --- Metadata --- */
.blog-hero-meta {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: var(--text-body-gray);
    font-weight: 500;
}

.blog-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-hero-meta-separator {
    margin: 0 15px;
    color: #dddddd;
}

.blog-hero-meta-item .icon {
    /* Style for the calendar and clock emojis/icons */
    font-size: 1.2em;
    line-height: 1;
}

/* --- Section Container --- */
.blog-content-section {
    background-color: var(--bg-section-white);
    padding: 30px 20px 80px 20px;
    display: flex;
    justify-content: center;
}

.blog-content-wrapper {
    max-width: 900px;
    /* Same max-width as the hero section */
    width: 100%;
    display: flex;
    /* Flex container for the two columns */
    gap: 40px;
}

/* --- Left Column: Fixed Author Sidebar --- */
.blog-content-sidebar {
    width: 180px;
    /* Narrow fixed width for the author box */
    flex-shrink: 0;
    padding-top: 15px;
    /* Alignment with the content text */
}

.blog-content-author-fixed {
    /* KEY STYLING FOR FIXED SCROLL */
    position: sticky;
    top: 30px;
    /* Distance from the top of the viewport when scrolling */

    max-height: calc(100vh - 60px);
}

.blog-content-author-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.blog-content-avatar-placeholder {
    width: 40px;
    height: 40px;
    background-color: var(--author-placeholder-gray);
    border-radius: 50%;
    margin-bottom: 5px;
}

.blog-content-written-by {
    font-size: 0.85em;
    color: var(--text-body-gray);
    line-height: 1.4;
    margin: 0;
}

.blog-content-written-by .label {
    display: block;
    color: #999999;
    font-size: 0.9em;
}

.blog-content-written-by .name {
    font-weight: 600;
    color: var(--text-body-gray);
}

.blog-content-updated-date {
    font-size: 0.85em;
    color: #999999;
    margin-bottom: 25px;
    padding-top: 15px;
    /* Vertical spacing after author box */
    border-top: 1px solid #eeeeee;
}

.blog-content-share-guide {
    display: inline-block;
    color: var(--share-link-color);
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 600;
}

/* --- Right Column: Scrolling Article Content --- */
.blog-content-article {
    flex-grow: 1;
    /* Takes up the remaining space */
    width: calc(100% - 220px);
    /* Adjust for sidebar width + gap */
}

.blog-content-intro-text {
    font-size: 1.15em;
    font-weight: 500;
    color: var(--text-body-gray);
    margin-bottom: 30px;
}

.blog-content-heading {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--headline-dark-blue);
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog-content-subheading {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--headline-dark-blue);
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog-content-article p {
    font-size: 1.05em;
    line-height: 1.7;
    color: var(--text-body-gray);
    margin-bottom: 25px;
}

.blog-content-numbered-list {
    font-size: 1.05em;
    line-height: 1.7;
    color: var(--text-body-gray);
    list-style-position: inside;
    margin-left: -5px;
    margin-bottom: 25px;
}

/* --- Section Container --- */
.blog-slider-section {
    background-color: var(--bg-section-white);
    padding: 10px 20px;
    /* display: flex; */
    /* justify-content: center; */
}

.blog-slider-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* --- Header Text --- */
.blog-slider-header {
    max-width: 600px;
    margin-bottom: 50px;
    text-align: left;
}

.blog-slider-tag {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    color: var(--text-body-gray);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.blog-slider-headline {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--headline-dark-blue);
    margin-bottom: 15px;
}

.blog-slider-intro {
    font-size: 1.1em;
    color: var(--text-body-gray);
    line-height: 1.6;
}

/* --- Slider/Carousel Container --- */
/* .blog-slider-container {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px 0;
} */

.blog-slider-container {
    display: flex;
    gap: 20px;
    overflow: hidden;
    /* scroll-behavior: smooth; */
}


/* --- Individual Blog Card --- */
/* .blog-slider-card {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
    background-color: #ffffff;
} */

.blog-slider-card {
    flex: 0 0 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
    background-color: #ffffff;
}

/* Tablet: 2 slides */
@media (min-width: 768px) {
    .blog-slider-card {
        flex: 0 0 calc(50% - 10px);
    }
}

/* Desktop: 3 slides */
@media (min-width: 1024px) {
    .blog-slider-card {
        flex: 0 0 calc(33.333% - 14px);
    }
}

.blog-slider-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.blog-slider-card-image-placeholder {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-slider-card img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-slider-card-body {

    padding: 15px;
}

.blog-slider-card-tag {
    display: inline-block;
    background-color: var(--tag-bg-light);
    color: var(--tag-text-color);
    font-size: 0.75em;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-slider-card-title-link {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 10px;
}

.blog-slider-card-title {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
    color: var(--headline-dark-blue);
    transition: color 0.2s;
}

.blog-slider-card-title-link:hover .blog-slider-card-title {
    color: var(--primary-color);
}

.blog-slider-card-summary {
    font-size: 0.9em;
    color: var(--text-body-gray);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    /* Pushes the meta to the bottom */
}

.blog-slider-highlight {
    color: var(--primary-color);
    font-weight: 600;
}

/* --- Card Metadata --- */
.blog-slider-card-meta {
    display: flex;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.blog-slider-card-author-avatar {
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.blog-slider-card-meta-text {
    font-size: 0.8em;
    line-height: 1.4;
}

.blog-slider-card-author {
    display: block;
    font-weight: 600;
    color: var(--headline-dark-blue);
}

.blog-slider-card-date-read {
    color: #999999;
}


/* --- Navigation Arrows --- */
.blog-slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.blog-slider-arrow {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
    transition: opacity 0.3s;
}

.blog-slider-arrow:hover {
    background-color: #f7f7f7;
    border-color: #bbbbbb;
}

.blog-slider-arrow:disabled {
    opacity: 0.3 !important;
    cursor: not-allowed;
}

/* --- Main Layout Container --- */
.blog-layout-section {
    padding: 80px 20px;
    background-color: var(--bg-light-peach);
    display: flex;
    justify-content: center;
}

.blog-layout-wrapper {
    max-width: 1200px;
    width: 100%;
    /* Desktop: Two-column grid layout */
    display: grid;
    grid-template-columns: 280px 1fr;
    /* Fixed sidebar width, rest for content */
    gap: 60px;
    align-items: start;
    /* Align content to the top */
}

/* --- 1. Sidebar Styling (Fixed Column) --- */
.blog-layout-sidebar {
    position: sticky;
    /* Makes the sidebar fixed when scrolling */
    top: 100px;
    /* Offset from the top (e.g., below the sticky header) */
    padding-top: 20px;
}

.blog-sidebar-title {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--text-dark-blue);
    margin-bottom: 15px;
}

.blog-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.blog-sidebar-list li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: var(--text-dark-blue);
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.blog-sidebar-list li a:hover,
.blog-sidebar-list li a.is-active {
    color: var(--primary-color);
    font-weight: 700;
    border-bottom: 1px solid var(--primary-color);
}

.blog-sidebar-divider {
    border: 0;
    border-top: 1px solid var(--border-light);
    margin-bottom: 30px;
}

/* Sidebar Search Form */
.blog-sidebar-search-form {
    display: flex;
    border: 1px solid var(--border-light);
    border-radius: 5px;
    overflow: hidden;
}

.blog-sidebar-search-input {
    flex-grow: 1;
    border: none;
    padding: 10px 15px;
    /* outline: none; */
    font-size: 1em;
}

.blog-sidebar-search-button {
    background-color: var(--primary-color);
    border: none;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.blog-sidebar-search-button:hover {
    background-color: #e54a2e;
}

/* --- 2. Main Content Styling --- */
.blog-content-header-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark-blue);
    margin-bottom: 15px;
}

.blog-content-header-subtitle {
    font-size: 1.15em;
    color: var(--text-body-gray);
    margin-bottom: 40px;
}

.blog-content-list {
    /* Layout for the blog cards in the main area */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

/* Individual Blog Card Item (Modified from previous blog-slider-card) */
.blog-card-item {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.blog-card-image-container {
    height: 200px;
    overflow: hidden;
}

.blog-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-info {
    padding: 20px;
}

.blog-card-tag {
    display: inline-block;
    background-color: var(--border-light);
    color: var(--text-dark-blue);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark-blue);
    margin: 0 0 10px 0;
}

.blog-card-summary {
    color: var(--text-body-gray);
    margin-bottom: 15px;
}

.blog-card-read-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

/* --- Contact Methods Section Styles --- */

.contact-methods-section {
    background-color: var(--background-color);
    /* Light tan background */
    padding: 100px 0;
}

/* Header Styling (Centered) */
.contact-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-header h2 {
    /* font-family: var(--heading-font);  */
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--secondary-color);
    /* Dark Blue */
}

/* Contact Grid Layout */
.contact-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.contact-card {
    flex: 1;
    min-width: 200px;
}

/* Icon Styling (Orange Square/Circle) */
.icon-wrapper {
    background-color: var(--primary-color);
    /* Orange */
    width: 60px;
    height: 60px;
    border-radius: 8px;
    /* Slightly rounded square */
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper img {
    /* Adjust size for the placeholder images */
    width: 30px;
    height: 30px;
    /* Optional: If icons are black/white, filter to white/light color */
    /* filter: brightness(0) invert(1); */
}

/* Card Text */
.card-title {
    /* font-family: var(--heading-font);  */
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.card-description {
    font-family: var(--body-font);
    /* Montserrat */
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.contact-link {
    color: var(--primary-color);
    /* Orange link color */
    text-decoration: none;
    font-weight: 600;
}

.contact-link:hover {
    text-decoration: underline;
}

.phone-number-text {
    font-weight: 600;
}

/* --- Trademark Search Section Styles --- */
/* --- Trademark Search Section Styles (Styling the section container) --- */
.trademark-search-section {
    background-color: white;
    /* Clean white background */
    padding: 100px 0 40px;
    /* Padding adjustment for section separation */
    text-align: center;
}

/* Header Styling (Reused from previous step) */
.search-header {
    margin-bottom: 40px;
}

.search-header h2 {

    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--secondary-color);
    /* Dark Blue */
    margin-bottom: 15px;
}

.search-subtitle {
    font-family: var(--body-font);
    /* Montserrat */
    font-size: 18px;
    color: #555;
}

/* --- Search Bar Styling (Targets your provided HTML classes) --- */
.search-div {
    /* Optional: Center the entire search block if it's not already in a container */
    max-width: 650px;
    margin: 0 auto;
}

.search-wrapperr {
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    /* Subtle shadow around the form */
    border-radius: 8px;
    overflow: hidden;
    /* Ensures the input and button edges look unified */
    max-width: 650px;
    margin: 0 auto 30px;
    /* Add margin below for the table */
}

.input-wrapper {
    flex-grow: 1;
    /* Makes the input field take up most of the space */
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px 15px;
}

.input-wrapper span {
    font-size: 20px;
    color: #999;
    margin-right: 10px;
}

.input-wrapper .srch {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 17px;
    font-family: var(--body-font);
    padding: 5px 0;
}

.srch-btn {
    /* Styles for the orange search button */
    background-color: var(--primary-color);
    /* Orange */
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    flex-shrink: 0;
    text-decoration: none;
    /* Since it's an <a> tag */
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.srch-btn:hover {
    background-color: #e05e2c;
}

/* --- Search Results Table Styling --- */
.search-data {
    margin-top: 20px;
    text-align: left;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.search-data .table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--body-font);
}

.search-data th {
    background-color: #f4f4f4;
    padding: 12px 15px;
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--secondary-color);
    border-bottom: 2px solid #ddd;
}

.search-data td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    color: #444;
}

/* --- Comprehensive Search Upsell Section Styles --- */

.comprehensive-search-section {
    background-color: var(--background-color);
    /* Light tan/beige background */
    padding: 100px 0;
}

/* Header Styling (Centered) */
.search-upsell-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.search-upsell-header h2 {
    font-family: inter;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--secondary-color);
    /* Dark Blue */
    margin-bottom: 15px;
}

.upsell-subtitle {
    font-family: var(--body-font);
    /* Montserrat */
    font-size: 17px;
    color: #555;
    line-height: 1.5;
}

/* Search Report Cards Grid Layout */
.search-report-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.report-card {
    flex: 1;
    min-width: 250px;
    padding: 25px;
    text-align: left;
    /* Text aligns left within the card */
}

/* Icon Styling (Orange Square/Circle) - reusing style from contact section */
.icon-wrapper.search-icon-sm {
    background-color: var(--primary-color);
    /* Orange */
    width: 45px;
    height: 45px;
    border-radius: 6px;
    margin: 0 0 20px 0;
    /* Align left */
}

.icon-wrapper.search-icon-sm img {
    width: 60px;
    height: 60px;

}

/* Card Text */
.report-title {
    font-family: inter;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1.3;
    margin-bottom: 10px;
}

.price-highlight {
    font-size: 20px;
    font-weight: 800;
}

.report-description {
    font-family: var(--body-font);
    /* Montserrat */
    font-size: 15px;
    line-height: 1.6;
    color: #6a6a6a;
    margin-bottom: 20px;
    min-height: 120px;
    /* Helps keep the "Learn more" links aligned */
}

.learn-more-link {
    color: var(--secondary-color);
    /* Dark Blue link color */
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

.learn-more-link:hover {
    color: var(--primary-color);
}

.arrow-right {
    margin-left: 5px;
    font-size: 1.2em;
    line-height: 1;
}


/* Media Query for basic responsiveness (adjusts to a single column on small screens) */
/* Media Query for Responsiveness (Stacking Cards) */

@media (max-width: 1200px) {
    .careers-perks-grid-row-1 {
        grid-template-columns: repeat(3, 1fr);
        /* Collapse 6-col to 3-col */
        gap: 40px 30px;
    }

    .blog-slider-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .renewal-timeline-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        gap: 40px;
        align-items: center;
    }

    .renewal-timeline-text-content {
        max-width: 100%;
        text-align: center;
    }

    .renewal-timeline-accordion {
        max-width: 100%;
        margin-top: 0;
    }

    .renewal-timeline-headline {
        font-size: 2.25rem;
    }

    .about-commitment-top-row {
        flex-direction: column;
        /* Stack main text and feature grid */
        gap: 40px;
    }

    .about-commitment-main-text {
        flex: auto;
        padding-right: 0;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }

    .about-commitment-main-text .about-commitment-headline,
    .about-commitment-main-text .about-commitment-intro {
        text-align: center;
    }

    .about-commitment-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Switch to 2 columns */
        gap: 40px 30px;
    }

    .pricing-container {
        flex-wrap: wrap;
    }

    .pricing-card {
        flex-basis: 45%;
        /* Two cards per row on tablets */
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .renewal-products-grid {
        display: flex;
        flex-direction: column;
    }

    .blog-layout-wrapper {
        /* Mobile: Single column layout */
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-layout-sidebar {
        position: static;
        /* Remove sticky/fixed property */
        top: 0;
        padding-top: 0;
        /* Optional: Add a subtle border or background to separate it */
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border-light);
    }

    /* nav bar css start */
    .main-nav-dropdown-services {
        flex-direction: column;
    }

    /* FIX 1: Hides the DESKTOP CTAs on mobile */
    .main-nav-cta-group.desktop-only-ctas {
        display: none;
    }

    /* FIX 2: Shows the MOBILE CTAs when the menu is open (inside the .main-nav-links-container) */
    .main-nav-links-container.is-open .main-nav-cta-group.mobile-only-ctas {
        display: flex;
        /* Display as a column group */
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        gap: 15px;
        width: 100%;
    }

    /* FIX 3: Ensures the mobile button gets full width */
    .main-nav-cta-group.mobile-only-ctas .main-nav-button {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        /* Slightly adjust padding for full width button */
    }

    /* Show Hamburger, Hide Desktop Nav */
    .main-nav-hamburger-btn {
        display: block;
        color: #f75531;
    }

    .main-nav-links-container,
    .main-nav-cta-group {
        /* Default state on mobile: hidden */
        display: none;
    }

    /* --- Mobile Menu Overlay (State when 'is-open' is toggled) --- */
    .main-nav-links-container.is-open {
        /* FIX: Must explicitly set display to allow it to open */
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        background-color: white;
        overflow-y: auto;
        padding: 20px;
        z-index: 999;
    }

    /* FIX: Ensure the CTA group is also displayed when the menu is open */
    .main-nav-cta-group.is-open {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        gap: 15px;
    }

    /* Other mobile styles remain the same: */
    .main-nav-list {
        flex-direction: column;
        align-items: flex-start;
    }

    /* ... (rest of the mobile CSS) ... */
    /* nav bar css end */


    .legal-layout-wrapper {
        flex-direction: column;
        /* Stack columns */
        gap: 30px;
    }

    .legal-layout-sidebar {
        width: 100%;
        /* Full width on smaller screens */
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
    }

    .legal-layout-nav-fixed {
        /* Disable sticky/fixed scrolling for small screens */
        position: static;
        max-height: none;
        overflow-y: visible;
    }

    .legal-layout-nav-title {
        text-align: center;
        margin-bottom: 15px;
    }

    .legal-layout-nav-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* Center the links */
    }

    .legal-layout-nav-list li {
        margin: 0 5px 5px 5px;
    }

    .legal-layout-nav-link {
        padding: 8px 12px;
    }

    .step-text {
        font-size: 12px;
    }

    .about-hero-headline {
        font-size: 2.5rem;
    }

    .steps-container {
        flex-wrap: wrap;
        /* Allow columns to wrap */
        gap: 30px;
    }

    .step-card {
        flex: 1 1 45%;
        /* Switch to 2 columns per row */
    }

    /* tectimonials section */
    .testimonial-section {
        padding: 60px 0;
    }

    .main-rating-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .review-card {
        max-width: 90%;
        padding: 30px 20px;
    }

    .review-footer {
        flex-wrap: wrap;
    }

    /* tectimonials sectionend */
    .hero-content {
        flex-direction: column;
    }

    .hero-text-col,
    .hero-image-col {
        max-width: 100%;
    }

    .hero-text-col {
        padding-top: 20px;
    }

    .hero-title {
        font-size: 8vw;
    }

    .steps-container {
        flex-direction: column;
        padding: 0 0px;
    }

    .step-card {
        margin-bottom: 20px;
    }

    .services-content {
        flex-direction: column-reverse;
    }

    .services-text-col,
    .services-image-col {
        max-width: 100%;
        width: 100%;
    }

    .services-image-col {
        /* Move image above text on mobile or keep it at the bottom */
        order: -1;
        margin-bottom: 40px;
        justify-content: center;
        /* Center the image on mobile */
    }

    .services-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .service-steps {
        /* Allow steps to wrap if needed, or adjust spacing */
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .step-item {
        /* Make steps a bit wider on mobile to prevent squishing */
        flex-basis: 40%;
    }
}

/* Media Query for Mobile/Tablet: Stack columns and show one card at a time */
@media (max-width: 992px) {

    .services-description{
        width: 100%;
    }

    .services-section-sub-heading{
        font-size: 15px;
        width: 100%;
        /* text-decoration: underline; */
    }

    .search-report-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .report-card {
        flex: 0 0 45%;
        /* Two cards per row */
        margin-bottom: 30px;
        min-height: 350px;
    }

    .careers-working-wrapper {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .careers-working-illustration-container,
    .careers-working-content {
        max-width: 100%;
    }

    .careers-working-illustration {
        max-width: 300px;
    }

    .careers-hero-wrapper {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .careers-hero-content,
    .careers-hero-image-container {
        max-width: 100%;
    }

    .careers-hero-headline {
        font-size: 2.5rem;
    }

    .about-main-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        gap: 40px;
        align-items: center;
    }

    .about-main-text-content {
        max-width: 100%;
    }

    .about-main-headline {
        font-size: 2rem;
        text-align: center;
    }

    .about-main-image-wrapper {
        flex: auto;
        width: 100%;
        max-width: 600px;
        /* Max size for the stacked image */
    }

    .oa-pricing-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        gap: 40px;
    }

    .oa-pricing-card {
        flex: auto;
        /* Allow card to resize */
        width: 100%;
        max-width: 450px;
        order: 2;
        /* Place card below the text on mobile */
    }

    .oa-pricing-text-content {
        order: 1;
        /* Place text block first on mobile */
        max-width: 100%;
        text-align: center;
    }

    .oa-pricing-headline {
        font-size: 2.2rem;
    }


    .cta-section {
        flex-direction: column;
        padding: 40px 10px;
    }

    .cta-card {
        max-width: 100%;
        padding: 30px;
        margin-bottom: 30px;
    }

    .cta-image-right {
        display: none;
        /* Hide large image on mobile */
    }

    .cta-headline {
        font-size: 2rem;
    }

    .cta-proof-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding-top: 10px;
    }

    .reviews {
        border-right: none;
        padding-right: 0;
    }

    .testimonial-card {
        flex-direction: column;
        /* Stack image and text vertically */
        width: 100%;
        /* Card takes full width of the track */
        margin: 0 10px;
    }

    .testimonial-track {
        width: 400%;
        /* Update track width if showing one card at a time */
    }

    .testimonial-image-col {
        width: 100%;
        height: 200px;
        /* Give image a fixed height on mobile */
    }

    .testimonial-text-col {
        width: 100%;
        padding: 30px 20px;
    }

    .quote-text {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {

    .search-upsell-header h2 {
        font-size: 30px;
    }

    .report-card {
        flex: 0 0 100%;
        /* Stack cards vertically on small screens */
    }

    .report-description {
        min-height: auto;
        /* Remove fixed height */
    }

    .search-header h2 {
        font-size: 36px;
    }

    .trademark-search-form {
        flex-direction: column;
        max-width: 90%;
        box-shadow: none;
    }

    .input-group {
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .search-btn {
        width: 100%;
        padding: 12px;
    }

    .contact-methods-section {
        padding: 60px 20px;
    }

    .contact-header h2 {
        font-size: 32px;
    }

    .contact-grid {
        flex-direction: column;
        gap: 50px;
    }


    /*  */
    section.blog-slider-section {
        /* display: none; */
    }

    .blog-slider-wrapper {
        max-width: 100%;
    }

    /*  */


    .blog-content-wrapper {
        flex-direction: column;
        /* Stack columns */
        gap: 20px;
    }

    .blog-content-sidebar {
        width: 100%;
        padding-top: 0;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 20px;
    }

    .blog-content-author-fixed {
        /* Disable sticky/fixed scrolling for small screens */
        position: static;
        max-height: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .blog-content-author-info,
    .blog-content-updated-date {
        margin: 5px 0;
    }

    .blog-content-author-info {
        flex-direction: row;
        gap: 10px;
    }

    .blog-content-avatar-placeholder {
        margin-bottom: 0;
    }

    .blog-content-written-by .label {
        display: inline;
        margin-right: 5px;
    }

    .blog-content-article {
        width: 100%;
    }

    .blog-hero-section {
        padding: 50px 15px 40px 15px;
    }

    .blog-hero-headline {
        font-size: 2.5rem;
    }

    .blog-hero-subtitle {
        font-size: 1.1em;
    }

    .blog-hero-meta {
        flex-wrap: wrap;
    }

    .blog-hero-meta-separator {
        display: none;
        /* Hide separators when meta wraps */
    }

    .blog-hero-meta-item:not(:last-child) {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .legal-hero-section {
        padding: 60px 15px;
    }

    .legal-hero-headline {
        font-size: 2.25rem;
        padding-bottom: 30px;
    }

    .legal-hero-breadcrumbs {
        margin-bottom: 30px;
    }

    .careers-perks-grid-row-1 {
        grid-template-columns: 1fr;
        /* Collapse to 1-column on mobile */
    }

    .careers-perks-grid-row-2 {
        flex-direction: column;
        /* Stack the last two items */
        gap: 30px;
    }

    .careers-perks-item-half {
        max-width: 100%;
    }

    .careers-perks-headline {
        font-size: 2.25rem;
    }

    .renewal-stats-grid {
        /* Switch to a two-column grid */
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }

    .renewal-stats-item:last-child {
        /* Center the third item if needed, otherwise let it span a column */
        grid-column: 1 / -1;
        /* Make the third item span both columns */
        max-width: 300px;
        margin: 0 auto;
    }

    .renewal-stats-headline {
        font-size: 2.25rem;
        margin-bottom: 40px;
    }

    .renewal-why-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        gap: 40px;
        align-items: center;
    }

    .renewal-why-text-content {
        max-width: 100%;
    }

    .renewal-why-pricing-card {
        max-width: 100%;
    }

    .renewal-why-headline {
        font-size: 2.25rem;
    }

    .renewal-alive-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        gap: 40px;
    }

    .renewal-alive-text-content {
        max-width: 100%;
    }

    .renewal-alive-image-wrapper {
        order: -1;
        /* Place image above text on mobile */
        max-width: 500px;
        width: 100%;
    }

    .renewal-alive-headline {
        text-align: center;
    }

    .renewal-alive-ratings {
        justify-content: center;
    }

    .full-cta-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        text-align: center;
        gap: 40px;
    }

    .full-cta-text-content {
        text-align: center;
    }

    .full-cta-illustration-wrapper {
        max-width: 400px;
        /* Shrink illustration slightly on mobile */
        order: -1;
        /* Place illustration above text */
    }

    .full-cta-headline {
        font-size: 2rem;
    }

    .full-cta-buttons {
        justify-content: center;
    }

    .about-timeline-headline {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    /* Collapse the vertical line to the left */
    .about-timeline-container::after {
        left: 20px;
    }

    /* All events move to the left side */
    .about-timeline-event {
        width: 100%;
        padding-left: 50px;
        /* Space for the line and dot */
        padding-right: 10px;
        left: 0;
    }

    /* Reset positioning for all events */
    .about-timeline-event-left .about-timeline-content,
    .about-timeline-event-right .about-timeline-content {
        margin-right: 0;
        margin-left: 0;
    }

    /* Reposition the point for all events on the left line */
    .about-timeline-event-left .about-timeline-point,
    .about-timeline-event-right .about-timeline-point {
        left: 12.5px;
        /* Position relative to the new line position (20px - 7.5px) */
        right: auto;
    }

    .copy-package-cards-container {
        flex-direction: column;
        /* Stack cards vertically */
        gap: 20px;
        max-width: 500px;
    }

    .copy-package-card {
        flex: 1 1 100%;
        padding: 30px 20px;
    }

    .copy-engine-steps-container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .copy-engine-step-card {
        flex: 1 1 45%;
        /* Switch to 2 columns per row */
    }

    .tm-monitor-content-card {
        margin-left: 5%;
        max-width: 90%;
        padding: 30px;
    }

    .tm-monitor-headline {
        font-size: 2rem;
    }

    .r3a1-card {
        flex-direction: column;
        width: 90%;
    }

    .txtp9 {
        padding: 25px;
        text-align: center;
    }

    .faqs-section {
        padding: 50px 15px;
    }

    .faqs-section h2 {
        font-size: 2rem;
    }

    .accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }

    .section-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        gap: 40px;
    }

    .trademark-search-content,
    .search-visual {
        flex: 1 1 100%;
        /* Take full width */
        max-width: 100%;
    }

    .trademark-search-content h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .section-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        gap: 40px;
    }

    .image-side,
    .content-side {
        flex: 1 1 100%;
        /* Take full width */
        max-width: 100%;
    }

    .visual-placeholder {
        height: 300px;
        /* Reduce height on smaller screens */
        max-width: 100%;
    }

    .content-side h2 {
        font-size: 2rem;
    }

    /* for footer */
    .footer-content {
        flex-direction: column;
        text-align: left;
    }

    .call-us-block {
        justify-content: flex-start;
    }

    .footer-legal {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-legal .legal-info {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .footer-legal .payment-copyright {
        text-align: center;
    }


    /* for footer end */
    /* Ensure the text adjusts nicely on mobile */
    @media (max-width: 768px) {

        .col-md-4,
        .col-md-3,
        .col-md-6 {
            width: 50%;
        }


        img.about-hero-collage-image {
            width: 100%;
        }

        .disclaimer-section {
            padding: 40px 0;
        }

        .disclaimer-text-wrapper {
            padding: 0 20px;
            text-align: justify;
            /* Optional: for better mobile flow */
        }
    }

    /* counter */
    .stats-section {
        padding: 40px 0;
    }

    .stats-container {
        flex-direction: column;
        /* Stack vertically */
        padding: 40px 20px;
    }

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

    .stat-item:last-child {
        margin-bottom: 0;
    }

    .stat-number {
        font-size: 40px;
    }

    /* counter end */
    .navbar .container {
        /* Align logo left, actions (including toggle) right */
        flex-wrap: wrap;
    }

    .nav-links {
        /* Initially hide the navigation links */
        /* display: none;  */
        /* Take full width when shown */
        width: 100%;
        order: 3;
        /* Push links below logo/actions */
        padding: 10px 0;
        border-top: 1px solid #eee;
        margin-top: 10px;
    }

    .nav-links.active {
        display: block;
        /* Show menu when active class is added by JS */
    }

    .nav-links ul {
        flex-direction: column;
        align-items: center;
    }

    .nav-links li {
        margin: 10px 0;
    }

    .nav-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .my-account {
        display: none;
        /* Often hidden or moved to the menu on mobile */
    }

    .register-btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .menu-toggle {
        display: block;
        /* Show the toggle button */
    }

    .testimonial-section {
        padding: 60px 0;
    }

    .main-rating-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .review-card {
        padding: 30px 20px;
    }

    .review-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 650px) {
    .image-placeholder {
        height: 340px;

    }

    img.hero-main-image {
        width: 100%;
    }

    .accordion-container {
        width: 90%;
    }

    /*update */
    .trademark-search-section {
        background-color: white;
        padding: 30px 15px 40px;
        text-align: center;
    }

    /*update */
    .about-hero-section {
        padding-top: 30px;
    }

    .about-hero-headline {
        font-size: 2rem;
    }

    .about-hero-collage-wrapper {
        padding: 0 15px 50px 15px;
    }

    .copy-engine-section {
        padding: 50px 15px;
    }

    .copy-engine-title {
        font-size: 2rem;
    }

    .copy-engine-steps-container {
        flex-direction: column;
        /* Stack steps vertically */
        gap: 40px;
    }

    .copy-engine-step-card {
        flex: 1 1 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .oa-pricing-section {
        padding: 50px 15px;
    }

    .oa-pricing-card {
        padding: 25px 20px;
    }

    .oa-process-steps-container {
        flex-wrap: wrap;
        gap: 40px;
    }

    .oa-step-card {
        flex: 1 1 45%;
        /* Switch to 2 columns per row */
    }

    .oa-content-card {
        margin-left: 5%;
        max-width: 90%;
        padding: 30px;
    }

    .oa-headline {
        font-size: 2rem;
    }

    /* On smaller screens, make the background more of a solid color
       to ensure the content is readable if the image is too busy. */
    .hero-bg-visual {
        background-position: center center;
    }

    .pricing-container {
        flex-direction: column;
        /* Stack vertically on small screens */
        align-items: center;
        gap: 20px;
    }

    .pricing-card {
        max-width: 90%;
        /* Take up most of the mobile screen width */
    }

    .final-cta-section {
        padding: 50px 15px;
    }

    .cta-headline {
        font-size: 2.2rem;
    }

    .cta-subtext {
        font-size: 1em;
    }

    .cta-button-primary {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .how-it-works-section {
        padding: 50px 15px;
    }

    .how-it-works-section .section-title {
        font-size: 2rem;
    }

    .steps-container {
        flex-direction: column;
        /* Switch to 1 column per row (stacked) */
        gap: 40px;
    }

    .step-card {
        flex: 1 1 100%;
        max-width: 350px;
        /* Constrain width of cards on very small screens */
        margin: 0 auto;
    }
}

@media (max-width: 500px) {

    .col-md-4,
    .col-md-3,
    .col-md-6 {
        width: 100%;
    }

    #myForm input,
    #myForm select {
        height: 36px;
        font-size: 13px;
    }

    .careers-openings-job-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .careers-openings-details {
        margin-bottom: 15px;
    }

    .careers-openings-meta {
        /* Stack the meta information for better readability on small screens */
        display: block;
    }

    .careers-openings-dot {
        display: none;
        /* Hide bullets when stacked */
    }

    .careers-openings-apply-button {
        width: 100%;
        text-align: center;
    }

    .careers-openings-headline {
        font-size: 2.25rem;
    }

    .careers-perks-section {
        padding: 60px 15px;
    }

    .careers-working-section {
        padding: 60px 15px;
    }

    .careers-working-headline {
        font-size: 2.25rem;
    }

    .careers-hero-section {
        padding: 60px 15px;
    }

    .careers-hero-headline {
        font-size: 2rem;
    }

    .renewal-stats-section {
        padding: 50px 15px;
    }

    .renewal-stats-grid {
        /* Stack all items vertically on smaller screens */
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .renewal-stats-item:last-child {
        grid-column: auto;
        max-width: none;
    }

    .renewal-stats-number {
        font-size: 3rem;
    }

    .renewal-timeline-section {
        padding: 50px 15px;
    }

    .renewal-timeline-item-title {
        font-size: 1em;
    }

    .renewal-why-section {
        padding: 50px 15px;
    }

    .renewal-why-card-price {
        font-size: 2.5rem;
    }

    .renewal-alive-section {
        padding: 50px 15px;
    }

    .renewal-alive-search-form {
        flex-direction: column;
    }

    .renewal-alive-search-button {
        width: 100%;
    }

    .renewal-alive-image-wrapper::after {
        /* Reduce the size of the graphic on small screens */
        width: 80%;
        height: 80%;
        right: 0;
    }

    .about-commitment-section {
        padding: 50px 15px;
    }

    .about-commitment-feature-grid {
        grid-template-columns: 1fr;
        /* Stack features in 1 column */
    }

    .about-commitment-feature-item {
        text-align: center;
        /* Center text when stacked */
    }

    .about-commitment-focus-title {
        font-size: 1.1rem;
    }

    .about-main-section {
        padding: 50px 15px;
    }

    .about-main-paragraph {
        font-size: 0.95em;
    }

    .copy-package-section {
        padding: 50px 15px;
    }

    .copy-package-title {
        font-size: 2rem;
    }

    .copy-package-price {
        font-size: 2.5rem;
    }

    .tm-monitor-hero-section {
        /* On small screens, stack the card and ensure there's enough padding */
        justify-content: center;
        min-height: 60vh;
        padding: 30px 0;
    }

    .tm-monitor-content-card {
        margin: 0 15px;
        /* Center with a little margin */
        width: 90%;
        max-width: 100%;
        padding: 25px;
    }

    .tm-monitor-headline {
        font-size: 1.8rem;
    }

    .tm-monitor-logos-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .section-wrapperr {

        flex-direction: column;

    }

    .oa-responding-section {
        padding: 50px 15px;
    }

    .oa-responding-main-content .section-headline {
        font-size: 2.2rem;
    }

    .oa-responding-main-content p {
        font-size: 1em;
    }

    .oa-process-steps-container {
        /* flex-direction: column;  */
        gap: 30px;
    }

    .oa-step-card {
        flex: 1 1 100%;
    }

    .oa-response-hero-section {
        /* On small screens, stack the card and ensure there's enough padding */
        justify-content: center;
        min-height: 60vh;
        padding: 30px 0;
    }

    .oa-content-card {
        margin: 0 15px;
        /* Center with a little margin */
        width: 90%;
        max-width: 100%;
        padding: 25px;
    }

    .oa-headline {
        font-size: 1.8rem;
    }

    .oa-subtext {
        font-size: 0.95em;
    }

    .step-item {
        /* Force single column for steps */
        flex-basis: 50%;
    }

    .full-cta-section {
        padding: 40px 15px;
    }

    .full-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .full-cta-button-primary {
        width: 100%;
        max-width: 250px;
    }
}



/* layout */
.tmc-slider {
    overflow: hidden;
}

.tmc-track {
    display: flex;
    /* position: relative; */
    align-items: stretch;
}


/* default closed card width */
.tmc-card {
    flex: 0 0 110px;
    display: flex;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    margin-left: -40px;

    transition:
        flex 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        margin-left 0.6s cubic-bezier(0.4, 0, 0.2, 1);

    z-index: 2;
}

/* first card no negative margin */
.tmc-card:first-child {
    margin-left: 0;
}

/* active card takes remaining space */
.tmc-card.active {
    flex: 1 1 auto;
    /*  expands properly */
    z-index: 10;
    /*  comes ABOVE others */
}


/* image (only for active card) */
.tmc-image {
    opacity: 0;
    transform: translateX(-16px);

    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
}


.tmc-card.active .tmc-image {
    opacity: 1;
    transform: translateX(0);
}



/* hide image on closed cards */
.tmc-card:not(.active) .tmc-image {
    visibility: hidden;
}


.tmc-card-content {
    width: 58%;
    padding: 32px;

    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* animation prep */
    /* transform: translateY(100%); */
    opacity: 0;

    transition:
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease;

    z-index: 2;
}



/* SHOW content instantly when active */
.tmc-card.active .tmc-card-content {
    transform: translateY(0);
    opacity: 1;
}

.tmc-card:not(.active) .tmc-card-content {
    pointer-events: none;
}


/* hide image without affecting height */
.tmc-card:not(.active) .tmc-image {
    visibility: hidden;
}



/* CLOSED CARD BACKGROUND COLORS */

/* 1st card */
.tmc-card:nth-child(1) {
    background: #ffffff;
    z-index: 4 !important;
}

/* 2nd card */
.tmc-card:nth-child(2) {
    z-index: 3 !important;
    background: var(--background-color);
}

/* 3rd card */
.tmc-card:nth-child(3) {
    background: #ffffff;
    z-index: 2 !important;
}

/* 4th card */
.tmc-card:nth-child(4) {
    background: var(--background-color);
    z-index: 1 !important;
}


/* text */
.tmc-card-desc {
    color: #333;
    line-height: 1.6;
}

.tmc-image {
    width: 42%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.tmc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tmc-card:not(.active) .tmc-image {
    opacity: 0;
}

.tmc-arrows {
    position: absolute;
    bottom: 20px;
    right: 24px;

    display: flex;
    gap: 10px;
}

.tmc-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;

    background: rgba(0, 0, 0, 0.06);
    color: #333;
    font-size: 20px;
    cursor: pointer;

    transition:
        background 0.25s ease,
        transform 0.2s ease;
}

.tmc-arrow:hover {
    background: rgba(0, 0, 0, 0.12);
    transform: scale(1.05);
}

.tmc-arrow:active {
    transform: scale(0.95);
}



@media (max-width: 768px) {

    .tmc-track {
        flex-direction: column;
    }

    .tmc-card {
        width: 100%;
        margin-left: 0;
        margin-top: -32px;

        display: grid;
        grid-template-rows: auto 0fr;
        transition:
            grid-template-rows 0.6s cubic-bezier(0.4, 0, 0.2, 1),
            margin-top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .tmc-card:first-child {
        margin-top: 0;
    }

    /* ACTIVE CARD EXPANDS NATURALLY */
    .tmc-card.active {
        grid-template-rows: auto 1fr;
        z-index: 10;
    }

    /* image full width */
    .tmc-image {
        width: 100%;
    }

    /* content wrapper */
    .tmc-card-content {
        position: relative;
        width: 100%;
        padding: 20px;

        overflow: hidden;
        transform: translateY(16px);
        opacity: 0;

        transition:
            transform 0.45s ease,
            opacity 0.3s ease;
    }

    .tmc-card.active .tmc-card-content {
        transform: translateY(0);
        opacity: 1;
    }

    /* arrows bottom center */
    .nvg7 {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin-top: 16px;
    }
}


.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
    transition: all 0.3s ease-out;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}




.card4 {
    flex: 1;
    display: block;
    top: 0px;
    position: relative;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    /* margin: 12px; */
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #cccccc;
    cursor: pointer;

    .go-corner {
        background-color: #00838d;
        height: 100%;
        width: 16px;
        padding-right: 9px;
        border-radius: 0;
        transform: skew(6deg);
        margin-right: -36px;
        align-items: start;
        background-image: linear-gradient(-45deg, #8F479A 1%, var(--primary-color) 100%);
    }

    .go-arrow {
        transform: skew(-6deg);
        margin-left: -2px;
        margin-top: 9px;
        opacity: 0;
    }

    &:hover {
        border: 1px solid var(--primary-color);
    }

    h3 {
        margin-top: 8px;
    }
}

.card4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;
    background-color: var(--primary-color);

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.card4:hover::before {
    transform: scaleX(1);
}

.card4-2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;
    background-color: var(--blue-color);

    transform: scaleX(0);
    transform-origin: left;

    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.card4-2:hover::before {
    transform: scaleX(1);
}

.card4-2:hover{
    border: 1px solid var(--blue-color);
}

/* .card4:hover {
    .go-corner {
        margin-right: -12px;
    }

    .go-arrow {
        opacity: 1;
    }
} */

.services-tab-content {
    display: none;
}

.services-tab-content.active-content {
    display: flex; /* ya block — jo layout chahiye */
}

.step-item.active-tab {
    background-color: var(--primary-color);
    border-left: 4px solid var(--blue-color);
}


/* MAIN CONTAINER */
.right-ribbon-container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 14px; /* spacing control here */
}

/* EACH ITEM */
.ribbon-item {
    display: flex;
    justify-content: flex-end;
}

/* COMMON BASE */
.hover-area {
    display: flex;
    align-items: center;
    width: 52px;
    padding: 12px;
    background: var(--primary-color);
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.35s ease;
}

.chat{
    background-color: var(--blue-color);
}

/* ICON */
.icon {
    min-width: 28px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.icon i {
    color: #fff;
    font-size: 20px;
}


/* =====================
   CALL & CHAT
===================== */
.ribbon-text {
    margin-left: 10px;
    color: #fff;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.25s ease;
}

.hover-call:hover,
.hover-chat:hover {
    width: 244px;
}

.hover-call:hover .ribbon-text,
.hover-chat:hover .ribbon-text {
    opacity: 1;
}

/* =====================
   FORM (VERTICAL)
===================== */
.hover-form {
    flex-direction: column;
    height: 350px;
    justify-content: center;
}

/* .hover-form:hover {
    width: 130px;
} */

/* Vertical text */
.text-vertical {
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: 600;
    /* margin-bottom: 15px; */
    text-align: center;
    color: #fff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
}

.live-chat{
    font-size: 18px;
    color: white;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.get-advice{
    font-size: 15px;
    color: white;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

/* BASE */
.ribbon-form .hover-form {
    width: 52px;
    height: 400px;
    transition: width 0.4s ease;
    overflow: hidden;
    position: relative;
}

/* EXPANDED STATE */
.ribbon-form.active .hover-form {
    width: 360px;
    background: #fff;
    box-shadow: -10px 0 25px rgba(0,0,0,0.2);
}

/* COLLAPSED VIEW */
.ribbon-collapsed {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* EXPANDED FORM */
.ribbon-expanded {
    /* opacity: 0; */
    display: none;
    pointer-events: none;
    padding: 20px;
    transition: opacity 0.3s ease;
    width: 350px;
}

.ribbon-form.active .ribbon-expanded {
    opacity: 1;
    display: block;
    pointer-events: auto;
}

/* HIDE VERTICAL TEXT WHEN OPEN */
.ribbon-form.active .ribbon-collapsed {
    display: none;
}

/* CLOSE BTN */
.close-ribbon {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
}

/* FORM STYLING */
.ribbon-expanded input,
.ribbon-expanded textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.ribbon-expanded button {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    cursor: pointer;
}



@media (max-width: 900px) {
    .hover-area{
        width: 45px;
    }

    .text-vertical{
        font-size: 1rem;
    }

    .hover-form{
        height: 281px;
    }
}

.tm-wizard-wrapper {
    max-width: 900px;
    max-width: 1184px;
    margin: 80px auto;
    background: #fff;
    border-radius: 16px;
    /* padding: 40px; */
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}

.tm-wizard-wrapper.step-4 {
    grid-template-columns: 25% 75%;
}

@media (max-width: 768px) {
    .tm-wizard-wrapper,
    .tm-wizard-wrapper.step-4 {
        grid-template-columns: 1fr;
    }

    .tm-left {
        display: none; /* optional */
    }
}

/* COLORS */
:root {
    --blue: #192e5a;
    --orange: #f75531;
    --peach: #fff4e7;
    --white: #f5fbff;
    --black: #171a1a;
}

/* WRAPPER */
.tm-wizard-wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 80vh;
    background: var(--white);
}

/* LEFT */
.tm-left {
    padding: 60px;
    background: var(--peach);
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
    justify-content: center;
}

.tm-wizard-wrapper.step-4 .tm-left {
    padding: 30px;
}

.tm-left h1 {
    color: var(--blue);
    font-size: 42px;
    font-weight: 600;
    position: relative;
    line-height: 1.1;
}

.tm-left h1::before{
    border-bottom: 8px solid var(--primary-color);
    content: "";
    border-radius: 8px;
    width: 80%;
    position: absolute;
    bottom: -18px;
}

.tm-left p {
    color: #555;
    font-size: 18px;
}

/* RIGHT */
.tm-right {
    padding: 60px;
    border-radius: 0px 10px 10px 0;
    background-color: var(--white);
}

.tm-wizard-wrapper.step-4 .tm-right{
    padding: 30px;
}

.tm-right h2 {
    color: var(--blue);
    margin-bottom: 25px;
    font-size: 1rem;
    font-weight: 600;
}

/* OPTIONS */
.tm-options {
    display: grid;
    gap: 15px;
}

.tm-option {
    background: var(--white);
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px 25px;
    cursor: pointer;
    text-align: left;
    transition: all 0.25s ease;
    transform: scale(1);
}

.tm-option.active {
    border-color: var(--orange);
    background: #FFFBF6;
}

.tm-option.loading {
    opacity: 0.6;
}

/* RADIO ROW */
.tm-option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tm-option-row input[type="radio"] {
    accent-color: var(--orange);
    width: 5%;
    /* transform: scale(1.5); */
    margin: 0px;
}

.tm-option-row strong {
    font-size: 16px;
    color: var(--blue);
    font-family: var(--body-font);
    font-weight: 600;
}

.tm-option-row p {
    margin: 4px 0 0;
    font-size: 14px;
    color: var(--black);
    font-family: var(--body-font);
}

/* SELECTED TEXT */
.tm-selected-text {
    /* margin-top: 10px; */
    /* padding-top: 8px; */
    /* border-top: 1px solid #eee; */
    font-weight: 600;
    color: var(--blue);
    font-family: var(--body-font);
}

.tm-selected-text img{
    width: 40px;
}

/* HELP */
.tm-help {
    margin-top: 15px;
    font-size: 14px;
    color: var(--blue);
}

/* INPUTS */
.tm-right input,
.tm-right textarea {
    width: 100%;
    padding: 14px;
    /*margin-bottom: 15px;*/
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* ACTIONS */
.tm-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

/* BACK */
.btn-back {
    background: var(--white);
    border: 1px solid #e5e5e5;
    color: var(--black);
    padding: 12px 24px;
    border-radius: 8px;
    width: auto;
    cursor: pointer;
    transition: 0.2s all ease-out;
}

.tm-global-loader {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loader container */
#global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* light overlay */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Spinner */
#global-loader .whirly-loader {
    width: 90px;  
    height: 90px;
    border-radius: 50%;
    border: 4px solid rgba(247,85,49,0.2);  /* light background line */
    border-top-color: #F75531;              /* colored moving part */
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Center image (static, won't rotate) */
#global-loader .loader-logo {
    width: 45px;   
    height: 45px;
    object-fit: contain;
    /*border-radius: 50%; */
    position: absolute;  /* absolute so it stays in center */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* perfectly center */
    animation: none; /* ensure no rotation */
}

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

.loader-box {
    text-align: center;
}

.spinner {
    width: 46px;
    height: 46px;
    border: 4px solid #ddd;
    border-top-color: #F75531;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    margin: 0 auto 12px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


.btn-back:hover {
    background-color: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}

/* CONTINUE */
.btn-continue {
    background: var(--orange);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    flex: 1;
    font-weight: 600;
    cursor: pointer;
}

.btn-continue:hover{
    background-color: #e54e2e;
}

/* MOBILE */
@media (max-width: 991px) {
    .tm-wizard-wrapper {
        grid-template-columns: 1fr;
    }

    .tm-left {
        padding: 30px;
    }

    .tm-right {
        padding: 30px;
    }
}


/* OPTION CARD */
/* .tm-option {
    background: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 16px;
    text-align: left;
    cursor: pointer;
} */

/* .tm-option.active {
    border-color: #f75531;
    background: #f5fbff;
} */

/* .tm-option-row input[type="radio"] {
    margin-top: 5px;
    accent-color: #f75531;
} */

/* .tm-option-row strong {
    font-size: 18px;
    color: #192e5a;
} */


/* SELECTED TEXT (BOTTOM) */
/* .tm-selected-text {
    margin-top: 12px;
    font-weight: 600;
    color: #192e5a;
    border-top: 1px solid #eee;
    padding-top: 8px;
} */

/* ACTION BUTTONS */
.tm-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

/* BACK */
/* .btn-back {
    background: #ffffff;
    border: 2px solid #171a1a;
    color: #171a1a;
    padding: 12px 24px;
    border-radius: 8px;
    width: auto;
} */

/* CONTINUE */
.btn-continue {
    background: #f75531;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    flex: 1; /* FULL WIDTH */
    font-weight: 600;
}













/* COLORS */
:root {
    --blue: #192e5a;
    --orange: #f75531;
    --peach: #fff4e7;
    --white: #f5fbff;
    --black: #171a1a;
}

/* WRAPPER */
.tm-wizard-wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 80vh;
    background: var(--white);
}

/* LEFT */
.tm-left {
    padding: 60px;
    background: var(--peach);
}

/* .tm-left h1 {
    color: var(--blue);
    font-size: 42px;
} */

.tm-left p {
    color: #555;
    font-size: 18px;
}

/* RIGHT */
.tm-right {
    padding: 60px;
}

/* .tm-right h2 {
    color: var(--blue);
    margin-bottom: 25px;
} */

/* OPTIONS */
.tm-options {
    display: grid;
    gap: 15px;
}

/* .tm-option {
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    text-align: left;
} */

/* .tm-option.active {
    border-color: var(--orange);
    background: var(--white);
} */

/* RADIO ROW */
/* .tm-option-row {
    display: flex;
    gap: 12px;
}

.tm-option-row input[type="radio"] {
    accent-color: var(--orange);
    margin-top: 5px;
}

.tm-option-row strong {
    font-size: 18px;
    color: var(--blue);
} */



/* SELECTED TEXT */
/* .tm-selected-text {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #eee;
    font-weight: 600;
    color: var(--blue);
} */

/* HELP */
.tm-help {
    margin-top: 15px;
    font-size: 14px;
    color: var(--blue);
}

/* INPUTS */
.tm-right input,
.tm-right textarea {
    width: 100%;
    padding: 14px;
    /*margin-bottom: 15px;*/
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* ACTIONS */
.tm-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

/* BACK */
/* .btn-back {
    background: #fff;
    border: 2px solid var(--black);
    color: var(--black);
    padding: 12px 24px;
    border-radius: 8px;
    width: auto;
} */

/* CONTINUE */
/* .btn-continue {
    background: var(--orange);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    flex: 1;
    font-weight: 600;
} */

/* MOBILE */
@media (max-width: 991px) {
    .tm-wizard-wrapper {
        grid-template-columns: 1fr;
    }

    .tm-left {
        padding: 30px;
    }

    .tm-right {
        padding: 30px;
    }
}

.plans-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}


.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    width: 100%;
}

.plan-card {
    background: var(--white);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    /* padding: 24px; */
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
}

.premium{
    width: 50%;
}

.plan-card:hover {
    /* transform: translateY(-4px); */
    border-color: var(--primary-color);
    box-shadow: 0px 0px 10px 0px rgb(182, 182, 182);
}

.plan-card.active {
    border-color: #f75531;
    box-shadow: 0 10px 28px rgba(247, 85, 49, 0.18);
}

.plan-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.plan-price {
    font-size: 26px;
    font-weight: 800;
    color: #192e5a;
    margin-bottom: 16px;
}

.plan-price.free {
    color: var(--primary-color);
}

.plan-btn {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #192e5a;
    background: transparent;
    color: #192e5a;
    font-weight: 600;
    margin-bottom: 18px;
    transition: all 0.2s ease;
}

.plan-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.plan-card.active .plan-btn {
    background: #f75531;
    border-color: #f75531;
    color: #fff;
}

.plan-benefits {
    text-align: left;
    font-size: 14px;
    color: #4b5563;
}

.plan-benefits p {
    padding-bottom: 10px;
}

.plan-benefits ul {
    /* padding-left: 18px; */
}

.plan-benefits li {
    margin-bottom: 8px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.plan-benefits li i{
    transform: translateY(5px);
    color: var(--primary-color);
}

/* BADGES */
.badge {
    position: absolute;
    top: -12px;
    right: 16px;
    background: #f75531;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 999px;
    font-weight: 600;
}

.badge.dark {
    background: #192e5a;
}

.plan-back-btn{
    width: 100%;
}

.order-summary {
    max-width: 620px;
    margin: auto;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.item-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.edit-link {
    font-size: 13px;
    color: var(--primary-color);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.item-title {
    font-size: 15px;
    font-weight: 500;
}

.item-price {
    font-size: 16px;
    font-weight: 600;
}

.promo-row {
    padding: 14px 0;
    font-size: 14px;
    color: var(--primary-color);
    cursor: pointer;
}

.order-total {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}

.fees-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

.checkout-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}

.guarantee-box {
    max-width: 620px;
    margin: 30px auto 0;
    background: #f9fafb;
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    color: #374151;
}

.guarantee-box h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Overlay */
.tm-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Modal Box */
.tm-modal {
    background: #fff;
    width: 100%;
    max-width: 520px;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.2);
    animation: scaleIn .2s ease;
}

@keyframes scaleIn {
    from { transform: scale(.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Title */
.tm-modal h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.tm-modal p {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

/* Options */
.option-card {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 12px;
    transition: all .2s ease;
}

.option-card strong {
    font-size: 15px;
}

.option-card span {
    font-size: 14px;
    font-weight: 600;
}

/* Hover */
.option-card:hover {
    border-color: var(--primary-color);
    background: #f8fafc;
}

/* Active */
.option-card.active {
    border-color: var(--primary-color);
    background: #fff6ee;
}

/* Footer */
.modal-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
}

.modal-actions button {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

/* Buttons */
.modal-actions button:first-child {
    background: #f1f5f9;
    color: #333;
}

.modal-actions button:last-child {
    background: var(--primary-color);
    color: #fff;
}

/* Link */
.help-link {
    font-size: 13px;
    margin-top: 8px;
}

.help-link a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 22px;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
}

.modal-close:hover {
    color: #000;
}
.option-card {
    transition: all .2s ease;
    cursor: pointer;
}

.option-card.active {
    transform: scale(1.02);
}

.promo-wrapper {
    margin-top: 16px;
}

.promo-row {
    cursor: pointer;
    color: #f75531;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-box {
    overflow: hidden;
    margin-top: 10px;
}

.promo-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 8px;
}

.promo-apply-btn {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.promo-apply-btn:hover {
    opacity: 0.9;
}


.promo-message {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.promo-message.success {
    background: #e6f9f0;
    color: #0f5132;
    border: 1px solid #a3e4c1;
}

.promo-message.error {
    background: #fdecea;
    color: #842029;
    border: 1px solid #f5c2c7;
}

.tm-card {
}

.tm-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}

.tm-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 24px;
}

.tm-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.tm-field.full {
    grid-column: span 2;
}

.tm-field input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    font-size: 15px;
    transition: 0.2s;
}

.tm-field input:focus {
    outline: none;
    border-color: #192e5a;
    box-shadow: 0 0 0 3px rgba(25,46,90,0.15);
}

.tm-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
}

.tm-checkbox input {
    width: 18px;
    height: 18px;
}

.tm-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}



.tm-error {
    color: #dc2626;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

.card-inner-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 5px;
    border-radius: 18px 18px 0px 0px;
    background-color: white;
}

.card-bottom-content{
    padding: 24px;
}

.card-bottom-content .plan-desc{
    margin-bottom: 20px;
    background-color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 300;
    color: #5b5d65;
}