/* Ace Digital Care website styles */

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1F2933;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #5F6B76;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid #FF7129;
	outline-offset: 3px;
}

.skip-link {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 10000000;
	padding: 10px 16px;
	background-color: #fff;
	color: #071F35;
	border: 2px solid #FF7129;
	border-radius: 4px;
	font-weight: 700;
	transform: translateY(-140%);
	transition: transform 0.2s ease;
}

.skip-link:focus {
	transform: translateY(0);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #FF7129;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	box-shadow: 0px 8px 18px rgba(255, 113, 41, 0.22);
}

a.filled-button:hover {
	background-color: #071F35;
	color: #fff;
	box-shadow: 0px 10px 22px rgba(11, 31, 58, 0.22);
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #FF7129;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1F2933;
}

.section-heading em {
	font-style: normal;
	color: #FF7129;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #5F6B76;
	letter-spacing: 1px;
}

/* Sub Header Style */

.sub-header {
	background-color: #071F35;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a,
.sub-header ul.left-info li span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	color: #FF7129;
	opacity: 1;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 11px 0px;
}
.background-header .navbar {
	padding: 8px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #FF7129!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1F2933!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #FF7129!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 4px;
	outline: none;
}
.navbar .navbar-brand .brand-logo {
	display: block;
	width: auto;
	height: 54px;
	max-width: 225px;
	object-fit: contain;
	transition: all .3s ease 0s;
}
.navbar .navbar-brand .brand-logo-dark {
	display: none;
}
.background-header .navbar-brand .brand-logo {
	height: 46px;
}
.background-header .navbar-brand .brand-logo-light {
	display: none;
}
.background-header .navbar-brand .brand-logo-dark {
	display: block;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #FF7129;
	border-bottom: 3px solid #FF7129;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #FF7129;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	height:95vh;
	position: relative;
}

.Modern-Slider .item .img-fill:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5,15,30,0.98) 0%, rgba(11,31,58,0.92) 48%, rgba(11,31,58,0.55) 76%, rgba(11,31,58,0.22) 100%);
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/visual-hero-growth.svg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/visual-hero-local.svg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/visual-hero-campaigns.svg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 72%;
	max-width: 1180px;
  	position: absolute;
  	top: calc(50% + 42px);
  	left: 50%;
  	transform: translate(-50%, -50%);
	z-index: 2;
}

.Modern-Slider .item-1 .text-content {
	top: calc(50% + 58px);
}

.Modern-Slider .item .hero-eyebrow {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#FF7129;
  animation:fadeOutRight 1s both;
  text-shadow: 0px 2px 14px rgba(0, 0, 0, 0.45);
}

.Modern-Slider .item h1,
.Modern-Slider .item h2,
.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
  max-width: 720px;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.58);
}

.Modern-Slider .item p {
	max-width: 600px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
	text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.62);
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active .hero-eyebrow{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h1,
.Modern-Slider .item.slick-active h2,
.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #071F35;
	padding: 40px 0px;
	color: #fff;
}

.request-form h3,
.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 100px;
	margin-bottom: 50px;
}

.service-item img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	background-color: #F8FAFC;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 10px 30px rgba(11, 31, 58, 0.08);
	border-bottom: 3px solid #FF7129;
}

.service-item .down-content h3,
.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}

.compact-heading {
	margin-bottom: 48px;
}

.modern-services {
	margin-top: 100px;
	margin-bottom: 70px;
}

.modern-service-card {
	/* min-height: 100%; */
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-top: 4px solid #FF7129;
	border-radius: 8px;
	box-shadow: 0px 14px 34px rgba(11, 31, 58, 0.08);
	transition: all 0.3s;
}

.modern-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0px 20px 44px rgba(11, 31, 58, 0.14);
}

.featured-service-card {
	background: linear-gradient(135deg, #071F35, #0A2742);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.12);
}

.service-icon {
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	padding: 14px;
	color: #FF7129;
	background-color: #F8FAFC;
	border-radius: 8px;
}

.service-icon i {
	display: block;
	font-size: 32px;
	line-height: 1;
}

.modern-service-card span {
	display: block;
	margin-bottom: 10px;
	color: #FF7129;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.modern-service-card h3 {
	margin-bottom: 16px;
	color: #1F2933;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
}

.modern-service-card p {
	margin-bottom: 18px;
	color: #5F6B76;
}

.modern-service-card ul {
	margin: 0 0 22px 0;
	padding: 0;
	list-style: none;
}

.modern-service-card li {
	position: relative;
	margin-bottom: 9px;
	padding-left: 22px;
	color: #5F6B76;
	font-size: 14px;
}

.modern-service-card li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #FF7129;
	border-radius: 50%;
}

.featured-service-card h3,
.featured-service-card p,
.featured-service-card li {
	color: #fff;
}

.featured-service-card .service-icon {
	background-color: rgba(255, 255, 255, 0.12);
}

.featured-service-card .service-icon {
	color: #fff;
}

a.text-button {
	color: #FF7129;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

a.text-button:hover {
	color: #071F35;
}

.featured-service-card a.text-button:hover {
	color: #fff;
}

.meta-ads-spotlight {
	padding: 100px 0px;
	background: linear-gradient(135deg, #F8FAFC 0%, #fff 54%, #FFF3EC 100%);
}

.meta-ads-copy {
	padding-right: 28px;
}

.meta-ads-copy span {
	display: block;
	margin-bottom: 12px;
	color: #FF7129;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.meta-ads-copy h2 {
	color: #071F35;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 22px;
}

.meta-ads-copy p {
	margin-bottom: 18px;
}

.meta-ads-panel {
	position: relative;
	padding: 28px;
	background: linear-gradient(135deg, #071F35, #0A2742);
	border-radius: 8px;
	box-shadow: 0px 24px 55px rgba(11, 31, 58, 0.18);
	overflow: hidden;
}

.meta-ads-panel:before {
	content: "";
	position: absolute;
	top: -140px;
	right: -120px;
	width: 300px;
	height: 300px;
	background-color: rgba(255, 113, 41, 0.28);
	border-radius: 50%;
}

.meta-channel-row {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.meta-channel-card {
	min-height: 245px;
	padding: 28px;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	backdrop-filter: blur(4px);
}

.meta-channel-card i {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	background-color: #fff;
	border-radius: 8px;
	color: #071F35;
	font-size: 32px;
}

.instagram-card i {
	color: #FF7129;
}

.meta-channel-card h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 14px;
}

.meta-channel-card p {
	color: #E5E7EB;
}

.meta-ads-metrics {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.meta-ads-metrics div {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}

.meta-ads-metrics strong {
	display: block;
	margin-bottom: 8px;
	color: #FF7129;
	font-size: 19px;
	font-weight: 800;
}

.meta-ads-metrics span {
	color: #5F6B76;
	font-size: 13px;
	line-height: 1.6;
}

.home-insight-section {
	padding: 100px 0px 70px 0px;
	background-color: #fff;
}

.home-insight-panel {
	height: 100%;
	padding: 36px;
	background: linear-gradient(135deg, #071F35, #0A2742);
	border-radius: 8px;
	color: #fff;
	box-shadow: 0px 18px 44px rgba(11, 31, 58, 0.16);
}

.home-insight-panel span,
.home-proof-card span,
.about-proof-card span,
.clients-intro-copy span {
	display: block;
	margin-bottom: 12px;
	color: #FF7129;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-insight-panel h2,
.about-proof-card h2,
.clients-intro-copy h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 24px;
}

.home-insight-panel em,
.about-proof-card em,
.clients-intro-copy em {
	color: #FF7129;
	font-style: normal;
}

.home-insight-panel p {
	color: rgba(255, 255, 255, 0.86);
	margin-bottom: 18px;
}

.home-challenge-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	height: 100%;
}

.home-challenge-card,
.about-value-item,
.clients-stat-card {
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0px 14px 34px rgba(11, 31, 58, 0.08);
	padding: 28px;
}

.home-challenge-card i,
.about-value-item i,
.client-trust-item i {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	color: #FF7129;
	background-color: #F8FAFC;
	border-radius: 8px;
	font-size: 24px;
}

.home-challenge-card h3,
.home-challenge-card h4,
.about-value-item h3,
.about-value-item h4 {
	color: #071F35;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

.home-services-modern {
	margin-top: 0px;
	background-color: #F8FAFC;
	padding: 100px 0px 70px 0px;
	margin-bottom: 0px;
}

.home-services-modern .modern-service-card {
	min-height: 330px;
}

.home-proof-section {
	background-color: #F8FAFC;
	padding: 100px 0px 70px 0px;
	margin-top: 100px;
}

.home-proof-card,
.about-proof-card {
	height: 100%;
	padding: 34px;
	background-color: #071F35;
	border-radius: 8px;
	color: #fff;
	box-shadow: 0px 18px 44px rgba(11, 31, 58, 0.16);
}

.home-proof-card h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 18px;
}

.home-proof-card p,
.about-proof-card p {
	color: rgba(255, 255, 255, 0.86);
	margin-bottom: 24px;
}

.home-client-logo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 100px;
	background-image: linear-gradient(135deg, rgba(11,31,58,0.96), rgba(255,113,41,0.78));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #FF7129;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(11,31,58,0.72);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
	border-top: 3px solid #FF7129;
}

.count-digit {
    margin: 5px 0px;
    color: #FF7129;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 100px;
}

.more-info .left-image img {
	width: 90%;
	overflow: hidden;
	background-color: #F8FAFC;
	border-radius: 100%;
	height: auto;
}

.more-info .more-info-content {
	background-color: #F8FAFC;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #5F6B76;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #FF7129;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 100px;
	background-color: #F8FAFC;
	padding: 50px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h3,
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1F2933;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #FF7129;
}
.testimonial-item img {
	width: 78px;
	height: 100px;
	/* padding: 5px; */
	object-fit: contain;
	margin: 5px auto 0px auto;
	/* background-color: #fff; */
	/* border: 1px solid rgba(11, 31, 58, 0.08); */
	/* border-radius: 12px; */
	/* box-shadow: 0px 8px 24px rgba(11, 31, 58, 0.08); */
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #E5E7EB;
	padding-top: 100px;
}

.faq-section {
	margin-top: 100px;
	margin-bottom: 90px;
}

.faq-support-panel {
	position: sticky;
	top: 110px;
	padding: 34px;
	background: linear-gradient(135deg, #071F35, #0A2742);
	border-radius: 8px;
	color: #fff;
	box-shadow: 0px 18px 44px rgba(11, 31, 58, 0.16);
}

.faq-support-panel span {
	display: block;
	margin-bottom: 12px;
	color: #FF7129;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.faq-support-panel h3 {
	margin-bottom: 16px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}

.faq-support-panel p {
	margin-bottom: 26px;
	color: #E5E7EB;
}

.faq-list {
	display: grid;
	gap: 14px;
}

.faq-item {
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0px 10px 26px rgba(11, 31, 58, 0.06);
	overflow: hidden;
}

.faq-item summary {
	position: relative;
	padding: 22px 64px 22px 24px;
	color: #1F2933;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary:after {
	content: "+";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #FF7129;
	border-radius: 50%;
	transform: translateY(-50%);
}

.faq-item[open] summary {
	color: #FF7129;
}

.faq-item[open] summary:after {
	content: "-";
	background-color: #071F35;
}

.faq-item p {
	margin: 0;
	padding: 0 24px 24px 24px;
	color: #5F6B76;
	line-height: 1.8;
}

.contact-us {
	background-color: #F8FAFC;
	padding: 100px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form .contact-form {
	background-color: #071F35;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #5F6B76;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #5F6B76;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #5F6B76;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5F6B76;
}
.callback-form .contact-form ::placeholder {
  color: #5F6B76;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #FF7129;
}

.lead-form-status {
	min-height: 22px;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.lead-form-status.success {
	color: #FF7129;
}

.lead-form-status.info {
	color: #071F35;
}

.lead-form-status.error {
	color: #b91c1c;
}

.lead-form button[disabled] {
	cursor: wait;
	opacity: 0.75;
}

.lead-form-extra-field {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contact-us .contact-form button.filled-button {
	background-color: #FF7129;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #FF7129;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 0px;
	background-color: #F8FAFC;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item {
	width: 190px;
	height: 112px;
	margin: 0 auto;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0px 8px 24px rgba(11, 31, 58, 0.08);
}

.partners .partner-item img {
	display: block;
	width: 100%;
	max-width: 156px;
	max-height: 76px;
	margin: auto;
	object-fit: contain;
}



/* Footer Style */

footer {
	background-color: #071F35;
	padding: 80px 0px;
	color: #fff;
}

.whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 58px;
	height: 58px;
	background-color: #25D366;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	box-shadow: 0px 8px 24px rgba(37, 211, 102, 0.28);
	z-index: 9999;
	transition: all 0.3s;
}

.whatsapp-float:hover {
	color: #fff;
	background-color: #128C7E;
	transform: translateY(-3px);
}

footer h3,
footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
.footer-logo {
	display: block;
	width: 100%;
	max-width: 210px;
	height: auto;
	margin-bottom: 25px;
	object-fit: contain;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #071F35;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #FF7129;
	color: #fff;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #FF7129;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #E5E7EB!important;
	background-color: #0A2742;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #0A2742;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #E5E7EB!important;
	background-color: #0A2742;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #0A2742;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #5F6B76;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5F6B76;
}
footer .contact-form ::placeholder {
  color: #5F6B76;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #FF7129;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #FF7129;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #0A2742;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/visual-page-heading.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #F8FAFC;
	margin-top: 100px;
	margin-bottom: -100px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
	height: 220px;
	object-fit: cover;
	background-color: #F8FAFC;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h3,
.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #FF7129;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 100px;
	margin-bottom: 100px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #071F35;
  	font-size: 20px;
  	color: #fff;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
	border-left: 4px solid transparent;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #FF7129;
  border: #FF7129;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
  background-color: #FF7129;
  border-left-color: #FF7129;
}
#tabs ul .ui-tabs-active span {
  color: #fff;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background-color: #F8FAFC;
	overflow: hidden;
}
.tabs-content h3,
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #5F6B76;
  margin-bottom: 0px;
}



/* Contact */

.contact-modern {
	margin-top: 100px;
	margin-bottom: 90px;
}

.contact-intro-panel {
	height: 100%;
	padding: 34px;
	background: linear-gradient(135deg, #071F35, #0A2742);
	border-radius: 8px;
	color: #fff;
	box-shadow: 0px 18px 44px rgba(11, 31, 58, 0.16);
}

.contact-intro-panel span,
.contact-form-copy span {
	display: block;
	margin-bottom: 12px;
	color: #FF7129;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-intro-panel h2,
.contact-form-copy h2 {
	margin-bottom: 18px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.28;
}

.contact-intro-panel p {
	color: #E5E7EB;
	margin-bottom: 28px;
}

.contact-mini-stat {
	margin-bottom: 28px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
}

.contact-mini-stat strong {
	display: block;
	color: #FF7129;
	font-size: 36px;
	line-height: 1;
}

.contact-mini-stat small {
	display: block;
	margin-top: 8px;
	color: #fff;
	font-weight: 600;
}

.contact-action-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	height: 100%;
}

.contact-action-card {
	padding: 26px;
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0px 12px 30px rgba(11, 31, 58, 0.08);
	transition: all 0.3s;
}

.contact-action-card:hover {
	transform: translateY(-4px);
	box-shadow: 0px 18px 40px rgba(11, 31, 58, 0.14);
}

.contact-action-card i {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	color: #FF7129;
	background-color: #F8FAFC;
	border-radius: 8px;
	font-size: 24px;
}

.contact-action-card span {
	display: block;
	margin-bottom: 8px;
	color: #FF7129;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-action-card strong {
	display: block;
	margin-bottom: 8px;
	color: #1F2933;
	font-size: 18px;
	line-height: 1.35;
}

.contact-action-card small {
	display: block;
	color: #5F6B76;
	font-size: 13px;
	line-height: 1.7;
}

.contact-form-shell {
	margin-top: 34px;
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0px 18px 44px rgba(11, 31, 58, 0.1);
	overflow: hidden;
}

.contact-form-copy {
	height: 100%;
	padding: 36px;
	background: linear-gradient(135deg, #071F35, #0A2742);
}

.contact-form-copy p,
.contact-form-copy li {
	color: #E5E7EB;
}

.contact-form-copy ul {
	margin: 24px 0 0 0;
	padding: 0;
	list-style: none;
}

.contact-form-copy li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	font-weight: 600;
}

.contact-form-copy li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #FF7129;
	border-radius: 50%;
}

.contact-form-shell .contact-form {
	padding: 36px;
}

.contact-form-shell input,
.contact-form-shell textarea {
	width: 100%;
	margin-bottom: 18px;
	padding: 14px 16px;
	color: #1F2933;
	background-color: #F8FAFC;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: none;
}

.contact-form-shell input {
	height: 52px;
}

.contact-form-shell textarea {
	min-height: 150px;
	resize: vertical;
}

.contact-form-shell input:focus,
.contact-form-shell textarea:focus {
	outline: none;
	border-color: #FF7129;
	background-color: #fff;
}

.contact-form-shell button.filled-button {
	background-color: #FF7129;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.contact-form-shell button.filled-button:hover {
	background-color: #071F35;
}

#map {
	margin-top: 0;
	background-color: #F8FAFC;
	padding: 0 0 70px 0;
}

#map iframe {
	display: block;
	width: calc(100% - 30px);
	max-width: 1140px;
	height: 420px;
	margin: 0 auto;
	border: 0;
	border-radius: 8px;
	box-shadow: 0px 16px 40px rgba(11, 31, 58, 0.12);
}

.contact-social-links {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 10px;
	list-style: none;
}

.contact-social-links a {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #071F35;
	background-color: #fff;
	border-radius: 50%;
	font-size: 18px;
	transition: all 0.3s;
}

.contact-social-links a:hover {
	color: #fff;
	background-color: #FF7129;
	transform: translateY(-3px);
}


/* Clients */

.about-capabilities {
	background-color: #F8FAFC;
	padding: 100px 0px 70px 0px;
	margin-bottom: 0px;
}

.about-proof-section {
	padding: 100px 0px;
	background-color: #F8FAFC;
	margin-top: 100px;
}

.about-value-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	height: 100%;
}

.clients-intro-modern {
	padding: 100px 0px 60px 0px;
	background-color: #fff;
}

.clients-intro-copy {
	padding-right: 30px;
}

.clients-intro-copy h2 {
	color: #071F35;
}

.clients-intro-copy p {
	max-width: 560px;
}

.clients-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.clients-stat-card {
	border-top: 4px solid #FF7129;
}

.clients-stat-card strong {
	display: block;
	margin-bottom: 8px;
	color: #071F35;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.clients-stat-card span {
	color: #5F6B76;
	font-size: 14px;
	font-weight: 600;
}

.clients-showcase {
	margin-top: 100px;
}

.modern-clients-showcase {
	margin-top: 0px;
	padding-bottom: 50px;
	background-color: #fff;
}

.client-sector-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: -15px 0px 40px 0px;
}

.client-sector-pills span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 14px;
	background-color: #F8FAFC;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 999px;
	color: #071F35;
	font-size: 13px;
	font-weight: 700;
}

.client-logo-card {
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-bottom: 3px solid #FF7129;
	box-shadow: 0px 10px 30px rgba(11, 31, 58, 0.08);
	height: 190px;
	margin-bottom: 30px;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.client-logo-card:hover {
	transform: translateY(-4px);
	box-shadow: 0px 14px 34px rgba(11, 31, 58, 0.14);
}

.client-logo-card img {
	display: block;
	max-width: 100%;
	max-height: 135px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.client-trust-band {
	background-color: #F8FAFC;
	padding: 80px 0px;
	margin-top: 80px;
}

.modern-client-trust {
	margin-top: 0px;
}

.client-trust-item {
	text-align: center;
	height: 100%;
	padding: 28px;
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0px 14px 34px rgba(11, 31, 58, 0.08);
}

.client-trust-item i {
	margin-left: auto;
	margin-right: auto;
}

.client-trust-item h3,
.client-trust-item h4 {
	color: #071F35;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.client-trust-item span {
	color: #FF7129;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}

.google-reviews-section {
	padding: 90px 0px;
	background-color: #fff;
}

.google-reviews-widget {
	background-color: #F8FAFC;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0px 14px 40px rgba(11, 31, 58, 0.08);
	margin-top: 35px;
	min-height: 240px;
	overflow: hidden;
	padding: 24px;
}

/* Error Page */

.error-page-body {
	min-height: 100vh;
	background: linear-gradient(135deg, #F8FAFC 0%, #fff 48%, #FFF3EC 100%);
}

.error-page {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 10px 20px;
}

.error-page-shell {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.error-brand {
	margin-bottom: 28px;
	text-align: center;
}

.error-brand img {
	display: block;
	width: 180px;
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}

.error-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	gap: 34px;
	align-items: center;
	padding: 20px 44px;
	background-color: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0px 24px 60px rgba(11, 31, 58, 0.12);
}

.error-copy span {
	display: block;
	margin-bottom: 12px;
	color: #FF7129;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.error-copy h1 {
	color: #071F35;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 20px;
}

.error-copy p {
	max-width: 530px;
	margin-bottom: 30px;
	font-size: 16px;
}

.error-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.error-secondary-button {
	display: inline-block;
	padding: 10px 24px;
	color: #071F35;
	background-color: #F8FAFC;
	border: 2px solid rgba(11, 31, 58, 0.12);
	border-radius: 30px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	transition: all 0.3s;
}

.error-secondary-button:hover {
	color: #fff;
	background-color: #071F35;
}

.error-doodle {
	padding: 26px;
	background: linear-gradient(135deg, #071F35, #0A2742);
	border-radius: 8px;
}

.error-doodle svg {
	display: block;
	width: 100%;
	height: auto;
}

/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item .img-fill {
		height: 820px;
		min-height: 100vh;
	}
	.Modern-Slider .text-content,
	.Modern-Slider .item-1 .text-content {
		top: 55%;
		width: calc(100% - 56px);
	}
	.Modern-Slider .item .hero-eyebrow {
	  margin-bottom: 15px;
	  font-size: 15px;
	}
	.Modern-Slider .item h1,
	.Modern-Slider .item h2,
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.home-insight-section,
	.meta-ads-spotlight,
	.home-services-modern,
	.home-proof-section,
	.about-capabilities,
	.about-proof-section,
	.clients-intro-modern,
	.google-reviews-section {
		padding: 70px 0px 45px 0px;
	}
	.error-page {
		padding: 40px 16px;
	}
	.error-grid {
		grid-template-columns: 1fr;
		padding: 28px;
	}
	.error-copy h1 {
		font-size: 34px;
	}
	.error-doodle {
		padding: 18px;
	}
	.home-challenge-grid,
	.meta-channel-row,
	.meta-ads-metrics,
	.about-value-grid,
	.clients-stats-grid,
	.home-client-logo-grid {
		grid-template-columns: 1fr;
	}
	.home-insight-panel,
	.meta-ads-copy,
	.home-proof-card,
	.about-proof-card,
	.clients-intro-copy {
		margin-bottom: 30px;
	}
	.home-insight-panel h2,
	.meta-ads-copy h2,
	.about-proof-card h2,
	.clients-intro-copy h2 {
		font-size: 28px;
	}
	.modern-service-card,
	.faq-support-panel {
		margin-bottom: 30px;
	}
	.faq-support-panel {
		position: static;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #0A2742;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
	.contact-intro-panel,
	.contact-action-grid,
	.contact-form-copy {
		margin-bottom: 30px;
	}
	.contact-action-grid {
		grid-template-columns: 1fr;
	}
	.contact-social-links {
		margin-top: 20px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 8px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar .navbar-brand .brand-logo {
		height: 46px;
		max-width: 185px;
	}
	.background-header .navbar-brand .brand-logo {
		height: 44px;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #E5E7EB;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
		margin-top: 20px;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1F2933!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #FF7129!important;
		border-bottom: none!important;
	}
}



/* Accessibility focus overrides */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid #FF7129!important;
	outline-offset: 3px!important;
}

/* Premium navy + orange theme refinements */
:root {
	--adc-navy: #071F35;
	--adc-navy-2: #0A2742;
	--adc-charcoal: #111111;
	--adc-orange: #FF7129;
	--adc-orange-dark: #E85F1F;
	--adc-orange-soft: #FFF3EC;
	--adc-text: #1F2933;
	--adc-muted: #5F6B76;
	--adc-border: #E5E7EB;
	--adc-light: #F8FAFC;
}

body {
	color: var(--adc-text);
}

p,
.tabs-content p,
.modern-service-card p,
.modern-service-card li,
.contact-action-card small,
.meta-ads-metrics span,
.faq-item p {
	color: var(--adc-muted);
}

a.filled-button,
.contact-us .contact-form button.filled-button,
.contact-form-shell button.filled-button,
footer .contact-form button.filled-button {
	background-color: var(--adc-orange);
	border: 1px solid var(--adc-orange);
	color: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 24px rgba(255, 113, 41, 0.22);
}

a.filled-button:hover,
.contact-us .contact-form button.filled-button:hover,
.contact-form-shell button.filled-button:hover,
footer .contact-form button.filled-button:hover {
	background-color: var(--adc-orange-dark);
	border-color: var(--adc-orange-dark);
	color: #fff;
	box-shadow: 0 14px 28px rgba(255, 113, 41, 0.25);
}

a.border-button,
.callback-form .contact-form button.border-button {
	border-color: var(--adc-orange);
	color: #fff;
}

a.border-button:hover,
.callback-form .contact-form button.border-button:hover {
	background-color: var(--adc-orange-soft);
	border-color: var(--adc-orange);
	color: var(--adc-navy);
}

.section-heading h2,
.modern-service-card h3,
.meta-ads-copy h2,
.contact-action-card strong {
	color: var(--adc-navy);
}

.section-heading em,
.section-heading span,
.modern-service-card span,
.meta-ads-copy span,
.contact-intro-panel span,
.contact-form-copy span,
.contact-action-card span,
a.text-button,
.lead-form-status.success,
.home-proof-card span,
.about-proof-card span,
.contact-mini-stat strong,
.meta-ads-metrics strong {
	color: var(--adc-orange);
}

.sub-header,
.background-header,
footer,
.callback-form .contact-form,
.featured-service-card,
.meta-ads-panel,
.contact-intro-panel,
.contact-form-copy {
	background: linear-gradient(135deg, var(--adc-navy) 0%, var(--adc-charcoal) 100%);
}

.background-header {
	background: #fff!important;
	border-bottom: 1px solid var(--adc-border);
	box-shadow: 0 12px 32px rgba(7, 31, 53, 0.08);
}

.background-header .navbar-nav a.nav-link {
	color: var(--adc-text)!important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link,
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: var(--adc-orange)!important;
	border-bottom-color: var(--adc-orange);
}

.navbar .navbar-nav .nav-cta {
	margin-left: 8px;
}

.navbar .navbar-nav .nav-cta a.nav-link {
	margin-top: 0px;
	padding: 10px 22px;
	color: #fff!important;
	background-color: var(--adc-orange);
	border: 1px solid var(--adc-orange);
	border-radius: 30px;
	box-shadow: 0 10px 24px rgba(255, 113, 41, 0.22);
	font-weight: 700;
}

.navbar .navbar-nav .nav-cta a.nav-link:hover,
.navbar .navbar-nav .nav-cta.active > a.nav-link,
.background-header .navbar-nav .nav-cta a.nav-link:hover,
.background-header .navbar-nav .nav-cta.active > a.nav-link {
	color: #fff!important;
	background-color: var(--adc-orange-dark);
	border-color: var(--adc-orange-dark);
	border-bottom-color: var(--adc-orange-dark);
	box-shadow: 0 14px 28px rgba(255, 113, 41, 0.25);
}

.navbar .navbar-toggler-icon:after {
	color: var(--adc-orange);
}

.Modern-Slider .item .img-fill {
	background-color: var(--adc-navy);
}

.Modern-Slider .item .img-fill:before {
	background: linear-gradient(135deg, #071F35 0%, #0A2742 55%, #111111 100%);
	opacity: 0.93;
}

.Modern-Slider .item .hero-eyebrow {
	color: var(--adc-orange);
	text-shadow: 0 0 22px rgba(255, 113, 41, 0.22);
}

.Modern-Slider .item h1 em,
.Modern-Slider .item h2 em,
.Modern-Slider .item h4 em {
	color: var(--adc-orange);
	font-style: normal;
}

.service-item .down-content,
.modern-service-card,
.home-challenge-card,
.clients-stat-card,
.contact-action-card,
.contact-form-shell,
.client-logo-card,
.partners .partner-item {
	background-color: #fff;
	border: 1px solid var(--adc-border);
	box-shadow: 0 12px 32px rgba(7, 31, 53, 0.08);
}

.service-item .down-content,
.modern-service-card,
.clients-stat-card,
.client-logo-card {
	border-bottom-color: var(--adc-orange);
}

.modern-service-card {
	border-top-color: transparent;
}

.modern-service-card:hover,
.contact-action-card:hover,
.client-logo-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 113, 41, 0.35);
	box-shadow: 0 18px 42px rgba(7, 31, 53, 0.10), 0 12px 28px rgba(255, 113, 41, 0.14);
}

.service-icon,
.contact-action-card i {
	color: var(--adc-orange);
	background-color: var(--adc-orange-soft);
}

.featured-service-card .service-icon,
.meta-channel-card i {
	background-color: rgba(255, 113, 41, 0.13);
	color: var(--adc-orange);
}

.modern-service-card li:before,
.contact-form-copy li:before,
.faq-title:after {
	background-color: var(--adc-orange);
}

.meta-ads-spotlight,
.contact-us,
.partners,
#map {
	background: var(--adc-light);
}

.home-services-modern,
.modern-services,
.single-services {
	background-color: #fff;
}

.meta-ads-panel:before {
	background-color: rgba(255, 113, 41, 0.22);
	box-shadow: 0 0 70px rgba(255, 113, 41, 0.18);
}

.meta-channel-card,
.contact-mini-stat {
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.callback-form .contact-form input,
.callback-form .contact-form textarea,
.contact-form-shell input,
.contact-form-shell textarea,
footer .contact-form input,
footer .contact-form textarea {
	background-color: #fff;
	border: 1px solid var(--adc-border);
	color: var(--adc-text)!important;
}

.callback-form .contact-form input:focus,
.callback-form .contact-form textarea:focus,
.contact-form-shell input:focus,
.contact-form-shell textarea:focus,
footer .contact-form input:focus,
footer .contact-form textarea:focus {
	background-color: #fff;
	border-color: var(--adc-orange);
	box-shadow: 0 0 0 3px rgba(255, 113, 41, 0.15);
	outline: none;
}

footer {
	color: #fff;
}

footer p,
footer ul.menu-list li a,
.sub-footer p,
.sub-footer a {
	color: rgba(255, 255, 255, 0.74);
}

footer ul.menu-list li a:hover,
.sub-footer a:hover {
	color: var(--adc-orange);
}

footer ul.social-icons li a {
	color: var(--adc-navy);
}

footer ul.social-icons li a:hover {
	background-color: var(--adc-orange);
	color: #fff;
}

.sub-footer {
	background-color: var(--adc-charcoal);
}

.page-heading {
	background-color: var(--adc-navy);
	position: relative;
	overflow: hidden;
}

.page-heading:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(7, 31, 53, 0.92), rgba(17, 17, 17, 0.86));
}

.page-heading .container {
	position: relative;
	z-index: 1;
}

@media (max-width: 992px) {
	header,
	header .navbar,
	header .container {
		z-index: 100000;
	}

	header .navbar {
		position: relative;
	}

	.navbar .navbar-toggler {
		z-index: 100002;
		cursor: pointer;
	}

	#navbarResponsive {
		display: none;
		border: 1px solid var(--adc-border);
		z-index: 100001;
		overflow: visible;
	}

	#navbarResponsive.show,
	#navbarResponsive.collapsing {
		display: block;
		height: auto!important;
		overflow: visible;
	}

	.Modern-Slider .NextArrow,
	.Modern-Slider .PrevArrow,
	.Modern-Slider .slick-arrow {
		display: none!important;
	}

	.navbar .navbar-nav .nav-cta {
		margin: 10px 16px 14px;
	}

	.navbar .navbar-nav .nav-cta a.nav-link {
		display: inline-block;
		min-width: 150px;
		padding: 11px 22px;
	}
}

@media (max-width: 768px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.Modern-Slider,
	.Modern-Slider .item .img-fill {
		width: 100vw;
		max-width: 100vw;
		overflow: hidden;
	}

	header,
	header .navbar,
	header .container {
		overflow: visible;
	}

	.navbar .navbar-brand {
		left: 28px;
	}

	.navbar .navbar-toggler {
		right: 28px;
		width: 56px;
		height: 40px;
		border-radius: 0;
		pointer-events: auto;
	}

	.Modern-Slider .text-content,
	.Modern-Slider .item-1 .text-content {
		left: 28px;
		width: calc(100vw - 56px);
		max-width: 520px;
		transform: translateY(-50%);
	}

	.Modern-Slider .item h1,
	.Modern-Slider .item h2,
	.Modern-Slider .item h4 {
		max-width: 100%;
		font-size: 26px;
		line-height: 1.34;
		letter-spacing: 0;
		overflow: visible;
	}
}

@media (max-width: 420px) {
	.navbar .navbar-brand {
		left: 20px;
	}

	.navbar .navbar-brand .brand-logo {
		height: 42px;
		max-width: 150px;
	}

	.navbar .navbar-toggler {
		right: 20px;
		width: 50px;
	}

	.Modern-Slider .text-content,
	.Modern-Slider .item-1 .text-content {
		left: 24px;
		width: calc(100vw - 48px);
	}

	.whatsapp-float {
		right: 16px;
		width: 52px;
		height: 52px;
		font-size: 27px;
	}

	.Modern-Slider .item .hero-eyebrow {
		font-size: 13px;
		line-height: 1.6;
	}

	.Modern-Slider .item h1,
	.Modern-Slider .item h2,
	.Modern-Slider .item h4 {
		font-size: 25px;
		line-height: 1.35;
	}
}

/* Modern reference-inspired theme layer */
body {
	background:
		radial-gradient(circle at top left, rgba(255, 113, 41, 0.055), transparent 32rem),
		linear-gradient(180deg, #fff 0%, #F8FAFC 100%);
}

.container {
	max-width: 1180px;
}

.sub-header {
	background: #061A2C;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header {
	top: 46px;
	height: 84px;
}

header .navbar {
	padding: 10px 0;
}

header:not(.background-header) .navbar .container {
	min-height: 64px;
	padding-left: 28px;
	padding-right: 28px;
	background: rgba(7, 31, 53, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	box-shadow: 0 18px 44px rgba(7, 31, 53, 0.22);
	backdrop-filter: blur(10px);
}

.background-header {
	background: rgba(255, 255, 255, 0.96)!important;
	backdrop-filter: blur(12px);
}

.navbar .navbar-brand .brand-logo {
	height: 58px;
	max-width: 178px;
}

.background-header .navbar-brand .brand-logo {
	height: 48px;
	max-width: 170px;
}

.navbar .navbar-nav .nav-item {
	margin: 0 10px;
}

.navbar .navbar-nav a.nav-link {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	border-bottom-width: 2px;
}

.navbar .navbar-nav .nav-cta {
	margin-left: 12px;
	margin-right: 0;
}

.navbar .navbar-nav .nav-cta a.nav-link {
	padding: 10px 18px;
	border-radius: 8px;
}

.Modern-Slider,
.Modern-Slider .item .img-fill {
	background-color: var(--adc-navy);
}

.Modern-Slider .item .img-fill {
	height: 690px;
	min-height: 690px;
	background-position: center right;
}

.Modern-Slider .item .img-fill:before {
	background:
		linear-gradient(135deg, rgba(7, 31, 53, 0.97) 0%, rgba(7, 31, 53, 0.9) 45%, rgba(17, 17, 17, 0.84) 100%),
		linear-gradient(90deg, rgba(255, 113, 41, 0.1), transparent 58%);
	opacity: 1;
}

.Modern-Slider .text-content {
	top: calc(50% + 44px);
	width: min(76%, 1080px);
}

.Modern-Slider .item-1 .text-content {
	top: calc(50% + 54px);
}

.Modern-Slider .item .hero-eyebrow {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.55;
	letter-spacing: 0.04em;
	text-shadow: none;
}

.Modern-Slider .item h1,
.Modern-Slider .item h2,
.Modern-Slider .item h4 {
	max-width: 620px;
	margin-bottom: 20px;
	font-size: 41px;
	line-height: 1.15;
	letter-spacing: 0;
	text-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
}

.Modern-Slider .item p {
	max-width: 560px;
	font-size: 14px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: none;
}

.Modern-Slider .item a.filled-button {
	border-radius: 8px;
}

.request-form {
	margin-top: -65px;
	position: relative;
	z-index: 3;
	background: transparent;
}

.request-form .container {
	padding: 20px 28px;
	background: #fff;
	border: 1px solid var(--adc-border);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(7, 31, 53, 0.12);
}

.request-form h3 {
	color: var(--adc-navy);
}

.request-form span {
	color: var(--adc-muted);
}

.request-form a.border-button {
	color: var(--adc-orange);
	border-color: var(--adc-orange);
}

.meta-ads-spotlight,
.home-insight-section,
.home-services-modern,
.home-proof-section,
.partners,
.services,
.more-info,
.modern-services,
.single-services,
.about-capabilities,
.about-proof-section,
.clients-intro-modern,
.google-reviews-section,
.contact-modern {
	padding-top: 72px;
	padding-bottom: 56px;
	margin-top: 0;
	margin-bottom: 0;
}

.section-heading {
	margin-bottom: 40px;
}

.section-heading h2 {
	font-size: 30px;
	line-height: 1.25;
	font-weight: 800;
}

.section-heading span,
.modern-service-card span,
.meta-ads-copy span,
.home-insight-panel span,
.left-content span,
.right-content span,
.contact-intro-panel span,
.contact-form-copy span,
.clients-intro-copy span,
.about-proof-card span,
.home-proof-card span {
	font-size: 11px;
	letter-spacing: 0.08em;
	font-weight: 800;
}

.meta-ads-panel,
.home-insight-panel,
.fun-facts,
.more-info .right-content,
.callback-form .contact-form,
.contact-intro-panel,
.contact-form-copy,
footer {
	background:
		linear-gradient(135deg, rgba(7, 31, 53, 0.97) 0%, rgba(10, 39, 66, 0.94) 48%, rgba(17, 17, 17, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.meta-ads-panel,
.home-insight-panel,
.more-info .right-content,
.callback-form .contact-form,
.contact-intro-panel,
.contact-form-copy {
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(7, 31, 53, 0.16);
}

.meta-channel-card {
	min-height: 210px;
	background: rgba(255, 255, 255, 0.06);
}

.meta-channel-card i,
.service-icon,
.home-challenge-card i,
.contact-action-card i,
.contact-social-links a {
	width: 48px;
	height: 48px;
	color: var(--adc-orange);
	background: transparent;
	border: 1px solid rgba(255, 113, 41, 0.45);
	border-radius: 6px;
	box-shadow: 0 10px 20px rgba(255, 113, 41, 0.08);
}

.service-icon i,
.meta-channel-card i,
.home-challenge-card i,
.contact-action-card i {
	font-size: 22px;
}

.modern-service-card,
.home-challenge-card,
.client-logo-card,
.partners .partner-item,
.count-area-content,
.contact-action-card,
.clients-stat-card,
.home-proof-card,
.about-proof-card {
	border: 1px solid var(--adc-border);
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(7, 31, 53, 0.08);
}

.modern-service-card {
	padding: 26px;
}

.modern-service-card:hover,
.home-challenge-card:hover,
.contact-action-card:hover,
.client-logo-card:hover,
.partners .partner-item:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 113, 41, 0.38);
	box-shadow: 0 18px 38px rgba(7, 31, 53, 0.12), 0 12px 28px rgba(255, 113, 41, 0.12);
}

.modern-service-card h3,
.home-challenge-card h3,
.contact-action-card strong {
	font-size: 18px;
	line-height: 1.35;
}

.modern-service-card p,
.home-challenge-card p,
.meta-channel-card p,
.contact-action-card small {
	font-size: 13px;
	line-height: 1.75;
}

.fun-facts {
	padding: 74px 0;
	color: #fff;
}

.fun-facts .left-content h2,
.fun-facts .left-content p,
.fun-facts .count-title {
	color: #fff;
}

.count-area-content {
	padding: 26px 18px;
	background: rgba(255, 255, 255, 0.97);
}

.count-digit {
	color: var(--adc-orange);
}

.fun-facts .count-area-content .count-title,
.count-area-content .count-title {
	color: var(--adc-navy);
}

.count-area-content p,
.count-area-content span {
	color: var(--adc-muted);
}

.more-info .more-info-content {
	background: transparent;
	box-shadow: none;
	border: 0;
}

.more-info .left-image {
	padding: 22px;
	background: linear-gradient(135deg, #FFF3EC, #fff);
	border-radius: 8px;
	border: 1px solid rgba(255, 113, 41, 0.16);
}

.more-info .right-content h2,
.more-info .right-content p {
	color: #fff;
}

.home-client-logo-grid,
.clients-logo-grid {
	gap: 14px;
}

.callback-form {
	padding: 72px 0;
	background: linear-gradient(135deg, #FFF3EC 0%, #fff 45%, #F8FAFC 100%);
}

.callback-form .section-heading h2,
.callback-form .section-heading span {
	color: var(--adc-navy);
}

.callback-form .contact-form {
	padding: 34px;
}

.callback-form .contact-form button.border-button {
	background-color: var(--adc-orange);
	border-color: var(--adc-orange);
	color: #fff;
	box-shadow: 0 10px 24px rgba(255, 113, 41, 0.22);
}

.callback-form .contact-form button.border-button:hover {
	background-color: var(--adc-orange-dark);
	border-color: var(--adc-orange-dark);
	color: #fff;
}

a.filled-button,
a.border-button,
.contact-us .contact-form button.filled-button,
.contact-form-shell button.filled-button,
footer .contact-form button.filled-button,
.callback-form .contact-form button.border-button {
	border-radius: 8px;
}

footer {
	padding-top: 58px;
}

@media (max-width: 992px) {
	header {
		top: 0;
	}

	header:not(.background-header) .navbar .container {
		border-radius: 0;
		background: rgba(7, 31, 53, 0.94);
	}

	#navbarResponsive {
		top: 74px;
	}

	#navbarResponsive.show,
	#navbarResponsive.collapsing {
		position: fixed;
		top: 80px;
		/* left: 16px; */
		/* right: 16px; */
		/* width: auto; */
		max-height: calc(100vh - 96px);
		overflow-y: auto;
		/* border-radius: 8px; */
		padding-bottom: 20px;
	}

	.Modern-Slider .item .img-fill {
		height: 720px;
		min-height: 720px;
	}

	.request-form {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.navbar .navbar-brand .brand-logo {
		max-width: 160px;
	}

	.Modern-Slider .item h1,
	.Modern-Slider .item h2,
	.Modern-Slider .item h4 {
		font-size: 28px;
		line-height: 1.22;
	}

	.meta-ads-spotlight,
	.home-insight-section,
	.home-services-modern,
	.home-proof-section,
	.partners,
	.services,
	.more-info,
	.modern-services,
	.single-services,
	.callback-form {
		padding-top: 54px;
		padding-bottom: 42px;
	}
}

@media (max-width: 768px) {
	header,
	header .navbar {
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
	}

	header:not(.background-header) .navbar .container {
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar .navbar-toggler {
		/* left: 300px!important; */
		right: 50px !important;
		width: 48px;
		height: 38px;
		/* position: fixed!important; */
		top: 22px!important;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 100010;
	}

	.navbar .navbar-toggler-icon {
		width: 22px;
		height: 16px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.navbar .navbar-toggler-icon:after {
		content: none;
	}

	.navbar .navbar-toggler-icon span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: var(--adc-orange);
		border-radius: 999px;
	}

	.Modern-Slider .text-content,
	.Modern-Slider .item-1 .text-content {
		left: 28px;
		width: calc(100vw - 56px);
		max-width: calc(100vw - 56px);
	}

	.Modern-Slider .item .hero-eyebrow {
		max-width: 310px;
		font-size: 12px;
		line-height: 1.55;
	}

	.Modern-Slider .item h1,
	.Modern-Slider .item h2,
	.Modern-Slider .item h4 {
		max-width: 315px;
		font-size: 24px;
		line-height: 1.22;
		word-break: normal;
		overflow-wrap: normal;
	}

	.Modern-Slider .item p {
		max-width: 315px;
		font-size: 13px;
		line-height: 1.75;
	}
}

@media (max-width: 420px) {
	header:not(.background-header) .navbar .container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.navbar .navbar-brand {
		left: 16px;
	}

	.navbar .navbar-brand .brand-logo {
		height: 40px;
		max-width: 145px;
	}

	.navbar .navbar-toggler {
		/* left: 314px!important; */
		right: 20px !important;
		width: 46px;
	}

	.request-form .container {
		max-width: calc(100vw - 28px);
	}

	.request-form h3 {
		font-size: 21px;
		line-height: 1.28;
	}

	.Modern-Slider .text-content,
	.Modern-Slider .item-1 .text-content {
		left: 24px;
		width: calc(100vw - 64px);
		max-width: calc(100vw - 64px);
	}

	.Modern-Slider .item .hero-eyebrow {
		max-width: 295px;
	}

	.Modern-Slider .item h1,
	.Modern-Slider .item h2,
	.Modern-Slider .item h4,
	.Modern-Slider .item p {
		max-width: 295px;
	}

	.Modern-Slider .item h1,
	.Modern-Slider .item h2,
	.Modern-Slider .item h4 {
		font-size: 22px;
		line-height: 1.34;
	}
}

/* Clean-up: remove over-boxed treatments and restore simple navbar */
header:not(.background-header) .navbar .container {
	min-height: auto;
	padding-left: 15px;
	padding-right: 15px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
}

header .navbar {
	padding: 11px 0;
}

.navbar .navbar-nav .nav-cta a.nav-link {
	border-radius: 30px;
}

.more-info .right-content,
.about-info .right-content,
.home-insight-panel,
.contact-intro-panel,
.contact-form-copy {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.more-info .right-content,
.about-info .right-content,
.home-insight-panel {
	padding: 0;
	background: transparent;
}

.more-info .right-content span,
.about-info .right-content span,
.home-insight-panel span,
.tabs-content > span,
.single-services span {
	color: var(--adc-orange);
	opacity: 1;
}

.more-info .right-content h2,
.about-info .right-content h2,
.home-insight-panel h2 {
	color: var(--adc-navy);
	text-shadow: none;
}

.more-info .right-content p,
.about-info .right-content p,
.home-insight-panel p {
	color: var(--adc-muted);
	font-size: 15px;
	line-height: 1.9;
	text-shadow: none;
}

.more-info .left-image,
.tabs-content > img,
.single-services .tabs-content img {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.tabs-content {
	color: var(--adc-text);
}

.tabs-content h3,
.tabs-content h4 {
	color: var(--adc-navy);
	font-size: 28px;
	line-height: 1.3;
	font-weight: 800;
}

.tabs-content p {
	color: var(--adc-text);
	font-size: 15px;
	line-height: 2;
}

.single-services .tabs-content .filled-button,
.tabs-content a.filled-button {
	margin-top: 26px;
}

@media (max-width: 992px) {
	header:not(.background-header) .navbar .container {
		background: transparent;
		border-radius: 0;
	}
}

.brochure-modal .modal-dialog {
	max-width: 720px;
}

.brochure-modal .modal-content {
	position: relative;
	border: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 26px 70px rgba(7, 31, 53, 0.28);
}

.brochure-modal-close {
	position: absolute;
	top: 16px;
	right: 18px;
	z-index: 2;
	width: 36px;
	height: 36px;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
}

.brochure-modal-header {
	padding: 34px 36px 28px;
	color: #fff;
	background: linear-gradient(135deg, #071F35 0%, #0A2742 55%, #111111 100%);
}

.brochure-modal-header span {
	display: block;
	margin-bottom: 10px;
	color: var(--adc-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.brochure-modal-header h2 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}

.brochure-modal-header p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	line-height: 1.7;
}

.brochure-download-form {
	padding: 30px 36px 34px;
	background: #fff;
}

.brochure-download-form .form-control {
	width: 100%;
	height: 50px;
	margin-bottom: 16px;
	padding: 12px 14px;
	color: var(--adc-text);
	background: #F8FAFC;
	border: 1px solid var(--adc-border);
	border-radius: 8px;
	box-shadow: none;
}

.brochure-download-form .form-control:focus {
	background: #fff;
	border-color: var(--adc-orange);
	box-shadow: 0 0 0 3px rgba(255, 113, 41, 0.15);
	outline: none;
}

.brochure-download-form button.filled-button {
	width: 100%;
	min-height: 52px;
	margin-top: 6px;
	padding: 14px 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	background: var(--adc-orange);
	border: 1px solid var(--adc-orange);
	border-radius: 8px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	box-shadow: 0 12px 26px rgba(255, 113, 41, 0.24);
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.brochure-download-form button.filled-button:after {
	content: "\f019";
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}

.brochure-download-form button.filled-button:hover,
.brochure-download-form button.filled-button:focus {
	background: var(--adc-orange-dark);
	border-color: var(--adc-orange-dark);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(255, 113, 41, 0.28);
}

.brochure-download-form button.filled-button:disabled {
	opacity: 0.72;
	transform: none;
	box-shadow: none;
	cursor: wait;
}

.brochure-download-form .lead-form-status {
	margin-top: 12px;
	text-align: center;
}

@media (max-width: 576px) {
	.brochure-modal .modal-dialog {
		margin: 14px;
	}

	.brochure-modal-header,
	.brochure-download-form {
		padding-left: 22px;
		padding-right: 22px;
	}

	.brochure-modal-header h2 {
		font-size: 24px;
	}
}

/* Smooth page transition without a blocking loader */
body {
	animation: adc-page-fade-in 0.34s ease both;
	transition: opacity 0.18s ease;
}

body.adc-page-exit {
	opacity: 0;
}

@keyframes adc-page-fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	body {
		animation: none;
		transition: none;
	}
}

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

.adc-contact-summary {
	margin-top: 30px;
	text-align: center;
}

.adc-map-frame {
	width: 100%;
	height: 500px;
	border: 0;
}

.cookie-consent-banner {
	position: fixed;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	max-width: 920px;
	margin: 0 auto;
	padding: 16px 18px;
	border: 1px solid rgba(255, 113, 41, 0.24);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(7, 31, 53, 0.16);
}

.cookie-consent-banner p {
	margin: 0;
	color: #1F2933;
	font-size: 14px;
	line-height: 1.55;
}

.cookie-consent-banner button {
	flex: 0 0 auto;
	padding: 10px 18px;
	border: 1px solid #FF7129;
	border-radius: 999px;
	background: #FF7129;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(255, 113, 41, 0.22);
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cookie-consent-banner button:hover,
.cookie-consent-banner button:focus {
	background: #E85F1F;
	border-color: #E85F1F;
	transform: translateY(-1px);
}

@media (max-width: 576px) {
	.cookie-consent-banner {
		right: 14px;
		bottom: 14px;
		left: 14px;
		flex-direction: column;
		align-items: flex-start;
	}
}
