swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-content {
    position: relative;
    top: 5rem;
    margin-bottom: 10rem;
}

.hero-old-age {
    width: 100%;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    height: 650px;
}

.hero-slide img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, .97) 0%,
            rgba(255, 255, 255, .9) 35%,
            rgba(255, 255, 255, .45) 55%,
            rgba(255, 255, 255, 0) 75%);
}

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px;
    z-index: 10;
}

.hero-content h1 {
    font-size: 50px;
    max-width: 620px;
    font-family: Georgia, serif;
    font-weight: 700;
    line-height: 1.1;
    color: #222;
}

.hero-content .a_safe_home_text {
    font-size: 60px;
    color: #222;
}

.hero-content .senior_citizen_text {
    font-size: 40px;
    color: #222;
}

.hero-content .love_dignity_text {
    font-size: 58px;
    color: #0b7a39;
}

.hero-content p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}

.hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.hero-btns .btn {
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.btn-success {
    background: #0b7a39;
    border: none;
}

.btn-success:hover {
    background: #06642d;
}

.btn-outline-success {
    border: 2px solid #0b7a39;
    color: #0b7a39;
}

.btn-outline-success:hover {
    background: #0b7a39;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    width: 55px;
    height: 55px;
    /* background:#fff; */
    border-radius: 50%;
    /* box-shadow:0 5px 20px rgba(0,0,0,.2); */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    display: none;
    color: #0b7a39;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0b7a39;
}

@media(max-width:992px) {

    .hero-slide,
    .hero-slide img {
        height: 550px;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-content .love_dignity_text {
        font-size: 29px;
        color: #0b7a39;
    }

    .hero-content .a_safe_home_text {
        font-size: 30px;
        color: #222;
    }

    .hero-content .senior_citizen_text {
        font-size: 23px;
        color: #222;
    }

    .swiper-button-prev:after {
        font-size: 25px !important;
    }

}

@media(max-width:768px) {


    #main-content {
        position: relative;
        top: 5.5rem;
        margin-bottom: 10rem;
    }

    .hero-slide,
    .hero-slide img {
        height: 520px;
    }

    .overlay {
        background: rgb(255 255 255 / 54%);
    }

    .hero-content {
        max-width: 100%;
        padding: 0 20px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-btns {
        flex-direction: column;
        margin-top: 10px;
    }

    .hero-btns .btn {
        width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .hero-content .love_dignity_text {
        font-size: 29px;
        color: #0b7a39;
    }

    .hero-content .a_safe_home_text {
        font-size: 30px;
        color: #222;
    }

    .hero-content .senior_citizen_text {
        font-size: 23px;
        color: #222;
    }

    .swiper-button-prev:after {
        font-size: 25px !important;
    }

}

@media(max-width:576px) {

    .hero-slide,
    .hero-slide img {
        height: 500px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content .love_dignity_text {
        font-size: 29px;
        color: #0b7a39;
    }

    .hero-content .a_safe_home_text {
        font-size: 30px;
        color: #222;
    }

    .hero-content .senior_citizen_text {
        font-size: 23px;
        color: #222;
    }

    .swiper-button-prev:after {
        font-size: 25px !important;
    }

}

/*=========================
    Statistics Section
==========================*/

.stats-section {
    margin-top: -70px;
    position: relative;
    z-index: 20;
    margin-bottom: 18px;
}

.stats-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
    padding: 30px 10px;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 10px 20px;
    min-height: 130px;
}

.border-lg {
    border-left: 1px solid #e7e7e7;
}

.stat-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #f3f8f1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 42px;
    color: #13813c;
}

.stat-content h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #13813c;
    font-family: Georgia, serif;
}

.stat-content p {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

/* Tablet */

@media(max-width:991px) {

    .stats-section {
        margin-top: 30px;
    }

    .border-lg {
        border-left: none;
    }

    .stat-item {
        justify-content: flex-start;
        border-bottom: 1px solid #eee !important;
    }

    .col-md-6:nth-last-child(-n+2) .stat-item {
        border-bottom: none;
    }

}

/* Mobile */

@media(max-width:576px) {

    .stats-card {
        padding: 15px;
    }

    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 25px 10px;
    }

    .stat-icon {
        width: 80px;
        height: 80px;
    }

    .stat-icon i {
        font-size: 40px;
    }

    .stat-content h2 {
        font-size: 42px;
    }

    .stat-content p {
        font-size: 24px;
    }

}

/*=========================
    SUPPORT SECTION
=========================*/

.support-section {
    padding: 90px 0;
    background: #fff;
}

.support-img {
    overflow: hidden;
    border-radius: 18px;
    height: 365px;
}

.support-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: .5s;
}

.support-img:hover img {
    transform: scale(1.05);
}

/* Subtitle */

.section-subtitle {
    color: #15803d;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Heading */

.section-title {
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 20px;
}

.section-title span {
    color: #15803d;
}

/* List */

.support-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.support-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 17px;
    font-size: 17px;
    color: #444;
    line-height: 1.6;
}

.support-list i {
    color: #15803d;
    font-size: 22px;
    margin-right: 15px;
    margin-top: 5px;
}

/* Tablet */

@media(max-width:992px) {

    .section-title {
        font-size: 42px;
    }

    .support-img img {
        height: 420px;
    }

}

/* Mobile */

@media(max-width:768px) {

    .support-section {
        padding: 60px 0;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 34px;
    }

    .support-img img {
        height: 320px;
    }

    .support-list li {
        font-size: 17px;
        margin-bottom: 18px;
    }

}

/*=========================
        SERVICES
==========================*/

.services-section {
    background: #fff;
    padding: 80px 0;
}

.service-subtitle {
    color: #0b7a39;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-title {
    font-family: Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin-top: 8px;
}

.service-title span {
    color: #0b7a39;
}

.service-card {

    background: rgb(244 249 241);
    border: 1px solid rgb(230 231 230);
    border-radius: 16px;

    padding: 20px 12px;

    text-align: center;

    transition: .35s;

    height: 100%;
}

.service-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);

    border-color: #0b7a39;
}

.service-icon {

    width: 95px;
    height: 95px;

    margin: auto;

    border-radius: 50%;

    background: #eef8ef;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 18px;
}

.service-icon i {

    color: #0b7a39;

    font-size: 60px;
}

.service-card h5 {

    font-size: 17px;

    font-weight: 700;

    color: #333;

    line-height: 1.45;

    margin: 0;
}

/* Tablet */

@media(max-width:992px) {

    .service-title {
        font-size: 40px;
    }

    .service-card {
        padding: 30px 15px;
    }

    .service-card h5 {
        font-size: 20px;
    }

}

/* Mobile */

@media(max-width:768px) {

    .services-section {
        padding: 60px 0;
    }

    .service-subtitle {
        font-size: 16px;
    }

    .service-title {
        font-size: 30px;
    }

    .service-icon {

        width: 70px;
        height: 70px;
    }

    .service-icon i {
        font-size: 36px;
    }

    .service-card h5 {
        font-size: 18px;
    }

}

/*=============================
        DONATION SECTION
==============================*/

.donation-section {
    background: #fff;
}

.custom-card {

    background: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 16px;

    padding: 20px;

    height: 100%;

    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);

}

.card-heading {

    color: #0a7a38;

    font-weight: 700;

    margin-bottom: 20px;

    font-size: 24px;

}

/* Donation Table */

.donation-table {

    border: 1px solid #ddd;

    border-radius: 12px;

    overflow: hidden;

}

.donation-table td {

    padding: 14px;

    vertical-align: middle;

}

.donation-table tr {

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}

.price {

    color: #0a7a38;

    font-size: 24px;

    font-weight: 700;

    width: 100px;

}

/* Button */

.donate-btn {

    background: #0a7a38;

    color: #fff;

    padding: 10px;

    font-weight: 700;

    border-radius: 10px;

}

.donate-btn:hover {

    background: #06632d;

    color: #fff;

}

/* Story */

.story-box {

    background: #f8fbf8;

    border-radius: 15px;

    padding: 15px;

}

.quote {

    color: #0a7a38;

    font-size: 38px;

}

.story-text {

    font-size: 20px;

    line-height: 1.7;

    color: #444;

}

.story-box h6 {

    font-weight: 700;

}

.stars {

    color: #ffbf00;

    font-size: 20px;

}

/* Dots */

.dot {

    width: 10px;

    height: 10px;

    background: #d7d7d7;

    display: inline-block;

    border-radius: 50%;

    margin: 3px;

}

.dot.active {

    background: #0a7a38;

}

/* Gallery */

.gallery-img {

    width: 100%;

    height: 155px;

    object-fit: cover;

    border-radius: 10px;

    transition: .4s;

}

.gallery-img:hover {

    transform: scale(1.05);

}

/* Responsive */

@media(max-width:991px) {

    .custom-card {

        margin-bottom: 25px;

    }

}

@media(max-width:576px) {

    .card-heading {

        font-size: 20px;

    }

    .story-text {

        font-size: 16px;

    }

    .price {

        font-size: 18px;

    }

    .gallery-img {

        height: 90px;

    }

}

.donation-card {
    max-width: 420px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    min-height: 319px;
}

.title {
    color: #2e8b2e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.donation-table {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.donation-table td {
    vertical-align: middle;
    padding: 15px 18px;
    border: 1px solid #e8e8e8;
    font-size: 16px;
}

.price {
    width: 120px;
    text-align: center;
    color: #5b9f2f;
    font-weight: 700;
    font-size: 22px;
}

.donate-btn {
    background: #0b8d2c;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}

.donate-btn:hover {
    background: #087623;
    color: #fff;
}

.donate-btn i {
    font-size: 18px;
}

.testimonial-box {

    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    /* padding:20px; */
    overflow: hidden;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    height: 100%;
}

.test-content {
    width: 235px;
}

.content {
    position: absolute;
    z-index: 999;
    padding: 20px 10px 20px 15px;

}

.success_stories_text {
    padding: 20px 20px 10px 20px;
    color: #1d7d36;
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    margin-bottom: 0px;

}

.testimonial_card1 {
    background: url('../images/success-story1.jpg');
    background-size: 100% 100%;
    border-radius: 15px;
    height: 100%;
    display: flex;
}

.testimonial_card2 {
    background: url('../images/success-story2.jpg');
    background-size: 100% 100%;
    border-radius: 15px;
    height: 100%;
    display: flex;
}

.testimonial_card3 {
    background: url('../images/success-story3.jpg');
    background-size: 100% 100%;
    border-radius: 15px;
    height: 100%;
    display: flex;
}

.quote {

    color: #16833c;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;

}

.story {

    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.45;
    margin-bottom: 35px;

}

.content h5 {

    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}

.content span {

    font-size: 20px;
    color: #fff;

}

.stars {

    margin-top: 18px;

}

.stars i {

    color: #ffc107;
    font-size: 22px;
    margin-right: 3px;

}

.testi-image {
    width: 235px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 16px;

}

.testi-image img {

    width: 100%;
    /* max-height:470px; */
    height: 100%;
    object-fit: cover;
    border-radius: 16px;

}

.swiper {
    height: 100%;
    padding-bottom: 40px;

}

.swiper-pagination-bullet {

    width: 12px;
    height: 12px;
    background: #d6d6d6;
    opacity: 1;

}

.swiper-pagination-bullet-active {

    background: #17823a;

}

@media(max-width:991px) {

    .donation-card {
        max-width: 100%;
    }

    .our_services_card {
        margin-bottom: 6px;
    }

    .content {

        text-align: center;
        padding: 20px;

    }

    .story {

        font-size: 24px;

    }

    .content h3 {

        font-size: 24px;

    }

    .image {

        margin-top: 20px;

    }

}

@media(max-width:576px) {

    .donation-card {
        max-width: 100%;
    }

    .our_services_card {
        margin-bottom: 15px;
    }

    .story {

        font-size: 20px;

    }

    .content h5 {

        font-size: 18px;

    }

    .content span {

        font-size: 16px;

    }

    .content h3 {

        font-size: 22px;

    }

    .quote {

        font-size: 45px;

    }

}

.help-section {
    background: #fff;
}

.section-title2 {
    color: #148a2b;
    font-size: 24px;
    font-weight: bold;
}

.help-card {

    background: #fff;

    padding: 12px;

    text-align: center;

    transition: .4s;

    position: relative;

    overflow: hidden;

    height: 100%;

    border-left: 1px solid #ddd;
}

.help-card:hover .icon {

    transform: translateY(-10px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.help-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 5px;

    background: #1aa23d;

    transform: scaleX(0);

    transition: .4s;
}

.help-card:hover::before {

    transform: scaleX(1);
}

.icon {

    width: 90px;

    height: 90px;

    margin: auto;

    border-radius: 50%;

    background: #eaf8ed;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 45px;

    color: #169933;

    transition: .4s;
}

.help-card:hover .icon {

    background: #169933;

    color: #fff;

    transform: rotateY(180deg);
}

.help-card h4 {

    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.help-card p {

    color: #666;
    margin-bottom: 0px;
    min-height: 55px;
}

.progress {

    height: 9px;

    border-radius: 20px;
}

.progress-bar {

    width: 0;

    transition: 2s;
}

.counter {

    font-size: 32px;

    color: #169933;

    font-weight: bold;

    margin-top: 15px;
}

@media(max-width:768px) {

    .section-title {

        font-size: 28px;

        text-align: center;

    }

    .help-card {

        margin-bottom: 20px;

    }

}

.how_can_help_sec {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.donation-card2 {

    background: #0b7d2b;

    border-radius: 18px;

    padding: 40px 30px;

    color: #fff;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .25);

    transition: .4s;

}

.donation-card2:hover {

    transform: translateY(-8px);

}

.title2 {
    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1px;

    opacity: .9;

}

.amount {

    font-size: 27px;
    color: white;
    font-weight: 700;

    margin: 0;

}

.goal {

    font-size: 16px;

    font-weight: 500;

    margin: 0;

}

.progress {

    height: 28px;

    background: #ffffff;

    border-radius: 50px;

    overflow: hidden;

}

.progress-bar {

    width: 0;

    background: linear-gradient(to right, #d6ff58, #9cff2f);

    border-radius: 50px;

    transition: 2s;

}

.percentage {

    font-size: 18px;

    font-weight: bold;

}

.stat-box {

    text-align: center;

}

.stat-box i {

    font-size: 40px;

    margin-bottom: 12px;

}

.stat-box h3 {

    font-size: 24px;

    font-weight: 700;

    margin: 0;

}

.stat-box-right {
    padding-left: 5px;
}

.stat-box p {

    font-size: 15px;

    margin-top: 5px;
    margin-bottom: 0px;

    opacity: .9;

}

@media(max-width:768px) {

    .donation-card {

        padding: 25px;

    }

    .amount {

        font-size: 42px;

    }

    .goal {

        font-size: 20px;

        margin-top: 15px;

        text-align: left;

    }

    .percentage {

        font-size: 30px;

    }

    .stat-box {

        margin-bottom: 20px;

    }

    .stat-box i {

        font-size: 30px;

    }

    .stat-box h3 {

        font-size: 25px;

    }

}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    font-size: 14px;
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.faq-section {
    padding: 0px;
}

.faq-box {

    background: #fff;

    border: 1px solid #eee;

    border-radius: 12px;

    padding: 16px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);

}

.faq-title {

    color: #238636;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 25px;

    text-transform: uppercase;

}

/* Panel */

.panel {

    border: none;

    border-radius: 10px !important;

    overflow: hidden;

    margin-bottom: 15px;

    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);

}

.panel-heading {

    background: #fff !important;

    padding: 0;

}

.panel-title>a {

    display: block;

    padding: 14px 22px;

    font-size: 17px;

    font-weight: 600;

    color: #333 !important;

    text-decoration: none;

    position: relative;

}

.panel-title>a.collapsed:before {
    font-size: 14px;
}

.panel-title>a:hover {

    color: #1b8b2d !important;

}

/* Plus Minus Icon */

.panel-title>a:after {

    font-family: FontAwesome;

    content: "\f068";

    position: absolute;

    right: 20px;

    top: 18px;

    font-size: 24px;

    color: #7ab800;

    transition: .3s;

}

.panel-title>a.collapsed:after {

    content: "\f067";

}

/* Body */

.panel-body {

    border-top: 1px solid #eee !important;

    padding: 8px;

    color: #666;

    font-size: 16px;

    line-height: 28px;

}

/* Remove bootstrap border */

.panel-default>.panel-heading {

    border: none;

}

.panel-group .panel {

    border-radius: 10px;

}

@media(max-width:768px) {

    .faq-title {

        font-size: 24px;

    }

    .panel-title>a {

        font-size: 17px;

        padding: 16px;

    }

    .panel-title>a:after {

        font-size: 20px;

        right: 15px;

    }

    .banner-title{
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }

    .banner-text{
        font-size: 14px !important;
    }

    .btn-donate{
        font-size: 14px !important;
        padding: 8px !important;
    }

}

div#accordion .panel {
    padding: 0px;
    border: 1px solid #ddd;
    margin-bottom: 0px;
    border-radius: 10px;
    box-shadow: none;
}

div#accordion .panel-title {
    margin-bottom: 0px;
}

div#accordion .panel-title a::after {
    display: none;
}

/* Google Fonts for clean typography */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;1,400&family=Poppins:wght@400;500;600&display=swap');

.banner-container {
    background: url('../images/oldage13.png');
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    background-size: 100% 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.banner-title {
    font-family: 'Lora', serif;
    color: #0c5925;
    font-weight: 600;
    font-size: calc(1.8rem + 1vw);
    line-height: 1.3;
}

.banner-text {
    color: #333333;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 473px;
}

/* Button Custom Styles */
.btn-donate {
    background-color: #036b26;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    border-radius: 8px;
    border: 2px solid #036b26;
    transition: all 0.3s ease;
}

.btn-donate:hover {
    background-color: #024f1c;
    border-color: #024f1c;
    color: #ffffff;
}

.btn-outline-custom {
    background-color: #ffffff;
    color: #036b26;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1.5px solid #036b26;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background-color: #036b26;
    color: #ffffff;
}

/* Image handling for uniform fit */
.image-column {
    position: relative;
    height: 100%;
    min-height: 350px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

@media (min-width: 768px) {
    .image-column {
        height: 450px;
    }
}

.button_parent_div {
    gap: 5px !important;
}