html {
    font-family: sans-serif;
    line-height: 1.15;

}


body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    background-color: #f9f9f9;
    font-weight: 400;
}
html{
    scroll-behavior: smooth;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header img {
    max-height: 80px;
    margin-right: 20px;
    border-radius: 50%;
}
.header .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header .title {
    font-size: 2.4vw;
    font-weight: bold;
    color: navy;
    text-transform: capitalize;
}
.navbar {
    background-color: #0056b3;
    color: white;
    padding: 23px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.navbar a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    position: sticky;
    z-index: 1;
    margin-top: 0; 
    transition: margin-top 0.5s ease;
}
.navbar-links .active a {
    margin-top: -50px;
}
.navbar a:hover {
    color: white;
}
.navbar .dropdown {
    display: inline-block;
    position: relative;
}
.navbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    color: black;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.navbar .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.navbar .dropdown-content a:hover {
    background-color: #f1f1f1;
}
.navbar .dropdown:hover .dropdown-content {
    display: block;
}
.navbar .navbar-bg {
    position: absolute;
    bottom: 0; 
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.384); 
    z-index: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.navbar-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: white;
}
.dropdown{
    cursor: pointer;
}
.navbar a.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 15px 20px;
}
.navbar a.active:hover {
    color: white;
}
.navbar .dropdown {
    display: inline-block;
    position: relative;
  }
  .navbar .dropdown-content {
    display: none;
    position: absolute;
    color: black;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 5px;
    top: 30px;
    left: -50px;
    cursor: pointer;
    width: 22vw;
    background-color: aliceblue;
    overflow: hidden;
  }
  .navbar .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: 500;
    transition: background-color 0.5s;
  }
    .navbar .dropdown-content a:hover {
        color: black;
    }
  .navbar .dropdown:hover .dropdown-content {
    display: block;
  }
.marquee {
    display: flex;
    align-items: center;
    margin-right: 11vw;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 11vw;
    overflow-x: hidden; /* Hide horizontal overflow */
    
}

.marquee h4 {
    font-size: 1.4vw;
    font-weight: bolder;
    color: #0360c4;
    white-space: nowrap;
    padding-left: 50px;
    padding-right: 25px;
}

.marquee a {
    color: #2e86eb;
    font-weight: 500;
    font-size: 1.3vw;
    text-transform: capitalize;
    text-decoration: none;
    margin-right: 6vw;
    white-space: nowrap;
}

.marquee a:hover {
    text-decoration: underline;
    animation-play-state: paused; 
}

@keyframes marquee-scroll {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}

.image-slider {
    width: 100%;
    margin: 0px 0;
    position: relative;
    /* top: -30px; */
}
.image-slider img {
    width: 100%;
    height: 65vh;
}
.slider-button {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    padding: 10px;
}
.slider-button.prev {
    left: 10px;
}
.slider-button.next {
    right: 10px;
}
.slider-button:hover {
    color: rgb(0, 89, 255);
}
.slick-dots {
    bottom: 20px;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}
.slick-dots li.slick-active button:before {
    color: rgb(4, 0, 255);
}


#pmessage {
    margin-top: 40px;
    padding: 20px;
    background-color: #f5f5f5; /* Light background color */
    border-radius: 8px; /* Rounded corners */
    font-family: sans-serif;
    padding-left: 11%;
    padding-right: 11%;
}

.message-container {
    display: flex;
    align-items: center; /* Center vertically */
}

.profile {
    flex: 0 0 auto; /* Non-flexible item for the image */
    margin-right: 20px; /* Margin between image and text */
    
}

.profile img {
    max-width: 170px;
    height: 130px; /* Adjust image size */
    border-radius: 5px; /* Round image */
}

.message-text {
    flex: 1 1 auto;
}

.message-text h2 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #007bff;
}
.message-text p{
    padding-top: 10px;
  line-height: 20px;
  font-size: 16px;
  word-spacing: 1px;
}

.read-more {
    display: inline-block;
    color: #0056b3; /* White text color */
    text-decoration: none;
    font-size: 14px;
    word-spacing: 0px;
    letter-spacing: 0px;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
   #pmessage {
       padding-left: 5%;
       padding-right: 5%;
   }

   @media (max-width:768px){
  .president-photo img{
       max-width: 300px;
       max-height: 200px;
    }
  }

   .message-container {
       flex-direction: column; /* Stack elements vertically */
       align-items: flex-start; /* Align items to the start */
   }

   .profile {
       margin-bottom: 10px; /* Margin below the image */
       margin-right: 0; /* Remove right margin */
   }

   .profile img {
       max-width: 100px;
       height: auto; /* Auto height for maintaining aspect ratio */
   }

   .message-text h2 {
       font-size: 18px;
   }

   .message-text p {
       font-size: 13px;
       line-height: 18px;
       padding-top: 5px;
   }

   .read-more {
       font-size: 12px;
   }
}
 


.president {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 25px;
    font-family: sans-serif;
}

.president-photo {
    flex: 1;
    text-align: center;
}

.president-photo img {
    width: 100%; /* Ensure the image doesn't overflow its container */
    height: 55vh; /* Maintain the image's aspect ratio */
    border-radius: 2px; /* Make the image circular */
    
}


.president-message {
    flex: 2;
    padding: 10px;
}

.president-message h2 {
    font-size: 2em;
    color: #0056b3;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 5%;
}

.president-message p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
    padding-top: 10px;
    margin-left: 5%;
}


.about-event-section {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.about-us,
.event-calendar {
    flex: 1;
    margin-right: 20px;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.about-us:hover,
.event-calendar:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.about-us h1,
.event-calendar h1 {
    font-size: 2.2vw;
    color: #0056b3;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

.about-us h1::before,
.event-calendar h1::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #0056b3;
}

.about-us p {
    font-size: 1.2vw;
    color: #333;
    line-height: 1.6;
    margin-top: 20px;
}

.event {
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.about-us span{
    color: white;
}
.event-date {
    background-color: #0056b3;
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10vw;
}
.view-more-events-container {
    text-align: center;
    margin-top: 20px;
}

.view-more-events-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.2em;
    font-weight: bold;
}

.view-more-events-btn:hover {
    background-color: #007bff;
    transform: translateY(-3px);
}

.event-date #month {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.event-date #day {
    font-size: 2em;
}

.event-details {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-details h3 {
    font-size: 1.5em;
    margin-bottom: 5px;
    color: #0056b3;
}

.event-details p {
    font-size: 1em;
    color: #333;
}

.view-calendar {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.view-calendar:hover {
    background-color: #003d80;
}


.event-details a {
    color: #fdfdfd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.event-details a:hover {
    color: #ffffff;
    text-decoration: none;
}


.event-calendar-header {
    text-align: center;
    margin-bottom: 20px;
}

.event-calendar-header h2 {
    font-size: 2.5em;
    color: #0056b3;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.event-calendar-header h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #0056b3;
}

.highlight {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #000000; 
}
.about-us span{
    color: rgb(0, 0, 0);
    display: inline-block;
    vertical-align: bottom;
    line-height: 25px;
    font-weight: bold;
}
.highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-color: #185ba781;
    transition: transform 0.5s ease-in-out;
    
}

.highlight.highlighted::before {
    transform: translateX(0);
}


/* About Us Section */
.about-us h2 {
    font-size: 2.5em;
    color: #0056b3;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.about-us h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    color: white;
    background-color: #0056b3;
}

.about-us p {
    font-size: 1.3vw;
    color: #333;
    line-height: 1.6;
    margin-top: 25px;
    position: relative;
}

/* Hover Effects for About Us and Event Calendar */
.about-us:hover,
.event-calendar:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#scrollToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position to keep it at the bottom right corner */
    bottom: 20px; /* Remove the bottom positioning */
    right: 30px; /* Keep it on the right side */
    z-index: 90; /* Ensure it appears above other elements */
    background-color: #007bff; /* Button background color */
    color: white; /* Button text color */
    border: none; /* Remove button border */
    border-radius: 5px; /* Rounded border for circular appearance */
    padding: 10px; /* Padding around the button icon */
    font-size: 16px; /* Button icon size */
    cursor: pointer; /* Cursor style on hover */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
}


/* Style for the button icon */
#scrollToTopBtn i {
    vertical-align: middle; /* Align icon vertically */
}

/* Hover effect for the button */
#scrollToTopBtn:hover {
    opacity: 0.8; /* Reduce opacity on hover */
}

.navbar {
    transition: top 0.3s;
}

.navbar.hidden {
    top: -100px; /* Move navbar out of view */
}

.swiper-container {
    width: 48vw;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 47px auto;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 800px; /* Adjust max-width as needed */
    background: #000;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    margin: auto !important;
    bottom: 24px !important;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size)/-2);
    z-index: 10;
    cursor: pointer;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev {
    left: 10px;
}




.floating-btn {
    position: fixed;
    top: 35px;
    right: 2px;
    background-color: #0077ff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    word-spacing: 1px;
    letter-spacing: 1px;
    z-index: 9999;
    font-weight: bolder;
}



/* Blink animation */
@keyframes blink {
    0% {
        background: linear-gradient(45deg, #6a11cb, #2575fc);
        color: white;
    }
    50% {
        background: linear-gradient(45deg, #43cea2, #185a9d);
        color: white;
    }
    100% {
        background: linear-gradient(45deg, #6a11cb, #2575fc);
        color: white;
    }
}

.floating-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: translateX(-2px);
}

.blink {
    animation: blink 4s infinite;
}

.about-us ul li a{
    font-size: 1.1vw;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}
.about-us ul{
    margin-top: 10px;
}
.about-us ul li{
    margin-bottom: 10px;
}
.about-us ul li a:hover{
    text-decoration: underline;
    color: #0056b3;
    cursor: pointer;
}



.event-calendars ul li a{
    font-size: 1.1vw;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}
.event-calendars ul{
    margin-top: 10px;
}
.event-calendars ul li{
    margin-bottom: 10px;
}
.event-calendars ul li a:hover{
    text-decoration: underline;
    color: #0056b3;
    cursor: pointer;
}

@media (max-width: 400px) {
    .header .title {
        font-size: 5vw;
        width: 180px;
    }
}
@media (max-width: 768px) {
    .header {
        flex-direction: row;
        align-items: left;
        justify-content: left;
        text-align: left;
    }
    .header img {
        max-height: 55px;
    }
    .header .text-container {
        flex: 1;
    }
    .header .title {
        font-size: 5.1vw;
        /* width: 80px; */
    }
    .header .navbar-toggle{
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 45px;
        font-size: 19px;
        padding: 10px;
        margin-left: 15px;
        background-color: #05408d; /* Background color for the toggle button */
        color: white;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .header .navbar-toggle:hover {
        background-color: #007bff; /* Darker background color on hover */
    }

    .navbar {
        background-color: #0056b3;
        color: white;
        padding: 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 0;
        z-index: 1000;
        transition: background-color 0.3s, box-shadow 0.3s;
    }
   
    

    
    .navbar {
        flex-direction: column;
        align-items: center;
        position: sticky;
    }
    .navbar a {
        margin: 10px 0;
        font-size: 18px;
        display: block;
        padding: 7px;
        background-color: #0056b3;
        color: rgb(253, 254, 255);
        width: 100%;
        text-align: center;
    }
    .navbar .dropdown-content {
        position: static;
        box-shadow: none;
    }
    .navbar-toggle {
        display: block;
        color: black;
    }
    .navbar.hidden {
        top: -100px; /* Move navbar out of view */
    }
    
    .navbar .navbar-links {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .navbar .navbar-links.active {
        display: flex;
    }
    .navbar .navbar-bg {
        display: none;
    }
    .navbar a {
        margin-top: 0; 
    }
    .navbar .dropdown-content {
        position: static;
        width: 100%;
      }
      .navbar .dropdown-content a {
        margin: 0;
        border-radius: 0;
      }
      .navbar .dropdown-content {
        width: 100%;
      }
      .navbar.active .navbar-links,
      .navbar.active .navbar-bg {
        display: flex;
      }
      .navbar .dropdown-content.active {
        display: block;
        height: 100%;
      }
      .dropdown-content{
        display: none;
        background-color: rgb(67, 135, 158);  
        height: 0;
      }
      .navbar .dropdown-content a {
      color: rgb(255, 251, 251);
      background-color: rgb(30, 36, 211);
    }
    .navbar .dropdown-content a:hover{
      color: white;
      
    }
    .marquee {
        margin-right: 0;
        overflow-x: scroll; 
        flex-direction: column;
        align-items: center; 
        justify-content: center;
        margin-bottom: 0px;
    }
    .marquee h4{
        padding: 0px;
        font-size: 18px;
        white-space: nowrap;
    }
    .marquee a {
        font-size: 15px;
        white-space: nowrap; 
        margin-bottom: 10px;
        color: #0077ff;
        font-weight: bolder;
    }


    
    .slick-dots{
        bottom: 0px;
        
    }
    .slick-slide img {
        width: 100%;
        height: 26vh;
    }

    .image-slider {
        top: 0px;
    }
    .slider-button {
        display: none;
    }
    .president {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 22px;
    }

    .president-photo {
        width: 100%;
    }
    .president-photo img{
        height: 28vh;     
        width: 86vw;
    }

    .president-message {
        width: 100%;
        flex: 0;
        font-size: 12px;
        padding: 0px 0px;
        letter-spacing:-.2px;
    }

    .president-message h2 {
        font-size: 1.8em;
        color: #0056b3;
        margin-bottom: 5px;
        padding-top: 5px;
        text-align: left;
        margin-left: 0%;
    }
    
    .president-message p {
        font-size: 13.5px;
        color: #333;
        line-height: 1.6;
        text-align: justify;
        padding-top: 10px;
        margin-left: 0%;
    }
    .about-event-section {
        display: flex;
        flex-direction: column;
    }
   
    .about-us {
        padding: 20px; /* Increase padding for better readability */
        text-align: center; /* Center align the content */
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .about-us h2 {
        font-size: 5vw; /* Increase the font size for headings */
    }

    .about-us h2::before {
        width: 60px; /* Adjust the width of the underline */
    }

    .about-us p {
        font-size: 4vw; /* Increase the font size for paragraphs */
    }
    .about-us span{
        font-size: 4vw;
    }
    .highlight{
        height: 22px;
        margin-top: 1.2px;
        margin-bottom: 1.2px;
    }

    .event{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .event-calendar {
        padding: 20px; /* Increase padding for better readability */
        text-align: center; /* Center align the content */
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .view-more-events-btn {
        font-size: 4.8vw; /* Adjust the font size for smaller screens */
        padding: 8px 15px; /* Adjust the padding for smaller screens */
        background-color: #0056b3;
    }
    .event-date {
        width: 50%; /* Let the width adjust based on content */
        margin-right: 10px; /* Reduce margin for spacing */
        height: 5.5vh;
        font-size: 12px;
    }

    .event-details {
        flex: 1;
        margin-left: 10px; /* Reduce margin for spacing */
    }
    .event-calendar-header h2{
        font-size: 7vw;
    }
    .event-details h3 {
        font-size: 1.2em; /* Decrease font size for headings */
        margin-bottom: 3px; /* Reduce margin for spacing */
    }

    .event-details p {
        font-size: 1em; /* Keep font size unchanged */
        margin-bottom: 5px; /* Reduce margin for spacing */
    }

    .view-calendar {
        padding: 8px 15px; /* Adjust padding for button */
        font-size: 0.9em; /* Decrease font size for button */
    }

   footer{
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
    padding-top: 40px !important;
    gap:30px !important;
    flex-direction: column !important;
   }
   .logo h3{
    font-size: 5.8vw !important;
    width: 55vw !important;
    }
    .footerheading{
        width: 100% !important;
    }
    .footerheading h4 {
        font-size: 7.4vw !important;
        margin: auto !important;
        margin-bottom: 14px !important;
    }
    .innerdiv {
        margin: auto;
        margin-bottom: 14px;
    }
    .address{
        margin-left: 56px;
        width: 79%;
    }
    .floating-btn{
        top: 280px;
        display: none;
    }

    .swiper-container {
        width: 93vw;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 8vw;
    }
    .swiper-pagination {
        margin: auto !important;
        bottom: 12px !important;
    }
    .about-us h1{
        font-size: 1vw !important;
    }
    .about-us ul{
        margin-top: 20px !important;
        margin-left: 0px !important;
        margin-bottom: -18px;
    }
    .about-us ul li a{
        font-size: 4.1vw;
    }
    .event-calendar-header h1{
        font-size: 5vw !important;
    }
    .event-calendars ul{
        margin-bottom: -18px;
    }
    .event-calendars ul li a{
        font-size: 4.1vw;
    }
    .floating-btn {
        bottom: 20px; /* Adjust the bottom spacing for smaller screens */
        left: 10px;
        right: 10px;
        padding: 8px 16px; /* Adjust padding for smaller screens */
        font-size: 14px; /* Adjust font size for smaller screens */
      }
    
      #membershipBtn1 {
        left: 10px;
        bottom: 90px; /* Stacking the buttons vertically on mobile */
      }
    
      #membershipBtn2 {
        left: 10px;
        bottom: 50px; /* Adjust as needed */
      }
}



/* MCTC Publication NEWS BULLETIN and Budget Publications */

.Publication-heading {
    font-size: 2vw;
    font-weight: 600;
    color: #0077ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 30px;
}

.Publication-box {
    border: 2px solid #0077ff;
    padding: 20px;
    border-radius: 10px;
    background-color: #e0e0e052; /* Grey background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: auto;
    margin-bottom: 50px;
}
.Publication-box-heading {
    font-size: 1.5em;
    font-weight: 600;
    color: #0077ff;
    margin-bottom: 22px;
    text-align: center;
}

.Publication-bullets {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1rem;
}
.Publication-bullets li {
    margin: 6px 0;
}
.Publication-bullets a {
    text-decoration: none;
    color: #0077ff;
    font-weight: 500;
    font-size: 1em; /* Increased font size for links */
    transition: color 0.3s;
}
.Publication-bullets a:hover {
    color: #00366d;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .Publication-heading {
        font-size: 6.8vw;
        margin: 20px 0px;
    }
    .Publication-box-heading {
        font-size:6vw;
        margin-bottom: 22px;
    }
    .Publication-bullets a {
        font-size: 4vw; /* Increased font size for links */
    }
}


/* Footer styles */
footer {
    background: linear-gradient(to right, #0d2642, #062f52);
    width: 100%;
    padding: 30px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    color: #ffffff;
}

.logo {
    display:inline;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    flex-basis: 25%; /* Adjust width as needed */
}

.logo img {
    height: 50px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    margin-left: 50px;
}

.logo h3 {
    color: #ffffff;
    font-size: 1.2rem;
    padding: 10px 0px 10px 0px;
}

.icons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0px 30px 0px;
}

.icons i {
    color: #ffffff;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.icons i:hover {
    transform: scale(1.1);
}

.footerheading {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-basis: 20%; /* Adjust width as needed */
}
.footerheading h4{
  font-size: 1.5rem;
}

.footerheading a {
    color: #ffffff;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footerheading a:hover {
    color: #99c3f3;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
    border-top: 1px solid #ffffff ;
    margin-top: auto;
    margin-bottom: -20px;
    flex-basis: 100%; /* Occupy full width */
}

.footer-bottom p {
    margin: 5px 0;
    font-size: .9rem;
}
.footer-bottom p span a{
  color: #007bff;
  text-decoration: none;
  font-style: italic;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* our-gallery */

.our-gallery {
    padding-right: 15px;
    background-color: #f9f9f9;
}

.our-gallery .gallery {
    width: 100%;
}

.our-gallery .responsive-container-block.bigContainer h2{
    color: #0056b3;
    text-align: left;
    margin-left: 5px; 
    font-size: 23px;
    margin-bottom: -30px;
}


.our-gallery .responsive-container-block.bigContainer {
    padding: 10px 20px;
}

.our-gallery .responsive-container-block.Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1320px;
    margin: 70px 0px;
}

.our-gallery .project {
    width: 24%;
    margin-bottom: 20px;
}

.our-gallery .smallImage {
    width: 100%;
    height: 280px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
}
@media (max-width: 400px){
    .our-gallery .responsive-container-block.bigContainer h2{
        color: #0056b3;
        text-align: left;
        margin-left: 5px; 
        font-size: 21px;
        margin-bottom: -30px;
    }
}

@media (max-width: 1024px) {
   
    .our-gallery .project {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .our-gallery .project {
        width: 48%;
    }
}

@media (max-width: 500px) {
    .our-gallery .project {
        width: 100%;
    }

    .our-gallery .responsive-container-block.bigContainer {
        padding: 10px 20px;
        padding-right: 5px;
    }
}

.text {
    color: #0056b3;
    text-align: left;
    margin-left: 5px;
    font-size: 23px;
    margin-bottom: -30px;
}
code for buttons 
 #membershipbtn {
  position: fixed; /* Make the button fixed */
  left: 5px; /* Adjust the distance from the left */
  bottom: 50px; /* Adjust the distance from the bottom */
  z-index: 1000; /* Ensure the button is on top of other elements */
  background-color: #007bff; /* Change this to your desired color */
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 150px;
  height: 35px;
  white-space: nowrap;
  font-size: 14px;
    word-spacing: 1px;
    letter-spacing: 1px;
    z-index: 9999;
    font-weight: bolder;

}
#membershipBtn {
  width: 150px;
  height: 35px;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-weight: bolder;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
   
    }

  #membershipbtn a {
    color: #fff;
    text-decoration: none;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }