body{
    font-family: "Roboto", sans-serif;
    font-size:18px;
    line-height:20px;
    font-weight:400;
}
html{
    scroll-behavior:smooth;
}
@keyframes blink {
            0% { opacity: 1; }
            50% { opacity: 0; }
            100% { opacity: 1; }
        }

        .blinking {
            animation: blink 1s infinite;
            font-weight: bold;
            color: red;
        }

        
        .news-bar {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
}

.latest-news {
    flex: 1;
    min-width: 0;
}
/* =========================
   LATEST NEWS + ENQUIRY
   ========================= */

.news-marquee {
    background-color: #EFEABB;
    color: #000;
    font-weight: bold;

    width: 100%;
    height: 44px;

    display: flex;
    align-items: center;

    padding: 0 10px;

    position: fixed;
    top: 0;
    left: 0;

    z-index: 1000;
    box-sizing: border-box;
}

/* Moving News Area */
.news-marquee > marquee {
    flex: 1;
    min-width: 0;

    height: 44px;
    line-height: 44px;

    overflow: hidden;
    text-align: left;
}

/* Admission Enquiry Area */
.enquiry-box {
    flex: 0 0 auto;
    margin-left: 10px;
}

/* Admission Button */
.admission-btn {
    display: inline-block;

    padding: 6px 14px;

    background: #dc3545;
    color: #fff !important;

    border-radius: 5px;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 700;
    line-height: 20px;

    white-space: nowrap;

    animation: enquiryBlink 1s infinite;
}

/* Blink Effect */
@keyframes enquiryBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.admission-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    animation: none;
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 576px) {

    .news-marquee {
        height: 44px;
        padding: 0 6px;
    }

    .news-marquee > marquee {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .enquiry-box {
        margin-left: 5px;
    }

    .admission-btn {
        padding: 5px 8px;
        font-size: 11px;
        line-height: 16px;
        border-radius: 4px;
    }
}






        .top-header{
    
                margin-top: 44px;

                
                   }


    /* Paste all your CSS here */

    *{
        margin:0;
        padding:0;
        box-sizing:border-box;
    }

   
   

        

.top-header .headTitle{
    font-size:26px;
    font-weight:800;
    line-height:34px;
    text-transform:uppercase;
    text-align:center;
    width:100%;
    max-width:none;
    margin:0;
    color:#fff;
    white-space:nowrap;

}
.top-header{
    background:#66033b;
    padding:20px 15px;
}

.header-grid{
    display:grid;
    grid-template-columns:170px 1fr 170px;
    align-items:center;
    width:100%;
}
.headTitle small{
    display:block;
    font-size:15px;
    color:#f5e30b;
    font-weight:500;
    margin-top:6px;
}

.logo-div.left{
    justify-content:flex-start;
}

.logo-div.right{
    justify-content:flex-end;
    margin-left:auto;
}

.title-div{
    display:flex;
    justify-content:center;
    width:100%;
}
.headTitle{
    margin:0;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:26px;
    font-weight:800;
    line-height:34px;
    text-transform:uppercase;
    white-space:nowrap;
}

.mobile-break{
    display:none;
}
.mobile-break{
    display:none;
}
 
.top-header{
    background-color: #4B1426;
    padding:20px 15px;
   
}

    .top-header .logo-div{
    width:170px;
    display:flex;
    align-items:center;
    gap:8px;
}

.top-header .logo-div span{
    font-size:24px;
    line-height:28px;
    font-weight:600;
    color:#fff;
    display:inline-block;
}
.container-fluid{
    padding-left:8px;
    padding-right:8px;
}



.navBar-header{
    position:sticky;
    top:0;
    z-index:9;
    background-color: #EFEABB !important;
}
.navBar-header .nav-link{
    padding:10px 28px !important;
}
.dropdown-menu{
    background:#66033b;
    border:none;
    border-radius:5px;
}

.dropdown-menu .dropdown-item{
    color:#fff;
    padding:10px 20px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus{
    background:#f5e30b;
    color:#000;
}

.slider-sec{
    background-color:#041b20;
     height: calc(100vh - (100% - var(--header-height)) - (100% - var(--menubar-height))); /* Adjust dynamically */
    /*padding: 50px 10px; */
    }
.slider-sec .row{
    align-items:center;
}
.slider-sec .subhead{
    font-size: 26px;
    line-height: 32px;
    color:#fff;
    text-align: center;
    margin-bottom: 0;
    /* background-color: #000; */
    border-radius: 24px;
    padding: 10px;
    /* color: #fff; */
    border: 2px solid #b0b0b0;
    cursor: pointer;
}
.slider-sec .carousel.slide{
    border: 0px solid #000;
    border-radius: 5px;
    /* padding: 5px; */
    background-color: #fff;
}
.slider-sec .carousel-item img{
    min-height:360px;
    height:100%;
    object-fit:cover;
    height: 78vh;
}

.main-footer{
    background-color:#4B1426;
    padding:40px 15px 20px;
}
.main-footer .footerLogo{
    max-width:80%;
    margin:auto;
}
.main-footer .footerLogo .ftrLogo{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:18px;
    justify-content:center;
}
.main-footer .footerLogo .ftrLogo img{
    width:45px;
}
.main-footer .footerLogo .ftrLogo span{
    font-size:24px;
    line-height:28px;
    font-weight:600;
    color:#f1f1f1;
    display:inline-block;
}
.main-footer .footerLogo p{
    font-size:14px;
    line-height:22px;
    color:#d7d3d3;
    font-weight:300;
    text-align:center;
}
.main-footer .ftrMenu h3{
    color:#f1f1f1;
    font-size:18px;
    line-height:22px;
}
.main-footer .ftrMenu .ftr-link{
    display:flex;
    align-items:center;
    gap:2px 12px;
    padding:0;
    margin-bottom:22px;
}
.main-footer .ftrMenu .ftr-link li{
    list-style:none;
}
.main-footer .ftrMenu .ftr-link li a{
    color:#b3b0b0;
    font-size:14px;
    line-height:18px;
    text-decoration:none;
    transition:all 0.3s ease-in-out;
}
.main-footer .ftrMenu .ftr-link li a:hover{
    color:#f1f1f1;
}

.main-footer .ftrMenu .ftr-link.social-link{
    gap:2px 18px;
}
.main-footer .ftrMenu .ftr-link.social-link li a{
   font-size:15px;
   color:#f5e30b;
}
.main-footer .ftr-contact h3{
    color:#f1f1f1;
    font-size:18px;
    line-height:22px;
    margin-bottom:20px;
}
.main-footer .ftr-contact .addr{
    padding:0;
}
.main-footer .ftr-contact .addr li{
    list-style:none;
    margin-bottom:15px;
}
.main-footer .ftr-contact .addr li:last-child{
    margin-bottom:0px;
}
.main-footer .ftr-contact .addr li a{
    color:#f5e30b;
    text-decoration:none;
    font-size:14px;
    line-height:18px;
}
.main-footer .ftr-contact .addr li a i{
    margin-right:8px;
}
.main-footer .ftrhr{
    color:#fff;
}
.main-footer .ftrcopy{
    text-align:center;
    font-size:14px;
    line-height:18px;
    color:#858181;
    margin-bottom:0;
}

.bulletinBoardSec{
    padding:1px 1px;
    background-color:#fff;
}
.bulletinBoardSec .gallerSlider .carousel-item{
    padding:8px;
    border-radius:5px;
    /* box-shadow:0 5px 10px rgba(0 , 0, 0, 0.5); */
    background-color: #66033b;
}
.testimonial-sec{
    background-color:#f7f7f7;
    padding:90px 10px 60px;
}
.testimonial-sec h2{
    text-align:center;
    margin-bottom:70px;
}
.bulletinBord{
    background:#17433F;
    border-radius:8px;
    padding:25px;
    height:100%;
    box-shadow:0 5px 15px #4B1426;
}

.bulletinBord h3{
    text-align:center;
    color:#fff;
    font-size:28px;
    margin-bottom:25px;
    text-transform:uppercase;
}

.bulletinList{
    list-style:none;
    padding:0;
    margin:0;
}

.bulletinList li{
    margin-bottom:18px;
    background:#EFEABB;
    border-radius:6px;
    padding:12px;
}

.bulletinList li:last-child{
    margin-bottom:0;
}

.bulletinList li a{
    color:#66033b;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
}

.bulletinList li a:hover{
    color:#0056b3;
}
.about-section{
    padding:70px 0;
    background:#EFEABB;
}

.about-img{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:12px;
   
}

.about-content h2{
    color:#0d3b66;
    font-weight:700;
    margin-bottom:20px;
}

.about-content p{
    text-align:justify;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

.about-content .btn{
    padding:10px 28px;
    border-radius:30px;
}

@media (max-width:991px){

    .about-section{
        padding:50px 0;
    }

    .about-img{
        height:300px;
    }

    .about-content{
        text-align:center;
    }

    .about-content p{
        text-align:justify;
    }
}

@media (max-width:576px){

    .about-img{
        height:220px;
    }

    .about-content h2{
        font-size:28px;
    }
}


.testimonial-sec .snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    /* display: inline-block; */
    /* font-family: 'Roboto', Arial, sans-serif; */
    font-size: 16px;
    /* margin: 35px 10px 10px; */
    /* max-width: 310px; */
    /* min-width: 250px; */
    position: relative;
    text-align: center;
    width: 100%;
    background-color: rgb(5 81 96);
    border-radius: 5px;
    border-top: 5px solid #f5e30b;
    height:100%;
  }
  
  .testimonial-sec .snip1533 *, .testimonial-sec
  .snip1533 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  
  .testimonial-sec .snip1533 figcaption {
    padding: 13% 10% 12%;
  }
  
  .testimonial-sec .snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #f5e30b;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
  }
  
  .testimonial-sec .snip1533 h3 {
    color: #858181;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
  }
  
  .testimonial-sec .snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.7;
    color:#f5e30b;
  }
  
  .testimonial-sec .snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
    color:#fff;
  }
  .container-fluid a{
    text-decoration: none;
    color: white;
  }

  
  /* Demo purposes only */


  @media only screen and (max-width:767px){
    .header-grid{
    grid-template-columns:1fr;
    row-gap:10px;
}

/* Mobile Header */
.header-grid{
    grid-template-columns:1fr;
    row-gap:10px;
}

.logo-div.left{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    gap:8px;
}

.logo-div.left img{
    width:80px;
    height:80px;
}

.logo-div.left span{
    display:inline-block;
    color:#fff;
    font-size:24px;
    font-weight:600;
}

.logo-div.right{
    display:none;
}

.title-div{
    justify-content:center;
    text-align:center;
}

.headTitle{
    font-size:16px;
    line-height:22px;
    white-space:normal;
}

.mobile-break{
    display:inline;
}
    .top-header .logo-div{
        justify-content:center;
        margin-bottom:12px;
    }
    .top-header .logo-div.right{
        display:none;
    }
    .top-header .headTitle{
    width:100%;
    max-width:100%;
    font-size:16px;
    line-height:22px;
    white-space:normal;
}

.mobile-break{
    display:inline;
}

    
    .navBar-header .navbar-toggler{
       margin-left:auto;
    }
    .slider-sec .subhead{
        margin-bottom:25px;
    }
    .slider-sec .subhead:last-child{
        margin-bottom:0px;
    }
    .slider-sec .subhead.isMob{
        display:block !important;
    }
    .slider-sec .subhead.isDesk{
        display:none;
    }
    .slider-sec .carousel.slide{
        margin-bottom:20px;
    }
    .slider-sec .carousel-item img{
        min-height:280px;
        height:280px;
    }
    .bulletinBoardSec .gallerSlider{
        margin-bottom:25px;
    }
    .testimonial-sec .snip1533{
        margin-bottom:50px;
        height:calc(100% - 50px);
    }
    .main-footer .footerLogo{
        max-width:100%;
    }
    .main-footer .footerLogo .ftrLogo{
        justify-content:flex-start;
    }
    .main-footer .footerLogo p{
        text-align:start;
    }
  }
   .container {
            width: 90%;
            margin: auto;
            overflow: hidden;
        }

        /* About Us Section */
        .about-us {
            background: #055160;
            padding: 60px 20px;
            margin-top: 40px;
            border-radius: 10px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
            animation: fadeIn 1.5s ease-in-out;
        }

        .about-us h2 {
            font-size: 2.8rem;
            color: #f9fafb;
            margin-bottom: 20px;
        }

        .about-us p {
            font-size: 1.2rem;
            color: #f9fafb;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.7;
            margin-bottom: 40px;
        }

        /* Founder Section */
        .founder-section {
            background-color: #b9b67a;
            padding: 60px 20px;
            text-align: center;
            margin-top: 60px;
            border-radius: 10px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        .founder-section h2 {
            font-size: 2.8rem;
            color: #003366;
            margin-bottom: 20px;
        }

        .founder-photo {
            width: 250px;
            height: 250px;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        .founder-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .founder-text {
            font-size: 1.2rem;
            color: #666;
            margin-top: 30px;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Core Values Section */
        .core-values {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 50px;
        }

        .core-value {
            background-color: #b9b67a;
            padding: 30px;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
            flex: 1;
            transition: transform 0.3s ease;
        }

        .core-value:hover {
            transform: translateY(-10px);
        }

        .core-value h3 {
            color: #003366;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }

        .core-value p {
            color: #777;
            font-size: 1rem;
            line-height: 1.5;
        }
        /* Faculty Section */
        .faculty-section {
            margin-top: 60px;
            text-align: center;
        }

        .faculty-section h2 {
            font-size: 2.5rem;
            color: #003366;
            margin-bottom: 30px;
        }

        .faculty {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }

        .faculty-member {
            width: 250px;
            text-align: center;
            margin-bottom: 30px;
            background-color: #b9b67a;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            background: #055160;
        }

        .faculty-member:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .faculty-member img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 15px;
            transition: transform 0.3s ease;
        }

        .faculty-member:hover img {
            transform: scale(1.1);
        }

        .faculty-member h4 {
            color: #dee2e6;
            font-size: 1.4rem;
            margin-bottom: 10px;
        }

        .faculty-member p {
            color: #ffc107;
            font-size: 1rem;
        }

        /* Testimonials Section */
        .testimonials {
            background: #003366;
            color: white;
            padding: 50px 20px;
            margin-top: 60px;
            border-radius: 10px;
        }

        .testimonials h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .testimonial {
            margin-bottom: 30px;
            font-size: 1.2rem;
            line-height: 1.6;
        }

        .testimonial p {
            font-style: italic;
        }

        .testimonial span {
            display: block;
            margin-top: 10px;
            font-weight: bold;
        }

       
        @keyframes fadeIn {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .core-values {
                flex-direction: column;
                align-items: center;
            }

            .faculty {
                justify-content: center;
            }

            .faculty-member {
                width: 90%;
            }

           

            .about-us h2 {
                font-size: 2rem;
            }

            .about-us p {
                font-size: 1rem;
            }

            .core-value h3 {
                font-size: 1.5rem;
            }

            .core-value p {
                font-size: 0.9rem;
            }

            .faculty-member h4 {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 480px) {
           

            .about-us h2 {
                font-size: 1.5rem;
            }

            .about-us p {
                font-size: 0.9rem;
            }

            .core-value h3 {
                font-size: 1.2rem;
            }

            .core-value p {
                font-size: 0.8rem;
            }

            .faculty-member h4 {
                font-size: 1rem;
            }
        }
         .alumni-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 30px;
            justify-items: center;
        }

        .staff-card {
            background-color: #055160;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            width: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }

        .staff-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        }

        .staff-photo {
            width: 100%;
            height: 70%;
        
            border-bottom: 4px solid #3b4f77;
            border-radius: 10px 10px 0 0;
            transition: transform 0.3s ease;
        }

        .staff-card:hover .staff-photo {
            transform: scale(1.05);
        }

        .staff-info {
            padding: 7px;
            text-align: center;
        }

        .alumni-name {
            font-size: 0.8em;
            font-weight: bold;
            color: #f8f9fa;
            margin-bottom: 5px;
        }

        .alumni-title {
            font-size: 1em;
            color: #666;
            margin-bottom: 10px;
        }

        .alumni-year {
            font-size: 0.9em;
            color: #999;
        }
         header {
            background-color: #055160;
            color: white;
            text-align: center;
            padding: 50px 20px;
        }

        header h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
        }

        header p {
            font-size: 1.1em;
        }
         .container_1 {
            width: 90%;
            margin: 30px auto;
            background-color: #0f51329c;             /* Transparent white background for the content */
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        h1 {
            text-align: center;
            font-size: 36px;
            color: #ffffff;
            margin-bottom: 40px;
        }

        /* Course container styles */
        .course-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 30px;
        }

        .course {
            width: 30%;
            padding: 20px;
            border: 2px solid #ddd;
            border-radius: 10px;
            background-color: white;
             background-image: url('assets/images/metalic.jpg');
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            perspective: 1000px;
        }

        .course:hover {
            transform: rotateY(15deg) rotateX(10deg);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        /* Each section inside the course */
        .course-details, .intake-capacity, .course-image {
            margin-bottom: 15px;
        }

        .course-details h2, .intake-capacity h3 {
            font-size: 18px;
            color: #333;
        }

        .course-details p, .intake-capacity p {
            font-size: 16px;
            color: #555;
        }

        .course-image img {
            width: 100%;
            border-radius: 10px;
        }

        /* Responsive styles */
        @media (max-width: 1200px) {
            .course {
                width: 45%;
            }
        }

        @media (max-width: 768px) {
            .course {
                width: 100%;
            }
        }

.banner{
width:100%;
height:300px;
background:url("images/academic/1.jpg") center center/cover;
display:flex;
justify-content:center;
align-items:center;
}

.banner h1{
background:rgba(0,0,0,.6);
color:#fff;
padding:15px 40px;
font-size:40px;
border-radius:8px;
}

/* Container */

.container{
width:90%;
max-width:1200px;
margin:50px auto;
}

.container h2{
text-align:center;
color:#003366;
margin-bottom:20px;
}

.container p{
text-align:center;
font-size:18px;
line-height:30px;
color:white;
margin-bottom:40px;
}

/* Gallery */

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.gallery img{
width:100%;
height:230px;
object-fit:cover;
border-radius:10px;
cursor:pointer;
transition:.4s;
box-shadow:0 5px 15px rgba(0,0,0,.2);
}

.gallery-item{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    transition:.3s;
    text-align:center;
}

.gallery-item:hover{
    transform:translateY(-6px);
}

.gallery-item img{
    width:100%;
    height:230px;
    object-fit:cover;
    cursor:pointer;
}

.gallery-item h3{
    padding:15px;
    font-size:20px;
    color:#003366;
}

.gallery img:hover{
transform:scale(1.05);
}

/* Lightbox */

.lightbox{
display:none;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.95);
justify-content:center;
align-items:center;
z-index:9999;
}

.lightbox img{
max-width:90%;
max-height:90%;
border-radius:10px;
}

.close{
position:absolute;
top:20px;
right:40px;
font-size:50px;
color:white;
cursor:pointer;
}
.responsive-div {
      width: 100%; /* 100% of the viewport width */
      height: 20vh; /* 20% of the viewport height */
      background-color: #055160; /* You can change this to any color or image */
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 2rem;
      text-align: center;
    }

     
    /* Responsive text size */
    .responsive-div h1 {
      font-size: 2vw;
       /* Adjust font size based on viewport width */
    }
@media(max-width:768px){

.banner{
height:200px;
}

.banner h1{
font-size:28px;
}
.responsive-div {
      width: 100%; /* 100% of the viewport width */
      height: 20vh; /* 20% of the viewport height */
      background-color: #055160; /* You can change this to any color or image */
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 2rem;
      text-align: center;
    }

     
    /* Responsive text size */
    .responsive-div h1 {
      font-size: 2vw;
       /* Adjust font size based on viewport width */
    }
        
.gallery{
grid-template-columns:1fr;
}

}
 .gallery-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 24px;
            padding: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .gallery-item img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .gallery-item h3 {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            font-size: 1.4em;
            text-align: center;
            font-weight: 700;
            letter-spacing: 1px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-item:hover h3 {
            opacity: 1;
        }

        .gallery-item a {
            display: block;
            text-decoration: none;
            color: inherit;
        }
        input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  height: 150px;
}

#map {
  width: 100%;
  min-width: 100%;
  height: 450px;
  margin-bottom: 20px;
  align-items: center;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}
.document-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            padding: 40px 20px;
            max-width: 100%;
            margin: 0 auto;
            background-color: #0f51329c;
        }

        .document-box {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease-in-out;
        }

        .document-box:hover {
            transform: translateY(-10px);
        }

        .document-header {
            background-color: #66033b;
            color: #fff;
            padding: 20px;
            font-size: 22px;
            text-align: center;
        }

        .document-title {
            font-size: 1.5em;
            color: #333;
            text-align: center;
            padding: 20px;
            margin: 0;
            background-color: #f1f1f1;
            border-top: 3px solid #0056b3;
        }

        .instructions {
            font-size: 16px;
            color: #777;
            padding: 10px;
            text-align: center;
            margin-bottom: 20px;
        }

        .view-btn {
            display: block;
            margin: 20px auto;
            background-color: #055160;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            text-align: center;
            width: 80%;
            max-width: 200px;
            transition: background-color 0.3s;
        }

        .view-btn:hover {
            background-color: #003d7a;
        }

        .document-content {
            display: none;
            width: 100%;
            height: 41px;
            position: relative;
        }

