* {
    margin: 0;
    padding: 0;
    /* font-family: "Manrope", sans-serif; */
    --fs-body: 16px;
    --fs-main-heading: 40px;
    --fs-sub-heading: 35px;
    --fs-small-heading: 24px;
    --primary: #1C5629;
    --primary-blue: #002569;
    --primary-gradient: linear-gradient(90deg, rgba(26, 95, 51, 1) 0%, rgba(0, 37, 105, 1) 100%);
}


main {
    /* background-color: red; */
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

main .navbar {
    padding: 0px 0px 10px 0px;
    position: absolute;
    width: 100%;
    background-color: #ffffff26 !important;
    top: 0px;
    z-index: 1;
    backdrop-filter: blur(5px);
}

.navbar-to-stick.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* Ensure it stays on top of other content */
}


.custom-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background-color: #002569;
    color: white;
    transition: all 0.4s ease;
    z-index: 1050;
    overflow-y: auto;
}

.custom-sidebar.active {
    left: 0;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1040;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-link {
    color: white;
    text-decoration: none;
    display: block;
    padding: 14px 20px;
    cursor: pointer;
    border-bottom: 1px solid;
}

.sidebar-link:hover {
    color: var(--primary);
}

.collapse {
    transition: all 0.3s ease;
}

.dropdown-toggle-sidebar::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.mobile-nav-btn {
    background: var(--primary-gradient);
    color: white;
    position: fixed;
    top: 140px;
    right: 0px;
    font-size: 20px;
    z-index: 11;
    padding: 18px 25px 18px 18px;
    border: 0;
    border-radius: 10px 0px 0px 10px;
}

.reserved-space {
    padding-top: 60px;
    /* Adjust this value based on the height of your navbar */
}


main .navbar-brand {
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-right: 0rem !important;
}



main h4 {
    align-self: center;
    width: 100%;
    text-align: center;
    color: white;
    text-wrap: balance;
    font-size: 32px;
    margin: 0px 0px 0px 10px;

    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}


main .logo {

    /* background-color: blue; */
    width: 100px;
}

/* .breadcum-sec .breadcrumb
{
  background-color: #ebebeb;
  padding: 12px;
} */

.breadcum-sec {
    margin: 30px 0;
}

.breadcrumb {
    position: relative;
    background: var(--primary-gradient);
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden; /* important for after pseudo-element clipping */
    z-index: 1;
}

.breadcrumb::after { 
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.breadcrumb-item a {
    color: var(--primary-blue);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.breadcrumb-item a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--primary-gradient);
    transition: width 0.3s ease;
}

.breadcrumb-item a:hover::after {
    width: 100%;
}

.breadcrumb-item.active {
    color: var(--primary);
    font-weight: 700;
}


a {
    color: #1C5629;
    text-decoration: underline;
}

.slider_ {
    /* background-color: red; */
    /* height: 100vh; */
    /* background-position:center; */
    /* background-size: cover; */
    /* background-image: url(assets/Subtraction.png); */
}


.downloads-table {
    margin: 0px 0 60px 0;
}

.downloads-table .table {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.downloads-table .table thead {
    background: var(--primary-gradient);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.downloads-table .table th, 
.downloads-table .table td {
    text-align: center;
    padding: 14px 12px;
    vertical-align: middle;
    font-size: 14px;
}

.downloads-table .table tbody tr {
    transition: transform 0.2s, box-shadow 0.2s;
}

.downloads-table .table tbody tr:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    background-color: #fafafa;
}

.downloads-table a {
    background-color: var(--primary-blue);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.downloads-table a:hover {
    background-color: var(--primary);
}


.dataTables_filter input {
    border-radius: 50px !important;
    padding: 8px 16px !important;
    width: 240px !important;
    transition: 0.3s;
}


/* Pagination styling */
.dataTables_paginate .pagination {
    gap: 6px;
}
.dataTables_paginate .page-link {
    border-radius: 50px !important;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    transition: all 0.3s;
}
.dataTables_paginate .page-link:hover,
.dataTables_paginate .page-link.current {
    background-color: var(--primary-blue);
    color: #fff !important;
    border-color: var(--primary-blue);
}

/* Remove bottom border */
.table > :not(caption) > * > * {
    border-bottom: none;
}


.dataTables_filter {
    margin-bottom: 20px;
    text-align: right !important;
}
.dataTables_filter input {
    border-radius: 30px;
    border: 1px solid var(--primary-blue);
    padding: 8px 16px;
    width: 240px;
    margin-left: 10px;
    display: inline-block;
    transition: 0.3s;
}


/* Pagination container alignment */
.dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* Pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 8px !important;
    border: 1px solid #dcdcdc !important;
    color: #333 !important;
    padding: 6px 12px;
    margin: 0 3px;
    background-color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

/* Active page button */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: var(--primary-blue) !important;
    color: #fff !important;
    border-color: var(--primary-blue) !important;
}

/* Hover effect for pagination */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #f5f5f5 !important;
    color: var(--primary-blue) !important;
    border-color: #c4c4c4 !important;
}

/* Remove box shadow or outlines when clicked */
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.team-sec .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.team-sec .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.team-sec .card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.team-sec .card-body {
    padding: 20px 12px;
    text-align: center;
    background-color: #fff;
}

.team-sec .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #002569;
    margin-bottom: 6px;
    letter-spacing: 0.4px;
}

.team-sec .card-body p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* Subtle fade-in animation on cards */
.team-sec .card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger the animation for elegance */
.team-sec .col:nth-child(1) .card { animation-delay: 0s; }
.team-sec .col:nth-child(2) .card { animation-delay: 0.1s; }
.team-sec .col:nth-child(3) .card { animation-delay: 0.2s; }
.team-sec .col:nth-child(4) .card { animation-delay: 0.3s; }

@media (max-width: 768px) {
    .team-sec .card img {
        height: 220px;
    }
}


.image-size {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.pagesHeader {
    height: 50vh;
    background-position: center;
    background-size: cover;
    position: relative;
    /* background-image: url('../assets/slider1.png'); */
}

.pagesHeader .page-title {
    text-align: center;
    padding: 80px 0px;
    position: relative;
    color: white;
    position: relative;
    top: 80px;

}

.pagesHeader .page-title h2 {
    margin: 15px 0 0 0;
    font-size: 45px;
    font-weight: 600;
}


.pagesHeader .page-title nav {
    margin: 15px auto 0 auto;
    font-weight: 500;
    font-size: 18px;
    /* background-color: red; */
    text-align: center;
}


.pagesHeader .page-title nav .breadcrumb {
    text-align: center;
    justify-content: center;
}

.pagesHeader .page-title nav .breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.525);
}

.pagesHeader .page-title nav .breadcrumb .breadcrumb-item.active {
    color: white;
}

main .pagesHeader::before {
    content: '';
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/Pageheaders.png);
    /* background-color: red; */
    /* z-index: 11; */
}

main .carousel-item::before {
    content: '';
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 0 0 / 35%);
    /* z-index: 11; */
}

main .slider-item {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

main .carousel-caption {
    position: absolute;
    right: 25%;
    bottom: 3%;
    left: 25%;
    width: 50%;

}

main .carousel-caption p {
    font-size: 18px;
    width: 60%;
    margin: 0px auto 20px auto;
}

.theme-button-1 {
    background: var(--primary-gradient);
    border: none;
    border-radius: 180px;
    padding: 8px 30px 13px 30px;
    line-height: normal;
    font-size: 18px;
}

.theme-button-1:hover {
    background: linear-gradient(10deg, rgba(0, 37, 105, 1) 0%, rgba(26, 95, 51, 1) 100%);
    border: none;
}

.slider_ .cover-image {
    background-color: var(--primary-blue);
    height: 60vh;
    object-fit: cover;
    object-position: center;
}

.slider_ .carousel-control-prev,
.slider_ .carousel-control-next {
    width: 50px;
    height: 50px;
    background: white;
    opacity: 1;
    border-radius: 100%;
    top: auto;
    bottom: 10%;
}

.slider_ .carousel-control-prev {
    left: 8%;
}

.slider_ .carousel-control-next {
    right: 8%;
}


.slider_ .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}


.slider_ .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}



header {
    /* background-color: red; */
}

header .bg-dark {
    background: var(--primary-gradient);
    padding: 20px 0px;
}

header .navbar-dark .navbar-nav .nav-link {
    color: white;
    background: none;
    padding: 8px 12px;
    border-radius: 50px;
}

header .navbar-dark .navbar-nav .show>.nav-link,
header .navbar-dark .navbar-nav .nav-link.active {
    background: white;
    color: var(--primary);
}

header .navbar-dark .navbar-nav .nav-link:hover,
header .navbar-dark .navbar-nav .nav-link:focus {
    background: white;
    color: var(--primary);
}


.about-section {
    /* background-color: red; */
    padding: 80px 0px;
    background: url('../assets/ajrak1.png');
    background-repeat: unset;
    /* background-size: cover; */
    background-position: center;
    position: relative;
    z-index: 1;
}

.about-section::after {
    content: '';
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.9;
}

.top-head {
    /* background: rebeccapurple; */
    margin-bottom: 100px;
}

.top-head h2 {}

.about-section h2 {
    text-align: center;
    font-size: 38px;
    letter-spacing: 5px;
    font-weight: 600;

    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}

.about-section h5 {
    text-align: center;
    font-size: 22px;
}

.tabs-sec {
    background-color: white;
    border-radius: 14px !important;
    overflow: hidden;

}

.tabs-sec .nav-item {
    flex: 1 1 24%;
    background: white;
}

.tabs-sec .nav-pills .nav-link {
    width: 100%;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    border-radius: 14px 14px 0px 0px !important;
    border: 2px solid var(--primary);
}

.tabs-sec .nav {
    border-bottom: 5px solid var(--primary);
    gap: 6px;
    flex-wrap: wrap;
}


.tabs-sec .nav-pills .nav-link.active,
.tabs-sec .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary-blue);
    border-radius: 14px 14px 0px 0px !important;
    border: 2px solid var(--primary-blue);
}

.tabs-sec .executive-message {
    /* background: red; */
    padding: 50px;
}


.tabs-sec .profile {
    /* background-color: aqua; */
}

.tabs-sec .profile h5 {
    /* margin: 0px; */
    font-weight: 700;
    font-size: 22px;
    color: var(--primary);
}

.tabs-sec .profile h6 {
    margin: 0px;
    color: var(--primary);
}

.tabs-sec .profile img {
    border-radius: 20px;
    margin-bottom: 10px;
}

.tabs-sec .executive-message h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.tabs-sec .executive-message p {
    /* font-size: 18px; */
}

.news-update {
    padding: 80px 0px;
    background: var(--primary-gradient);
    background-position: center;
    position: relative;
    z-index: 1;
}


.news-update::after {
    content: '';
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.8;
}

.notification-updates {
    border: 1px solid silver;
    background: #ebebeb;
    border-radius: 16px;
    overflow: hidden;

}


.notification-updates .headbar {

    color: white;
    background-color: var(--primary);
    font-size: 18px;
    padding: 0px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.notification-updates .headbar .btn,
.notification-updates .headbar-blue .btn {
    border-radius: 10px;
    /* padding: 0px 12px; */
}


.notification-updates .headbar .btn-primary {
    background-color: var(--primary-blue);
    border: var(--primary-blue);
}

.notification-updates .headbar-blue {

    color: white;
    background-color: var(--primary-blue);
    font-size: 18px;
    padding: 0px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.notification-updates .headbar-blue .btn {
    background-color: var(--primary);
    border: var(--primary);
}


.notification-updates .headbar h3 {
    font-size: 18px;
    padding: 0px;
    font-weight: 700;
    margin: 0px;
    line-height: 1.6;
    text-transform: uppercase;
}


.notification-updates p {
    font-size: 14px;
    color: grey;
}

.notification-updates .advertisement {
    padding: 20px;
    height: 330px;
}


.notification-updates .card {
    background-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.notification-updates .card:hover {
    background-color: #00000008;
}

.date {
    background: #d7d7d7;
    margin-left: 10px;
    border-radius: 10px;
    padding: 6px;
}

.date span:nth-last-of-type(3) {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    color: var(--primary);
}

.date span:nth-last-of-type(2) {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    display: block;
    width: 100%;
    text-align: center;
}

.date span:nth-last-of-type(1) {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    display: block;
    width: 100%;
    text-align: center;
}


.notification-updates .card-body {
    padding: 10px 10px;
}


.notification-updates .card-body .card-text {

    font-size: 13px;
    margin: 0px;
}

.notification-updates .card-body .card-title {
    font-size: 18px;
    margin-bottom: 0.3rem
}

.notification-updates .card-body .btn {
    font-size: 13px;
    padding: 0px;
}



.news-update .carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #00000042;
    width: 100%;
    left: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.what-we-do-section {
    /* background-color: red; */
    padding: 80px 0px;
    background: var(--primary-gradient);
    background-repeat: unset;
    background-position: center;
    position: relative;
    z-index: 1;
}

.what-we-do-section::after {
    content: '';
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.8;
}

.what-we-do-section .top-head {
    /* background: rebeccapurple; */
    margin-bottom: 20px;
}



.what-we-do-section h2 {
    text-align: center;
    font-size: 38px;
    letter-spacing: 0px;
    color: var(--primary);
}

.what-we-do-section h4 {
    color: var(--primary);
}


.btn-secondary {
    background-color: var(--primary);
}


.what-we-do-section .card {
    border-radius: 12px;
    overflow: hidden;
}

.footer {
    background: var(--primary-gradient);
    color: white;
    /* position: relative; */
}

.footer .nav-link {
    color: white;
}

.footer-logo {
    max-width: 100%;

    width: 150px;
    /* position: absolute; */
    /* top: 0px; */
}


.footer .about-text {
    margin-top: 15px;
    max-width: 300px;
    margin-left: auto;
    font-size: 18px;
    font-weight: 600;
    margin-right: auto;
}

.contact-section {
    padding: 100px 0px;
}

.contact-section .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 30px 0;
}

.contact-section .info-box i {
    font-size: 20px;
    color: var(--primary);
    /* padding: 10px; */
    border-radius: 50%;
    padding: 14px;
    width: 50px;
    height: 50px;
    border: 2px dotted #147d3e69;
}

.contact-section .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact-section .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact-section .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}

.contact-section .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact-section .php-email-form input {
    padding: 10px 15px;
}

.contact-section .php-email-form textarea {
    padding: 12px 15px;
}

.contact-section .php-email-form input,
.contact-section .php-email-form textarea {
    border-radius: 12px;
    box-shadow: none;
    font-size: 14px;
}

.contact-section .php-email-form button[type=submit] {
    background: var(--primary-gradient);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 12px;
    width: 100%;
}

.contact-section .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact-section .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact-section .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}


.contact-section h2 {
    text-align: center;
    font-size: 38px;
    letter-spacing: 0px;
    color: var(--primary);
}



.custom-pagination {
    padding-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0px;

}

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.page-link {
    color: var(--primary);
}



.recent-school-visit {
    /* background-color: red; */
    padding: 80px 0px;
    background: var(--primary-gradient);
    background-repeat: unset;
    background-position: center;
    position: relative;
    z-index: 1;
}

.recent-school-visit .top-head {
    margin-bottom: 40px;
}

.recent-school-visit::after {
    content: '';
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.8;
}

.recent-school-visit .vist_img {
    padding: 0px 10px;
}


.recent-school-visit h2 {
    text-align: center;
    font-size: 38px;
    letter-spacing: 0px;
    color: var(--primary);
}

.recent-school-visit #vist_gallery img {
    width: 400px;
    height: 320px;

    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.recent-school-visit .slick-slider {
    margin-bottom: 20px;
}


@media screen and (max-width: 576px) {

    header>.bg-dark {
        display: none;
    }


    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: inline-block;
        width: 1rem;
        height: 1rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    .about-section h2 {
        font-size: 26px;
        letter-spacing: 0px;
    }


    .about-section .top-head {
        margin-bottom: 60px;
    }



    .tabs-sec .executive-message {
        padding: 20px;
    }

    .tabs-sec .executive-message h4 {
        margin-top: 40px;
        text-align: center;
    }

    .tabs-sec .executive-message p {
        text-align: center;
    }

}



.welcome-msg {
    position: relative;
    background: var(--primary-gradient);
    padding: 12px 12px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    z-index: 1;
    margin-bottom: 60px;
}

.welcome-msg::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.welcome-msg h3 {
    background: var(--primary-blue);
    color: white;
    border-radius: 8px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.ofc-address {
    text-align: start !important;
    font-size: 15px;
    color: #484848;
}

.welcome-msg li {
    font-size: 14px;
}

.ofc-address li {
    margin-bottom: 10px;
}
.gallary-sec
{
    margin: 60px 0px 60px 0px;;
}

.gallery-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-card .overlay-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    text-align: left;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.gallery-card .overlay-text h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.gallery-card:hover img {
    transform: scale(1.05);
    filter: brightness(0.95);
}

.gallery-card:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}




.container-1 {
    max-width: 80rem;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
}

.main1 .container-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main1 .card {
    color: #252a32;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main1 .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}

.main1 .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-update-sec {
    margin: 60px 0;
}

.new-update-sec .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.new-update-sec .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 37, 105, 0.1);
}

.new-update-sec .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.new-update-sec .card-body {
    padding: 20px;
}

.new-update-sec .card-title {
    font-size: 20px;
    color: var(--primary-blue);
    margin-bottom: 10px;
    transition: color 0.3s;
}

.new-update-sec .card:hover .card-title {
    color: var(--primary);
}

.new-update-sec .card-text {
    color: #555;
    font-size: 15px;
}

.new-update-sec a {
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}

.new-update-sec a:hover {
    text-decoration: none;
}


.grm-section
{
    margin-bottom: 60px;
}