@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
	--navy: #071a2e;
	--navy2: #0b2947;
	--gold: #d6a536;
	--gold2: #f1cb69;
	--ink: #172033;
	--muted: #657184;
	--soft: #f4f7fa;
	--line: #dfe6ed;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Inter, sans-serif;
	color: var(--ink);
	line-height: 1.7;
}

h1,
h2,
h3,
.navbar-brand {
	font-family: Manrope, sans-serif;
}

h1 {
	font-weight: 800;
}

h2 {
	font-weight: 800;
}

a {
	text-decoration: none;
}

.navbar {
	padding: 1rem 0;
	transition: .3s;
	/* background: linear-gradient(180deg, rgba(7, 26, 46, .98), rgba(7, 26, 46, .82)) */
    background-color: #fff;
}

.navbar.scrolled {
	padding: .6rem 0;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
	backdrop-filter: blur(14px);
}

.navbar-brand small,
.footer-brand small {
	display: block;
	font-size: .58rem;
	letter-spacing: .2em;
}

.brand-shield {
	display: grid;
	place-items: center;
	width: 42px;
	height: 48px;
	background: linear-gradient(135deg, var(--gold2), var(--gold));
	color: var(--navy);
	font-weight: 900;
	clip-path: polygon(50% 0, 95% 18%, 88% 78%, 50% 100%, 12% 78%, 5% 18%);
}

.nav-link {
	font-weight: 600;
    color: #000 !important;

}

.dropdown-menu {
	border: 0;
	box-shadow: 0 20px 45px rgba(7, 26, 46, .15);
	padding: .75rem;
}

.dropdown-item {
	padding: .65rem 1rem;
	border-radius: .5rem;
}

.btn {
	font-weight: 700;
	border-radius: .65rem;
	padding: .7rem 1.1rem;
}

.btn-gold {
	/* background: linear-gradient(135deg, var(--gold2), var(--gold)); */
    background-color: #7c1002;
	border: 0;
	color: #fff;
    border: 1px solid transparent;
	transition: all 0.5s ease-in;
}


.cta-section.aman_seq_cus_seq_plan_main .cta-panel a.btn.btn-gold:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.hero.hero-slider-section.aman_sec_banner_sec_main .carousel-fade .d-flex.flex-wrap a.btn.btn-gold.btn-lg:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}



.btn-gold:hover {
	color: var(--navy);
	transform: translateY(-1px);
    border-color: #7c1002;
}

.hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 80% 35%, #174c78 0, transparent 32%), linear-gradient(135deg, #061525, #0b2947);
	color: #fff;
}

.hero-grid {
	position: absolute;
	inset: 0;
	opacity: .12;
	background-image: linear-gradient(rgba(255, 255, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .2) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: linear-gradient(to right, transparent, #000);
}

.hero h1 {
	font-size: clamp(2.8rem, 6vw, 5.4rem);
	line-height: 1.02;
	letter-spacing: -.05em;
	margin: 1.2rem 0;
}

.hero .lead {
	max-width: 760px;
	color: #d8e4ef;
	font-size: 1.2rem;
}

.eyebrow,
.section-kicker,
.page-hero>div>span,
.section-heading>span {
	/* color: var(--gold2); */
    color: #7c1002;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .78rem;
}

.hero-slider-section.aman_sec_banner_sec_main .col-lg-7.pt-5 span.eyebrow {
    color: #f1cb69;
}


.hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 2.5rem;
	color: #d7e1eb;
}

.hero-trust strong {
	display: block;
	color: #fff;
	font-size: 1.3rem;
}

.hero-visual {
	position: relative;
}

.hero-visual img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .35));
}

.aman_sec_hed_navbar_main .container button.navbar-toggler {
    background: #7c1002;
}




.status-card {
	position: absolute;
	left: -2rem;
	bottom: 3rem;
	background: #fff;
	color: var(--ink);
	padding: 1rem 1.2rem;
	border-radius: 1rem;
	display: flex;
	gap: .8rem;
	align-items: center;
	box-shadow: 0 25px 60px rgba(0, 0, 0, .3);
}

.status-card i {
	font-size: 1.8rem;
	color: var(--gold);
}

.status-card small {
	display: block;
	color: var(--muted);
}

.section {
	padding: 6rem 0;
}

.bg-soft {
	background: var(--soft);
}

.section-heading {
	/* max-width: 760px; */
	max-width: 100%;
	margin-bottom: 3rem;
}

.section-heading.text-center {
	margin-left: auto;
	margin-right: auto;
}

.section-heading h2,
.section h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	letter-spacing: -.035em;
}

.service-card,
.feature-card,
.industry-card,
.document-card,
.case-card {
	border: 1px solid var(--line);
	border-radius: 1rem;
	padding: 1.6rem;
	background: #fff;
	transition: .25s;
}

.service-card:hover,
.industry-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 50px rgba(7, 26, 46, .1);
	border-color: transparent;
}

.service-card h3,
.feature-card h3 {
	font-size: 1.2rem;
	margin-top: 1.2rem;
}

.service-card p {
	color: var(--muted);
}

.service-card a {
	color: #7c1002;
	font-weight: 800;
}

.icon-box,
.feature-card>i,
.industry-card>i,
.document-card>i {
	width: 55px;
	height: 55px;
	border-radius: .8rem;
	display: flex;
    justify-content: center;
    align-items: end;
	background: #7c10020d;
}

.row.g-4.aman_seq_ser_plan_main .col-md-6.col-xl-3 .icon-box img {
    max-width: 60px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px 5px 0px 5px;
}


.shadow-soft {
	box-shadow: 0 25px 65px rgba(7, 26, 46, .15);
}

.check-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-top: 2rem;
}

.check-grid i {
	/* color: #15805a; */
    color: #7c1103;
}

.process-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
}

.process-step {
	border-top: 3px solid #7c1103;
	padding: 1.2rem;
	/* background: var(--soft); */
    background: #7c110305;
	border-radius: 0 0 1rem 1rem;
}

.aman_seq_sta_gua_main .col-md-6.col-xl-3 .feature-card.h-100 img {
    max-width: 55px;
    width: 100%;
    height: auto;
    background: #fdfbfb;
    padding: 5px;
}

.process-step b {
	/* color: var(--gold); */
    color: #7c1103;
	font-size: 1.5rem;
}

.process-step h3 {
	font-size: 1.05rem;
	margin-top: .8rem;
}

.cta-section {
	padding: 0 0 6rem;
}

section.section.bg-soft .row.align-items-center a.btn.aman_seq_our_pro_btn {
    background: #7c1103;
    border-color: #7c1103;
    transition: all 0.5s ease-in-out;
}
section.section.bg-soft .row.align-items-center a.btn.aman_seq_our_pro_btn:hover {
    background-color: transparent;
    color: #000;
}


.cta-panel {
	background: linear-gradient(135deg, var(--navy), var(--navy2));
	color: #fff;
	padding: 3rem;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.cta-panel h2 {
	margin: 0;
}

.page-hero {
	padding: 11rem 0 6rem;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	color: #fff;
}

.aman_seq_about_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/About_Us_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_about_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_about_banner_sec_main .container span {
    color: #f1cb69;
}


.aman_seq_indus_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Industries_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_indus_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_indus_banner_sec_main .container span {
    color: #f1cb69;
}


.section.aman_seq_indus_list_sec_main .row.g-4 .col-md-6.col-lg-4 .industry-card img {
    max-width: 60px;
    width: 100%;
    height: auto;
    background: #f8f3f2;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.aman_seq_contact_us_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Contact_Us_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_contact_us_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_contact_us_banner_sec_main .container span {
    color: #f1cb69;
}




.aman_seq_proje_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Project_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_proje_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_proje_banner_sec_main .container span {
    color: #f1cb69;
}



.aman_seq_seq_gurd_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Seq_Gurd_Ser_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_seq_gurd_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_seq_gurd_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}

.aman_seq_seq_gurd_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.section.aman_seq_what_inc_sec_main .row.g-5 .col-lg-8 .service-inclusions div {
    background: #7c110305;
}

.section.aman_seq_what_inc_sec_main .row.g-5 .col-lg-8 .service-inclusions div i {
    color: #7c1103;
}

.section.aman_seq_what_inc_sec_main .row.g-5 aside.col-lg-4 .quote-card img {
    max-width: 40px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}



.aman_seq_ind_gurd_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Ind_Gurd_Ser_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_ind_gurd_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_ind_gurd_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}

.aman_seq_ind_gurd_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}




.aman_seq_res_gurd_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Res_Gurd_Ser_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_res_gurd_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_res_gurd_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}


.aman_seq_res_gurd_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}



.aman_seq_fac_gurd_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Fac_Gurd_Ser_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_fac_gurd_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_fac_gurd_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}


.aman_seq_fac_gurd_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}


.aman_seq_com_gurd_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Com_Gurd_Ser_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_com_gurd_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_com_gurd_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}


.aman_seq_com_gurd_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}


.aman_seq_ind_gurd_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}



.aman_seq_eve_gurd_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Eve_Gurd_Ser_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_eve_gurd_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_eve_gurd_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}
.aman_seq_eve_gurd_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}



.aman_cel_vip_pro_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Cel_VIP_Ser_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_cel_vip_pro_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_cel_vip_pro_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}
.aman_cel_vip_pro_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}



.aman_per_seq_gur_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Per_Seq_Ser_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_per_seq_gur_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_per_seq_gur_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}
.aman_per_seq_gur_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}


.aman_seq_career_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Aman_Seq_Carr_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_career_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_career_banner_sec_main .container span {
	color: #f1cb69;
}



.aman_seq_cli_ser_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Aman_Seq_Clit_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
}

.aman_seq_cli_ser_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_cli_ser_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}
.aman_seq_cli_ser_banner_sec_main .container a.btn.btn-gold.btn-lg:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}






section.section.aman_seq_indus_list_sec_main .row.g-4 article.client-sector img {
    max-width: 60px;
    width: 100%;
    height: auto;
    background: #f8f3f2;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}





.aman_seq_galler_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Aman_Seq_Galle_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
	/* height: 720px; */
}

.aman_seq_galler_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_galler_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}

section.section.aman_seq_galler_detai_sec_main .col-xl-4.gallery-item button.gallery-card {
    cursor: unset;
}






.aman_seq_blog_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Aman_Seq_Blog_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
	/* height: 720px; */
}

.aman_seq_blog_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_blog_banner_sec_main .container span.aman_seq_banner_sub_head {
    color: #fff;
}

section.section.aman_seq_your_Prop_sec_main .container.narrow.text-center a.btn {
    background-color: #7c1002;
    border-color: #7c1002;
    transition: all 0.5s ease-in-out;
}
section.section.aman_seq_your_Prop_sec_main .container.narrow.text-center a.btn:hover{
	border-color: #7c1002;
    color: #000;
    background-color: transparent;
}


.aman_seq_docu_banner_sec_main {
	padding: 11rem 0 6rem;
	color: #fff;
	background: url('/assets/img/Aman_Seq_Docu_Bg_Img.jpg');
	min-height: 100%;
	height: auto;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: border-box;
	padding-left: 50px;
	padding-right: 50px;
	display: flex !important;
	position: relative;
	opacity: 1;
	z-index: 9;
	/* height: 720px; */
}

.aman_seq_docu_banner_sec_main::before {
	content: "";
	position: absolute;
	background: radial-gradient(circle at 80%, #174c78, transparent 35%), linear-gradient(135deg, #061525, #0b2947);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -9;
}

.aman_seq_docu_banner_sec_main .container span {
	color: #f1cb69;
}

section.aman_seq_indus_list_sec_main .row.g-4 .document-card {
	height: 100%	;
}

section.aman_seq_indus_list_sec_main .row.g-4 .document-card img {
    max-width: 60px;
    width: 100%;
    height: auto;
    background: #f8f3f2;
    padding: 8px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.aman_seq_indus_list_sec_main .row.g-4 .document-card span {
	color: #7c1002;
}





.page-hero h1 {
	font-size: clamp(2.6rem, 6vw, 5rem);
	max-width: 900px;
}

.page-hero p {
	max-width: 800px;
	color: #d7e1eb;
	font-size: 1.15rem;
}

.breadcrumb a {
	color: #d8e4ef;
}

.breadcrumb-item.active {
	color: var(--gold2);
}

.stat-box {
	padding: 1.5rem;
	background: var(--soft);
	border-radius: 1rem;
}


.section.aman_seq_ser_coun_sec_main .row.g-4.text-center .col-6.col-lg-3 .stat-box {
    background: #f8f4f5;
}

/* .section.aman_seq_ser_coun_sec_main .row.g-4.text-center .col-6.col-lg-3 .stat-box strong {
	color: #7c1303;
} */

.section.aman_seq_ser_coun_sec_main .row.g-4.text-center .col-6.col-lg-3 .stat-box strong {
    display: flex;
    justify-content: center;
    letter-spacing: 5px;
    font-size: 2rem;
    font-family: var(--font);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #7c1303;
}



.section.aman_seq_our_appr_sec_main .col-lg-7 .row.g-3.mt-4 .col-md-4 .stat-box {
    background: #7c110305;
}

.section.aman_seq_our_appr_sec_main .col-lg-7 .row.g-3.mt-4 .col-md-4 .stat-box strong {
    color: #7c1103;
}


.stat-box strong {
	font: 800 2rem Manrope;
	display: block;
}

.stat-box span {
	color: var(--muted);
}

.info-panel,
.quote-card,
.contact-panel {
	background: var(--navy);
	color: #fff;
	border-radius: 1.2rem;
	padding: 2rem;
	position: sticky;
	top: 110px;
}

.info-panel p,
.quote-card p,
.contact-panel p {
	color: #cfdae5;
}

.info-panel>div {
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding-top: 1rem;
	margin-top: 1rem;
}

.feature-card {
	height: 100%;
}

.bg-soft.aman_seq_pero_life_sec_main .row.g-4 .col-lg-4 .feature-card img {
    max-width: 55px;
    width: 100%;
    height: auto;
    background: #f8f4f5;
    padding: 5px;
    border-radius: 5px;
}


.service-inclusions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-top: 2rem;
}

.service-inclusions>div {
	padding: 1rem;
	background: var(--soft);
	border-radius: .8rem;
	display: flex;
	gap: .75rem;
}

.service-inclusions i {
	color: #16805c;
}

.quote-card>a,
.contact-panel>a {
	display: block;
	color: #fff;
	margin: .8rem 0;
}

.industry-card h2,
.document-card h2,
.case-card h2 {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.notice-box {
	padding: 1.5rem;
	border: 1px solid #f0d795;
	background: #fff8e5;
	border-radius: 1rem;
	display: flex;
	gap: 1rem;
}

.notice-box i {
	font-size: 1.8rem;
}

.case-card span,
.document-card span {
	color: #966b00;
	font-weight: 800;
}

.section.aman_seq_proj_list_sec_main .row.g-4.mt-4 .col-lg-4 article.case-card {
    min-height: 250px;
    height: 100%;
}


.section.aman_seq_what_inc_sec_main .row.g-5 aside.col-lg-4 .quote-card a.btn.btn-gold:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.section.aman_seq_what_inc_sec_main .row.g-5 aside.col-lg-4 .quote-card a i {
    padding-right: 5px;
}

.section.aman_seq_proj_list_sec_main .row.g-4.mt-4 .col-lg-4 article.case-card span {
    color: #7c1002;
}


.secure-form label {
	font-weight: 700;
	margin-bottom: .4rem;
}

.secure-form .form-control,
.secure-form .form-select {
	padding: .85rem;
	border-radius: .7rem;
	border-color: var(--line);
}

.secure-form .form-control:focus,
.secure-form .form-select:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 .25rem rgba(214, 165, 54, .18);
}

.hp-field {
	position: absolute;
	left: -9999px;
}

.form-note {
	font-size: .85rem;
	color: var(--muted);
	margin-top: 1rem;
}

.narrow {
	max-width: 850px;
}

.site-footer {
	background: #04111f;
	color: #bdc8d3;
	padding: 5rem 0 2rem;
}

.site-footer h2 {
	font-size: 1rem;
	color: #fff;
}

.site-footer a {
	display: block;
	color: #bdc8d3;
	margin: .5rem 0;
}

.site-footer a:hover {
	color: var(--gold2);
}

.footer-brand {
	display: flex;
	gap: .8rem;
	align-items: center;
	color: #fff;
	margin-bottom: 1rem;
}

.site-footer hr {
	border-color: #304050;
	margin: 3rem 0 2rem;
}

.floating-call {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	/* background: var(--gold); */
    background-color: #7c1103;
    color: #fff;
	/* color: var(--navy); */
	font-size: 1.25rem;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
	z-index: 50;
}

@media(max-width:991px) {
	.navbar-collapse {
		background: var(--navy);
		padding: 1rem;
		margin-top: 1rem;
		border-radius: 1rem;
	}

	.process-row {
		grid-template-columns: 1fr 1fr;
	}

	.status-card {
		left: 0;
	}

	.section {
		padding: 4rem 0;
	}
}

@media(max-width:767px) {
	.hero h1 {
		font-size: 2.65rem;
	}

	.hero-trust {
		gap: 1rem;
	}

	.hero-trust span {
		width: 45%;
	}

	.process-row,
	.check-grid,
	.service-inclusions {
		grid-template-columns: 1fr;
	}

	.cta-panel {
		display: block;
	}

	.cta-panel .btn {
		margin-top: 1.5rem;
	}

	.page-hero {
		padding: 9rem 0 4rem;
	}


	.section {
		padding: 3.5rem 0;
	}
}

/* Gallery, clientele and blog */
.gallery-filters {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
	margin-bottom: 2rem;
}

.gallery-filters button {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
	padding: .65rem 1rem;
	border-radius: 999px;
	font-weight: 700;
}

.gallery-filters button.active,
.gallery-filters button:hover {
	background: var(--navy);
	color: #fff;
	border-color: var(--navy);
}

.gallery-card {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
	text-align: left;
	box-shadow: 0 12px 35px rgba(7, 26, 46, .1);
	transition: .25s;
}

.gallery-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 55px rgba(7, 26, 46, .16);
}

.gallery-card img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-card>span {
	display: block;
	padding: 1.1rem 1.25rem;
}

.gallery-card strong,
.gallery-card small {
	display: block;
}

.gallery-card small {
	color: var(--muted);
	margin-top: .25rem;
}

.gallery-item.is-hidden {
	display: none;
}

.gallery-modal {
	padding: 1rem;
	background: var(--navy);
	color: #fff;
}

.gallery-modal .btn-close {
	position: absolute;
	right: 1.2rem;
	top: 1.2rem;
	z-index: 2;
	background-color: #fff;
	border-radius: 50%;
	padding: .7rem;
}

.gallery-modal img {
	width: 100%;
	height: auto;
	border-radius: .6rem;
}

.gallery-modal h2 {
	font-size: 1.2rem;
	margin: 1rem .4rem .2rem;
}

.client-sector {
	border: 1px solid var(--line);
	border-radius: 1rem;
	padding: 1.7rem;
	background: #fff;
}

.client-sector>i {
	font-size: 2rem;
	color: #966b00;
}

.client-sector h2 {
	font-size: 1.25rem;
	margin: 1rem 0 .6rem;
}

.client-sector p {
	color: var(--muted);
	margin: 0;
}

.client-logo-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.client-logo {
	min-height: 125px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 1rem;
	display: grid;
	place-content: center;
	text-align: center;
	padding: 1rem;
}

.client-logo span {
	font: 800 2rem Manrope;
	color: var(--gold);
}

.client-logo small {
	color: var(--muted);
}

.blog-card {
	border: 1px solid var(--line);
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 35px rgba(7, 26, 46, .07);
}

.blog-card img {
	width: 100%;
	height: auto;
}

.blog-card>div {
	padding: 1.5rem;
}

.blog-card span,
.article-hero>div>span {
	color: #966b00;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .75rem;
}

.blog-card h2 {
	font-size: 1.35rem;
	margin: .7rem 0;
}

.blog-card h2 a {
	color: var(--ink);
}

.blog-card p {
	color: var(--muted);
}

.blog-card small {
	display: block;
	color: var(--muted);
	margin-bottom: 1rem;
}

.read-more {
	font-weight: 800;
	color: var(--navy);
}

.article-hero {
	padding: 11rem 0 5rem;
	background: linear-gradient(135deg, #f4f7fa, #fff);
}

.article-hero h1 {
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	line-height: 1.08;
	letter-spacing: -.04em;
	margin: .8rem 0 1.2rem;
}

.article-hero p {
	font-size: 1.15rem;
	color: var(--muted);
}

.article-cover {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.2rem;
	margin-bottom: 2.5rem;
}

.article-body section {
	margin: 2.4rem 0;
}

.article-body section h2 {
	font-size: 1.75rem;
}

.article-body p {
	font-size: 1.06rem;
	color: #465366;
}

.article-lead {
	font-size: 1.25rem !important;
	color: var(--ink) !important;
}

.article-callout {
	display: flex;
	gap: 1.25rem;
	background: var(--navy);
	color: #fff;
	border-radius: 1.2rem;
	padding: 2rem;
	margin: 3rem 0;
}

.article-callout>i {
	font-size: 2.3rem;
	color: var(--gold2);
}

.article-callout h2 {
	font-size: 1.5rem;
}

.article-callout p {
	color: #d1dce6;
}

.article-disclaimer {
	font-size: .9rem !important;
	border-top: 1px solid var(--line);
	padding-top: 1rem;
}

.article-hero .breadcrumb a {
	color: var(--navy);
}

@media(max-width:991px) {
	.client-logo-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:767px) {
	.client-logo-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.article-callout {
		display: block;
	}

	.article-callout>i {
		display: block;
		margin-bottom: 1rem;
	}
}

/* Enriched company detail components */
.testimonial-card {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 1.25rem;
	padding: 2rem;
	margin: 0;
}

.testimonial-card p {
	font-size: 1.08rem;
	line-height: 1.8;
}

.testimonial-card footer {
	font-weight: 700;
	color: #fff;
}

.testimonial-card footer span {
	font-weight: 400;
	opacity: .72;
}

.team-card {
	height: 100%;
	text-align: center;
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 1.25rem;
	padding: 2rem;
	box-shadow: 0 12px 35px rgba(7, 26, 46, .07);
}

.team-avatar {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	margin: 0 auto 1rem;
	background: #071a2e;
	color: #d6a536;
	font-size: 1.35rem;
	font-weight: 800;
}

.team-card h3 {
	font-size: 1.08rem;
	margin-bottom: .35rem;
}

.team-card p {
	margin: 0;
	color: #64748b;
}

/* Leadership & operations — creative redesign */
.aman_seq_our_team_sec_main {
	position: relative;
	overflow: hidden;
	background: #f8f4f5;
}

.aman_seq_our_team_sec_main .section-heading p {
	color: var(--muted);
	margin-top: .75rem;
}

.aman_seq_leader_spotlight {
	position: relative;
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 2.25rem;
	align-items: center;
	margin-bottom: 3.25rem;
	padding: 1.85rem 2rem;
	border-radius: 1.5rem;
	background: #fff;
	border: 1px solid rgba(124, 16, 2, .1);
	box-shadow: 0 18px 45px rgba(7, 26, 46, .08);
	overflow: hidden;
}

.aman_seq_leader_spotlight::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: linear-gradient(180deg, #7c1002, #d6a536);
}

.aman_seq_leader_spotlight::after {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(124, 16, 2, .08), transparent 70%);
	pointer-events: none;
}

.aman_seq_leader_spotlight_photo {
	position: relative;
	z-index: 1;
	width: 190px;
	height: 190px;
	margin: 0 auto;
	border-radius: 50%;
	padding: 6px;
	background: linear-gradient(145deg, #7c1002, #d6a536);
	box-shadow: 0 14px 32px rgba(124, 16, 2, .18);
}

.aman_seq_leader_spotlight_photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 50%;
	border: 4px solid #fff;
	background: #f8f4f5;
}

.aman_seq_leader_spotlight_tag {
	display: inline-block;
	margin-bottom: .85rem;
	padding: .35rem .9rem;
	border-radius: .5rem;
	background: rgba(124, 16, 2, .08);
	border: 1px solid rgba(124, 16, 2, .18);
	color: #7c1002;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.aman_seq_leader_spotlight_info {
	position: relative;
	z-index: 1;
}

.aman_seq_leader_spotlight_info h3 {
	font-size: clamp(1.55rem, 2.6vw, 2.1rem);
	margin-bottom: .75rem;
	letter-spacing: -.02em;
	color: var(--ink);
}

.aman_seq_leader_spotlight_info > p {
	max-width: 38rem;
	margin-bottom: 1.25rem;
	color: var(--muted);
}

.aman_seq_leader_spotlight_info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: .7rem;
}

.aman_seq_leader_spotlight_info li {
	display: flex;
	align-items: center;
	gap: .65rem;
	font-weight: 600;
	color: var(--ink);
}

.aman_seq_leader_spotlight_info i {
	color: #7c1002;
}

.aman_seq_ops_label {
	text-align: center;
	margin-bottom: 2rem;
}

.aman_seq_ops_label span {
	display: inline-block;
	margin-bottom: .45rem;
	color: #7c1002;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.aman_seq_ops_label h3 {
	margin: 0;
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
	letter-spacing: -.02em;
}

.aman_seq_team_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

.aman_seq_team_profile {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 1.15rem;
	overflow: visible;
	border: 1px solid rgba(124, 16, 2, .08);
	box-shadow: 0 12px 30px rgba(7, 26, 46, .07);
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.aman_seq_team_profile:hover {
	transform: translateY(-8px);
	border-color: rgba(124, 16, 2, .2);
	box-shadow: 0 22px 44px rgba(7, 26, 46, .12);
}

.aman_seq_team_profile_top {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 120px;
	padding: 1.4rem 1rem 0;
	background: linear-gradient(160deg, #f3e9ea 0%, #e8ecef 100%);
	border-radius: 1.15rem 1.15rem 0 0;
	overflow: visible;
}

/* .aman_seq_team_profile_top::before {
	content: "";
	position: absolute;
	right: 12px;
	top: 12px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid rgba(124, 16, 2, .12);
} */

.aman_seq_team_avatar {
	position: relative;
	z-index: 1;
	width: 118px;
	height: 118px;
	margin-bottom: -40px;
	border-radius: 50%;
	padding: 4px;
	border: 3px solid #7c1002;
	background: #fff;
	box-shadow: 0 10px 24px rgba(7, 26, 46, .14);
	transition: transform .35s ease;
}

.aman_seq_team_profile:hover .aman_seq_team_avatar {
	transform: scale(1.04);
}

.aman_seq_team_avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 50%;
}

.aman_seq_team_profile_body {
	flex: 1;
	padding: 3.1rem 1.1rem 1.45rem;
	text-align: center;
	background: #fff;
	border-radius: 0 0 1.15rem 1.15rem;
}

.aman_seq_team_profile_body h3 {
	font-size: 1.02rem;
	margin: 0 0 .4rem;
	color: #111827;
	line-height: 1.3;
}

.aman_seq_team_profile_body p {
	margin: 0;
	color: #7c1002;
	font-size: .86rem;
	font-weight: 600;
	line-height: 1.4;
}

.aman_seq_team_profile_body::after {
	content: "";
	display: block;
	width: 36px;
	height: 3px;
	margin: .9rem auto 0;
	border-radius: 99px;
	background: linear-gradient(90deg, #7c1002, #d6a536);
	opacity: .75;
}

@media (max-width: 1199.98px) {
	.aman_seq_team_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.aman_seq_leader_spotlight {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 1.5rem;
		padding: 1.5rem;
	}

	.aman_seq_leader_spotlight_info ul {
		justify-items: center;
	}

	.aman_seq_leader_spotlight_info > p {
		margin-inline: auto;
	}
}

@media (max-width: 575.98px) {
	.aman_seq_team_grid {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin-inline: auto;
	}

	.aman_seq_leader_spotlight_photo {
		width: 160px;
		height: 160px;
	}

	.aman_seq_team_profile:hover,
	.aman_seq_team_profile:hover .aman_seq_team_avatar {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aman_seq_team_profile,
	.aman_seq_team_avatar {
		transition: none;
	}

	.aman_seq_team_profile:hover,
	.aman_seq_team_profile:hover .aman_seq_team_avatar {
		transform: none;
	}
}

.contact-branch {
	display: flex;
	gap: 1.25rem;
	background: #fff;
	border: 1px solid #e6ebf0;
	border-radius: 1.25rem;
	padding: 2rem;
	box-shadow: 0 12px 35px rgba(7, 26, 46, .07);
}

.contact-branch>i {
	font-size: 2rem;
	color: #d6a536;
}


.section.bg-soft.aman_seq_other_branch_sec_main .container .row .contact-branch i {
    color: #7c1002;
	line-height: 45px;
}

.section.bg-soft.aman_seq_other_branch_sec_main .container .row .contact-branch .d-flex a {
    color: #7c1002;
}

section.section.aman_seq_carr_sec_main .row.align-items-center .col-lg-4 a {
    background-color: #7c1002;
    border-color: #7c1002;
	transition: all 0.5s ease-in-out;
}
section.section.aman_seq_carr_sec_main .row.align-items-center .col-lg-4 a:hover {
	border-color: #7c1002;
	color: #000;
	background-color: transparent;
}

.contact-branch h3 {
	margin-bottom: .5rem;
}

.contact-branch a {
	font-weight: 700;
	text-decoration: none;
}

.bg-dark .section-heading p {
	color: rgba(255, 255, 255, .75);
}

/* Home banner slider */
.hero-slider-section {
	padding: 0;
	overflow: hidden;
	background: var(--navy);
    margin-top: 50px;
}

.hero-slider-section .carousel,
.hero-slider-section .carousel-inner,
.hero-slider-section .carousel-item {
	min-height: 100vh;
}

.hero-slider-section .carousel-item {
	position: relative;
	background: radial-gradient(circle at 82% 34%, rgba(29, 91, 139, .62), transparent 34%), linear-gradient(135deg, #061525 0%, #0b2947 62%, #061525 100%);
	color: #fff;
}



.carousel-item.aman_seq_banner_img1 {
    /* position: relative; */
    /* background: radial-gradient(circle at 82% 34%, rgba(29, 91, 139, .62), transparent 34%), linear-gradient(135deg, #061525 0%, #0b2947 62%, #061525 100%); */
    color: #fff;
    background: url('../img/Banner_Img_1.jpg');
    min-height: 600px;
    height: auto;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
    padding-left: 50px;
    padding-right: 50px;
    display: flex !important;
    position: relative;
}

.carousel-item.aman_seq_banner_img2 {
    /* position: relative; */
    /* background: radial-gradient(circle at 82% 34%, rgba(29, 91, 139, .62), transparent 34%), linear-gradient(135deg, #061525 0%, #0b2947 62%, #061525 100%); */
    color: #fff;
    background: url('../img/Banner_Img_2.jpg');
    min-height: 600px;
    height: auto;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
    padding-left: 50px;
    padding-right: 50px;
    display: flex !important;
    position: relative;
}

.carousel-item.aman_seq_banner_img3 {
    /* position: relative; */
    /* background: radial-gradient(circle at 82% 34%, rgba(29, 91, 139, .62), transparent 34%), linear-gradient(135deg, #061525 0%, #0b2947 62%, #061525 100%); */
    color: #fff;
    background: url('../img/Banner_Img_3.jpg');
    min-height: 600px;
    height: auto;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
    padding-left: 50px;
    padding-right: 50px;
    display: flex !important;
    position: relative;
}


.hero-slider-section .carousel-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 17, 31, .22), transparent 56%);
	pointer-events: none;
}

.hero-slide-row {
	min-height: 100vh;
	position: relative;
	z-index: 2;
}

.hero-slider-section h1,
.hero-slider-section .hero-title {
	font-size: clamp(2.7rem, 5.7vw, 5.4rem);
	line-height: 1.02;
	letter-spacing: -.055em;
	max-width: 930px;
	margin: 1.15rem 0 1.25rem;
	color: #fff;
	font-weight: 800;
}

.hero-slider-section .lead {
	max-width: 760px;
	color: #d9e4ee;
	font-size: 1.18rem;
}

.hero-slider-section .carousel-indicators {
	bottom: 1.35rem;
	z-index: 5;
	gap: .35rem;
}

.hero-slider-section .carousel-indicators [data-bs-target] {
	width: 34px;
	height: 4px;
	border: 0;
	border-radius: 999px;
	background-color: #fff;
	opacity: .45;
}

.hero-slider-section .carousel-indicators .active {
	background-color: var(--gold);
	opacity: 1;
}

.hero-slider-section .carousel-control-prev,
.hero-slider-section .carousel-control-next {
	width: 5.5%;
	z-index: 5;
}

.hero-slider-section .carousel-control-prev-icon,
.hero-slider-section .carousel-control-next-icon {
	width: 2.65rem;
	height: 2.65rem;
	background-size: 45%;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	background-color: rgba(7, 26, 46, .5);
	backdrop-filter: blur(8px);
}

.hero-visual-card {
	padding: 1rem;
}

.hero-visual-card>img {
	border-radius: 1.4rem;
	background: rgba(255, 255, 255, .06);
	box-shadow: 0 25px 65px rgba(0, 0, 0, .24);
}

@media(max-width:1199px) {

	.hero-slider-section .carousel-control-prev,
	.hero-slider-section .carousel-control-next {
		display: none;
	}
}

@media(max-width:991px) {

	.hero-slider-section .carousel,
	.hero-slider-section .carousel-inner,
	.hero-slider-section .carousel-item,
	.hero-slide-row {
		min-height: 760px;
	}

    .aman_sec_hed_navbar_main .container .navbar-collapse {
        background: #7c10020a;
    }
    .aman_sec_hed_navbar_main .container li.nav-item.ms-lg-3:last-child {
        margin-top: 15px;
    }

	.hero-slide-row {
		/* padding-top: 7rem !important; */
		/* padding-bottom: 6rem !important; */
	}

	.hero-slider-section h1,
	.hero-slider-section .hero-title {
		font-size: clamp(2.7rem, 9vw, 4.6rem);
	}
}

@media(max-width:767px) {

	.hero-slider-section .carousel,
	.hero-slider-section .carousel-inner,
	.hero-slider-section .carousel-item,
	.hero-slide-row {
		/* min-height: 720px; */
	}

	.hero-slider-section h1,
	.hero-slider-section .hero-title {
		font-size: 2.65rem;
		line-height: 1.08;
	}

	.hero-slider-section .lead {
		font-size: 1.05rem;
	}

	.hero-slider-section .btn-lg {
		padding: .78rem 1rem;
		font-size: .95rem;
	}

	.hero-slider-section .hero-trust span {
		width: 100%;
		max-width: none;
	}

	.hero-slider-section .carousel-indicators {
		bottom: .8rem;
	}
}

@media(prefers-reduced-motion:reduce) {
	.hero-slider-section .carousel-item {
		transition: none;
	}
}

/* Why Aman Security — About page */
.aman_seq_why_aman_about_sec_main {
	position: relative;
	overflow: hidden;
	/* background:
		radial-gradient(circle at 90% 12%, rgba(124, 16, 2, .08), transparent 38%),
		radial-gradient(circle at 8% 88%, rgba(7, 26, 46, .07), transparent 42%),
		linear-gradient(180deg, #f7f9fb 0%, #eef3f7 100%); */
}

.aman_seq_why_aman_about_sec_main .section-kicker {
	display: inline-block;
	margin-bottom: .85rem;
}

.aman_seq_why_aman_about_sec_main h2 {
	margin-bottom: 1rem;
	max-width: 16ch;
}

.aman_seq_why_aman_about_sec_main > .container > .row > .col-lg-6 > p {
	color: var(--muted);
	font-size: 1.05rem;
	max-width: 36rem;
	margin-bottom: 1.75rem;
}

.aman_seq_why_aman_about_media {
	position: relative;
	isolation: isolate;
}

.aman_seq_why_aman_about_media::before {
	content: "";
	position: absolute;
	inset: 1.35rem -1.05rem -1.05rem 1.35rem;
	border: 2px solid #7c1002;
	border-radius: 1.4rem;
	z-index: 0;
}

.aman_seq_why_aman_about_media::after {
	content: "";
	position: absolute;
	left: -1rem;
	bottom: -1rem;
	width: 5.2rem;
	height: 5.2rem;
	border-radius: 1rem;
	background: linear-gradient(145deg, #7c1002, #3e0a03);
	z-index: 0;
	opacity: .92;
}

.aman_seq_why_aman_about_media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	min-height: 440px;
	object-fit: cover;
	border-radius: 1.4rem;
	box-shadow: 0 28px 60px rgba(7, 26, 46, .18);
}

.aman_seq_why_aman_reasons {
	display: grid;
	gap: 1rem;
}

.aman_seq_why_aman_reason {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: flex-start;
	padding: 1rem 1.1rem;
	border-radius: 1rem;
	border: 1px solid transparent;
	background: rgba(255, 255, 255, .55);
	transition: border-color .35s ease, background .35s ease, transform .35s ease;
}

.aman_seq_why_aman_reason:hover {
	border-color: rgba(124, 16, 2, .18);
	background: #fff;
	transform: translateX(6px);
}

.aman_seq_why_aman_reason > span {
	display: grid;
	place-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: .75rem;
	background: linear-gradient(145deg, #7c1002, #4a0b02);
	color: #f1cb69;
	font-family: Manrope, sans-serif;
	font-size: .85rem;
	font-weight: 800;
	letter-spacing: .04em;
	flex-shrink: 0;
}

.aman_seq_why_aman_reason h3 {
	font-size: 1.05rem;
	margin: .1rem 0 .35rem;
	letter-spacing: -.01em;
}

.aman_seq_why_aman_reason p {
	margin: 0;
	color: var(--muted);
	font-size: .95rem;
	line-height: 1.55;
}

@media (max-width: 991.98px) {
	.aman_seq_why_aman_about_sec_main h2 {
		max-width: none;
	}

	.aman_seq_why_aman_about_media::before {
		inset: 1rem -.65rem -.65rem 1rem;
	}

	.aman_seq_why_aman_about_media::after {
		width: 4rem;
		height: 4rem;
		left: -.7rem;
		bottom: -.7rem;
	}

	.aman_seq_why_aman_about_media img {
		min-height: 320px;
	}
}

@media (max-width: 575.98px) {
	.aman_seq_why_aman_about_media img {
		min-height: 260px;
	}

	.aman_seq_why_aman_reason {
		padding: .9rem;
		gap: .8rem;
	}

	.aman_seq_why_aman_reason:hover {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aman_seq_why_aman_reason {
		transition: none;
	}

	.aman_seq_why_aman_reason:hover {
		transform: none;
	}
}

/* Integrated security solutions — About page */
.aman_seq_int_sec_sol_sec_main {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(160deg, #071a2e 0%, #0b2947 48%, #1a120f 100%);
	color: #fff;
}

.aman_seq_int_sec_sol_sec_main::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 20%, rgba(124, 16, 2, .35), transparent 42%),
		radial-gradient(circle at 85% 75%, rgba(214, 165, 54, .12), transparent 40%);
	pointer-events: none;
}

.aman_seq_int_sec_sol_sec_main .container {
	position: relative;
	z-index: 1;
}

.aman_seq_int_sec_sol_sec_main .section-kicker {
	display: inline-block;
	margin-bottom: .9rem;
	color: #f1cb69;
}

.aman_seq_int_sec_sol_sec_main h2 {
	color: #fff;
	max-width: 16ch;
	margin-bottom: 0;
}

.aman_seq_int_sec_sol_intro {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 1.05rem;
	line-height: 1.7;
}

.aman_seq_int_sec_sol_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.aman_seq_int_sec_sol_item {
	position: relative;
	padding: 1.6rem 1.35rem 1.5rem;
	border-radius: 1.2rem;
	border: 1px solid rgba(255, 255, 255, .12);
	background: linear-gradient(165deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
	backdrop-filter: blur(6px);
	overflow: hidden;
	transition: transform .4s ease, border-color .4s ease, background .4s ease;
}

.aman_seq_int_sec_sol_item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #f1cb69, #7c1002);
	opacity: .75;
	transition: opacity .35s ease;
}

.aman_seq_int_sec_sol_item:hover {
	transform: translateY(-8px);
	border-color: rgba(241, 203, 105, .35);
	background: linear-gradient(165deg, rgba(255, 255, 255, .12), rgba(124, 16, 2, .18));
}

.aman_seq_int_sec_sol_item:hover::before {
	opacity: 1;
}

.aman_seq_int_sec_sol_icon {
	display: grid;
	place-items: center;
	width: 3.4rem;
	height: 3.4rem;
	margin-bottom: 1.15rem;
	border-radius: .9rem;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.aman_seq_int_sec_sol_icon img {
	width: 34px;
	height: auto;
}

.aman_seq_int_sec_sol_item > span {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	font-family: Manrope, sans-serif;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	color: rgba(241, 203, 105, .7);
}

.aman_seq_int_sec_sol_item h3 {
	font-size: 1.12rem;
	margin-bottom: .55rem;
	color: #fff;
}

.aman_seq_int_sec_sol_item p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: .94rem;
	line-height: 1.55;
}

@media (max-width: 1199.98px) {
	.aman_seq_int_sec_sol_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.aman_seq_int_sec_sol_sec_main h2 {
		max-width: none;
	}

	.aman_seq_int_sec_sol_intro {
		margin-top: .35rem;
	}
}

@media (max-width: 575.98px) {
	.aman_seq_int_sec_sol_grid {
		grid-template-columns: 1fr;
	}

	.aman_seq_int_sec_sol_item:hover {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aman_seq_int_sec_sol_item {
		transition: none;
	}

	.aman_seq_int_sec_sol_item:hover {
		transform: none;
	}
}

/* Who we Are — Home page */
.aman_seq_who_we_are_sec_main {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 20%, rgba(124, 16, 2, .08), transparent 42%),
		radial-gradient(circle at 92% 80%, rgba(7, 26, 46, .07), transparent 46%),
		linear-gradient(180deg, #f7f9fb 0%, #eef3f7 100%);
}

.aman_seq_who_we_are_sec_main .section-kicker {
	display: inline-block;
	margin-bottom: .85rem;
}

.aman_seq_who_we_are_sec_main h2 {
	margin-bottom: 1.1rem;
	max-width: 18ch;
}

.aman_seq_who_we_are_sec_main > .container > .row > .col-lg-6 > p {
	color: var(--muted);
	font-size: 1.05rem;
	max-width: 38rem;
}

.aman_seq_who_we_are_media {
	position: relative;
	isolation: isolate;
}

.aman_seq_who_we_are_media::before {
	content: "";
	position: absolute;
	inset: 1.4rem 1.4rem -1.1rem -1.1rem;
	border: 2px solid #7c1002;
	border-radius: 1.4rem;
	z-index: 0;
}

.aman_seq_who_we_are_media::after {
	content: "";
	position: absolute;
	top: -1rem;
	right: -1rem;
	left: auto;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 1rem;
	background: linear-gradient(145deg, #7c1002, #3e0a03);
	z-index: 0;
	opacity: .92;
}

.aman_seq_who_we_are_media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	min-height: 420px;
	object-fit: cover;
	border-radius: 1.4rem;
	box-shadow: 0 28px 60px rgba(7, 26, 46, .18);
}

.aman_seq_who_we_are_sec_main .check-grid {
	margin-top: 1.6rem;
}

.aman_seq_who_we_are_sec_main .check-grid span {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	font-weight: 600;
	color: var(--ink);
}

.aman_seq_who_we_are_sec_main .btn-gold:hover {
	background: transparent;
	border-color: #7c1002;
	color: #7c1002;
}

@media (max-width: 991.98px) {
	.aman_seq_who_we_are_sec_main h2 {
		max-width: none;
	}

	.aman_seq_who_we_are_media::before {
		inset: 1rem 1rem -.65rem -.65rem;
	}

	.aman_seq_who_we_are_media::after {
		width: 4.2rem;
		height: 4.2rem;
		top: -.7rem;
		right: -.7rem;
		left: auto;
	}

	.aman_seq_who_we_are_media img {
		min-height: 320px;
	}
}

@media (max-width: 575.98px) {
	.aman_seq_who_we_are_media img {
		min-height: 260px;
	}
}