/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {
  float: left;
}
.fl-rt {
  float: right;
}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure {
  margin: 0px;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:active {
  outline: 0px !important;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src:
    url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  margin: 0;
}
h2 {
  font-size: 34px;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  color: #222222;
  font-size: 16px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0;
}
p {
  line-height: 24px;
  margin: 0;
}

/* Header Styles
---------------------------------*/

.header {
  text-align: center;
  background: url(../img/pw_maze_black_2X.png) left top repeat;
  padding: 280px 0;
}
.logo {
  width: 130px;
  margin: 0 auto 35px;
}
.header h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 22px 0;
  color: #fff;
}

.we-create {
  padding: 0;
  margin: 35px 0 55px;
}
.wp-pic {
  margin-bottom: 20px;
}
.we-create li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 5px 0 0;
  padding: 0 0 0 15px;
}
.we-create li:first-child {
  background: none;
}

.start-button {
  padding-left: 0px;
}

.start-button li a {
  color: #fff;
}

.link {
  padding: 15px 35px;
  background: #7cc576;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.link:hover {
  text-decoration: none;
  color: #7cc576 !important;
  background: #fff;
}

.link:active,
.link:focus {
  background: #7cc576;
  text-decoration: none;
  color: #fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer {
  padding: 0px;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0 4px 5px -3px #ececec;
  position: relative;
  background: #fff;
}
.main-nav {
  text-align: center;
  margin: 10px 0 0px;
  padding: 0;
  list-style: none;
}
.main-nav li {
  display: inline;
  margin: 0 1px;
}
.main-nav li a {
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  line-height: 20px;
  margin: 17px 32px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.main-nav li a:hover {
  text-decoration: none;
  color: #7cc576;
}

.small-logo {
  padding: 0 32px;
}

.main-section {
  padding: 90px 0 110px;
}

/* Services
---------------------------------*/

.service-list {
  padding: 0 0 0 0;
  font-size: 14px;
  margin-bottom: 40px;
}
.service-list-col1 {
  float: left;
  width: 60px;
}
.service-list-col1 i {
  font-style: normal;
  font-size: 38px;
  display: block;
  color: #222;
  font-family: 'FontAwesome';
  line-height: 38px;
}
.service-list-col2 {
  overflow: hidden;
}
.main-section.alabaster {
  background: #fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work {
  font-size: 14px;
}
.featured-work h2 {
  text-align: left;
}
.featured-box {
  padding: 0 0 0 0;
  margin-bottom: 25px;
  font-size: 14px;
}
.featured-box h3 {
  margin-bottom: 5px;
}
.featured-box p {
  line-height: 22px;
}
.featured-work p.padding-b {
  padding-bottom: 35px;
}
.featured-box-col1 {
  width: 60px;
  float: left;
}
.featured-box-col1 i {
  display: block;
  line-height: 38px;
  font-family: 'FontAwesome';
  font-size: 38px;
  color: #777777;
  font-style: normal;
}
.featured-box-col2 {
  overflow: hidden;
}
.featured-box.magic {
  background: url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged {
  background: url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo {
  background: url(../img/seo.png) left top no-repeat;
}
.Learn-More {
  display: inline-block;
  padding: 0 5px 0 0;
  color: #7cc576;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: none;
}
.Learn-More i {
  padding-right: 15px;
}

.Learn-More:hover,
.Learn-More:focus {
  text-decoration: none;
  color: #111;
}

/* Portfolio
---------------------------------*/
.Portfolio-nav {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}
.Portfolio-nav li {
  margin: 0 10px;
  display: inline;
}
.Portfolio-nav li a {
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover {
  background: #7cc576;
  color: #fff;
  text-decoration: none;
}

.portfolioContainer {
  margin: 0 auto;
  padding-left: 15px;
}

.Portfolio-box {
  text-align: center;
  margin-bottom: 30px;
  height: 350px;
  width: 350px;
  overflow: hidden;
  float: left;
  padding: 0;
}
.Portfolio-box img {
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
  opacity: 0.6;
}

.Portfolio-nav li a.current {
  background: #7cc576;
  color: #fff;
  text-decoration: none;
}
img {
  max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.main-section.paddind {
  padding-bottom: 60px;
}

/* Clients
---------------------------------*/
.client-part {
  background: url(../img/section-bg1.jpg) center center no-repeat;
  background-size: cover;
  padding: 55px 0;
  text-align: center;
}
.client-part-haead {
  color: #fdfdfd;
  font-size: 28px;
  line-height: 41px;
  margin: 30px 0 10px;
  font-family: '' Open Sans ',sans-serif';
  font-style: italic;
}
.client {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
}
.client li {
  display: inline;
  margin: 0 15px;
}
.client li a {
  display: inline-block;
}
.client li a img {
  margin-bottom: 15px;
  border-radius: 50%;
}
.client li a:hover {
  text-decoration: none;
}
.client li a h3 {
  color: #ffffff;
}
.client li a span {
  color: #f1f1f1;
}
.quote-right {
  font-style: normal;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  border: 2px solid #7cc576;
  border-radius: 50%;
  display: block;
  line-height: 68px;
  text-align: center;
  font-size: 27px;
  color: #7cc576;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.quote-right:hover {
  color: #fff;
  border: 2px solid #fff;
}

.c-logo-part {
  background: #7cc576;
  padding: 25px 0;
  filter: alpha(opacity=60);
}
.c-logo-part ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.c-logo-part ul li {
  display: inline;
  margin: 0 25px;
}
.c-logo-part ul a {
  display: inline-block;
  margin: 0 20px;
}
.main-section.team {
  padding: 85px 0;
}
.main-section.team h6 {
  margin-bottom: 40px;
}

/* Team
---------------------------------*/
.team-leader-block {
  max-width: 993px;
  margin: 0 auto;
}
.team-leader-box {
  width: 30.66%;
  margin-right: 3.82979%;
  height: 490px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.team-leader-box span {
  margin-bottom: 24px;
  display: block;
}
.team-leader-box:nth-of-type(3n + 0) {
  margin: 0;
}
.team-leader {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 7px rgba(241, 241, 241, 0.8);
  margin: 7px 7px 25px 7px;
}
.team-leader-shadow {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 50%;
}
.team-leader-shadow a {
  display: block;
  width: 100%;
  height: 100%;
}
.team-leader:hover .team-leader-shadow {
  box-shadow: inset 0px 0px 0px 148px rgba(17, 17, 17, 0.8);
}
.team-leader:hover ul {
  display: block;
  opacity: 1;
}
.team-leader img {
  display: block;
  border-radius: 50%;
}
.team-leader ul {
  display: block;
  opacity: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -14px;
  z-index: 15;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.team-leader ul li {
  display: inline;
  margin: 0 11px;
}
.team-leader ul li a {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 28px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team-leader ul li a:hover,
.team-leader ul li a:focus {
  text-decoration: none;
}
.team-leader ul li a.fa-twitter:hover {
  color: #55acee;
}
.team-leader ul li a.fa-facebook:hover {
  color: #3b5998;
}
.team-leader ul li a.fa-pinterest:hover {
  color: #cb2026;
}
.team-leader ul li a.fa-google-plus:hover {
  color: #dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking {
  background: url(../img/section-bg2.jpg) top center no-repeat;
  background-size: cover;
  padding: 60px 0 10px;
  text-align: center;
}
.business-talking h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 70px;
  text-transform: uppercase;
  font-size: 42px;
  color: #fff;
}

/* Contact
---------------------------------*/
.main-section.contact {
  padding: 90px 0 100px;
}

.main-section.contact {
  background: url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box {
  font-size: 15px;
  margin: 0 0 14px 68px;
  padding-left: 0;
}
.contact-info-box h3 {
  font-size: 15px;
  font-weight: 400;
  float: left;
  width: 102px;
  margin-right: 12px;
  line-height: 28px;
}
.contact-info-box h3 i {
  font-style: normal;
  font-size: 18px;
  color: #222222;
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-right: 7px;
}
.contact-info-box span {
  line-height: 28px;
  display: block;
  overflow: hidden;
}
.social-link {
  padding: 35px 0;
  margin: 0 0 0 68px;
  display: block;
  overflow: hidden;
  list-style: none;
}
.social-link li {
  float: left;
  margin-right: 8px;
}
.social-link li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  background: #222222;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.social-link li a:hover,
.social-link li a:focus {
  text-decoration: none;
}
.twitter a:hover {
  background: #55acee;
}
.facebook a:hover {
  background: #3b5998;
}
.pinterest a:hover {
  background: #cb2026;
}
.gplus a:hover {
  background: #dd4b39;
}
.dribbble a:hover {
  background: #ea4c89;
}

.form {
  margin: 0 66px 0 30px;
}
.input-text {
  padding: 15px 16px;
  border: 1px solid #ccc;
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 4px;
  font-size: 15px;
  color: #aaa;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.input-text:focus {
  border: 1px solid #7cc576;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
  -moz-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
  height: 165px;
  resize: none;
  overflow: auto;
}
.input-btn {
  width: 175px;
  height: 50px;
  background: #7cc576;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
  background: #111;
  color: #fff;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: #7cc576;
  border: 1px solid #7cc576;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

/* Footer
---------------------------------*/

.footer {
  background: url(../img/pw_maze_black_2X.png) left top repeat;
  padding: 35px 0 35px;
}
.footer-logo {
  margin: 15px auto 35px;
  width: 76px;
}
.copyright,
.credits {
  color: #cccccc;
  font-size: 14px;
  display: block;
  text-align: center;
}
.copyright a,
.credits a {
  color: #7cc576;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.copyright a:hover,
.credits a:hover {
  color: #fff;
}

.res-nav_click {
  line-height: 38px;
  font-family: 'FontAwesome';
  font-size: 38px;
  text-decoration: none !important;
  color: #777777;
  font-style: normal;
  display: none;
  width: 42px;
  height: 27px;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.res-nav_click:hover,
.res-nav_click:active,
.res-nav_click:focus {
  color: #7cc576 !important;
}

.portfolioContainer {
  max-width: 1140px;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

/* ==========================================================
   Modern polish (non-breaking overrides)
   - Keeps original Knight layout/classes
   - Improves typography, spacing, contrast, and responsiveness
   ========================================================== */

:root {
  --moiji-bg: #0b1220;
  --moiji-surface: #0f233a;
  --moiji-text: #0f172a;
  --moiji-muted: #64748b;
  --moiji-border: rgba(15, 23, 42, 0.12);
  --moiji-accent: #00c6ff;
  --moiji-accent2: #0072ff;
  --moiji-success: #2ee59d;
  --moiji-radius: 14px;
  --moiji-shadow: 0 18px 45px rgba(2, 8, 23, 0.14);
  --moiji-shadow-sm: 0 10px 24px rgba(2, 8, 23, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--moiji-muted);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  line-height: 1.75;
}

h2 {
  letter-spacing: -0.02em;
  text-transform: none;
  font-size: clamp(26px, 3.2vw, 40px);
}

h6 {
  font-size: 16px;
  color: #6b7280;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.main-section {
  padding: clamp(64px, 7vw, 100px) 0;
}

.header {
  padding: clamp(48px, 8vw, 120px) 0;
  position: relative;
}

.header:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 400px at 50% 10%, rgba(0, 198, 255, 0.2), transparent 60%),
    radial-gradient(900px 360px at 20% 0%, rgba(0, 114, 255, 0.18), transparent 60%);
  pointer-events: none;
}

.header > .container {
  position: relative;
}

.header h1 {
  font-size: clamp(36px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  isolation: isolate;
  perspective: 900px;
}

.header h1:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(90vw, 860px);
  height: 160px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 26% 50%, rgba(34, 211, 238, 0.34), transparent 56%),
    radial-gradient(circle at 74% 50%, rgba(59, 130, 246, 0.3), transparent 58%),
    radial-gradient(circle at 50% 58%, rgba(168, 85, 247, 0.2), transparent 62%);
  filter: blur(26px);
  z-index: -2;
  pointer-events: none;
}

.header .brand-name {
  font-weight: 900;
  letter-spacing: 0.04em;
  background: linear-gradient(
    110deg,
    #ffffff 8%,
    rgba(255, 255, 255, 0.92) 24%,
    rgba(125, 211, 252, 0.95) 46%,
    rgba(56, 189, 248, 0.98) 60%,
    rgba(96, 165, 250, 0.96) 78%,
    rgba(191, 219, 254, 0.95) 92%
  );
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.45),
    0 14px 34px rgba(14, 165, 233, 0.32),
    0 28px 70px rgba(37, 99, 235, 0.28),
    0 42px 96px rgba(168, 85, 247, 0.2);
  position: relative;
  display: inline-block;
  padding: 6px 14px 14px;
  border-radius: 14px;
  transform: translateZ(0) rotateX(1.2deg);
  filter: drop-shadow(0 12px 28px rgba(37, 99, 235, 0.26));
  animation:
    brandShimmer 4.8s ease-in-out infinite,
    brandFloat 3.8s ease-in-out infinite,
    brandSweep 5.4s ease-in-out infinite;
}

.header .brand-name:after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.28) 16%,
    rgba(147, 197, 253, 0.82) 46%,
    rgba(255, 255, 255, 0.2) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 220% 100%;
  opacity: 0.9;
}

.header .brand-name:before {
  content: '';
  position: absolute;
  inset: -10px -16px;
  z-index: -1;
  border-radius: 20px;
  background:
    radial-gradient(circle at 30% 40%, rgba(56, 189, 248, 0.38), transparent 64%),
    radial-gradient(circle at 70% 55%, rgba(99, 102, 241, 0.28), transparent 66%);
  filter: blur(12px);
  opacity: 0.95;
  mix-blend-mode: screen;
}

@keyframes brandShimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes brandFloat {
  0% {
    transform: translateZ(0) translateY(0) rotateX(1.2deg);
  }
  50% {
    transform: translateZ(0) translateY(-2px) rotateX(0deg);
  }
  100% {
    transform: translateZ(0) translateY(0) rotateX(1.2deg);
  }
}

@keyframes brandSweep {
  0% {
    background-position: 120% 0;
  }
  45% {
    background-position: 40% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header .brand-name {
    animation: none;
    transform: none;
  }
}

.we-create li {
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 28px;
}

.logo {
  width: 140px;
}

.logo img {
  width: 100%;
  height: auto;
}

.link {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--moiji-accent), var(--moiji-accent2));
  box-shadow: 0 14px 30px rgba(0, 114, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.link:hover {
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.15), rgba(0, 114, 255, 0.15));
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

*:focus-visible {
  outline: 3px solid rgba(0, 198, 255, 0.45);
  outline-offset: 2px;
}

.main-nav-outer {
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  padding: 6px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 30px rgba(2, 8, 23, 0.06);
  z-index: 1000;
}

.main-nav {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.main-nav-outer .container {
  position: relative;
}

.main-nav li {
  display: inline-flex;
  align-items: center;
}

.main-nav li a {
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 14px;
  padding: 12px 6px;
  position: relative;
  display: inline-block;
  color: #0f172a;
  text-transform: none;
  font-size: 14px;
  transition:
    color 0.2s ease,
    transform 0.12s ease;
}

.main-nav li a:hover {
  color: #0b1220;
  transform: translateY(-1px);
}

/* Press down on click — avoid scale() so the underline (::after) doesn’t shrink or jump */
.main-nav li a:active {
  transform: translateY(1px);
}

.main-nav li a:focus-visible {
  border-radius: 10px;
}

/* small logo removed from nav */

.main-nav li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--moiji-accent), var(--moiji-accent2));
  transition: width 0.25s ease;
}

.main-nav li a:hover:after {
  width: 100%;
}

/* When scrollToFixed pins the nav */
.scroll-to-fixed-fixed.main-nav-outer {
  background: rgba(255, 255, 255, 0.88);
}

/* Mobile menu trigger */
.res-nav_click {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

@media only screen and (min-width: 768px) {
  .res-nav_click {
    display: none !important;
  }
}

.res-nav_click i {
  font-size: 18px;
}

.res-nav_click:hover {
  background: rgba(15, 23, 42, 0.06);
}

@media only screen and (max-width: 767px) {
  .main-nav-outer {
    padding: 10px 0;
  }

  .main-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 64px;
    width: auto;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 16px;
    box-shadow: 0 22px 55px rgba(2, 8, 23, 0.16);
    padding: 10px;
  }

  .main-nav li {
    display: block;
  }

  .main-nav li.small-logo {
    display: none;
  }

  .main-nav li a {
    display: block;
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .main-nav li a:after {
    display: none;
  }

  .res-nav_click {
    display: flex !important;
    position: absolute;
    right: 14px;
    top: 12px;
    margin: 0;
  }
}

.service-list {
  border-radius: var(--moiji-radius);
  background: #fff;
  border: 1px solid var(--moiji-border);
  box-shadow: var(--moiji-shadow-sm);
  padding: 18px 18px 18px 16px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.service-list:hover {
  transform: translateY(-2px);
  box-shadow: var(--moiji-shadow);
}

.service-list-col1 i {
  color: var(--moiji-accent2);
}

/* Services section (modern layout + responsive spacing) */
#service .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 22px;
}

#service {
  position: relative;
}

#service:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 360px at 15% 0%, rgba(0, 198, 255, 0.1), transparent 60%),
    radial-gradient(900px 360px at 85% 40%, rgba(0, 114, 255, 0.08), transparent 60%);
  pointer-events: none;
}

#service > .container {
  position: relative;
}

#service .service-list-col1 {
  float: none;
  width: auto;
}

#service .service-list-col2 {
  overflow: visible;
}

#service .service-list {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-left: 4px solid rgba(0, 114, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
}

#service .service-list-col1 i {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.14), rgba(0, 114, 255, 0.14));
  border: 1px solid rgba(0, 114, 255, 0.16);
  font-size: 18px;
  line-height: 1;
}

#service .service-list:hover {
  border-left-color: rgba(0, 114, 255, 0.4);
}

#service .service-list-col2 h3 {
  text-transform: none;
  letter-spacing: -0.01em;
  font-weight: 800;
  margin: 2px 0 6px;
}

#service .service-list-col2 p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

#service figure img {
  width: 100%;
  max-width: 660px;
  filter: drop-shadow(0 28px 70px rgba(2, 8, 23, 0.18));
}

@media only screen and (max-width: 991px) {
  #service figure {
    text-align: center !important;
  }
  #service figure img {
    max-width: 620px;
    margin: 0 auto;
  }
}

.featured-work .Learn-More {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0;
}

/* HowWeCooperate / alabaster section refresh */
.main-section.alabaster {
  background:
    radial-gradient(900px 360px at 20% 0%, rgba(0, 198, 255, 0.08), transparent 60%),
    radial-gradient(900px 360px at 85% 40%, rgba(0, 114, 255, 0.06), transparent 60%), #f8fafc;
}

.main-section.alabaster .row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-section.alabaster figure img {
  width: 100%;
  max-width: 520px;
  filter: drop-shadow(0 22px 60px rgba(2, 8, 23, 0.16));
}

.featured-work {
  font-size: 15px;
}

.featured-work h2 {
  text-transform: none;
  letter-spacing: -0.02em;
}

.featured-work p.padding-b {
  padding-bottom: 22px;
  color: #64748b;
  line-height: 1.75;
}

.featured-box {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding: 16px 16px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  box-shadow: 0 14px 34px rgba(2, 8, 23, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.featured-box:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 114, 255, 0.16);
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.1);
}

.featured-box:focus-within {
  border-color: rgba(0, 198, 255, 0.28);
  box-shadow: 0 22px 55px rgba(2, 8, 23, 0.12);
}

.featured-box-col2 {
  min-width: 0;
}

.featured-box-col1 {
  width: auto;
  float: none;
}

.featured-box-col1 i {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #0b1220;
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.14), rgba(0, 114, 255, 0.14));
  border: 1px solid rgba(0, 114, 255, 0.16);
}

.featured-box-col2 {
  overflow: visible;
}

.featured-box-col2 h3 {
  color: #0f172a;
}

.featured-box-col2 h3 {
  margin: 2px 0 6px;
  text-transform: none;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.featured-box-col2 p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.featured-work .Learn-More {
  display: inline-block;
  margin-top: 14px;
  padding: 12px 18px;
  border: 1px solid rgba(0, 114, 255, 0.16);
  background: linear-gradient(90deg, var(--moiji-accent), var(--moiji-accent2));
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(2, 8, 23, 0.1);
}

.featured-work .Learn-More:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 114, 255, 0.22);
}

@media only screen and (max-width: 991px) {
  .main-section.alabaster figure {
    text-align: center;
  }
  .main-section.alabaster figure img {
    max-width: 420px;
    margin: 0 auto 14px;
  }
  .main-section.alabaster .row {
    display: block;
  }
}

.Portfolio-box {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--moiji-border);
  box-shadow: var(--moiji-shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.Portfolio-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--moiji-shadow);
}

.Portfolio-box img {
  width: 100%;
  display: block;
}

.portfolioFilter {
  margin-bottom: 18px;
}

.Portfolio-nav li a {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  font-weight: 700;
  letter-spacing: 0;
}

.Portfolio-nav li a.current,
.Portfolio-nav li a:hover {
  border-color: rgba(0, 114, 255, 0.25);
  color: #0b1220;
}

.team-leader {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--moiji-shadow-sm);
}

.client-part {
  position: relative;
}

/* ClientQuote section refresh */
.client-part {
  background:
    radial-gradient(900px 360px at 50% 10%, rgba(0, 198, 255, 0.22), transparent 60%),
    radial-gradient(900px 360px at 20% 0%, rgba(0, 114, 255, 0.18), transparent 60%),
    url(../img/section-bg1.jpg) center center / cover no-repeat;
  padding: clamp(54px, 7vw, 86px) 0;
}

.client-part .container {
  max-width: 980px;
}

.quote-right {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(15, 35, 58, 0.55);
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.25);
}

.quote-right:hover {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.client-part-haead {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: clamp(18px, 2.3vw, 28px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  margin: 22px auto 14px;
  max-width: 900px;
  text-shadow: 0 10px 30px rgba(2, 8, 23, 0.35);
}

.client {
  margin-top: 26px;
}

.client li a {
  border-radius: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 35, 58, 0.45);
  box-shadow: 0 14px 34px rgba(2, 8, 23, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.client li a:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 198, 255, 0.28);
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.28);
}

.client li a img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 6px;
}

.client li a h3 {
  margin-top: 2px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}

.client li a span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .client li {
    display: block;
    margin: 0;
  }
  .client li a {
    display: inline-block;
  }
}

.contactForm .form-control {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
  height: 48px;
}

.contactForm textarea.form-control {
  height: auto;
}

.input-btn {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--moiji-accent), var(--moiji-accent2));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(0, 114, 255, 0.18);
}

.input-btn:hover {
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.15), rgba(0, 114, 255, 0.15));
  color: #fff;
}

.footer-logo {
  width: 110px;
}

.copyright,
.credits {
  color: rgba(255, 255, 255, 0.76);
}

/* Contact section refresh (Calendly + Email only) */
.main-section.contact {
  background:
    radial-gradient(900px 360px at 70% 10%, rgba(0, 198, 255, 0.1), transparent 60%),
    radial-gradient(900px 360px at 10% 0%, rgba(0, 114, 255, 0.08), transparent 60%),
    url(../img/bg-map.png) left 190px no-repeat;
}

.main-section.contact .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.contact-card {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.1);
  padding: 22px 22px 18px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 114, 255, 0.2);
  box-shadow: 0 22px 55px rgba(2, 8, 23, 0.14);
}

.contact-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.16), rgba(0, 114, 255, 0.16));
  border: 1px solid rgba(0, 114, 255, 0.18);
  color: #0b1220;
  margin-bottom: 14px;
}

.contact-card-icon i {
  font-size: 20px;
  color: #0b1220;
}

.contact-card-title {
  margin: 0 0 8px;
  text-transform: none;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.contact-card-text {
  margin: 0 0 14px;
  color: #64748b;
  line-height: 1.7;
}

.contact-card-action {
  display: inline-block;
  border-radius: 999px;
  padding: 12px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff !important;
  background: linear-gradient(90deg, var(--moiji-accent), var(--moiji-accent2));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 30px rgba(0, 114, 255, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.contact-card-action:hover {
  text-decoration: none;
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 18px 40px rgba(0, 114, 255, 0.24);
}

.contact-card-action-secondary {
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.14), rgba(0, 114, 255, 0.14));
  color: #0b1220 !important;
  border: 1px solid rgba(0, 114, 255, 0.2);
  box-shadow: 0 14px 30px rgba(2, 8, 23, 0.1);
}

.contact-card-meta {
  margin-top: 10px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .main-section.contact {
    background-position: left 40px;
  }
  .contact-card {
    margin-bottom: 18px;
  }
}

/* FAQ section */
.faq-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.08);
  padding: 16px 16px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.faq-item:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 114, 255, 0.18);
  box-shadow: 0 22px 55px rgba(2, 8, 23, 0.1);
}

.faq-item[open] {
  border-color: rgba(0, 198, 255, 0.22);
  box-shadow: 0 26px 70px rgba(2, 8, 23, 0.12);
}

.faq-q {
  cursor: pointer;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0f172a;
  position: relative;
  padding: 6px 40px 6px 6px;
  border-radius: 12px;
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-q:after {
  content: '+';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.16), rgba(0, 114, 255, 0.16));
  border: 1px solid rgba(0, 114, 255, 0.16);
  color: #0b1220;
  font-weight: 900;
}

.faq-item[open] .faq-q:after {
  content: '–';
}

.faq-a {
  margin-top: 10px;
  padding: 0 6px 6px;
  color: #64748b;
  line-height: 1.75;
}

@media only screen and (max-width: 991px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 479px) {
  .faq-item {
    border-radius: 14px;
    padding: 14px 14px;
  }
  .faq-q {
    font-size: 14px;
    padding-right: 38px;
  }
}

/* Selected Work section refinement */
#Portfolio {
  position: relative;
}

#Portfolio:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 360px at 20% 0%, rgba(0, 198, 255, 0.08), transparent 60%),
    radial-gradient(900px 360px at 85% 50%, rgba(0, 114, 255, 0.06), transparent 60%);
  pointer-events: none;
}

#Portfolio > .container,
#Portfolio .portfolioContainer {
  position: relative;
}

#Portfolio .portfolioFilter {
  margin-bottom: 22px;
}

#Portfolio .Portfolio-nav {
  margin: 0 0 18px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

#Portfolio .Portfolio-nav li {
  margin: 0;
  display: block;
}

#Portfolio .Portfolio-nav li a {
  padding: 9px 16px;
  font-size: 12px;
  text-transform: none;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.85);
  color: #0f172a;
}

#Portfolio .Portfolio-nav li a.current,
#Portfolio .Portfolio-nav li a:hover {
  background: linear-gradient(90deg, rgba(0, 198, 255, 0.14), rgba(0, 114, 255, 0.14));
  border-color: rgba(0, 114, 255, 0.2);
  color: #0b1220;
}

#Portfolio .portfolioContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  padding: 0 12px;
  max-width: 1200px;
}

#Portfolio .Portfolio-box {
  width: min(350px, 100%);
  height: auto;
  min-height: 340px;
  float: none;
  margin-bottom: 18px;
  padding: 0 0 14px;
  text-align: left;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84));
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.08);
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

#Portfolio .Portfolio-box:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 114, 255, 0.18);
  box-shadow: 0 24px 60px rgba(2, 8, 23, 0.12);
}

#Portfolio .Portfolio-box a {
  display: block;
}

#Portfolio .Portfolio-box img {
  margin-bottom: 12px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

#Portfolio .Portfolio-box h3 {
  padding: 0 14px;
  margin: 6px 0 4px;
  text-transform: none;
  letter-spacing: -0.01em;
  font-weight: 800;
}

#Portfolio .Portfolio-box p {
  padding: 0 14px;
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  #Portfolio .portfolioContainer {
    padding: 0;
    gap: 14px;
  }
  #Portfolio .Portfolio-box {
    min-height: unset;
  }
  #Portfolio .Portfolio-box img {
    height: 170px;
  }
}

/* Final cohesive modern polish */
.container {
  max-width: 1180px;
}

.main-section {
  scroll-margin-top: 88px;
}

h2 {
  color: #0f172a;
}

h6 {
  max-width: 860px;
}

/* unify card feel across the site */
.service-list,
.featured-box,
.Portfolio-box,
.faq-item,
.contact-card {
  backdrop-filter: saturate(130%) blur(2px);
  -webkit-backdrop-filter: saturate(130%) blur(2px);
}

.service-list,
.featured-box,
.Portfolio-box,
.contact-card {
  border-color: rgba(15, 23, 42, 0.09);
}

/* stronger CTA consistency */
.link,
.featured-work .Learn-More,
.contact-card-action,
.input-btn {
  font-weight: 700;
  letter-spacing: -0.005em;
}

/* visual rhythm improvements */
.main-section .row {
  row-gap: 18px;
}

/* reduce excessive animation intensity on hover */
.service-list:hover,
.featured-box:hover,
.Portfolio-box:hover,
.faq-item:hover,
.contact-card:hover {
  will-change: transform;
}

@media only screen and (max-width: 991px) {
  .main-section {
    padding: clamp(54px, 8vw, 82px) 0;
  }
  .main-section .row {
    row-gap: 14px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: clamp(24px, 7vw, 30px);
  }
  h6 {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 28px;
  }
  .main-section {
    scroll-margin-top: 74px;
  }
}
