* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

.swiper-slide {
    backface-visibility: hidden;
    height: auto !important;
}

.swiper-wrapper {
    height: auto;
}

/* :root {
    --primary: #2D51A3;
    --secondary: #FFC907;
    --primary-light: #FCFCFC;
    --border: #E8E8E8;
} */

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

button {
    cursor: pointer;
}

a:hover {
    color: inherit;
}

img {
    width: 100%;
    max-width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #111;
}


.form-control,
.form-control:focus,
.form-control:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: black;
    opacity: 1;
}

.margin-main {
    margin: 30px 0;
}

.padding-main {
    padding: 45px 0;
}

.padding-bottom {
    padding-bottom: 30px;
}

.d-flex {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.align-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.space-between {
    justify-content: space-between !important;
}

.text-right {
    text-align: right;
}

.row {
    display: flex;
    flex-flow: row wrap;
}

.w-100 {
    width: 100% !important;
}

.col-md,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    width: 100%;
    min-height: 1px;
    padding: 0 8px;
}

@media (min-width: 768px) {
    .col-md {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        width: 83.333%;
        max-width: 83.333%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        width: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}


@media (min-width: 1300px) and (max-width: 1500px) {
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}

@media (max-width: 768px) {
    .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}


/* Responsive Breakpoints */
@media (max-width: 768px) {
    .flex-reverse {
        flex-direction: column-reverse !important;
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .padding-main {
        padding: 25px 0;
    }

    .margin-main {
        margin: 25px 0;
    }

    .padding-bottom {
        padding-bottom: 15px;
    }

    .p--0 {
        padding: 0 !important;
    }
}

.container {
    max-width: 1450px;
    margin: auto;
    padding: 0px 15px;
}

.container-two {
    margin: 0px 30px;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px !important;
    }
}

@media (min-width: 1251px) and (max-width: 1500px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1250px) {
    .container {
        max-width: 980px !important;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .container {
        margin: 0px 20px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-two {
        margin: 0 15px;
    }
}

.btn {
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    width: max-content;
}

.btn span {
    line-height: 22px;
}

.btn-primary {
    background-color: var(--primary);
    color: #fff;
}

.btn-primary:hover {
    background-color: black;
    color: #fff;
}

.btn-secondary {
    background-color: var(--secondary);
    color: #000;
}

.btn-secondary:hover {
    background-color: black;
    color: #fff;
}

.heading-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.heading-one .badge {
    background-color: var(--secondary);
    color: black;
    padding: 5px 25px;
    border-radius: 10px;
}

.heading-one.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-one h2 {
    font-size: 26px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.heading-one h2 span {
    color: var(--primary);
}

.heading-one .heading-slide-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.heading-one .heading-slide-actions .view-all {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: var(--white);
    color: var(--secondary);
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--border);
    border-radius: 4px;
    transition: 0.3s;
}

.heading-one .heading-slide-actions .view-all:hover {
    background: var(--secondary);
    color: var(--white);
}

.heading-one .heading-slide-actions .view-all i {
    font-size: 12px;
}

.heading-one .slider-buttons {
    display: flex;
    gap: 10px;
    position: relative;
    width: 90px;
    height: 46px;
}

.heading-one .slider-buttons .swiper-button-prev,
.heading-one .slider-buttons .swiper-button-next {
    position: static;
    margin: 0;
    width: 46px !important;
    height: 46px;
    border-radius: 50%;
    min-width: 46px;
}

.heading-one .slider-buttons .swiper-button-prev:after,
.heading-one .slider-buttons .swiper-button-next:after {
    font-size: 14px;
    font-weight: bold;
}

.swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 15px;
}

.swiper-pagination {
    gap: 3px;
}

.swiper-pagination-bullet-active {
    background: var(--primary);
    width: 15px;
}

.swiper-pagination-bullet {
    border-radius: 5px;
}

@media (max-width: 768px) {

    .heading-one .slider-buttons {
        display: none;
    }

    .swiper-pagination {
        margin-top: 8px;
    }

    .heading-one h2 {
        font-size: 16px;
    }

    .btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }

    .btn span {
        line-height: 17px;
    }

    .heading-one {
        margin-bottom: 10px;
    }

    .swiper-pagination-bullet {
        margin: 0px 3px !important;
    }

}

/* MODAL */
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    background: #fff;
    width: 92%;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modal-content.modal-sm {
    max-width: 500px;
}

.modal-content.modal-lg {
    max-width: 800px;
}

.modal-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.close-modal {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.modal-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.modal-form label {
    font-size: 13px;
    margin-bottom: 6px;
    color: #444;
}

.modal-form input,
.modal-form select {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.modal-form input:focus,
.modal-form select:focus {
    outline: none;
    border-color: #111;
}

.modal-form input,
.modal-form select,
.modal-form textarea {
    padding: 10px 12px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.modal-form textarea {
    resize: none;
}

.modal-form .form-row {
    display: flex;
    gap: 15px;
}

.modal-form .form-row .form-group {
    flex: 1;
}

@media (max-width:768px) {
    .modal-content {
        padding: 15px;
    }
}

.view-desktop {
    display: block;
}

.view-mobile {
    display: none;
}

@media (max-width:768px) {
    .view-desktop {
        display: none;
    }

    .view-mobile {
        display: block;
    }
}