@import url('/HIS/hisglobal/assets/font/fonts.css');

:root { -
	-font1: 'Source Sans 3'; /* Correct custom property name and value */ -
	-font2: 'Source Sans 3';
}

/* header start */
.navbar-custom {
	background: linear-gradient(to right, rgba(28, 88, 209, 1),
		rgba(77, 170, 164, 1));
	border-radius: 10px;
	padding: 10px 20px;
}

.dropdown-menu {
	background: linear-gradient(to right, rgba(28, 88, 209, 1),
		rgba(77, 170, 164, 1));
	border: none;
}

.dropdown-item {
	color: white;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.dropdown-item:hover {
	background: rgba(0, 0, 0, 0.1);
}

.dropdown-item i {
	margin-right: 10px;
}

.navbar-heading {
	font-family: PT Serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 22.5px;
	letter-spacing: 0%;
	color: #F5F5F5;
}

.nav-link {
	font-family: Source Sans 3 !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #F4F4F4;
	cursor: pointer;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.btn-font-size {
	border: none;
	background: transparent;
	color: white;
	font-size: 14px;
	cursor: pointer;
}

.btn-font-size.active {
	background: white;
	color: black;
	padding: 4px 8px;
	border-radius: 4px;
}

.divider {
	width: 2.2px;
	height: 38px;
	background-color: white;
	margin: 0 10px;
}

/* Hide divider on small screens */
@media ( max-width : 991px) { /* Bootstrap lg breakpoint */
	.divider {
		display: none;
	}
}

.fixed-top {
	padding: 20px;
}

/* header end */
/* content inside curve design start */
.image {
	/* background-image:
    linear-gradient(98.1deg, rgba(4, 54, 255, 0.88) -29.87%, rgba(89, 199, 168, 0.88) 103.64%),
		url('/HIS/hisglobal/assets/images/login_page/aiims_jammu_hosp_img.jpg'); */
		background-image:url('/HIS/hisglobal/assets/images/login_page/img_temp.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 220px;
}

.content1 {
	font-family: Roboto Serif;
	font-weight: 500;
	font-size: 96px;
	line-height: 100%;
	letter-spacing: 8%;
	color: #FFFFFF;
	gap: 32px;
}

@media ( max-width : 991px) { /* Bootstrap lg breakpoint */
	.content1 {
		font-size: 32px;
		gap: 16px;
	}
}

.content2 {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF;
	gap: 32px;
}

@media ( max-width : 991px) { /* Bootstrap lg breakpoint */
	.content2 {
		font-size: 13px;
		gap: 16px;
	}
}

.content3 {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF;
	/* gap: 32px; */
}

@media ( max-width : 991px) { /* Bootstrap lg breakpoint */
	.content3 {
		font-size: 13px;
		gap: 16px;
	}
}

/* content inside curve design end */
/* login-form start */
.sign-in {
	font-family: Source Sans 3;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.15px;
	vertical-align: middle;
	color: #000080;
}

label {
	font-family: Source Sans 3;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.15px;
	vertical-align: middle;
	color: #2C2C2C;
}
/* login-form end */

/* modal start */
.org-card {
	/* Width: 67%; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #1261ED;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.3s;
}

.org-card:hover {
	background: #f0f8ff;
}

.org-card img {
	border-radius: 50%;
}

.org-card span {
	flex-grow: 1;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
}

.arrow {
	color: #1C1B1F;
	text-align: right;
}

.modal-Heading {
	width: 239px;
	height: 27px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #283352;
}

.modal::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(5px);
	z-index: -1;
	display: none;
}

.modal.show::before {
	display: block;
}
/* modal end */

/* initiative section start */
.logo {
	display: flex;
	align-items: center;
}

.logo img {
	height: 50px;
	margin-right: 10px;
	margin-left: 30px;
	margin-top: 45px;
}

.logo p {
	margin-top: 52px;
}

@media ( max-width : 768px) { /* Adjust the max-width as needed */
	.logo img {
		margin-left: 0;
		margin-top: 0;
	}
}

@media ( max-width : 768px) { /* Adjust the max-width as needed */
	.logo p {
		margin-top: 13px;
	}
}

h2 {
	color: #555;
	font-size: 24px;
}

.logos {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 20px;
}

.logo-item {
	text-align: center;
}

.logo-item img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

@media ( max-width : 991px) { /* Bootstrap lg breakpoint */
	.logo-item img {
		width: 90px;
		height: 90px;
		border-radius: 50%;
	}
}

.logo-item span {
	margin-top: 5px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 22.5px;
	letter-spacing: 0%;
}

.delhi {
	color: #01055D;
}

.jammu {
	color: #70381E;
}

.bhubaneswar {
	color: #70381E;
}

.test {
	font-family: 'Roboto Serif';
	font-weight: 480;
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 0;
	color: #4D577F;
}

.testt {
	font-family: 'Roboto Serif';
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 0;
	color: #4D577F;
}

/* initiative section end */

/* About Section start*/
.about {
	padding: 50px 50px 0px 50px;
	background: rgba(41, 97, 225, 0.2);
	text-align: center;
}

.about p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}

.about img {
	width: 563px;
	height: 302px;
	border-radius: 25px;
}
/* About Section end*/
/* Services Section start */
.services {
	padding: 20px;
	background: linear-gradient(to bottom, rgba(41, 97, 225, 0.2) 65%,
		transparent 65%);
}

.service-container {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	justify-content: center;
}

.service p {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0%;
	color: #4D577F;
	margin-bottom: 3rem;
}

.service span {
	/* padding: 50px; */
	text-align: left;
	font-family: 'Roboto', serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19.2px;
	letter-spacing: 0;
	color: #4D577F;
}

.service {
	flex: 1 1 calc(25% - 20px); /* Adjust width for responsiveness */
	max-width: 300px;
	background: white;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	/* text-align: center; */
	text-align: left;
	position: relative;
}

.service img {
	max-width: 100%;
	/* height: auto; */
	border-radius: 6px;
	padding-bottom: 3px;
}

.circle-icon {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media ( max-width : 1024px) {
	.service {
		flex: 1 1 calc(50% - 20px); /* Two items per row on medium screens */
	}
}

@media ( max-width : 768px) {
	.service {
		flex: 1 1 calc(100% - 20px); /* Single column on smaller screens */
	}
}

.service img:first-of-type {
	transition: transform 0.2s ease-in-out;
}

.service:hover img:first-of-type {
	transform: scale(1.1);
}
/* Services Section end */
/* Footer content start */
.footer-content {
	margin-top: 7px;
	margin-bottom: 8.5px;
}

.foot {
	background: #153274;
	color: white;
	padding: 8px;
}

.foot p {
	color: #FFFFFF;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	font-weight: 600;
}

.footer {
	background-color: #0B4DA1;
	color: white;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-section {
	flex: 1;
	min-width: 200px;
	margin: 10px;
}

.heading {
	font-family: Open Sans;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0%;
	color: #FBFBFB;
}

.email {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
}

.footer a {
	display: block;
	color: white;
	text-decoration: none;
	margin: 5px 0;
	font-size: 14px;
	font-weight: 400;
}

.footer a {
	color: white; /* Default text color */
	transition: color 0.2s ease-in-out;
}

.footer a:hover {
	color: rgba(255, 255, 255, 0.8); /* Slightly darker white */
	text-decoration: none; /* Ensure underline doesn't appear */
}

.footer-right a {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
}

.footer-heading{
	font-family: PT Serif;
font-weight: 400;
font-size: 18px;
line-height: 22.5px;
letter-spacing: 0%;
	
}
.contact p {
	font-family: 'Open Sans';
	display: block;
	color: white;
	text-decoration: none;
	margin: 5px 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0%;
}
/* Footer content end */
.custom-btn {
	width: 50px;
	height: 50px;
	background-color: #87A8E4 !important;
	border: none;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.custom-btn:hover {
	background-color: #7698D4 !important;
	transform: scale(1.1);
}

.custom-btn:focus {
	outline: none;
	box-shadow: 0 0 8px rgba(135, 168, 228, 0.6);
}

.carousel-inner img {
	border: 7px solid #b8deee;
	border-radius: 10px;
}

/* for dark mode */
.dark-mode {
	background-color: #121212;
	color: white;
}

.dark-mode .navbar-custom {
	background: linear-gradient(90deg, #133F80 0%, #2A7F74 100%);
}

.dark-mode .card {
	background-color: black !important; /* Force apply*/
}

.dark-mode .label {
	color: #D3D3D3 !important;
}

.dark-mode .testt {
	color: #EFF2FF;
}

.dark-mode .test {
	color: #EFF2FF;
}

.dark-mode .services {
	background: linear-gradient(to bottom, background : rgba(63, 113, 228, 0.2)
		65%, transparent 65%);
}

.dark-mode .service {
	background: #161616;
}

.dark-mode .delhi {
	color: rgba(239, 242, 255, 1);
}

.dark-mode .jammu {
	color: rgba(239, 242, 255, 1);
}

.dark-mode .bhubaneswar {
	color: rgba(239, 242, 255, 1);
}

.dark-mode .footer {
	background-color: rgba(24, 76, 126, 1);
}

.dark-mode .foot {
	background: rgba(4, 58, 110, 1);
}

.dark-mode .heading {
	color: #F0F0F0;
}

.dark-mode .footer a {
	color: #F0F0F0;
}

.dark-mode .contact p {
	color: #F0F0F0;
}

.dark-mode .foot p {
	color: #F0F0F0;
}

.dark-mode .service span {
	color: #D9D9D9;
}

.dark-mode .service p {
	color: #D9D9D9;
}

.dark-mode .content1 {
	color: #F5F5F5;
}

.dark-mode .content2 {
	color: #F5F5F5;
}

.dark-mode .content3 {
	color: #F5F5F5;
}

.dark-mode .sign-in {
	color: #F7F7FF;
}

.dark-mode .login label {
	color: #F7F7FF;
}

.dark-mode .bg {
	background-color: #2B2B2B !important;
	color: #A1A1A1;
	border-color: #2B2B2B !important;
}

.dark-mode input::placeholder {
	color: #A1A1A1;
}

.dark-mode .flex-grow-1 {
	background-color: #2B2B2B !important;
	border: 1px solid #2B2B2B !important;
}

.dark-mode #captchaText {
	color: #A1A1A1 !important;
	text-decoration-color: #A1A1A1 !important;
}

.dark-mode .image {
	/* background-image:
    linear-gradient(98.1deg, rgba(4, 54, 255, 0.88) -29.87%, rgba(89, 199, 168, 0.88) 103.64%),
    url('/HIS/hisglobal/assets/images/login_page/aiims_jammu_hosp_img.jpg'); */
    background-image:url('/HIS/hisglobal/assets/images/login_page/img_temp.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-bottom: 220px;
}

.dark-mode .about1 {
	color: #EFF2FF !important;
}

.dark-mode .about2 {
	color: #EFF2FF52 !important;
}

.dark-mode .footer a {
	color: #F0F0F0; /* Default text color */
	transition: color 0.2s ease-in-out;
}

.dark-mode .footer a:hover {
	color: rgba(255, 255, 255, 0.8); /* Slightly darker white */
	text-decoration: none; /* Ensure underline doesn't appear */
}

.dark-mode #initiativeBlock {
	background-color: #000000;
}

.dark-mode .breaking-box .pt-2.mb-5.pb-1.fixed-bottom {
	background: linear-gradient(90deg, #133F80 0%, #2A7F74 100%) !important;
}

/* Button Style */
.theme-toggle {
	width: 40px;
	height: 40px;
	/* background-color: #006d77; */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s;
}

.theme-toggle i {
	color: white;
	font-size: 20px;
}

/* dark mode end */


/* For screens smaller than or equal to 600px (phones or small tablets) */
@media (max-height: 600px) {
  .custom_padding {
    padding-left: 0;  /* No padding for small devices */
  }
}

/* For screens between 600px and 800px (medium-height devices like tablets) */
@media (min-height: 600px) and (max-height: 800px) {
  .custom_padding {
    padding-left: 30px;  /* Add padding for tablets */
  }
}

/* For screens with height between 800px and 1000px (laptops, tablets, etc.) */
@media (min-height: 800px) and (max-height: 1000px) {
  .custom_padding {
    padding-left: 30px;  /* Add padding for laptops/medium screens */
  }
}

/* For screens larger than 1000px (PCs, larger laptops) */
@media (min-height: 1001px) {
  .custom_padding {
    padding-left: 30px;  /* Add padding for large screens */
  }
}
