body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0%;
}

/* ====================================== common  ============================== */
.card-border {
    border: 1px solid #db0201 !important;
}
/* bg */
.bg-blue {
    background-color: #001f2f !important;
}
.bg-red {
    background-color: #db0201 !important;
}

.bg-lightpurple {
    background-color: #754ffe29;
}

.bg-gray-500 {
    background-color: #818181;
}
.bg-lightblue {
    background-color: #344c59;
}
/* font-color */
.text-gray {
    color: #7c7c7c;
}
.text-gray-200 {
    color: #d3d3d3;
}

.text-red {
    color: #db0201;
}
.text-blue {
    color: #001f2f !important;
}
.text-lightblue {
    color: #9dd9f8;
}
.text-star {
    color: #dac061;
}

/* font-size ==================== */
.text-sm {
    font-size: 14px;
}
.text-18px {
    font-size: 18px;
}
.text-20px {
    font-size: 20px;
}

.text-xl {
    font-size: 24px;
}
.text-2xl {
    font-size: 30px;
}
.text-3xl {
    font-size: 35px;
}
.text-lg {
    font-size: 16px !important;
}

.uppercase {
    text-transform: uppercase;
}

.justify {
    text-align: justify;
}

/* line height ================== */
.leading-sm {
    line-height: 22px !important;
}
.leading-lg {
    line-height: 30px !important;
}
.leading-xl {
    line-height: 50px;
}

/* font-weights===================== */
.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}

/* radius */
.rounded-lg {
    border-radius: 10px;
}
.rounded-16 {
    border-radius: 16px;
}
.rounded-xl {
    border-radius: 24px;
}

/*===== =margin/padding======== */
.mr-16 {
    margin-right: 64px !important;
}

/* ==============grid ========== */
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
}
.col-span-2 {
    grid-column: span 2;
}

.col-span-10 {
    grid-column: span 10;
}

.items-center {
    align-items: center;
}
.justify-end {
    justify-content: end;
}
.justify-between {
    justify-content: space-between !important;
}
.justify-center {
    justify-content: center;
}

/* flex/grid gap */
.gap-5px {
    gap: 5px;
}
.gap-sm {
    gap: 10px;
}
.gap-xl {
    gap: 20px !important;
}
.gap-xxl {
    gap: 30px !important;
}

.gap-2xl {
    gap: 40px !important;
}

/* ==================================Layout starts========================================== */

/* ===========================nav=================== */
/* nav {
    position: absolute !important;
    z-index: 100;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
} */

.nav_ {
    position: absolute !important;
    z-index: 100;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.searchContainer {
    display: flex;
    gap: 10px !important;
}

.cart-buton {
    position: absolute;
    background: #fff;
    color: red;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-weight: 600;
    top: -7px;
    right: -8px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 70, 0);
}

li a:hover {
    text-decoration: none;
    color: #db0201 !important;
}

.sticky-nav {
    display: block !important;
    position: fixed;
    top: 0;
}

.nav-item a {
    color: #fff !important;
}

.custom-background {
    background: #001f2fd0;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

/* mobile nav styles */
.sm-nav {
    position: fixed !important;
    z-index: 100;
    width: 100%;
    padding: 0;
}

@media (max-width: 1000px) {
    .gap-controll {
        gap: 10px !important;
    }
}
@media (min-width: 1200px) {
    .gap-controll {
        gap: 40px !important;
    }
}

/* =========================== footer =============== */
.rounded-t {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

a[aniya-network]:hover {
    color: red;
    text-decoration: underline;
}

.footer-links a:hover {
    color: red !important;
}
.footer-icons {
    font-size: 20px;
}
.footer-icons a:hover {
    color: #ff0000 !important;
}

/* ==================================Layout end========================================== */

/* ========================homepage starts========================================== */

/* =========================hero==================== */
.hero-container {
    max-width: 5000px;
    margin: auto;
    position: relative;
}

@media (max-width: 991px) {
    .hero-margin {
        margin-top: 0px !important;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #001f2f, rgba(0, 0, 0, 0));
}
.overlay-content {
    margin-top: -2vh;
}
@media (max-width: 768px) {
    .overlay-content {
        /* margin-top: 6vh; */
    }
}

@media (min-width: 768px) and (max-width: 830px) {
    .overlay-content {
        margin-top: 5vh;
    }
}

@media (min-width: 830px) and (max-width: 1024px) {
    .overlay-content {
        margin-top: 10vh;
    }
}

@media (min-width: 1025px) and (max-width: 1125px) {
    .overlay-content {
        margin-top: 15vh;
    }
}
@media (min-width: 1025px) and (max-width: 1399px) {
    .overlay-content {
        margin-top: 17vh;
    }
}

@media (min-width: 1400px) {
    .overlay-content {
        margin-top: -4vh !important;
    }
}

@media (min-width: 1400px) {
    .enroll-btn-margin {
        padding-top: 55px !important;
    }
}

.enroll-btn:hover {
    background-color: #db0201 !important;
    /* background-color: #001f2f !important; */
}
.call-btn:hover {
    background-color: #db0201 !important;
    /* background-color: #001f2f !important; */
}

/* ===================floating cards========= */
.floating-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.floating-cards-position {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.floating-card-bottom {
    z-index: 1;
    position: relative;
    margin-top: -30px;
    background: white;
}

@media (max-width: 767px) {
    .floating-cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .floating-cards-position {
        margin-top: -50px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 830px) {
    .floating-cards-position {
        margin-top: -80px;
    }
    .floating-card-bottom > p {
        font-size: 18px;
    }
}
@media (min-width: 830px) and (max-width: 991px) {
    .floating-cards-position {
        margin-top: -80px;
    }
    .floating-card-bottom > p {
        font-size: 18px;
    }
}
@media (min-width: 1025px) and (max-width: 1125px) {
    .floating-cards-position {
        margin-top: -40px;
    }
}

@media (min-width: 1400px) {
    .floating-cards-position {
        margin-top: -100px;
    }
    .floating-card-bottom > p {
        font-size: 22px;
    }
}

/* ----------------- feature cards----------------------------- */
.feature-card {
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
}

.button {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* ----------------- courses ----------------------------- */

.courses-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 25px;
}

.course-card {
    border: 1px solid #db0201;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4 / span 4;
    overflow: hidden;
}
.course-card:hover > h5,
.course-card:hover > p {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .courses-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .courses-wrapper {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ===============testimonials  */
._bg-blue-gradient_testimonial {
    background-image: linear-gradient(to bottom right, #006295, #022b41);
}

._testimonial_card_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 24px 40px 24px;
    width: 100%;
}
._testimonial_card_bottom_icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    color: rgb(228, 188, 11);
}
._qoute_icon {
    position: absolute;
    right: 32px;
    bottom: 32px;
    color: #24495c;

    z-index: 10;
    width: 100px !important;
}

._testimonial-card {
    background-image: linear-gradient(
        to bottom right,
        #266282,
        #18516f
    ) !important;
    border: 1px solid #266282;
    border-radius: 16px;
    color: white !important;

    padding-bottom: 110px;
    padding: 24px !important;

    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: left !important;
}

._testimonial-card::before {
    content: "";
    position: absolute;
    z-index: 101;
    top: -16px;
    right: -16px;
    background: #18516f;
    height: 20px;
    width: 20px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.5s ease-in;
}

._testimonial-card:hover::before {
    transform: scale(100);
}
._testimonial-card:hover ._testimonial_card_content {
    opacity: 0;
}

._testimonial_full_comment_show {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 102;
    transition-duration: 500ms;
    padding: 24px !important;
    cursor: pointer;
}
._testimonial-card:hover ._testimonial_full_comment_show {
    opacity: 100;
    transition: opacity 800ms ease-in-out;
}

/* ========================= sponsors slider ====== */

.swiper {
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
}

.swiper-slide img {
    /* display: block; */
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

/* .swiper-slide.swiper-slide-active {
    border: 2px solid #db0201 !important;
} */

.slide-card {
    position: absolute;
    bottom: 20;
}

.swiper-pagination {
    position: absolute !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #000;
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    border-radius: 10px !important;
    background: #1a7db2 !important;
}

/* ================ sponsor slider */

.marquee {
    max-width: 1536px;
    /* margin-inline: auto; */
    position: relative;
    height: 150px;

    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)
    );
}

@keyframes scrollLeft {
    to {
        left: -200px;
    }
}
@keyframes scrollRight {
    to {
        right: -200px;
    }
}

.item {
    width: 200px;
    height: 150px;
    border-radius: 6px;
    position: absolute;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.animateLeft {
    left: max(calc(200px * 11), 100%);
    animation-name: scrollLeft;
}
.animateRight {
    right: max(calc(200px * 10), 100%);
    animation-name: scrollRight;
}

.item1 {
    animation-delay: calc(60s / 11 * (11 - 1) * -1);
}

.item2 {
    animation-delay: calc(60s / 11 * (11 - 2) * -1);
}

.item3 {
    animation-delay: calc(60s / 11 * (11 - 3) * -1);
}

.item4 {
    animation-delay: calc(60s / 11 * (11 - 4) * -1);
}

.item5 {
    animation-delay: calc(60s / 11 * (11 - 5) * -1);
}

.item6 {
    animation-delay: calc(60s / 11 * (11 - 6) * -1);
}

.item7 {
    animation-delay: calc(60s / 11 * (11 - 7) * -1);
}

.item8 {
    animation-delay: calc(60s / 11 * (11 - 8) * -1);
}

.item9 {
    animation-delay: calc(60s / 11 * (11 - 9) * -1);
}

.item10 {
    animation-delay: calc(60s / 11 * (11 - 10) * -1);
}

.item11 {
    animation-delay: calc(60s / 11 * (11 - 11) * -1);
}

.marquee:has(.item:hover) .item {
    animation-play-state: paused;
}

/* ========================homepage end========================================== */

/* ========================== why cra school page  ============ ================== */
@media (min-width: 992px) {
    .cra-hero img {
        height: 410px;
    }
    .cra-hero-text {
        font-size: 22px !important;
    }
}

.why-cra-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #001f2f, rgba(0, 0, 0, 0.507));
}

.why-cra-card-img {
    width: 100px;
    height: 100px;
}

.why-cra-card-img img {
    width: 60px;
    height: 60px;
}

@media (max-width: 768px) {
    .why-cra-card-img {
        width: 80px;
        height: 80px;
    }

    .why-cra-card-img img {
        width: 40px;
        height: 40px;
    }
}

/* ========================== why cra school end  ============ ================== */

/* ======================our instructor page================ */

._instructors {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    column-gap: 20px;
    color: white;
}

._instructor-wrapper {
    overflow: hidden !important;
    max-width: 400px;
    margin: auto;
}
._instructor-wrapper img {
    opacity: 0.9;
    cursor: pointer;
}
._instructor-wrapper:hover img {
    opacity: 1;
    transform: scale(102%);
    transition-duration: 300ms;
}

._instructor_meta {
    position: absolute;
    bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #18506f75;

    cursor: pointer;

    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

._instructor-wrapper:hover ._instructor_name::after {
    width: 100%; /* Extend the underline on hover */
    border-radius: 100px;
}

/* Default underline state (hidden) */
._instructor_name {
    position: relative;
}

._instructor_name::after {
    content: "";
    position: absolute;
    bottom: -4px; /* Adjust the distance from the text */
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, #9dd9f8, red);
    border-radius: 100px;
    transition: width 300ms ease-in-out;
}

._ins_name_inmodal {
    position: relative;
}
._ins_name_inmodal::after {
    content: "";
    position: absolute;
    bottom: -4px; /* Adjust the distance from the text */
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #9dd9f8, red);
    border-radius: 100px;
    transition: width 300ms ease-in-out;
}

.custom-modal-dialog {
    max-width: 900px; /* Increase modal width */
    width: 95%; /* Make it responsive */
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Ensure it's vertically centered */
}

.modal-content {
    border-radius: 16px; /* Optional: Rounded corners for aesthetics */
}
._modal_instructor_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
._modal_instructor_wrapper img {
    max-width: 300px;
}
._modal_close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: white;
}

@media (min-width: 768px) and (max-width: 1024px) {
    ._instructors {
        grid-template-columns: repeat(2, 1fr) !important;
        column-gap: 35px;
    }
    ._modal_instructor_wrapper {
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }
    ._modal_instructor_wrapper img {
        max-width: 30%;
    }
}

@media (min-width: 1024px) {
    ._instructors {
        grid-template-columns: repeat(3, 1fr) !important;
        column-gap: 50px;
    }
    ._modal_instructor_wrapper {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }
    ._modal_instructor_wrapper img {
        max-width: 30%;
    }
}

@media (min-width: 768px) {
    .page-header-text {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .page-header-text {
        font-size: 50px;
        margin-top: 85px !important;
    }
}

/* ======================global jobs page================ */

.glass-efffect {
    border-radius: 30px;
    background: linear-gradient(to right, #001f2f, rgba(0, 0, 0, 0.63));
}

.flags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (min-width: 768px) {
    .global-page-header-text {
        font-size: 40px;
    }
    .flags {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
}

@media (min-width: 992px) {
    .global-page-header-text {
        font-size: 50px;
    }
    .flags {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1140px) {
    .flags {
        grid-template-columns: repeat(6, 1fr);
        gap: 40px;
    }
}

/* ========================================== course details page ============================ */

._header-height {
    height: 600px;
}

@media (min-width: 580px) {
    ._header-height {
        height: 500px;
    }
}
@media (min-width: 992px) {
    ._header-height {
        height: 700px;
    }
}
@media (min-width: 1400px) {
    ._header-height {
        height: 600px;
    }
}

/* ======left section======== */

._course-details-parent {
    /* margin-top: -150px; */
}

._course-title-wrapper p {
    font-size: 18px;
}

.course-title-text {
    font-size: 32px;
}

._overview-section-marging {
}

@media (min-width: 580px) {
    ._course-details-parent {
        /* margin-top: -180px; */
    }
}
@media (min-width: 768px) {
    .course-title-text {
        font-size: 40px;
    }

    ._course-details-parent {
        /* margin-top: -230px; */
    }
}

@media (min-width: 992px) {
    ._course-details-parent {
        margin-top: -514px;
    }
    ._course-title-wrapper p {
        min-height: 325px;
    }
}
@media (min-width: 1100px) {
    ._course-details-parent {
        margin-top: -514px;
    }
    ._course-title-wrapper p {
        min-height: 310px;
    }
}

@media (min-width: 1200px) {
    ._course-details-parent {
        margin-top: -514px;
    }
    ._overview-section-marging {
        /* margin-top: 80px !important; */
    }
    ._course-title-wrapper p {
        font-size: 20px;
        min-height: 320px;
    }
}
@media (min-width: 1400px) {
    ._course-details-parent {
        margin-top: -400px;
    }
    ._overview-section-marging {
        /* margin-top: 120px !important; */
    }
    ._course-title-wrapper p {
        min-height: 210px;
    }
}

/* what you will learn */
._bg-blue-gradient {
    background-image: linear-gradient(to bottom right, #266282, #18516f);
}

._what-you-will-learn-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
._what-you-will-learn-item {
    background-image: linear-gradient(to bottom right, #266282, #18516f);
    border: 1px solid #80808059;
    border-radius: 16px;
    color: white !important;

    position: relative;
    overflow: hidden;
    z-index: 0;
}

._what-you-will-learn-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #18516f;
    height: 20px;
    width: 20px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.5s ease-in;
}

._what-you-will-learn-item:hover::before {
    transform: scale(100);
}

._what-you-will-learn-item-header {
    padding-right: 30px;
    border-radius: 16px !important;
    font-size: 22px;
}

@media (min-width: 768px) {
    ._what-you-will-learn-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    ._what-you-will-learn-item-header {
        font-size: 24px;
    }
}
@media (min-width: 1400px) {
    ._what-you-will-learn-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==== right section === */

._course-enrollment-info-wrapper {
    min-width: 340px;
}

._course-image-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #001f2f);
}

._course-image-overlay p {
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 600;
    font-style: italic;
    color: white;
    text-align: center;
    line-height: 35px;
}

.course-enrollment-info {
    position: sticky;
    z-index: 100;
    top: 20px;
}
.best-seller-tag {
    position: absolute;
    top: 0%;
    left: 0;
}

@media (min-width: 768px) {
    .course-enrollment-info {
        max-width: 520px;
    }
    ._course-enrollment-info-wrapper {
        min-width: 385px;
    }
}
@media (min-width: 1200px) {
    ._course-enrollment-info-wrapper {
        min-width: 410px;
    }
}
@media (min-width: 1400px) {
    ._course-enrollment-info-wrapper {
        min-width: 435px;
    }
}

._red-btn {
    background-color: #db0201;
    padding: 10px;
    color: white;
    border: 2px solid #db0201;
}
._red-btn:hover {
    color: #db0201;
    background-color: #fff;
}
._accent-btn {
    padding: 10px 2px;
    border: 1px solid #7c7c7c33;
    color: #7c7c7c;
    background-color: white;
}
._accent-btn:hover {
    color: #db0201;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.accordion-button-home::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%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");
    transition: all 0.5s;
    position: absolute;
    right: 12px;
}
.accordion-button-home:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}

/* --------------------------------  graduate feedback  page ------------------- */
._feedback_section_radius {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}
._feedback_details_page_feedbacks {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    color: white;
}

._testimonial_card_feedback_page {
    /* position: relative; */
    border: 1px solid #266282;
    padding-bottom: 110px;
    padding: 24px !important;
    background-image: linear-gradient(
        to bottom right,
        #18516f,
        #266282
    ) !important;
    color: white !important;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

._testimonial_card_bottom_feedback_page {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 24px 0px;
    width: 100%;
}

._qoute_icon_feedback_page {
    position: absolute;
    right: 0px !important;
    bottom: 24px !important;
    color: #24495c;

    z-index: 10;
    width: 100px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    ._feedback_details_page_feedbacks {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    ._feedback_details_page_feedbacks {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* ================================ contact page ====================== */

._contact_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* left side info */
._contact-info {
    width: 100%; /* Full width until 768px */
}

/* Info Container */
._info-container {
    display: flex;
    flex-direction: column;
    gap: 25px; /* Space between each info item */
}

/* Individual Info Item */
._info-item {
    display: flex;
    gap: 16px;
}
._info-item_icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
}

/* Info Title */
._info-title {
    font-size: 1.25rem; /* Equivalent to text-xl */
    font-weight: 500; /* Equivalent to font-medium */
}

/* Info Detail */
._info-detail {
    font-size: 1rem; /* Equivalent to text-lg */
}

/* Form Container */
._form-container {
    width: 100%; /* Full width until 768px */
    margin: 0 auto; /* Center the form */
}

/* Form Title */
._form-title {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

/* Form Styles */
._form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Grid Styles */
._grid {
    display: grid;
    grid-template-columns: 1fr; /* One column until 768px */
    gap: 20px;
}

/* Input Container */
._input-container {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/* Font Medium */
.font-medium {
    font-weight: 500;
}

/* Input Field Styles */
._input-field {
    padding: 7px; /* Updated padding */
    border-radius: 5px;
    border: 1px solid #ccc; /* Light gray border */
    color: black;
}

._input-field:focus {
    border-color: #18516f; /* Dark cyan on focus */
    outline: none; /* Remove outline on focus */
}

/* Submit Button Styles */
._submit-button {
    background-color: #dc3545; /* Red color */
    color: white; /* White text */
    padding: 7px; /* Updated padding */
    border-radius: 5px;
    border: none; /* Remove border */
    font-weight: 500;
    cursor: pointer; /* Show pointer cursor on hover */
}

._submit-button:hover {
    background-color: #c82333; /* Darker red on hover */
}

/* Media Queries */
@media (min-width: 768px) {
    ._grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    ._contact-info,
    ._form-container {
        width: 50%;
    }

    ._contact_wrapper {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
}

@media (min-width: 1400px) {
    /* Additional styles for larger screens can go here */
}

/* ======================== global locations page ===================== */

._office-detail {
    width: 100%;
    z-index: 1;
}
._locations_image {
    opacity: 0.9;

    width: 100%;
}

._globe {
    max-width: 350px;
    /* opacity: 0.2; */
    /* margin-top: -290px !important; */
}

._locations_container {
    display: grid;
    grid-template-columns: 1fr; /* One column until 768px */
    column-gap: 40px;
    row-gap: 35px;
}

._location_image_parent {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2 / span 2;
    gap: 0;
    cursor: pointer;
    overflow: hidden;
}
._location_icon {
    position: absolute;
    max-width: 80px;
    top: -50px;
    left: 5px;
}

._location_image_parent:hover ._locations_image {
    transform: scale(1.02);
    transition-duration: 300ms;
    opacity: 1; /* Transition duration of 300ms */
}

/* Media Queries */
@media (min-width: 768px) {
    ._locations_container {
        grid-template-columns: repeat(2, 1fr);
    }
    ._globe {
        max-width: 350px;
        /* opacity: 0.3; */
        /* margin-top: -190px !important; */
    }
}

@media (min-width: 1024px) {
    ._locations_container {
        /* grid-template-columns: repeat(3, 1fr); */
    }
    ._office-detail {
        width: 70%;
        margin: auto;
    }
}

/* ====login signup popup===== */

.login-signup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

.login-signup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.login-signup-popup {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.login-signup-overlay.active .login-signup-popup {
    transform: scale(1);
    opacity: 1;
}

.popup-header {
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    cursor: pointer;
}

.popup-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.btn-primary,
.btn-secondary {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary {
    background-color: #007bff;
    color: #ffffff;
    margin-right: 2px;
}

.btn-secondary {
    background-color: #6c757d;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-secondary:hover {
    background-color: #5a6268;
}

/* ====== Captcha CSS Start======== */

.captcha-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.captcha-number {
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}

.captcha-operator {
    font-size: 34px;
    font-weight: bold;

    padding: 10px;
    width: 100px;
    text-align: center;
    margin-right: 10px;
}

.captcha-input {
    font-size: 24px;
    padding: 10px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/* ====== Captcha CSS End======== */

/* Styles for terms wrapper */
.terms_wrapper {
    color: black;
}

@media (min-width: 1200px) {
    .terms_wrapper {
        width: 80%;
        margin: 0 auto; /* Avoid unnecessary !important */
    }
}

/* Scoped styles for paragraphs and spans within .terms_wrapper */
.terms_wrapper p,
.terms_wrapper span {
    color: black mportant !important;
}

.black_text {
    color: black !important;
}
.black_text p span b {
    color: black !important;
}
