/* Base */
* {
	font-family: "Roboto", sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
}

html,
body {
	min-height: 100%;
}

.page {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

.footer-region {
	margin-top: auto;
}

h1 {
	margin-top: 0;
}

h1.hero-title:focus {
	outline: none;
}

.hero-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -0.02em;
}

.hero-description {
	font-size: 16px;
	line-height: 24px;
}

.primary-btn {
	background-color: #DA1010;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	width: fit-content;
	transition: background-color 0.2s ease;
}

.secondary-btn {
	background-color: transparent;
	padding: 8px 18px;
	font-size: 16px;
	border: 2px solid #DA1010;
	border-radius: 25px;
	color: #DA1010;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	width: fit-content;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

button.primary-btn {
	border: 0;
}

.primary-btn:hover {
	background-color: #B80D0D;
}

.secondary-btn:hover {
	background-color: #DA1010;
	border-color: #DA1010;
	color: #ffffff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid #05b8ff;
	outline-offset: 2px;
	border-radius: 4px;
}

.primary-btn:focus-visible {
	outline-color: #FFFFFF;
	box-shadow: 0 0 0 3px #05b8ff;
}

.secondary-btn:focus-visible {
	outline-color: #FFFFFF;
	box-shadow: 0 0 0 3px #05b8ff;
}

.section-container {
	width: 100%;
	padding: 40px 0px;
}

.bg-gray {
	background-color: #F5F5F5;
}

.bg-dark-section {
	background-color: #111111;
}

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

/* Card 1 */

.card-1-container {
	display: flex;
	flex-direction: column;
	align-items: start;
	text-align: left;
	max-width: 350px;
	color: #ffffff;
	gap: 40px;
}

.card-1-container .card-banner {
	width: auto;
	height: 400px;
	object-fit: contain;
	align-self: center;
}

.card-1-container .card-label {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.card-1-container .card-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	text-align: center;
}

.card-1-container .card-label-header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.card-1-container .card-label-icon {
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 30px;
	object-fit: contain;
}

.card-1-container .card-description {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.31px;
	max-width: 300px;
	margin: 0;
}

/* Nave bar */

.inshort-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 20px;
}

.nav-container .inshort-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 10px;
}

.nav-container {
	border-bottom: 2px solid #E02020;
}

.nav-img-container {
	object-fit: contain;
	display: flex;
	align-items: center;
}

.nav-img-container a {
	display: inline-flex;
	align-items: center;
}

.nav-inshort-logo {
	width: auto;
	height: 40px;
}

.nav-interserv-logo {
	width: 150px;
	height: auto;
}

.nav-label-text {
	color: #585858;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0.31px;
}

/* Hero banner container */

.top-banner .hero-description {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.387px;
	margin: 24px 0px 40px 0px;
}

.top-banner .hero-title {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 0.774px;
}

.hero-banner-container .inshort-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 10px;
	gap: 40px;
}

.reverse-row-layout {
	flex-direction: row-reverse;
}

.top-banner .hero-banner-content.hero-banner-image-content{
	gap: 40px;
	justify-content: end;
}

.hero-banner-content.left-content {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.hero-banner-content.text-content {
	max-width: 550px;
	width: 100%;
}

.hero-banner-image-content {
	display: flex;
	gap: 40px;
	justify-content: center;
	width: 100%;
}

.top-banner .hero-banner-image-content img {
	opacity: 0;
	transform: translateY(18px) scale(0.98);
	animation: hero-image-enter 0.8s ease-out forwards;
	will-change: opacity, transform;
}

.what-is-inshort-banner .hero-banner-image-content img {
	opacity: 0;
	transform: translateY(18px) scale(0.98);
	animation: hero-image-enter 0.8s ease-out 0.08s forwards;
	will-change: opacity, transform;
}

.what-is-inshort-banner .open-request-demo-form {
	margin-top: 30px;
}

.top-banner .hero-banner-image-content img:nth-child(2) {
	animation-delay: 0.12s;
}

.hero-banner-content img,
.card-1-container .card-banner {
	max-height: 400px;
	height: auto;
	width: auto;
}

@keyframes hero-image-enter {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.98);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {

	.top-banner .hero-banner-image-content img,
	.what-is-inshort-banner .hero-banner-image-content img {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

/* Three cards container */

.three-cards-container .inshort-container {
	display: flex;
	flex-direction: column;
}

.three-cards-container {
	color: #FFFFFF;
	text-align: center;
}

.three-cards-container .card {
	width: 30%;
}

.three-cards-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/* Who app region */

.who-app-region .inshort-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.who-app-content {
	width: 100%;
	max-width: 620px;
}

.region-h2 {
	color: inherit;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 40px 0;
}

.who-app-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.who-app-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.who-app-item-icon {
	color: #FF0505;
	font-size: 30px;
	line-height: 30px;
	min-width: 40px;
	padding-top: 2px;
}

.region-title {
	color: #1A1A1A;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
}

.region-p {
	color: #1A1A1A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}

.who-app-images {
	display: flex;
	justify-content: center;
	gap: 36px;
}

.who-app-images img {
	max-height: 400px;
	width: auto;
	height: auto;
}

/* Why choose region */

.why-choose-region {
	color: #FFFFFF;
}

.why-choose-layout-container {
	display: flex;
	flex-direction: column;
}

.why-choose-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.why-choose-region .region-title {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.why-choose-region .region-p {
	color: #C9C9C9;
}

.why-choose-item img {
	max-width: 100%;
	max-height: 280px;
	height: auto;
	width: 100%;
	padding: 20px 0px;
	object-fit: contain;
}

.why-choose-item-content {
	max-width: 450px;
}

.why-choose-cta {
	display: block;
	margin: 40px 0 0;
}

/* Coming soon region */

.coming-soon-region .inshort-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.coming-soon-content {
	width: 100%;
	max-width: 620px;
}

.coming-soon-intro {
	margin-bottom: 24px;
}

.coming-soon-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.coming-soon-list-item .region-title {
	margin-bottom: 2px;
}

.inline-link {
	color: #D72626;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(215, 38, 38, 0.45);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.inline-link:hover,
.inline-link:focus-visible {
	color: #A91D1D;
	text-decoration-color: currentColor;
}

.inline-link:focus-visible {
	outline: 2px solid #D72626;
	outline-offset: 3px;
	border-radius: 2px;
}

.coming-soon-images {
	display: flex;
	justify-content: center;
	gap: 28px;
}

.coming-soon-images img {
	max-height: 400px;
	width: auto;
	height: auto;
}

/* CTA region */

.cta-region .inshort-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 50px;
}

.cta-logo {
	width: auto;
	height: 46px;
	margin-bottom: 24px;
}

.cta-copy {
	margin: 0 0 40px 0;
}

.new-request-btn {
	margin-top: 30px;
}

#same-page-request-app-demo .section-sub-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0.5rem;
}

#same-page-request-app-demo .region-h2 {
	margin: 20px 0 40px 0;
}

/* Demo request form */

.request-demo-text-content h1 {
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.request-demo-text-content h1:focus {
	outline: none;
}

.request-demo-text-content .inshort-logo {
	height: 70px;
	width: auto;
	object-fit: contain;
	margin-bottom: 20px;
}

.request-demo-form-section {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	min-height: 100dvh;
	padding-top: 20px;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.request-demo-form-section::before,
.request-demo-form-section::after {
	content: "";
	position: absolute;
	background-image: url("/images/inshort-logo-gray.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.52;
	width: 170px;
	height: 170px;
	pointer-events: none;
}

.request-demo-form-section::before {
	top: 10px;
	left: -18px;
}

.request-demo-form-section::after {
	right: -18px;
	bottom: 8px;
	transform: rotate(180deg);
}

.request-demo-form-section .inshort-container {
	position: relative;
	z-index: 1;
}

.request-demo-form-section .request-demo-text-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 15px;
	align-items: center;
}

.request-demo-form {
	margin: 0px auto;
	width: 100%;
	max-width: 550px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.request-demo-p {
	margin: 30px 0px;
	text-align: center;
}

.section-sub-title {
	color: inherit;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.31px;
}

.demo-request-field {
	margin: 0;
}

.demo-request-field:has(input:disabled),
.demo-request-field:has(select:disabled),
.demo-request-field:has(textarea:disabled) {
	display: none;
}

.request-demo-form .demo-request-field:last-child {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.demo-request-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 155px;
	min-height: 44px;
}

.demo-request-submit-btn:disabled {
	cursor: wait;
	opacity: 0.78;
}

.demo-request-submit-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #ffffff;
	border-radius: 50%;
	flex: 0 0 auto;
	animation: demo-request-submit-spin 0.8s linear infinite;
}

@keyframes demo-request-submit-spin {
	to {
		transform: rotate(360deg);
	}
}

.demo-request-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.demo-request-input {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
	padding: 13px 14px;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

textarea.demo-request-input {
	min-height: 132px;
	resize: vertical;
}

.demo-request-input::placeholder {
	color: #767676;
	opacity: 1;
}

.demo-request-select-placeholder {
	color: #767676;
}

.request-demo-form .demo-request-input:focus,
.request-demo-form .demo-request-input:focus-visible {
	border-color: #DA1010;
	box-shadow: 0 0 0 3px rgba(218, 16, 16, 0.12);
	outline: none;
}

.request-demo-form .demo-request-input.invalid {
	background-color: #fffafa;
	border-color: #d92d20;
	outline: none;
}

.request-demo-form .demo-request-input.valid.modified {
	border-color: #3f9d62;
	outline: none;
}

.request-demo-form .demo-request-input.invalid:focus,
.request-demo-form .demo-request-input.invalid:focus-visible {
	border-color: #b42318;
	box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.14);
	outline: none;
}

.demo-request-validation-message,
.request-demo-form .validation-message {
	display: block;
	margin-top: 6px;
	color: #b42318;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
}

.demo-request-validation-summary {
	display: none;
}

.demo-request-submit-error {
	max-width: 550px;
	margin: 0;
	padding: 12px 14px;
	background-color: #fffafa;
	border: 1px solid #f1b8b2;
	border-radius: 8px;
	color: #b80d0d;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.promo-details {
	margin-top: 10px;
	padding: 12px 14px;
	background-color: #eef8f1;
	border-left: 3px solid #3f9d62;
	color: #1a1a1a;
}

.promo-details p {
	margin: 0;
}

.promo-details-type {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.promo-details-description {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.request-demo-success-state {
	max-width: 550px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}

.request-demo-success-logo {
	width: auto;
	height: 56px;
	object-fit: contain;
	margin-bottom: 22px;
}

.request-demo-success-title {
	font-size: 42px;
	line-height: 1.15;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 26px 0;
}

.request-demo-success-copy {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0;
}

.request-demo-success-copy + .request-demo-success-copy {
	margin-top: 10px;
}

/* Footer */

.footer-region {
	border-top: 1px solid #3A3A3A;
	background-color: #212529;
}

.footer-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	min-height: 78px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-links a,
.footer-dot {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.footer-links a {
	transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-links a:hover {
	color: #FF0505;
	opacity: 0.95;
}

.footer-links a:focus-visible {
	color: #FF0505;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-social a {
	color: #FFFFFF;
	width: 34px;
	height: 34px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-social a:hover {
	color: #FF0505;
	border-color: #FF0505;
	background-color: rgba(255, 5, 5, 0.08);
}

.footer-social a:focus-visible {
	color: #FF0505;
	border-color: #FF0505;
}

@media screen and (max-width: 1199px) {
	.inshort-container {
		max-width: 100%;
		padding: 20px 32px;
		box-sizing: border-box;
	}

	.hero-banner-container .inshort-container {
		align-items: center;
		gap: 32px;
	}

	.hero-banner-content.text-content,
	.hero-banner-content.left-content,
	.hero-banner-content {
		width: 100%;
		max-width: 100%;
	}

	.hero-banner-content img {
		height: auto;
	}

	.three-cards-content {
		justify-content: center;
		gap: 32px;
	}

	.three-cards-container .card,
	.card-1-container {
		width: calc(50% - 16px);
		max-width: 100%;
	}

	.who-app-region .inshort-container {
		gap: 36px;
	}

	.region-h2 {
		font-size: 34px;
		line-height: 44px;
	}

	.region-title {
		font-size: 20px;
		line-height: 30px;
	}

	.region-p {
		font-size: 16px;
		line-height: 28px;
	}

	.coming-soon-region .inshort-container {
		gap: 40px;
	}

	.coming-soon-images {
		gap: 20px;
	}

	.why-choose-layout-container {
		column-gap: 36px;
		row-gap: 28px;
	}

	.why-choose-item {
		gap: 16px;
	}

	.why-choose-item img {
		max-height: 190px;
	}

	.footer-content {
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.section-container {
		padding: 32px 0px;
	}

	.inshort-container {
		padding: 16px 20px;
	}

	.hero-banner-container .inshort-container,
	.hero-banner-container .inshort-container.reverse-row-layout,
	.three-cards-content {
		flex-direction: column;
		align-items: center;
	}

	.nav-container .inshort-container {
		flex-direction: row;
		align-items: center;
		gap: 16px;
		padding-top: 12px;
		padding-bottom: 10px;
	}

	.nav-label-text {
		font-size: 13px;
		line-height: 20px;
		white-space: nowrap;
	}

	.nav-inshort-logo {
		height: 30px;
	}

	.nav-interserv-logo {
		width: 108px;
	}

	.hero-banner-content.text-content {
		text-align: center;
	}

	.hero-banner-content img {
		width: 100%;
		max-width: 170px;
		max-height: 320px;
		object-fit: contain;
	}

	.hero-banner-content img,
	.card-1-container .card-banner {
		max-width: 100%;
		height: auto;
		align-self: center;
	}

	.three-cards-container .card,
	.card-1-container,
	.card-1-container .card-description {
		width: 100%;
		max-width: 100%;
	}

	.card-1-container {
		text-align: center;
		align-items: center;
	}

	.card-1-container .card-content {
		align-items: center;
	}

	.who-app-region .inshort-container {
		gap: 24px;
	}

	.who-app-content {
		max-width: 100%;
	}

	.region-h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 24px;
		text-align: center;
	}

	.who-app-list {
		gap: 20px;
	}

	.who-app-item {
		gap: 12px;
	}

	.who-app-item-icon {
		font-size: 24px;
		line-height: 24px;
		min-width: 28px;
	}

	.region-title {
		font-size: 18px;
		line-height: 28px;
	}

	.region-p {
		font-size: 16px;
		line-height: 26px;
	}

	.who-app-images {
		width: 100%;
		gap: 16px;
	}

	.who-app-images img {
		width: 100%;
		max-width: 180px;
		max-height: 320px;
		object-fit: contain;
	}

	.coming-soon-region .inshort-container {
		gap: 24px;
	}

	.coming-soon-content {
		max-width: 100%;
	}

	.coming-soon-intro {
		margin-bottom: 18px;
	}

	.coming-soon-list {
		gap: 12px;
	}

	.coming-soon-images {
		width: 100%;
		gap: 16px;
	}

	.coming-soon-images img {
		width: 100%;
		max-width: 170px;
		max-height: 320px;
		object-fit: contain;
	}

	.why-choose-layout-container {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}

	.why-choose-item {
		width: 100%;
		flex-direction: column;
		text-align: center;
	}

	.why-choose-item img {
		max-height: 170px;
	}

	.cta-region .inshort-container {
		padding-top: 24px;
		padding-bottom: 36px;
	}

	.cta-logo {
		height: 40px;
		margin-bottom: 18px;
	}

	.cta-copy {
		margin-bottom: 20px;
	}

	.request-demo-form-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.request-demo-success-state {
		min-height: 430px;
		padding: 30px 18px;
	}

	.request-demo-success-title {
		font-size: 32px;
		margin-bottom: 18px;
	}

	.request-demo-success-copy {
		font-size: 22px;
	}

	.request-demo-form-section::before,
	.request-demo-form-section::after {
		width: 240px;
		height: 240px;
		opacity: 0.45;
	}

	.request-demo-form-section::before {
		top: 12px;
		left: -22px;
	}

	.request-demo-form-section::after {
		right: -22px;
		bottom: 18px;
	}

	.footer-content {
		justify-content: space-between;
		min-height: 70px;
	}

	.footer-links a,
	.footer-dot {
		font-size: 14px;
	}

	.footer-social a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}
