        :root {
            --header-bg: #062449;
            --btn-green: #ef681f;
            --text-white: #ffffff;
            --dropdown-bg: #ffffff;
            margin: 0px !important;
        }

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

        body {
            font-family: Arial, Helvetica, sans-serif;
        }

        .text-white-50{
            color: rgb(255 255 255) !important;
        }

        header {
            background-color: var(--header-bg) !important;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 60px;
            color: var(--text-white);
            position: relative;
            z-index: 100;
        }
       .contact-list span a {
    text-decoration: none !important; 
    color: inherit !important;       
    transition: opacity 0.2s ease;
}

a.contact-link:hover {
    text-decoration: none !important;
    opacity: 0.8; /* Subtle feedback for the user */
}

/* Ensure images have a little spacing if not using Bootstrap 'me-2' */
.contact-list img {
    width: 20px;
    margin-right: 10px;
}

.main-nav .nav-menu-list > li > a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
}

.main-nav .nav-menu-list > li > a:hover {
    opacity: 0.7;
}
/* Handling the "Companies" Dropdown Arrow */
/* WordPress adds 'menu-item-has-children' class automatically */
.menu-item-has-children > a::after {
    content: "\F282"; /* Bootstrap Icon Chevron Down */
    font-family: "bootstrap-icons";
    font-size: 10px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Green CTA Button */
.btn-submit-company {
    background-color: #5eead4; /* Mint green from your design */
    color: #fff !important; /* Dark text */
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease;
}

.btn-submit-company:hover {
    background-color: #4fd1c5;
    transform: translateY(-1px);
}

/* Sub-menu (Dropdown) Styling */
.nav-menu-list li { position: relative; }




.nav-menu-list li:hover > .sub-menu {
    display: block;
}

.nav-menu-list .sub-menu a {
    color: #333 !important;
    padding: 8px 20px;
    display: block;
	text-decoration: none;
}
.main-header .container > .d-flex {
    justify-content: space-between;
}

.header-right {
    margin-left: auto;
}
.nav-menu-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 325px;
    padding: 10px 0;
    list-style: none;

    display: block; /* needed for smooth hover */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: all 0.25s ease;
    z-index: 999;
	border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.nav-menu-list li:hover > .sub-menu,
.nav-menu-list .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav-menu-list .sub-menu a:hover {
    background-color: #f8f9fa;
}
        .logo-container {
            display: flex;
            flex-direction: column;
            line-height: 1.1;
            text-decoration: none;
            color: white;
        }

        .logo-main {
            font-weight: bold;
            font-size: 1.3rem;
        }

        .logo-sub {
            font-weight: normal;
            font-size: 1.2rem;
        }

        /* Navigation Wrap */
        nav {
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .nav-link {
            text-decoration: none;
            color: var(--text-white);
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            padding: 10px 0;
        }

        /* Dropdown Logic */
        .dropdown-wrapper {
            position: relative;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: var(--dropdown-bg);
            min-width: 180px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            display: none;
            /* Hidden by default */
            padding: 10px 0;
            margin-top: 5px;
        }

        .dropdown-menu a {
            color: #333;
            padding: 10px 20px;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }

        .dropdown-menu a:hover {
            background-color: #f5f5f5;
        }

        /* Show menu on hover */
        .dropdown-wrapper:hover .dropdown-menu {
            display: block;
        }

        /* Chevron/Arrow Icon */
        .arrow-down {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid white;
            margin-top: 2px;
        }

        .btn-submit {
            background-color: var(--btn-green);
            color: #fff;
            padding: 8px 18px;
            border-radius: 2px;
            text-decoration: none;
            font-weight: 400;
            font-size: 16px;
            font-family: Arial, Helvetica, sans-serif;
        }

        .transparent-btn {
            background-color: transparent;
            color: #ffffff;
            text-decoration: none;
            font-weight: 400;
            font-size: 16px;
            font-family: Arial, Helvetica, sans-serif;
        }
        .transparent-btn:hover{
            text-decoration:underline;
            color: #ffffff;
        }

        .transparent-btn-dark {
            background-color: transparent;
            color: #010105;
            text-decoration: none;
            font-weight: 400;
            font-size: 16px;
            font-family: Arial, Helvetica, sans-serif;
        }

        .hero-buttons {
            margin-top: 30px;
            display: flex;
            gap: 25px;
            align-items: center;
        }

        /* Green Button */
        .btn-submit {
            background-color: var(--btn-green);
            color: #fff;
            padding: 12px 22px;
            border-radius: 5px !important;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
        }

        .btn-submit:hover {
            /*background-color: #062449;*/
            color: #ffffff;
            /*padding: 12px 22px;*/
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;  opacity:0.9;
        }
        .header-right .btn-submit:hover{
             background-color: var(--btn-green);
             opacity:0.9;
        }

        /* 
.transparent-btn{
    background:transparent;
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
} */
        .arrow-btn {
            display: flex;
            align-items: center;
            gap: 10px;
        }




        section ul li {
            margin-bottom: 15px;
        }

        /* Hover animation */
        .arrow-btn:hover::after {
            transform: translateX(4px);
        }

        /* HERO SECTION */

        .hero-banner {
            /* padding:80px 0; */
            background: #17215e;
        }

        .hero-top {
            font-family: "Times New Roman", Times, serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 150%;
            text-transform: uppercase;
            color: #ffffff;
            margin-bottom: 15px;
        }

        .hero-title {
            font-family: "Times New Roman", Times, serif;

            font-weight: 400;
            font-size: 65px;
            line-height: 120%;
            letter-spacing: -1%;
            color: #ffffff;
            margin-bottom: 20px;
        }

        .hero-title span {
            font-style: italic;
        }

        .hero-desc {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            line-height: 150%;
            color: #ffffff;
        }

        .hero-right {
            background: url('img/banner-img.webp') no-repeat center center;
            background-size: cover;
            height: 100vh;
        }

        .hero-left {
            /*padding-left: 121px !important;*/
            /*padding-right: 60px !important;*/
        }

        /* SECTION HEADERS */
        .section-title {
            font-family: "Times New Roman", Times, serif;
            font-size: 50px;
            color: #010105;
        }

        .section-subtitle {
             font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #010105;
            margin-bottom: 30px;
        }

        /* COMPANY CARD */
        .company-card {
            border: 1px solid #16215E;
            padding: 15px;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .card-logo {
            height: 80px;
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .card-logo img {
            max-width: 80%;
            max-height: 100%;
            margin: auto;
        }

        .card-meta {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 15px;
            gap: 10px;
        }

        .badge-canadian {
            background: #f3f4f6;
            color: #111;
            font-size: 12px;
            font-weight: bold;
            padding: 4px 10px;
            border-radius: 2px;
        }

        .rating-text {
            color: #3b82f6;
            /* Matching the blue in the screenshot */
            font-weight: bold;
            font-size: 12px;
        }

        .company-name {
            font-family: "Times New Roman", Times, serif;
            font-size: 22px;
            margin-bottom: 15px;
        }

        .contact-info {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .contact-info li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            font-size: 14px;
            color: #010105;
            word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
        }

        .contact-info .icon img {
            width: 18px;
            height: 18px;
        }

        .explore-link {
            color: #3b82f6;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            margin-top: auto;
        }

        /* AD PLACEMENT */
        .ad-placement {
            background: #888;
            color: #fff;
            min-height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-family: Arial, sans-serif;
        }

        /* SIDEBAR RANKINGS */
        .sidebar-title {
            font-family: "Times New Roman", Times, serif;
            font-size: 22px;
            margin-bottom: 15px;
        }

        .rankings-list {
            list-style: none;
            padding: 0;
            /* border: 1px solid #eee; */
        }

        .rankings-list li {
            padding: 12px 15px;
            /* border-bottom: 1px solid #eee; */
            font-family: Arial, sans-serif;
            font-size: 16px;
        }

        .rankings-list li.active {
            background: #e0e7ff;
            font-weight: bold;
        }

        .listings-section {
            padding: 100px 0px;
            background:#ffffff;
        }

        .find-the-best {
            padding: 100px 0px;
            background: #cae0f3;

        }

        .find-the-best .container {
            display: flex;
            flex-direction: column;
            gap: 100px;
        }
.cta-split-section{
    background:#ffffff;
}
.cta-split-section h2{
     font-family: "Times New Roman", Times, serif;
}
.list-unstyled{
    margin-left:0px;
}
        /* CTA SIDEBAR */
        .cta-sidebar-card {
            background: #16215E;
            color: #fff;
            padding: 30px 20px;
            text-align: center;
        }

        .cta-sidebar-card h3 {
            font-family: "Times New Roman", Times, serif;
            font-size: 28px;
            margin-bottom: 15px;
            text-align: left;
            font-weight: 400;

        }

        .cta-sidebar-card p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 17px;
            margin-bottom: 20px;
            opacity: 0.9;
            text-align: left;
            font-weight: 400;
            line-height: 27px;
        }

        .small-sub-heading {
            color: #010105;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Times New Roman', Times, serif;
            line-height: 150%;
        }

        .normal-heading {
            color: #010105;
            font-weight: 400;
            font-family: 'Times New Roman', Times, serif;
            font-size: 45px;
        }

        .find-the-best-left {
            padding-right: 60px !important;
            width: 45% !important;
        }

        .find-the-best img {
            width: auto;
        }

        .normal-para {
            color: #010105;
            font-size: 16px;
        }

        .blue-btn {
            background: var(--btn-green);
            border: 1px solid var(--btn-green);
            color: white;
        }

        .blue-btn:hover { opacity:0.9;

            /*background: #062449;*/
            /*border: 1px solid #062449;*/
        }

        .contact-section {
            background: url('img/Card-BG.webp');
            padding: 50px 0px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .divider-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Desktop – vertical line */
        .responsive-divider {
            width: 2px;
            height: 50vh;
            background: #ffffff;
            min-height: 80px;
        }

        .contact-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            position: relative;

        }

        .contact-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #00000080;
            /* 50% black */
            z-index: 1;
        }

        .contact-section>* {
            position: relative;
            z-index: 2;
        }

        .contact-section .contact-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

        .contact-section .contact-card h3 {
            color: #ffffff;
            font-weight: 400;
            font-family: 'Times New Roman', Times, serif;
            font-size: 45px;
            text-align: center;

        }

        .contact-section .contact-card p {
            color: #ffffff;
            text-align: center;
            font-size: 17px;
            line-height: 26px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 400;
        }

        .footer {
            background: #ffffff;
            padding: 70px 0px;
        }

        .footer-logo {
            margin-bottom: 20px;
        }

        .footer-nav {
            display: flex;
            gap: 20px;
            font-weight: 600;
        }

        .footer-nav a {
            text-decoration: none;
            color: #000;
        }

        .newsletter h3 {
            font-size: 16px;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .subscribe-form {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }

        .subscribe-form input {
            padding: 12px 15px;
            border: 1px solid #eee;
            background: #f5f5f5;
            border-radius: 0px;
            flex-grow: 1;
            min-width: 250px;
        }

        .subscribe-form button {
            background-color: #3b59ff;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 600;
        }

        .disclaimer {
            font-size: 12px;
            color: #010105;
        }

        .disclaimer a {
            color: #010105;
        }

        /* Bottom Bar */
        .footer-divider {
            border: 0;
            border-top: 1px solid #01010526;
            margin: 40px 0 40px;
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #333;
            flex-wrap: wrap;
            gap: 20px;
        }

        .legal-links {
            display: flex;
            gap: 20px;
        }

        .legal-links a {
            text-decoration: underline;
            color: #000;
        }

        .copyright {
            color: #010105;
        }

        /* company profile page */
        .bg-navy {
            background-color: #16215e !important;
            /* Deep Navy Blue */
        }

        .serif-title {
            font-family: 'Times New Roman', Times, serif;
            /* Or use a Google Font like Playfair Display */
            font-weight: 400;
            line-height: 1.1;
        }

        .lead-text {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.85);
            max-width: 500px;
        }

        .custom-badge {
            background-color: rgba(255, 255, 255, 0.1);
            /* Subtle transparent background */
            padding: 8px 16px;
            border-radius: 4px;
            font-size: 0.9rem;
            font-weight: 600;
            display: inline-block;
        }

    .contact-list li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
 .contact-list li{
     margin-bottom:30px !important;
 }
        .contact-list span {
            font-size: 1.05rem;
            font-weight: 300;
        }

        /* Ensure images/icons are crisp */
        .bi {
            vertical-align: middle;
        }
        /* Custom Styles to complement Bootstrap */
.business-hero {
    background-color: #16215E; 
    color: #ffffff;
}

.business-title {
    font-family: 'Playfair Display', serif; /* Or standard serif */
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    line-height: 1.1;
    font-weight: 400;
}

.business-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    max-width: 480px;
}

.badge-custom {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.contact-list i {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.9;
    width: 24px; /* Ensures icons align vertically */
    text-align: center;
}

.contact-item span {
    font-size: 1.05rem;
    font-weight: 300;
}
.services-grid {
    background-color: #fff;
}

.service-icon i {
    font-size: 2rem;
    color: #00b894; /* Vivid Green from image */
    display: inline-block;
}

.service-title {
    font-family: 'Times New Roman', Times, serif; /* Consistent with Hero title */
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #010105;
    font-weight:400;
    font-family: Arial;
}

/* Hover effect for better UX */
.service-card {
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* Background color to match the image's pale blue/purple */
.bg-light-purple {
    background-color: #cae0f3;
}

.serif-title {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
}



/* Card Styling */
.testimonial-card {
    background: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stars i {
    color: #000; /* Black stars as per image */
    font-size: 0.9rem;
    margin-right: 2px;
}

.testimonial-content {
    font-size: 1.05rem;
   line-height: 150%;
    color: #010105;
}

.testimonial-author strong {
    font-size: 1.05rem;
    color: #010105;
}
.testimonial-author small{
    color:#010105;
    font-weight:400;
    font-family:'Arial';
}
/* Slider Arrow Buttons */
.btn-slider {
    background-color: #3b59ff;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    display: flex !important; /* Ensure it shows */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    border: none;
    z-index: 10;
    margin-top: 100px;
}

.btn-slider:hover {
    background-color: #2a41d6;
    color: #fff;
}

.testimonialSwiper{
    padding:75px 0px !important;
}

.company-contact-section {
    background-color: #cae0f3; /* Same lavender/blue as testimonial */
}

.tracking-widest {
    letter-spacing: 0.15em;
}

.contact-details i {
    font-size: 1.2rem;
    color: #000;
}

/* Form Styles */
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.custom-input {
    background-color: #d1d9f0 !important; /* Slightly darker shade for inputs */
    border: none !important;
    border-radius: 4px;
    padding: 10px 15px;
}

.custom-input:focus {
    background-color: #c4ceeb !important;
    box-shadow: none;
}

/* Checkbox Styles */
.form-check-input {
    background-color: #d1d9f0;
    border: none;
}

.form-check-input:checked {
    background-color: #3b59ff;
}

.form-check-label {
    font-size: 0.95rem;
}
/* FAQ Section Styling */
.faq-section {
    background-color: #fff;
}



/* Container for the whole FAQ item */
.faq-item-wrapper {
    background-color:#cae0f3; /* Lavender tint */
   
    margin-bottom: 15px;
    border: none;
}
.faq-item-wrapper .faq-header{
    margin-bottom:0px;
}

/* The Question Button */
.faq-toggle-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    padding: 1.5rem;
    text-align: left;
    font-weight: 700;
    color: #000;
    font-size: 1.1rem;
    box-shadow: none !important;
}

/* The Answer Text */
.faq-content-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #010105;
    font-size: 1.05rem;
    line-height: 150%;
    font-weight: 400;
    font-family: 'Arial';
}

/* The Icon (Starts as a Plus +) */
.faq-toggle-btn::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    transform: rotate(0deg); 
}
.faq-toggle-btn.collapsed::after {
    content: "";
    width: 20px;
    height: 20px;
    /* fill='%23fff' makes it white */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M3.5 7.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg); /* Shows as + */
    transition: transform 0.2s ease-in-out;
}

/* When OPEN (NOT collapsed), rotate 45 degrees to become an X */
.faq-toggle-btn:not(.collapsed)::after {
    /*transform: rotate(45deg);*/
}

/* Remove default Bootstrap background/color changes on open */
.faq-toggle-btn:not(.collapsed) {
    background-color: transparent;
    color:#010105;
}
.faq-toggle-btn.collapsed{
   background-color: #cae0f3;
  color: #010105;
}

.cta-banner-wrapper {
    min-height: 450px;
    background-color: #333; /* Fallback */
    position: relative;
}
.cta-banner-wrapper .border-secondary{
    border-color: rgb(255 255 255) !important;
    border-width: 2px !important;
}
/* Background Image logic */
.cta-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/Card-BG.webp'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Darkened Overlay */
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust darkness here */
    z-index: 1;
}

.z-1 { z-index: 2; } /* Bring content above overlay */

.cta-icon i {
    font-size: 2.5rem;
    color: #fff;
}

.border-end-md {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* Container Background (as per your screenshot tint) */
.custom-inquiry-form {
    
  
    
}

/* Label Styling */
.custom-inquiry-form .form-label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    color: #010105;
}

/* Input Fields Styling */
.custom-inquiry-form .form-control {
    background-color: #0101050D !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 12px;
    font-size: 14px;
    width: 100%;
}

/* Checkbox Grid (2 Columns) */
.services-grid-form .wpcf7-list-item {
    display: inline-block;
    width: 48%; /* Creates the 2-column look */
    margin: 0 0 10px 0;
}

.services-grid-form .wpcf7-list-item-label {
    font-size: 14px;
    color: #010105;
    margin-left: 8px;
}

/* Custom Checkbox Appearance */
.services-grid-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    background-color: #0101050D;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%; /* Makes them circular like the screenshot */
    vertical-align: middle;
    cursor: pointer;
}

.services-grid-form input[type="checkbox"]:checked {
    background-color: #3B59E9 ; /* Blue when checked */
    border: 3px solid #EBEBEB; /* Creates a ring effect */
}

/* Submit Button */
.custom-inquiry-form .btn-review-submit {
    background-color: #3B59E9;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-inquiry-form .btn-review-submit:hover {
    background-color: #2a43c4;
    box-shadow: 0 4px 12px rgba(59, 89, 233, 0.3);
}
/* Responsive adjustment for the divider */
@media (max-width: 1400px) { 
    .company-card{
        padding: 7px;
    }
    .contact-info li{
        font-size:13px;
    }
}
@media (max-width: 767px) {
     .company-card{
        padding: 15px;
    }
    .contact-info li{
        font-size:15px;
    }
    .border-end-md {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}
        /* Mobile specific adjustments */
        @media (max-width: 768px) {
            .cta-banner-wrapper .border-secondary{
                border-top:2px solid #ffffff;
            }
            .find-the-best-left {
                width: 100% !important;
            }

            .footer-top {
                flex-direction: column;
            }

            .subscribe-form {
                flex-direction: column;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: left;
            }

            .divider-wrapper {
                width: 100%;
            }

            .responsive-divider {
                width: 100%;
                height: 2px;
                min-height: 0px;
            }

            header {
                padding: 12px 20px;
            }

            .nav-link:not(.mobile-visible) {
                display: none;
            }

            nav {
                gap: 15px;
            }

            .hero-banner {
                padding: 0px 0;
                text-align: left;
            }



            .hero-right {
                min-height: 280px;
            }

            .find-the-best img {
                width: 100%;
            }

            .contact-card img {
                width: auto;
            }

            .hero-title {
                font-size: 40px;
            }

            .hero-left {

                padding: 40px 25px !important;
            }

            .hero-desc {
                font-size: 15px;
            }

            .hero-buttons {
                flex-wrap: wrap;
            }

            .btn-submit,
            .transparent-btn {
                font-size: 14px;
            }

            .arrow-btn::after {
                width: 14px;
                height: 14px;
            }

        }
        /* Ensure the header container is always visible */
.main-header {
    z-index: 1000;
    position: relative;
    background-color: #0a1128; /* Match your navy theme */
}

   @media (max-width:996px) {
       .footer-nav a {
  width: 50%;
  float: left;
  display: grid;
  gap: unset;
  line-height: 40px;
}
.footer-nav {
  display: block;}
       
   }


        @media (max-width:991px) {

            .company-cards>.col-md-4:nth-of-type(n+4) {
                display: none;
            }



      
    .main-nav.active {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0a1128;
        padding: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
        z-index: 999;
    }

    .nav-menu-list {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }
}
@media (max-width: 767px) {
    /* Fix Button size on mobile */
.btn-submit {
    padding: 8px 16px;
    font-size: 14px;
    white-space: nowrap;
}
    .extra-item {
        display: none;
    }
}


@media (max-width: 600px) {

       .footer-nav a {
  width: 100%;
 
}
}
.company-filter-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.filter-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
}
.filter-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #444;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
}
.filter-btn:hover {
    border-color: #aaa;
    background: #f5f5f5;
	color: #010105;
}
.filter-btn.active {
    background: #1a1a2e; /* match your site's primary color */
    color: #fff;
    border-color: #1a1a2e;
}
.filter-btn svg {
    flex-shrink: 0;
}
.filter-btn.active {
  background: #16215e;}
   @media screen and (max-width: 1200px) { .blue-btn{
       font-size: 11px;
   }
      .rating-g li .rpi-stars {
    --rpi-star-size: 16px !important;font-size: 14px !important;}
       .rating-g li {
  font-size: 12px;
}}
	@media screen and (max-width: 992px) {
		.company-filter-bar{
			margin-top: 30px;
		}
		.card-logo img {
  max-width: 48%}
	}
	@media screen and (max-width: 500px) {
		.blue-btn {
			font-size: 14px;
			clear: left;
			float: left;
			width: 100%;
			margin-top: 20px;
			margin-bottom: 30px;text-align: center;
		}
		.filter-btn{ padding: 6px 6px; font-size: 12px;

		}}
	
	#rankings-list .wp-google-list{
		display:none !important;
	}

.wp-google-based{
	display:none !important;
}
