@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Noto Sans", sans-serif;
	overflow-x: hidden;
}
html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top:260px; /* header height */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

p {
	font-size: 13px;
}

.topbar {
	background-color: #ffffff;
	font-size: 0.8rem;
	padding: 0px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, 0.75)
}

.topbar a {
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.75)
}


.carousel-control-prev {
	left: -70px;
}

.carousel-control-next {
	right: -70px;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 9;
}

.skip01 {

	padding: 0 8px;
	display: inline-block;
	transition: all 1s ease-out;
}
.timings { line-height: 18px;}
.skip01:first-child{	padding: 0 ;}
.font01 {
	background: none;
	border: none;
	transition: all 1s ease-out;
}

.sublinks li {
	border-right: 1px solid #dfdfdf;
	padding-right: 10px;
}

.sublinks li a {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff
}

.sublinks li:last-child {
	border: 0;
	padding-right: 0;
}

.menubg {
	background: #012F60;
}

.logo {
	padding-left: 70px;
}

.logo h1 {
	font-size: 1.3rem;
	color: rgba(0, 0, 0, 0.9);

}

.logo h2 {
	padding-top: 3px;
	color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
}

.loginbutton {
	background: linear-gradient(to right, #D76322, #12438C);
	padding: 0.5rem 1.2rem !important;
	font-size: 16px;
	color: #ffffff !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}

main {
	position: relative;
	z-index: 10;
}

#about {
	background: url("../images/about-bg.jpg") top center repeat;
}

#about .aboutus h2 {
	font-size: 25px;
	color: var(--ast-darkblue);
}

#about .aboutus h3 {
	width: max-content;
	border-radius: 50px;
	font-size: 1.5rem;
}

.bggradient {
	background: linear-gradient(to right, #D76322, #12438C);
}

#about .aboutus h4 {
	width: max-content;
	border-radius: 50px;
	font-size: 1rem;
	background: linear-gradient(to right, #D76322, #12438C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#about .aboutus .punchline {
	font-size: 23px;
}

#about .aboutus p {
	font-size: 14px;
	line-height: 32px;
	color: rgba(0, 0, 0, .8)
}

#about .service.img {
	filter: drop-shadow(0 0 0.75rem #6a777d);
}

.boxespanel .box {
	position: relative;
	border-radius: 12px;
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(215, 99, 34, 0.4);
	z-index: 0;
	min-height: 262px;
}

.box::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	/* stroke thickness */
	border-radius: 12px;
	background: linear-gradient(130deg, rgba(215, 99, 34, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 60%, rgba(47, 70, 149, 1) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	mix-blend-mode: multiply;

	z-index: -1;
}

.boxespanel .box h3 {
	font-size: 16px;


}

.boxespanel .box.active h3,
.boxespanel .box:hover h3 {
	color: rgba(0, 0, 0, .8)
}

.boxespanel .box p {
	line-height: 23px;
}

.boxespanel .box .icon {
	border-radius: 5px;
	right: 5px;
	bottom: 10px;
	/* background:rgba(255,255,255,0.8);width: 20px;height: 20px; */
	line-height: 53px;
	/* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); */
}

.boxespanel .box .icon span {
	font-size: 29px;
}

#services {
	background: linear-gradient(180deg, rgba(215, 99, 34, 1) 0%, rgba(47, 70, 149, 1) 100%), url("../images/departments-bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	/* 🔥 key property */
}

#services .services h4 {
	font-size: 15px;
}

#services .services p {
	font-size: 0.9rem;
	line-height: 25px;
}

#services .services span {
	border-radius: 50%;
	background: var(--ast-lighterblue);
	width: 45px;
	height: 45px;
	padding: 8px;
	text-align: center;
	font-size: 26px;
}

#services .serviceheading h2 {
	font-size: 1.6rem;
}


#services .serviceheading .text {
	z-index: 99;
}

#services .serviceheading .subline {
	width: max-content;
}

#services .serviceheading .subline span {
	background: linear-gradient(to right, #D76322, #12438C);
	-webkit-background-clip: text;
	font-size: 1rem;
	-webkit-text-fill-color: transparent;
}

#services .serviceheading p {
	font-size: 0.95rem;
}

.services-carousel .owl-prev,
.services-carousel .owl-next {
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: -60px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-50%);
	padding: 20px 20px;
	border-radius: 40px;
	/* border: 1px solid  var(--bs-primary); */
	background: rgba(255, 255, 255, 1);
	color: var(--bs-black);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.services-carousel .owl-prev {
	right: 70px;

}

.services-carousel .owl-next {
	right: -45px;
}

.owl-prev:hover,
.owl-next:hover {
	background: var(--bs-dark) !important;
	color: var(--bs-white) !important;
}

#features {
	background-color: #E8EDF0;

}

#features h2 {
	font-size: 1.6rem;
}

#features h3 {
	font-size: 1.1rem;
}

#features .bg {
	z-index: 1;
	top: 0;
}

#features .image {
	z-index: 10;
}

#features .list .box .icon {
	border-radius: 5px;
}

#features p {
	font-size: 0.95rem;
	line-height: 25px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	position: relative;
	background: url('../images/footer-bg.jpg') #012F60;
	background-repeat: no-repeat;
	background-size: cover;
	color: #b6b6b6;
}

#footer .copyright {
	font-size: 14px;
}


#footer .contact-details .address h3 {
	font-size: 16px;
}


#footer .contact-details p,
#footer .contact-details a {
	font-size: 15px;
}

#footer .contact-details i {
	font-size: 20px;
}

#footer .footer-top .footer-links ul i {
	font-size: 9px;
	line-height: 1;
	padding-right: 5px;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 12px;
	position: relative;
}

#footer a {
	color: #b6b6b6;
	display: inline-block;
	line-height: 34px;
	transition: .3s;
	font-size: 0.9rem;
}

#footer h3 {
	font-size: 0.96rem;
}

#footer p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.93rem;
}

/*----------bootstrap-navbar-css------------*/

#navbarSupportedContent {
	overflow: hidden;
	position: relative;
}

#navbarSupportedContent li span.material-symbols-outlined {
	font-size: 18px;
}

#navbarSupportedContent li span {
	font-size: 14px;
}

#navbarSupportedContent ul li a {
	font-size: 0.85rem;
	text-transform: uppercase;
	color: #000000;
	padding: 12px 25px;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

#navbarSupportedContent ul li a:hover,
.nav-link:focus,
.nav-link:hover {
	color: #ffffff;
	background-color: #b45e36;
}

#navbarSupportedContent>ul>li.active>a {
	color: var(--ast-themegreen);
	background-color: transparent;
	transition: all 0.7s;
}

.hori-selector {
	display: inline-block;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	margin-top: 61px;
}


@media(min-width: 992px) {
	.navbar-expand-custom {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-custom .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-custom .navbar-toggler {
		display: none;
	}

	.navbar-expand-custom .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}



#slider .carousel-caption h5 {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4em;
	color: #212427;
}

#slider .carousel-caption h3 {
	font-size: 1.45rem;
}

#slider .carousel-caption h5 span {
	color: #356DF1;
}

.carousel-indicators {
	bottom: 40px;
	z-index: 9999;

}

.carousel-indicators [data-bs-target] {
	bottom: 64px;
	border-radius: 50px;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	cursor: pointer;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 0;
	transition: opacity .6s ease;
	border: 1px solid #356DF1
}

.carousel-indicators .active {
	background-color: #ffffff;
}

#header-form {
	width: 360px;
	background: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 10px 10px 10px -10px #000000;
}

#header-form .card-body {
	color: rgba(0, 0, 0, 0.8);
}

#header-form .card-body h1 {
	font-size: 18px;
	letter-spacing: 0.7px;
}

#header-form .card-body span {
	font-size: 14px;
}

#header-form .card-body form input[type="email"],
#header-form .card-body form input[type="password"],
#header-form .card-body form input[type="text"] {
	color: #000000;
	background: #efefef;
	border-color: #dddddd;
	font-size: 14px;
}

.form-outline p {
	padding: 5px 2px;
}

#header-form input[type="submit"] {
	border-radius: 50px;
	background: #ef3d3d;
	color: #ffffff;
	border: 0;
	font-size: 17px;
}

#header-form .icon {
	right: 5px;
	top: 11px;
	width: 40px;
	height: 41px;
	color: #5758d6;
	z-index: 9999;
	line-height: 43px;

}

#header-form .btn input {
	padding: 11px 0;
}

.sticky {
	top: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
	background: var(--bs-white);
} 

#slider {
	overflow: hidden;

}

#button {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #1e1e1e;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	padding: 15px 10px;
	bottom: 100px;
	right: 30px;
	line-height: 35px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border-radius: 50px;
	z-index: 1000;
}


#button span {
	color: var(--bs-white);
}

#button:hover {
	cursor: pointer;
	background-color: var(--ast-lighterblue);
}

#button:active {
	background-color: var(--ast-lighterblue);
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#latestnews {
	height: 90%;
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
}


#latestnews h2 {
	font-size: 17px;
	color: rgba(0, 0, 0, 0.92);
}

#latestnews p {
	font-size: 13px;
}

#latestnews .heading i {
	font-size: 20px;
	top: 5px;
	left: 5px;
}

#latestnews .ticker-wrapper,
#photogallery .ticker-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	
}

#latestnews .ticker,
#photogallery .ticker {
	display: flex;
	flex-direction: column;
	/* stack vertically */
	animation: ticker-vertical 5s linear infinite;
}

#latestnews .ticker span,
#photogallery .ticker span {
	display: block;
	line-height: 45px;
	font-weight: 600;
	color: var(--ast-themeblue);
	font-size: 0.85rem;
	box-sizing: border-box;
	word-wrap: break-word;
	white-space: nowrap;
}

/* Pause on hover */
#latestnews .ticker-wrapper:hover .ticker,
#photogallery .ticker-wrapper:hover .ticker {
	animation-play-state: paused;
}

@keyframes ticker-vertical {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-50%);
	}

	/* total items * height */
}
.photoslider:hover .slide-track {
  animation-play-state: paused;
}

.photoslider {
  overflow: hidden;
  width: 100%;
}

.photoslider .slide-track {
  display: flex;
  gap: 20px;
  animation: scroll linear infinite;
}

.photoslider .slide {
  width: 300px;
  flex-shrink: 0;
}

.photoslider .slide img {
  max-width: 100%;
  display: block;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--scroll-width)));
  }
}
.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

button.navbar-toggler {
	margin: 0 0 0 auto;
}

#latestnews .heading i {
	font-size: 20px;
	top: 7px;
	left: 6px;
}

#photogallery .ticker-wrapper {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
}

#latestnews .ticker-wrapper {
	background: linear-gradient(to right, #D76322, #12438C);
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
}

#latestnews .ticker,
#photogallery .ticker {
	display: inline-block;
	animation: ticker 40s linear infinite;
}

#latestnews .ticker span,
#photogallery .ticker span {
	margin-right: 50px;
	color: #ffffff;
	display: inline-block;
}

/* Pause on hover */
#latestnews .ticker-wrapper:hover .ticker,
#photogallery .ticker-wrapper:hover .ticker {
	animation-play-state: paused;
}

@keyframes ticker {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.counters {
	border-radius: 10px;
}

.counters .counter {
	font-size: 48px;
	font-weight: 800;
}

.counters p {
	font-size: 20px;
	font-weight: 500;
}

.counters .image {
	background-color: #002261;
	border-radius: 50px;
	width: 80px;
	height: 80px;
}

#services .listing {
	background: #ffffff;
	padding: 50px 30px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	position: relative;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}

#services h3 {
	color: #022b6d !important;
	font-size: 1.2rem !important;
}

#photogallery h4 {
	width: max-content;
	border-radius: 50px;
	font-size: 1rem;
	background: linear-gradient(to right, #D76322, #12438C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


#login-form .leftpanel {
	background: #FFE0D7;
	background: linear-gradient(180deg, rgba(255, 224, 215, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(222, 235, 255, 1) 100%);
	border: 1px solid rgba(0, 0, 0, .5);
}

#login-form .modal-dialog {
    top:18%;
	max-width: 95% !important;
	width: 800px !important;
	
}

#login-form .closebtn { cursor: pointer;
    cursor: pointer;
    background: transparent;
    border-radius: 28px;
    color: #b5b0b0;
    font-size: 20px;
    line-height: 21px;
    opacity: 1;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 28px;
    top: 10px;
    z-index: 99999;
    border: 0;
}
#login-form .closebtn i{ cursor: pointer;}

#login-form h1,
#login-form h2,
#login-form h3 {
	font-size: 16px;
}

#login-form .form-control {
	border-radius: 12px;
	font-size: 1rem;
	padding: .5rem 1.8rem;
}

#login-form input::placeholder {
	border-radius: 50px;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.4);
}

#login-form .btn {
	border-radius: 50px;
}

#login-form::placeholder {
	font-size: 17px;
}
.seccurebox {border-radius: 24px; box-shadow:rgb(201 201 213 / 60%) 0px 7px 29px 0px;}
.securebox .orangetext{ color: #D76322;}
.securetext p { font-size: 1.3rem;}

.owl-carousel .owl-item { text-align: center;} 

body.modal-blur > *:not(.modal):not(.modal-backdrop) {
  filter: blur(10px);
  transition: filter 0.3s ease;
}

#login-form .modal-content {border-radius: 39px;     overflow: hidden; }
.logininfo, .logininfo a{color:#888888}

h1, h2 {
    border-bottom: none !important;
}


blink {
	-webkit-animation: blink 1s step-end infinite;
	animation: blink 1s step-end infinite
}

@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}


.dark-mode {
    background-color: #1e1e1e;
    color: #ffffff;
}

/* All white sections → dark */
.dark-mode .bg-white,
.dark-mode .container,
.dark-mode .container-fluid,
.dark-mode section,
.dark-mode #latestnews,
.dark-mode #about,
.dark-mode .aboutus ,
.dark-mode .modal-content {
    background-color: #2b2b2b !important;
    color: #ffffff !important;
}

/* Text elements */
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode p,
.dark-mode span,
.dark-mode button,
.dark-mode a {
    color: #ffffff !important;
}

/* Navbar / menu */
.dark-mode .main-menu,
.dark-mode .topbar {
    background-color: #222 !important;
    border-bottom: 1px solid grey;
}

/* Cards / boxes */
.dark-mode .box,
.dark-mode .boxespanel,
.dark-mode .serviceheading,
.dark-mode .footer-top {
    background-color: #2b2b2b !important;
}

/* Inputs */
.dark-mode input,
.dark-mode textarea {
    background-color: #333 !important;
    color: #fff !important;
    border-color: #555 !important;
}

.dark-mode input[type="submit"] {
    background-color: transparent !important;
    border-color: transparent !important;
}

.dark-mode input::placeholder,
.dark-mode textarea::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}


/* Left panel text in dark mode */
.dark-mode .leftpanel h1,
.dark-mode .leftpanel h2,
.dark-mode .leftpanel p,
.dark-mode .leftpanel span,
.dark-mode .leftpanel .securetext {
    color: black !important;
}

/* Keep orange highlighted text orange */
.dark-mode .leftpanel .orangetext {
    color: #f0ad4e !important;
}

/* Links hover */
.dark-mode a:hover {
    color: #f0ad4e !important;
}


/* Do not apply dark mode to appointment modal */
.dark-mode #myModalAppointment .modal-content,
.dark-mode #myModalAppointment .modal-body {
    background-color: #ffffff !important;
    color: initial !important;
}

.banner-container {
    position: relative;
}

.appointment-overlay {
    position: absolute;

    /* 🔥 Adjust these to match EXACT text area */
    bottom: 22%;
    left: 18%;
    width: 40%;
    height: 12%;

    cursor: pointer;

    /* invisible */
    background: transparent;
}

.modal-header {
    position: relative;
}

.modal-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: max-content;
}
#about, #services, #features, #photogallery, #counter {
  scroll-margin-top: 60px;
}

#readMoreBtn{
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
   border-radius: 50px !important; border: 0;
    color: #fff;
    padding: 9px 15px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
}

#readMoreBtn i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

#readMoreBtn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #0b5ed7, #084298);
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.35);
}

#readMoreBtn:hover i {
    transform: translateX(4px);
}


.opd-timings {
    line-height: 18px;
}

.opd-timings p {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.noticeDiv{
	
	line-height: 35px;
  	background: #9a2727;
 	color: white; 
 	font-weight: bolder;
}


@media(max-width:768px){
  .responseBlink{
    min-height:auto;
    padding:8px 12px;
  }

  /* .noticeDiv span{
    font-size:14px;
    line-height:1.35;
  } */
}

@media(max-width:480px){
  .responseBlink{
    padding:8px 10px;
  }

  /* .responseBlink span{
    font-size:13px;
    line-height:1.3;
  } */
}


