.program-bg-image {
background: url('/assets/image/abacus-3.avif') no-repeat center center;
background-size: cover;
height: 100%;
min-height: 600px;
}

.program-content {
max-width: 650px;
}

.card ul li {
font-size: 15px;
}

.gallery-section {
background: #f9f9ff;
}

.gallery-card {
overflow: hidden;
border-radius: 20px;
transition: 0.4s ease;
}

.gallerySwiper {
min-height: 50vh;
}

.gallery-card img {
width: 100%;
height: 300px;
object-fit: cover;
transition: 0.5s ease;
}

.gallery-card:hover img {
transform: scale(1.1);
}

.swiper-button-next,
.swiper-button-prev {
color: rgb(255, 255, 255);
width: calc(var(--swiper-navigation-size) / 44 * 10);
}

.swiper-pagination-bullet-active {
background: teal;
}

.choose-us-section {
background: linear-gradient(135deg, #213052, #2c1e42);
}

/* Feature Boxes */
.feature-box {
display: flex;
align-items: center;
gap: 15px;
padding: 15px 20px;
background: rgba(255, 255, 255, 0.85);
border-radius: 12px;
transition: all 0.3s ease;
}

.feature-box i {
font-size: 28px;
color: #011c67;
}

input#phonepd {
width: 500px;
color: #000;
}
.register-section input#phonepd {
width: 443px;
color: #000;
}
.scroll-up {
bottom: 50px;
}

/* Responsive */
@media (max-width: 1024px) {

.gallerySwiper {
min-height: 40vh;
}
}

/* Responsive */
@media (max-width: 991px) {
.section-padding {
padding: 70px 0;
}

.title {
font-size: 26px;
}

.video-btn {
width: 55px;
height: 55px;
font-size: 18px;
}

.gallerySwiper {
min-height: 55vh;
}

input#phonepd {
width: 467px ;
}

}

@media (max-width: 1024px) and (min-width:) {

.register-section input#phonepd {
width: 295px;
}
}

@media (max-width: 991px) and (min-width:576px) {

.register-section input#phonepd {
width: 616px;
}
}

@media (max-width: 576px) and (min-width:380px) {

.register-section input#phonepd {
width: 340px;
}
}

@media (max-width: 576px) {
.feature-box {
justify-content: center;
text-align: center;
flex-direction: column;
}
}

@media (max-width: 380px) {
input#phonepd {
width: 406px;
}
.register-section input#phonepd {
width: 290px;
}
}

@media (max-width: 330px) {
.register-section input#phonepd {
width: 235px;
}
}

/* Swiper Pagination Dots */
.swiper-pagination-bullets .swiper-pagination-bullet {
background: #3b55ff;
opacity: 0.7;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
opacity: 1;
}

/* modal */
.sitevisit-modal__content {
border-radius: 22px;
overflow: hidden;
background: #fff;
box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
position: relative;
}

.sitevisit-modal__close {
position: absolute;
top: 8px;
right: 16px;
width: 38px;
height: 38px;
border-radius: 50%;
background: #fff;
border: none;
box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
z-index: 9;
}

.sitevisit-modal__close::before {
content: "✕";
font-size: 18px;
font-weight: bold;
}

/* FORM PANEL */
.sitevisit-form {
background: #ffffff;
padding: 15px;
}

.sitevisit-form__title {
font-weight: 700;
color: #302d70;
margin-bottom: 20px;
}

.sitevisit-input {
width: 100%;
padding: 10px 10px;
margin-bottom: 12px;
border-radius: 8px;
border: 1px solid #ddd;
transition: .2s;
}

.sitevisit-input:focus {
border-color: #222a64;
box-shadow: 0 0 0 3px rgba(25, 135, 84, .15);
outline: none;
}

/* CAPTCHA */
.sitevisit-captcha__box {
display: flex;
gap: 8px;
}

.sitevisit-captcha__box img {
height: 42px;
border-radius: 6px;
border: 1px solid #ccc;
}

.sitevisit-captcha__box input {
flex: 1;
padding: 8px;
width: 100%;
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sitevisit-captcha__refresh a {
color: #302d70;
font-weight: 600;
}

/* CONSENT */
.sitevisit-consent {
display: flex;
gap: 10px;
font-size: 12px;
margin: 15px 0;
}

.sitevisit-consent a {
color: #342264;
}

.sitevisit-promise ul li,
.sitevisit-highlights ul li {
list-style: none;
margin-bottom: 8px;
display: flex;
align-items: center;
}

.sitevisit-promise ul li i,
.sitevisit-highlights ul li i {
margin-right: 10px;
color: #ffffff;
}

/* BUTTON */
.sitevisit-btn {
width: 100%;
padding: 10px;
border-radius: 10px;
border: none;
font-weight: 700;
background: linear-gradient(179deg, #4d5f9e, #1c0a50);
color: #fff;
transition: .3s;
}

.sitevisit-btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(25, 89, 135, 0.4);
}

/* INFO PANEL */
.sitevisit-info {
height: 100%;
padding: 35px 25px;
color: #fff;
background: linear-gradient(160deg, #4e69a7, #4a2f72);
}

.sitevisit-promise h5 {
font-weight: 700;
margin-bottom: 12px;
color: antiquewhite;
}

.sitevisit-promise ul {
padding: 0;
list-style: none;
}

.sitevisit-promise li {
margin-bottom: 10px;
font-size: 14px;
}

.sitevisit-highlights h5 {
font-weight: 700;
margin-bottom: 12px;
color: antiquewhite;
}

.sitevisit-highlights ul {
padding: 0;
list-style: none;
}

.sitevisit-highlights li {
margin-bottom: 10px;
font-size: 14px;
}

/* MOBILE */
@media (max-width: 767px) {
.sitevisit-form {
padding: 25px 20px;
}

.sitevisit-info {
text-align: center;
padding: 25px;
}

}

/* MOBILE FIX (FINAL) */
@media (max-width: 575px) {

/* Modal full screen */
.modal-dialog {
margin: 0;
height: 100dvh;
max-width: 100%;
}

/* Disable scroll */
.modal-body,
.modal-content {
overflow: hidden !important;
zoom: 85%;
}

/* Stack layout */
.sitevisit-info {
display: flex;
}

.sitevisit-form {
padding: 16px;
}

/* Headings */
.sitevisit-form__title {
font-size: 18px;
margin-bottom: 12px;
}

/* Inputs */
.sitevisit-input {
font-size: 14px;
padding: 10px;
margin-bottom: 10px;
}

/* Button */
.sitevisit-btn {
font-size: 15px;
padding: 12px;
border-radius: 8px;
}

/* Info section */
.sitevisit-promise li {
font-size: 14px;
}

.sitevisit-highlights span {
font-size: 13px;
}

/* Close button */
.sitevisit-modal__close {
top: 10px;
right: 12px;
width: 34px;
height: 34px;
}
}

/* sliding contact form start */
.sidebar-contact {
position: fixed;
top: 65%;
right: -350px;
transform: translateY(-50%);
width: 350px;
height: auto;
padding: 12px 34px;
background: #fff;
box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
box-sizing: border-box;
transition: 0.5s;
z-index: 100001;
}

.sidebar-contact.active {
right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
width: 100%;
height: 36px;
padding: 5px;
/* margin-bottom: 10px; */
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, .5);
outline: none;
}

.sidebar-contact h2 {
margin: 0 0 20px;
padding: 0;
font-size: 30px;
}

.sidebar-contact textarea {
height: 60px;
resize: none;
}

.sidebar-contact input[type="submit"] {
background: #02254b;
color: #fff;
cursor: pointer;
font-weight: bolder !important;
border: none;
font-size: 18px !important;
}

.rotate-text {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
}

.toggle {
position: absolute;
height: 48px;
width: 48px;
text-align: center;
cursor: pointer;
background: #5778c5;
top: 0;
right: 350px;
line-height: 48px;
color: white;
}

.toggle-text {
position: absolute;
height: 47px;
width: 200px;
color: #fff;
text-align: center;
padding: 10px;
cursor: pointer;
background: #393e70;
top: 124px;
right: 274px;
font-weight: bold;
font-size: 22px;
}

@media(max-width:768px) {
.sidebar-contact {
width: 100%;
height: 100%;
left: -100%;
}

.sidebar-contact .toggle {
top: 50%;
transform: translateY(-50%);
transition: 0.5s;
}

.sidebar-contact.active .toggle {
top: 0;
right: 0;
transform: translateY(0);
}

.scroll {
width: 100%;
height: 100%;
overflow-y: auto;
}

.content {
padding: 50px 50px;
}
}

/* slider form end */

.video-wrapper {
position: relative;
overflow: hidden;
border-radius: 16px;
background: #fff;
cursor: pointer;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.3s ease;
}

.video-wrapper:hover {
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.video-slider .video-wrapper img {
width: 100%;
display: block;
border-radius: 16px;
transition: transform 0.4s ease;
max-height: 320px;
object-fit: cover;
}

.video-wrapper:hover img {
transform: scale(1.05);
}

.video-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 64px;
height: 64px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.85);
color: #007BFF;
font-size: 28px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
pointer-events: none;
}

.video-wrapper:hover .video-btn {
background: #007BFF;
color: white;
box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
}

.about-section .team-image img {
border-radius: 40%;
width: 100%;
border: 2px dashed #000;
padding: 10px;
}

/* footer bar section :start */
.footer_bar {
display: none;
/* hidden by default for desktop */
}

.footer_col {
flex: 1;
text-align: center;
padding: 12px 0;
font-weight: 600;
color: #fff;
text-decoration: none;
font-size: 14px;
transition: 0.3s all;
}

.footer_col a {
color: #fff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}

.footer_col i {
font-size: 16px;
}

/* Different background colors for each column */
.footer_col.call {
background-color: #4f6bac;
}

.footer_col.enquire {
background-color: #32214a;
}

.footer_col.whatsapp {
background-color: #4f6bac;
}

/* Hover effect */
.footer_col:hover {
opacity: 0.9;
}

/* MOBILE & TABLET ONLY */
@media only screen and (max-width: 991px) {
.footer_bar {
display: flex;
position: fixed;
bottom: -2px;
left: 0;
width: 100%;
z-index: 10000;
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
border-top: 1px solid #ccc;
}

.footer_col {
font-size: 14px;
padding: 12px 0;
}

.footer_col i {
font-size: 16px;
}
}

/* Smaller mobiles */
@media only screen and (max-width: 480px) {
.footer_col {
font-size: 12px;
padding: 10px 0;
}

.footer_col i {
font-size: 14px;
}
}

/* footer bar section :end */
.highlight {
/*background-color: yellow;*/
font-weight: bold;
border-radius: 0.5px solid #242424;
}

@media (max-width:800px) {
.sitevisit-modal .col-lg-4 {
display: none;
}
}