/* Poppins Regular */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.text-justify {
    text-align: justify;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}


.font-size-8px {
    font-size: 8px;
}

.font-size-10px {
    font-size: 10px;
}

.font-size-12px {
    font-size: 12px;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-16px {
    font-size: 16px;
}

.font-size-18px {
    font-size: 18px
}

.font-size-20px {
    font-size: 20px
}

.font-size-22px {
    font-size: 22px
}

.font-size-24px {
    font-size: 24px
}

.font-size-26px {
    font-size: 26px
}

.font-size-28px {
    font-size: 28px
}

.font-size-30px {
    font-size: 30px
}

.text-color {
    color: #1D4187
}


/* Header */
.headerBGColor {
    background-color: #004080;
}

.followus {
    font-size: 18px;
}

.follow {
    display: flex;
    align-items: center;
    gap: 5px;
}

.callerHandset {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.followus>span {
    margin: 0 3rem;
}

.icon-img {
    width: 40px;
    height: auto;
}

.small-text {
    font-size: 16px;
}

.small-text {
    font-size: 16px;
}

.navLogo {
    color: #17469e !important;
}

.navbar {
    overflow-x: hidden;
}

.navbar-nav .nav-item {
    padding: 0 2px;
    /* reduce padding */
}

.navbar-nav .nav-link {
    /* smaller text */
    padding: 4px 6px;
}

.navbar-brand img {
    max-width: 80px;
    height: auto;
}


.navbar-nav {
    white-space: nowrap;
    overflow-x: hidden;
}

.nav-item {
    max-width: 100%;
    white-space: nowrap;
}

.nav-item {
    font-size: 20px;
    padding: 10px 15px;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.nav-link {
    color: #000000 !important;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    transition: color 0.3s ease;
}

.nav-link.active {
    color: #17469e !important;
    /* Blue for active link */
    font-weight: 700;
}

/* Sticky Navbar */
/* Sticky Navbar Base */
nav.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.15);
    /* Glass base */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* For Safari */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease-in-out;
}


/* When scrolled */
nav.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    /* Optional: adds a frosted glass look */
    transition: background-color 0.3s ease;
}

/* 
.navbar.scrolled .nav-link.active {
    color: red !important;
} */

/* Initially hidden until scroll */
nav.navbar:not(.scrolled) {
    /* transform: translateY(-10px); */
    opacity: 0.95;
}

.login-button {
    background: linear-gradient(90deg, #002a56 0%, #003e90 100%);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: none;
    padding: 7px 18px 7px 18px;
    border-radius: 12px;
    letter-spacing: 1px;
}

.login-button:hover {
    background: linear-gradient(90deg, #004080 0%, #0057d9 100%);
    box-shadow: 0 6px 12px rgb(0 50 115 / 0.3);
}

.login-button:active {
    background: #00224d;
    box-shadow: 0 2px 4px rgb(0 30 70 / 0.4);
}

/* Header */

/* Carousel Design */
.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: white !important;
    opacity: 0.5 !important;
    border: none !important;
}

.carousel-indicators .active {
    opacity: 1 !important;
    background-color: white !important;
}

.headerColor {
    color: #49c6ff;
}

.btn-gradient {
    /* ✨ Prevent full width */
    background: linear-gradient(to right, #8fd3f4 0%, #dff6fb 50%, #ffffff 100%);
    /* Example gradient */
    box-shadow: 0 4px 8px rgb(42 129 247 / 0.4);
    transition: all 0.3s ease;
    user-select: none;
    font-weight: 900;
    border: none;
    color: #000;
    font-size: 20px;
    border-radius: 25px;
    padding: 8px 20px;
    text-decoration: none;
    /* Added horizontal padding for better sizing */
}

.btn-gradient:hover {
    background: linear-gradient(to left, #00f2fe);
    box-shadow: 0 6px 12px rgb(30 101 211 / 0.6);
    transform: scale(1.05);
}

/* Carousel Design */

/* Business Love */
.SmartaccountingImg img {
    width: 90px;
    height: auto;

}

/* Business Love */


/* All in one */
.allinone h1 {
    color: #1d4187
}

.allinone h2 {
    color: #000;
    font-weight: 900;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.image-track {
    overflow: hidden;
    width: 100%;
}

.image-wrapper {
    display: flex;
    animation: scroll 30s linear infinite;
    width: max-content;
}

.slider-container:hover .image-wrapper {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.image-item {
    flex: 0 0 auto;
    padding: 10px;
    /* width: 200px; */
}

/* .image-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
} */

.nav-button {
    display: none;
    /* hide if you're using auto-scroll only */
}


.circle {
    width: 150px;
    height: 150px;
    border: 1px solid #000;
    border-radius: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    cursor: pointer;
}

.circle:hover {
    transform: scale(1.05);
}

/* Gradient backgrounds */
.gradient-bank {
    background: linear-gradient(to right, #a855f7, #3b82f6, #06b6d4);
}

.gradient-invoice {
    background: linear-gradient(to right, #f43f5e 0%, #d946ef 50%, #8b5cf6 100%)
}

.gradient-sales {
    background: linear-gradient(to right, #0ea5e9 0%, #10b981 50%, #22c55e 100%);
}

.gradient-gst {
    background: linear-gradient(to right, #8b5cf6, #ec4899, #f97316);
}

.gradient-amount {
    background: linear-gradient(to bottom, #4c1d95 0%, #9333ea 50%, #d946ef 100%);
}

/* Ledger Export */
.gradient-ledger {
    background: radial-gradient(circle at 30% 30%, #8e2de2 0%, #d93b8e 40%, #e94e3c 70%, #f27121 100%);
}

/* DocuVault */
.gradient-docuVault {
    background: linear-gradient(to bottom, #0f172a 0%, #075985 50%, #14b8a6 100%);
}

.gradient-b2b {
    background: linear-gradient(to right, #f43f5e 0%, #d946ef 50%, #8b5cf6 100%);
}

/* .gradient-credit-debit {
    background: linear-gradient(to bottom right, #7f53ff, #32d6a0);
} */

/* Payables/Receivables */
.gradient-payrec {
    background: linear-gradient(to bottom, #c2410c 0%, #f97316 50%, #facc15 100%);
}

.gradient-invoice-import {
    background: linear-gradient(to right, #8b5cf6, #3b82f6, #10b981);
}

/* Biz Dox */
.gradient-biz {
    background: linear-gradient(to bottom, #4c1d95 0%, #9333ea 50%, #d946ef 100%);
}

.gradient-MIS {
    background: linear-gradient(to right, #5b21b6 0%, #3b82f6 50%, #38bdf8 100%);
}


.circle i {
    font-size: 2.5rem;
    /* Larger icon */
    margin-bottom: 0.5rem;
}

.circle div {
    font-size: 1.1rem;
    /* Bigger, readable text */
    line-height: 1.4;
}

/* All in one */

/* Counter */
.stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.stats-container .stat {
    padding: 24px;
    text-align: center;
    color: #fff;
    align-content: center;
}

.stats-container .stat .odometer {
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
}

.stats-container .stat .type {
    font-size: 20px;
}

.odometer.plus {
    position: relative;
}

.odometer.plus::after {
    content: "+";
    position: absolute;
    top: 0;
    right: -16px;
    font-size: 20px;
}

/* Counter */

/* Blogs */

.card {
    border: none !important;
    height: 500px !important;
}

.slide-container {
    padding: 50px 0px !important;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 10px;
}

.image-content,
.card-content {
    background-color: #004080;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.card-content {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100px;
}

.image-content {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    row-gap: 5px;
    position: relative;
}

.card-image img {
    border-radius: 15px;
}

.description {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.swiper-navBtn {
    color: #1d4187 !important;
    transition: all .3s ease;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 50%;
}

.swiper-navBtn:hover {
    color: #f1f1f1 !important;
    background-color: #1d4187;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 20px !important;
}

.swiper-button-next {
    right: 0 !important;
    top: 50% !important;
}

.swiper-button-prev {
    left: 0 !important;
    top: 50% !important;
}

.swiper-pagination-bullet {
    background-color: #6E93F7 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4 !important;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none !important;
    }
}

/* Blogs */

/* Honors & Achievement */
.carousel-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-track {
    display: flex;
    animation: scroll 30s linear infinite;
}

.carousel-item-custom {
    flex: 0 0 auto;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
}

.carousel-item-custom img {
    width: 100%;
    border-radius: 8px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Honors & Achievement */

/* Testimonials */
.overflow-hidden {
    overflow: hidden;
    position: relative;
}

/* Slider container */
.transition-slider {
    transition: transform 0.6s ease-in-out;
    display: flex;
}

.testimonial-item {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .testimonial-item {
        width: 33.3333%;
    }
}

.testimonials-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    height: 100%;
    transition: all 0.4s ease;
}

.testimonials-card img {
    border-radius: 50%;
    width: 80px;
}

.testimonial-center {
    /* background-color: #dceeff; */
    background: linear-gradient(to right, #053461, #085297);
    color: #fff;
    transform: scale(1.05);
}

/* Navigation buttons */
.testimonial-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.testimonial-nav button {
    background: #fff;
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Default: Mobile-first (1 card per row) */
.testimonial-item {
    width: 100%;
    height: auto;
}



/* Testimonials */

/* FAQs */
/* Header Section */
.faq-header {
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
}

.faq-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

/* Category Filter */
.category-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    margin: 20px auto;
    padding: 0 40px;
    justify-content: center;
}

.category-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    /* gap: 10px; */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

.category-btn {
    white-space: nowrap;
    padding: 8px 16px;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2rem;
    position: relative;
    transition: all 0.5s linear;
    flex: 0 0 auto;
}

.category-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.category-btn.active {
    /* color: #4a90e2; */
    border-bottom: none;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.category-btn.active::before,
.category-btn.active::after {
    content: "";
    position: absolute;
    height: 3px;
    /* background-color: #4a90e2; */
    top: 0;
    transition: all 0.5s linear;
}

.category-btn.active::before {
    left: 0;
    right: 0;
}

.category-btn.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    width: 3px;
    /* background-color: #4a90e2; */
    border-radius: 3px 0 0 3px;
}

.scroll-arrow {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.3s ease;
}

.scroll-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

.scroll-arrow.left {
    position: absolute;
    left: 0;
}

.scroll-arrow.right {
    position: absolute;
    right: 0;
}

/* FAQ Content */
.faq-content {
    padding: 00px 50px;
}

.faq-category {
    margin-bottom: 5px;
}

.faq-category h2 {
    color: #4a90e2;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.faq-item {
    /* background: #ffffff; */
    /* border: 1px solid #e1e1e1; */
    border-radius: 12px;
    margin-bottom: 5px;
    overflow: hidden;
}

.faq-question {
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(74, 144, 226, 0.05);
}

.faq-question h3 {
    font-size: 1.1rem;
    color: #fff;
    margin: 0;
}

.faq-icon {
    color: #fff;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 1000px;
}

.faq-answer p {
    color: #fff;
    margin: 0;
}

/* FAQs */




/* About */
.welcome-section h1 {
    color: #1d4187;
}

.welcome-section p {
    text-align: justify;
}

.about {
    font-size: 45px;
}

/* our vission */
.our-vission-section .card {
    height: 295px !important;
    background-color: #f1f1f1;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.our-vission-section h1 {
    color: #1d4187;
}

.our-vission-section .card:hover {
    transform: translateY(-5px);
}

.our-vission-section .missionVision {
    width: 100px;
    height: auto;
}

.our-vission-section .vision-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

/* .founder-note-section {
    background-color: #f8f9fa;
} */

.founder-note-section .founder-text p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: left;
}

.founder-note-section .founder-sign {
    font-size: 22px;
    font-weight: 800;
    margin-top: 1.5rem;
}

.founder-img {
    max-width: 100%;
    max-height: 500px;
    /* Limits height to match text roughly */
    height: auto;
    width: auto;
    border-radius: 12px;
    object-fit: contain;
}


/* OUR Modules */
.our-modules h1 {
    color: #1d4187;
}

.our-modules p {
    text-align: justify;
}

.modules-odd {
    background-color: #0C2D63;
    color: #ffffff
}

.moduleCard {
    background-color: #f1f1f1;
    border-radius: 13px;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.moduleCard:hover {
    transform: translateY(-5px);
}

.moduleCard iframe {
    border-radius: 12px;
    width: 100%;
    height: 250px;
}

.moduleCard .p-3 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.moduleFAQ {
    background-color: #004080;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 25px;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
}

.tour-faqs .btn-tour-odd {
    background: linear-gradient(to right, #0C2D63, #0456A0);
    height: 55px;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: white;
    z-index: -1;
    border: none;
    padding: 10px 35px;
    margin-left: -20px;
    position: relative;
}

.tour-faqs .btn-faqs-odd {
    background: linear-gradient(to right, #0C2D63, #0456A0);
    height: 55px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: white;
    z-index: -1;
    border: none;
    padding: 10px 45px;
}

.tour-faqs .btn-tour-even {
    background: #fff;
    height: 55px;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    /* color: #00224d; */
    color: rgb(230, 51, 51);
    z-index: 1;
    border: none;
    padding: 10px 35px;
    margin-left: -20px;
    position: relative;
}

.tour-faqs img {
    position: relative;
    z-index: 2;
}

.tour-faqs .btn-faqs-even {
    background: #fff;
    height: 55px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #00224d;
    border: none;
    padding: 10px 45px;
}

.button-wrapper {
    position: relative;
    width: 75%;
}

.button-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    z-index: 2;
}

.button-body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: 10px;
    height: 60px;
    width: 100%;
    background: linear-gradient(to right, #0C2D63, #0456A0);
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: white;
    z-index: 1;
}

.button-faq {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: 10px;
    height: 60px;
    width: 100%;
    background: linear-gradient(to right, #0C2D63, #0456A0);
    border-radius: 999px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: white;
    z-index: 1;
}

.button-body-odd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: 10px;
    height: 60px;
    width: 100%;
    background-color: #ffffff;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #0C2D63;
    z-index: 1;
}

.button-faq-odd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: 10px;
    height: 60px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 999px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #0C2D63;
    z-index: 1;
}


/* Blog page */
.blog-page {
    background-color: #fff;
    padding: 3rem 0;
}

.blog-page h1,
.blog-page h2,
.blog-page h4,
.blog-page h5 {
    color: #1d4187;
}

/* Blog Content Area */
.blog {
    line-height: 1.7;
    color: #333;
}

.blog img {
    max-width: 100%;
    height: auto;
}

.blog p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 1rem;
}

/* List styles inside blog */
.blog ul {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}

/* Share Buttons */
.blog img[alt=""] {
    width: auto;
    margin: 0 0.5rem;
}

/* Related Articles */
.articles {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.articles img {
    max-width: 150px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.articles a p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-align: left;
    color: #333;
}

.related-thumb {
    max-width: 100px;
    height: auto;
    border-radius: 8px;
}



/* Blog page */


/* Footer Design */
.single_footer ul li a,
.single_footer ul li a:hover,
.single_footer ul li a:focus,
.single_footer ul li a:active {
    text-decoration: none;
    outline: none;
}

.single_footer ul li a,
.single_footer ul li a:active,
.single_footer ul li a:focus {
    color: #000;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer {
    /* background: linear-gradient(to right, #053461, #085297); */
    background: #fff;
    padding-top: 40px;
}

.right-border {
    border-right: 1px solid #e4e4e4;
}

/*END FOOTER SOCIAL DESIGN*/
@media only screen and (max-width: 768px) {
    .single_footer {
        margin-bottom: 30px;
    }

    .right-border {
        border-right: none;
    }
}

@media only screen and (max-width: 768px) {
    .right-border {
        border-right: none;
    }

    .footer {
        text-align: center;
    }
}

.single_footer h4 {
    color: #1D4187;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.single_footer p {
    color: #000;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    line-height: 34px;
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
}

/* Create invisible border line */
.single_footer ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #1D4187;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

/* Animate on hover */
.single_footer ul li a:hover::after {
    transform: scaleX(1);
}

.single_footer_address ul li {
    color: #000;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #000;
    line-height: 28px;
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 20px;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li {
    float: left;
}

.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #000;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid #040704;
}


.social_profile ul li a:hover {
    background: #ff3666;
    border: 1px solid #ff3666;
    color: #000;
    border: 0px;
}

.social_profile ul li a:hover {
    background: #3766ad;
    border: 1px solid #ff3666;
    color: #fff;
    border: 0px;
}

/*END SOCIAL PROFILE CSS*/
.copyright {
    color: #000;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}

.copyright a {
    color: #01c7e9;
    transition: all 0.2s ease 0s;
}

.copyright a:hover {
    color: #ff3666;
}

/* Social Icon design */
.shareIcon a {
    display: inline-block;
    margin-right: 15px;
}

.shareIcon {
    display: flex;
    /* gap: 20px; */
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: gray;
    /* fallback */
    display: flex;
    /* NOT inline-flex */
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon i {
    padding: 0px 15px;
    color: white;
    font-size: 32px;
    line-height: 1.9;
    text-align: center;
    display: block;
}

.social-icon.youtube {

    background: linear-gradient(to right, #e52d27, #b31217);
}

.social-icon.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icon.linkedin {
    background: linear-gradient(45deg, #0077b5, #0077b5, #1d83b9, #397ea3, #4787aa, #00a0dc);
}

.social-icon.facebook {
    background: #4267B2;
}

.social-icon:hover {
    transform: scale(1.1);
}

/* Social Icon design */

/* Footer Design */



/* contact us page */
.contactus {
    padding: 70px 100px;
    background: linear-gradient(to right, #8fd3f4 0%, #dff6fb 50%, #ffffff 100%)
}

.links h4 {
    color: #003e90;
}

.footer-section {
    line-height: 2;
    min-width: 250px;
    flex: 1 1 300px;
}

.footer-table tr td {
    padding: 0px 10px;
}

.footer-section p {
    margin: 0;
    padding: 0;
}

.footer-link {
    text-decoration: none;
    color: #212529;
    font-size: 18px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #003E90;
}

.newsletter-form {
    position: relative;
    height: 60px;
    /* z-index: 2; */
    z-index: unset;
}

.newsletter-form::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: -webkit-linear-gradient(#000);
    z-index: -1;
}

.newsletter-form input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 30px;
    background: #fff;
    color: #000;
    padding-right: 200px;
}

.newsletter-form input::placeholder {
    color: #a7a7a7;
    opacity: 0.6;
}

.newsletter-form button {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 170px;
    background: linear-gradient(to right, red, darkred);
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

/* Responsive Map */
.map-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive social icons spacing */
.shareIcon a {
    display: inline-block;
    margin-right: 15px;
}

.shareIcon {
    display: flex;
    gap: 20px;
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: gray;
    /* fallback */
    display: flex;
    /* NOT inline-flex */
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon i {
    color: white;
    font-size: 32px;
    line-height: 1.9;
    text-align: center;
    display: block;
}

/* Platform-specific styles */
.social-icon.youtube {

    background: linear-gradient(to right, #e52d27, #b31217);
}

.social-icon.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icon.linkedin {
    background: linear-gradient(45deg, #0077b5, #0077b5, #1d83b9, #397ea3, #4787aa, #00a0dc);
}

.social-icon:hover {
    transform: scale(1.1);
}


/* contact us page */


/* ---------- PAY FORM DESIGN CSS ---------- */

/* Form Design CSS */
.form-container {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 8px #cbcbf5;
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
}

@media (max-width: 768px) {
    .form-container {
        width: 90%;
        margin: 80px auto;
    }
}

.form-container .icon {
    float: right;
    height: 60px;
    width: 60px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #6c6b8a;
    font-size: 1.4rem;
    transition: 0.3s ease;
}

.form-container .icon:hover {
    color: #e53935;
}

.form-container .icon img {
    height: 70%;
    width: 70%;
    object-fit: contain;
}

.form-container h2 {
    font-weight: 700;
    text-align: center;
    color: #151534;
    font-size: 1.8rem;
    display: inline-block;
}

.form-container h2 .gradient-text {
    background: linear-gradient(90deg,
            rgba(19, 102, 154, 1) 22%,
            rgba(59, 155, 182, 1) 76%,
            rgba(79, 183, 196, 1) 100%,
            rgba(237, 221, 83, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-container form {
    padding: 5px 10px;
}


.form-container form label {
    display: block;
    color: #1d4187;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.form-container form .form-group input,
.form-container form .form-group select {
    width: 100%;
    padding: 5px 0;
    border: none;
    border-bottom: 2px solid #eaeaf7;
    outline: none;
    font-size: 1.2rem;
    background-color: transparent;
    color: #151534;
    transition: border-color 0.3s;
}

.form-container form .form-group select:invalid {
    color: #6c757d;
}

.form-container form .form-group input::placeholder,
.form-container form .form-group select {
    color: #888;
}

.form-container form .form-group input:focus,
.form-container form .form-group select:focus {
    border-color: #13669a;
    background-color: transparent;
}

.form-container form .submit-button {
    cursor: pointer;
    background-color: #13669a;
    border: none;
    color: #fff;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.3s ease;
    width: 100%;
}

.form-container form .submit-button:hover {
    background-color: rgba(19, 102, 154, 0.8);
}


.form-floating-custom {
    position: relative;
    margin-bottom: 2rem;
}

.form-floating-custom input,
.form-floating-custom select {
    width: 100%;
    padding: 10px 0 5px 0;
    border: none;
    border-bottom: 2px solid #eaeaf7;
    background: transparent;
    font-size: 1.2rem;
    color: #151534;
    outline: none;
}

.form-floating-custom input::placeholder {
    color: transparent;
}

.form-floating-custom label {
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 1.2rem;
    color: #13669a;
    pointer-events: none;
    transition: all 0.25s ease;
}

.form-floating-custom input:focus+label,
.form-floating-custom input:not(:placeholder-shown)+label {
    transform: translateY(-24px);
    font-size: 0.85rem;
    color: #13669a;
}

.form-floating-custom {
    position: relative;
    margin-bottom: 1.7rem;
    /* enough room for error message */
}

.input-wrapper {
    position: relative;
}

.form-floating-custom input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #eaeaf7;
    outline: none;
    font-size: 1.1rem;
    padding: 8px 0;
    transition: border-color 0.3s;
    background-color: transparent;
}

.form-floating-custom label {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 1.1rem;
    color: #13669a;
    pointer-events: none;
    transition: 0.2s ease all;
}

.form-floating-custom input:focus+label,
.form-floating-custom input:not(:placeholder-shown)+label {
    top: 13px;
    font-size: 0.9rem;
    color: #1d4187;
}

.form-floating-custom input.error {
    border-bottom: 2px solid red;
}

.form-floating-custom {
    position: relative;
    font-family: 'Segoe UI', sans-serif;
}

.custom-select {
    width: 100%;
    padding: 12px 36px 12px 0;
    font-size: 1.1rem;
    color: #151534;
    background: transparent;
    border: none;
    border-bottom: 2px solid #eaeaf7;
    appearance: none;
    outline: none;
    z-index: 1;
}

.form-floating-custom label {
    position: absolute;
    top: 12px;
    left: 0;
    color: #1d4187;
    font-size: 1.1rem;
    pointer-events: none;
    transition: 0.2s ease all;
}

.custom-select:focus+label,
.custom-select.has-value+label {
    top: -16px;
    font-size: 0.85rem;
    color: #1d4187;
}

.custom-select option {
    font-size: 1rem;
    background-color: #fff;
    color: #151534;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat center;
    transform: translateY(-50%);
    pointer-events: none;
}


.form-floating-custom .error-message {
    font-size: 0.85rem;
    color: red;
    margin-top: 5px;
    position: absolute;
    bottom: -20px;
    /* ensures it doesn't push label */
    left: 0;
}


.error-message {
    color: red;
    font-size: 0.875rem;
    margin-top: 4px;
    display: block;
}

.form-group input.error,
.form-group select.error {
    border-color: red;
}

/* Module checkbox section */
.module-checkbox .form-check {
    margin-bottom: 8px;
}

.module-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.module-checkbox .form-check {
    width: 50%;
    padding-right: 10px;
}

.module-checkbox .form-check-label {
    color: red !important;
    font-weight: 500;
    margin-left: 5px;
}

.submitBtn {
    background-color: #fff;
    color: #1d4187;
    border: 1px solid #1d4187;
}

.submitBtn:hover {
    background-color: #1d4187;
    color: #fff;
}

/* Responsive module layout */
@media (max-width: 576px) {
    .module-checkbox .form-check {
        width: 100%;
    }
}

@media (max-width:768px) {
    .form-container h2 {
        font-size: 1.3rem;
    }

    .form-container .icon {
        float: right;
        height: 50px;
        width: 50px;
    }
}

/* Video Design CSS */
/* Header */
.headerVideo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    color: #13669a;
    padding: 10px 15px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.headerVideo .header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.headerVideo .header-left img {
    width: 40px;
    height: auto;
}


/* Show toggle button only on mobile */
.menu-toggle {
    background: transparent;
    border: none;
    color: #13669a;
    cursor: pointer;
}

/* SIDEBAR */
.module-sidebar {
    width: 250px;
    background-color: #ffffff;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 50px;
    height: calc(100vh - 50px);
    /* ensures scrolling within the viewport */
    transition: transform 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.module-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-sidebar li {
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.dropdown-header {
    cursor: pointer;
    color: #333;
    font-size: 16px;
}

.dropdown-content {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

/* When dropdown is active */
.dropdown-content.show {
    max-height: 500px;
    /* Adjust based on content size */
    opacity: 1;
}

/* Dropdown list items */
.dropdown-content li {
    cursor: pointer;
    margin: 3px 0px;
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.dropdown-content li:hover {
    background-color: #13669a;
    color: #ffffff;
}

.caret-icon {
    transition: transform 0.3s ease;
}

.caret-icon.rotate {
    transform: rotate(90deg);
    /* for down left arrow */
}


/* MAIN CONTENT */
.video-display {
    display: flex;
    justify-content: center;
    /* center card horizontally */
    align-items: center;
    /* center card vertically */
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Card styles */
.video-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    aspect-ratio: 16 / 9;
    transition: transform 0.3s ease;
}

/* .video-card:hover {
  transform: scale(1.03);
} */

.video-card iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    border-radius: 12px;
}

/* Bookademo */
.BookaDemo {
    width: 50%;
}

/* Bookademo */


/* --- MOBILE (max-width: 768px) --- */
@media (max-width: 1400px) {
    .headerVideo {
        display: flex;
        /* show header on mobile */
    }

    .module-sidebar {
        transform: translateX(-100%);
        top: 60px;
        /* below header */
        height: 100%;
        position: fixed;
        /* box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2); */
    }

    .module-sidebar.show {
        transform: translateX(0);
    }

    .video-layout {
        margin-left: 0;
        margin-top: 100px;
        /* below header */
        height: 100%;
        text-align: center;
        text-align: -webkit-center
    }

}

/* --- DESKTOP (min-width: 769px) --- */
@media (min-width: 1400px) {
    .module-sidebar {
        position: fixed;
        /* keep sidebar fixed */
        top: 60px;
        left: 0;
        width: 250px;
        transform: translateX(0) !important;
        /* box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2); */
    }

    .menu-toggle {
        display: none;
    }

    .video-layout {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        height: 100%;
    }

}

/* ---------- PAY FORM DESIGN CSS ---------- */


/* Floating buttons */
.float-container {
    position: fixed;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 30px;
    margin-right: -150px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background: linear-gradient(90deg, #002a56 0%, #003e90 100%);

    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:hover {
    margin-right: 0;
    background: linear-gradient(90deg, #002a56 0%, #003e90 100%);
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

/* Icon settings - remove if not needed*/
.float-container .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.icon.one:before {
    content: "\f073";
}

.icon.two:before {
    content: "\f086";
}

.icon.three:before {
    content: "\f1d8";
}

/* Media queries */
@media screen and (max-width:440px) {
    .float-container .icon:last-child {
        display: none;
    }

    .float-container {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        align-items: auto;
    }

    .float-container a.icon {
        right: 0;
        bottom: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
        box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid #002a56;
        border-right: 1px solid #002a56;
    }
}


/* Multi select */
.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.selected-item {
    display: inline-flex;
    align-items: center;
    background-color: #f1f1f1;
    border: 1px solid #d1d1d1;
    color: #4a4a4a;
    border-radius: 20px;
    padding: 4px 10px;
    margin: 4px;
    font-size: 0.875rem;
}

.selected-item button {
    background: none;
    border: none;
    margin-left: 6px;
    font-weight: bold;
    color: #4a4a4a;
    cursor: pointer;
}

/* Multi select */
/* Floating buttons */


/* Terms design */
.font-color {
    color: #000;
    font-weight: 600;
}


/* Terms design */

/* partnership */
.tacbox {
    display: block;
    padding: 3px;
    margin: 5px 0em;
    /* border: 3px solid #ddd; */
    /* background-color: #eee; */
    /* max-width: 100%; */
}

.tacbox input {
    height: 1em;
    width: 1em;
    vertical-align: middle;
}

.Registration_flow>ol>li {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* partnership */

/* Career */
.upload-box {
    border: 1px solid rgb(108, 117, 125);
    border-radius: 8px;
    padding: 7px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    cursor: pointer;
    transition: 0.2s ease;

}

.upload-box:hover {
    background-color: #f8f9fa;
}

.upload-text {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    /* Adjust based on icon space */
}

.upload-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;

}

/* Hide actual file input */
.hidden-input {
    display: none;
}


.hire-header {
    text-align: center;
    padding: 10px 20px;
}


.hirecategory-btn {
    white-space: nowrap;
    /* padding: 8px 16px; */
    padding: 15px 45px;
    border: none;
    border-bottom: 1px solid rgb(33, 34, 41);
    border-radius: 0;
    background: transparent;
    color: rgb(33, 34, 41);
    cursor: pointer;
    font-size: 1.2rem;
    position: relative;
    transition: all 0.5s linear;
    flex: 0 0 auto;
}

.hirecategory-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hirecategory-btn.active {
    /* color: #4a90e2; */
    border-bottom: none;
    border-top: 1px solid rgb(33, 34, 41);
    border-left: 1px solid rgb(33, 34, 41);
    border-right: 1px solid rgb(33, 34, 41);
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.hirecategory-btn.active::before,
.hirecategory-btn.active::after {
    content: "";
    position: absolute;
    height: 3px;
    /* background-color: #4a90e2; */
    top: 0;
    transition: all 0.5s linear;
}

.hirecategory-btn.active::before {
    left: 0;
    right: 0;
}

.hirecategory-btn.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    width: 3px;
    /* background-color: #4a90e2; */
    border-radius: 3px 0 0 3px;
}

.hirescroll-arrow {
    background: #EBEAE9;
    color: rgb(21, 37, 41);
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.3s ease;
}

.hirescroll-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

.hirescroll-arrow.left {
    position: absolute;
    left: 0;
}

.hirescroll-arrow.right {
    position: absolute;
    right: 0;
}


.job-card {
    background-color: #EBEAE9;
    padding: 00px 30px 30px 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 450px;
    /* Fixed height */
}

.job-title {
    background-color: #0b3d91;
    color: white;
    margin: 00px 30px;
    padding: 20px 15px;
    font-weight: bold;
    /* border-radius: 4px; */
    font-size: 20px;
    text-align: center;
    /* margin-bottom: 20px; */
}

.job-details img {
    width: 30px;
    margin-right: 10px;
    height: 30px;
}

.text-truncate-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-description-title {
    font-weight: bold;
    margin-top: 20px;
}

.singlejob-card {
    /* background-color: #EBEAE9; */
    /* padding: 50px; */
    border-radius: 20px;
    position: relative;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
    /* Fixed height */
}

.singlejob-description-title {
    font-weight: bold;
    margin-top: 20px;
    font-size: 24px;
}

.key-res li {
    margin-bottom: 10px;

}

.submitBlueBtn {
    padding: 15px 20px;
    font-size: 20px;
    border: 1px solid #1d4187;
    background-color: #1d4187;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    transition: background-color 0.2s;
}

.submitBlueBtn:hover {
    background-color: #fff;
    color: #1d4187;
}

.read-more {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-weight: bold;
    color: #0b3d91;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.read-more i {
    margin-left: 5px;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.read-more:hover {
    transform: translateX(-10px);
}

.read-more:hover i {
    opacity: 1;
    transform: translateX(0);
}

/* Career */



/* flip Modal */
.flip-container {
    perspective: 1000px;
    width: 100%;
    position: relative;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.flip-container.flipped .flipper {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.front {
    position: relative;
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    z-index: 1;
}

.modal-body {
    height: 80vh;
    /* Enables scrolling if content exceeds this */
    overflow-y: auto;
    /* Enables vertical scroll */
    overflow-x: hidden;
    position: relative;

}


/* Optional: style scrollbar for modern look (Webkit browsers) */
.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.flip-container,
.flipper,
.front,
.back {
    height: 100%;
    min-height: 100%;
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    padding: 0rem 2rem;
    box-sizing: border-box;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
}

/* flip Modal */