@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.copy-rights p,
span,
a {
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background-color: #a52a2a;
    border-color: #a52a2a;
    font-size: 14px;
}

.btn-square {
    width: 23px;
    height: 32px;
}

.text-muted {
    color: #ffffffab !important;
}

.btn-sm-square {
    width: 36px;
    height: 20px;
}

.border-top {
    border-top: 1px solid #dee2e647 !important;
}

.border-end {
    border-right: 1px solid #dee2e666 !important;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}



/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

a:hover {
    color: #f9d000;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 45px;
    padding: 35px 0;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-caption p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 500;
    opacity: 76%;
    line-height: 29px;
}

.carousel-caption .btn-success {
    color: #fff;
    background-color: #a52a2a;
    border-color: #a52a2a;
    border-radius: 5px;
    padding: 15px 25px !important;
    font-size: 14px;
    border-radius: 24px;
}

.btn-success {
    color: #fff;
    background-color: #a52a2a;
    border-color: #a52a2a;
    font-size: 14px;
    padding: 10px 23px !important;
}


.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #364652;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #a52a2a;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 69px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: #a52a2a;
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.topbar a {
    color: #fff;
    font-size: 14px;
}

.text-primary {
    color: #a52a2a !important;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }
}

.bg-secondary {
    background: linear-gradient(-140deg, #ec2124 15%, #f8a919 70%)!important;
}

.float {
    width: 48px;
    height: 48px;
    bottom: 40px;
    right: 40px;
    background-color: #fff;
    color: #a52a2a;
    border-radius: 50px;
    text-align: center;
    font-size: 21px;
    z-index: 100;
    border: 1px solid #a52a2a;
    line-height: 48px;
    padding: 12px;
}

.anytime small {
    font-size: 15px;
    color: #364652 ! IMPORTANT;
    letter-spacing: 1px;
    font-weight: 550;
}

.anytime a {
    color: #364652;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

h6,
.h6 {
    font-size: 16px;
    color: #a52a2a;
    font-weight: 800;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #041D2B;
    font-weight: 500;
    font-size: 15px;
}

h2,
.h2 {
    font-size: 38px;
    font-weight: 900 !important;
    color: #203635;
}

.banner .btn-primary {
    background-color: #a52a2a;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.banner .btn-light {
    color: #000000 !important;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    font-weight: bold;
    padding: 13px 20px;
    font-size: 14px;
    border-radius: 5px;
}

.carousel-caption h6 b {
    font-weight: 600;
    background: #a52a2a7a;
    padding: 4px 12px;
    /* opacity: 47%; */
    color: #fff;
    font-size: 13px;
    border-radius: 25px;
    letter-spacing: 1.1px;
}

.btn-dark {
    color: #fff;
    background-color: #000c21;
    border-color: #000c21;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 14px;
}

h6 span {
    background: linear-gradient(-140deg, #ec2124 15%, #f8a919 70%)!important;
    color: #fff;
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 24px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

ul.list-unstyled li {
    font-size: 15px;
    background: url(../img/correct.png) no-repeat 0 4px;
    padding-left: 29px;
    list-style: none;
    margin-left: 0px;
    line-height: 22px;
    color: #041D2B;
    font-weight: 500;
    margin-bottom: 17px;
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #00ADEF;
        color: #00ADEF;
    }


    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
    height: auto;
}

/* .carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
} */
.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 65px;
    display: flex;
    align-items: center;
}

h6,
.h6 {
    font-size: 16px;
}

.display-5 {
    font-size: 60px;
    font-weight: 900;
    /* line-height: 67px; */
}

.carousel-indicators [data-bs-target].active {
    background-color: #a52a2a;
    border: 4px solid #a52a2a;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 12px;
    height: 0px;
    border: 4px solid #ffffff96;
    border-radius: 6px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
    border: 4px solid #ffffff96;
}
.item {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 12px;
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: url(../img/b1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7684;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 50px;
    font-family: "Manrope";
}
.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 600px) {

    .carousel .carousel-item img {
        object-fit: cover;
        height: 471px;
    }

    .ps-4 {
        padding-left: 0 !important;
    }

    .border-start {
        border-left: 0px solid #dee2e6 !important;
    }

    .display-5 {
        font-size: 38px;
        font-weight: 900;
    }

    .navbar .btn-success {
        color: #fff;
        background-color: #a52a2a;
        border-color: #a52a2a;
        font-size: 14px;
        padding: 10px 23px !important;
        margin-top: 20px;
    }

    .topbar a {
        color: #fff;
        font-size: 11px;
        text-align: left !important;
    }

    .sticky-top .navbar-light .navbar-brand img {
        max-height: 57px;
    }
}

.shadow-sm {
    box-shadow: 0 3px 6px #0000001C !important;
}

.card {
    border-radius: 10px;
    border: none;
}

.icon img {
    border-radius: 50%;
    padding: 10px;
    width: 90px;
    height: 90px;
}

.card-title {
    font-weight: bold;
    margin-top: 10px;
}

h5,
.h5 {
    font-size: 20px;
    color: #414141;
    font-weight: 700;
}

.card-text {
    font-size: 14px;
    color: #6c757d;
}

.Financial {
    margin-top: -77px;
    position: relative;
}

.item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
}

.item p {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.read-more {
    color: #00ADEF;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.read-more::after {
    content: "\2192";
    /* Unicode for the right arrow */
    margin-left: 5px;
    font-size: 16px;
}

.owl-dots .owl-dot {
    width: 20px;
    height: 8px;
    border-radius: 30px;
    background: #ccc;
    margin: 5px;
    transition: 0.5s;
}

.owl-carousel .item {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 12px;

}

.offering {
    background-color: #EEF3F3;
}

.offering .owl-dots {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: flex-end;
    margin-top: 42px;
}

.owl-dots .owl-dot.active {
    width: 27px;
    height: 8px;
    border-radius: 30px;
    background: #00ADEF;
    transition: 0.5s;
}


.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.owl-carousel .owl-dots.disabled {
    display: block !important;
}

.icon-overlay {
    position: absolute;
    /* bottom: 144px; */
    right: 60px;
    width: 60px;
    height: 0px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.icon-overlay img {
    width: 30px;
    /* height: 30px; */
}

.badge {
    font-size: 14px;
    border-radius: 50px;
}

.progress-item {
    position: relative;
    padding: 20px;
    text-align: center;
}

.icon-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #f0f9ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* .step-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: #a52a2a;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .progress-item h5 {
    font-size: 16px;
    font-weight: 600;
  }
  
  .progress-item p {
    font-size: 14px;
    color: #6c757d;
  }
  
  @media (min-width: 992px) {
    .progress-item:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -50px;
      width: 40px;
      height: 1px;
      background: #ccc;
    }
  
    .progress-item:not(:last-child)::before {
      content: '';
      position: absolute;
      top: 50%;
      right: -25px;
      width: 10px;
      height: 10px;
      border: 2px solid #ccc;
      border-radius: 50%;
      background: #fff;
    }
  }
   */
.iconss p {
    font-weight: 600;
}

h6 span::before {
    content: "•";
    /* Unicode character for a dot */
    font-size: 16px;
    /* Adjust size as needed */
    color: #a52a2a;
    /* Color of the dot */
    margin-left: 5px;
    /* Space between the text and the dot */
    display: inline;
    vertical-align: bottom;
    /* Aligns it with the text baseline */
}

.work-progress {
    padding: 50px 20px;
}

.title .subtitle {
    display: block;
    font-size: 14px;
    color: #00aaff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title h2 {
    font-size: 38px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.steps-container {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
}

.step {
    text-align: center;
    width: 252px;
    /* margin: 0 20px; */
    position: relative;
}

.circle {
    width: 80px;
    height: 80px;
    background-color: #eaf4ff;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle span {
    position: absolute;
    top: 9px;
    left: -7px;
    background-color: #a52a2a;
    color: #fff;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-weight: bold;
}

.circle img {
    width: 40px;
    height: 40px;
}

.step h3 {
    font-size: 21px;
    margin: 10px 0;
    color: #041D2B;
    font-weight: bold;
}

.step p {
    font-size: 14px;
    color: #041d2bb8;
    line-height: 1.5;
}

.arrow {
    width: 100px;
    height: 50px;
    position: relative;
    margin-top: 40px;
    margin-bottom: -20px;
}

.curve-down {
    background: url('../img/arrow-1.png') no-repeat center center;
    background-size: contain;
}

.curve-up {
    background: url('../img/arrow-2.png') no-repeat center center;
    background-size: contain;
}

.industry-section {
    background-color: #F0FAFE;
    padding: 50px 0;
}

.industry-subtitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #a52a2a;
}

.industry-title {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #333;
}

.industry-description {
    font-size: 15px;
    color: #000000ab;
    line-height: 1.6;
}

.high .icon img {
    border-radius: 0%;
    padding: 10px;
    width: 80px;
    height: 80px;
}

.industry-card {
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.high .card-body {
    flex: 1 1 auto;
    padding: 7px;
}

.industry-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.card-title {
    font-size:18px;
    font-weight: bold;
    color: #232527;
    margin-bottom: 10px;
}

.btn-outline-secondary {
    color: #232527;
    border-color: #707070db;
    padding: 9px 17px;
    border-radius: 50px;
}

.card-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.industry img {
    width: 75px !important;
}

.btn-primary {
    background-color: #a52a2a;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 14px;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.banner {
    background: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    color: white;
}

.banner h2 {
    font-size: 34px;
}

.event-card {
    border: 0px solid #ddd;
    border-radius: inherit;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0px 5px #0000001F;
    background: #fff;
}

.event-image img {
    width: 100%;
    height: auto;
}

.event-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(180deg, #E20935 60%, #fff 40%);
    color: #fff;
    padding: 4px;
    border-radius: 0px;
    text-align: center;
    width: 59px;
    font-size: 24px;
    font-weight: 500;
}

.event-meta {
    font-size: 14px;
    color: #041D2B;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.event-title {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 14px;
    color: #041D2B;
    line-height: 33px;
}

.read-more-link {
    color: #00ADEF;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.offerings .owl-dots {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: flex-end;
    margin-top: 10px;
}

.event-content {
    padding: 1rem;
}

.items {
    padding-bottom: 10px;
}

.clients {
    background-color: #00aaff;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    width: 250px;
}

/*** Footer Start ***/
.footer {
    background: #1c2d31;
}

.footer .footer-item a {
    line-height: 31px;
    color: #ffffffcb;
}

.footer .footer-item p {
    line-height: 22px;
    font-size: 14px;
    color: #ffffffcb !important;

}


.footer h4 {
    font-size: 22px;
}

.footer .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #465453c7;
    background-clip: padding-box;
    border: 1px solid #465453;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 50px;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
.careers {
    padding: 40px;
    background-color: #F5F7FA;
}.Careers h4 {
    font-size: 23px;
    color: #121C22;
    font-weight: 700;
}
@media only screen and (max-width: 600px) {

    .slider {
        margin: auto;
        overflow: hidden;
        /* position: relative; */
        width: 100%;
    }

    .offering .owl-dots {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-content: flex-end;
        margin-top: 25px;
    }

    .curve-down {
        background: url(../img/arrow-1.png) no-repeat center center;
        background-size: contain;
        display: none;
    }

    .navbar .btn-primary {
        background-color: #a52a2a;
        border: none;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 15px;
        font-size: 14px;
        margin-top: 20px;
    }

    .Financial {
        margin-top: 21px;
        position: relative;
    }

    .topbar .justify-content-end {
        justify-content: center !important;
        margin-top: 12px;
    }

    .step {
        text-align: center;
        width: 252px;
        /* margin: 0 20px; */
        position: relative;
        margin-top: 25px;
    }

    .curve-up {
        background: url(../img/arrow-2.png) no-repeat center center;
        background-size: contain;
        display: none;
    }
    .carousel-item .carousel-caption {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: -4px;
        display: flex
    ;
        align-items: center;
    }
}

@media screen and (max-width: 1280px) and (max-height: 720px) and (min-height:300px) {
    .navbar-light .navbar-nav .nav-link {
        position: relative;
        margin-right: 13px;
        padding: 35px 0;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 500;
        outline: none;
        transition: .5s;
    }
}




.table-container {
    width: 100%;
    /* max-width: 900px; */
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
h2 {
    color: #2c3e50;
    margin-bottom: 10px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
}
th, td {
    padding: 15px;
    text-align: left;
    font-size: 16px;
}
th {
    background-color: #a52a2a;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
td {
    background-color: #f8f8f8;
    color: #2c3e50;
    font-weight: 500;
}
tr:nth-child(even) td {
    background-color: #ecf0f1;
}
tr:hover td {
    background-color: #d5f5e3;
    transition: 0.3s ease-in-out;
}
@media (max-width: 600px) {
    table {
        font-size: 14px;
    }
    th, td {
        padding: 12px;
    }
}




        /* Gallery Section Styling */
        #gallery-section {
            background: #fff;
            padding: 50px 20px;
            margin: auto;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }
       
        /* Gallery Grid */
        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }
        .gallery img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        .gallery img:hover {
            transform: scale(1.05);
        }

        /* Lightbox Styles */
        .lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            align-items: center;
            justify-content: center;
        }
        .lightbox img {
            max-width: 90%;
            max-height: 80vh;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
        }
        .lightbox:target {
            display: flex;
        }
        .close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 30px;
            color: white;
            text-decoration: none;
            font-weight: bold;
            cursor: pointer;
        }



        
        .donation-section {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .donation-img {
            width: 100%;
            border-radius: 8px;
            margin-bottom: 15px;
        }

        .bank-details {
            background: #f1f1f1;
            padding: 15px;
            border-radius: 8px;
            font-size: 16px;
            text-align: left;
        }

        .bank-details p {
            margin: 8px 0;
            font-weight: 600;
            font-size: 18px;
        }

        .bank-details span {
            font-weight: normal;
            color: #333;
        }