@import url("https://use.typekit.net/bai1tzz.css");

html {font-size: 10px;}
:root { 
    --primary: #fdfbf4; 
    --nav-color: #363D4F;
    --secondary: #111e3a; 
    --fprimary: #0E1C49; 
    --textcolor: #545A68;
    --bg-color: #FEFDF9;
    --white: #fff; 
    --title-font: 'Merriweather',sans-serif; 
    --primary-font: 'Inter', sans-serif;
    --textfont: 'Inter', sans-serif;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: none; }
h1, h2, h3, h4, h5, h6, p{ margin-bottom: 15px; }
h1, h2, h3, h4, h5, h6 {margin-top: 0; line-height: 1.4; font-weight: 300; font-family: var(--title-font); }
h2 {
	color: var(--fprimary);
	font-family: var(--title-font);
	font-size: 50px;
	font-style: normal;
	line-height: 60px;
}
img{ max-width: 100%; height: auto; vertical-align: middle; }
textarea { height: 200px; padding: 10px 10px; }
body{ font-family: var(--primary-font); font-size: 16px; line-height: 3.2rem; font-weight: 400; color: var(--secondary);margin:0; }
.float-left{ float: left; } 
.float-right{ float: right } 
.clearfix:after{ content: " "; display: block; clear: both; } 
.fixed-top{ position: fixed; top: 0; left: 0; z-index: 999; } 

/* Typography */ 
table tr:first-child td {
	font-weight: 700;
	background-color: var(--fprimary);
	color: #fff;
	text-align: left;
}
table th, table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}
.single table th, .single table td {
	vertical-align: text-top;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	line-height: 1.4;
}
.single table {
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
/* Grid System CSS */ 
.container{ max-width: 1488px; margin: auto; padding: 0 10px; } 
.container-fluid{ max-width: 100%; } 
.header .container {
	background: #fff;
	padding:25px 45px;
	margin: 20px auto 0;
	border-radius: 94px;
    position: relative;
    width: calc(100% - 90px);
}
.header .container::after {
	content: "";
	border-radius: 999px;
	border: 1px solid #E9EBF1;
	width: calc(100% - 20px);
	position: absolute;
	left: 10px;
	height: calc(100% - 20px);
	top: 9px;
	pointer-events: none;
}

.col-1{ width: 8.33% } 
.col-2{ width: 16.67% } 
.col-3{ width: 25% } 
.col-4{ width: 33.33% } 
.col-5{ width: 41.67% } 
.col-6{ width: 50% } 
.col-7{ width: 58.33% } 
.col-8{ width: 66.67% } 
.col-9{ width: 75% } 
.col-10{ width: 83.33% } 
.col-11{ width: 91.67% } 
.col-12{ width: 100% } 

.scy-icon svg{width: 60px;}

/* btn */
.btn { border-radius: 0px; color: #fff; font-weight: 500; text-align: center; background: var(--primary); padding: 12px 40px; display: inline-block; text-decoration: none; }
.btn.hd-button { order: 2; margin-left: 35px; padding-left: 70px !important; background-image: url(../img/mexico-l-flag.png); background-repeat: no-repeat; background-size: 35px; background-position: 6px center; }
input:focus, a.btn { outline: none; }

/* Form Fields */ 
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } 
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } 
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } 
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } 
fieldset { border: 1px solid #bbb; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } 
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } 
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } 
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } 
input[type="text"], input[type="email"], input[type="tel"], textarea, select { width: 100%; height: 55px; padding: 0 10px; border-radius: 5px; border: 0; box-shadow: none; border: 1px solid #ddd; } 
.wpcf7-form-control-wrap select { -webkit-appearance: none; -moz-appearance:    none; appearance:         none; }
.btn-tel{ font-weight: 500; color: #2D429F; margin-right: 50px; } 
.btn, #gform_submit_button_1 { border-radius: 10px; color: #fff; font-weight: 500; text-align: center; background: var(--primary); padding: 15px 40px; display: inline-block; text-decoration: none; } 
.btn:hover, #gform_submit_button_1:hover{ 
 background: linear-gradient(180deg, rgba(14,28,73,1) 0%, rgba(34,59,143,1) 100%);
 border-color: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
}  
a { color: #f55f42; }
a:hover{ color: var(--secondary); text-decoration: none; }

/* Bread Crumb */
div#crumbs a, div#crumbs { color: #fff; margin-bottom: 25px; }


/* header start */


/* Header */
.phoneBox { position: relative; order: 1; } 
.phoneBox p { font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: 0; text-align: left; color: #000; margin-bottom: 0; font-family: var(--primary-font); margin: 0; }
.phoneBox p span { display: block; font-size: 24px; font-weight: 700; line-height: 35px; letter-spacing: 0; text-align: left; color: #c80b00; font-family: var(--primary-font); } 
.phoneBox p span a { color: #114038; text-decoration: none; font-size: 30px; }

@media (min-width: 1271px){
    .header {display: flex ; flex-direction: column; justify-content: center; z-index: 9998 !important; }
    .header .container-fluid { max-width: 1800px; width: 100%; padding-right: 25px; padding-left: 25px; margin-right: auto; margin-left: auto; }
    .navbar-headBox { display: flex ; justify-content: space-between; align-items: center; }
    .logoLeft { display: flex ; align-items: center; } 
    #menu {margin: 0 auto;}
    
    ul.menu li { display: inline-block; font-weight: 500; position: relative; padding: 10px 0; margin: 0px 15px; } 
    .menu-item-has-children { padding-right: 20px !important; }
    ul.menu > li.menu-item-has-children > a { position: relative; }
    ul.menu li a { display: block; text-decoration: none; transition: color .3s ease-out; font-family: var(--primary-font); font-size: 16px; outline: none !important; color: var(--nav-color);}
    ul.menu > li.menu-item-has-children > a::after { top: 43%; left: 112%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #F55F42; border-width: 6px; margin-left: -6px; }
    ul.menu .sub-menu {min-height: 300px; list-style: none; box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2); position: absolute; left: 0; top: 200%; width: 920px; padding: 20px 0; z-index: 100; background: #fff; visibility: hidden; opacity: 0; border-radius: 10px;}
    ul.menu li:hover > .sub-menu,ul.menu .sub-menu.active { left: -291%; opacity: 1; visibility: visible; z-index: 9; top: 52px; }
    ul.menu li > .sub-menu li:hover > .sub-menu { left: 100%; top: 0; max-height: 77vh; overflow-y: auto; }
    ul.menu .sub-menu > li:hover >a { 
        color: #fff !important;
        background: #114038 url(../icons/legal-system.svg);
    	background-repeat: no-repeat;
    	background-size: 23px;
    	background-position: 18px center; 
    }
    .sub-menu li { position: relative; float: none; width: 100%; border-bottom: 0; padding: 0px !important; margin: 0; }
    
    ul.menu .sub-menu li a {
    	text-transform: capitalize;
    	z-index: 100;
    	padding: 11px 10px 11px 35px;
    	font-size: 16px;
    	color: #000 !important;
    	font-weight: 400;
    	line-height: 24px;
    	position: relative;
    	display: block;
    	letter-spacing: 0;
    	text-align: left;
    	background: url(../icons/legal-system.svg);
    	background-repeat: no-repeat;
    	background-size: 27px;
    	background-position: 0px center;
    }
    ul.menu .sub-menu li.icon-lfwd a{background: url(../icons/law-firm-web-design.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-seo a{background: url(../icons/seo-for-law-firms.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-ads a{background: url(../icons/google-local-ads.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-pa a{background: url(../icons/paid-advertising-ppc.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-smm a{background: url(../icons/social-media-marketing.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-vm a{background: url(../icons/video-marketing.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-lcc a{background: url(../icons/legal-content-creation.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-rm a{background: url(../icons/reputation-management.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-co a{background: url(../icons/conversion-optimization-cro.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-bc a{background: url(../icons/branding-copywriting.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-aic a{background: url(../icons/ai-consulting.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-ca a{background: url(../icons/chatbots-automation.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-crm a{background: url(../icons/crm-intake-systems.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-rgp a{background: url(../icons/review-generation-programs.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    ul.menu .sub-menu li.icon-ar a{background: url(../icons/analytics-reporting.svg); background-repeat: no-repeat; background-size: 27px; background-position: 0 center;}
    
    ul.menu .sub-menu li a:hover{color: #F55F42!important;}
    
    ul.menu > li.menu-item-has-children li.menu-item-has-children > a::after { top: 38%; left: auto; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: #F55F42; border-width: 6px; margin-left: 0; right: 10px; transform: rotate(270deg); } 
    ul.menu > li.menu-item-has-children li.menu-item-has-children { position: relative; }
    .menu{margin: 0;}
    
    
    .item-col {
    	flex: 0 0 calc(33.33% - 21px);
    	max-width: calc(33.33% - 21px);
    	height: 100%;
    	border-right: 1px solid #ddd;
    	padding: 0 10px;
    }
    .sub-menu  .item-col:last-child{border-right: 0;}
    .sub-menu .row {
    	align-items: flex-start;
        height: 67vh;
        max-height: 300px;
    }
    .sub-menu ul{padding-left: 0;}
    .sub-menu li {margin: 0;}
    .cat-title {
    	padding: 2px 0;
    	font-weight: normal;
    	font-size: 20px;
    	margin-bottom: 10px;
    	background: rgba(186, 217, 249, 0.3);
    	border-radius: 10px;
    	text-align: center;
    	color: #0e1c49;
    	font-family: var(--title-font);
    }    
}
/* header end */

/* footer start */
/* Footer */
.footer { background: var(--fprimary); } 
.footer a { color: #fff; }
.footer ul li { list-style-type: none; padding-left: 27px; font-size: 17px; line-height: 28px; padding-bottom: 5px; position: relative; font-weight: 300; }
.big-footer { padding: 50px 0; color: #fff; }
.big-footer .container { display: flex ; flex-wrap: wrap; justify-content: space-between; } 
.footer h3 { font-size: 22px; font-family: Montserrat; text-transform: uppercase; font-weight: 700; color: var(--primary); position: relative; letter-spacing: 1px; margin-bottom: 50px; } 
.footer-nav h3, .footer-nav .h3 {
	color: #536F9D;
	font-size: 28px;
	letter-spacing: -0.56px;
	max-width: 300px;
	line-height: 1.3;
}
.footer-nav-1 a {
	color: #536F9D;
	font-weight: 600;
}
.footer-bottom .container {
	display: flex;
	justify-content: space-between;
	padding: 0px 10px 40px;
	border-bottom: 1px solid #536F9D;
	margin: 0 auto;
    align-items: center;
}
.ft-btm-right {
	max-width: 50%;
	color: #536F9D;
	text-align: right;
    padding-left: 50px;
}
.ft-btm-right p{color: #536F9D;}
.small-wrap p, p {font-size: 18px; font-weight: 500; line-height: 30px; color: var(--textcolor); font-family: var(--textfont); } 
.big-footer p { color: #fff; } 
.big-footer img { filter: brightness(0) invert(1); } 
.social-links { display: flex ; justify-content: center; align-items: center; } 
.footer-nav ul { margin: 25px 0 0 0; padding: 0; } 
.footer-nav ul li { margin-bottom: 10px; list-style-type: none; line-height: 1.4; padding: 0; } 

.social-links svg { width: 25px; fill: #fff; height: 25px; transition: 0.3s ease all; }
.footer h3::after { content: ""; position: absolute; width: 100px; height: 2px; background: #fff; left: 50%; bottom: -5px; transform: translate(-50%); }
.footer a.gd-btn { color: var(--primary); font-size: 18px; margin: 15px 0 0; display: inline-block; padding-bottom: 10px; border-bottom: 1px solid var(--primary); }
footer.footer a { text-decoration: none; }
.footer .phone-btn { font-size: 35px; font-weight: 700; margin-top: 20px; display: block; }
.ft-nav li::after,.big-footer li:after{content: none;} 
.copyright { padding: 25px 0; text-align: center; color: #fff;} 
.copyright p {
	margin: 0;
	color: #536F9D;
	font-weight: normal;
	flex: 0 0 30%;
	max-width: 30%;
    text-align: left;
} 
.copyright .container {display: flex;flex-wrap: wrap;} 
.copyright .ft-nav { display: flex; flex-wrap: wrap; margin-left: auto; margin-right: -10px; } 
.copyright ul { list-style-type: none; margin: 0 auto; padding: 0;} 
.copyright ul li {
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	line-height: 24px;
	color: #fff;
	min-width: 24px;
	margin: 0 2px;
}
.copyright ul li a {
	font-weight: normal;
	display: block;
	min-width: 23px;
	min-height: 23px;
}
.copyright a, .copyright, .copyright li { color: #fff; font-size: 16px; text-transform: none; }
.ft-logo {
	flex: 0 0 30%;
	text-align: left;
	max-width: 30%;
}
.ft-logo img{filter: brightness(0) invert(1);}
.footer-nav-title {
	font-weight: normal;
	font-family: var(--title-font);
	font-size: 22px;
}

/* Footer */

.ct-form {
	max-width: 800px;
	margin: 120px auto 0;
}
.ct-form .gform_heading {
	display: none;
}
#gform_submit_button_1 {
	width: 190px;
	height: 50px;
	border-radius: 37px;
	font-size: 18px;
	margin: 0 auto;
	cursor: pointer;
	border: none;
}

.ginput_container select option {
  background-color: var(--fprimary);
  color: var(--white);
  padding: 8px;
}
.ginput_container select option:hover {
  background-color: var(--white);
  color: var(--fprimary);
}
.ginput_container textarea {
  min-height: 120px;
  width: 100%;
  resize: vertical; 
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
}
.ginput_container textarea:focus{outline: none;}
#gform_submit_button_1 input[type="text"]:focus,
#gform_submit_button_1 input[type="email"]:focus,
#gform_submit_button_1 input[type="tel"]:focus,
#gform_submit_button_1 textarea:focus,
#gform_submit_button_1 select:focus {
	outline: none;
	border-color: var(--fprimary);
	box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.2);
}
#gform_submit_button_1 label, #gform_submit_button_1::placeholder{
	font-family: var(--textfont);
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)  {padding-right: 0 !important;}
.gform_wrapper.gravity-theme .gfield_label{font-size: 18px;}
/* banner start */
.btn, #gform_submit_button_1,.gform-theme-button{ border-radius: 3rem; background-color: var(--fprimary); color: #fff; text-align: center; padding: .75rem 3.5rem .75rem 3.5rem; position: relative; }
.gform-theme-button{border: 0;}
body.home {
    background: #FDFBF4 url(../img/banner-hbg.webp);
    background-size: 100% 812px;
    background-position: center 0;
    background-repeat: no-repeat;
    margin: 0;
}
.home-hero {height: 680px;}
.home-hero h1 {
	margin-top: 0px;
	color: #060B13;
	text-align: center;
	font-family: var(--title-font);
	font-size: 72px;
	font-style: normal;
	line-height: 86.5px;
	margin-bottom: 0;
}
.hero-bg {
	text-align: center;
	max-width: 745px;
	margin: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 130px;
}
.hero-bg .h6 {
	color: #32353F;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.18px;
    padding: 0 55px;
}

/*Page Banner */

.scylla-banner {
	background: rgba(35, 136, 255, 0.19) url(../img/banner-bg.webp);
	background-size: 1920px 702px;
	background-position: center 0;
	background-repeat: no-repeat;
	padding: 90px 0 200px;
	text-align: center;
    max-height: 300px;
}
.scylla-banner .container {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.scylla-banner h1 {
	line-height: normal;
	font-family: var(--title-font);
	font-size: 65px;
	margin: 10px 0 15px;
	max-width: 1140px;
}
.scylla-banner p {margin-top: 0;}
body:not(.home) .scylla-banner{padding-top: 200px;}
body:not(.home) .header {
	position: absolute;
	width: 100%;
    top: 0;
}

.rank-math-breadcrumb span.label {
	font-size: 0;
	background: url(../icons/icon-home.svg);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 20px;
	background-size: 20px;
	background-position: 0px 0;
}
.rank-math-breadcrumb a,.rank-math-breadcrumb .separator {
	color: rgba(50, 53, 63, 0.64);
	text-decoration: none;
}

.rank-math-breadcrumb a.last{color: #0E1C49;}

/* banner end */

.logo-carousel img{filter: grayscale(100%) contrast(0%); }
.logo-carousel .owl-item {min-height: 100px; display: flex; align-items: center; justify-content: center;}
.hero-sector h2 {
	color: var(--fprimary);
	font-size: 48px;
	font-style: normal;
	line-height: 60px;
}

.hero_btn {
	border-radius: 8px;
	border: 1.5px solid #6490F7;
	padding: 45px 28px 44px 43px;
}

.hero-sector_btn {
	display: flex;
	flex-wrap: wrap;
    gap: 50px;
}
.hero_btn {
	border-radius: 8px;
	border: 1.5px solid #6490F7;
	padding: 45px 28px 44px 43px;
	flex: 0 0 calc(50% - 100px);
}

.hero_btn h4 {
	color: var(--fprimary);
	margin: 0;
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
	text-decoration: none;
}
.hero_btn a {text-decoration: none;}

.hero-bg .btn-group{position: relative; margin-top: 25px;}
.btn.hero-btn{padding: 0 45px; height: 64px; border-radius: 50px; display: flex; align-items: center; padding-left: 70px;}

.btn-circle{
	background-color: transparent;
	color: #fff;
	text-align: center;
	padding: 0;
	position: relative;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 25px;
}

.hero-sector_right .btn-circle,.box .btn-circle{margin-left: auto;}


.hero-btn::after{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 1);
	border-radius: 100%;
	left: 45px;
}
.hero-btn::before {
	position: absolute;
	content: "";
	background-color: #6583a7;
	border-radius: 100%;
	left: 41px;
	transition: 0.3s ease all;
	border: 8px solid #6583a7;
    opacity: 0;
}
.hero-btn:hover::before {opacity: 1;}
.s-section.section_two.box-x1 {
    padding: 45px 0 0;
}
.hero_btn .btn-flat, .services_section-item-right a{
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -0.18px;
	text-decoration-line: underline;
	color: #0E1C49;
}

.hero_btn:hover .btn-flat{
	color: #6490F7;
}
.hero_btn:hover .scy-icon svg path{
	fill: #6490F7;
	stroke: #6490F7;
}
.hero_btn:hover{
	background-color: #e9f0ff;
}
.services_section-top .btn {
    margin: 20px 0 5px;
}
.services-btn-group{ margin-top: 70px;}
.services-btn-group .btn{width: fit-content;  margin: 0 auto;}


.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	align-items: center;
}
.row {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
}

.hero-sector {padding: 70px 0;}
.hero-sector a.btn {margin-top: 30px;}
.hero-sector .hero_btn:nth-child(1) {margin-bottom: 150px;}
.hero-sector .hero_btn:nth-child(2) {margin-top: 150px;}
.hero-sector_left {max-width: 480px;}
.hero-sector .row {align-items: flex-start;}


.services_section {
    padding: 70px 0 90px;
	background: #6490F7;
	background: linear-gradient(0deg, rgba(100, 144, 247, 0.34) 0%, rgba(255, 255, 255, 0) 50%, rgba(100, 144, 247, 0.34) 100%);
    text-align: center;
}

.services-items {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.services_section-item {
	border-radius: 8px;
	border: 1.5px solid #6490F7;
	background: #FFF;
	min-height: 300px;
	overflow: hidden;
}
.services_section-item h3 {
	color: #0E1C49;
	font-family: var(--title-font);
	font-size: 32px;
	font-style: normal;
	line-height: 1.2;
	margin: 35px 0 5px;
    min-height: 76px;
}

.services_text p{margin-top: 5px;}
.services_section-item .box {
	padding: 25px;
	text-align: left;
	min-height: 423px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: 0.3s ease all;
}
.services_section-item .box .btn-circle {
	position: absolute;
	right: 17px;
	bottom: 26px;
}
.services_section-top {
	max-width: 700px;
	margin: 0 auto 40px;
}
.title_top {
	text-align: left;
	max-width: 900px;
	margin: 50px auto;
}
.title_top h2{font-size: 40px; color: #0E1C49; text-align: center;}

.title_top h3 {
	color: #0E1C49;
	text-align: center;
	font-family: var(--title-font);
	font-size: 47px;
	font-style: normal;
	line-height: 60px;
}
.section_five {padding: 30px 0 60px;}
.section_five-list {
	border-radius: 18px;
	border: 1.5px solid #E7EEFF;
	background: #F7F9FF;
	padding: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 20px;
	min-height: 280px;
}

.driving-measurable {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1170px;
	margin: 0 auto;
}
.section_five-list h4{
	font-size: 32px;
	line-height: 1.2;
	color: #0E1C49;
	margin-bottom: 0;
}
.section_five-list p{
	margin-top: 0;
	text-align: center;
}
.st_f-top svg path{
	stroke: rgba(100, 144, 247, 1);
}

.sec-testimonial {
    padding: 90px 0;
    background: var(--bg-color);
}
.tm-card h3{
	font-weight: 400;
	font-size: 22px;
	line-height: 1.2;
	color: #0E1C49;
	margin: 20px 0 10px;
}

.tm-card{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.18px;
	color: #32353F;
	background-color: rgba(255, 255, 255, 1);
	padding: 30px;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 3px 11px 0 rgba(100, 100, 111, 0.06);
    margin: 20px 10px;
}

.tm-credits h3{
	font-size: 18px;
	line-height: 1.4;
	color: #0E1C49;
	margin: 0;
}

.tm-nav-wrap a {
    background: rgba(19, 36, 91, 1);
    width: 54px;
    height: 54px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	border-radius: 100px;
}
.tm-nav-wrap a span.scy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tm-nav-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tm-stars svg {
    width: 100px;
    height: 18px;
}
.tm-credits {
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-top: 1px solid rgba(100, 144, 247, 0.3);
	padding-top: 30px;
}
.tm-card p {
    margin: 0 0 40px;
}
.tm-content {
	margin: 15px -20px;
}



/* Global Styles */
.section-vertical-padding{
	padding: 90px 0;
}

.text-white{
	color: white;
}
.text-center{
	text-align: center;
}
.btn.btn-with-dot{
	padding: 14px 40px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.btn.btn-with-dot:hover{
	background-color: #f55f42;
	border-color: #f55f42;
}
.btn.btn-with-dot .circle-a{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: white;
}
.flex-box-centered{
	display: flex;
	flex-direction: column;
	gap: 25px;
    justify-content: center;
    align-items: center;
}

/* Projects Section */
.our-projects--section{
	background: linear-gradient(0deg, #D4DFF8, #F6F7F9, #E3EAF9);
}
.our-projects--projects{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 60px 0 30px;
}
.project-box--image{
	border-radius: 12px;
}
.project-box--title{
	color: #0E1C49;
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
.project-box a{text-decoration: none;}
.project-box a:hover{text-decoration: underline;}

/* Faq Section */
.faqs-wrapper{
	display: flex;
	justify-content: space-between;
	gap: 70px;
	margin-top: 70px;
}
.faq-container {
  flex: 2;
}

.faq-item {
  border-bottom: 1px solid #E5E4E0;
  padding: 28px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #0E1C49; 
  gap: 40px;
}
.faq-question--text{
	max-width: 700px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
}

.faq-item .faq-icon-minus {
  display: none;
}
.faq-icon-plus,
.faq-icon-minus{
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	line-height: 18px;
}
.faq-item.active .faq-icon-plus {
  display: none;
}
.faq-item.active .faq-icon-minus {
  display: block;
}
.cta-section--gradient{
	flex: 1;
	background-image: url('/wp-content/uploads/2025/09/gradient-blue-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
	padding: 50px 70px;
	color: white;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 30px;
}
.cta-section--gradient h2{
	color: white;
    max-width: 320px;
}
.cta-section--gradient .btn-with-dot{
	background-color: #3E5AB5;
    border-color: #3E5AB5;
}


/* Cta Section */
.cta--section{
	background: linear-gradient(180deg, transparent, #DBE4F9);
}
.cta--section--inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	text-align: center;
}
.cta--section .cta-title{
	color: #060B13;
	font-size: 65px;
	line-height: 1.3em;
	max-width: 830px;
	margin: 0 auto;
	text-transform: capitalize;
}
.cta--section .cta-description{
	color: #32353F;
	font-size: 20px;
	max-width: 630px;
	margin: 0 auto;
}

.section-gap {padding: 70px 0; background: var(--bg-color);}
.inner-data.figure-box {text-align: right;}


.services_section-item .box:hover{background: var(--fprimary);}
.services_section-item .box:hover path {stroke: #fff;}
.services_section-item .box:hover h3,.services_section-item .box:hover p{color: #fff;}

.content-card p:first-child{color: #13245B;}
.flip-section .container {max-width: 1240px;}
.content-card h2 {
	color: var(--title-font);
	font-size: 48px;
	font-style: normal;
	line-height: 60px;
	letter-spacing: -1.4px;
	margin: -5px -2px 25px;
}
.content-card p,.content-card ul li{color: #0f383de5;}
.content-card ul{padding-left: 0; margin: 25px 0 45px;}
.content-card ul li, .aac ul li {
	list-style: none;
	padding-left: 50px;
	position: relative;
	max-width: 450px;
	margin: 0 0 25px;
    line-height: 25px;
}
.aac ul li{max-width: 600px;}
.aac ul{padding-left: 0;}

.content-card ul li::after, .aac ul li::after {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	background: #13245B url(../icons/icon-ai.svg);
	left: 0;
	top: 6px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.content-card ul li:nth-child(2):after {
	background: #13245B url(../icons/icon-crop.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.content-card ul li:nth-child(3):after {
	background: #13245B url(../icons/icon-wealth.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.btn.btn-border {
	border: 2px solid var(--fprimary);
	background: transparent;
	color: var(--fprimary);
	line-height: normal;
	padding: 9px 25px 12px;
}
.top-title {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 30px;
}

.step-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.step-card ul li strong {
	font-size: 25px;
	font-weight: 500;
}
.step-card {padding-right: 50px;}
.step-card ul li{padding-left: 50px; position: relative; margin-bottom: 40px;}
.step-card ul li:after{
    content: "-";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px;
	font-weight: 500;
}
.step-card ul li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 70%;
	background: #ddd;
	left: 5px;
	top: 47px;
}
.step-card ul li:first-child:after{content: "1";}
.step-card ul li:nth-child(2):after{content: "2";}
.step-card ul li:nth-child(3):after{content: "3";}

.box .scy-icon svg{
	width: 60px;
	height: 60px;
}
.box .services_text {
	min-height: 177px;
	min-height: 265px;
}
.sec-testimonial{overflow-x: hidden;}
.sec-testimonial .owl-carousel .owl-stage-outer {overflow: visible;}
.tm-cards::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 103%;
	background: #fefdf9;
	left: -100%;
	top: 0;
}
.orm-section .container {max-width: 768px;}
.ov-section .container {max-width: 1280px;}
.ov-section {background: #fff;}
.ov-section .services_section-item .box {min-height: 200px;}
.ov-section .services_section-item {min-height: 228px;}
.ov-section .services_text p {margin: 0; line-height: 26px;}
.ov-section .services_section-item {
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	background: #eeece5;
}
.ov-section .services_text h3 {
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 24px;
	line-height: normal;
	padding: 0 0 10px;
	display: block;
    min-height: 0;
    margin: 0;
}
.ov-section .services_section-top {
	max-width: 100%;
	margin: 0 auto 40px;
	text-align: left;
}
.ov-section h2,.orm-section h2 {
	font-size: 65px;
	font-weight: 700;
}
.ov-section h2 strong, .orm-section h2 strong{color: #6583a7;}

.who-we-are-sliders { max-width: 2000px; margin: 0 auto; padding: 15px 0 ;}
.wwa-slider-one .item, .wwa-slider-two .item{box-sizing: border-box; height: 300px; overflow: hidden; position: relative;}
.wwa-slider-one .item img, .wwa-slider-two .item img{position: absolute; border-radius: 4px; height: 100%; width: auto; object-fit: cover; display: block; width: 100%;}
.wwa-slider-two{margin-top: 16px;}

.tech-expertise, .sec-our-partners{padding: 80px 0; background-color: var(--fprimary);}
.tech-expertise .container{max-width: 1280px;}
.tech-expertise{border-bottom: 1px solid #6583a7;}
.tech-expertise h2, .sec-our-partners h2{
	line-height: normal;
	font-weight: normal;
	font-family: var(--title-font);
	color: var(--white);
	font-size: 65px;
	text-align: center;
}
.ex-card-designations h4{
	font-size: 32px;
	font-weight: 400;
	color: var(--white);
	line-height: 1.2;
	margin: 0;
}
.ex-card-designations h5, .ex-card-info h5{
	font-size: 25px;
	font-weight: 400;
	color: #d7cece;
	line-height: 1.2;
	margin: 0;
	margin-top: 15px;
}
.ex-card-info p{
	font-size: 18px;
	font-weight: 400;
	color: #d9c9c9;
	line-height: 28px;
	margin: 0;
	margin-top: 15px;
}
.ex-card-info h5{color: #efefef; line-height: 1.4;}
.ex-card-designations svg{width: 32px; height: 32px; margin-top: 20px;}
.ex-card-designations svg path {
	fill: var(--white);
}
.ex-card-designations svg:hover path{fill: #c7c1c1ff;}

.expertise-cards-content {
    flex: 1;
}
.ex-card-figure {
    position: relative;
    width: 350px;
    padding-bottom: 0;
    border-radius: 10px 0 10px 0;
    overflow: hidden;
	min-height: 320px;
}
.ex-card-figure img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
	max-height: 320px;
    overflow: hidden;
}

.expertise-cards {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	margin-top: 80px;
	gap: 25px;
}

.ex-card {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	flex-direction: column;
	flex: 1;
}
.sec-our-partners h2{font-size: 35px;}
.op-items{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 60px;
}
.op-item{
	height: 110px;
    border: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    /* background: RGBA(131, 169, 232, .3); */
    background: var(--white);
    justify-content: center;
}
.op-item img {
    max-height: 145px;
	max-width: 250px;
    min-width: 75px;
    width: auto;
    padding: 5px;
}

.gform_wrapper.gravity-theme .gfield_label{
	font-family: var(--title-font);
}
.gform_required_legend{display: none !important;}
.why-choose-us{padding: 50px 0;}
.why-choose-us img {
    float: right;
    padding-left: 30px;
}
.why-choose-us h3 {
    color: #0E1C49;
    font-family: var(--title-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.contact-form-wrapper .title_top h2 {
    font-size: 40px; 
	color: #0E1C49; 
	text-align: center;
	line-height: normal;
}
.contact-form-wrapper .title_top {
    margin: 0 auto 30px;
}




/* Form wrapper */
.gform_body {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* Inputs, selects, textareas */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  transition: all 0.25s ease;
  background-color: #fff;
}

/* Focus effect */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: var(--fprimary);
  box-shadow: 0 0 6px rgba(0, 115, 230, 0.3);
  outline: none;
}

/* Textarea */
textarea {
  min-height: 250px;
  resize: vertical;
}

/* Labels */
.gfield_label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

/* Checkboxes */
.gfield_checkbox label {
  font-size: 14px;
  margin-left: 6px;
}

/* Select dropdown */
/* select {
  background-color: var(--fprimary);
  color: var(--white);
} */
.gform_wrapper.gravity-theme .gfield_description:not(.validation_message){padding-top: 0 !important; margin-top: 0 !important;}
#input_1_11 {
    display: grid;
    grid-template-columns: repeat( 2, 1fr );
    column-gap: 30px;
}
/* Options */
select option {
  background-color: var(--fprimary);
  color: var(--white);
}

/* Submit button */
.gform_button,
button[type="submit"],
input[type="submit"] {
  background: var(--fprimary);
  color: var(--white);
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.gform_button:hover {
  background: #003366; /* darker shade */
}

.contact-inner {
    display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
    align-items: flex-start;
}

.contact-inner-right {
    width: 100%;
	padding: 0 40px 40px 0;
	margin-top: -16px;
}

.bg-blue.contact-inner-left {
    max-width: 550px;
}
.contact-inner .title_top h4 {
    font-size: 32px;
	color: var(--white);
}
.contact-form-wrap .title_top {
    margin: 0 auto 50px;
}

.contact-inner .grid-three {
    font-size: 16px;
    line-height: 1.3;
	display: flex;
    flex-direction: column;
}

.contact-inner .why-section-o h3 {
    margin: 10px 0;
}
.why-section-o h3, .why-section-o h5 {
    color: #0E1C49;
    font-family: var(--title-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.why-section-o h5{
	font-size: 28px;
	color: rgba(100, 144, 247, 1);;
}
.why-section-o {
    padding: 24px 20px 20px;
    border: 1.5px solid #E7EEFF;
    background: #F7F9FF;
}
.why-section-o:first-child{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.why-section-o:last-of-type{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.content-card.why-choose h2{font-family: var(--title-font); font-weight: 500; margin-bottom: 0;}
.why-section-o p {
    color: var(--textcolor);
}
.why-choose-banner img{border-radius: 10px;}
/* .why-section-o.middle{background-color:rgb(192 211 255 / 10%) ;} */

.contact-form-wrapper {
	background: linear-gradient(0deg, rgba(100, 144, 247, 0.34) 0%, rgba(255, 255, 255, 0) 50%, rgba(100, 144, 247, 0.34) 100%);
	padding-bottom: 15px;
}
.scylla-banner h5{
	font-size: 20px;
	font-weight: normal;
}
.lfwd-btn{display: block; margin-top: 30px; width: fit-content;}
.scy-numbering{
	color: #0E1C49;
	font-family: var(--title-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}
.services_section-item:hover .scy-numbering{color: var(--white);}
.sec-our-partners h2.lfwd-op-title{font-size: 50px;}
.sec-our-partners.lfwd-partners { padding: 70px 0;}

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

.raw-reverse .inner-data.figure-box { text-align: left;}
.lfwd.section_five {padding: 70px 0;}
.lfwd.section_five .title_top {margin: 0 auto 50px;}
.lfwd.driving-measurable{ max-width: 100%;}
.st-numbering { font-size: 30px; color: rgba(100, 144, 247, 1);}
.step-card ul li:nth-child(4):after {
    content: "4";
}
.step-card ul li:nth-child(5):after {
    content: "5";
}
.step-card ul li:nth-child(6):after {
    content: "6";
}

.lfwd-steps .row .col-6{width: 100%;}
.lfwd-steps .step-card .btn-wrap{margin: 0 auto; text-align: center;}
.step-card ul li span {
    font-weight: 500;
}
.lfwd-steps .step-card {padding-right: 0;}
.section-gap.section-white-bg{background: var(--white);}
.rms .content-card ul li{max-width: 100%;}
.rms .content-card ul li::after, .dev-solution .content-card ul li::after, .aac ul li::after {
  background: #13245B url(../icons/list-arrow-white.svg) no-repeat center center;
  background-size: 32px 32px;
}

.ds-section .hero-sector_left {
	max-width: 100%;
	padding-right: 45px;
}
.ds-section .hero_btn {padding: 20px; flex: 0 0 calc(50% - 47px);}
.ds-section .hero-sector_btn {gap: 10px;}
.aac h4 {
	font-family: var(--title-font);
    font-size: 32px;
    line-height: 1.2;
    color: #0E1C49;
    font-weight: 400;
    margin-bottom: 0;
}
.ai-items {
    display: grid;
    grid-template-columns: repeat( 2, 1fr );
    gap: 20px;
}
.ex-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.expertise-cards-content {
    flex: 1;
    border: 1px solid #cfc6c66b;
    border-radius: 10px;
}
.ex-card-info {
    padding: 10px 20px 15px;
    border-radius: 10px;
	margin-top: 15px;
}
.ai-auto-reverse .inner-data.figure-box{text-align: right;}
.ai-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.chatbot-raw .inner-data.figure-box {text-align: left;}
.section_dss .hero-sector_left {max-width: 650px;}
.page-child .scylla-banner h1 {max-width: 700px;}
.page-child .scylla-banner p {max-width: 600px;}
.services_top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 770px;
	margin: 0 auto 40px;
}
.map-section{background: linear-gradient(0deg, rgba(100, 144, 247, 0.12) 0%, rgba(255, 255, 255, 0) 50%, rgba(100, 144, 247, 0.2) 100%);}
.map{text-align: center;}
.three-boxes {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.three-boxes .section_five-list {
	flex: 0 0 calc(50% - 72px);
	max-width: calc(50% - 72px);
	min-height: 175px;
	text-align: left;
	align-items: flex-start;
	background-image: url(../icons/icon-traffic.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 30px;
    justify-content: flex-start;
}
.three-boxes .section_five-list:nth-child(2){background-image: url(../icons/icon-plug.svg); background-repeat: no-repeat; background-position: right bottom;}
.three-boxes .section_five-list:last-child{flex: 0 0 calc(100% - 72px); max-width: calc(100% - 72px); background-image: url(../icons/icon-board.svg); background-repeat: no-repeat; background-position: right bottom;}
.section-3-box .left-cnt {
	flex-direction: column;
	display: flex;
	align-items: flex-start;
    padding-right: 130px;
}
.three-boxes .section_five-list h4{
	color: #0E1C49;
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
}
.left-cnt li:not(:last-child){margin-bottom: 20px;}
.testimonial-list {
	box-shadow: 0 3px 11px 0 rgba(100, 100, 111, 0.06);
	padding: 30px;
	flex: 0 0 calc(50% - 75px);
	border-radius: 20px;
}
.testimonials-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.testimonials-wrapper .testimonial-bottom {
	display: flex;
	gap: 35px;
	align-items: center;
	justify-content: flex-start;
	margin-top: auto;
}
.testimonials-wrapper .testimonial-img {
	width: 100px;
	min-width: auto;
}
.testimonials-wrapper .testimonial-img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
}
.testimonial-name {
	font-size: 20px;
	font-weight: 600;
	color: #232323;
}
.testimonial-details p {
	margin: 0 0 20px;
	font-weight: normal;
}
.testimonial-title {
	padding: 0 0 35px;
	text-align: center;
}

.ssc-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.ssc-figure {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    background: #cbdafc;
    border-radius: 10px;
}

.ssc-figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    border-radius: 5px;
}

.ssc-card {
	border-radius: 10px;
	border: 1px solid #E7EEFF;
	background: #fff;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	min-height: 280px;
}
.ssc-card h3 {
	font-size: 25px;
	line-height: 1.2;
	color: #0E1C49;
	margin: 0;
	min-height: 60px;
}
.ssc-card p{
	margin-top: 0;
	text-overflow: ellipsis;
    max-height: 8.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ssc-brief{margin: 0 auto 40px; text-align: center;}
.ssc-cards-wrapper h2 {
	padding: 10px 0;
	font-size: 40px;
	font-weight: 500;
    margin-top: 10px;
}

.tm-page-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 40px 20px;
}
.tm-page-cards .tm-card{margin: 0; min-height: 500px; height: auto;}
.tm-sec-title {
    text-align: center;
    margin-bottom: 70px;
}
.tmb-figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.tm-badge {
	display: flex;
	gap: 15px;
	align-items: center;
}

.single-page-content h2 {
    font-size: 36px;
    line-height: 1.4;
}
.single-page-content h3{
	font-size: 28px;
	line-height: 1.4;
}
.single-page-sidebar h3{
	color: var(--fprimary);
    font-family: var(--title-font);
    font-size: 35px;
	margin-bottom: 0;
}
.single-page-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.single-page-content {
    width: 75%;
}
.single-page-sidebar{
	width: 25%;
}
.sps-title {
    padding: 25px 20px;
	background: #cbd9f9;
}
ul.sps-list-items {
    padding: 25px 20px;
	background: #E7EEFF;
	margin: 0;
}

ul.sps-list-items li, .center-post ul li {
    list-style: none;
    padding: 5px 0;
}
ul.sps-list-items li a, .center-post ul li a {
    text-decoration: none;
    color: #0E1C49;
    font-size: 18px;
}
.center-post ul li a:hover, ul.sps-list-items li a:hover{color: #F55F42 !important;}
.center-post ul li {
    list-style-type: none;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
}
.center-post ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 6px;  
  height: 6px; 
  background: #0E1C49; 
}
.center-post ul {
    padding-left: 20px;
}
.single_post-top > .content-header ul {
    padding-left: 5px;
}
.single-page-sidebar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 30px;
  align-self: flex-start;
}
.social-list .scy-icon svg {
	width: 25px;
	height: 25px;
	fill: #fff;
	margin: 0 auto;
}
.social-list {
	display: flex;
	list-style: none;
	padding: 0;
}
.social-item a {
	display: flex;
	background: #0e1c49;
	margin: 0 5px;
	padding: 10px;
	border-radius: 33px;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
}
.social-item a .scy-icon {
	display: block;
	height: 25px;
	width: 25px;
}
.map-card {
	display: flex;
	row-gap: 20px;
    margin-bottom: 34px;
    flex-wrap: wrap;
}
.map-card:last-child{margin-bottom: 0;}

.map-card blockquote {
	margin: 0;
	flex: 0 0 calc(43% - 40px);
    max-width: calc(43% - 40px);
	background: #cddbfc;
	padding: 20px;
	border-radius: 0px 10px 10px 0px;
}
.map-card blockquote h3 {
	font-size: 30px;
	font-weight: 500;
}
.map-card blockquote p{font-size: 16px;}
.resmap {
	position: relative;
	padding-bottom: 34%;
    flex: 0 0 57%;
    max-width: 57%;
}
.resmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-section h2 {
	font-size: 55px;
	font-style: normal;
	line-height: normal;
	max-width: 415px;
	margin-bottom: 30px;
}

.contact-section h4 {
	font-size: 35px;
	margin: 40px 0 0;
}

.contact-section h3 {
	font-size: 35px;
}
.contact-section strong {
	font-size: 28px;
	font-weight: 700;
	margin-top: 10px;
	letter-spacing: 2px;
}
.contact-section strong a{text-decoration: none;}
.contact-section {background: #fafafa;}
.sub-wrap {max-width: 815px;}
.blog-section .row .row{gap: 40px;}

.blog-section .blog-item {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.blog-section .btn.hero-btn {
	padding: 0 25px;
	height: 45px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	padding-left: 40px;
}
.blog-section .hero-btn::after {left: 23px;}
.blog-section .hero-btn::before {left: 19px;}
.blog-box figure {
	padding-bottom: 61%;
	position: relative;
	width: 100%;
    background: rgb(161, 167, 189);
}
.blog-box figure img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.sub-title {
	max-width: 650px;
	margin: 160px auto 0;
	text-align: center;
}
.top-card {
	max-width: 600px;
	margin: 35px auto 65px;
	padding: 20px 15px;
	background: linear-gradient(0deg, rgba(100, 144, 247, 0.2) 0%, rgb(255, 255, 255) 130%, rgba(100, 144, 247, 0.03) 10%);
    border-radius: 20px;
}
.sub-wrap {
	margin: 0 auto;
	padding: 50px 0;
}

.so-widget-form input[type="text"] {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 0px 14px;
	font-size: 15px;
	background-color: #eee;
	height: 45px;
	width: calc(100% - 30px);
}

.so-widget-form .field {margin: 10px 0 20px;}
.top-card input[type="submit"] {width: 100%;}
.so-widget-form input::placeholder {
  color: #000;
  opacity: 0.3;
}
.sub-title h1 {
	font-size: 50px;
	line-height: normal;
}
.ppc-desc-sec .top-title{max-width: 100%;}

.ppc-flip .inner-data.figure-box, .digital-marketing-flip .inner-data.figure-box, .gls-sec .inner-data.figure-box, .hm-flip .inner-data.figure-box {text-align: left;}



.fulfillment-policy {
  padding: 40px 50px;
  background: #fff;
  color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  line-height: 1.7;
}

.fulfillment-policy h2,
.fulfillment-policy h3 {
  color: #0e1c49;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.fulfillment-policy h2 {
  font-size: 28px;
  border-bottom: 2px solid #e3e7f1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.fulfillment-policy h3 {
  font-size: 20px;
  margin-top: 40px;
}

.fulfillment-policy strong {
  color: var(--title-font);
}


.fulfillment-policy ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 10px;
}

.fulfillment-policy li {
  margin-bottom: 8px;
}

.fulfillment-policy ul ul {
  list-style: circle;
  margin-top: 5px;
}

.fulfillment-policy a {
  text-decoration: none;
  transition: 0.3s;
}

.fulfillment-policy a:hover {
  text-decoration: underline;
}

.fulfillment-policy .contact-info {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #eaeaea;
}

.fulfillment-policy .contact-info strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.google-local-ads .ai-item p{margin-bottom: 0;}
.lgads { padding-bottom: 20px;}
.hm-sec .col-6{width: 100%;}

.hm-flip-reverse .row{flex-direction: row-reverse;}

.t-hidden {
	display: none;
	opacity: 0;
}
.nf-wrap {
	max-width: 665px;
	margin: 0 auto;
	padding: 0 20px;
}
.nf-card {
	max-width: 570px;
	margin: 0 auto;
}
.nf-card p{margin: 0 0 15px;}
.nf-card p strong {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px;
}
.error404 .rank-math-breadcrumb {display: none;}
.error-404 {padding: 60px 0 75px;}
.error404 .scylla-banner {padding-bottom: 0; padding-top: 120px!important;}
