/* ===== VARIABLES ===== */
:root {
    --gradient: linear-gradient(97.06deg, #FFCC41 -17.85%, #FF8415 28.39%, #F24D16 74.63%);
    --white: #FFFFFF;
    --border-color: #CCCCCC;
    --font-main: "Inter";
}

/* ===== COMMON MIXINS ===== */


.gradient-text,
.btn-gradient-text,
.custom-input {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.btn-gradient-text,
.custom-input {
    font-weight: 700;
    font-size: 24px;
    border: none;
    font-family: var(--font-main);
}

/* ===== TYPOGRAPHY ===== */
.makeDonation__wrapper h2,
.counter__inner .col-md-3 p:nth-child(1),
.counter__inner .col-md-4 p:nth-child(1) {
    font-weight: 900;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 62px;
}

.donation__wrapper h3 {
    font-size: 42px;
    position: absolute;
    bottom: 150px;
    left: 100px;
    color: var(--bs-white);
    font-weight: 700;
    left: 0;
}

.makeDonation__wrapper h2 {
    font-size: 62px;
}

.counter__inner .col-md-3 p:nth-child(2),
.counter__inner .col-md-4 p:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
}

/* ===== COUNTER BORDER LINES ===== */
.counter__inner .counter-one::before,
.counter__inner .counter-two::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    border-left: 4px solid;
    border-image: var(--gradient) 1;
}

/* ===== SWIPER ===== */
.swiper {
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    background: var(--white);
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

body .swiper-pagination-bullet-active {
    background: var(--gradient);
}

body .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

/* .swiper-slide .grid-item-1 {
    border-radius: 10px 10px 0 0 !important;
} */

.donation__pagi {
    position: relative;
    padding-top: 47px;
}

/* ===== DONATION BOX ===== */
.donation-box {
    background-color: var(--h4TextColor);
    padding: 50px;
    border-radius: 10px;
    max-width: 844px;
    margin: 20px auto;
    color: white;
    text-align: start;
}

/* ===== BUTTONS & INPUTS ===== */
.amount-btn,
.innerWrapper__one button {
    background-color: white;
    color: var(--h4TextColor);
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 25px;
    border: 2px solid white;
    font-family: var(--font-main);
}

.innerWrapper__one button {
    background: var(--gradient);
    color: white;
    width: 56px;
    height: 50px;
    padding: 0;
}

.donate-btn {
    background: var(--gradient);
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
}

.custom-input {
    background-color: white;
    padding: 8px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    height: 100%;
}

.cutsom-input-wrapper {
    background-color: white;
    border-radius: 5px;
}

.innerWrapper__three {
    background-color: white !important;
    display: inline-flex;
    padding: 10px 15px;
    border-radius: 5px;
}

/* ===== FORM STYLES ===== */
.personal__infoform h5 {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-main);
}

.personal__infoform .form-label {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-main);
}

.personal__infoform .form-control {
    background-color: var(--white) !important;
    border: 1px solid var(--border-color) !important;
}

.personal__infoform .row {
    display: flex;
    row-gap: 15px;
}

.personal__infoform .form-select{
    padding: 10px !important;
}

.personal__infoform .required {
    color: red;
  }

  h3.swiper__title{
    font-size: 24px;
    font-weight: 600;
  }