* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar-toggler:focus{
    box-shadow: none;
}
 /* Add a smooth transition to the dropdown menu */
 .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/* Initially set the dropdown menu to be hidden and have no opacity */
.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.header a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.site-logo {
    font-size: 25px;
    font-weight: 900;
    max-width: 100%;
    height: auto;
}

.site-navbar {
    background-color: #ffffff;
}

.nav-link {
    color: #000;
    padding: 0.75rem 1rem;
}

.nav-link:hover {
    color: #0056b3;
}

.dropdown-menu {
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 0px 2px rgb(233, 228, 228);
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
}

.dropdown-item:hover {
    background-color: #ffffff;
}

.nav-item {
    margin: 0 15px;
    font-size: 18px;
}

/* Mobile Navigation Styling */
.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: none;
    padding-left: 130px;
}

.navbar-toggler-icon::before {
    content: "\f0c9"; /* Font Awesome bars icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #000;
}

/* Custom Mobile Slide Menu */
.navbar-collapse {
    position: fixed;
    top: 0;
    right: -250px; /* Off-screen initially */
    width: 250px;
    height: 100%;
    background-color: #FFDC3D;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
}

.navbar-collapse.show {
    right: 0; /* Slide in when toggled */
}

.navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
}

.nav-item {
    margin-bottom: 10px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
}

/* Hover Menu for Larger Screens */
@media (min-width: 992px) {
    .navbar-collapse {
        position: static;
        width: auto;
        height: auto;
        box-shadow: none;
        background-color: transparent;
        flex-direction: row;
    }

    .navbar-nav {
        flex-direction: row;
        justify-content: flex-end;
    }

    .nav-item {
        margin-bottom: 0;
    }

    .close-btn {
        display: none;
    }
}
.logo{
    width: 300px;
}

/* Flexbox for Logo and Hamburger on Mobile */
.site-navbar .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Adjustments for the Logo on Mobile */
.col-6.col-lg-2 {
    flex: 1;
}

.col-6.right {
    flex: 1;
    text-align: right;
}

.right .navbar-toggler {
    position: relative;
    z-index: 1051;
}

/* Responsive Logo Sizing */
@media (max-width: 768px) {
    .site-logo {
        max-width: 150px; /* Reduce logo size on mobile */
        
    }
    .logo{
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .site-logo {
        max-width: 120px; /* Further reduce logo size on very small screens */
    }
}

/* craousel */
.carousel-inner img {
    object-fit: cover; /* Maintain aspect ratio and crop if needed */
    width: 100%; /* Ensure full width responsiveness */
}
.responsiveheight{
    max-height: 500px;
}


/* about */
@media(min-width:992px){
    #abt{
        padding: 50px 110px 50px 110px !important;
    }
    .wwe{
        padding-right: 20px;
    }
    }
    @media(max-width:768px){
    #abt{
        padding: 20px !important;
    }
    }
    /* events */
    .caption{
        color: #b3b3b3;
        text-transform: capitalize;
        font-size: 11px;
        font-weight:500 ;
    }
     .fornone{
        color: #0f0f11;
        text-decoration: none;
        background-color: transparent;
        font-size: 20px;
        font-weight: 500;
    }
    .more{
        text-decoration: none;
        color: #a09696;
        font-weight: 400;
        font-size: 15px;
    }
    .colorbtn{
        background-color: #293A8E;
        color: white;
    }
    .hov:hover{
      
      border: 0px solid white;
      box-shadow: 0px 0px 5px rgb(212, 209, 209);

    }
    .ifbgcolor{
        padding-top: 25px;
        padding-bottom: 20px;
    }
   @media(max-width:768px){
        .mobilepadd{
            padding-left: 50px;
        }
        .mobilepic{
            width: 500px;
        }
        .mtt{
            margin-top: -30px;
        }
        
      }
      
    /* news */
   
    .card1-title {
        color: #262626;
        font-size: 1.5em;
        line-height: normal;
        font-weight: 700;
        margin-bottom: 0.5em;
    }
    
    .small-desc {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.5em;
        color: #452c2c;
    }
    
    /* .go-corner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 2em;
        height: 2em;
        overflow: hidden;
        top: 0;
        right: 0;
        background-color: rgb(243, 247, 246);
        border-radius: 0 4px 0 32px;
    } */
    
    /* .go-arrow {
        margin-top: -4px;
        margin-right: -4px;
        color: white;
        font-family: courier, sans;
    } */
    
    .card1 {
        display: block;
        position: relative;
        max-width: 400px;
        height: 400px;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 2em 1.2em;
       
        text-decoration: none;
        z-index: 0;
        overflow: hidden;
       background-color: rgb(239, 247, 245);
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .card1:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
       
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.35s ease-out;
    }
    
    .card1:hover .small-desc {
        transition: all 0.5s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }
  /* card 2 */
  .rounded-circle{
    width: 80px;
  }
  @media(max-width:768px){
    .cardss{
       padding: 20px 15px 0px 15px !important; 
    }
    .marbt{
        margin-bottom: 0px !important;
    }
    .givespace{
        padding-left: 10px;
    }
    .heightfor{
        height: 450px;
    }
    .mldt{
        margin-left: 10px;
    }
  }
  .leftpadding{
    padding-left: 150px;
  }
  .fnt{
    font-size: 17px;
    font-weight: 600;
  }
  .lftt{
    padding-left: 30px;
    padding-top: 20px;
    font-size: 15px;
    font-weight: 500;
  }
  /* card3 */
  .imgager{
    width: 50px;
  }
  
 /* Footer styles */
 .footer {
    background-color: #293A8E;
    color: #fff;
    padding: 50px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer h3 {
    font-size: 1.5em;
    color: #f4f4f4;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer p {
    color: #bbb;
    font-size: 1em;
    line-height: 1.5em;
}

.footer .widget {
    margin-bottom: 30px;
}

.footer .links a {
    color: #bbb;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer .links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .social a {
    color: #bbb;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer .social a:hover {
    color: #fff;
}

.footer .icon-facebook,
.footer .icon-twitter,
.footer .icon-instagram,
.footer .icon-linkedin,
.footer .icon-play {
    font-size: 1.2em;
    margin-right: 10px;
}

.footer .copyright {
    font-size: 0.9em;
    color: #bbb;
    margin-top: 40px;
}

.footer .copyright a {
    color: #bbb;
    text-decoration: none;
}

.footer .copyright a:hover {
    color: #fff;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .col-lg-3,
    .col-lg-2,
    .col-lg-4 {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer .social a {
        display: inline-block;
    }
}
