/* header

 */

 .header-line {

     background-color: #0F3C82;

 }



 .donate-btn {

     background-color: #61CE70 !important;

     border: none;

     white-space: nowrap;

 }



 .icon-img {

     max-height: 32px;

     width: auto;

 }



 .header-image {

     background-size: cover;

     background-position: center;

     background-repeat: no-repeat;

     flex-wrap: wrap;

     text-align: center;

     height: 270px;

 }

 .logo-img{

    max-width: 100% !important;

        height: 180px !important;



 }



 .presider-img {

     max-width: 100% !important;

     height: 270px !important;

     /* width: 100% !important; */

     /* max-width: 450px !important; */

 }

 .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 64px;
        /* adjust as needed */
        height: 64px;
        /* adjust as needed */
        cursor: pointer;
    }

    .play-icon img {
        width: 100%;
        height: auto;
    }

 @media (max-width: 767.98px) {

     .header-image {

         height: auto !important;

         padding: 20px 10px;

     }



     .logo-img,

     .presider-img {

         height: auto !important;

         max-height: 200px;

         /* Optional: to prevent extreme scaling */

         width: auto;

     }

 }



 .navbar {

     background-repeat: no-repeat;

     max-height: fit-content;

     flex-wrap: wrap;

 }



 .menu li {

     position: relative;

     border-bottom: 4px solid transparent;

 }



 .menu li:hover {

     border-bottom: 4px solid #139BED;

 }



 .menu li .submenu {

     display: none;

     top: 100%;

     left: 0;

     min-width: 200px;

     background-color: white;

     z-index: 1000;

     border-radius: 0 0 10px 10px;

 }



 .menu li:hover .submenu {

     display: block;

 }



 .menu>li:not(:last-child)::after {

     content: "";

     position: absolute;

     top: 5px;

     right: 0;

     height: 25px;

     width: 1px;

     background-color: #FFF6C7;

 }



 .dropdown-menu .dropdown-item {

     width: 100%;

     display: block;

     padding: 10px 15px;

 }



 .dropdown-menu .dropdown-item:hover,

 .dropdown-menu .dropdown-item:focus {

     background-color: #3f444a;

     color: white;

 }



 .submenu li {

     border: none !important;

 }



 @media (max-width: 768px) {



     .navbar .menu {

         flex-direction: column;

         align-items: center;

     }



     .navbar .menu>li {

         width: 100%;

         text-align: center;

         border: none !important;

     }



     .navbar .menu>li::after {

         display: none;

     }



     .dropdown-menu {

         position: static !important;

         box-shadow: none !important;

         display: none;

     }



     .dropdown-toggle.show+.dropdown-menu {

         display: block !important;

     }



     .menu li:hover .submenu {

         display: none !important;

     }



     .menu li .submenu {

         display: none !important;

     }



     .menu li.show .submenu {

         display: block !important;

     }



 }

 @media (max-width: 991px) {

     .nav-link {

         color: black !important;

     }

 }





 .modal-content {

     border: none;

     padding: 0;

     overflow: hidden;

 }

 .modal-backdrop.show {

     opacity: 0 !important;

     background: transparent !important;

 }

 .collapse {

     display: none;

 }



 .collapse.show {

     display: block;

 }



 @media (min-width: 992px) {

     .navbar-collapse {

         display: flex !important;

         /* Always show on desktop */

     }

 }

 

/* 

menu */







.regional-section {

    background: linear-gradient(to bottom, #00407f, #0a2c5e);

    color: white;

    text-align: center;

    padding: 40px 20px;



}



.title_box{

    background: linear-gradient(to bottom, #00407f, #000000);



}



.regional-section h3 {

    font-family: Georgia, 'Times New Roman', Times, serif;

    font-size: 40px;

    font-weight: bold;

    margin-bottom: 40px;

    text-shadow: 1px 1px 2px #000;

}



.region-card {

    background-color: transparent;

    text-align: center;

    position: relative;

}



.region-card img {

    width: 100%;

    max-width: 180px;

    height: 180px;

    object-fit: cover;

    border-radius: 4px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

    margin-bottom: 10px;

}



.region-label {

    background-color: #f2b632;

    color: black;

    font-weight: bold;

    font-size: 25px;

    padding: 6px 60px;

    display: inline-block;

    position: relative;

    top: -12px;

    transform: skewX(-20deg);

    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);

}





.background-2 {

    background: linear-gradient(to bottom, #F1E6CF 20%, #E3CA98 80%); }





















/* Footer Base */

.main-footer {

   



    border-top: 4px solid gold;

    color: white;

    font-family: Arial, sans-serif;

}



.footer-overlay {

    background-image: url('../images/footer-bg.jpg');

    background-size: cover;

    background-repeat: no-repeat;

  

    width: 100%;

    min-height: 300px;

    /* or auto if dynamic */

}

.footer-inner {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    max-width: 1200px;

    margin: auto;

    padding: 20px 40px;

    gap: 10px;

    /* reduce gap */

}

/* Left Navigation Links */

.footer-links {

    display: flex;

    gap: 40px;

}



.footer-links ul {

    list-style: none;

    padding: 0;

}



.footer-links .sub_menu{

    list-style: disc;

}



.footer-links li {

    margin-bottom: 8px;

}



.footer-links a {

    color: white;

    text-decoration: none;

    font-size: 15px;

    transition: color 0.3s ease;

}

.footer-links ul li a {

    line-height: 1.6;

    /* tighter spacing */

    font-size: 15px;

}



.footer-links a:hover {

    color: gold;

}



/* Center Text */

.footer-center {

    text-align: center;

    max-width: 300px;

    flex: 1;

    margin-top: 30px;

}



.footer-center h3 {

    font-size: 20px;



}



.footer-center p {

    font-size: 15px;

    line-height: 1.4;

   

}



/* Right Section */

.footer-right {

    text-align: center;

    max-width: 250px;

    margin-top: 35px;

}



.footer-right img {

    width: 215px;

    margin-bottom: 10px;

}



.footer-right p {

    font-size: 13px;

    line-height: 1.4;

}



/* Social Icons */

.footer-social {

    display: flex;

    justify-content: flex-start;

    gap: 10px;

    margin-top: 15px;

}



.footer-social a {

    background-color: transparent;

    width: 60px;

    /* ⬆ Wider */

    height: 60px;

    /* ⬆ Taller */

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: transform 0.3s ease;

    overflow: hidden;

}



.footer-social img {

    width: 32px;

    /* ⬆ Bigger icon */

    height: 32px;

    transition: transform 0.3s ease;

}



.footer-social a:hover img {

    transform: scale(1.2);

}



/* Responsive */



@media (max-width: 768px) {

    .footer-overlay {

       

        background-position: center top;

        min-height: auto;

    }

}

@media screen and (max-width: 768px) {

    

    .footer-inner {

        flex-direction: column;

        align-items: center;

        text-align: center;

    }



    .footer-links {

        flex-direction: column;

        align-items: center;

        margin-bottom: 20px;

    }



    .footer-right {

        text-align: center;

    }



    .footer-social {

        justify-content: flex-end;

    }

}

@media screen and (max-width: 768px) {

    /* Keep "ABOUT" aligned like others (no padding-left here) */



    .footer-links .sub_menu {

        margin-left: 135px !important;

        /* Submenu thoda right aayega */

    

      

        list-style: none;

        text-align: left;

    }



    .footer-links .sub_menu li {

        font-size: 14px;

        margin-bottom: 5px;

    }



    .footer-links .sub_menu li::before {

        content: "› ";

        color: gold;

        margin-right: 5px;

    }

}







.navbar-nav .nav-link {

    display: flex;

    align-items: center;

    /* Vertically center text */

    height: 100%;

}