* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* body {
    font-size: 16px;
    line-height: 24px;
    scroll-behavior: smooth;
    font-weight: 400;
    background-color: #fff;
    color: #100024;
    font-family: "SolaimanLipi", Arial, sans-serif;
} */


body {
    /* Use the image but ensure it covers the whole screen */
    background-image: url('../images/bg-main.gif');
    background-repeat: repeat-y;
    background-position: center top;
    background-attachment: fixed;
    /* This ensures the image stretches to match the viewport width */
    background-size: 100% auto; 
    background-color: #f4f4f4; /* Fallback color */
    margin: 0;
    padding: 0;
    
    font-size: 16px;
    line-height: 24px;
    scroll-behavior: smooth;
    font-weight: 400;
    background-color: #fff;
    color: #100024;
    font-family: "SolaimanLipi", Arial, sans-serif;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* Add a solid white background to your container 
       so the content is readable over the center of the image */
    background-color: #ffffff; 
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    min-height: 100vh;
}

:root {
    --swiper-navigation-size: auto;
}
a {
    text-decoration: none;
}
.w-img img {
    width: 100%;
}
.m-img img {
    max-width: 100%;
}
a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}
a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: rgba(0, 0, 0, 0);
}
button:hover {
    cursor: pointer;
}
button:focus {
    outline: 0;
    border: 0;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3941;
    line-height: 24px;
    transition: all 0.3s ease-out 0s;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style-type: none;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px !important;
}
*::-moz-placeholder {
    color: #2c3941;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #2c3941;
    font-size: 14px;
    opacity: 1;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.z-index-1 {
    z-index: 1;
}
.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}
.p-relative {
    position: relative;
}
/* .container {
    max-width: 1040px;
    margin: 0 auto;
} */

.opacity-0 {
    opacity: 0;
}
.red-color {
    color: #da0000;
}
.green-color {
    color: #029a02;
}
.d-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-80 {
    margin-bottom: 80px;
}
.body-bg {
    background: repeat-y scroll center top rgba(0, 0, 0, 0);
} 
.main-content {
    padding: 0 10px;
    /* overflow:auto; */
}
.form-control:focus {
    border-color: #dc3545;
    box-shadow: none;
}
.form-check-input:focus {
    border-color: #dc3545;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #009444;
    border-color: #009444;
}
.border-b {
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 10px;
}
.top-content {
    background: linear-gradient(135deg, #069a2b, #067007);
    border-bottom: 1px solid #e40001;
    color: white !important;
    /* background-color: #f0f5f8; */
    display: flex;
    align-items: center;
    padding: 2px 10px;
}
.email-link {
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 16px;
    color: #fff;
}
.email-link ion-icon {
    margin-right: 5px;
    font-size: 20px;
}
.marquee-text {
    color: white;
    width: 100%;
    font-size: 14px;
}
.marquee-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.header{
    width: 100%;
}
.nav_list {
    /* padding: 10px 0; */
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(187, 187, 187, 0.336);
}
.nav_list li {
    padding: 10px 12px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.nav_list li:hover {
    background-color: #9E5BBA;
    color: #fff !important;
}

.nav_list li:hover a {
    width: 100%;
}
.nav_list li:hover .sub_down {
    top: 50px;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    padding: 10px 10px 10px 10px;
}
.nav_list li a {
    font-size: 16px;
    /* color: #302f2f; */
    font-weight: 400;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav_list li a ion-icon {
    font-size: 12px;
}
.nav_list li a .home-icon {
    font-size: 18px;
}
.nav_list li a:hover {
    color: #fff !important;
}
.nav_list li a span {
    padding-right: 10px;
    font-size: 18px;
}
.nav_list li a .droppper {
    font-size: 16px;
}
.menu-right {
    margin-left: auto; /* pushes this li to the right in flexbox */
}

.nav_list li .sub_down {
    background-color: #fff;
    border-radius: 6px;
    padding: 8px 10px 8px 10px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    visibility: hidden;
    display: block;
    width: 230px;
    border: none;
    border-top: 2px solid #9E5BBA;
    opacity: 0;
    top: 40px;
    right: 0;
    padding: 0;
    z-index: 10;
}
.nav_list li .sub_down li {
    padding: 5px 8px;
    width: 100%;
    margin: 2px 0;
}
.nav_list li .sub_down li:hover {
    /* background-color: #e1e0e0; */
    background-color: #9E5BBA;
    color: #fff !important;
    border-radius: 4px;
}
.nav_list li .sub_down li:hover .sub_sub_down {
    opacity: 1;
    visibility: visible;
    right: -100px;
    top: 25px;
}
.nav_list li .sub_down li:hover .sub_sub_down a {
    font-size: 15px;
    color: #3e3c3c;
    font-weight: 400;
}
.nav_list li .sub_down li:hover .sub_sub_down a:hover {
    color: #fff !important;
}
.nav_list li .sub_down li:hover a {
    color: #fff !important;
}
.nav_list li .sub_down li a {
    font-size: 16px;
    color: #272626;
    font-weight: 400;
}
.nav_list li .sub_down .sub_sub_down {
    visibility: hidden;
    opacity: 0;
}
.hero-slider {
    height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-slider::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.hero-banner {
    position: relative;
}
.hero-banner .hero-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}
.hero-banner .hero-content .hero-logo img {
    max-height: 80px;
    object-fit: contain;
    border-radius: 50%;
}
.hero-banner .hero-content h3 {
    font-size: 26px;
    color: #fff;
}
.hero-banner .hero-content p {
    color: #fff;
    font-weight: 400;
}
.guest-item .guest-title {
    background: linear-gradient(135deg, #5491e8, #27ae60);
    padding: 6px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    display: flex;
    height: auto;
}
/* .guest-item .guest-profile {
    margin-top: 10px;
} */
.guest-item .guest-profile img {
    width: 100%;
    object-fit: contain;
}
.guest-item .guest-profile p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.help-list {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

/* REMOVE flex from here */
.help-list-item {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

/* APPLY flex HERE (IMPORTANT) */
.help-list-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem;
    text-decoration: none;
    color: inherit;
}

/* Hover */
.help-list-item:hover {
    transform: translateY(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.help-info {
    display: flex;
    align-items: center;
}

.help-info img {
    width: 40px;
    height: auto;
    object-fit: contain;
    background-color: #fff;
    border-radius: 0.5rem;
    margin-right: 0.5rem;
}

.help-info span {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1f2937;
}

.help-number {
    font-size: 1rem;
    font-weight: 700;
    color: #05458B;
    background-color: #e0e7ff;
    padding: 5px 10px;
    border-radius: 0.75rem;
    white-space: nowrap;
    transition: 0.3s;
}

.help-list-item a:hover .help-number {
    background-color: #05458B;
    color: #fff;
}

/* Mobile */
@media (max-width: 576px) {
    .help-list-item a {
        flex-direction: column;
        align-items: flex-start;
    }

    .help-info {
        margin-bottom: 1rem;
    }

    .help-number {
        width: 100%;
        text-align: center;
    }
}


.home-text {
    padding: 20px;
    background-color: #f7f7f7;
    width: 100%;
    height: auto;
}
.home-text h2 {
    font-size: 22px;
    line-height: 28px;
    color: #4b4a4a;
    font-weight: bold;
}
.home-text p {
    font-size: 16px;
    line-height: 28px;
    color: #4b4a4a;
}
.home-main-feature {
    background-color: #f5f5f5;
    padding: 20px 0;
}
/* .feature-content {
    padding: 10px;
}
.feature-content .feature-icon {
    display: flex;
    justify-content: center;
}
.feature-content .feature-icon img {
    max-width: 60px;
    object-fit: contain;
}
.feature-content .feature-text {
    padding-top: 15px;
}
.feature-content .feature-text h4 {
    text-align: center;
    font-size: 17px;
    line-height: 16px;
    font-weight: 700;
}
.feature-content .feature-text p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #737373;
}
.feature-content .feature-text ul {
    margin-left: 22px;
    padding-top: 10px;
}
.feature-content .feature-text ul li {
    font-size: 15px;
    color: #3f3f3f;
    list-style: disc;
    margin-top: 2px;
}
.feature-content .feature-text ul li:hover {
    color: #9E5BBA;
} */


.feature-card {
    background: #F5F5F5;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Card hover animation (scale & shadow) */
.feature-card:hover {
    transform: scale(1.03); /* subtle zoom */
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Icon hover animation */
.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.feature-icon img {
    max-width: 70px;
    height: auto;
    transition: transform 0.4s ease;
}

.feature-card:hover .feature-icon img {
    transform: scale(1.15) rotate(-5deg); /* zoom + slight rotate */
}

.feature-text {
    text-align: center;
}

.feature-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.feature-card:hover .feature-text h4 {
    color: #9E5BBA;       /* text color change on hover */
    transform: translateY(-3px); /* subtle upward movement */
}

.feature-text p {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 1.7;
    margin-bottom: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.feature-card:hover .feature-text p {
    transform: translateY(-2px);
    color: #4a4a4a;
}

/* Feature list styling */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-list li {
    position: relative;
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 22px;
    transition: all 0.3s ease;
}

.feature-list li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #9E5BBA;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s ease;
}

.feature-list li a {
    color: #3f3f3f;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

.feature-list li a:hover {
    color: #9E5BBA;
    font-weight: bold;
    transform: translateX(5px) scale(1.05); /* hover with move + scale */
}

/* Optional: subtle bounce effect on card hover */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.feature-card:hover {
    animation: pulse 0.6s ease-in-out;
}







.right-border {
    border-right: 1px solid #d3d3d3;
}
.right-border:last-child {
    border-right: none;
}
.sub-feature-content {
    margin-bottom: 50px;
}

.sub-feature {
    padding: 20px 8px 10px 8px;
    margin-bottom: 20px;
}

.quick-services {
    margin: 30px 0;
}
.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.11) 0px 7px 29px 0px;
    height: 100%;
    transition: transform 0.3s;
}
.service-card:hover {
    transform: translateY(-5px);
}
.service-icon {
    font-size: 40px;
    color: #5491e8;
    margin-bottom: 15px;
}
.c-button{
     border: 1px solid #711ce0;
}
.c-button:hover{
     background: linear-gradient(135deg, #711ce0, #5205b7);
     color: white;
}
.footer {
    background-color: #f6f6f6;
    margin-top: 50px;
    padding: 40px 20px 20px 20px;
    position: relative;
    z-index: 1;
}
.footer .footer-main .logo {
    margin: 0 auto;
    text-align: center;
}
.footer .footer-main .logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}
.footer-wrapper {
    max-width: 1000px;
    margin: 40px auto 0;
}
.footer-wrapper h4 {
    font-weight: 500;
    color: #100024;
    text-transform: uppercase;
}
.footer-wrapper p {
    color: #424242;
    font-weight: 300;
    font-size: 15px;
}
.footer-wrapper .footer-nav ul {
    margin-top: 20px;
}
.footer-wrapper .footer-nav ul li {
    margin-top: 2px;
}
.footer-wrapper .footer-nav ul li a {
    color: #3a3a3a;
    font-weight: 300;
    font-size: 15px;
}
.footer-wrapper .footer-nav ul li a:hover {
    color: #9E5BBA;
}
.footer-wrapper .header-social-container {
    display: flex;
    align-items: center;
}
.footer-wrapper .header-social-container li {
    background: #fff;
    border-radius: 4px;
    color: #9E5BBA;
    width: 35px;
    height: 35px;
    line-height: 0px;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    font-size: 22px;
}
.footer-wrapper .header-social-container li:hover {
    color: #100024;
}
.footer-wrapper .header-social-container .social-link {
    line-height: 0px;
}
.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #d3d3d3;
}
.footer-bottom span {
    color: #101010;
    font-size: 15px;
    font-weight: 400;
}
.form-container {
    background-color: #f3f3f3;
    padding: 40px 20px 20px 20px;
}
.form-container .col-form-label {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-align: end;
}
.form-container .col-form-label span {
    color: #c33434;
    font-size: 18px;
}
.form-container .form-check-label {
    font-size: 14px;
    color: #484848;
}
.item-title {
    padding: 8px 0;
    background-color: #9E5BBA;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}
.image-upload-box {
    display: block;
    border: 2px dashed #ced4da;
    border-radius: 4px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #f8f9fa;
}
.image-upload-box:hover {
    border-color: #86b7fe;
    background-color: rgba(13, 110, 253, 0.05);
}
.upload-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #6c757d;
}
.upload-text {
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.25rem;
}
.upload-hint {
    color: #6c757d;
    font-size: 0.875rem;
}
.custom-submit {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 6px 12px;
}
.custom-submit:hover {
    background-color: #323232;
}
.preview-wrapper {
    max-width: 950px;
    margin: 20px auto;
    padding: 20px 20px;
    border: 1px solid rgba(79, 78, 78, 0.7921568627);
}
.preview-top {
    padding: 20px 15px;
    border: 1px solid rgba(79, 78, 78, 0.462745098);
    background-color: #f5f5f5;
}
.preview-top .logo img {
    width: 100px;
    object-fit: contain;
}
.preview-top .profile {
    height: 110px;
    width: 110px;
    border: 1px solid #c3c3c3;
    margin: 0 0 0 auto;
}
.preview-top .profile img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.preview-top h4 {
    font-size: 22px;
    font-weight: 600;
}
.preview-top h5 {
    line-height: 14px;
}
.preview-title {
    padding: 16px 10px 8px 10px;
    background-color: #f7f7f7;
    margin-top: 8px;
}
.preview-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.preview-title h5 span {
    font-weight: 600;
}
.form-content {
    border: 1px dashed #505050;
    padding: 0 10px;
    color: #313030;
}
.form-content .content-text {
    font-weight: 600;
}
.instraction {
    padding-top: 40px;
}
.instraction h5 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding: 5px 0;
    display: inline-block;
}
.instraction ul li {
    font-size: 15px;
    padding-top: 3px;
    color: #454444;
}
.border-bottom-dashed {
    border-bottom: 1px dashed #505050;
    padding: 10px 0;
}
.border-bottom-none {
    padding: 10px 0;
}
.border-right-dashed {
    border-right: 1px dashed #505050;
}
.applicent-signature {
    text-align: end;
    margin-top: 50px;
}
.applicent-signature h6 {
    border-top: 1px dashed #454545;
    padding: 8px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.verification h6 {
    border-top: 1px solid rgba(51, 51, 51, 0.4078431373);
    padding-bottom: 80px;
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.signtaure-tab {
    border-top: 1px dashed #454545;
    padding: 8px 0;
    display: inline-block;
    font-size: 16px;
}
.border-bottom-dashed {
    border-bottom: 1px dashed #000;
  }
  .border-right-dashed {
    border-right: 1px dashed #000;
  }
  .border-bottom-none {
    border-bottom: none !important;
  }
  .image-upload-box {
    display: block;
    border: 2px dashed #ced4da;
    border-radius: 4px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #f8f9fa;
  }
  .image-upload-box:hover {
    border-color: #86b7fe;
    background-color: rgba(13, 110, 253, 0.05);
  }
  .upload-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #6c757d;
  }
  .upload-text {
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.25rem;
  }
  .upload-hint {
    color: #6c757d;
    font-size: 0.875rem;
  }
  .custom-submit {
    background: #9E5BBA;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
  }
  .border-b {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
  }
  .application-type {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .condition-item {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
  }
  
  /*
    Service Items
  */
  #services {
    padding: 20px 0;
  }
  .section-header {
    background: linear-gradient(135deg, #1b3155, #2f64b9);
    padding: 8px 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* TITLE */
.section-header h3 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

/* VIEW ALL BUTTON */
.view-all-btn {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 20px;
    transition: 0.3s;
}

.view-all-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}
  #services .box {
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px; /* Rounded all corners for a smoother look */
    margin: 0 10px 20px 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05); /* Soft shadow for depth */
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
    min-height: 200px;
    float: left;
  }
  
  #services .box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1); /* Deeper shadow on hover */
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%); /* Subtle gradient on hover */
  }
  
  
  .left-margin-10{
    margin-left:10px !important;
  }
  #services .box center img {
    width: auto;
    height: auto;
    max-height: 120px; /* Increased max height for better visibility */
    padding: 5px; /* Adjusted padding for better spacing around the image */
  }
  
  #services .box h4 {
    padding: 10px 5px; /* More space around the heading */
    text-align: center;
    margin: 0;
    font-size: 22px; /* Slightly larger font for better emphasis */
    color: #222; /* Darker color for stronger emphasis */
    font-weight: 600; /* Bold text for more impact */
  }
  
  #services .box h4 a {
    color: #222; /* Matching the heading color */
    text-align: center;
    text-decoration: none; /* Removing underline for a cleaner look */
    transition: color 0.3s ease; /* Smooth color transition on hover */
  }
  
  #services .box h4 a:hover {
    color: #993300; /* Change color on hover for emphasis */
  }
  
  #services .box p {
    padding: 15px;
    text-align: justify;
    line-height: 1.6;
    font-size: 17px;
    color: #555;
  }
  
  
  #services .box .lists {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px; /* Increased padding for better spacing */
    color: #000;
  }
  
  #services .box .lists ul {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0; /* Removed extra padding and added margin reset */
  }
  
  #services .box .lists ul li {
    list-style: none;
    display: block; /* Ensures list items align vertically */
    margin-bottom: 10px; /* Added space between list items */
  }
  
  #services .box .lists ul li a {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px; /* Increased padding for more space around content */
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 15px;
    text-decoration: none; /* Removes underline from links */
    display: flex; /* Flexbox for better alignment */
    align-items: center; /* Centers content vertically */
    transition: background 0.3s ease, color 0.3s ease; /* Smooth hover transition */
    text-align: left;
  }
  
  #services .box .lists ul li a img {
    width: 70px; /* Set a specific width for images */
    height: 70px; /* Set a specific height for images */
    border-radius: 0; /* Remove circular shape, making the image square */
    margin-right: 20px; /* Increased space between image and text */
    object-fit: cover; /* Ensures the image maintains aspect ratio and covers the box */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for a modern look */
  }
  
  #services .box .lists ul li a .name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0; /* Remove default margin */
    flex-grow: 1; /* Allow text to take available space */
  }
  
  #services .box .lists ul li a .designation {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    margin: 0; /* Remove default margin */
  }
  
  #services .box .lists ul li a:hover {
    background: #f5f5f5;
    color: #000; /* Changes text color on hover */
    transition: all 0.4s ease-in-out;
  }

  .readMore {
    color: #9E5BBA !important;
    padding: 5px 10px;
    margin-left: auto; /* Aligns the link properly */
    margin-right: auto; /* Centers the link horizontally */
    display: block; /* Ensures it takes up the full width */
    width: fit-content; /* Ensures the width is just enough to fit the text */
    text-decoration: none;
    font-size: 15px; /* Slightly larger font */
    font-weight: 600; /* Bold text */
    text-align: center; /* Centers the text */
    transition: color 0.3s ease, background-color 0.3s ease; /* Smooth transition on hover */
    background-color: transparent; /* No initial background */
    border-radius: 5px; /* Rounds the corners */
  }
  
  .readMore:hover {
    color: #ffffff !important; /* Text color to white on hover */
    background-color: #9E5BBA; /* Add background color on hover */
    padding: 5px 10px;
    text-decoration: none; /* Underline text on hover */
  }
  
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-link {
    display: block;
    position: relative;
}

/* IMAGE */
.gallery-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* zoom effect */
.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* 🔥 CAPTION BOTTOM (HIDDEN BY DEFAULT) */
.gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;   /* 👈 bottom placement */

    padding: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    text-align: center;

    background: rgba(0, 0, 0, 0.55); /* transparent dark bg */

    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

/* 🔥 SHOW ON HOVER */
.gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
}
  .video-title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* allow up to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: calc(1.4em * 3); /* match line clamp */
}
  
/* Card Shadow & Hover */
.shadow-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shadow-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Notice Image */
.notice-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.notice-img:hover {
    transform: scale(1.03);
}

/* Article Header */
.article-header .title {
    font-size: 26px;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 8px;
    line-height: 40px;
}

.article-header .published-date {
    font-size: 14px;
    color: #999;
}

/* Notice Details */
.notice-details p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.notice-details a {
    color: #9E5BBA;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.notice-details a:hover {
    color: #6c1f9e;
}

/* Sidebar */
.sidebar-box {
    padding: 20px;
    border-radius: 12px;
}

.sidebar-box .section-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2C2C2C;
    text-align: center;
}

.lists {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 5px;
}

.lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lists li {
    margin-bottom: 10px;
}

.notice-link {
    font-size: 15px;
    color: #3f3f3f;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.notice-link:hover {
    background: #f3e5ff;
    color: #9E5BBA;
    transform: translateX(5px);
}

/* Scrollbar Styling */
.lists::-webkit-scrollbar {
    width: 6px;
}

.lists::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.lists::-webkit-scrollbar-thumb {
    background: #9E5BBA;
    border-radius: 3px;
}

.lists::-webkit-scrollbar-thumb:hover {
    background: #7b3b9d;
}


.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    opacity: 0; 
    transition: opacity 0.3s ease;
}

.hero-banner:hover .swiper-button-next,
.hero-banner:hover .swiper-button-prev {
    opacity: 1;
}
