html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}

.animation-div {
    overflow-x: hidden;
}

/* Typography CSS */
.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-size-9 {
    font-size: 9px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-29 {
    font-size: 29px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.line-height-10 {
    line-height: 10px !important;
}

.line-height-11 {
    line-height: 11px !important;
}

.line-height-12 {
    line-height: 12px !important;
}

.line-height-13 {
    line-height: 13px !important;
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-15 {
    line-height: 15px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-17 {
    line-height: 17px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-19 {
    line-height: 19px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-21 {
    line-height: 21px !important;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-23 {
    line-height: 23px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-25 {
    line-height: 25px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-27 {
    line-height: 27px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-29 {
    line-height: 29px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

hr {
    color: #DDDDDD;
}

.green-text {
    color: #096e33 !important;
}

.black-text {
    color: #222328 !important;
}

.blue-text {
    color: #4260CB !important;
}

.white-text {
    color: #FFFFFF !important;
}

.gray-text {
    color: #7E7F87 !important;
}

.heading-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    color: #222328;
}

.heading-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #222328;
}

.heading-3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #222328;
}

.heading-4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #222328;
}

.heading-5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #222328;
}

.heading-6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #222328;
}

.body-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7E7F87;
}

.paragraph-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7E7F87;
}

/* Input CSS */
.form-group {
    margin-bottom: 20px;
}

.form-control {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color:#212529 !important;
    box-shadow: none !important;
    padding: 18px 20px;
    height: 50px;
    background-color: #FAFAFA;
    border-color: #2223281A;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #096e33 !important;
}

.form-control::placeholder {
    color: #7E7F87;
}

.form-select {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 40px 10px 20px;
    height: 50px;
    color: #212529 !important;
    box-shadow: none !important;
    background-color: #FAFAFA;
    border-color: transparent;
    background-image: url(../images/icons/select-icon.svg);
    background-size: 14px 8px;
    background-position: right 20px center;
    border-color: #2223281A;
}

.form-select:invalid,
.form-select option[value=""] {
    color: #7E7F87;
}

.form-select option {
    color: #222328;
}

.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.checkbox-container input:checked~.checkmark {
    background-color: #096e33;
    border-color: #096e33;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    background-image: url(../images/icons/check-icon.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.radio-container {
    display: block;
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
}

.radio-container input:checked~.checkmark {
    background-color: #096e33;
    border-color: #096e33;
}

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    background-image: url(../images/icons/check-icon.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.radio-container input:checked~.checkmark:after {
    display: block;
}

/* Button CSS */
.btn {
    padding: 11px 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border-radius: 6px;
    transition: all 0.2s linear;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn.large-btn {
    height: 50px;
}

.btn-primary {
    color: #FFFFFF !important;
    background-color: #096e33 !important;
    border-color: #096e33 !important;
    box-shadow: 0px 4px 54px 0px #00000012;
}
.btn-primary-outline{
    color: #096e33 !important;
    background-color: transparent !important;
    border-color: #096e33 !important;
    box-shadow: 0px 4px 54px 0px #00000012;
    font-size: 14px !important;
}

.btn-primary-outline:hover{
    color: #FFFFFF !important;
    background-color: #096e33 !important;
    border-color: #096e33;
}

.btn-primary:hover {
    color: #096e33 !important;
    background-color: transparent !important;
    border-color: #096e33 !important;
}

.btn-outline-primary {
    color: #096e33 !important;
    background-color: transparent !important;
    border-color: #096e33 !important;
    box-shadow: 0px 4px 54px 0px #00000012;
}

.btn-outline-primary:hover {
    color: #FFFFFF !important;
    background-color: #096e33 !important;
    border-color: #096e33 !important;
}

.btn-light {
    color: #FFFFFF !important;
    background-color: transparent !important;
    border-color: #FFFFFF !important;
    box-shadow: 0px 4px 54px 0px #00000012;
}

.btn-light:hover {
    color: #FFFFFF !important;
    background-color: #096e33 !important;
    border-color: #096e33 !important;
}

.xl-btn {
    padding: 12px 77px !important;
}

/* Search Box */
.search-input-group input {
    padding-left: 48px;
}

.search-input-group {
    position: relative;
}

.search-input-group .search-icon {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 18px;
    margin: auto;
}

.search-input::placeholder {
    font-size: 18px;
    font-weight: 400;
}

/* Badge CSS */
.badge {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 5px 10px;
    border-radius: 6px;
}

.bg-primary {
    background-color: rgb(9, 110, 51, 0.1) !important;
    color: #096e33 !important;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #FFFFFF !important;
}

/* Swiper slider CSS */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #DDDDDD;
    transition: all 0.2s linear;
    background-size: 6px 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    border-color: #096e33;
}

.swiper-button-next {
    background-image: url(../images/icons/s-arrow-right.svg);
}

.swiper-button-next:hover {
    background-image: url(../images/icons/s-arrow-right-active.svg) !important;
}

.swiper-button-prev {
    background-image: url(../images/icons/s-arrow-left.svg);
}

.swiper-button-prev:hover {
    background-image: url(../images/icons/s-arrow-left-active.svg) !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.text-8 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #222328;
}

.text-9 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222328;
}
