/* ========== AOS ANIMATION ENHANCEMENTS ========== */
/* Ensure elements are hidden before AOS initializes */
.header_default .navbar_nav>li>a span,
.header_default .dropdown-menu a span {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
    color: #ffffff;
}

.header_default .navbar_nav>li>a {
    padding: 18px 20px;
}

.header_default .dropdown-menu {
    border-radius: 10px;
    padding: 8px 0;
}

.header_default .dropdown-menu a {
    color: #1a1a1a !important;
}

.header_default .dropdown-menu a:hover {
    background: #f5f5f7;
}

/* Active state for child menu items */
.header_default .dropdown-menu li.active>a,
.header_default .dropdown-menu li.active>a.nav-link {
    color: #EC003F !important;
    background: #ffefef !important;
    font-weight: 600;
}

.header_default .navbar_nav li.active .dropdown-menu {
    display: block;
}

[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
}

/* Prevent layout shift during animations */
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}

/* Custom AOS delay classes for more control */
[data-aos][data-aos-delay="100"] {
    transition-delay: 0.1s;
}

[data-aos][data-aos-delay="200"] {
    transition-delay: 0.2s;
}

[data-aos][data-aos-delay="300"] {
    transition-delay: 0.3s;
}

[data-aos][data-aos-delay="400"] {
    transition-delay: 0.4s;
}

/* ========== ZIPLINK PRELOADER ========== */
.ziplink-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1d 0%, #2d0a0f 50%, #1a1a1d 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.ziplink-preloader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.preloader-content {
    text-align: center;
}

.ziplink-preloader .footer-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ziplink-preloader .footer-logo-text h2 {
    margin: 0;
    font-size: 60px;
    line-height: 1.2;
    font-family: 'Spartan', sans-serif;
}

.ziplink-preloader .footer-logo-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #bcbcbc;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}

.ziplink-preloader .preloader-letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    animation: preloaderLetterAppear 0.4s ease forwards;
}

.ziplink-preloader .footer-logo-text h2 span:first-child .preloader-letter:nth-child(1) {
    animation-delay: 0s;
}

.ziplink-preloader .footer-logo-text h2 span:first-child .preloader-letter:nth-child(2) {
    animation-delay: 0.1s;
}

.ziplink-preloader .footer-logo-text h2 span:first-child .preloader-letter:nth-child(3) {
    animation-delay: 0.2s;
}

.ziplink-preloader .footer-logo-text h2 span:last-child .preloader-letter:nth-child(1) {
    animation-delay: 0.3s;
}

.ziplink-preloader .footer-logo-text h2 span:last-child .preloader-letter:nth-child(2) {
    animation-delay: 0.4s;
}

.ziplink-preloader .footer-logo-text h2 span:last-child .preloader-letter:nth-child(3) {
    animation-delay: 0.5s;
}

.ziplink-preloader .footer-logo-text h2 span:last-child .preloader-letter:nth-child(4) {
    animation-delay: 0.6s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(1) {
    animation-delay: 0.8s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(2) {
    animation-delay: 0.85s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(3) {
    animation-delay: 0.9s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(4) {
    animation-delay: 0.95s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(5) {
    animation-delay: 1s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(6) {
    animation-delay: 1.05s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(7) {
    animation-delay: 1.1s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(8) {
    animation-delay: 1.15s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(9) {
    animation-delay: 1.2s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(10) {
    animation-delay: 1.25s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(11) {
    animation-delay: 1.3s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(12) {
    animation-delay: 1.35s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(13) {
    animation-delay: 1.4s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(14) {
    animation-delay: 1.45s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(15) {
    animation-delay: 1.5s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(16) {
    animation-delay: 1.55s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(17) {
    animation-delay: 1.6s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(18) {
    animation-delay: 1.65s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(19) {
    animation-delay: 1.7s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(20) {
    animation-delay: 1.75s;
}

.ziplink-preloader .footer-logo-subtitle .preloader-letter:nth-child(21) {
    animation-delay: 1.8s;
}

@keyframes preloaderLetterAppear {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.ziplink-letters {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.ziplink-letters .letter {
    font-size: 80px;
    font-weight: 900;
    color: #A51225;
    opacity: 0;
    transform: translateY(30px) scale(0.8);
    animation: letterAppear 0.6s ease forwards;
    /* text-shadow: 
        0 0 20px rgba(165, 18, 37, 0.5),
        0 0 40px rgba(165, 18, 37, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.3); */
    font-family: 'Spartan', sans-serif;
    letter-spacing: 5px;
}

.ziplink-letters .letter:nth-child(1) {
    animation-delay: 0s;
}

.ziplink-letters .letter:nth-child(2) {
    animation-delay: 0.15s;
}

.ziplink-letters .letter:nth-child(3) {
    animation-delay: 0.3s;
}

.ziplink-letters .letter:nth-child(4) {
    animation-delay: 0.45s;
}

.ziplink-letters .letter:nth-child(5) {
    animation-delay: 0.6s;
}

.ziplink-letters .letter:nth-child(6) {
    animation-delay: 0.75s;
}

.ziplink-letters .letter:nth-child(7) {
    animation-delay: 0.9s;
}

@keyframes letterAppear {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }

    60% {
        transform: translateY(-10px) scale(1.1);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.loading-bar {
    width: 300px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.company-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    animation: letterAppearSmall 0.6s ease forwards;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Delay for each letter */
.company-text span:nth-child(1) {
    animation-delay: 1.1s;
}

.company-text span:nth-child(2) {
    animation-delay: 1.2s;
}

.company-text span:nth-child(3) {
    animation-delay: 1.3s;
}

.company-text span:nth-child(4) {
    animation-delay: 1.4s;
}

.company-text span:nth-child(5) {
    animation-delay: 1.5s;
}

.company-text span:nth-child(6) {
    animation-delay: 1.6s;
}

.company-text span:nth-child(7) {
    animation-delay: 1.7s;
}

.company-text span:nth-child(8) {
    animation-delay: 1.8s;
}

.company-text span:nth-child(9) {
    animation-delay: 1.9s;
}

.company-text span:nth-child(10) {
    animation-delay: 2s;
}

.company-text span:nth-child(11) {
    animation-delay: 2.1s;
}

.company-text span:nth-child(12) {
    animation-delay: 2.2s;
}

.company-text span:nth-child(13) {
    animation-delay: 2.3s;
}

.company-text span:nth-child(14) {
    animation-delay: 2.4s;
}

.company-text span:nth-child(15) {
    animation-delay: 2.5s;
}

.company-text span:nth-child(16) {
    animation-delay: 2.6s;
}

.company-text span:nth-child(17) {
    animation-delay: 2.7s;
}

@keyframes letterAppearSmall {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }

    60% {
        transform: translateY(-5px) scale(1.1);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.height_450px,
.height_450 {
    height: 450px !important;
}

/* .loading-progress {
    height: 100%;
    background: linear-gradient(90deg, #A51225, #ff1744, #A51225);
    background-size: 200% 100%;
    border-radius: 10px;
    animation: loadingProgress 2s ease-in-out forwards, shimmer 1.5s infinite;
    box-shadow: 0 0 15px rgba(165, 18, 37, 0.6);
} */

@keyframes loadingProgress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Responsive preloader */
@media (max-width: 768px) {
    .ziplink-letters .letter {
        font-size: 50px;
        gap: 5px;
    }

    .loading-bar {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .ziplink-letters .letter {
        font-size: 40px;
        gap: 3px;
    }

    .loading-bar {
        width: 200px;
    }
}

/* ========== SMOOTH SCROLLING ========== */
html {
    scroll-behavior: smooth;
}

/* Enhance smooth scroll animation */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* Solution section anchor offset for smooth scrolling */
.solution-section {
    scroll-margin-top: 80px;
    padding-top: 0;
}

/* ========== MOBILE SLIDER HEIGHT OVERRIDE ========== */
/* Tablet and below - reduce slider height */
@media (max-width: 1024px) {

    .slider.slider_version_v2.style_four .slide-item,
    .slider.slider_version_v2.style_four .slide-item-content,
    .slider.slider_version_v2.style_four .video-container {
        min-height: 70vh !important;
        height: 70vh !important;
    }

    .slider.slider_version_v2.style_four .auto-container,
    .slider.slider_version_v2.style_four .auto-container>.row {
        min-height: 70vh !important;
    }
}

/* Mobile view - optimal height */
@media (max-width: 768px) {

    .slider.slider_version_v2.style_four .slide-item,
    .slider.slider_version_v2.style_four .slide-item-content,
    .slider.slider_version_v2.style_four .video-container {
        min-height: 60vh !important;
        height: 60vh !important;
    }

    .slider.slider_version_v2.style_four .auto-container,
    .slider.slider_version_v2.style_four .auto-container>.row {
        min-height: 60vh !important;
    }

    .slider.slider_version_v2.style_four .slider_content h1 {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }

    .slider.slider_version_v2.style_four .slider-heading-paragraph {
        font-size: 14px !important;
        margin: 15px 0 !important;
    }
}

/* Small mobile - compact height */
@media (max-width: 576px) {

    .slider.slider_version_v2.style_four .slide-item,
    .slider.slider_version_v2.style_four .slide-item-content,
    .slider.slider_version_v2.style_four .video-container {
        min-height: 55vh !important;
        height: 55vh !important;
    }

    .slider.slider_version_v2.style_four .auto-container,
    .slider.slider_version_v2.style_four .auto-container>.row {
        min-height: 55vh !important;
    }
}

/* Extra small devices */
@media (max-width: 480px) {

    .slider.slider_version_v2.style_four .slide-item,
    .slider.slider_version_v2.style_four .slide-item-content,
    .slider.slider_version_v2.style_four .video-container {
        min-height: 50vh !important;
        height: 50vh !important;
    }

    .slider.slider_version_v2.style_four .auto-container,
    .slider.slider_version_v2.style_four .auto-container>.row {
        min-height: 50vh !important;
    }

    .slider.slider_version_v2.style_four .slider_content h1 {
        font-size: 22px !important;
    }
}

#amvTabs .nav-item {
    margin-bottom: 0 !important;
}

#amvTabs {
    padding: 0px !important;
}

/* ========== FEATURE CARD RESPONSIVE ========== */
/* Remove left offset on mobile for feature cards */
@media (max-width: 1199px) {
    .choose-cards .col-xl-6[style*="left: 25px"] {
        left: 0 !important;
        position: relative !important;
    }

    /* Reduce bottom padding on mobile */
    .choose-cards .pd_bottom_150 {
        padding-bottom: 30px !important;
    }
}

.service_box.style_three .service_content {
    padding: 20px !important;
}

.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;
}

/*----====page-header--css========----*/
.page_header_default {
    min-height: 460px !important;
}

@media(max-width:1400px) {
    .page_header_default {
        .simpleParallax {
            position: absolute;
            top: 0;
            height: 100%;
            bottom: 0;
            right: 0;
            width: 100%;
            left: 0;
        }
    }
}

@media(max-width:1200px) {
    .page_header_default::after {
        display: none;
    }
}

/* Custom Aim, Mission, Vision Tabs Styling */
#amvTabs {
    background: linear-gradient(90deg, #D33D50 0%, #BC273B 25%, #850717 50%);
    border: none;
    display: flex;
    gap: 0;
    margin-bottom: 30px !important;
    border-radius: 30px;
}

#amvTabs .nav-item {
    flex: 1;
}

#amvTabs .nav-link {
    border-radius: 25px;
    background: transparent;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    cursor: pointer;
    margin: 0 2px;
    border: 1px solid #8B1538;

}

#amvTabs .nav-link.active {
    background: #ffffff;
    color: #8B1538;
    border: 1px solid #8B1538;
    border-radius: 30px;
    font-weight: 600;
}

#amvTabs .nav-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

#amvTabs .nav-link.active:hover {
    background: #ffffff;
    color: #8B1538;
}

#amvTabContent {
    padding: 20px 0;
    position: relative;
}

#amvTabContent .tab-pane {
    display: none !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#amvTabContent .tab-pane.active {
    display: block !important;
    opacity: 1;
}

#amvTabContent .tab-pane.show.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

#amvTabContent p {
    font-size: 17px;
    /* line-height: 1.8; */
    color: #333333;
    margin: 0;
    text-align: left;
}

#amvTabContent strong {
    font-weight: 700;
}

/* Responsive Styles for Tabs */
@media (max-width: 991px) {
    #amvTabs {
        flex-direction: column;
        gap: 0;
        padding: 5px;
    }

    #amvTabs .nav-link {
        border-radius: 25px !important;
        margin: 2px 0;
    }

    #amvTabs .nav-link.active {
        border-radius: 25px !important;
    }
}

@media (max-width: 768px) {
    #amvTabs {
        padding: 5px;
    }

    #amvTabs .nav-link {
        padding: 12px 20px;
        font-size: 15px;
    }
}

.justified-text {
    text-align: justify;
    text-justify: inter-word;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: 0px;
}

/* Expertise Section Video Background Styles */
.project-section.position-relative video {
    object-fit: cover;
    pointer-events: none;
}

.project-section.position-relative .container {
    position: relative;
    z-index: 2;
}

.project-section.position-relative h3,
.project-section.position-relative p {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.project-section.position-relative .title_sections h3 {
    color: #ffffff !important;
    font-weight: 500 !important;
}

.project-section.position-relative .underline-row::after {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Service Cards - Equal Height and Arrow Positioning */
.service-section-two .row.gutter_40px {
    display: flex;
    flex-wrap: wrap;
}

.service-section-two .service_box.style_three {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 365px;
    border: 1px solid #A51225;
    border-radius: 15px !important;
}

.text-red {
    color: #A51225;
}

.service_box.style_three .service_content .content_inner {
    padding-top: 0px !important;
}

.service_box.style_three .service_content .content_inner h2 a {
    font-size: 18px !important;
}

.service-section-two .service_box.style_three .service_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    background: radial-gradient(#A51225, #1a1a1d);
    border-radius: 15px !important;
}

.service-section-two .service_box.style_three .content_inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    color: white;
}

.service-section-two .service_box.style_three .content_inner p {
    flex: 1;
    margin-bottom: 0;
}

.service-section-two .service_box.style_three .position-absolute.bottom-1 {
    position: absolute !important;
    bottom: 15px !important;
    right: 15px !important;
    margin: 0 !important;
}

.service-section-two .service_box.style_three .read_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .service-section-two .service_box.style_three {
        min-height: 320px;
    }
}

@media (max-width: 991px) {
    .service-section-two .service_box.style_three {
        min-height: 300px;
        margin-bottom: 30px;
    }
}

.values-section .values-intro p {
    margin: 0;
}

.values-grid .value-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
    height: 100%;
}

.values-grid .value-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 2px solid #A51225;
    color: #A51225;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
}

.values-grid h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #121212;
}

.values-grid p {
    color: #4a4a4c;
    line-height: 1.6;
    margin: 0;
}

.creote-icon-box.position-relative .custom-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.creote-icon-box .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    z-index: 1
}

.creote-icon-box .container {
    position: relative;
    z-index: 2
}

.choose-cards .feature-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    padding: 28px;
    position: relative
}

.choose-cards .feature-card .accent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    border-radius: 0 0 14px 14px
}

.choose-cards .accent-orange {
    background: #ff8d8d
}

.choose-cards .accent-green {
    background: #79efb7
}

.choose-cards .accent-sky {
    background: #84daf5
}

.choose-cards .icon img {
    width: 90px;
    height: 90px;
    object-fit: contain
}

.choose-cards h3 a {
    color: #0f1a2a
}

.choose-cards .reason_to_choose_p {
    color: #6a6a6e;
    margin: 0
}

/* Milestones background text */
.milestones-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4vh 0
}

.milestones-bg .bg-row {
    white-space: nowrap;
    font-weight: 900;
    letter-spacing: .06em;
    color: #fff;
    opacity: .06;
    line-height: 1;
}

.milestones-bg .bg-row:nth-child(1) {
    font-size: 8vw;
    transform: translateY(-10%)
}

.milestones-bg .bg-row:nth-child(2) {
    font-size: 8vw;
    transform: translateY(10%)
}

@media (max-width: 992px) {
    .milestones-bg .bg-row:nth-child(1) {
        font-size: 28vw
    }

    .milestones-bg .bg-row:nth-child(2) {
        font-size: 32vw
    }
}

.custom-title-text {
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 42px;
    margin-bottom: 20px;
}

.icon_box_all.style_three {
    border: 1px solid #A51225;
}

.rounded-image {
    border: 1px solid #A51225;
}

.our-director .title-underline {
    height: 2px;
    background: #e9e9ec;
    margin-bottom: 28px
}

.our-director .media-frame {
    background: #1f2025;
    border-radius: 28px;
    min-height: 500px;
    width: 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04)
}

.our-director .dir-name {
    font-weight: 800;
    color: #0e0e10;
    margin-bottom: 6px
}

.our-director .dir-role {
    color: #A51225;
    font-weight: 600;
    margin-bottom: 18px
}

.our-director .dir-text {
    color: #4b4c4f;
    line-height: 1.8
}

.our-director .socials {
    display: flex;
    gap: 16px;
    margin-top: 30px
}

.our-director .socials a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12)
}

.our-director .socials a i {
    color: #A51225;
    font-size: 18px
}

/* Full-screen hero/slider */
.slider.slider_version_v2.style_four .slide-item,
.slider.slider_version_v2.style_four .slide-item-content,
.slider.slider_version_v2.style_four .video-container {
    min-height: 100vh;
    height: 100vh;
}

.slider.slider_version_v2.style_four .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider.slider_version_v2.style_four .auto-container,
.slider.slider_version_v2.style_four .auto-container>.row {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider.slider_version_v2.style_four .slider_content {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

.slider.slider_version_v2.style_four .slider_content .thm_btn {
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .slider.slider_version_v2.style_four .slider_content h1 {
        font-size: 2rem;
    }
}

/* Header page css start */

.header.get_sticky_header {
    background-color: transparent;
    box-shadow: none !important;
}

.header.get_sticky_header.sticky-active {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow for sticky effect */
}

.header_menu_box {
    background-color: rgb(255 229 233 / 60%) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    padding: 10px !important;
    border-radius: 15px !important;
    border: 1px solid rgb(71 0 0 / 70%) !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Show logo in header_menu_box when sticky header is active */
.header.get_sticky_header.sticky-active .header_menu_box .sticky-logo {
    display: block !important;
}

.fixed-header .get_sticky_header {
    background-color: rgb(255 229 233 / 60%) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    padding: 10px !important;
}

.auto-container,
.auto_container {
    max-width: 1340px !important;
}

.header_boxed.style_four {
    top: 5px !important;
}

.header .header_content_collapse {
    width: 76% !important;
}

/* Header us page css end */

/* footer page css end */
.bottom {
    h5 {
        color: #000000 !important;
    }
}

.footer_widgets {
    position: relative;
    margin-bottom: 30px;

    .fo_wid_title {
        h2 {
            color: #000000 !important;
        }
    }
}

.footer_widgets.get_in_touch_foo .foo_cont_inner .top h6 {
    color: #000000 !important;
}



/* footer page css end */
/* Home page css end */
.underline-row {
    border-bottom: 2px solid #4D082C;
    /* Adjust color and thickness as needed */
    padding-bottom: 10px;
    /* Optional spacing below the content */
    margin-bottom: 20px;
    /* Optional spacing below the underline */
}

.bg_light {
    background: rgba(245, 238, 224, 1) !important;
}

.custom-video {
    height: 350px;
    width: 100%;
    /* Maintains aspect ratio */
    object-fit: cover;
    /* Ensures video fits within the height */
    display: block;
    /* Ensures proper alignment */
}

.home_end_section {
    color: azure !important;
}

/* Home page css end */
/* About page css end */
.light-gray-background {
    background-color: #f6f5f5 !important;
    /* Light gray */
}

.glass-btn {
    background: rgba(0, 0, 0, 0.4);
    /* Black with transparency */
    backdrop-filter: blur(8px);
    /* Stronger blur effect */
    -webkit-backdrop-filter: blur(8px);
    /* Safari compatibility */
    color: #ffffff;
    /* White text */
    border: 2px solid rgba(255, 255, 255, 0.2);
    /* Soft white border */
    padding: 12px 25px;
    border-radius: 10px;
    /* More rounded corners */
    font-size: 16px;
    /* Slightly larger text */
    font-weight: 600;
    /* Bold text */
    text-decoration: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    /* Subtle shadow */
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}

.glass-btn:hover {
    background: rgba(0, 0, 0, 0.6);
    /* Darker background on hover */
    color: #00ffcc;
    /* Change text color to light green on hover */
    border-color: rgba(255, 255, 255, 0.5);
    /* Brighter border on hover */
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
    /* More intense shadow on hover */
}

.video-container {
    position: relative;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
    z-index: 1;
    pointer-events: none;
}

/* Video */
video {
    position: relative;
    z-index: 0;
}

/* Strips styling */
.strip {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    /* Subtle white color for contrast */
    z-index: 2;
}

/* Vertical strips */
.strip-left {
    top: 0;
    left: 15%;
    width: 2px;
    height: 100%;
}

.strip-right {
    top: 0;
    right: 15%;
    width: 2px;
    height: 100%;
}

/* Horizontal strips */
.strip-top {
    top: 19%;
    left: 0;
    width: 100%;
    height: 2px;
}

.strip-bottom {
    bottom: 18%;
    left: 0;
    width: 100%;
    height: 2px;
}

/* Add round circles at the intersections of the strips */
.strip-left::after,
.strip-right::after,
.strip-top::after,
.strip-bottom::after,
.strip-center-vertical::after,
.strip-center-horizontal::after {
    content: '';
    position: absolute;
    background: radial-gradient(closest-side, rgb(255, 255, 255), rgba(246, 246, 246, 0.8), rgba(184, 184, 184, 0.4), rgba(145, 145, 145, 0));
    /* Increased intensity and sharper fade */
    width: 20px;
    /* Adjust size of the circle */
    height: 20px;
    border-radius: 50%;
    /* Makes the square round */
    z-index: 3;
}

/* Positions for the squares at the intersections */
.strip-left::after {
    top: 82%;
    left: 83%;
    transform: translateY(-50%) translateX(-50%);
}

.strip-right::after {
    top: 19%;
    right: 17%;
    transform: translateY(-50%) translateX(50%);
}

.strip-top::after {
    top: 15%;
    left: 15%;
    transform: translateX(-50%) translateY(-50%);
}

.strip-bottom::after {
    bottom: 85%;
    left: 85%;
    transform: translateX(-50%) translateY(50%);
}



.custom-bg {
    background: linear-gradient(to right, white 66.99%, #183A4A 66.99%);
    /* Optional styles for the card */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    /* Equal shadow on all sides */
}

.footer_contact_list .same_contact .content h6 {
    color: black !important;
}

/* About page css end */
/* Default page css end */
.preloader-wrap {
    &::before {
        overflow: hidden;
        background: rgba(255, 255, 255, 0.487) !important;
    }
}

body input[type=submit],
body button[type=submit] {
    background: #480D0D !important;
}

/* Default page css end */
.rounded-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* Makes the image circular */
    object-fit: cover;
    /* Ensures the image fits within the circle */
}

.bg_light_about {
    background: rgba(245, 238, 224, 1) !important;
}

.counter_section {
    color: black !important;
}

.counter_about {
    color: black !important;
}

/* 
.slider.style_four .slide-item-content .slider_content h1 {
  padding-left: 320px;
  padding-right: 320px;
} */

/* .video-slider{
  height: 810px !important;
} */


.contact_box_content.style_one .contact_box_inner {
    border: 1px solid #fff !important;
}

.contact_form_box_all.type_two .contact_form_shortcode {
    background: #ffffff00 !important;
    box-shadow: none !important;
}

.contact_form_box_all.type_two .contact_form_shortcode form input {
    background: transparent !important;
    border: transparent !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px !important;
}

.contact_form_box_all.type_two .contact_form_shortcode form textarea {
    background: transparent !important;
    border: transparent !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px !important;
}

.contact-h3 {
    color: #fff !important;
    width: 160px !important;
}

/* .footer_widgets.get_in_touch_foo .foo_cont_inner .top p, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom p{
  color: white !important;
} */
preloader .content_all_warpper {
    background-color: #fafafa !important;
}

.service_box.style_three .service_content {
    border-radius: 10px !important;
}

.service_box.style_three {
    margin-left: -11px !important;
}

.partner-with-us-info {
    color: white !important;
}

.bottom-border-skyblue {
    border-bottom: 10px solid skyblue;
}

.bottom-border-lightgreen {
    border-bottom: 10px solid rgba(155, 255, 190, 1);
}

.bottom-border-lightorange {
    border-bottom: 10px solid rgba(255, 146, 138, 1);
}

.title_top {
    color: var(--primary-color-one) !important;
}

.about-container-1 {
    text-align: center !important;
}

.slider-heading-paragraph {
    color: white !important;
}

.project-section {
    position: relative;
    overflow: hidden;
    /* Ensures no elements overflow the section */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    /* Pure black overlay */
    opacity: 0.5;
    /* Adjust the transparency level as needed */
    z-index: 1;
    /* Ensures the overlay is above the video */
}

.bg_light_2 {
    color: rgb(228, 228, 228) !important;
}

.career-paragraph {
    color: black !important;
}

.reason_to_choose_p {
    color: gray !important;
}

.slider.nav_position_two .owl-nav,
.slider.nav_position_one .owl-nav {
    display: none !important;
}

.fixed-header .get_sticky_header {
    padding: 0px 0px !important;
}

@media (min-width: 992px) {

    /* Applies to large devices and up */
    .about-reason-box {
        position: relative;
        left: 25px;
    }
}

@media (max-width: 991px) {

    /* Excludes styles for smaller devices */
    .about-reason-box {
        position: initial;
        /* Reset styles or don't define left positioning */
    }
}

.contact-left-side {
    position: relative;
    overflow: hidden;
    background-color: rgba(165, 18, 37, 1) !important;
    border-radius: 10px !important;
}

.circle-element {
    position: absolute;
    bottom: -24%;
    right: -40%;
    width: 400px;
    height: 400px;
    background-color: rgba(87, 8, 18, 1);
    border-radius: 50%;
}

.ellipse-element {
    position: absolute;
    bottom: 10%;
    right: 15%;
    width: 200px;
    height: 200px;
    background-color: rgba(87, 8, 18, 0.5);
    border-radius: 50%;
}

/* Row 1 - Card 1: Orange to Pink */
.bottom-border-client-seven {
    position: relative;
}

.bottom-border-client-seven::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #FFB380, #FFD1DC);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-windmill {
    position: relative;
}

.bottom-border-client-windmill::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #050200, #000000);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-vindhya {
    position: relative;
}

.bottom-border-client-vindhya::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #29567F, #0c2236);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-dop {
    position: relative;
}

.bottom-border-client-dop::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #CE1A23, #210809);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-ptc {
    position: relative;
}

.bottom-border-client-ptc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #FAD025, #4d400e);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-mumbpol {
    position: relative;
}

.bottom-border-client-mumbpol::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #413C9C, #283678);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-msphc {
    position: relative;
}

.bottom-border-client-msphc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #D2A93C, #312503);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-city-park {
    position: relative;
}

.bottom-border-client-city-park::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #35344E, #06042b);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-umc {
    position: relative;
}

.bottom-border-client-umc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #FFF212, #323008);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-smart-mile {
    position: relative;
}

.bottom-border-client-smart-mile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #DD742E, #231206);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-ultramod {
    position: relative;
}

.bottom-border-client-ultramod::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #85A828, #1d2605);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-patel {
    position: relative;
}

.bottom-border-client-patel::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #CA962F, #100b02);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Row 1 - Card 2: Light Blue to Light Gray */
.bottom-border-client-four {
    position: relative;
}

.bottom-border-client-four::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #A0D4FF, #E0E0E0);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-one {
    position: relative;
}

.bottom-border-client-one::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #DDA0FF, #A0D4FF);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Row 2 - Card 4: Orange to Pink (same as Card 1) */
.bottom-border-client-three {
    position: relative;
}

.bottom-border-client-three::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #FFB380, #FFD1DC);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Row 2 - Card 5 (Center): Dark Blue to Light Green */
.bottom-border-client-six {
    position: relative;
}

.bottom-border-client-six::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #2A60B0, #A0FFB0);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Row 2 - Card 6: Light Blue to Light Gray (same as Card 2) */
.bottom-border-client-eight {
    position: relative;
}

.bottom-border-client-eight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #A0D4FF, #E0E0E0);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Row 3 - Card 7: Orange to Pink (same as Card 1, 4) */
.bottom-border-client-two {
    position: relative;
}

.bottom-border-client-two::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #FFB380, #FFD1DC);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Row 3 - Card 8: Orange to Light Green */
.bottom-border-client-nine {
    position: relative;
}

.bottom-border-client-nine::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #FF9933, #A0FFB0);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-border-client-ten {
    position: relative;
}

.bottom-border-client-ten::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #A0D4FF, #E0E0E0);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.vm-card {
    background: #ffffff;
    border-top-right-radius: 80px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border: 1px solid #A51225 !important;
}

.vm-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0e0e10;
    margin-bottom: 16px;
}

.vm-card p {
    color: #4b4c4f;
    line-height: 1.7;
    margin-bottom: 24px;
}

.vm-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vm-card ul li {
    color: #4b4c4f;
    margin-bottom: 14px;
    padding-left: 0;
    line-height: 1.6;
}

.vm-card ul li::before {
    content: "•";
    color: #0e0e10;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}

.vm-section {
    background: #f5f5f7;
    padding: 60px 0;
}

.vm-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm-illustration img {
    max-width: 100%;
    height: auto;
}

.height_450px {
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.height_450px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #A51225;
    border-radius: 15px;
}

.solution-title {
    color: rgba(165, 18, 37, 1) !important;
}

.apply-now-btn {
    background-color: #8B1538;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 12px 28px;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.apply-now-btn:hover {
    background-color: #A51225;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 21, 56, 0.3);
}

.apply-now-btn i {
    font-size: 14px;
}

/* Contact Form Card Styling */
.contact-form-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 30px 25px;
    width: 750px;
    margin: 0 auto;
    position: relative;
    top: 4px;
}

.contact-form-card .heading h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-form-card .heading h2 .text-black {
    color: #1a1a1a;
}

.contact-form-card .heading h2 .text-red {
    color: #A51225;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    padding: 8px 12px;
    font-size: 13px;
    margin-bottom: 12px;
    transition: border-color 0.3s;
    height: 50px;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #A51225;
    box-shadow: none;
}

.contact-form-card .form-control::placeholder {
    color: #999;
    font-size: 12px;
}

.contact_form_box_all.type_two .contact_form_shortcode form input {
    padding: 0px !important;
}

.contact_form_box_all.type_two .contact_form_shortcode form textarea {
    padding: 0px !important;
}

/* Mobile responsive styles for contact form */
@media (max-width: 768px) {
    .mobile-contact-container {
        min-height: auto !important;
        height: auto !important;
        position: relative;
        z-index: 11;
        align-items: flex-start !important;
        padding: 80px 15px 40px 15px !important;
        overflow-y: auto;
    }

    .contact-form-card {
        padding: 25px 20px;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    .contact-form-card .heading h2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .contact-form-card .form-control,
    .contact-form-card .form-select {
        margin-bottom: 0;
        font-size: 15px;
        padding: 12px 15px;
        height: 48px;
        border-radius: 4px;
    }

    .contact-form-card .form-control:focus,
    .contact-form-card .form-select:focus {
        border-color: #A51225;
        box-shadow: 0 0 0 0.2rem rgba(165, 18, 37, 0.1);
    }

    .contact-form-card textarea.form-control {
        height: auto;
        min-height: 100px;
        resize: vertical;
    }

    .contact-form-card .row.g-3 {
        margin-bottom: 15px !important;
    }

    .contact-form-card .row.g-3>* {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-bottom: 15px;
    }

    .contact-form-card .row.g-3>*:last-child {
        margin-bottom: 0;
    }

    .contact-form-card button[type="submit"] {
        width: 100%;
        /* padding: 12px; */
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .mobile-contact-container {
        padding: 70px 10px 30px 10px !important;
    }

    .contact-form-card {
        padding: 20px 15px;
        margin: 0 auto;
        width: 100%;
    }

    .contact-form-card .heading h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .contact-form-card .form-control,
    .contact-form-card .form-select {
        font-size: 14px;
        padding: 11px 12px;
        height: 46px;
    }

    .contact-form-card textarea.form-control {
        min-height: 90px;
        font-size: 14px;
    }

    .contact-form-card .row.g-3>* {
        margin-bottom: 12px;
    }
}

/* Mobile slider section adjustments for contact form */
@media (max-width: 768px) {
    .slider.slider_version_v2.style_four {
        min-height: auto !important;
        height: auto !important;
        overflow-y: visible;
    }

    .slider.slider_version_v2.style_four .slide-item,
    .slider.slider_version_v2.style_four .slide-item-content {
        min-height: auto !important;
        height: auto !important;
    }

    .banner_carousel.vh-100 {
        min-height: auto !important;
        height: auto !important;
    }

    .banner_carousel .slide-item {
        min-height: auto !important;
        height: auto !important;
    }
}

.btn-send {
    background: #A51225;
    color: #ffffff;
    border: none;
    width: 200px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    margin-top: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s;
    height: 40px;
}

.btn-send:hover {
    background: #8B1538;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(165, 18, 37, 0.3);
}

.footer_contact_list {
    margin-bottom: 0;
}

.footer_contact_list .same_contact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}

.footer_contact_list .same_contact span {
    font-size: 16px;
    margin-top: 2px;
}

.footer_contact_list .same_contact .content h6 {
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.footer_contact_list .same_contact .content a,
.footer_contact_list .same_contact .content p {
    color: #4a4a4a;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

/* Transparent navigation buttons for testimonials slider */
.testimonials-swiper .testimonials-swiper-prev,
.testimonials-swiper .testimonials-swiper-next,
.testimonials-swiper-prev,
.testimonials-swiper-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent !important;
    backdrop-filter: none;
}

.testimonials-swiper {
    --swiper-navigation-color: #ffffff;
    --swiper-navigation-size: 18px;
}

/* Ensure all slides in a row have equal heights */
.testimonials-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.testimonials-swiper .swiper-slide {
    height: 100%;
    display: flex;
}

.testimonials-swiper .swiper-slide>* {
    width: 100%;
}

/* Fix card height for testimonials */
.testimonials-swiper .icon_box_all.style_three {
    height: 350px;
}

.testimonials-swiper-prev:after,
.testimonials-swiper-next:after {
    font-weight: 700;
}

@media (max-width: 767.98px) {

    .testimonials-swiper-prev,
    .testimonials-swiper-next {
        width: 36px;
        height: 36px;
    }
}

.counter-block.style_three .content_box h6 .coun_ter .count-text {
    font-size: 50px !important;
    line-height: 50px;
    font-weight: 500 !important;
}

/* Center align counter section for mobile and desktop */
.counter-block.style_three .content_box.text-center {
    text-align: center !important;
}

.counter-block.style_three .content_box.text-center .coun_ter {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-block.style_three .content_box.text-center h6 {
    text-align: center !important;
}

@media (max-width: 768px) {
    .counter-block.style_three .content_box {
        text-align: center !important;
    }

    .counter-block.style_three .content_box .coun_ter {
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .counter-block.style_three .content_box h6 {
        text-align: center !important;
    }

    .counter-block.style_three .content_box p {
        text-align: center !important;
    }
}

/* Testimonial pagination dots styling */
.testimonials-pagination.swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 30px;
}

.testimonials-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d0d0d0;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s;
}

.testimonials-pagination .swiper-pagination-bullet-active {
    background: #A51225;
    width: 32px;
    border-radius: 6px;
}

.testimonials-pagination .swiper-pagination-bullet:hover {
    background: #A51225;
}

/* Glass effect circular button */
.glass-arrow-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(139, 21, 56, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.glass-arrow-btn i {
    font-size: 36px;
    color: #ffffff;
}

.glass-arrow-btn:hover {
    background: rgba(165, 18, 37, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1199.98px) {
    .glass-arrow-btn {
        width: 80px;
        height: 80px;
    }

    .glass-arrow-btn i {
        font-size: 28px;
    }
}

.text-gray {
    color: rgba(255, 255, 255, 0.50);
}

.footer-list {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

.footer-list li {
    color: #fff !important;
    margin-bottom: 6px !important;
}

.custom-our-client {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain !important;
}

.custom-client-container {
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0%, #ffffff 60%, #A51225 100%);
    overflow: hidden;
    width: 250px !important;
    height: 250px !important;

    /* Center the logo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-client-container img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}


.bottom-border-client-four {
    border-bottom: 2px solid #009E46;
    /* or #00699E */
    border-radius: 12px;
    transition: all 0.3s ease;
}

.bottom-border-client-four:hover {
    transform: translateY(-5px);
    border-color: #FE5E15;
}

/* Career Page Modal - Centering and Close Button Fix */
#applyNowModal {
    z-index: 10001;
}

#applyNowModal+.modal-backdrop {
    z-index: 10001;
}

#applyNowModal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

#applyNowModal .modal-header .close-btn {
    cursor: pointer;
    pointer-events: auto;
}

#applyNowModal .modal-header .close-btn:hover {
    opacity: 0.8;
}

/* Vertical scrolling for form body */
#applyNowModal .modal-body {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: #A51225 #f1f1f1;
}

/* Custom scrollbar styling for modal body (Webkit browsers) */
#applyNowModal .modal-body::-webkit-scrollbar {
    width: 6px;
}

#applyNowModal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#applyNowModal .modal-body::-webkit-scrollbar-thumb {
    background: #A51225;
    border-radius: 10px;
}

#applyNowModal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #8B1538;
}

/* Mobile responsive adjustments */
@media (max-width: 767.98px) {
    #applyNowModal .modal-body {
        max-height: 50vh;
    }
}

/* Client Navigation Arrows */
.client-navigation {
    margin-top: 20px;
}

.client-swiper-prev,
.client-swiper-next {
    border: 2px solid #A51225 !important;
    color: #A51225 !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.client-swiper-prev:hover,
.client-swiper-next:hover {
    background: #A51225 !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

.client-swiper-prev:disabled,
.client-swiper-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive adjustments for client names */
@media (max-width: 768px) {
    .client-name-circle {
        width: 100px;
        height: 100px;
        font-size: 11px;
        padding: 8px;
    }
}

@media (max-width: 576px) {
    .client-name-circle {
        width: 90px;
        height: 90px;
        font-size: 10px;
        padding: 6px;
    }
}

label.required::after {
    content: "*";
    color: red;
    font-weight: bold;
}

/* Partner Form Validation Error Messages */
.partner-form-validation .validation-error {
    display: none;
    font-size: 12px;
    margin-top: 5px;
    color: #dc3545;
    text-align: left;
    width: 100%;
}

.partner-form-validation input:invalid:not(:placeholder-shown),
.partner-form-validation input[style*="border-color: rgb(220, 53, 69)"] {
    border-color: #dc3545 !important;
}

.partner-form-validation input:valid:not(:placeholder-shown) {
    border-color: #28a745 !important;
}

.partner-form-validation .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.partner-form-validation .wpcf7-form-control-wrap .validation-error {
    order: 2;
}

.contact_form_box_all input,
.contact_form_box_all input[type=text],
.contact_form_box_all input[type=email],
.contact_form_box_all input[type=number],
.contact_form_box_all textarea,
.contact_form_box_all select {
    margin: 5px 0px 5px !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown.mega_menu,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.dropdown.mega_menu {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li.dropdown {
    margin-right: 40px !important;
    margin-left: 40px !important;

}

.swiper-slide,
.swiper-slide {
    justify-content: center;
    display: flex;
}