﻿/* ====================
	Girfa IT Services
	https://girfa.co.in/
   ====================
*/
:root {
	--theme-color: #3f56ff;
}
#fade {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: #ababab;
	z-index: 1151;
	-moz-opacity: 0.8;
	opacity: .20;
	filter: alpha(opacity=80);
}

#modal {
	display: none;
	position: absolute;
	top: 75%;
	left: 48%;
	z-index: 1002;
	text-align: center;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	/*margin: 10px;*/
	margin-top: 0px;
}

	.fileUpload input.upload {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		font-size: 20px;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0);
	}  
.g-center{
	display:block;
	margin:auto;
}

.g-center-inline {
	display: block;
	text-align:center;
}
.g-gra-sky {
	background: rgb(229,222,250) !important;
	background: linear-gradient(76deg, rgba(229,222,250,1) 0%, rgba(241,247,241,1) 50%, rgba(220,240,255,1) 100%) !important;
}

.g-form {
}

	.g-form input[type=text], [type=email], [type=password], [type=number], [type=date], textarea {
		border: solid #ababab 1px !important;
		border-radius: 0px;
		margin-bottom: 10px !important;
		width: 100%;
	}

	.g-form select {
		padding: 2px;
		border: solid #ababab 1px !important;
		border-radius: 0px;
		width: 100%;
		margin-bottom: 10px !important;
	}

@media (max-width:700px) {
	.g-form input {
		width: 100%;
		display: block;
		margin: auto;
		
	}
}
.g-mandate{
	font-weight:bold;
	color:red;
}
.g-drop-shadow {
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
}

.g-font1 {
	font-family: 'Dosis', sans-serif !important;
}

.g-font2 {
	font-family: 'Josefin Sans', sans-serif !important;
}

.g-font3 {
	font-family: 'Source Sans Pro', sans-serif !important;
}
.g-bold{
	font-weight:bolder;
}

.g-web-show {
	display: block;
}

@media(max-width:700px) {
	.g-web-show {
		display: none !important;
	}
}

.g-mob-show {
	display: none;
}

@media(max-width:700px) {
	.g-mob-show {
		display: block !important;
	}
}
.g-btn1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	background-color: #5d69ba;
	color: white;
	border: none;
	border-radius: 20px;
	cursor: pointer;
}
.g-btn1 :hover {
	
	color: black;
	
}
.g-theme-color{
	color:var(--theme-color) !important;
}
.g-list{}
.g-list li{
	list-style:disc;
	margin-left:3%;
	padding:2px;
}

.g-successmsg{
	background-color:#b4eab5;
	padding:40px;
	border:dotted 1px #216307;
	color:#165108;
}
.g-box-gradient-light {
	background: rgb(243,236,255);
	background: linear-gradient(76deg, rgba(243,236,255,1) 0%, rgba(245,255,255,1) 47%, rgba(243,236,255,1) 100%);
}

.g-testimonial {
	text-align: center !important;
	padding: 15px;
	margin: 10px;
	border-radius: 10px;
	background: rgb(237,248,255);
	background: linear-gradient(76deg, rgba(237,248,255,1) 0%, rgba(227,231,255,1) 31%, rgba(235,253,255,1) 100%);
	transition: all 3s;
}
	.g-testimonial img {
		padding: 3px;
		border: solid 1px #c5cbca; border-radius:50%;
		width: 100px;
		height: 100px
	}
	.g-testimonial i {
		color: #ffa500;
	}
	.g-testimonial span{
		color:red;
	}
	.g-testimonial:hover {
		background: rgb(237,248,255);
		background: linear-gradient(76deg, rgba(237,248,255,1) 19%, rgba(230,245,255,1) 37%, rgba(235,253,255,1) 68%);
	}

.g-p-justify{

}
.g-p-justify p {
	text-align:justify;
}

.g-border-gradient {
	border: 5px solid transparent;
	border-image: linear-gradient(to right, #ff9900,#28166f );
	border-image-slice: 1;
}
.g-pad20{
	padding:20px;
}
.g-panel {
	padding: 20px;
	background-color: #28166f;
	color: white;
	margin: 1% !important;
}
.g-p-border-top-bottom {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 20px;
}
.g-faq{

}
	.g-faq p {		
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.g-faq ul{
		margin-left:40px !important;
	}
/*================= Slide Show ======================*/
.g-slider {
	position: relative;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
	border-radius: 10px;
}

.g-slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.g-slide {
	width: 100%;
	flex-shrink: 0;
}

.g-prev, .g-next {
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,0.5);
	color: white;
	border: none;
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 1;
}

.g-prev {
	left: 10px;
}

.g-next {
	right: 10px;
}
/*================= // Slide Show ======================*/
.g-color-white{
	color:white !important;
}

/*=================  Blog ======================*/

.g-blog-section {
	position: relative;
	max-width: 1400px;
	margin: 60px auto;
	padding: 0 80px;
}

.g-blog-slider {
	overflow: hidden;
}

.g-blog-track {
	display: flex;
	gap: 30px;
	transition: transform .5s ease;
}

.g-blog-card {
	flex: 0 0 calc(33.333% - 20px);
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	transition: .3s;
	cursor: pointer;
}

	.g-blog-card:hover {
		transform: translateY(-8px);
	}

.g-blog-image {
	position: relative;
	height: 260px;
	overflow: hidden;
}

	.g-blog-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: .5s;
	}

.g-blog-card:hover .g-blog-image img {
	transform: scale(1.08);
}

.g-blog-content {
	padding: 5px;
}

.g-blog-date {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #777;
}

.g-blog-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	padding:10px
}

.g-blog-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	cursor: pointer;
	font-size: 22px;
	z-index: 5;
	transition: .3s;
}

	.g-blog-nav:hover {
		transform: translateY(-50%) scale(1.08);
	}

.g-blog-prev {
	left: 0;
}

.g-blog-next {
	right: 0;
}

@media(max-width:991px) {

	.g-blog-section {
		padding: 0 50px;
	}

	.g-blog-card {
		flex: 0 0 calc(50% - 15px);
	}
}

@media(max-width:767px) {

	.g-blog-section {
		padding: 0 20px;
	}

	.g-blog-card {
		flex: 0 0 100%;
	}

	.g-blog-nav {
		width: 45px;
		height: 45px;
	}
}


/*================= // Blog ======================*/
/*=================  Testimonial ======================*/

.g-testimonial-section {
	background: #f5f7fb;
	padding: 70px 60px;
	position: relative;
	overflow: hidden;
	background-color: #28166f;
}

.g-testimonial-container {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.g-testimonial-slider {
	overflow: hidden;
}

.g-testimonial-track {
	display: flex;
	transition: .6s ease;
}

.g-testimonial-card {
	min-width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

.g-testimonial-box {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	padding: 30px;
	height: 280px;
	display: flex;
	flex-direction: column;
}

.g-testimonial-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.g-testimonial-photo {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
	border: 3px solid #0d6efd;
}

.g-testimonial-name {
	font-size: 20px;
	font-weight: bold;
	color: #222;
}

.g-testimonial-role {
	font-size: 14px;
	color: #666;
	margin-top: 3px;
}

.g-testimonial-text {
	flex: 1;
	overflow-y: auto;
	line-height: 1.8;
	color: #555;
	padding-right: 8px;
}

	.g-testimonial-text::-webkit-scrollbar {
		width: 6px;
	}

	.g-testimonial-text::-webkit-scrollbar-thumb {
		background: #bbb;
		border-radius: 10px;
	}

.g-testimonial-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background: #0d6efd;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	transition: .3s;
}

	.g-testimonial-arrow:hover {
		background: #084298;
	}

.g-testimonial-prev {
	left: -25px;
}

.g-testimonial-next {
	right: -25px;
}

.g-testimonial-dots {
	text-align: center;
	margin-top: 25px;
}

.g-testimonial-dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #bbb;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

	.g-testimonial-dot.active {
		background: #0d6efd;
	}

@media(max-width:768px) {

	.g-testimonial-section {
		padding: 60px 20px;
	}

	.g-testimonial-card {
		min-width: 100%;
	}

	.g-testimonial-box {
		height: 300px;
	}

	.g-testimonial-prev {
		left: 0;
	}

	.g-testimonial-next {
		right: 0;
	}

	.g-testimonial-arrow {
		width: 42px;
		height: 42px;
		font-size: 20px;
	}
}


/*================= // Testimonial ======================*/
/*=================  Whatsapp button  ======================*/


.g-whatsapp-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: #25D366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(0,0,0,.25);
	z-index: 9999;
	text-decoration: none;
	transition: .3s;
	animation: g-whatsapp-pulse 2s infinite;
}

.g-whatsapp-btn:hover {
	transform: scale(1.1);
}

@keyframes g-whatsapp-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37,211,102,.6);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(37,211,102,0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37,211,102,0);
	}
}

/*================= // Whatsapp button  ======================*/
/*=================  Summernote ======================*/
.g-summernote-content {
	color: rgba(0,0,0,0.5);
	line-height: 1.8;
	word-wrap: break-word;
	background-color:#fff9f7;
}

	.g-summernote-content h1,
	.g-summernote-content h2,
	.g-summernote-content h3,
	.g-summernote-content h4,
	.g-summernote-content h5,
	.g-summernote-content h6 {
		margin: 20px 0 15px;
		font-weight: 700;
		line-height: 1.3;
	}

	.g-summernote-content p {
		margin: 0 0 15px;
	}

	.g-summernote-content ul {
		list-style: disc !important;
		list-style-position: outside;
		margin: 15px 0 15px 30px !important;
		padding-left: 20px !important;
		
	}

	.g-summernote-content ol {
		list-style: decimal !important;
		list-style-position: outside;
		margin: 15px 0 15px 30px !important;
		padding-left: 20px !important;
		
	}

	.g-summernote-content li {
		display: list-item !important;
		margin-bottom: 8px;
		margin-left:25px !important;
	}

	.g-summernote-content a {
		color: #0d6efd;
		text-decoration: underline;
	}

	.g-summernote-content img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 15px auto;
	}

	.g-summernote-content table {
		width: 100%;
		border-collapse: collapse;
		margin: 20px 0;
	}

		.g-summernote-content table th,
		.g-summernote-content table td {
			border: 1px solid #ddd;
			padding: 10px;
		}

	.g-summernote-content blockquote {
		margin: 20px 0;
		padding: 15px 20px;
		border-left: 4px solid #c89b3c;
		background: #f8f8f8;
		font-style: italic;
	}

	.g-summernote-content strong,
	.g-summernote-content b {
		font-weight: 700;
	}

	.g-summernote-content em,
	.g-summernote-content i {
		font-style: italic;
	}

	.g-summernote-content hr {
		margin: 25px 0;
		border: none;
		border-top: 1px solid #ddd;
	}
/*================= // Summernote ======================*/
/*=================  EMI Calculator ======================*/

.g-wrapper {
	box-sizing: border-box;
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1c1c1e;
	padding: 8px 20px 32px;
}

.g-wrapper *, .g-wrapper *::before, .g-wrapper *::after {
	box-sizing: border-box;
}


.g-back {
	background: none;
	border: none;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #1c1c1e;
	padding: 4px;
}

.g-title {
	font-size: 21px;
	font-weight: 700;
	margin: 0;
}

.g-field {
	margin-bottom: 20px;
}

.g-label-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 8px;
}

.g-label {
	font-size: 15px;
	color: #1c1c1e;
	font-weight: 400;
}

.g-sublabel {
	font-size: 12.5px;
	color: #8a8a8e;
	white-space: nowrap;
}

.g-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.g-input {
	width: 100%;
	background: #f2f2f4;
	border: none;
	border-radius: 10px;
	padding: 14px 40px 14px 14px;
	font-size: 16px;
	color: #1c1c1e;
	outline: none;
	-moz-appearance: textfield;
}

	.g-input::-webkit-outer-spin-button,
	.g-input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	.g-input:focus {
		box-shadow: 0 0 0 2px #1a73e8;
	}

.g-unit {
	position: absolute;
	right: 14px;
	font-size: 15px;
	color: #6b6b70;
	pointer-events: none;
}

.g-tenure-row {
	display: flex;
	gap: 8px;
}

	.g-tenure-row .g-input-wrap {
		flex: 1 1 auto;
	}

.g-toggle {
	display: flex;
	gap: 6px;
	flex: 0 0 auto;
}

.g-toggle-btn {
	border: none;
	border-radius: 10px;
	padding: 0 16px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	background: #f2f2f4;
	color: #8a8a8e;
	transition: background 0.15s ease, color 0.15s ease;
}

	.g-toggle-btn.g-active {
		background: #1a73e8;
		color: #ffffff;
	}

.g-actions {
	display: flex;
	gap: 12px;
	margin: 24px 0 28px;
}

.g-btn {
	flex: 1 1 0;
	border: none;
	border-radius: 999px;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.g-btn-primary {
	background: #1a73e8;
	color: #ffffff;
}

	.g-btn-primary:active {
		background: #1560c9;
	}

.g-btn-secondary {
	background: #1a73e8;
	color: #ffffff;
}

	.g-btn-secondary:active {
		background: #1560c9;
	}

.g-result {
	background: #f2f2f4;
	border-radius: 10px;
	padding: 14px;
	font-size: 16px;
	color: #4a4a4e;
	margin-bottom: 0;
}

.g-error {
	font-size: 12.5px;
	color: #d93025;
	margin: -14px 0 16px;
	min-height: 16px;
}

@media (max-width: 380px) {
	.g-wrapper {
		padding: 8px 14px 24px;
	}

	.g-title {
		font-size: 19px;
	}
}


/*================= // EMI Calculator ======================*/
