.banner-three-box-clip-area .right-thumbnail:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(25deg 91% 54% / 20%);
    z-index: 1;
}

.theme-color {
    color: var(--color-primary);
}

.footer-logo {
    width: 180px;
}

.fw-600 {
    font-weight: 600;
}

.disc2 {
    font-size: 18px;
    max-width: 1080px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    margin: 0 auto 18px auto;
}

.sticky-statement .icon img {
    width: 162px;
}

.sticky-statement .content .disc {
    margin-top: 12px
}

img.vendor-image-single {
    max-width: 60%;
    height: auto;
}

.text-left {
    text-align: left !important;
}

.form-row {
    display: flex;
    gap: 15px; /* spacing between inputs */
    /* margin-bottom: 15px; */
}

.form-row input {
    flex: 1; /* equal width */
}

/* Stack on small screens */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    .states-map-img {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .form-row {
        gap: 0px !important;        
    }
    .contact-form-p input, .contact-form-p textarea {
        margin-bottom: 15px !important;
        height: 100% !important;
        padding: 20px 10px;
        text-indent: 10px;
    }
    .company-history-main-wrapper.g-2, .company-history-main-wrapper.g-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .appointment-form-wrapper {
        float: none !important;
        margin-top: 35px;
        width: 100% !important;
    }

    .blog_featured_image {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .blog_title {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .blog_featured_image img {
        max-width: 380px !important;
        margin-top: 24px !important;
    }

    .blog_title h1 {
        font-size: 32px !important;
        text-align: center !important;
    }

    .blog_details_header {
        height: 425px !important;
    }
}

a.certificate_link {
    font-size: 18px;
    font-weight: 500;
    color: #0472ff;
}

.event-filter-tabs {
    text-align: center;
    margin-bottom: 3rem;
}

.tab-navigation {
    display: block;
    margin-bottom: 2rem;
}

.tab-btn {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    color: #495057;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    width: auto;
    margin: .4rem 0px;
}

.tab-btn:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    transform: translateY(-2px);
}

.tab-btn.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

[data-event] {
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .tab-navigation {
        flex-direction: column;
        align-items: center;
    }
    
    .tab-btn {
        width: auto;
        max-width: 300px;
    }
    .footer-two-single-wized a.rts-btn {
        margin-bottom: 30px;
    }
}

.single-brand.bg-black {
    background-color: #000000;
}

.single-brand.bg-gray {
    background-color: #1a1a1a;
}

.single-brand.vendor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px; /* same container height for all */
}

.policy-content h2 {
    font-size: 32px !important;
    margin-bottom: 10px;
}

.policy-content p {
    font-size: 16px !important;
    margin-bottom: 5px;
}

section.policy-content {
    margin-bottom: 30px !important;
}

img.working_process_icon, img.solution-icon {
    max-width: 64px;
}

.video_background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes it behave like a background */
    z-index: -1; /* keeps it behind the content */
}

.home_banner {
    position: relative;
    background: url('assets/images/banner-fallback.jpg') no-repeat center center / cover;
}

.home_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}

.home_banner h1, .home_banner p.disc {
    color: #FFFFFF;
    position: relative;
}

.cta-home:before {
    content: '';
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cta-2:before {
    content: '';
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Event Gallery Pagination Styles */
.gallery-item {
    display: none;
}

.gallery-item.show {
    display: block;
}

/* Ensure smooth transitions */
.gallery-item {
    transition: opacity 0.3s ease;
}

.load-more-container {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

/* .load-more-btn {
    background: var(--color-primary);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    width: auto;
}

.load-more-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
} */

.load-more-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.load-more-btn.loading {
    background: #6c757d;
    cursor: not-allowed;
}

.load-more-btn.loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.pagination-info {
    text-align: center;
    margin-top: 1rem;
    color: #6c757d;
    font-size: 14px;
}

/*BILLING*/

img.menu-icon {
    max-width: 32px !important;
}

input.banner-form {
    background: #FFFFFF;
    border: 1.5px solid var(--color-primary);
    border-radius: 15px;
    padding: 10px 20px;
}

.single-brand img {
    max-width: 200px;
}

.certifications-img img {
    max-width: 100px;
}

img.specialty_icon {
    display: block;
    max-width: 110px;
}

p.specialty_text {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

img.tbl-logo {
    max-width: 120px;
    padding: 8px 0px;
}

.comparison-tbl th {
    vertical-align: middle;
    color: #222;  /* Dark gray, almost black */
    background-color: #f9f9f9;
    font-weight: bold;
    font-size: 18px;
}

.bg-gray {
    background-color: #F6F6F6;
}

.disc-bold {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 22px !important;
    color: #000000;
}

.w-85 {
    max-width: 100%;
}

.accordion {
    margin-top: 50px;
}

.map-bg {
    position: relative; /* Important for pseudo-element positioning */
}

.map-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('assets/images/bg/map.svg') no-repeat center center;
    background-size: cover;
    z-index: -1; /* Behind content */
    display: block;
}

.appoinment-thumbnail img {
    max-width: 80%;
}

.bg-overlay {
    position: relative;
}

.bg-overlay:before {
    content: '';
    background: #EBE6FF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
}

.bg-overlay .container {
    z-index: 1;
}

p.text-black {
    color: #000000 !important;
}

.about-cta {
    display: block !important
}

.about-cta p.disc {
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF !important;
}

.company-history-main-wrapper.g-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px; /* Space between grid items */
}

.company-history-main-wrapper.g-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr); /* Two columns */
    gap: 20px; /* Space between grid items */
}

.specialties-wrapper {
    height: auto !important;
}

.single-company-history a {
    padding: 10px 22px;
    height: auto;
}

.banner-img {
    width: 100%;
    margin-top: 25px;
}

.appointment-form-wrapper {
    border: 2px solid #00ACB2;
    border-radius: 15px;
    width: 420px;
    float: right;
    padding: 40px 20px !important;
}

.appointment-form-wrapper h3 {
    font-size: 22px;
    margin-bottom: 30px !important;
    position: relative;
}

.appointment-form-wrapper h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    background: #00ACB2;
    width: 35%;
    height: 1.5px;
    margin: 0 auto;
}

.appointment-form-wrapper h3 span {
    color: #674CDA !important;
}

#multiStepForm input, .appointment-form-wrapper input.form-control, .appointment-form-wrapper select.form-select {
    height: 45px;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #DDD8F9;
    padding: 0 15px;
}
#multiStepForm textarea {
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #DDD8F9;
    padding: 15px 15px 0px 15px;
    background: none;
}
.appointment-form-wrapper button {
    max-width: none;
    width: 100%;
    margin: 15px auto 0 auto;
}

#formAlert ul {
    list-style: circle;
    text-align: left;
    margin: 0;
}

#formAlert ul li {
    font-size: 15px;
}

.step-option {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dee2e6;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.3s;
    font-weight: 500;
}
.step-option:hover {
    border-color: #00ACB2;
    background: #f0f8ff;
}
.step-option input {
    display: none;
}
.step-option input:checked + span,
.step-option input:checked ~ span {
    color: #00ACB2;
    font-weight: 600;
}
.prev-btn {
    border-color: #00ACB2 !important;
    color: #1C2539;
}
.appointment-wizard .btn-submit {
    margin: 0 auto;
    width: 20%;
    max-width: none !important
}
.appointment-wizard .card {
    background: linear-gradient(135deg, #00acb203 0%, #E8FFFF 100%)
}
.appointment-wizard h2 {
    font-size: 35px;
    text-align: center;
    margin: 15px auto 25px auto;
}
.appointment-wizard .progress-bar {
    background: #00ACB2 !important;
}
.appointment-wizard .progress {
    height: 5px !important;
    margin-bottom: 25px !important;
}
.appointment-wizard h5 {
    font-size: 22px !important;
    margin-bottom: 20px !important;
    color: #000000 !important;
}

.rts-coming-soon-area {
    background: url('/assets/images/banner/thankyou.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rts-coming-soon-area:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rts-coming-soon-area .container {
    z-index: 1;
}

.blog_featured_image {
    display: flex;
    align-items: center;
    justify-content: end;
}

.blog_title {
    display: flex;
    align-items: center;
    justify-content: start;
}

.blog_featured_image img {
    max-width: 420px;
    border: 5px solid #FFFFFF;
}

.comparison-table thead th {
    text-align: center;
    background: #674CDA;
}
.plan-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}
.plan-rate {
    font-size: 15px;
    color: #FFFFFF;
    margin: 5px 0;
}
.plan-collections {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
}

th .disc {
    max-width: 220px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
}

tr.bg-color {
    border-bottom: 1px solid #E3E0E6;
}

.bg-color {
    background-color: #f3f3ff !important;
}

.text-primary-color {
    color: #29ADB2 !important;
}

tr.bg-color td {
    border: 0px !important;
}

.plan-collections strong {
    display: block;
}

@media(max-width:1200px){
    .table-area{
        overflow-x: scroll;
    }
}

span.tags-text {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.price-tags-inner-section h4 {
    font-size: 18px !important;
}

.price-tags-inner-section p {
    font-size: 15px !important;
    line-height: 1.4em;
}

.price-tags-inner-section .inner .icon {
    margin: 0px 0px 25px 0px;
    justify-content: start;
    width: 45px;
    height: 45px;
}

.call-icon {
    transform: rotate(95deg);
    margin: 0px 8px 0px 0px;
}

.health-icon {
    max-width: 64px;
    margin-bottom: 15px;
}

.rounded {
    border-radius: 15px !important;
}

.single-about-skill {
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 0px 30px;
}

.pc-1,
.pc-2 {
  filter: drop-shadow(5px 5px 0 var(--purple));
}

.pc-2 {
  filter: drop-shadow(5px 5px 0 var(--teal));
}

/* Common section styling */
.lp-section .single-working-process-one .inner-content {
  background-color: var(--light-bg);
  filter: drop-shadow(1px 1px 1px var(--shadow));
  position: relative;
}

/* Common circle behind numbers */
.lp-section .single-working-process-one .inner-content .number-main::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background: var(--light-bg);
  border-radius: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

/* Shared base line style */
.lp-section .single-working-process-one .inner-content .number-main::before {
  content: "";
  position: absolute;
  width: 150px;
  border: 1px dashed;
  left: -150px;
  z-index: -2;
}

/* Color variants */
.lp-section .single-working-process-one.pc-1 .inner-content .number-main::before {
  border-color: var(--purple);
}

.lp-section .single-working-process-one.pc-2 .inner-content .number-main::before {
  border-color: var(--teal);
}

h2.counter.title {
    font-size: 35px;
}

.certifications-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.certifications-img img {
  height: auto;
  display: block;
  margin: 0 auto; /* fallback horizontal centering */
}
tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit;
    height: 80px;
}