body {
    margin: 0px;
}

.global-container {
    font-family: "Inter", sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
}

.global-container .first_div .first_card {
    opacity: .975;
    border: none;
    border-radius: 0px;
    /* background-image: url(../images/header-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    background: linear-gradient(to right, #db8e3e 0%, #f8da82 33%, #f7e08a 50%, #f8da82 66%, #db8e3e 100%);

}

.global-container .first_div .first_card .card-body {
    padding: 24px;
}

.global-container .first_div .first_card .card-body img {
    width: 70%;
}

.first_div .header_text_white {
    color: #402c0f;
    margin-top: 6px;
    margin-bottom: 8px;
    font-family: "Oswald", sans-serif;
}

.first_div .header_small_text_orange {
    color: #e4633a;
}

.first_div .second_card {
    padding: 34px 56px;
    /* min-height: calc(100% - 200px); */
    /* background: linear-gradient(47deg, #ef4559 0, #ee8219 100%);
    background: -webkit-linear-gradient(47deg, #ef4559 0, #ee8219 100%);
    background: -moz-linear-gradient(47deg, #ef4559 0, #ee8219 100%); */

    background-image: url("../images/new-goseva-bg.jpg");
    background-size: contain;
}

.first_div .second_card .card {
    border-radius: 10px;
    box-shadow: none;
    border: none;
}

.first_div .second_card .card-header {
    border: none;
    padding: 16px;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #fecb05;
}

.form_card_header {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}

.form_card_header_trust_name {
    color: #3f2602;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 10px;
}

.first_div .second_card .card-body {
    padding: 56px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    font-weight: 300;
    margin-bottom: 10px;
}

.textarea_custom {
    height: 150px !important;
}

.form-control:disabled {
    background-color: #f0f1f294 !important;
}

.input-group-prepend .input-group-text {
    height: 48px;
    border-color: #0000005e;
    background-color: #f0f1f294;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-group .form-control {
    height: 48px;
    border-color: #0000005e;
}

.info-amount-div {
    text-align: center;
    padding: 4px 18px;
    border: 1px solid #808080b5;
    border-radius: 6px;
    background-color: #f6f7f7;
}

.info-amount-div p {
    margin-bottom: 0px;
}

.first_div .second_card .footer_container {
    padding: 34px 0px 0px 0px;
}

.first_div .second_card .footer_container .footer_text_white {
    font-size: calc(1em + 0.3vw);
    color: white;
    text-wrap: wrap;
    font-style: italic;
    font-family: "Oswald", sans-serif;
}

.global-container .second_div {
    opacity: .95;
    background-color: #bb2f00;
}

.donation_div h4 {
    font-size: 36px;
}

.donation_div .light_text {
    font-weight: 300;
}

.donation_div .bright_text {
    font-weight: 500;
    color: #ffcb05;
}

.header-title {
    color: #441b08;
    font-weight: bold;
}


/* checkbox */
.container_checkbox {
    display: block;
    position: relative;
    padding-left: 46px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 2px solid #eee;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.btn-custom:disabled {
    pointer-events: none;
    background-color: transparent;
    border: 0 !important;
    color: white !important;
}

.btn-custom {
    background: linear-gradient(47deg, #ee8219 0, #ef4559 100%);
    background: -webkit-linear-gradient(47deg, #ee8219 0, #ef4559 100%);
    background: -moz-linear-gradient(47deg, #ee8219 0, #ef4559 100%);
    box-shadow: 0, 8px 29px 0 rgba(239, 139, 117, 0.6);
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    color: white !important;
    padding: 10px 40px !important;
}

.text-error {
    color: red;
}

/* media queries */
/* Default: Ensure .display-contact-none is block by default */
.display-contact-none {
    display: block;
}

/* Default: Ensure .display-contact-none is block */
.display-contact-none {
    display: block;
}

/* For screens up to 700px */
@media screen and (max-width: 700px) {
    .first_div .second_card {
        padding: 34px 26px !important;
    }

    .first_div .second_card .card-body {
        padding: 36px 24px !important;
    }

    .display-contact-none {
        display: none !important;
    }

    h4.header-title {
        font-size: 20px !important;
        margin-top: 16px;
        line-height: 1;
    }

    p.header-sub-title {
        font-size: 14px !important;
        padding: 0;
        margin: 0;
    }

    p.header_text_white {
        font-size: 10px !important;

    }
}

/* For screens between 701px and 1239px */
@media screen and (min-width: 701px) and (max-width: 1239px) {
    .display-contact-none {
        display: none !important;
    }

    h4.header-title {
        font-size: 24px !important;
    }

    p.header_small_text_orange {
        font-size: 10px !important;
    }

    p.header_text_white {
        font-size: 12px !important;
    }
}

/* For screens 1240px and above */
@media screen and (min-width: 1240px) and (max-width: 1599px) {
    h4.header-title {
        font-size: 16px !important;
    }

    p.header_text_white {
        font-size: 14px !important;
    }

    p.header_small_text_orange {
        font-size: 10px !important;
    }

    .display-contact-none {
        display: block !important;
    }
}

/* For screens 1240px and above */
@media screen and (min-width: 1600px) {
    h4.header-title {
        font-size: 24px !important;
    }

    p.header_text_white {
        font-size: 18px !important;
    }

    p.header_small_text_orange {
        font-size: 14px !important;
    }

    .display-contact-none {
        display: block !important;
    }
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-dropdown select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    /* Adjust to prevent overlap with the icon */
}

.custom-dropdown .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

#upi_autopay {
    width: 22px;
    height: 22px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.info-icon-svg {
    width: 20px;
    height: 20px;
    filter: invert(38%) sepia(85%) saturate(500%) hue-rotate(190deg) brightness(70%) contrast(91%);
    cursor: pointer;
}

.tooltip-icon {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    /* Adjust spacing as needed */
}

.tooltip-modal {
    position: absolute;
    top: 100%;
    /* Position below the icon */
    left: 0;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    z-index: 9999;
    display: none;
    /* Hidden by default */
}

.tooltip-icon:hover .tooltip-modal {
    display: block;
    /* Show on hover */
}

.tooltip-modal h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
    display: flex;
    align-items: center;
}

.tooltip-modal p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    text-align: left;
}

.video-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Default: Desktop video visible, mobile hidden */
.desktop-video {
    display: block;
    width: 100%;
    height: auto;
    background-image: url("../images/video-bg.jpg");
}

.mobile-video {
    display: none;
}

/* Mobile breakpoint */
@media screen and (max-width: 768px) {
    .desktop-video {
        display: none;
    }

    .swamyji_image_div img{
        width: 45% !important;
    }

    .global-container .first_div .first_card .card-body .center-image img{
        width: 80% !important;
    }

    .mobile-video {
        display: block;
        width: 100%;
        height: auto;
    }

    .page-details{
        padding: 30px !important;
    }

    .page-details p {
        font-size: 12px !important;
        text-align: justify;
    }

    .page-details h3 {
        font-size: 14px !important;
    }

    .page-details h4 {
        font-size: 14px !important;
        padding-top: 1.5rem !important;
        text-align: center;
    }

    .footer .quick-list{
        font-size: 12px !important;
    }
}

.ribbon {
    position: relative;
    min-height: 120px;
    background: linear-gradient(47deg, #ef4559 0, #ee8219 100%);
    background: -webkit-linear-gradient(47deg, #ef4559 0, #ee8219 100%);
    background: -moz-linear-gradient(47deg, #ef4559 0, #ee8219 100%);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer {
    position: relative;
    min-height: 90px;
    background: #151250;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer .quick-list {
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.footer .quick-list li {
    list-style-type: none;
}

.footer .quick-list li a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ribbon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 120px;
    background-image: url("../images/ribbon.jpg");
    background-size: contain;
    opacity: 0.1;
}

.page-title img.icon {
    object-fit: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.page-details {
    padding: 80px 20px;
    background: linear-gradient(to right, #726dd0 0, #1c1878 33%, #1c1878 66%, #726dd0 100%);
}

.page-details h4 {
    font-weight: 600;
    color: white;
}

.page-details p {
    color: white;
    font-size: 18px;
}

.page-details h4 span::before {
    content: "";
    border-left: 5px solid #f9641a;
    margin-right: 10px;
}


/* ================================= css for banner rays ==================================== */