/* Global Styles */
body {
    margin: 0;
    font-family: "Lato", sans-serif !important;

    /* font-family: "Poppins", sans-serif !important; */
    background-color: #f8f9fa;
    color: #212529;
    scroll-behavior: smooth;
}

:root {
    width: 100vw !important;
    overflow-x: hidden !important;

}

body {
    width: 100vw !important;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
}

p {
    margin: 0 0 1em 0;
    line-height: 1.5;
}

ul {
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

a {
    text-decoration: none !important;
    color: black !important;

}

/* Layout */
.container {
    /* width: 100%;
    margin: 0 auto;
    padding: 0 15px; */
}

.header,
.footer {
    /* background-color: #343a40;
    color: white;
    text-align: center;
    padding: 20px 0; */
}

/* Responsive Grid */
.row {
    /* display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; */
}

.accordion {
    background-color: #2258A2 !important;
    --bs-accordion-border-color: none !important;
}

.accordion-button {
    font-size: 1.5rem !important;
}

.accordion-header {
    background-color: #2258A2 !important;
}

#faqAccordion {
    background-color: #2258A2 !important;
}

.faq-section {
    padding: 40px 20px;
    background-color: #2258A2 !important;
    border-radius: 5px;
}

.faq-question {
    font-size: 1.2em;
    font-weight: bold;
}

.accordion-button {
    background-color: #2258A2 !important;
    color: white !important;
    font-weight: bold;
    border: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #2258A2 !important;
}

.formcs-head {
    background-color: #2258A2 !important;
}

.formcs-head-conf {
    background-color: transparent !important;
}

.send-butt {
    background-color: #2258A2 !important;
    border: #2258A2 !important;
}

.number1 {

    color: #FBD800;
    /* font-family: "Open Sans", Sans-serif; */
    font-size: 90px !important;
    font-weight: 800;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}

.online-text {
    font-size: 40px !important;
    font-weight: bold;
    color: rgb(251, 216, 0);
}

.cont-bg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    /* background-image: url(/assets/img/student-image.webp); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* filter: brightness(0.5); */
    /* height: 100vh; */
}

.inner-cont {
    background-color: white;
    display: flex !important;
    justify-content: center !important;
}

.inner-cont-row {
    background-color: #2258A2;
    width: 70%;
    padding: 2rem 4rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.number-span {
    font-size: 60px;
    font-weight: 900;
    color: white;
}

.number-p {
    font-size: 20px;

    color: white;
}

.right-line {
    border-right-width: 2px !important;
    border-right-style: solid;
    border-color: white;
}

.left-line {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-color: white;
}

/* .overcont {
    z-index: 10;
} */

.col {
    /* flex: 1;
    padding: 15px; */
}

.nav-cont- {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}

.logo-main-nav {
    width: 300px;
}

.enq-button {
    background-color: #2258A2;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    color: #f8f9fa !important;
}

.hide-on-mob {
    display: block !important;
}

.show-on-mob {
    display: none !important;
}

.show-on-mob-plan {
    display: none !important;
}

h2 span {
    color: #007bff;
    /* Bootstrap Primary Color */
}

/* Tabs container styling */
.nav-pills {
    border-radius: 10px;
    background-color: #f4f8fc;
    padding: 10px;
    display: inline-flex;
}

/* Tab button styling */
.nav-pills .nav-link {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
    /* Light gray for non-active tabs */
    border: none;
    background-color: transparent;
    transition: color 0.3s, background-color 0.3s;
}

/* Active tab styling */
.nav-pills .nav-link.active {
    background-color: #eaf3ff !important;
    /* Light blue */
    color: #1d3f74;
    /* Dark blue for active text */
    font-weight: bold;
    position: relative;
}

/* Active tab underline */
.nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #0033cc;
    /* Dark blue underline */
    border-radius: 2px;
}

/* Hover effect for inactive tabs */
.nav-pills .nav-link:hover {
    color: #1d3f74;
    /* Darker blue on hover */
    background-color: #f0f4ff;
    /* Slight background change */
}

/* Mobile responsive adjustment */
@media (max-width: 767px) {
    .nav-pills {
        display: block;
        text-align: center;
    }

    .nav-pills .nav-link {
        margin-bottom: 10px;
        width: 100%;
    }
    
    .hide-on-mob {
        display: none !important;
    }
    
    /* Specific override for counter wrapper with hide-on-mob */
    .counter-wrapper.hide-on-mob,
    .counter-wrapper.row.hide-on-mob,
    .counter-wrapper.row.text-center.hide-on-mob {
        display: none !important;
    }

    .show-on-mob {
        display: block !important;
    }
}

.plan-card {
    border-radius: 10px;
}

.plan-card-body h5 {
    font-size: 1.2rem;
}

.plan-card-body ul li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #191D23;
}

.plan-card-body .btn {
    width: 48%;
}

.plan-card-title {
    color: #191D23;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Spacing adjustments */
.plan-card {
    margin-bottom: 30px;
}

.buy-now-button {
    color: white !important;
    background-color: #2258A2 !important;
    margin-right: 10px;
    border: none !important;
}

.sched-button {
    background-color: gainsboro !important;
    color: black !important;
    border: none !important;
}

.course-level {
    color: #2258A2 !important;
    ;
}

.aspirants-choice-strip {
    background-color: #f44336;

    color: #fff;

    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    margin-bottom: -10px;

    border-radius: 5px 5px 0 0;
    z-index: 1;
}

.plan-card {
    position: relative;
    bottom: -10px;

}

/* Mobile view adjustments */
@media (max-width: 767px) {
    .plan-card-body .btn {
        width: 45%;
        margin-bottom: 10px;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

@keyframes wobble {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(3deg);
    }

    60% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Pulse animation for attention */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 88, 162, 0.7);
    }
    
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(34, 88, 162, 0.3);
    }
    
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(34, 88, 162, 0);
    }
}

/* Bounce animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

/* Glow animation */
@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(34, 88, 162, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(34, 88, 162, 0.8), 0 0 30px rgba(251, 216, 0, 0.4);
    }
    100% {
        box-shadow: 0 0 5px rgba(34, 88, 162, 0.5);
    }
}

.enq-button {
    position: relative;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.enq-button:hover {
    animation: wobble 0.6s ease-in-out, glow 1s ease-in-out infinite;
    transform: translateY(-2px);
}

/* Add extra attention-grabbing animation for mobile */
@media (max-width: 767px) {
    .enq-button {
        animation: pulse 2s infinite, bounce 3s infinite;
    }
    
    .enq-button:hover {
        animation: wobble 0.6s ease-in-out, glow 1s ease-in-out infinite;
    }
}

.benefits-sect {
    margin-bottom: 5rem;
    margin-top: 4rem;
}

.plans-section {
    margin-top: 4rem;
}

.evaluation-section {
    margin-top: 4rem;
}

.conf-title {
    color: #ffffff;
    font-weight: bold;
}

ul.benefits-list-items {
    padding: 0;
}

.list-cust-icon {
    padding-right: 10px;
}

.list-cust-text>a .list-cust-text {

    font-size: 18px;
    font-weight: 400;
}

.benefits-icon-list-item,
.benefits-icon-list-item a {
    display: flex;
    font-size: 20px;

    align-items: var(--icon-vertical-align, center);
}

.benefits-icon-list-item {
    padding-bottom: 20px;
}

.iframe-props {

    width: 100%;
    min-height: 100%;
}

.benefits-title-p {
    font-size: 35px;
    font-weight: bolder;
    color: #2258A2;
}

.text1-flow-sec {
    font-size: 35px;
    font-weight: bolder;
    color: #2258A2;
}

.text2-flow-sec {
    font-size: 25px;
    font-weight: bolder;
    color: #98BE2B;
}

.flow-video {
    /*width: 80vw;*/
    /* height: 80vh; */
}

.gridss-sect {
    width: 100vw;
    background-image: url(../img/grdi.png);
    background-position: center;
    background-size: cover;
    height: 75vh;


}

/* Table */
.table-container {

    margin: 0 auto;
    overflow-x: auto;
}

.plans-table {
    /* width: 80% !important; */
    border-collapse: separate !important;
    border-width: 5px !important;
    background-color: #ffffff !important;
    padding: 2%0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.plans-th {
    background-color: #2258A2 !important;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-weight: bold;
    border: #ddd;
}

.plans-td {
    padding: 10px !important;
    text-align: left !important;
    border-bottom: 1px solid #ddd !important;
}

/* .plans-tbody>tr:nth-child(even) {
    background-color: #f9f9f9 !important;
} */

tbody td a {
    color: #f4c20d;
    text-decoration: none;
}

tbody td a:hover {
    text-decoration: underline;
}

tbody td {
    text-align: center;
}

tbody td:first-child {
    text-align: left;
}

.plans-td {
    font-size: 22px !important;
    color: #fff;
    background-color: #2258A2;
}

.guarantee-sect {
    /* background-color: #285CA4; */
}

.confused-sect {
    background-color: #285CA4;
}

.conf-img-col {
    justify-content: end;
    align-items: center;
}

/* Responsive Breakpoints */

/* Extra Small Devices (up to 575px) */
@media (max-width: 575px) {
    .col {
        flex: 100%;
        /* Full width */
    }

    .accordion-button {
        font-size: 0.5rem !important;
    }

    .enq-button {
        padding: 1.5vw 2.5vw;
        font-size: 14px;
    }

    .inner-cont-row {
        background-color: #2258A2;
        width: 100%;
        padding: 2rem 3rem;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .right-line {
        border: none !important;
    }

    .left-line {
        border: none !important;
    }

    .accordion {
        background-color: #2258A2 !important;
        --bs-accordion-border-color: none !important;
    }

    .accordion-button {
        font-size: 1rem !important;
    }

    .typewriter {
        display: none !important;
    }

    .benefits-title-p {
        text-align: center;
        font-size: 26px;
        font-weight: bolder;
        color: #2258A2;
    }

    .text1-flow-sec {
        text-align: center;
        font-size: 26px;
        font-weight: bolder;
        color: #2258A2;
    }

    .text2-flow-sec {
        text-align: center;
        font-size: 18px;
        font-weight: bolder;
        color: #98BE2B;
    }

    .test-title {
        font-size: 26px;
        color: #2258A2;
        text-align: center;
        font-weight: bolder;
        margin-bottom: 15px;
    }

    .test-card-title {
        font-size: 18px;
        color: #2258A2;
        margin-bottom: 8px;
    }

    .test-card-text {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
    }

    .hide-on-mob {
        display: none !important;
    }

    .show-on-mob {
        display: block !important;
    }

    .show-on-mob-plan {
        display: flex !important;
        text-align: start !important;
    }

    .mySwiper {
        width: 90% !important;
        height: 80%;
    }

    .mySwiper2 {
        width: 90%;
        height: 80%;
    }

    .nav-cont- {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .logo-main-nav {
        width: 160px !important;
    }

    .conf-img-col {
        justify-content: center !important;
    }
}

/* Small Devices (576px and up) */
@media (min-width: 576px) {
    .col-sm {
        flex: 50%;
        /* Half width on small devices */
    }



}

/* Medium Devices (768px and up) */
@media (min-width: 768px) {
    .col-md {
        flex: 33.33%;
        /* One third width on medium devices */
    }
}

/* Large Devices (992px and up) */
@media (min-width: 992px) {
    .col-lg {
        flex: 25%;
        /* One fourth width on large devices */
    }
}

/* Extra Large Devices (1200px and up) */
@media (min-width: 1200px) {
    .col-xl {
        flex: 20%;
        /* One fifth width on extra-large devices */
    }
}

/* Utility classes */
.text-center {
    text-align: center;
}

.mt-2 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.p-2 {
    padding: 1rem;
}

/* Button styles */
.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

/*  */
.test-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 20px;
    /* background-color: #84B3F2; */
    /*max-width: 1200px; */
    /* margin: 0 auto; */
}


.test-title {
    font-size: 35px;
    color: #2258A2;
    text-align: center;
    margin-bottom: 20px;
}


.test-options {
    display: flex;
    flex-direction: column;

    gap: 20px;
    width: 100%;
    max-width: 900px;
    justify-content: space-around;
}


.test-card {
    border: 1px solid #e0e0e0;
    padding: 20px;
    height: 20rem;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    /* flex: 1; */
}

.test-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.test-card-title {
    font-size: 25px;
    color: #2258A2;
    margin-bottom: 10px;
}

.test-card-text {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}

/* Button styling */
.test-btn {
    background-color: #2258A2;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: large;
}

.test-btn:hover {
    background-color: #013d7e;
}

/* swiper */
.mySwiper {
    width: 40%;
    height: 80%;
}

.mySwiper2 {
    width: 80%;
    height: 80%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-vid {
    height: 50vh;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 1) !important;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2258A2 !important;
}

/* Responsive styling for medium screens (tablets) */
@media (min-width: 768px) {
    /* .test-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    } */

    /* .test-content {
        flex: 0 0 30%;
    } */

    .test-options {
        flex: 0 0 65%;
        flex-direction: row;
        gap: 20px;
    }
}

/* Responsive styling for large screens (desktops) */


/* Ensuring badge alignment */
.badge-box {
    max-width: 300px;
    margin: 0 auto;
}

.badge-content {
    /* border: 5px solid #e6dfd7; */
    /* width: 50%; */

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icon100 {
    width: 100vw;
    max-width: 150%;
    height: auto;
}

/* Responsive spacing and styles */
h2 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
    }
}

/*  */

.blinking {
    font-size: 2rem;
    color: #FBD800;
    /* font-family: "Open Sans", Sans-serif; */
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    animation: blink 1.25s step-start infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.typewriter {
    color: #285CA4;
    white-space: nowrap;
    border-right: 2px solid;
    display: inline-block;
    overflow: hidden;
}

@keyframes blink2 {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}

.typewriter {
    animation: blink2 0.75s step-end infinite;
}

/* grids */
.CAexam-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.CAexam-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 1200px;
    width: 100%;
}

.title-card {
    grid-column: span 2;
    background-color: #e0e6f8;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.title-card h2 {
    font-size: 24px;
    color: #2258A2;
}

.grid-item {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
}

.blue-card {
    background-color: #2258A2;
}

.grid-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.grid-item p {
    font-size: 14px;
}

/* Button styling */
.enroll-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #2258A2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.enroll-btn:hover {
    background-color: #8bba15;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .CAexam-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .CAexam-container {
        grid-template-columns: 1fr;
    }
}

/* Counter Styles - Force Horizontal Layout Always */
.counter-wrapper,
.counter-wrapper.row,
.counter-wrapper.row.text-center {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 30px 0 !important;
    flex-wrap: nowrap !important;
}

.counter,
.counter.col-4,
.counter.col-4.col-lg-3,
.counter.fade-in-left.col-4.col-lg-3 {
    text-align: center !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    display: block !important;
}

.counter-number {
    font-size: 40px !important;
    font-weight: bold !important;
    color: white !important;
}

.counter-title {
    color: white !important;
    font-size: 14px !important;
    word-wrap: break-word !important;
    overflow: visible !important;
}

/* Force single row on ALL mobile devices */
@media (max-width: 768px) {
  .counter-wrapper,
  .counter-wrapper.row,
  .counter-wrapper.row.text-center {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 2px !important;
  }
  
  /* Override for hide-on-mob class - must be more specific */
  .counter-wrapper.hide-on-mob,
  .counter-wrapper.row.hide-on-mob,
  .counter-wrapper.row.text-center.hide-on-mob {
    display: none !important;
  }
  
  .counter,
  .counter.col-4,
  .counter.col-4.col-lg-3,
  .counter.fade-in-left.col-4.col-lg-3 {
    flex: 1 1 32% !important;
    max-width: 32% !important;
    width: 32% !important;
    padding: 0 1px !important;
    margin: 0 !important;
  }
}

.review-img {
    width: 15rem;

}

.clear-ex {
    color: rgb(251, 216, 0);
    margin-top: 2rem;
    font-size: 24px;
}

/* Form Styles */
/* .form-group {
    margin: 20px 0;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
} */

/* button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
} */

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* plan cards */

.plan-card {
    background-color: #f8f9fa;
    border: none;
    border-radius: 10px;
    padding: 20px;
    width: 90vw;
    color: black;
    box-shadow: 0 16px 40px #000 !important; /* pure black shadow */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.plan-card:hover {
    box-shadow: 0 20px 60px #000; /* even darker on hover */
    transform: translateY(-6px);
}



.plan-card h2 {
    text-align: center;
    margin-bottom: 20px;
}

.plan-card ul {
    list-style: none;
    padding: 0;
}

.plan-card ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.plan-card ul li img {
    width: 20px;
    margin-right: 10px;
}

.enroll-btn {
    background-color: white;
    color: #1767A0;
    border: none;
    padding: 10px 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
}

.enroll-btn:hover {
    background-color: #e5e5e5;
}

.icon-check {
    content: url('https://img.icons8.com/ios-filled/50/000000/checkmark--v1.png');
}

.icon-cross {
    content: url('https://img.icons8.com/ios-filled/50/ff0000/delete-sign.png');
}

.white-here {
    background-color: white !important;
    color: #285CA4 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/caret-down-fill.svg) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {

    background-image: url(../img/caret-down-fill.svg) !important;

}


@media (max-width: 575px) {
  .form-floating.mb-3 {
    margin-bottom: 15px;
  }

  .form-control,
  .form-select {
    font-size: 16px;
    padding: 10px;
  }

  .row.align-items-center {
    flex-direction: column;
  }

  .col-lg-6.text-center.text-lg-start,
  .col-md-10.mx-auto.col-lg-6 {
    width: 100%;
    padding: 0 15px;
  }

  .review-img {
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
  }

  .formcs-head h2 {
    font-size: 20px;
  }

  .send-butt {
    font-size: 16px;
    padding: 12px;
  }
}


/* Complete Mobile Hero Section Optimization */
@media (max-width: 575px) {
  /* Main hero section container */
  .cont-bg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .overcont {
    padding: 0 !important;
  }
  
  .row.align-items-center {
    margin: 0 !important;
    padding: 1rem 0 !important;
  }
  
  .col-lg-6.text-center.text-lg-start {
    padding: 0 15px !important;
    margin-bottom: 2rem !important;
  }

  /* Headings optimization */
  .number1 {
    font-size: 36px !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
    color: #FBD800 !important;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8) !important;
  }

  .online-text {
    font-size: 18px !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
  }

  /* Counter section - force one row */
  .counter-wrapper,
  .counter-wrapper.row,
  .counter-wrapper.row.text-center {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 2px !important;
    margin: 15px 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
  }

  .counter,
  .counter.col-4,
  .counter.col-4.col-lg-3,
  .counter.fade-in-left.col-4.col-lg-3,
  [class*="counter"][class*="col-4"] {
    flex: 1 1 32% !important;
    max-width: 32% !important;
    min-width: 30% !important;
    width: 32% !important;
    padding: 5px 1px !important;
    margin: 0 !important;
    text-align: center !important;
    display: block !important;
    float: none !important;
    /*background: rgba(255, 255, 255, 0.15) !important;*/
    border-radius: 8px !important;
    /*backdrop-filter: blur(10px) !important;*/
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;*/
  }

  .counter-number {
    font-size: 16px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 2px 0 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
  }

  .counter-title {
    color: white !important;
    font-size: 8px !important;
    word-wrap: break-word !important;
    overflow: visible !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 2px !important;
    white-space: normal !important;
    text-transform: uppercase !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) !important;
  }

  /* Google Reviews image - make it smaller */
  .review-img {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
    margin: 15px 0 10px 0 !important;
  }

  /* Clear text and guarantee */
  .clear-ex {
    font-size: 14px !important;
    margin: 8px 0 5px 0 !important;
    line-height: 1.2 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
  }

  .blinking {
    font-size: 16px !important;
    margin: 5px 0 15px 0 !important;
    line-height: 1.2 !important;
  }
  
  /* Remove extra Bootstrap column padding */
  .col-lg-10 {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* Additional Bootstrap Override */
@media (max-width: 576px) {
  .col-4 {
    flex: 1 1 31% !important;
    max-width: 31% !important;
    width: 31% !important;
  }
  
  /* Force counters in one row - most specific selector */
  .row.text-center > .counter.fade-in-left.col-4.col-lg-3,
  .counter-wrapper.row.text-center > .counter.fade-in-left.col-4.col-lg-3,
  div.counter-wrapper.row.text-center > div.counter.fade-in-left.col-4.col-lg-3 {
    display: inline-block !important;
    float: left !important;
    width: 31% !important;
    max-width: 31% !important;
    flex: none !important;
    padding: 0 1% !important;
    margin: 0 !important;
    vertical-align: top !important;
  }
  
  /* Container for counters */
  .counter-wrapper.row.text-center {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}

.ribbonn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f44336; /* Red color or choose your theme */
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    border-bottom-right-radius: 8px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.nav-pills .nav-link {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6c757d;
    background-color: #eaf3ff; /* Light background */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); /* subtle inner shadow */
    transition: all 0.3s ease;
}


.nav-pills .nav-item {
    margin-right: 8px; /* adjust as needed */
}






.flow-chart-vid-sect {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-color: #f8f9fa;*/
}

.flow-video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.15);*/
}

@media (max-width: 767px) {
    .flow-video {
        display: none;
    }

    .show-on-mob img {
        max-width: 90%;
        height: auto;
    }
}




.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.mejs-offscreen {
    display: none !important;
}

/* Mobile Counter Section - Beautiful Design */
.mobile-counter-section {
    background: linear-gradient(135deg, #2258A2 0%, #1a4480 100%);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    display: none; /* Hide by default */
}

.mobile-counter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.mobile-counter-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 1.5rem 0;
}

.mobile-counter-item {
    text-align: center;
    flex: 1;
    position: relative;
    padding: 0 10px;
}

.mobile-counter-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.3) 50%, 
        rgba(255,255,255,0) 100%);
}

.mobile-counter-number {
    font-size: 2rem;
    font-weight: 900;
    color: #FBD800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.25rem;
    line-height: 1;
    display: block;
    animation: countUp 2s ease-out;
}

.mobile-counter-title {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Animation for counter numbers */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Show mobile counter only on mobile devices */
@media (max-width: 767px) {
    .mobile-counter-section {
        display: block !important;
    }
    
    .mobile-counter-number {
        font-size: 1.75rem;
    }
    
    .mobile-counter-title {
        font-size: 0.7rem;
    }
}

/* Extra small devices - optimize further */
@media (max-width: 575px) {
    .mobile-counter-wrapper {
        padding: 1.25rem 0;
    }
    
    .mobile-counter-number {
        font-size: 1.5rem;
    }
    
    .mobile-counter-title {
        font-size: 0.65rem;
    }
    
    .mobile-counter-item {
        padding: 0 5px;
    }
}




