#preloader .loading-container #loading-icon img {
    max-width: 70px;
}
footer{
    /*background: url(../images/foot_bg.jpg);*/
    background: url(../images/foot_contat_bottom3.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    
    /*margin-top: -230px;*/
}
.foot_logo img {
    max-width: 90px;
    position: relative;
    z-index: 1;
}
.foot_copy {
    color: #fff;
    text-align: right;
    position: relative;
    z-index: 1;
}
.text-red{
    color: #d90400;
}

.foot_contact {
    /*background: url(../images/foot_contat.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background: #fff;
}
.foot_contact > img{
    width: 100%;
}
.foot_contact::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    background: url(../images/vision_logo.webp);
    opacity: 0.1;
    z-index: -1;
    background-size: 21%;
    background-repeat: no-repeat;
    background-position: bottom right;
    filter: invert(1);
}
.contat_lefthead {
    margin-left: 100px;
    padding-bottom: 30px;
}
.contat_lefthead h3{
    font-size: 32px;
    font-family: 'LemonMilk', sans-serif;
    position: relative;
    padding-top: 15px;
    color: #d90400;
}
.contat_lefthead h3::after{
    content: '';
    position: absolute;
    top: -11px;
    left: 47%;
    transform: translateX(-50%);
    width: 250px;
    height: 2px;
    background: #d90400;
    border-radius: 2px;
}
.contat_lefthead h3::before{
    content: '';
    position: absolute;
    top: -18px;
    left: 53%;
    transform: translateX(-50%);
    width: 250px;
    height: 2px;
    background: #d90400;
    border-radius: 2px;
}
.cont_icon {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.cont_icon .con_fonicon {
    width: 60px;
}
.cont_icon .con_fonicon i {
    width: 42px;
    height: 42px;
    border: 3px solid #d90400;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #797979;
    font-size: 20px;
}
.cont_icon .con_info span {
    color: #d90400;
}
.cont_icon .con_info h3 {
    font-size: 20px;
    color: #606060;
}
.cont_icon .con_info a.blue {
    color: #313bc2;
    word-break: break-all;
}
.cont_icon .con_info 
.cont_social {
    background: #e7e8e9;
    border-radius: 10px;
    max-width: 70%;
    padding: 30px 20px;
}
.cont_social h3 {
    color: #303030;
    font-size: 18px;
    margin-bottom: 10px;
}
.cont_social ul {
    display: flex;
}
.cont_social ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    background: #ddd;
    font-size: 22px;
    margin-right: 10px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #e7e8e9;
}
.cont_social ul li a.instagram{
    background: #b90b6d;
}
.cont_social ul li a.facebook{
    background: #4c36bb;
}
.cont_social ul li a.whatsapp{
    background: #2eaf55;
}
.cont_social ul li a:hover{
    background: #d90400;
}
.middle_right {
    position: relative;
}
.middle_right:before {
    position:absolute;
    content: "";
    right: -15px;
    top: 50%;
    height: 80%;
    width: 1px;
    background: #e7e8e9;
    transform: translate(0, -50%);
}
.career-form input.form-control {
    background: #efefef;
    height: 45px;
}
.career-form input.form-control:focus {
    box-shadow: none;
    border-color: #d90400;
}
.angled-btn {
    position: relative;
    background: #d50303;
    color: #fff;
    padding: 8px 40px 10px 40px;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 16px;
    /* clip-path: polygon(0 0, 100% 0, 100% 0%, 80% 100%, 0 100%); */
    transition: 0.3s ease-in-out;
    animation: slideLR 2s ease-in-out infinite;
    z-index: 1;
}
@keyframes slideLR {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(10px); }  /* move right */
    100% { transform: translateX(0); }      /* move back left */
}

.angled-btn:hover {
    background: #b90303;
    transform: translateX(5px);
}
.contact_form_inner img.cont_btn_line {
    transform: scale(0.7);
    position: absolute;
    left: -38px;
    top: 13px;
}
.genter_top .form-check {
    margin-top: 14px;
}
.contact_form_inner label.form-label {
    color: #7e7e7e;
    font-size: 14px;
}
.btu_full_box {
    padding-top: 17px;
    margin-top: 16px;
}
.contact_form_inner{
    padding-left: 30px;
}


.imagevideo_gallery_section {
    padding: 60px  0 50px;
    background: #101b2b;
    position: relative;
    margin-top: -3px;
}
img.imagevideo_gallery-top {
    margin-top: -243px;
    width: 100%;
    height: 220px;
}
.gallery_slider .owl-nav.disabled{
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
}
.reel-container {
    width: 100%;
    max-width: 420px;          /* reel width like Instagram */
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.reel-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;      /* IMPORTANT for vertical reel */
    object-fit: cover;         /* like reels/shorts crop */
}





.testimonial-slider-section {
    background: #d50000;
}

.testimonial-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.testimonial-card {
    background: #ffe7e7;
    border-radius: 20px;
    padding: 25px;
    transition: .3s ease;
    opacity: 0.4;
    transform: scale(0.85) translateY(25px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.testimonial-card .stars {
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
}

.testimonial-card .user {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card .avatar {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
}

/* ACTIVE CENTER CARD */
.testimonial-carousel .owl-item.center .testimonial-card {
    background: #f2f2f2;
    opacity: 1;
    transform: scale(1) translateY(0px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.testimonial-slider .card-box img{
    width: 225px;
    display: block;
    margin: 0 auto;
}





.testimonial_section {
    padding: 290px 0;
    background: url(../images/review_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.heading_box-white h2::before {
    background: #fff;
}
.heading_box-white h2::after {
    background: #fff;
}


/* ===== Card Design ===== */
.testimonial-slider .card-box {
    /* background: #e7e8e9; */
    background: #fff;
    /* padding: 30px; */
    padding: 15px;
    border-radius: 20px;
    min-height: 250px;
    transition: 0.4s ease;
}
.testimonial-slider .stars {
    color: #ffba00;
    font-size: 20px;
    margin-bottom: 10px;
}
.testimonial-slider .profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.testimonial-slider .profile_img {
    background: #c4c4c4;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 100%;
}
.testimonial-slider .profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}
.testimonial-slider .card-box p.descib {
    color: #606060;
    font-size: 14px;
}
.testimonial-slider .card-box .cust_name h6 {
    color: #606060;
    font-weight: 600;
}
.testimonial-slider .card-box .cust_name small {
    color: #606060;
    font-size: 14px;
}

/* ===== Owl Carousel Animation ===== */

/* Default state for all items */
.testimonial-slider.owl-carousel .owl-item {
    transform: scale(0.95) translateY(20px);
    opacity: 0.9;
    transition: 0.4s ease-in-out;

}

/* Center item */
.testimonial-slider.owl-carousel .owl-item.center {
    transform: scale(1) translateY(0px);
    opacity: 1;
    z-index: 9;
}

/* LEFT ITEM (previous slide) */
.testimonial-slider.owl-carousel .owl-item.prev {
    transform: scale(0.85) translateY(20px) translateX(40%);
    opacity: 0.5;
}

/* RIGHT ITEM (next slide) */
.testimonial-slider.owl-carousel .owl-item.next {
    transform: scale(0.85) translateY(20px) translateX(-40%);
    opacity: 0.5;
}
/* LEFT side card */
.testimonial-slider .owl-item.active:not(.center) .card-box {
    transform: scale(0.9) translateX(70px) translateY(-20px);
}

/* RIGHT side card */
.testimonial-slider .owl-item.center + .owl-item .card-box {
    transform: scale(0.9) translateX(-70px) translateY(-20px);
}

/* ===== Dots ===== */
.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: block !important;
}

.testimonial-slider .owl-dots button.owl-dot {
    background: rgba(255, 255, 255, 0.7);
    margin: 4px;
    width: 20px;
    height: 6px;
}
.testimonial-slider .owl-dots button.owl-dot.active {
    background: #fff !important;
}







.joinglobal_tab_section{
    padding: 0 0 50px;
    background: #101b2b;
    position: relative;
}
.joinglobal_tab_section img.joinglobal_tab-bottom {
    margin-bottom: -335px;
    z-index: 1;
    position: relative;
}
.bord_linered{position: relative;}
.bord_linered:before {
    border-right: 2px solid #cc0000;
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    right: 11px;
}
.bord_linered:after{
    content: "";
    position: absolute;
    background: url(../images/jointab_lefttab_bgtras.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: 100%;
}
.glab_tab_inner h2{
    text-transform: uppercase;
    color: #cc0000;
    border-bottom: 1px dashed #cc0000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.glab_tab_inner h3 {
    color: #fff;
    margin-bottom: 10px;
}
.glab_tab_inner p {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}
.glab_tab_inner h4 {
    margin-bottom: 10px;
    color: #fff;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
}
.glab_tab_inner h5 {
    color: #66ffff;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.glab_tab_inner ul {
    padding-left: 30px;
}
.glab_tab_inner ul li {
    color: #fff;
    position: relative;
    padding-left: 15px;
}
.glab_tab_inner ul li:before{
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    left: 0;
    background: #cc0000;
    top: 9px;
    /* transform: translate(0, -50%); */
}

.sticky-sidebar {
    position: sticky;
    top: 100px; /* distance from top while scrolling */
    z-index: 99;
}

.tab-section {
    padding: 40px 0;
}

.sidebar .nav-link {
    padding: 12px 15px;
    font-weight: 600;
    color: #fff;
    background: #404853;
    margin-bottom: 1px;
    border-radius: 0;
}

.sidebar .nav-link.active {
    background: #cc0000;
}

.sidebar .nav-link:hover {
    background: #cc0000;
}
.donor-table {
        color: #ffffff !important;           /* all text white */
        border-color: rgba(255,255,255,0.4); /* light borders */
    }

    .donor-table thead th {
        color: #ffffff;
        font-weight: 700;
        font-size: 18px;
        border-color: rgba(255,255,255,0.5);
    }

    .donor-table td {
        color: #ffffff;
        border-color: rgba(255,255,255,0.3);
        vertical-align: top;
        padding: 14px 8px;
    }

    .tier-title {
        color: #ffffff;
        font-weight: 800;
        font-size: 17px;
        line-height: 1.1;
    }

/* Scroll Top Button */
.scroll-btn{
    position: fixed;
    right: 25px;
    bottom: 85px;
    width: 55px;
    height: 55px;
    background: #d90000; /* red */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

/* Show button */
.scroll-btn.show {
    opacity: 1;
    visibility: visible;
}

/* Icon style */
.scroll-btn i {
    font-size: 22px;
    color: #fff;
    animation: arrowUp 1s infinite ease-in-out;
}

.scroll-btn i {
  transition: transform 0.3s ease;
}
.scroll-btn[data-direction="up"] i {
  transform: rotate(180deg);
}

/* Upward animation */
@keyframes arrowUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-8px);
        opacity: 0.3;
    }
}

@media(max-width: 1199px){
footer {
    padding: 180px 0 10px;
}
img.imagevideo_gallery-top {
    margin-top: 0;
    display: none;
}
.join_moment_section{padding-bottom: 60px;}

}
@media(max-width: 767px){
.middle_right:before{background: none;}
.contact_form_inner {
    margin-top: 40px;
    padding-left: 0;
}
.foot_copy{text-align: center;}
.foot_logo {
    text-align: center;
    padding-bottom: 20px;
}
.moble_margin {
    margin-top: 10px;
}
.cont_social {
    max-width: 100%;
    padding: 20px 20px;
}
.contat_lefthead {
    margin-left: 0;
    padding-bottom: 30px;
    padding-top: 50px;
}
.imagevideo_gallery_section .col-6.col-md-2 {
    margin-bottom: 20px;
}
.sticky-sidebar {
    position: relative;
    top: 0;
    z-index: 99;
    margin-bottom: 30px;
}
.bord_linered:before{border: none;}
}