@charset "UTF-8";
.select2-container {
    z-index: 999999 !important;
}

.custom-err-msg {
    color: #ff4c4c;
    font-size: 12px;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    font-optical-sizing: auto;
}

.nav-top .container,
.navbar .container {
    padding: 0 3rem;
}

.about-section .container {
    padding: 0 1.4rem;
}

.gradient-button {
    position: relative;
    /* background: linear-gradient(to right, #9a6e41, #debc6a, #9a6e41, #debc6a, #9a6e41); */
    padding: 1.5px;
    border-radius: 8px;

    /* my code  */
    display: flex;
}
.gradient-button a {
    background: linear-gradient(90deg, #7b4397 0%, #4a429b 100%);
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    color: white;
    font-size: 13px;

    /* my code  */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.nav-top {
    background-color: #fff;
    /* padding: 1rem 0; */
    box-shadow: rgb(29, 29, 29) 0px -2px 7px 0px;
    z-index: 1;
    position: relative;
}
.nav-top .img-1 {
    width: 4.5rem;
}
.nav-top .img-2 {
    width: 13rem;
}

/* .navbar {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); 
  position: relative;
} */
.navbar {
    background-color: #fff;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

    box-shadow:
        inset 0 10px 10px -10px rgba(0, 0, 0, 1),
        inset 0 -10px 10px -10px rgba(0, 0, 0, 1);

    /* min-height: 80px;
    padding: 0 !important;
    border: 1px solid #7b4397; */
}
.navbar img {
    /* width: 8.5rem;
    position: absolute;
    top: -4.4rem;
    z-index: 2; */ 
    width: 11rem;
    position: absolute;
    top: -3.3rem;
    z-index: 2;
}
.navbar button {
    border: 0;
}
.navbar button:focus {
    box-shadow: none;
}
.navbar .navbar-nav {
    margin-left: 12rem;
}
.navbar .navbar-nav li {
    margin: 0 0.5rem;
}
.navbar .navbar-nav li a {
    color: #000 !important;
    padding: 2rem 1.2rem !important;
    font-size: 13px;
    font-weight: 400;
}
.navbar .navbar-nav li a.active {
    background: linear-gradient(90deg, #7b4397 0%, #4a429b 100%);
    /* border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; */
    font-weight: 700; 
    height: 100%;
}

.home-slider {
    /* background-color: #22539e; */
    position: relative;
}
.home-slider .owl-nav img {
    filter: invert(65%) sepia(50%) saturate(932%) hue-rotate(247deg)
        brightness(92%) contrast(90%);
}

.home-slider .golden-gradient img {
    width: 100%;
    border-radius: 16px;
}
.home-slider .owl-nav a {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px !important;
    color: white !important;
}
.home-slider .owl-nav a img {
    width: 16px;
}
.home-slider .owl-prev {
    left: 60px;
}
.home-slider .owl-next {
    right: 60px;
}

.home-banner {
    padding: 2.5rem 0;
    /* background-color: #22539e; */
}
.home-banner .gradient-button {
    width: -moz-fit-content;
    width: fit-content;
}
.home-banner .gradient-button a {
    font-weight: 300;
}
.home-banner .banner-img {
    position: relative;
    padding: 4px; /* border thickness */
    border-radius: 20px;
    background: #7b4397;
    overflow: hidden;
}

.home-banner .banner-img img {
    width: 100%;
    height: 72vh;
    object-fit: cover; /* IMPORTANT */
    object-position: right center; /* push image to right */
    border-radius: 16px;
    display: block;
}

/* White left fade overlay */
.home-banner .banner-img::after {
    content: "";
    position: absolute;
    inset: 4px; /* perfect inner spacing */
    border-radius: 16px;
    background: linear-gradient(
        to right,
        rgb(255, 255, 255) 0%,
        rgb(255, 255, 255) 50%,
        transparent 85%
    );
    z-index: -1;
    pointer-events: none;
}

/* Content styling */
.home-banner .content {
    position: absolute;
    width: 45%;
    bottom: 5rem;
    left: 5rem;
    z-index: 5;
}
.home-banner .content h1 {
    font-size: 2.55vw;
    margin-bottom: 1rem;
    font-weight: 600;
    color: white;
}
.home-banner .content p {
    font-size: 1.3vw;
    margin-bottom: 1.5rem;
    color: white;
}

.login-modal .modal-dialog {
    max-width: 420px;
}
.login-modal .modal-content {
    /* background-color: #22539e; */
    border-radius: 1rem;
}
.login-modal .modal-content .modal-header {
    padding: 0;
    border: 0;
}
.login-modal .modal-content .modal-header button {
    background: none;
    font-weight: bold;
    color: #000;
    font-size: 1.2rem;
    width: 2rem;
    height: 1.2rem;
    opacity: 1;
}
.login-modal .modal-content .modal-body {
    padding: 0 2rem;
}
.login-modal .modal-content .modal-body img {
    width: 9rem;
    margin: auto;
    display: flex;
}
.login-modal .modal-content .modal-body .CS-input {
    background-color: transparent;
    border: 1px solid #000;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0.8rem 1.4rem;
}
.login-modal .modal-content .modal-body .CS-input i,
.login-modal .modal-content .modal-body .CS-input svg {
    padding-right: 0.5rem;
}
.login-modal .modal-content .modal-body .CS-input input {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 13px;
    padding: 0;
}
.login-modal .modal-content .modal-body .CS-input input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 300;
    font-size: 13px;
}
.login-modal .modal-content .modal-body .CS-input input::placeholder {
    color: white !important;
    opacity: 1 !important;
    font-weight: 300;
    font-size: 13px;
}
.login-modal .modal-content .modal-body .CS-input input:focus {
    box-shadow: none;
}
.login-modal
    .modal-content
    .modal-body
    .CS-input
    input[type="number"]::-webkit-inner-spin-button,
.login-modal
    .modal-content
    .modal-body
    .CS-input
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
.login-modal .modal-content .modal-body .custom-select {
    position: relative;
}
.login-modal .modal-content .modal-body .custom-select select {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0.8rem 1.4rem;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 500;
    font-size: 13px;
}
.login-modal .modal-content .modal-body .custom-select select:focus {
    box-shadow: none;
}
.login-modal .modal-content .modal-body .custom-select img {
    position: absolute;
    width: 1.1rem;
    top: 19px;
    right: 15px;
    z-index: 999999;
    filter: brightness(0) invert(0);
}
.login-modal
    .modal-content
    .modal-body
    .custom-select
    .select2-container
    .select2-selection--single {
    height: auto;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 13px;
}
.login-modal
    .modal-content
    .modal-body
    .custom-select
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0.5rem 1.4rem;
    font-size: 13px;
    color: #000;
}
.login-modal
    .modal-content
    .modal-body
    .custom-select
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}
.login-modal .modal-content .modal-body label {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.login-modal .modal-content .modal-body label a {
    color: #22539e;
    /* text-decoration: none; */
}
.login-modal .modal-content .modal-body .form-check input {
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    accent-color: #000;
}
.login-modal .modal-content .modal-body button {
    background: linear-gradient(90deg, #7b4397 0%, #4a429b 100%);
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0.5rem 0;
    font-size: 20px;
    margin-top: 0.8rem;
}
.login-modal .modal-content .modal-footer {
    border: 0;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    padding: 1rem 2rem 2rem;
}
.login-modal .modal-content .modal-footer a {
    color: #000;
    font-weight: 400;
    cursor: pointer;
    margin-left: 0.7rem;
}

.content-inactive-modal .modal-gradient {
    /* background: linear-gradient(
        to right,
        #9a6e41,
        #debc6a,
        #9a6e41,
        #debc6a,
        #9a6e41
    ); */
    /* background: linear-gradient(90deg, #7b4397, #4a429b); */
    border-radius: 16px;
}
.content-inactive-modal .modal-content {
    background: linear-gradient(90deg, #7b4397, #4a429b);
    border-radius: 1rem;
    border: 5px solid transparent;
    position: relative;
    overflow: hidden; 
    border: 1px solid #7b4397;
}
.content-inactive-modal .modal-content button.btn-close {
    background: none;
    font-weight: 300;
    color: white;
    opacity: 1;
    font-size: 14px;
    border: 1px solid white;
    padding: 0px 0 3px;
    border-radius: 50px;
    width: 19px;
    height: 15px;
    line-height: 1.25;
    position: absolute;
    right: 0.9rem;
    top: 0.8rem;
    z-index: 999;
}
.content-inactive-modal .modal-content .modal-body {
    min-height: 12rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

.select2-dropdown {
    /* background-color: #7b4397; */
    color: #000;
    font-size: 13px;
}

.about-section {
    position: relative;
    padding: 3rem 3rem 3rem; /* Increased padding for better vertical spacing */
    background: linear-gradient(105deg, #7b4397 0%, #5f4bb6 100%);
    overflow: hidden;
    color: white;
}

/* The Dotted Pattern */
.about-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%; /* Covers the left side */
    height: 100%;

    /* Creates the dot grid */
    background-image: radial-gradient(
        circle,
        rgb(255, 255, 255) 1px,
        transparent 1px
    );
    background-size: 15px 15px; /* Adjust spacing between dots */

    /* The "Pyramid" / Fade effect */
    /* Fades out towards the right and towards the top */
    -webkit-mask-image:
        linear-gradient(to right, black 8%, transparent 50%),
        linear-gradient(to top, black 20%, transparent 70%);
    mask-image:
        linear-gradient(to right, black 8%, transparent 50%),
        linear-gradient(to top, black 20%, transparent 70%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;

    opacity: 0.5;
    pointer-events: none;
}

/* Content Alignment */
.about-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.about-section p {
    font-size: 1.1rem;
    /* max-width: 850px; */
    /* margin: 0 auto; */
    /* line-height: 1.6; */
    /* opacity: 0.95; */
    /* position: relative; */
    /* z-index: 2; */
}

.about-section .about-img {
    background: linear-gradient(
        to right,
        #9a6e41,
        #debc6a,
        #9a6e41,
        #debc6a,
        #9a6e41
    );
    border-radius: 16px;
}
.about-section .about-img img {
    border: 5px solid transparent;
    border-radius: 16px;
    height: 27rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-section {
    padding: 6rem 3rem;
}
.event-section .event-img {
    background: linear-gradient(
        to right,
        #9a6e41,
        #debc6a,
        #9a6e41,
        #debc6a,
        #9a6e41
    );
    border-radius: 16px;
}
.event-section .event-img::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 13px;
    width: calc(100% - 10px);
    height: calc(100% - 8px);
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9215686275),
        transparent
    );
}
.event-section .event-img img {
    border: 5px solid transparent;
    border-radius: 16px;
    height: 60vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    position: relative;
}
.event-section .content {
    position: absolute;
    top: 2.5rem;
    left: 3rem;
}
.event-section .content h1 {
    font-size: 2.8rem;
    font-weight: 600;
}
.event-section .content p {
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
}
.event-section .all-buttons {
    margin-top: -2.3rem;
}
.event-section .all-buttons .gradient-button {
    display: inline-block;
    padding: 2px;
}
.event-section .all-buttons .gradient-button a {
    font-size: 18px;
    font-weight: 300;
    padding: 16px 9px;
    width: 15rem;
    text-align: center;
    /* my code  */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    /* align-items: stretch; */
}

.BG-event {
    background-color: #22539e;
}
.BG-event .gradient-button a {
    background-color: white;
    color: #0a2d60;
    font-weight: 400 !important;
}
.logout-DD {
    padding: 8px 8px;
    border-radius: 5px;
    background: linear-gradient(90deg, #7b4397 0%, #4a429b 100%);
}
.logout-DD .dropdown-toggle::after {
    content: none;
}
.logout-DD ul {
    background: linear-gradient(90deg, #7b4397 0%, #4a429b 100%);
}
.logout-DD ul a {
    font-size: 13px;
    padding: 0 1rem;
    color: white;
    font-weight: 300;
}
.logout-DD button {
    font-size: 13px;
    font-weight: 500;
    color: white;
}
.logout-DD button:hover {
    color: white;
}
.logout-DD img {
    width: 1.2rem;
    position: static;
}

.footer {
    background-color: #e2e2e2;
    padding: 2rem 0 1rem;
}
.footer .img-1 {
    width: 9.2rem;
}
.footer .img-2 {
    width: 4.5rem;
}
.footer .divide-line {
    width: 0.5px;
    background-color: #0a2d60;
    height: 100px;
    margin: 0 2rem;
}
.footer p {
    font-size: 12px;
}

.main-contact-page .cs-container {
    max-width: 900px;
    padding: 0;
}

.contact_us_main-banner {
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.contact-form {
    padding: 50px 20px 20px;
}
.contact-form h2 {
    font-weight: 700;
}
.contact-form p {
    color: #666;
    margin-bottom: 30px;
}
.contact-form h3 {
    font-weight: 500;
    margin-bottom: 26px;
}
.contact-form .form-grid input,
.contact-form .form-grid textarea {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #0a2d60;
    border-radius: 25px;
    outline: none;
    font-size: 13px;
}
.contact-form .form-grid input:focus,
.contact-form .form-grid textarea:focus {
    box-shadow: none;
}
.contact-form .form-grid input[type="number"]::-webkit-inner-spin-button,
.contact-form .form-grid input[type="number"]::-webkit-outer-spin-button,
.contact-form .form-grid textarea[type="number"]::-webkit-inner-spin-button,
.contact-form .form-grid textarea[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
.contact-form .form-grid .cs-text-area {
    grid-column: 1/-1;
    height: 130px;
    border-radius: 1rem;
}

.cs-marquee {
    background: linear-gradient(
        90deg,
        #f06c2e 0%,
        #f4872f 40%,
        #f6a13a 70%,
        #f3b24a 100%
    );
    padding-top: 6px;
}
.cs-marquee marquee {
    padding: 6px 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        #f06c2e 0%,
        #f4872f 50%,
        #f6a13a 70%,
        #f3b24a 100%
    );
    color: white;
}

.text-black {
    color: black !important;
}

.text-dark-blue {
    color: #0a2d60 !important;
}

.description-text {
    line-height: 1.3;
    color: #0a2d60;
    font-size: 13px;
}

.view-page-main .navbar-toggler {
    background-color: white;
    justify-content: space-between;
    padding: 0.8rem;
    align-items: center;
    border-radius: 0;
}
.view-page-main .navbar-toggler:focus {
    box-shadow: none;
}
.view-page-main .navbar-toggler li {
    color: black;
    font-size: 13px;
    font-weight: 500;
}
.view-page-main .navbar-toggler img {
    width: 1rem;
    filter: brightness(0);
}
.view-page-main #EventsDropdown {
    flex-basis: auto;
}
.view-page-main .gradient-button a {
    padding: 9px 18px;
    font-size: 15px;
}
.view-page-main .gradient-button a img {
    padding-right: 0.4rem;
    width: 1.6rem;
}
.view-page-main .gradient-button a i,
.view-page-main .gradient-button a svg {
    font-size: 16px;
}
.view-page-main .right-side h6 {
    font-size: 17px;
}
.view-page-main .left-side {
    width: 20%;
}
.view-page-main .right-side {
    width: 80%;
}

.next-prev-buttons .gradient-button a {
    padding: 9px 0;
    width: 7.5rem;
    justify-content: center;
}

/* --- Button Styling --- */
.btn-dark-blue {
    background-color: #0a2d60;
    color: white;
    border: none;
    transition: 0.3s;
}
.btn-dark-blue:hover {
    background-color: rgb(14.8113207547, 66.6509433962, 142.1886792453);
    color: white;
}

.btn-go-back {
    background-color: #0a2d60;
    color: white;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
}
.btn-go-back:hover {
    background-color: rgb(14.8113207547, 66.6509433962, 142.1886792453);
    color: white;
}

/* --- Sidebar Container Styling --- */
.sidebar-wrapper {
    background-color: #22539e;
    overflow: hidden;
    padding: 0.3rem 0;
    position: sticky;
    top: 0;
    /* DESKTOP VIEW ONLY (Large screens) */
    /* MOBILE VIEW ONLY */
}
@media (min-width: 767px) {
    .sidebar-wrapper {
        border-radius: 8px;
        min-height: 450px;
    }
}
@media (max-width: 991px) {
    .sidebar-wrapper {
        border-radius: 4px;
        /* Slightly less rounded on mobile */
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .sidebar-wrapper {
        border-radius: 0;
    }
}

/* --- Accordion Items --- */
.custom-accordion-item {
    padding: 0;
    margin: 0 1rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
}
.custom-accordion-item:last-child {
    border-bottom: none;
}
.custom-accordion-item .accordion-header .accordion-button {
    background-color: #22539e;
    color: white;
    font-weight: 300;
    font-size: 15px;
    box-shadow: none;
    padding: 0.7rem 0;
    /* White Arrow Icon */
}
.custom-accordion-item .accordion-header .accordion-button::after {
    content: none;
}
.custom-accordion-item .accordion-header .accordion-button:not(.collapsed) img {
    transform: rotate(180deg);
}
.custom-accordion-item .accordion-header .accordion-button img {
    width: 1rem;
    transition: all 0.4s ease-in-out;
}

/* --- Sidebar Links --- */
.sidebar-sublist li img {
    width: 1.4rem;
    padding-right: 0.4rem;
}
.sidebar-sublist li a {
    width: 100%;
    display: block;
    padding: 0.4rem 0;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    border-left: 3px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Active State (Yellow) */
}
.sidebar-sublist li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
.sidebar-sublist li a.active-item {
    background-color: rgba(0, 0, 0, 0.2);
    color: #e0cd6d;
    border-left: 3px solid #e0cd6d;
    font-weight: 600;
}
.sidebar-sublist li a.active-item i {
    color: #e0cd6d !important;
}
.sidebar-sublist li a.active {
    color: #e0cd6d;
}

.breadcrumb li {
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.4rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: black;
    padding-right: 0.3rem;
}

.login-form {
    position: relative;
}

.login-form-label {
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    top: 0.9rem;
    left: 3rem;
    transition:
        top 0.2s ease,
        left 0.2s ease,
        font-size 0.2s ease;
    /* pointer-events: none; */
}

/* Move label up on focus or value */
.login-form-input:not(:-moz-placeholder) ~ .login-form-label {
    top: -1.5rem;
    left: 0.4rem;
    font-size: 14px;
    color: #ffffff;
}
.login-form-input:focus ~ .login-form-label,
.login-form-input:not(:placeholder-shown) ~ .login-form-label {
    top: -1.5rem;
    left: 0.4rem;
    font-size: 14px;
    color: #ffffff;
}

.login-form-input::-moz-placeholder {
    color: transparent;
}

.login-form-input::placeholder {
    color: transparent;
}

/* register  */
/* Common floating field wrapper */
.floating-form {
    position: relative;
}

/* Input */
.floating-form .form-control {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    padding: 6px 26px;
    font-size: 16px;
}

/* Hide placeholder text */
.floating-form .form-control::-moz-placeholder {
    color: transparent;
}
.floating-form .form-control::placeholder {
    color: transparent;
}

/* Label inside input */
.floating-form label {
    position: absolute;
    top: 0.9rem;
    left: 1.5rem;
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.25s ease;
}

/* Float label on focus / value */
.floating-form .form-control:not(:-moz-placeholder) ~ label {
    top: -1.4rem;
    left: 0.5rem;
    font-size: 14px;
}
.floating-form .form-control:focus ~ label,
.floating-form .form-control:not(:placeholder-shown) ~ label {
    top: -1.4rem;
    left: 0.5rem;
    font-size: 14px;
}

/* contact  */
.contact-floating {
    position: relative;
}

.contact-floating input::-moz-placeholder,
.contact-floating textarea::-moz-placeholder {
    color: transparent;
}

.contact-floating input::placeholder,
.contact-floating textarea::placeholder {
    color: transparent;
}

.contact-floating label {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.2s ease;
}

/* Float label on focus or value */
.contact-floating input:not(:-moz-placeholder) ~ label,
.contact-floating textarea:not(:-moz-placeholder) ~ label {
    top: -0.6rem;
    font-size: 0.85em;
    left: 1.5rem;
}
.contact-floating input:focus ~ label,
.contact-floating input:not(:placeholder-shown) ~ label,
.contact-floating textarea:focus ~ label,
.contact-floating textarea:not(:placeholder-shown) ~ label {
    top: -0.6rem;
    font-size: 0.85em;
    left: 1.5rem;
}

.contact-form .form-grid {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 20px; */
}

@media (max-width: 768px) {
    .name-register.floating-form label {
        top: 0.5rem;
        /* default position inside input */
    }
    .name-register.floating-form .form-control:not(:-moz-placeholder) ~ label {
        top: -2.4rem;
        /* 👈 move label more up */
    }
    .name-register.floating-form .form-control:focus ~ label,
    .name-register.floating-form .form-control:not(:placeholder-shown) ~ label {
        top: -2.4rem;
        /* 👈 move label more up */
    }
}
@media (max-width: 1400px) {
    .view-page-main .left-side {
        width: 22%;
    }
    .view-page-main .right-side {
        width: 78%;
    }
}
@media (max-width: 1200px) {
    .navbar .navbar-nav li a {
        padding: 2rem 1rem !important;
    }
    .nav-top .cs-container,
    .navbar .cs-container,
    .about-section .cs-container,
    .event-section .cs-container {
        padding: 0;
    }
    .about-section h2 {
        font-size: 2.4rem;
    }
    .about-section p {
        font-size: 21px;
    }
    .event-section {
        padding: 6rem 0;
    }
    .view-page-main .left-side {
        width: 25%;
    }
    .view-page-main .right-side {
        width: 75%;
    }
}
@media (max-width: 992px) {
    .navbar {
        background-color: #ffff;
    }
    .navbar .navbar-nav {
        margin-left: 0;
        padding-top: 0.5rem;
    }
    .navbar .navbar-nav li a {
        display: inline-block;
        padding: 0.5rem 1rem !important;
        border-radius: 4px !important;
    }
    .navbar .navbar-nav li a.active {
        background: linear-gradient(90deg, #7b4397 0%, #4a429b 100%);
        margin-left: 0.8rem;
    }
    .home-banner .cs-container {
        padding: 0;
    }
    .home-banner .content {
        left: 3rem;
        width: 58%;
    }
    .home-banner .content p {
        font-size: 1.7vw;
    }
    .nav-top .cs-container,
    .navbar .cs-container,
    .about-section .cs-container,
    .event-section .cs-container,
    .view-page-main.cs-container {
        padding: 0 3rem;
    }
    .about-section .left-sec {
        padding-right: 2.1rem;
    }
    .about-section h2 {
        font-size: 2rem;
    }
    .about-section p {
        font-size: 19px;
        margin-top: 2.8rem;
    }
    .event-section .all-buttons .gradient-button {
        width: 46%;
    }
    .event-section .all-buttons .gradient-button a {
        width: 100%;
    }
    .view-page-main .left-side {
        width: 28%;
    }
    .view-page-main .right-side {
        width: 72%;
    }
}
@media (max-width: 768px) {
    .home-banner .banner-img img {
        height: 50vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .home-banner .content {
        bottom: 8vh;
        left: 5vw;
    }
    .home-banner .content .h1 {
        margin-bottom: 0.8rem;
        font-size: 2.85vw;
    }
    .home-banner .content P {
        font-size: 1.9vw;
    }
    .about-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .about-section .left-sec {
        padding: 0 16px;
    }
    .about-section p {
        margin-top: 1.5rem;
    }
    .about-section .about-img img {
        height: auto;
    }
    .nav-top .cs-container,
    .navbar .cs-container,
    .about-section .cs-container,
    .event-section .cs-container {
        padding: 0 1.5rem;
    }
    .event-section {
        padding: 4rem 0;
    }
    .event-section .content {
        top: 2.5rem;
        left: 2.5rem;
    }
    .event-section .content h1 {
        font-size: 2.2rem;
    }
    .event-section .content p {
        font-size: 1.5rem;
    }
    .event-section .event-img img {
        height: 60vh;
    }
    #EventsDropdown {
        padding: 0;
    }
    .view-page-main.cs-container {
        padding: 0 12px;
    }
    .view-page-main .left-side {
        width: 100%;
    }
    .view-page-main .right-side {
        width: 100%;
    }
}
@media (max-width: 576px) { 
    .nav-top .img-2{
        width: 9rem;
    }
    .home-banner {
        padding: 2rem 0rem;
    }
    .home-banner .content {
        bottom: 1vh;
    }
    .home-banner .content .h1 {
        font-size: 3.25vw;
        margin-bottom: 0.6rem;
    }
    .home-banner .content P {
        font-size: 2.6vw;
        margin-bottom: 1rem;
    }
    .home-banner .gradient-button a {
        font-size: 10px;
    }
    .home-banner .banner-img img {
        height: 18vh;
    }
    .home-slider .owl-prev {
        left: 13px;
    }
    .home-slider .owl-next {
        right: 13px;
    }
    .about-section {
        padding-top: 1.5rem;
        padding-bottom: 0.5rem;
    }
    .about-section h2 {
        font-size: 1.6rem;
    }
    .about-section p {
        font-size: 15px;
    }
    .event-section {
        padding: 3rem 0;
    }
    .event-section .event-img img {
        height: 36vh;
    }
    .event-section .all-buttons {
        margin-top: -1.5rem;
    }
    .event-section .all-buttons .gradient-button a {
        font-size: 15px;
        padding: 9px 9px;
    }
}
@media (max-width: 450px) { 
    .home-banner .banner-img {
        /* background: none;  */
        /* border-radius: 5px; */ 
        padding: 3px;
    }
    .nav-top .cs-container,
    .navbar .cs-container,
    .about-section .cs-container,
    .event-section .cs-container {
        padding: 0 1rem;
    }
    .event-section .content {
        top: 1.5rem;
        left: 1.5rem;
    }
    .event-section .content h1 {
        font-size: 1.7rem;
    }
    .event-section .content p {
        font-size: 1.2rem;
    }
}
.login-modal .modal-header .btn-close {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    opacity: 1;
    color: #fff;
    /* keep X visible */
    font-size: 22px;
}

/* remove focus ring */
.login-modal .modal-header .btn-close:focus,
.login-modal .modal-header .btn-close:active {
    box-shadow: none !important;
    outline: none !important;
} /*# sourceMappingURL=Style.css.map */
.login-modal .form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.login-modal .form-check-input {
    border: 1px solid #000 !important;
    box-shadow: none !important;
}
