body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a,
span {
    margin: 0;
    padding: 0;
    /* font-family: "Halant", serif; */
}

a:focus,
input:focus-visible,
input:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}

a:hover,
:hover {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}

.fa-phone,
.fa-phone-square {
    transform: rotate(10deg);
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}


.font-500{
    font-weight: 500;
}

.custom-facebook {
  color: #1877F2 !important; /* Facebook Blue */
}

.custom-instagram {
  color: #E1306C !important; /* Instagram Pink */
}

.custom-tiktok {
  color: #010101 !important; /* TikTok Black */
}

.custom-youtube {
  color: #FF0000 !important; /* YouTube Red */
}

/* 3x Large */
.text-3x-large {
    font-size: 60px;
    line-height: 70px;
    font-family: "Halant", serif;

  }

  /* 2x Large */
  .text-2x-large {
    font-size: 48px;
    line-height: 50px;
    font-family: "Halant", serif;

  }

  /* Extra Large */
  .text-x-large {
    font-size: 40px;
    line-height: 52px;
    font-family: "Halant", serif;

  }

  /* Large */
  .text-large {
    font-size: 32px;
    line-height: 40px;
    font-family: "Halant", serif;

  }

  /* Medium */
  .text-medium {
    font-size: 24px;
    line-height: 32px;
    font-family: "Halant", serif;

  }

  .text-small {
     font-size: 21px;
    line-height: 32px;
    font-family: "Halant", serif;
  }

  /* Base */
  .text-base {
    font-size: 16px;
    line-height: 24px;
    font-family: "Halant", serif;

  }


  .large-40 {
    font-size: 40px;
    line-height: 40px; /* 40px */
    font-family: "Montserrat", sans-serif;
    font-weight: 600; /* Regular */
  }


  .large {
    font-size: 24px;
    line-height: 40px; /* 40px */
    font-family: "Montserrat", sans-serif;
    font-weight: 400; /* Regular */
  }

  /* Medium */
  .medium {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 32px; /* 32px */
    font-weight: 400; /* Regular */
  }
 /* Base */
 .base {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 28px; /* 26px */
    font-weight: 400; /* Regular */
  }

  .regular {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 30px; /* 32px */
    font-weight: 400; /* Regular */
  }

  .tx-align{
    text-align: left;
  }
  /* Small */
  .small-m {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height:20px; /* 20px */
    font-weight: 400; /* Regular */
  }

  /* Caption */
  .caption {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 20px; /* 20px */
    font-weight: 500; /* Regular */
  }

.bg-blue
{
    background-color: #0958D9;
}
.bg-light-blue
{
    background-color: #69B1FF;
}
.blue-dark-text{
    color: #0958D9;
}
.text-light-dark{
    color: #808080;
}

.blue-text{
    color: #3A8EFF;
}
.hvr-white:hover{
    color: #fff;
}
.text-blue{
    color: #170F49;
}
.blue-hvr:hover{
    color: #3A8EFF !important;
}
.bg-light-white{
    background-color: #F2FBFC;
}
/* event-section */

.event-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/event-bg.png);
    width: 100%;
    height: auto; /* Ensures the height adjusts automatically */
    min-height: 100vh; /* Ensures the section covers the full viewport height */
}



.filter-black:hover {
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
}

.mt-15px

{
    margin-top: -15px;
}


/* footer  */
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #4A8CFF;
}

.footer-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/footer-bg.avif);
}

.subscribe-input-group {
    border-radius: 50px;
    overflow: hidden; /* Ensures rounded corners on group */
}

.subscribe-input {
    border: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 20px;
}

.subscribe-input:focus {
    outline: none;
    box-shadow: none; /* Removes focus glow */
}

.btn-subscribe {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* Optional: Add hover effect for the button */
.btn-subscribe:hover {
    background-color: #0056b3; /* Darker shade of blue */
}


  .border-dark-light {

    border-color: #E6EEFF;
}
.h-60
{
    height: 60px;
}

/* parallex-section  */
.parallex-section {
    min-height: 520px;
    background-position: 50% 0;

    background-attachment: fixed;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/parallex-bg.avif);
}
/*  */


.bg-light-white
{
    background-color: #F7F7FB;
}

.purple-light{
    color: #6F6C90;
}


.owlCarousel2 .owl-prev {
    background-color: #0958D9 !important;
    font-size: 40px !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transition: .5s ease-in-out;
    display: inline-block;
    left: -5%;
    height: 40px;
    border-radius: 50%;
    width: 40px;
}
.owlCarousel2 .owl-next {
    background-color: #0958D9 !important;
    font-size: 40px !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transition: .5s ease-in-out;
    display: inline-block;
    right: -5%;
    height: 40px;
    border-radius: 50%;
    width: 40px;
}
.owlCarousel2 .owl-next:hover,.owlCarousel2 .owl-prev:hover{
    color: #0958D9 !important;
    background-color: #e6e5e5 !important;
}
.owlCarousel2 .owl-next span,.owlCarousel2 .owl-prev span{
    position: relative;
    top: -35%;

}
.owlCarousel2 .owl-dots.disabled, .owlCarousel2 .owl-nav.disabled {
    display: block;
}
/* about sectio */

.bookmark {
    width: 30px;
    height: 40px;
    background-color: #0958D9;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 70%, 0% 100%);
    float: right;
    margin-right: -1.5em;
    margin-top: -17px;
  }

  .event-div{
    margin-top: -7em;
  }

  .event-card:hover .event-left .bg-blue{
    background-color: #69B1FF !important;

    transition: all 0.5s ease-in-out;
  }

  .event-card:hover  .event-left h5 ,.event-card:hover  .event-left p {
     color: #00070e !important;

     transition: all 0.5s ease-in-out;
  }
  .event-scroll {
    overflow-x: hidden;
    max-height: 400px; /* Set the maximum height of the scrollable section */
    overflow-y: auto; /* Enable vertical scrolling */
    padding-right: 10px; /* Optional: Add some padding for better visuals */
    scrollbar-width: thin; /* For modern browsers (Firefox) */
    scrollbar-color: #007bff #f1f1f1; /* Custom scrollbar colors */
  }

  .event-scroll::-webkit-scrollbar {
    width: 8px; /* Scrollbar width for Chrome, Safari, and Edge */
  }

  .event-scroll::-webkit-scrollbar-thumb {
    background-color: #007bff; /* Scrollbar thumb color */
    border-radius: 4px; /* Rounded scrollbar thumb */
  }

  .event-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; /* Scrollbar track color */
  }

  .slider-section{
    background-image: url(../images/slider1.avif);
    background-size: cover; /* Ensure the image covers the entire section */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent image repetition */
    height: 100vh; /* Set the section to take the full viewport height */
    display: flex; /* Use flexbox for centering content */
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content if needed */
}
.social-icons {
    display: flex;
    flex-direction: column;
}
.social-icons a {
    z-index: 10;
    text-decoration: none;
    display: flex;
    align-items: center; /* Align text and image vertically */
    justify-content: flex-start; /* Align text and image horizontally */
    transition: 0.5s;
    position: fixed;
    width: 312px; /* Adjust width to fit text and image */
    height: 50px;
    padding: 5px 0px 5px 10px;
    border-radius: 25px 0 0 25px;
    color: #0958D9;
    border: 1px solid #0958D9;
    background-color: rgb(255, 255, 255);
    overflow: hidden; /* Ensures content doesn't overflow on hover */
    }
.social-icons a img.zoom-icon {
    width: 75px; /* Adjust image size */
    height: 20px;
    margin-right: 1rem; /* Space between image and text */
}
.social-icons a i {
    margin-right: 5px;
}
#zoom-button {
 right: -220px;
 bottom: 10%;
}
#zoom-button:hover {
    right: 0; /* Slide into view on hover */

}
.modal-body form {
    gap: 10px; /* Space between input and button */
  }
  .search-results {
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background: #f9f9f9;
  }
/* inner page--------- */
.banner-section{
    background-image: url(../images/contact-bg.avif);
    background-size: cover; /* Ensure the image covers the entire section */
    background-position: center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent image repetition */
    height: 370px; /* Set the section to take the full viewport height */
    display: flex; /* Use flexbox for centering content */
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content if needed */

}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255, 255, 255); /* Set the divider color */
    content: "\f0da"; /* Unicode for Font Awesome's right caret icon */
    font-family: "Font Awesome 6 Free"; /* Specify the Font Awesome font */
    font-weight: 600;
    font-size: 16px;
}
.map{
    height: 700px;
}
.bg-purple-light{
    background-color: rgba(212, 223, 248, 0.753)
}


/* about-page2 */
.about-page2{
    min-height: 480px;
    background-position: 50% 0;

    background-attachment: fixed;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/about-bg.png);
    margin-bottom: 150px;
}


.mt-75 {
    margin-bottom: -8.75em;
}
.element {
    border: 1px solid #ddd; /* Optional: Adds a border around the element */
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); /* Shadow on the top */

  }

  .dashed-border {
    padding-top: 20px;
    border-top: 1px dashed #D9D9D9;
  }

/* General Calendar Styles */
#calendar {
    font-family: "Montserrat", sans-serif;

  }

  /* Header Styling */
  .fc-header-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }

  .fc-header-toolbar h2 {
    font-size: 18px;
    color: #333;
    margin: 0;
  }

  .fc-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
  }

  .fc-button:hover {
    background-color: #0056b3;
  }

  /* Calendar Days and Grid */
  .fc-view-harness {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .fc-daygrid-day {
    background-color: #ffffff;
    border: 1px solid #eee;
    padding: 5px;
    font-size: 14px;
    position: relative;
  }

  .fc-daygrid-day:hover {
    background-color: #f4faff;
  }

  /* Event Styling */
  .fc-event {
    background-color: #d1ecf1; /* Light blue background for events */
    color: #0c5460;
    border: 1px solid #0c5460;
    border-radius: 4px;
    padding: 5px;
    font-size: 13px;
    margin: 3px 0;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
  }

  .fc-event:hover {
    /* transform: scale(1.02); */
    background-color: #bee5eb;
    color: #0b4f53;
  }

  /* Today's Date Highlight */
  .fc-day-today {
    background-color: #f8f9fa !important; /* Subtle highlight for today */
    border: 2px solid #007bff !important;
  }

  /* Footer Information for Counts */
  .fc-footer-toolbar {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    background-color: #e9ecef;
    border-top: 1px solid #ddd;
  }

  .fc-footer-toolbar span {
    color: #495057;
  }

  /* Custom Box Shadow for Events */
  .fc-event-container {
    box-shadow: unset;
  }

  .dontion-page,
  .dontion-page1 {
      /* Sets the background to cover the entire area */
      background-position: center center; /* Ensures the image is always centered */
      background-size: cover; /* Ensures the image scales to cover the container */
      background-repeat: no-repeat; /* Prevents tiling */
      background-blend-mode: screen; /* Optional: Keeps the blend mode */
      min-height: 100vh; /* Ensures it covers the viewport height */
  }

  /* If you want separate heights for the classes */
  .dontion-page {
      background-image: url(/images/dontion-bg.png);
  }

  .dontion-page1 {
      background-image: url(/images/dontion-bg1.png);
      min-height: 880px; /* Use 880px for specific height if needed */
  }


.btn-1{
    border: 1px solid #0958D9;
    transition: all 0.5s ease-in-out;
}

.card-hver:hover .card {
    border: 1px solid #0958D9;
    transition: all 0.5s ease-in-out;
}

.card-hver:hover h2 {
    color: #0958D9 !important;
    transition: all 0.5s ease-in-out;
}
.card-hver:hover  .btn-1{
 background-color: #0958D9;
 color: #fff;
 transition: all 0.5s ease-in-out;
}

.bg-light-dark{
    background-color: #f5f7fa;
}

.list-dontaion .nav-tabs .nav-item.show .nav-link, .list-dontaion .nav-tabs .nav-link.active {
    background-color: #0958D9;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}
.membership-card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
  }
  .membership-card:hover {
    transform: scale(1.05);
  }
  .top-border-div { background: #f5f7fa; border-top: 5px solid #0958D9; border-bottom: 5px solid #69B1FF;}

  .membership-header {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .membership-btn {
    border-radius: 30px;
  }


.fc-day-grid-event {
    margin: 5px 0px 5px 5px !important;

}
.text-justify {
    text-align: justify;
  }

  .text-min-height{
    min-height: 19vh;
  }


  .event-cover {
    width: 100%;
    height: 172px;
    object-fit: cover;
}

/* ===== Base Wrapper Style ===== */
.ticket-dropdown-wrapper {
    max-width: 320px;
}

/* ===== Select Wrapper ===== */
.select-wrapper {
    position: relative;
}

/* ===== Select Box ===== */
.option-select {
    width: 100%;
    padding: 0.6rem 1rem;
    padding-right: 2.5rem; /* Space for icon */
    border-radius: 10px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    font-size: 1rem;
    color: #212529;
    appearance: none;
    transition: all 0.3s ease-in-out;
}

/* Hover and focus effects */
.option-select:hover {
    border-color: #adb5bd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.option-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
    outline: none;
    animation: pulseBorder 0.4s ease;
}

/* ===== Chevron Icon ===== */
.dropdown-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 1.1rem;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.select-wrapper:focus-within .dropdown-icon {
    transform: translateY(-50%) rotate(180deg);
}







/* Day badge */
.day-badge {
  /* size */
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* look */
  border: 2px solid var(--primary);
  border-radius: 50%;
  color: var(--primary);              /* text color */
  background: rgba(24,119,242,0.08);  /* light fill of #1877F2 */
  font-weight: 600;
  line-height: 1;
  border: 1px solid rgba(24,119,242);

}

/* Optional hover/focus */
.day-badge:hover,
.day-badge:focus {
  background: rgba(24,119,242,0.12);
  box-shadow: 0 0 0 6px rgba(24,119,242,0.08);
}





/* ===== Animation Keyframes ===== */
@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.3);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(13, 110, 253, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

/* ===== Responsive ===== */
@media (max-width: 576px) {
    .ticket-dropdown-wrapper {
        max-width: 100%;
    }
    .option-select {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    }
}

/* ===== Dark Mode Support (Optional) ===== */
body.dark-mode .option-select {
    background-color: #222;
    color: #f8f9fa;
    border-color: #444;
}

body.dark-mode .dropdown-icon {
    color: #bbb;
}


  /* Responsive */
  @media (max-width: 768px) {
    .fc-toolbar {
      flex-wrap: wrap;
    }

    .fc-header-toolbar h2 {
      margin-bottom: 10px;
      font-size: 16px;
    }

    .fc-button {
      font-size: 12px;
      padding: 3px 8px;
    }
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .padd-cls{
    margin-left: 15px;
  }

  .about-pop-up-hed{
    color: #0056b3 !important;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    font-family: "Halant", serif;
  }
