/* Custom CSS */
#menu-webdynasty-menu {
	display: flex;
}

@keyframes soft-settle-after {
  0%   { transform: translateX(0); }
  45%  { transform: translateX(6px); }  
  75%  { transform: translateX(4px); }   
  100% { transform: translateX(0px); }     
}
body,
html {
    overflow-x: hidden;
}

a.social-button svg path,
.primary-text-hover,
.primary-text-hover a {
	transition: all 0.2s;
}

/* Header */

header:has(.global-header-section) {
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 99;
}

.global-header-section {
	margin: 0 auto !important;
	padding: 0px 8px 0px 0px !important;
	border-radius: 8px;
}

.global-header-section .header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.global-header-section .et_pb_module,
.global-header-section .et_pb_column {
	margin: 0px !important;
}

.global-header-section .menu-column {
	width: 100% !important;
	display: flex;
	align-items: center;
	gap: 20px;
}

.global-header-section .menu-column img,
.global-header-section .menu-column ul > li.menu-item a {
	padding: 18px !important;
	margin: 0px !important;
}

.global-header-section .et_pb_menu ul li {
	transition: all 0.2s ease;
}

.global-header-section .menu-column .et_pb_menu {
	background: transparent;
}

.global-header-section .menu-column ul > li.menu-item {
	width: 130px;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	margin: 0px !important;
	padding: 0px !important;
}

.global-header-section .menu-column ul li ul.sub-menu li {
	width: 100%;
}

.global-header-section .menu-column ul li a {
	color: var(--clr-white);
	font-size: 18px !important;
	line-height: 24px !important;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	height: 68px !important;
	transition: all 0.2s;
}

.global-header-section .et-menu a:hover {
	opacity: 1 !important;
}

.global-header-section .et_pb_menu ul.et-menu > li:not(.menu-item-has-children)::before,
.global-header-section .et_pb_menu ul.et-menu > li.current-menu-item::before {
	background: var(--clr-secondary, #5ECFEA);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 100%;
	display: block;
	content: "";
	opacity: 0;
	transition: all 0.2s ease;
}

.global-header-section .et_pb_menu ul.et-menu > li.current-menu-item::before {
	opacity: 1 !important;
}

.global-header-section .menu-column ul li ul.sub-menu {
	background-color: var(--clr-bg-primary) !important;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.et-menu .menu-item-has-children>a:first-child:after {
	font-size: 0;
	width: 20px;
	height: 20px;
	display: block;
	flex-shrink: 0;
	position: relative;
	
	background: url("/wp-content/uploads/2025/12/Caret-down-arrow-south.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* Footer */
.global-footer-section .footer-socials-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.global-footer-section .footer-socials-container .footer-socials {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.global-footer-section .footer-socials a.social-button {
	display: flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
}

.global-footer-section .footer-row {
	display: flex;
	align-items: flex-start;
	gap: 80px;
}

.global-footer-section .map-column {
	display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 16px;
    background: #FFF;
}

.global-footer-section .map-column .footer-location-info {
	display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.global-footer-section .map-column .footer-location-info img {
	display: flex;
    width: 48px;
    height: 48px;
    padding: 9.922px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    border: 1px solid rgba(94, 207, 234, 0.40);
    background: var(--Accents, #0A2938);
}

.global-footer-section .map-column .map img {
	height: 220px;
    align-self: stretch;
    object-fit: cover;
    border-radius: 8px;
}

.global-footer-section .map-column .footer-location-info p {
	max-width: 293px;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--Accents, #0A2938);
	line-height: 24px !important;
}

.global-footer-section .logo-column {
	display: flex;
	width: 283px !important;
	height: 252px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.global-footer-section .links-column .footer-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.global-footer-section .links-column .footer-links p {
	font-size: 16px !important;
}

.global-footer-section .links-column .footer-links-container {
	display: flex;
	width: 140px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.global-footer-section .links-column {
	display: flex;
    padding-top: 24px;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: max-content;
}

.global-footer-section .et_pb_column .et_pb_module {
	margin: 0px !important;
}

.brand-border-top::before {
	background: var(--brand-gradient);
	width: 100vw;
	height: 12px;
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.global-footer-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space7);
	align-self: stretch;
	padding-block: 120px !important;
	background: var(--clr-bg-secondary);
}

.global-footer-section .divider-row {
	min-height: 1px !important;
	background: #DCDCDC;
}

.global-footer-section .rights-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--space5);
}

.global-footer-section .rights-row .footer-rights-legals {
	display: flex;
    align-items: center;
    gap: 40px;
}

.global-footer-section .rights-row .footer-rights-legals a {
	color: var(--text-primary);
}

.global-footer-section .rights-row .rights-text {
	color: rgba(0, 0, 0, 0.40);
	font-weight: 400 !important;
}

/* Home - Ready to Reign */
a.primary-button {
	display: flex;
	height: 48px;
	padding: 0 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: var(--bradius);
	background: var(--clr-secondary, #5ECFEA);
	color: var(--clr-bg-primary, #000D1A);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 137.5% */
	transition: all 0.2s;
}

.home-reign-section {
	padding-block: 80px !important;
	background: var(--clr-accents);
}

.home-reign-section .title-column {
	max-width: 600px;
	width: 100% !important;
	flex-shrink: 0;
	margin: 0px !important;
}

.home-reign-section .image-column {
	width: 100% !important;
	margin: 0px !important;
	position: relative;
}

.home-reign-section .et_pb_row {
	display: flex;
	align-items: center;
	gap: 40px;
}

.home-reign-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.home-reign-container h2 {
	letter-spacing: -1.28px !important;
}

.home-reign-container .title-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space4);
	align-self: stretch;
}

.home-reign-container .title-container h6 {
	line-height: 28px !important;
	max-width: 488px !important;
}

.home-reign-section .reign-card {
	display: flex;
	height: 235px;
	width: 246px;
	padding: 24px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	background: #FFF;
}

.home-reign-section .reign-card p {
	color: var(--Accents, #0A2938);
}

.home-reign-section .reign-card p.card-number {
	text-align: center;
	font-size: 48px !important;
	font-weight: 700 !important;
	line-height: normal !important;
	align-self: stretch;
}

.home-reign-section .et_pb_module {
	margin: 0px !important;
}

.home-reign-section .card-module {
	position: absolute;
	left: 0;
	bottom: 0;
}

.home-reign-section .reign-extra-info {
	position: absolute;
	right: 0;
	top: 0;
}

.home-reign-section .home-reign-card .reign-card-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

a.icon-button {
	border-radius: var(--bradius);
	background: var(--Accents, #0A2938);
	display: flex;
	height: 48px;
	padding: 0 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: normal !important;
}

a.icon-button::after {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url('/wp-content/uploads/2025/12/Arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.home-choose-section {
	display: flex;
	padding-block: var(--space11) !important;
	flex-direction: column;
	align-items: center;
	gap: var(--space9);
}

.home-choose-section .choose-us-row .et_pb_column {
	display: grid;
	height: 280px;
	row-gap: 20px;
	column-gap: 20px;
	grid-template-rows: repeat(1, minmax(0, 1fr));
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-choose-section .title-row {
	max-width: 680px !important;
}

.choose-us-card {
	display: flex;
	height: 280px;
	padding: 20px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	justify-self: stretch;
	border-radius: 20px;
	background: var(--Accents, #0A2938);
}

.choose-us-card h6 {
	letter-spacing: -0.4px !important;
}

.home-choose-section .choose-us-row .et_pb_column .et_pb_module:nth-child(odd) .choose-us-card h6 {
	color: var(--clr-secondary) !important;
}

.home-choose-section .choose-us-row .et_pb_column .et_pb_module:nth-child(even) .choose-us-card {
  background: var(--clr-secondary);
	flex-direction: column-reverse
}

/* Home - Who We Help */
.home-help-section {
	display: flex;
	flex-direction: column;
	padding-block: var(--space11) !important;
	align-items: center;
	gap: var(--space9);
	background: var(--clr-accents);
}

.home-help-section .title-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 670px;
}

.home-help-section .cards-row {
	gap: 40px;
}

.home-help-section .cards-row .et_pb_column {
	display: flex;
	height: 300px;
	align-items: center;
	gap: 40px;
	align-self: stretch;
}

.home-help-section .cards-row .img-module img {
	height: 300px;
	width: 680px;
	object-fit: cover;
	border-radius: 20px;
}
.home-help-section .cards-row .img-module::before {
	width: 680px;
    height: 300px;
    border-radius: 20px;
    border: 5px solid rgba(255, 255, 255, 0.10);
    display: block;
    z-index: 2;
    position: absolute;
    inset: 0;
    content: "";
    box-sizing: border-box;
    pointer-events: none;
}

.home-help-section .cards-row .img-module {
	width: 680px;
	flex-shrink: 0;
	position: relative;
}

.home-help-section .card-module.et_pb_code {
	display: flex;
	height: 300px;
	padding: 20px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.10);
}

.home-help-section .home-help-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
}

.home-help-section .home-help-card div.info-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

/* Home - Marquee */
.home-marquee-section {
	padding: 12px 40px !important;
	display: flex;
}

.home-marquee-section .custom-carousel-row img {
	min-width: 152px !important;
}

.home-marquee-section .custom-carousel-row .et_pb_module {
	margin-bottom: 0px !important;
}

.home-marquee-section .custom-carousel-row .et_pb_column {
	display: flex;
}

.home-marquee-section .custom-carousel-row {
	max-width: max-content;
    width:max-content;
	animation: ticker 40s linear infinite;
}

@keyframes ticker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Home - Hero */
.home-hero-section {
	display: flex;
	min-height: 876px;
	padding-block: 195px 96px !important;
}

.home-hero-section .et_pb_row {
	display: flex;
	gap: 26px;
	justify-content: center;
	align-items: center;
	max-width: 1179px !important;
}

.home-hero-section .title-column {
	max-width: 468px;
	width: 100% !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.home-hero-section .title-column h6 {
	font-weight: 400 !important;
	line-height: 28px !important;
	letter-spacing: unset !important;
	max-width: 456px !important;
}

.home-hero-section .title-column .home-hero-title-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space7);
}

.home-hero-section .home-hero-title-container .title-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--space5);
}

.home-hero-section .image-column {
	width: 100% !important;
}

.home-hero-section .image-column img {
	filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
}

.home-hero-section .hero-button-module {
	position: absolute;
	right: 0;
	bottom: 0;
}

a.hero-button {
	display: flex;
	height: 76px;
	padding: 24px 12.5px;
	justify-content: center;
	align-items: center;
	gap: 8px;	
	border-radius: 12px;
	border: 1px solid #E0E0E0;
	background: #F5F5F5;
	
	color: var(--clr-primary) !important;
	text-align: center;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 24px !important; /* 120% */
}

a.hero-button::after {
	content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url('/wp-content/uploads/2025/12/flowbite_chevron-down-outline.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Home - What We Do */
.what-we-do-section {
	display: flex;
	flex-direction: column;
	gap: var(--space9);
	padding-block: var(--space11) !important;
	background: var(--clr-bg-secondary);
}

.what-we-do-section .title-row .help-title-container {
	gap: var(--space4);
	max-width: 780px;
	margin: 0 auto;
}

.what-we-do-section .cards-row .et_pb_column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	justify-content: center;
}

.what-we-do-section .cards-row .home-service-card {
	width: 400px;
	height: 540px;
	border-radius: 30px;
	background: var(--clr-white, #FFF);
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
	padding: 11px 12px 16px 12px;
	position: relative;
	justify-content: flex-end;
	gap: 24px;
}

.service-card-info,
.what-we-do-section .cards-row .home-service-card,
.service-card-title-container,
.paragraph-small-space {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home-service-card .paragraph-small-space {
	min-height: 140px;
	justify-content: flex-start;
	max-width: 98%;
}

.paragraph-small-space {
	gap: 14px;
}

.home-service-card .service-card-info {
	gap: 20px;
	z-index: 2;
	position: relative;
	padding: 24px 12px 0px 12px;
}

.service-card-info > *:not(.card-overlay) {
  position: relative;
  z-index: 3;
}

.home-service-card .service-card-title-container {
	gap: 4px;
}

.home-service-card .service-card-title-container p {
	min-height: 44px;
}

.home-service-card img.tag {
	padding-left: 12px;
}

.home-service-card img.top-image {
	position: absolute;
	top: 11px;
}

.home-service-card img.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* Home - How We Build */
.home-build-section {
	display: flex;
	flex-direction: column;
	padding-block: 78px 96px !important;
	gap: var(--space9);
}

.home-build-section .title-row .help-title-container {
	gap: 8px;
}

.home-build-section .cards-row {
	display: flex;
	flex-direction: column;
	gap: var(--space7);
}

.home-build-section .cards-row .cards-column {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.home-build-section .cards-column .et_pb_module,
.home-build-section .et_pb_column {
	margin: 0px !important;
}

.home-build-section .cards-row .home-empire-card {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
	display: flex;
	width: 380px;
	padding: 24px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 30px;
}

.home-empire-card .title-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	max-width: 99%;
}

.home-empire-card .tag-container {
	display: flex;
	align-items: center;
	gap: 30px;
}

.home-empire-card .tag-container p.empire-card-tag {
	color: var(--Accents, #0A2938);
	font-size: 28px !important;
	font-weight: 700 !important;
}

/* Home - Success Stories */
.home-case-studies-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding-block: var(--space11) !important;
}

.home-case-studies-section .case-studies-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.home-case-studies-section .case-studies-title h2.big-heading {
	font-size: 72px !important;
	line-height: 74px !important;
}

.home-case-studies-section .title-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 24px !important;
}

.home-case-studies-section .title-row .text-column {
	max-width: 512px;
	width: 100% !important;
}

.home-case-studies-section .arrow-row {
	display: flex;
    justify-content: flex-end;
    padding-right: 48px !important;
}

.home-case-studies-arrows {
	display: flex;
	align-items: center;
	max-width: max-content;
	gap: 40px;
}

.home-case-studies-arrows a {
	opacity: 1;
	transition: all 0.3s;
}

.home-case-studies-arrows a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2025/12/case-study-next.svg") no-repeat center;
  background-size: contain;
  display: block;
}

.home-case-studies-arrows a.case-prev::before {
  background: url("/wp-content/uploads/2025/12/case-study-prev.svg") no-repeat center;
}

.home-case-studies-arrows a.inactive {
	opacity: 0.7;
	pointer-events: none;
}

.home-case-studies-section .case-study-row {
	display: flex;
    gap: 40px;
    align-items: center;
	justify-content: space-between;
}

.case-study-row .et_pb_column {
	margin: 0px !important;
	display: flex;
	align-items: center;
	align-self: stretch;
}

.case-study-row .image-column .et_pb_image {
	display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
	max-width: 100%;
}

.case-study-row .image-column img {
	width: 100% !important;
	object-fit: cover;
	height: 100% !important;
	border-radius: 20px;
}

.case-study-row .et_pb_accordion {
	margin: 0px !important;
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.case-study-row .et_pb_accordion .et_pb_toggle {
	padding: 18px 24px !important;
	border-radius: 20px;
	background: #FFF !important;
	margin: 0px !important;
	border: none !important;
	
}

.case-study-row .et_pb_accordion .et_pb_toggle_title {
	padding: 0px !important;
    display: flex;
    justify-content: space-between;
	align-items: center;
	color: var(--clr-primary) !important;
	transition: padding 0.2s;
}

.case-study-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
	padding-top: 2px !important;
	padding-right: 132px !important;
	font-size: 18px !important;
	line-height: normal !important;
}

.case-study-row .et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_title {
	padding-top: 2px !important;
}

.home-case-studies-section .case-study-row .accordion-column {
	display: flex;
	width: 680px !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	flex-shrink: 0;
}

.case-study-row .et_pb_toggle_title::before {
  display: none !important;
}

.case-study-row .et_pb_toggle_title::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url("/wp-content/uploads/2025/12/accordion-closed.svg") no-repeat center;
	background-size: contain;
	display: block;
	flex-shrink: 0;
	transition: transform .25s ease;

}

.case-study-row .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::after {
  transform: rotate(180deg);
}

.case-study-row {
  display: none !important;
}

.case-study-row.is-active {
  display: flex !important;
}

.case-study-row .et_pb_column {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.case-study-row.is-visible .et_pb_column {
  opacity: 1;
  transform: translateY(0);
}



/* About - Our Values */
.home-help-section.about-industries-section .help-title-container p {
	min-height: 60px !important;
}

.about-values-section {
	padding-block: 120px 180px !important;
	display: flex;
	flex-direction: column;
	gap: var(--space9);
	background: var(--clr-bg-secondary);
}

.about-values-section .title-row h2 {
	text-align: center;
}

.about-values-section .cards-row .et_pb_column {
	display: grid;
	gap: 30px;
	grid-template-rows: repeat(1, minmax(0, 1fr));
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-values-section .cards-row .card {
	display: flex;
	padding: 24px 10px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}
/* About - Foundation */
.about-foundation-section {
	display: flex;
	padding-block: 80px !important;
}
.about-foundation-section .et_pb_module {
	margin: 0px !important;
}
.about-foundation-section .foundation-row .image-column {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: max-content;
    gap: 24px;
	margin-right: 39px !important;
}

.about-foundation-section .foundation-row .about-foundation-title {
	display: flex;
    max-width: 645px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.about-foundation-section .foundation-row .about-foundation-title .title-container {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.about-foundation-section .foundation-row {
	display: flex;
    align-items: center;
    gap: 172px;
    justify-content: space-between;
}

.about-foundation-section .title-column {
	margin: 0px !important;
	max-width: max-content;
}
.about-foundation-section .title-column h6 {
	max-width: 580px !important;
}

/* About - Process */
.about-process-section {
	display: flex;
	padding-block: var(--space11) !important;
	gap: var(--space9);
	flex-direction: column;
	align-items: center;
}

.about-process-section .help-title-container {
	gap: 8px;
}

.about-process-section .cards-row .about-process-card {
	display: flex;
	max-width: 500px;
	height: 220px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
.about-process-section .cards-row .about-process-card .card-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.about-process-section .cards-row {
	display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border-radius: 30px;
    background: var(--clr-white, #FFF);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}

.about-process-section .cards-row .et_pb_column {
	width: 100% !important;
	width: 100% !important;
    margin: 0px !important;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.about-process-section .cards-row .et_pb_column .et_pb_module {
	margin: 0px !important;
}

/*  About - Hero */
.about-hero-section {
	display: flex;
	padding-block: 194px 140px !important;
}

.about-hero-section .hero-row {
	display: flex;
	gap: 80px;
	max-width: 1234px !important;
	align-items: center;
}

.about-hero-section .hero-row .info-column {
	display: flex;
	width: 548px;
	flex-shrink: 0 !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.about-hero-section .info-column .about-big-title {
	display: flex;
	max-width: 520px;
	flex-direction: column;
	gap: 16px;
}
.about-hero-section .info-column .about-big-title h2 {
	line-height: 56px !important;
}
.about-hero-section .info-column .about-big-title p {
	line-height: 24px !important;
}

.about-hero-section .info-column .about-subtitle {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.about-hero-section .info-column .about-subtitle h4 {
	line-height: 30px !important;
}

.about-hero-section .info-column .about-subtitle p {
	line-height: 28px !important;
	max-width: 99%;
}

.about-hero-section .et_pb_module,
.about-hero-section .et_pb_column {
	margin: 0px !important;
}

.about-hero-section .image-column {
	width: 100% !important;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.about-hero-section .image-column .about-hero-arrow {
	position: absolute;
	left: 0px;
	top: 51px;
}

.about-hero-section .about-hero-card-module {
	position: absolute;
	bottom: 43px;
	left: 0px;
}

.about-hero-section .about-hero-card {
	display: flex;
	width: 357px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	border-radius: 30px;
	background: var(--clr-secondary, #5ECFEA);

	/* Card Shadow */
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}

.about-hero-section .about-hero-card .images-container {
	display: flex;
	align-items: flex-start;
}

.about-hero-section .about-hero-card .images-container img.neg-margin {
	margin-left: -6px;
}

.about-hero-card .images-container img {
	width: 42px;
	height: 42px;
}

.about-hero-section .about-hero-card .info-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.about-hero-card .reviews-container {
	display: flex;
    align-items: flex-start;
    gap: 10px;
}

.about-hero-card .reviews-score {
	display: flex;
    align-items: center;
    gap: 8px;
}

.about-hero-card .reviews-text {
	font-size: 16px !important;
}

/* Contact - Hero */
.contact-hero-section {
	padding-block: 194px 96px !important;
	background: linear-gradient(180deg, #1C749E 0%, var(--Accents, #0A2938) 36.7%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.contact-hero-section .contact-row {
	min-height: 512px;
    align-self: stretch;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
	padding: 60px !important;
	align-items: stretch;
	display: flex;
	gap: 18px;
}

.contact-hero-section .contact-row h2 {
	font-size: 56px !important;
	line-height: 60px !important;
	color: #141219 !important;
}

.contact-hero-section .et_pb_column,
.contact-hero-section .et_pb_module {
	margin: 0px !important;
}

.contact-hero-section .contact-row .info-column {
	max-width: 433px;
	width: 100% !important;
	display:  flex;
}

.contact-hero-section .contact-row .info-column .et_pb_module,
.contact-hero-section .contact-row .info-column .et_pb_code_inner {
	align-self: stretch;
	display: flex;
}

.contact-hero-section .contact-title-container {
	display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.contact-hero-section .contact-title-container .title-container,
.contact-hero-section .contact-title-container .links-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
}

a.text-icon-button {
	font-size: 18px !important;
	font-family: var(--ff-main) !important;
	line-height: normal !important;
	color: var(--clr-primary) !important;
	display: flex;
	align-items: center;
	gap: 8px;
}

a.text-icon-button::after {
	background: url("/wp-content/uploads/2025/12/text-button-icon.svg");
	content: "";
	display: block;
	width: 20px;
	height: 20px;
}

.contact-hero-section .contact-row .divider-column {
	margin-right: 32px !important;
}

/* Contact - Form */
.form-column .cf7-row label {
	color: var(--clr-primary, #000D1A);
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: normal;
	white-space: nowrap;
}

/* .form-column .cf7-row {
	width: 397px;
} */

.form-column .cf7-row p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	width: 397px;
	padding: 16px 32px 16px 0;
	justify-content: space-between;
	align-items: center;
}

.form-column {
	width: 100% !important;
	max-width: max-content;
}

.form-column form .cf7-two-col {
	display: flex;
    flex-direction: column;
    gap: 22px;
}

.form-column .cf7-row input {
  border: none;
  background: transparent;
  box-shadow: none;

  padding: 0;
  margin: 0;

  font-size: 18px;
  color: #5A5A59 !important;
  text-align: right;
  width: 100%;
}

.form-column .cf7-row span.wpcf7-form-control-wrap {
	padding-left: 20px;
	position: unset !important; 
}

.form-column .cf7-row p:has(.wpcf7-not-valid-tip) {
	margin-bottom: 20px;
	position: relative;
}

.form-column .wpcf7-not-valid-tip {
	position: absolute !important;
    font-size: 15px !important;
    left: 0 !important;
    bottom: -30px !important;
}

.form-column button {
	display: flex;
	height: 48px;
	padding: 0 24px !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: var(--bradius) !important;
	background: var(--clr-secondary, #5ECFEA) !important;
	color: var(--clr-bg-primary, #000D1A) !important;
	border: 0 !important;
	font-size: 16px !important;
	font-style: normal;
	text-transform: none !important;
	font-weight: 600 !important;
	line-height: 22px !important; /* 137.5% */
	transition: all 0.2s !important;
	margin-top: 26px !important;
}

/* Services - Offered Services */
.services-offered-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 80px;
	padding-block: 136px !important;
}

.services-offered-section .et_pb_row {
	max-width: 1120px !important;
}

.services-offered-section .divider-row {
	background: #CCC;
	height: 1px;
	content: "";
	display: block;
}

.services-offered-section .services-offered-row .info-column {
	width: 514px !important; 
	flex-shrink: 0;
}

.services-offered-section .services-offered-row .image-column {
	width: 100% !important;
}

.services-offered-section .services-offered-row {
	display: flex;
	align-items: center;
	gap: 60px;
	align-self: stretch;
}

.services-offered-section .et_pb_row:nth-child(4n+3) {
  flex-direction: row-reverse;
}


.services-offered-section .services-offered-row .service-offered-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.service-offered-card .card-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	max-width: 99%;
}

.service-offered-card .title-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.service-offered-card .title-container h3 {
	font-weight: 700 !important;
	font-family: var(--ff-main) !important;
}

.services-offered-section
.services-offered-row:first-of-type
.service-offered-card
.card-content
p.subheading-small {
  max-width: 412px;
}

/* Services - CTA Section */
.services-cta-section {
	display: flex;
	padding-block: 80px !important;
	flex-direction: column;
	align-items: center;
	background: var(--clr-accents);
}

.services-cta-section .services-cta-row {
	display: flex;
	align-items: center;
	gap: 60px;
}

.services-cta-section .info-column h2 {
	letter-spacing: -1.28px !important;
	line-height: normal !important;
}

.services-cta-section .info-column h6 {
	letter-spacing: 0px !important;
	line-height: 28px !important;
}

.services-cta-section .services-cta-row .image-column {
	width: 540px !important;
    flex-shrink: 0;
}

.services-cta-section .services-cta-row .info-column {
	width: 100% !important;
}

.services-cta-section .services-cta-row .services-cta-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	flex-shrink: 0;
}

.services-cta-section .services-cta-container a.primary-button {
	width: 216px;
	justify-content: flex-start;
}

.services-cta-section .services-cta-container .title-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.services-cta-section .services-cta-info {
	display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -40px;
    max-width: max-content;
}

.services-cta-section .image-column a.services-work-button {
	color: var(--Main-background, #000D1A) !important;
	text-align: center !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 24px!important;
	
	display: inline-flex;
	height: 40px;
	padding: 0 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	background: #F5F5F5;
}

/* Services - Hero */
.services-hero-section {
	display: flex;
	padding-block: 120px 194px !important;
	flex-direction: column;
	align-items: center;
	gap: 64px;
}

.services-hero-section .title-container {
	align-items: center;
	gap: 8px;
}

.services-hero-section .title-container h2 {
	line-height: 74px !important;
}
.services-hero-section .title-container p {
	max-width: 650px;
	text-align: center;
}

.services-hero-section .image-row {
	max-width: 977px !important;
}

.services-hero-section .image-row .services-hero-card-2 {
	border-radius: 20px;
	background: var(--Accents, #0A2938);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	display: flex;
	max-width: 450px;
	height: 160px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	
	position: absolute;
	right: 0;
	bottom: 0;
}

.services-hero-section .image-row .services-hero-card-3 {
	position: absolute;
	top: 80px;
	right: -83px;
}

.services-hero-section .image-row .services-hero-card-3 .top-right-module {
	display: flex;
    width: 178px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: var(--text-white, #FFF);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}

.services-hero-section .image-row .services-hero-card-3 .top-right-module .title-container {
	display: flex;
    align-items: center;
    gap: 7px;
}

.top-right-module .title-container img {
	box-shadow: 0 2.909px 5.818px 0 rgba(0, 0, 0, 0.15);
	border-radius: 16px;
}

.services-hero-section .image-row .services-hero-card-3 .top-right-module p {
	font-size: 16px !important;
}

.services-hero-section .image-row .services-hero-card-3 .top-right-module p.number {
	color: var(--Accents, #0A2938);
	font-size: 48px !important;
	font-weight: 600 !important;
	line-height: normal !important;
}

.services-hero-section .image-row .services-hero-card-4 {
	bottom: 70px;
    position: absolute;
    left: -98px;
}

.services-hero-section .image-row .services-hero-card-4 .bottom-left-module {
	display: flex;
    width: 196px;
    height: 162px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: var(--text-white, #FFF);
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
}

.services-hero-card-4 .bottom-left-module p.number {
	color: var(--Accents, #0A2938);
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.services-hero-card-4 .bottom-left-module p.text {
	max-width: 127px;
}

.services-hero-section .image-row .services-hero-card-1 {
	position: absolute; 
	top: 0;
	left: 0;
}
.services-hero-section .image-row .services-hero-card-1 .card-content {
	border-radius: 20px;
	background: var(--Accents, #0A2938);
	display: flex;
	max-width: 260px;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.services-hero-section .image-row .services-hero-card-1 .card-content p {
	font-size: 16px !important;
}


/* Service Single Page */
.single-service-hero-section {
	padding-block: 194px 120px !important;
	display: flex;
}

.single-service-hero-section .single-service-hero-row {
	max-width: 700px !important;
}

.single-service-hero-section .title-container {
	text-align: center;
	gap: 8px;
}

.single-service-hero-section .title-container h1 {
	line-height: 76px !important;
}

.single-service-offer-section {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space11);
}

.single-service-offer-section .title-row h2 {
	text-align: center;
	font-size: 48px !important;
}

.single-service-offer-section .cards-row .et_pb_column {
	display: grid;
	gap: 40px;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-service-offer-section .card-content-container {
	margin-top: -79px!important;
	position: relative;
}

.single-service-card img.card-overlay {
	position: absolute;
	top: 0;
}

/* .social-media .single-service-card img.card-overlay {
	height: 170px;
	width: 100%;
} */

.single-service-card img.top-image {
    height: 304px;
}

.single-service-card {
	border-radius: 30px;
	background: var(--primary-text-bg, #FFF);
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
	align-self: start;
	padding: 12px 12px 23px 12px;
	min-height: 462px;
}

.social-media .single-service-card,
.content .single-service-card {
	min-height: 420px;
}

.single-service-card .card-content {
    z-index: 3;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 24px 12px 12px 12px;
    align-items: flex-start;
    gap: 20px;
}

.single-service-card .title-container {
	display: flex;
	max-width: 477px;
	align-items: center;
	gap: 12px;
}

/* Service Single Page - Testimonials */
.single-service-testimonials-section {
	background: linear-gradient(0deg, rgba(0, 13, 26, 0.20) 0%, rgba(0, 13, 26, 0.20) 100%), var(--Accents, #0A2938);
	display: flex;
	padding-block: 130px !important;
}

.single-service-testimonials-section .et_pb_row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-self: stretch;
	gap: 20px;
}

.single-service-testimonials-section .title-column {
	max-width: 340px !important;
	display: flex;
	flex-shrink: 0;
	width: 100% !important;
	margin: 0px !important
}

.single-service-testimonials-section .info-column {
	width: 100% !important;
	max-width: max-content;
	margin: 0px !important;
	display: flex;
	padding-right: 54px !important;
	align-items: flex-start;
	gap: 40px;
}

.single-service-testimonials-section .section-title .title-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.single-service-testimonials-section .section-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	gap: 10px;
}

.single-service-testimonials-section .section-title .title-container h2 {
	font-size: var(--fs-h1) !important;
	line-height: 76px !important;
}

.single-service-testimonials-section .section-title .title-container p {
	font-family: 'Open Sans' !important;
	color: var(--clr-white) !important;
	font-size: 14px !important;
	letter-spacing: -0.56px !important;
}

.single-service-testimonials-section p.testimonial-text {
	color: var(--clr-white, #FFF) !important;
	font-family: "Open Sans" !important;
	line-height: 140% !important; /* 25.2px */
}

.single-service-testimonials-section p.testimonial-text.body {
	font-size: 16px !important;
	min-height: 118px !important;
}

.single-service-testimonials-section .testimonial-container {
	display: flex;
    max-width: 348px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.single-service-testimonials-section .testimonial-container img.avatar {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 32px;
}

.single-service-testimonials-section .testimonial-container .author-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.single-service-testimonials-section .testimonial-container .author-container .testimonial-author {
	font-weight: 600 !important;
	letter-spacing: -0.36px !important;
}

.single-service-testimonials-section .testimonial-container .author-container .author-position {
	font-size: 16px !important;	
}

.single-service-testimonials-section .title-column .et_pb_code,
.single-service-testimonials-section .title-column .et_pb_code .et_pb_code_inner {
	display: flex;
	flex-grow: 1;
}

/* Service Single Page - Results */
.single-service-results-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	padding-block: 120px !important;
	
	background-image: url("/wp-content/uploads/2025/12/service-bg.png");
	background-repeat: no-repeat;
	background-position: center;
}

.single-service-results-section .title-row .et_pb_column {
	display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.single-service-results-section .et_pb_column,
.single-service-results-section .et_pb_module {
	margin: 0px !important;
}

.single-service-results-section .title-row .et_pb_column h2.small-h2 {
	font-size: 48px !important;
	text-align: center;
}

.black-button {
	display: flex;
	height: 48px;
	padding: 0 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: var(--Main-background, #000D1A);
	
	color: #FFF;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 22px !important;
	transition: all 0.25s;
}

.single-service-results-section .cards-row {
	max-width: 1132px !important;
}

.single-service-results-section .cards-row .et_pb_column {
	display: flex;
	justify-content: space-between;
}

.single-service-results-section .cards-row .card-module.middle-card {
	margin-top: 97px !important;
}

.single-service-results-section .cards-row .cut-service-card {
	height: 356px;
	background: transparent;
	padding: 20px 24px 20px 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	max-width: 208px;
	position: relative;
}

.single-service-results-section.ppc .cards-row .cut-service-card,
.single-service-results-section.social-media .cards-row .cut-service-card,
.single-service-results-section.content .cards-row .cut-service-card {
	justify-content: flex-start;
}

.single-service-results-section.ppc .card-module:nth-child(1) .cut-service-card {
	padding-top: 72px !important;
}

.single-service-results-section.ppc .card-module:nth-child(2) .cut-service-card,
.single-service-results-section.ppc .card-module:nth-child(3) .cut-service-card {
	padding-top: 80px !important;
}
.single-service-results-section.ppc .card-module:nth-child(4) .cut-service-card {
	padding-top: 90px !important;
	gap: 20px;
}

.single-service-results-section.social-media .card-module:nth-child(1) .cut-service-card {
	padding-top: 80px !important;
}

.single-service-results-section.social-media .card-module:nth-child(2) .cut-service-card {
	padding-top: 82px !important;
}
.single-service-results-section.social-media .card-module:nth-child(3) .cut-service-card {
	padding-top: 100px !important;
}
.single-service-results-section.social-media .card-module:nth-child(4) .cut-service-card {
	padding-top: 84px !important;
}

.single-service-results-section.content .card-module:nth-child(1) .cut-service-card {
	padding-top: 64px !important;
}
.single-service-results-section.content .card-module:nth-child(2) .cut-service-card {
	padding-top: 90px !important;
}
.single-service-results-section.content .card-module:nth-child(3) .cut-service-card {
	padding-top: 92px !important;
}
.single-service-results-section.content .card-module:nth-child(4) .cut-service-card {
	padding-top: 98px !important;
}

.single-service-results-section.brand-identity .card-module:nth-child(1) .cut-service-card {
	padding-top: 64px !important;
}
.single-service-results-section.brand-identity .card-module:nth-child(2) .cut-service-card,
.single-service-results-section.brand-identity .card-module:nth-child(3) .cut-service-card {
	padding-top: 80px !important;
}
.single-service-results-section.brand-identity .card-module:nth-child(4) .cut-service-card {
	padding-top: 89px !important;
}

.single-service-results-section.web-dev .card-module:nth-child(1) .cut-service-card {
	padding-top: 80px !important;
}
.single-service-results-section.web-dev .card-module:nth-child(2) .cut-service-card,
.single-service-results-section.web-dev .card-module:nth-child(3) .cut-service-card {
	padding-top: 72px !important;
}
.single-service-results-section.web-dev .card-module:nth-child(4) .cut-service-card {
	padding-top: 90px !important;
}

.single-service-results-section .cards-row .card-module img.bg-image {
	position: absolute;
	inset: 0;
}

.cut-service-card .service-card-text {
	font-family: "Open Sans" !important;
	letter-spacing: -0.36px;
	font-size: 18px !important;
	line-height: normal !important;
}

.cut-service-card .service-card-text-wrap {
	display: flex;
	gap: 6px;
	align-items: flex-end;
}

.single-service-results-section.seo .card-module:nth-child(2) .cut-service-card {
	padding-top: 40px !important;
}
.single-service-results-section.seo .card-module:nth-child(3) .cut-service-card {
	padding-top: 98px !important;
}
.single-service-results-section.seo .card-module:nth-child(4) .cut-service-card {
	padding-top: 68px !important;
}

.legal-page h1 {
	padding-bottom: 20px;
}

.legal-page h2,
.legal-page h3 {
	padding-bottom: 18px;
}

.legal-page h4,
.legal-page h5,
.legal-page h6,
.legal-page p {
	padding-bottom: 16px;
}

.legal-page ol,
.legal-page ul {
	margin-left: 16px;
}

/* end custom */
@media (min-width: 981px) {
  /* end desktop only */
	
	.black-button:hover {
		color: var(--clr-primary) !important;
		background-color: var(--clr-secondary) !important;
	}
	
	.disable-desktop {
		display: none !important;
	}
	.global-header-section .et_pb_menu ul.et-menu > li:hover::before {
		opacity: 1;
	}
	
	.global-header-section ul li ul.sub-menu > li:hover a {
		background: var(--clr-secondary);
		color: var(--clr-primary);
		font-weight: 700 !important;
	}
	
	a.primary-button:hover {
		background-color: var(--clr-primary);
		color: var(--clr-white);
		border: 1px solid var(--clr-white);
	}
	
	.form-column button:hover  {
		cursor: pointer;
		background-color: var(--clr-primary) !important;
		color: var(--clr-white) !important;
		border: 1px solid var(--clr-white) !important;
		padding: 24px !important;
	}
	
	a.social-button,
	.primary-text-hover,
	a.icon-button,
	a.primary-button,
	a.hero-button,
	.contact-form button {
		cursor: pointer;
	}
	
	a.social-button:hover svg path {
		fill: var(--clr-secondary) !important;
	}
	
	.primary-text-hover:hover,
	.primary-text-hover:hover a {
		color: var(--clr-secondary) !important;
	}
	
	a.icon-button:hover::after,
	a.hero-button:hover::after,
	a.text-icon-button:hover::after {
		animation: soft-settle-after .42s cubic-bezier(.33, .84, .47, 1) forwards;
	}
	
	.home-case-studies-arrows a {
		cursor: pointer;
	}
	
	.home-case-studies-arrows a.inactive {
		cursor: normal;
	}
	
	.brand-identity .single-service-card .card-content p.subheading-small {
		max-width: 550px !important;
	}
	
	.web-dev .single-service-card .card-content p.subheading-small {
		max-width: 540px;
	}
	
}

@media (max-width: 1441px) {
	.about-hero-section .main-image-container {
		padding-left: 120px !important;
	}
}

@media (max-width: 1367px) {
/* 	.home-hero-section {
		padding-block: 130px 96px !important;
	} */
		.home-hero-section {
		padding-block: 96px !important;
	}
	
	a.hero-button {
		font-size: 17px !important;
		height: 70px;
		padding: 24px 7.5px;
	}
	
	.home-hero-section .image-column .et_pb_image img {
		aspect-ratio: 685/723; 
	}
	.home-hero-section .image-column .et_pb_image {
		max-width: 86%;
        margin-right: 0;
        margin-left: auto;
	}
	
	.home-service-card img.top-image {
		padding-right: 24px;
		height: 250px;
		width: 100%;
	}
	
	.what-we-do-section .cards-row .home-service-card {
		max-width: 400px;
		width: 100%;
	}
	
	.what-we-do-section .cards-row .et_pb_column {
		gap: 25px;
	}
	
	.home-reign-section .title-column {
		max-width: 530px !important;
	}
	
	.about-hero-section .hero-row {
		gap: 40px;
	}
	
	.about-hero-section {
		padding-block: 140px !important;
	}
	
	.about-foundation-section .foundation-row {
		gap: 40px !important;
	}
}

@media (max-width: 1281px) {
/* 	.home-hero-section {
		padding-block: 96px !important;
	}
	
	a.hero-button {
		font-size: 17px !important;
		height: 70px;
		padding: 24px 7.5px;
	}
	
	.home-hero-section .image-column .et_pb_image img {
		aspect-ratio: 685/723; 
	} */
	
	.home-hero-section .image-column .et_pb_image {
		max-width: 95%;
		margin-right: 0;
		margin-left: auto;
	}
	
	.home-help-section .cards-row .img-module img,
	.home-help-section .cards-row .img-module,
	.home-help-section .cards-row .img-module::before {
		max-width: 600px;
	}
	
	.home-build-section .cards-row .home-empire-card {
		max-width: 380px;
		width: 100%;
		flex-grow: 1;
		justify-content: space-between;
	}
	
	.home-build-section .cards-row .et_pb_module {
		display: flex;
		align-items: stretch;
	}
	
	.home-build-section .cards-row .et_pb_module .et_pb_code_inner {
		display: flex;
		flex-grow: 1;
	}
	
	.home-case-studies-section .case-study-row .accordion-column {
		max-width: 580px !important;
	}
	
	.case-study-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
		padding-right: 40px !important;
	}
	
	.home-reign-section .reign-card {
		height: 215px;
		width: 220px;
	}
	
	.card-module .reign-card a.icon-button {
		padding: 0 20px;
	}
	
	.home-reign-section .reign-extra-info {
		max-width: 220px;
		border-radius: 24px;
		overflow: hidden;
	}
	.global-footer-section .footer-row {
		gap: 60px;
	}
	
	.case-study-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
		font-size: 16px !important;
	}
	
	.home-case-studies-section .case-study-row {
		gap: 20px;	
	}
	
	.case-study-row .image-column .et_pb_image {
		padding: 10px;	
	}
	
	.home-case-studies-section .case-study-row .accordion-column {
		max-width: 480px !important;
	}
	
	.case-study-row .et_pb_column {
		align-items: flex-start;
	}
	
	.about-hero-section .hero-row .info-column {
		max-width: 500px;
		width: 100%;
	}
	
	.single-service-testimonials-section .info-column {
		padding: 0px !important;
		gap: 20px;
	}
	
	.single-service-offer-section .cards-row .et_pb_column {
		gap: 40px 20px;
	}
	
	.contact-hero-section .contact-row .divider-column {
		margin-right: 10px !important;
	}
}

@media (max-width: 1024px) {
	.home-hero-section .et_pb_row {
		padding-top: 24px !important;
	}
	.home-reign-section .reign-extra-info {
		max-width: unset;
		border-radius: unset;
	}
	
	.home-reign-section .et_pb_row {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.home-reign-section .et_pb_row .image-column {
		align-self: center;
		max-width: max-content;
	}
	.home-reign-section .reign-card {
		height: 235px;
		width: 246px;
	}
	.card-module .reign-card a.icon-button {
		padding: 0 32px;
	}
	
	.home-reign-section .title-column {
		max-width: 638px !important;
		align-self: center;
	}
	
	.home-reign-container .title-container h6 {
		max-width: unset !important;
	}
	
	.home-choose-section .choose-us-row .et_pb_column {
		height: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: unset;
	}
		
	.what-we-do-section .cards-row {
		display: flex;
	}
	
	.what-we-do-section .cards-row .et_pb_column {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		max-width: max-content;
		margin: 0 auto !important;
	}
	
	.global-header-section {
		max-width: 980px !important;
	}
	
	.home-help-section .cards-row .et_pb_column {
		gap: 20px;
	}
	
	.home-help-section .cards-row .img-module img,
	.home-help-section .cards-row .img-module,
	.home-help-section .cards-row .img-module::before {
		max-width: 550px;
	}
	
	.home-hero-section .image-column .et_pb_image {
		max-width: 100%;
	}
	
	.home-hero-section {
		min-height: unset;
	}
	
	.home-help-section.about-industries-section .help-title-container p {
		min-height: unset !important;
	}
	.about-values-section .cards-row .card {
		padding: 24px 18px;
	}
	.about-values-section .cards-row {
		display: flex;
	}
	.about-values-section .cards-row .et_pb_column  {
		display:flex;
		gap: 24px;
		flex-wrap: wrap;
		max-width: 80%;
		justify-content: center;
		margin: 0 auto !important;
	}
	.about-values-section .cards-row .et_pb_module {
		margin: 0px !important;
	}
	
	.about-foundation-section .foundation-row .image-column {
		max-width: 350px !important;
		flex-shrink: 0;
		margin: 0px !important;
	}
	
	.about-foundation-section .foundation-row .title-column {
		width: 100% !important;
	}
	
}

@media (max-width: 980px) {
	body:has(.rmp-menu-open) {
		overflow: hidden !important;
		position: relative !important;
		height: 100vh !important;
		width: 100vw !important;
		touch-action: none !important;
	}
	.global-header-section .et_pb_column:not(.menu-column) {
		z-index: 5;
	}
	.rmp_menu_trigger {
		position: relative !important;
		top: unset !important;
	}
	.rmp-container {
		z-index: 9999 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.rmp-menu-wrap .rmp-menu-item-link {
		font-family: var(--ff-main) !important;
		font-weight: 600 !important;
		padding-inline: 10% !important;	
	}
	.rmp-menu-wrap .rmp-menu-current-item .rmp-menu-item-link {
		background: transparent !important;
		border: none !important;
		color: var(--clr-secondary) !important;
	}
	.rmp-menu-wrap .rmp-submenu .rmp-menu-item-link {
		padding-inline: 10% !important;	
	}
	.rmp-container .rmp-menu-subarrow {
        right: 10% !important;
        top: 50% !important;
        transform: translate(-100%, -50%) rotate(0deg) !important;
        width: 18px !important;
        height: 18px !important;
        background: url("/wp-content/uploads/2025/12/arrow-down-3.svg");
        object-fit: cover;
        font-size: 0;
        transition: all 0.3s;
    }
	.rmp-container .rmp-menu-subarrow.rmp-menu-subarrow-active {
		transform: translate(-100%, -50%) rotate(180deg) !important
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 250px !important;
		margin-bottom: 50px !important;
	}

	
	a.hero-button {
		font-size: 19px !important;
        height: 76px;
        padding: 24px 12.5px;
	}
	
	.home-hero-section .et_pb_row {
		gap: 40px;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 48px !important;
	}
	
	.home-hero-section .title-column,
	.home-hero-section .title-column h6 {
		max-width: 100% !important;
	}
	
	.home-hero-section,
	.what-we-do-section,
	.home-help-section,
	.home-build-section,
	.home-case-studies-section,
	.home-choose-section,
	.home-reign-section,
	.global-footer-section,
	.about-foundation-section,
	.about-values-section,
	.about-process-section {
		padding-block: var(--space9)!important;
	}
	.home-help-section,
	.what-we-do-section,
	.home-build-section,
	.home-choose-section,
	.about-values-section,
	.about-process-section {
		gap: var(--space7);
	}
	
	.home-help-section .card-module.et_pb_code,
	.home-help-section .cards-row .img-module {
		width: 100% !important;
	}
	
	.home-help-section .cards-row .img-module,
	.home-help-section .cards-row .img-module img,
	.home-help-section .cards-row .img-module::before {
		max-width: 100% !important;
	}
	
	.home-help-section .et_pb_column {
		margin: 0px !important;
	}
	
	.home-help-section .cards-row .et_pb_column {
		flex-direction: column;
		height: unset;
	}
	.home-help-section .cards-row .et_pb_column:nth-child(2) {
		flex-direction: column-reverse;
	}
	
	.what-we-do-section .cards-row .et_pb_column{
		grid-template-columns: repeat(1, 1fr);
	}
	.what-we-do-section .cards-row .et_pb_column .et_pb_module {
		margin: 0px !important;
	}
	
	.home-build-section .cards-row .cards-column {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home-case-studies-section .case-study-row {
		flex-direction: column-reverse;
		align-items: center;
	}
	.home-case-studies-section .case-study-row .et_pb_module {
		margin: 0px !important;
	}
	.home-case-studies-section .case-study-row .image-column {
		max-width: 100%;
		display: flex;
		justify-content: center;
	}
	.home-case-studies-section .case-study-row .accordion-column {
		max-width: 100% !important;
	}
	.case-study-row .image-column img {
		height: 366px !important;
	}
	.home-choose-section .choose-us-row .et_pb_column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.home-choose-section .choose-us-row .et_pb_column .et_pb_module {
		max-width: 305px !important;
	}
	.home-case-studies-section .title-row {
		padding-bottom: 0px !important;
	}
	.home-case-studies-section {
		gap: 20px;
	}
	.case-study-row .image-column img {
		height: 260px !important;
	}
	
	.home-case-studies-arrows {
		margin-top: -46px;
	}
	.home-case-studies-section .arrow-row {
		padding-right: 20px !important;
	}
	
	.home-case-studies-section .title-row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.global-footer-section .footer-row {
		gap: 40px;
		flex-wrap: wrap;
	}
	
	.global-footer-section .map-column {
		order: 2;
	}
	
	.global-footer-section .links-column {
		order: 3;
	}
	.home-case-studies-section .case-studies-title h2.big-heading {
		font-size: 56px !important;
		line-height: 64px !important;
	}
	.global-header-section {
		max-width: calc(100vw - 2 * (var(--padding-inline-section))) !important;
	}
	
	.services-cta-section .services-cta-row {
		flex-direction: column;
	}
	
	.services-cta-section .services-cta-row .image-column {
		max-width: 540px !important;
		width: 100% !important;
	}
	
	.services-cta-section,
	.services-offered-section,
	.single-service-results-section,
	.single-service-testimonials-section {
		padding-block: var(--space9)!important;
	}
	.services-cta-section .services-cta-row,
	.services-offered-section {
		gap: var(--space8);
	}
	
	.services-offered-section .services-offered-row .info-column {
		 max-width: 514px !important;
		width: 100% !important;
	}
	
	.services-offered-section .image-column img {
		height: 300px !important;
	}
	
	.services-offered-section .image-column .et_pb_image {
		margin: 0px !important;
	}
	
	.services-offered-section .image-column {
		display: flex;
		justify-content: center;
	}
	
	.services-offered-section .services-offered-row {
		flex-direction: column-reverse !important;
		gap: 30px;
		align-items:flex-start;
	}
	
	.service-offered-card .card-content {
		gap: 20px;
	}
	
	.services-offered-section .services-offered-row .service-offered-card { 
		gap: 30px;
	}
	
	.services-hero-section {
		gap: 32px !important;
	}
	
	.services-hero-section .image-row.mobile .et_pb_column {
		display: flex;
		gap: 50px;
		justify-content: center;
	}
	.services-hero-section .image-row.mobile .services-hero-card-3 {
		position: relative;
		top:0;
		right: 0;
	}
	
	.services-hero-section .image-row.mobile .services-hero-card-3 .top-right-module,
	.services-hero-section .image-row.mobile .services-hero-card-4 .bottom-left-module {
		width: 200px;
		height: 170px;
	}
	
	.services-hero-section .image-row.mobile .services-hero-card-4 {
		position: relative;
		bottom: 0;
		left: 0;
	}
	
	.services-hero-section .image-row .services-hero-card-2 {
		max-width: 363px;
		height: auto;
		z-index: 3;
	}
	
	.services-hero-section .image-row .services-hero-card-1 {
		z-index: 3;
	}
	
	.services-hero-section .image-row .services-hero-card-1 .card-content {
		max-width: 230px;
	}
	
	.services-hero-section .image-row .services-hero-card-1 .card-content p {
		font-size: 14px !important;
	}
	
	.services-hero-section .image-row .services-hero-card-1 .card-content img {
		width: 32px;
		height: 32px;
	}
	
	.services-hero-section {
		padding-bottom: 96px !important;
	}
	
	.about-foundation-section .foundation-row .image-column {
		max-width: max-content !important;
	}
	
	.about-foundation-section .foundation-row {
		flex-direction: column;
	}
	
	.about-values-section .cards-row .et_pb_column {
		max-width: 100%;
	}
	
	.about-process-section .cards-row .et_pb_column {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		max-width: max-content;
		align-self: center;
	}
	
	.about-process-section .cards-row .about-process-card {
		height: auto;
	}
	
	.about-process-section .cards-row {
		gap: 50px;
	}
	
	.about-hero-section .main-image-container {
		padding-left: 115px !important;
	}
	
	.about-hero-section .image-column {
		max-width: max-content;
		align-self: center;
	}
	
	.about-hero-section .hero-row {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	.about-hero-section .info-column,
	.about-hero-section .info-column .about-big-title {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	.about-hero-section {
		padding-block: 140px 64px !important;
	}
	
	.single-service-hero-section {
		padding-block: 128px 64px !important;
	}
	
	.single-service-offer-section .cards-row .et_pb_column {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.single-service-card {
		max-width: 620px;
	}
	
	.single-service-offer-section .title-row h2 {
		font-size: 42px !important;
	}
	
	.single-service-offer-section {
		gap: var(--space7);
	}
	
	.single-service-results-section .cards-row .et_pb_column {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
		gap: 60px 20px;
	}
	
	.single-service-results-section .cards-row .et_pb_column .middle-card {
		margin: 0px !important;
	}
	
	.single-service-results-section .title-row .et_pb_column h2.small-h2 {
		font-size: 42px !important;
	}
	
	.single-service-results-section .cards-row .et_pb_column .card-module:nth-child(1) {
		order: 1;
	}
	.single-service-results-section .cards-row .et_pb_column .card-module:nth-child(4) {
		order: 2;
	}
	.single-service-results-section .cards-row .et_pb_column .card-module:nth-child(2) {
		order: 3;
	}
	.single-service-results-section .cards-row .et_pb_column .card-module:nth-child(3) {
		order: 4;
	}
	
	.single-service-testimonials-section .et_pb_row {
		gap: var(--space8);
		flex-direction: column;
	}
	
	.single-service-testimonials-section .title-column,
	.single-service-testimonials-section .testimonial-container {
		max-width: 500px !important;
	}
	
	.single-service-testimonials-section .info-column {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.single-service-testimonials-section p.testimonial-text.body {
		min-height: unset !important;
	}
	
	.single-service-testimonials-section .et_pb_row {
		align-items: center;
	}
	
	.single-service-testimonials-section .info-column {
		gap: 60px;
	}
	
	.contact-hero-section .contact-row {
		flex-direction: column;
		gap: 40px;	
	}
	.contact-hero-section .contact-row .info-column {
		max-width: 100%;
	}
	.contact-hero-section .contact-row .info-column h2 {
		font-size: var(--fs-h2) !important;
		line-height: var(--lh-h2) !important;
	}
	
	.contact-hero-section .contact-title-container {
		gap: 40px;
	}
	
	.contact-hero-section .divider-column {
		display: none !important;
	}
	
	.contact-hero-section .form-column,
	.form-column .cf7-row p {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	.contact-hero-section {
		padding-top: 140px !important;
	}
	
  /* end mobile and tablet */
}
@media (min-width: 481px) and (max-width: 980px) {
  /* end tablet only */
}
@media (max-width: 480px) {
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		margin-block: 25px 40px !important;
	}
	header:has(.global-header-section) {
		top: 10px;
	}	
	.home-hero-section,
	.what-we-do-section,
	.home-help-section,
	.home-build-section,
	.home-case-studies-section,
	.home-choose-section,
	.home-reign-section,
	.global-footer-section,
	.about-values-section,
	.about-process-section {
		padding-block: var(--space8) !important;
	}
	a.hero-button {
		font-size: 16px !important;
	}
	.home-hero-section .title-column .home-hero-title-container {
		gap: var(--space5);
	}
	
	.home-help-section .card-module.et_pb_code {
		height: auto;
    	padding: 24px;
	}
	
	.home-help-section .home-help-card {
		gap: 20px;
	}
	
	.home-help-section .home-help-card img {
		width: 70px;
	}
	.home-help-section .cards-row .img-module img {
		height: 240px;
	}
	
	.home-help-section .cards-row .img-module::before {
		height: 100%;
	}
	
	.home-build-section .cards-row .image-column img {
		height: 180px;
		object-fit: cover;
		border-radius: 24px;
	}
	.home-case-studies-section .case-studies-title h2.big-heading {
		font-size: 40px !important;
		line-height: 48px !important;
	}
	
	.home-case-studies-arrows {
		margin-top: -26px;
	}
	
	.case-study-row .et_pb_toggle_title::after {
		width: 32px;
		height: 32px;
	}
	
	.case-study-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
        padding-right: 32px !important;
    }
	.home-reign-section .reign-extra-info,
	.home-reign-section .reign-extra-info .et_pb_image_wrap {
		display: flex;
		justify-content: flex-end
	}
	
	.home-reign-section .reign-extra-info img {
		width: 62% !important;
	}
	
	.card-module .reign-card {
		height: 150px;
		width: 155px;
		padding: 10px;
	}
	.home-reign-section .et_pb_row .image-column {
		width: calc(100vw - 20px) !important;
	}
	
	.card-module .reign-card a.icon-button {
		padding: 0 10px;
		font-size: 15px !important;
	}
	.home-reign-section .reign-card p {
		font-size: 14px !important;
	}
	.home-reign-section .reign-card p.card-number {
		font-size: 26px !important;
	}
	.global-footer-section .logo-column {
		height: auto !important;
	}

	.global-footer-section .links-column {
		padding-top: 0;
	}
	
	.global-footer-section .rights-row {
		flex-direction: column-reverse;
		gap: 10px;
		align-items: flex-start;
	}
	
	.home-service-card .service-card-title-container p {
		min-height: unset;
	}
	
	.services-cta-section .image-column {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.services-cta-section .services-cta-info {
		margin-top: 0px !important;
	}
	
	.services-offered-section .image-column img {
		height: 250px !important;
	}
	
	.services-cta-section, .services-offered-section {
		padding-block: var(--space8) !important;
	}
	
	.services-hero-section .image-row .services-hero-card-1 {
		position: relative;
		top: unset;
		left: unset;
		display: flex;
		justify-content: center;
	}
	
	.services-hero-section .image-row .services-hero-card-2 {
		position: relative;
		bottom: unset;
		right: unset;
		display: flex;
		justify-content: center;
	}
	
	.services-hero-section .image-row .et_pb_column {
		display: flex;
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
	
	.services-hero-section .image-row .main-image img {
		border-radius: 24px !important;
	}
	
	.services-hero-section .image-row .services-hero-card-2,
	.services-hero-section .image-row .services-hero-card-1 .card-content {
		max-width: 100%;
	}
	
	.services-hero-section .image-row .services-hero-card-1 .card-content img {
		width: 56px;
		height: 56px;
	}
	
	.services-hero-section .image-row .services-hero-card-1 .card-content p {
		font-size: 18px !important;
	}
	
	.services-hero-section .image-row.mobile .services-hero-card-3,
	.services-hero-section .image-row.mobile .services-hero-card-4  {
		width: 50%;
	}
	
	.services-hero-section .image-row.mobile .services-hero-card-3 .top-right-module,
	.services-hero-section .image-row.mobile .services-hero-card-4 .bottom-left-module {
		width: 100%;
		height: auto;
	}
	
	.services-hero-section .image-row.mobile .et_pb_column {
		flex-direction: row;
		gap: 20px;
	}
	
	.services-hero-section {
		padding-block: 80px !important;
	}
	
	.services-hero-section .title-container h2 {
		line-height: var(--lh-h2) !important;
		text-align: center;
		padding-inline: 10%;
	}
	
	.about-values-section .cards-row .card {
		width: 200px;
	}
	
	.about-process-section .cards-row .about-process-card img {
		width: 56px;
		height: 56px;
	}
	
	.about-process-section .cards-row .about-process-card {
		gap: 12px;
	}
	
	.about-process-section .cards-row {
		padding: 30px 20px !important;
	}
	
	.about-process-section .et_pb_module:not(.et_pb_code) img {
		height: 170px;
		object-fit: cover;
		border-radius: 12px;
	}
	
	.about-hero-section .about-hero-card-module {
		position: relative;
		display: flex;
		justify-content: center;
		top: 0;
		bottom: 0;
	}
	
	.about-hero-section .image-column {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.about-hero-section .main-image-container {
		padding-left: 65px !important;
	}
	
	.about-hero-section .image-column .about-hero-arrow {
		max-width: 60px;
	}
	
	.about-hero-section {
		padding-block: 96px 64px !important;
	}
	
	.about-hero-section .hero-row .info-column,
	.about-hero-section .image-column {
		gap: 20px;
	}
	
	.about-hero-section .hero-row {
		gap: 30px;
	}
	
	.about-hero-section .about-hero-card {
		max-width: 357px;
		width: 100%;
	}
	
	.single-service-hero-section {
		padding-block: 96px 48px !important;
	}
	
	.single-service-card img.top-image {
		height: 240px;
	}
	
	.single-service-offer-section .title-row h2,
	.single-service-results-section .title-row .et_pb_column h2.small-h2 {
		font-size: 40px !important;
	}

	
	.single-service-testimonials-section,
	.single-service-results-section {
		padding-block: var(--space8);
	}
	
	.single-service-results-section .cards-row .et_pb_column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.content .single-service-card,
	.social-media .single-service-card {
		min-height: 380px;
	}
	
	.single-service-hero-section.content br {
		display: none !important;
	}
	
	.legal-page {
		padding-top: var(--space11) !important;
	}
	
	.contact-hero-section {
		padding-top: 124px !important;
	}
	.contact-hero-section .contact-row {
		padding: 30px !important;
	}
	
	.contact-hero-section .contact-row .info-column h2 {
		padding-right: 20% !important;
	}
	
	.form-column .cf7-row input,
	.form-column .cf7-row label {
		font-size: 16px !important;
	}
	
	.form-column .cf7-row p {
		padding-right: 16px !important;
	}
  /* end mobile only */
}

@media (max-width: 400px) {
	.services-hero-section .image-row .services-hero-card-3 .top-right-module p,
	.services-hero-card-4 .bottom-left-module p.text {
		font-size: 14px !important;
	}
}

@media (max-width: 376px) {
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 180px !important;
	}
	.home-hero-section .et_pb_row {
		padding-top: 36px !important;	
	}
	
	.global-footer-section .map-column .footer-location-info img {
		width: 40px;
		height: 40px;
		padding: 6px;
	}
	
	.global-footer-section .map-column .footer-location-info {
		gap: 10px;
	}
	
	.global-footer-section .map-column {
		padding: 10px;
	}
	
	.global-footer-section .rights-row .footer-rights-legals {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.global-footer-section {
		gap: var(--space4);
	}
	.global-footer-section .links-column {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.global-footer-section .map-column .footer-location-info p {
		font-size: 13px !important;
	}
	.global-footer-section .footer-row {
		gap: var(--space5);
	}
	.home-case-studies-arrows {
		margin-top: -10px;
	}
	.case-study-row .et_pb_accordion .et_pb_toggle {
		padding: 14px 16px !important;
	}
	.case-study-row .et_pb_accordion .et_pb_toggle .et_pb_toggle_content {
		padding-right: 0px !important;
		font-size: 15px !important;
	}
	
	.card-module .reign-card {
		height: 135px;
        width: 140px;
        padding: 5px;
	}
	
	.card-module .reign-card a.icon-button {
		font-size: 13px !important;	
	}
	
	.reign-card a.icon-button::after {
		width: 16px;
		height: 16px;
	}
	.home-reign-section .reign-card p {
		font-size: 13px !important;
	}
	.home-reign-section .reign-card p.card-number {
		font-size: 24px !important;
	}
	
	.home-reign-section .reign-extra-info img {
		width: 56% !important;
	}
	
	.services-hero-section .image-row .services-hero-card-1 .card-content p,
	.services-hero-section .image-row .services-hero-card-2 p {
		font-size: 16px !important;
	}
	
	.services-hero-section .image-row .services-hero-card-3 .top-right-module p,
	.services-hero-card-4 .bottom-left-module p.text {
		font-size: 18px !important;
        max-width: 100%;
	}
	
	.services-hero-section .image-row.mobile .services-hero-card-3 .top-right-module,
	.services-hero-section .image-row.mobile .services-hero-card-4 .bottom-left-module {
		align-items: center;
	}
	
	.services-hero-section .image-row.mobile .services-hero-card-3,
	.services-hero-section .image-row.mobile .services-hero-card-4 {
		width: 100%;
	}
	.services-hero-section .image-row.mobile .et_pb_column {
		flex-direction: column;
	}
	
	.about-hero-section .image-column .about-hero-arrow {
		max-width: 50px;
	}
	
	.about-hero-section .main-image-container {
		padding-left: 55px !important;
	}
	
	.content .single-service-card img.card-overlay {
		top: 3px;
	}
	
	.web-dev .single-service-card {
		min-height: 350px !important;
	}
	
	.contact-hero-section .contact-row .info-column h2 {
		padding-right: 0px !important;
	}
	
	.contact-hero-section .contact-row {
		padding: 25px !important;
	}
	
	.form-column .cf7-row input,
	.form-column .cf7-row label {
		font-size: 15px !important;
	}
}

@media (max-width: 320px) {
	.global-footer-section .logo-column {
		max-width: 383px;
	}
	.what-we-do-section .cards-row .home-service-card,
	.home-service-card .service-card-info, 
	.home-service-card .service-card-info .paragraph-small-space {
		gap: 12px;
	}
	
	.home-service-card .service-card-info .paragraph-small-space p {
		font-size: 15px !important;
	}
	
	.home-service-card br {
		display: none !important;
	}
	
	.home-reign-section .reign-extra-info,
	.home-reign-section .card-module {
		position: relative;
		width: 100%;
		justify-content: center;
		display: flex;
	}
	.home-reign-section .reign-extra-info img {
		width: 100% !important;
	}
	
	.card-module .reign-card {
		max-width: 246px;
		width: 246px;
		height: auto;
		gap: 60px;
		padding: 24px;
	}
	
	.home-reign-section .reign-card p {
		font-size: 16px !important;
	}
	.home-reign-section .reign-card p.card-number {
		font-size :48px !important;
	}
	
	.home-reign-section .image-column {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.home-reign-section .image-column .et_pb_image:nth-child(2) {
		display: none !important;
	}
	
	.services-hero-section .title-container h2 {
		padding: 0px !important;
	}
	
	.services-hero-section .image-row .services-hero-card-3 .top-right-module p,
	.services-hero-card-4 .bottom-left-module p.text {
		font-size: 16px !important;
	}
	
	.single-service-card img.top-image {
		height: 200px;
	}
	
	.single-service-card .card-content p {
		font-size: 15px !important;
	}
	
	.social-media .single-service-card .title-container {
		gap: 6px;
	}
	
	.social-media .single-service-card .title-container img {
		width: 36px;
		height: 36px;
	}
	
	.single-service-card .card-content,
	.social-media .single-service-card {
		padding-inline: 6px !important;
	}
	
	.web-dev .single-service-card {
		min-height: 320px !important;
	}
	
	.web-dev .single-service-card .card-overlay {
		top: 5px !important;
	}
}

@media (min-width: 981px) and (max-width: 1279px) {
  /* end 1024 only */
	.global-footer-section .links-column .footer-links p {
		font-size: 15px !important;
	}
	.global-footer-section .links-column {
		gap: 20px;
	}
	.global-footer-section .footer-row {
		gap: 30px;
	}
	.global-footer-section .logo-column {
		width: 220px !important;
		gap: 30px;
	}
	
	a.hero-button {
		font-size: 15px !important;
        height: 62px;
        padding: 24px 5.5px;
	}
	
	.home-hero-section .title-column {
		max-width: 400px;
	}
		
	.services-offered-section .services-offered-row .info-column {
		max-width: 514px;
		width: 100% !important;
		flex-shrink: 1;
	}
	
	.services-offered-section .services-offered-row {
		gap: 30px;
	}
	
	.service-offered-card .card-content {
		gap: 16px;
	}
	
	.services-offered-section .services-offered-row .service-offered-card {
		gap: 25px;
	}
	
	.services-hero-section .image-row .services-hero-card-3 {
		right: -15px;
	}
	
	.services-hero-section .image-row .services-hero-card-4 {
		left: -15px;
	}
	
	.about-hero-section .hero-row {
		gap: 20px;
	}
	.about-hero-section .hero-row .info-column {
		max-width: 440px;
	}
	.about-hero-section .main-image-container {
		padding-left: 110px !important;
	}
	
	.single-service-offer-section .cards-row .et_pb_column .et_pb_module,
	.single-service-offer-section .cards-row .et_pb_module .et_pb_code_inner {
		display: flex;
		flex-grow: 1;
	}

	.single-service-card {
		align-self: stretch;
	}
	
	.contact-hero-section .contact-row .divider-column {
		margin: 0px !important;
	}
	
	.contact-hero-section .contact-title-container .title-container h2 {
		font-size: 50px !important;
	}
	.contact-hero-section .contact-title-container .title-container p {
		font-size: 16px !important;
	}
	
	.form-column .cf7-row p {
		max-width: 350px !important;
	}
	
/* 	.social-media .single-service-card img.card-overlay {
		height: unset;
	}  */
}
@media (min-width: 1280px) and (max-width: 1439px) {
  /* end 1280 only */
}
@media (min-width: 1440px) and (max-width: 1649px) {
  /* end 1440 only */
}
