﻿.home_portfolio_section{
    background-color: #0a0d10;
}

.video_content{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/* ---- Header horizontal navigation ---- */
.site-header {
    height: 82px;
    border-bottom: none;
}

.site-header .header-wrapper {
    top: 0 !important;
    left: 0;
    right: 0;
    width: 84%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    transform: none !important;
    -webkit-transform: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    box-sizing: border-box;
}

.site-header.header_sticked {
    height: 82px;
}

.site-header.menu-has-open,
.site-header.header_sticked.menu-has-open {
    transform: none !important;
    -webkit-transform: none !important;
}

.site-header.header_sticked .header-wrapper {
    top: 0 !important;
    height: 100%;
}

.header-main-nav {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    z-index: 50;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: none;
    padding: 0 24px;
    margin: 0;
}

.header-main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 36px;
    flex-wrap: nowrap;
}

.header-main-nav > ul > li {
    position: relative;
    flex-shrink: 0;
}

.header-main-nav > ul > li > a {
    display: block;
    padding: 8px 4px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
    white-space: nowrap;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.header-main-nav > ul > li > a:hover,
.header-main-nav > ul > li > a.nav-active {
    color: #fff;
}

.header-main-nav .has-dropdown {
    display: flex;
    align-items: center;
}

.header-main-nav .has-dropdown > a {
    display: flex;
    align-items: center;
}

.header-main-nav .has-dropdown > a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: -2px;
    opacity: 0.7;
    flex-shrink: 0;
}

.header-main-nav .nav-dropdown {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    background: #141618;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s;
    z-index: 100;
}

.header-main-nav .nav-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 20px;
    background: transparent;
}

.header-main-nav .has-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-main-nav .nav-dropdown li a {
    display: block;
    padding: 10px 22px;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.header-main-nav .nav-dropdown li a:hover {
    color: #ff6a00;
    padding-left: 28px;
}

.site-header .site-branding {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 60;
    max-width: 260px;
    flex-shrink: 0;
    overflow: visible;
}

.site-header .site-logo {
    width: auto;
    max-width: 260px;
    transform: none !important;
    -webkit-transform: none !important;
    overflow: visible;
}

.site-header .site-logo a {
    display: block;
    line-height: 0;
}

.site-header .site-logo img {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
}

.footer-logo a {
    display: inline-block;
    line-height: 0;
}

.footer-logo img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
}

.footer-contact-text {
   
    overflow-wrap: anywhere;
    word-break: break-word;
}

.footer-email {
    display: inline-block;
    max-width: 100%;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.footer-email:hover {
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    #footer .c-col-3.footer-widget {
        width: 50%;
    }

    #footer .footer-widget,
    #footer .footer-contact-text,
    #footer .footer-email {
        overflow: visible;
    }
}

@media only screen and (max-width: 768px) {
    #footer .c-col-3.footer-widget {
        width: 100%;
    }
}

.site-header .header-widgets {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 60;
    flex-shrink: 0;
    margin-left: 0;
}

.site-header .header-widget {
    transform: none !important;
    opacity: 1 !important;
}

.site-header .menu-toggle {
    position: absolute;
}

.site-header .site-navigation {
    position: fixed;
}

.site-header .header-wrapper.menu-opened {
    height: 100% !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* ---- Orange hero ---- */
.alioth-personal-head {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.alioth-personal-head.hero-orange {
    background: linear-gradient(135deg, #ff7a1a 0%, #ff6200 42%, #e85a00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.alioth-personal-head.hero-orange::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 70% at 88% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 10% 80%, rgba(0, 0, 0, 0.12) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
}

.hero-banner-content {
    position: relative;
    z-index: 2;
    width: 84%;
    max-width: 1100px;
    text-align: left;
    color: #fff;
}

.hero-tagline {
    margin: 0 0 10px;
    font-size: clamp(24px, 3.2vw, 36px);
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.12);
}

.hero-title {
    margin: 0 0 32px;
    font-size: clamp(68px, 13vw, 160px);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -0.04em;
    color: #fff;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.18);
}

.hero-title-long {
    font-size: clamp(36px, 5.4vw, 68px);
    line-height: 1.08;
    max-width: 920px;
    margin-bottom: 24px;
}

.hero-sub {
    margin: 0 0 28px;
    max-width: 640px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.hero-cta {
    display: inline-block;
    padding: 14px 28px;
    background: #191b1d;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: background 0.25s ease, color 0.25s ease;
}

.hero-cta:hover {
    background: #fff;
    color: #191b1d;
}

@media only screen and (max-width: 768px) {
    .site-header .site-branding,
    .site-header .site-logo {
        max-width: 180px;
    }

    .site-header .site-logo img,
    .footer-logo img {
        width: 170px;
    }

    .hero-banner-content {
        width: 90%;
        text-align: center;
    }

    .hero-sub {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero-title {
        margin-bottom: 20px;
    }
}

/* Keep twisted canvas above orange hero bg, below text */
body:has(.hero-orange) #canvas-twisted {
    z-index: 1 !important;
    pointer-events: none;
}

.sp-hero #canvas-twisted {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0 !important;
    pointer-events: none;
}

#bgvid{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position:absolute;
    left:0;
	top:0;
	z-index:-1;
	display: none;
}

/* ---- About Us section ---- */
:root {
    --section-space: 48px;
}

.about-us-section,
.services-section,
.process-section,
.why-section,
.home-blogs-section {
    margin-bottom: 0 !important;
}

.about-us-section {
    position: relative;
    background: #0c0e11;
    overflow: hidden;
    padding: var(--section-space) 0;
    z-index: 2;
}

.about-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ff6200, transparent);
    opacity: 0.55;
}

.about-us-wrap {
    width: 84%;
    max-width: 1280px;
    margin: 0 auto;
}

.about-us-intro {
    max-width: 780px;
    margin-bottom: 40px;
}

.about-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #ff6200;
    margin-bottom: 22px;
}

.about-heading {
    font-size: clamp(32px, 4.2vw, 52px);
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 28px;
}

.about-lead {
    font-size: 17px;
    font-weight: 200;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
    max-width: 640px;
}

.about-mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-mv-block {
    position: relative;
    padding: 48px 40px 48px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-mv-block + .about-mv-block {
    padding-left: 48px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mv-index {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #ff6200;
    margin-bottom: 18px;
}

.mv-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 14px;
}

.mv-title {
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 18px;
}

.mv-text {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    max-width: 460px;
}

.mission-block::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: #ff6200;
}

.vision-block::after {
    content: "";
    position: absolute;
    left: 48px;
    bottom: 0;
    width: 64px;
    height: 3px;
    background: #ff8a3d;
}

.about-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 10px;
}

.about-stat .ac-title {
    color: rgba(255, 255, 255, 0.45);
}

.about-stat .ac-number,
.about-stat .ac-sign {
    color: #fff;
}

.about-stat .a-number-counter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.about-stat .ac-number,
.about-stat .ac-sign {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
}

.about-stat .ac-title {
    flex: 0 0 100%;
    width: 100%;
    overflow: visible;
}

.about-stat .ac-title span {
    transform: none !important;
}

@media only screen and (max-width: 1024px) {
    .header-main-nav,
    .site-header .header-widgets {
        display: none !important;
    }

    .site-header,
    .site-header.header_sticked {
        height: 72px;
        padding-top: env(safe-area-inset-top, 0px);
        box-sizing: content-box;
    }

    .site-header .header-wrapper,
    .site-header .header-wrapper.menu-opened,
    .site-header.header_sticked .header-wrapper {
        width: 100%;
        max-width: none;
        height: 72px !important;
        margin: 0;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .site-header .site-branding,
    .site-header .site-logo {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        z-index: 1001;
        max-width: min(190px, 62vw);
        overflow: hidden;
    }

    .site-header .site-logo img {
        width: 160px;
        max-width: 100%;
        height: auto;
    }

    .site-header .menu-toggle {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        z-index: 1001;
        width: 36px;
        height: 25px;
        flex-shrink: 0;
    }

    .site-header .site-navigation,
    .site-header .site-navigation.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 900;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    .site-navigation.fullscreen .fs-menu-wrapper {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        transform: none !important;
        padding: calc(72px + env(safe-area-inset-top, 0px) + 20px) 24px calc(28px + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 100%;
    }

    .site-navigation.fullscreen .menu.main-menu {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        transform: none !important;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 4px;
    }

    .site-navigation.fullscreen .menu.main-menu > li.menu-item {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 300;
        padding: 10px 0;
        overflow: hidden;
        height: auto;
    }

    .site-navigation.fullscreen .menu.main-menu > li.menu-item.has-children {
        overflow: visible;
    }

    .site-navigation.fullscreen .menu.main-menu > li.menu-item a {
        display: inline-flex;
        align-items: center;
        color: #fff;
        padding-right: 0;
        pointer-events: auto;
    }

    .site-header.menu_dark .site-navigation.fullscreen .menu.main-menu > li.menu-item a {
        color: rgba(255, 255, 255, 0.94);
    }

    .site-navigation.fullscreen .menu.main-menu > li.menu-item a::before {
        color: #fff;
    }

    .menu-item-with-submenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
    }

    .menu-item-with-submenu > a {
        flex: 1 1 auto;
        min-width: 0;
        transform: none !important;
    }

    .submenu-toggle {
        appearance: none;
        -webkit-appearance: none;
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: #fff;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    .submenu-toggle::before,
    .submenu-toggle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 1.5px;
        background: #fff;
        transform: translate(-50%, -50%);
    }

    .submenu-toggle::after {
        transform: translate(-50%, -50%) rotate(90deg);
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .submenu-open > .menu-item-with-submenu .submenu-toggle::after {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    .site-navigation .sub-back {
        display: none !important;
    }

    .site-navigation.fullscreen ul ul,
    .site-navigation.fullscreen .sub-menu {
        position: static !important;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        max-height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        display: block;
        transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.25s ease;
    }

    .site-navigation.fullscreen .submenu-open > .sub-menu,
    .site-navigation.fullscreen .submenu-open > ul.sub-menu {
        max-height: 360px;
        padding: 8px 0 4px 8px;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .site-navigation.fullscreen ul ul li {
        font-size: 18px;
        line-height: 1.4;
        padding: 8px 0;
        overflow: visible;
    }

    .site-navigation.fullscreen .sub-menu a {
        transform: none !important;
        color: rgba(255, 255, 255, 0.72);
        font-size: 18px;
    }

    .site-navigation.fullscreen ul.ulcol {
        column-count: 1 !important;
    }

    .menu-widget-left,
    .menu-widget-right,
    .menu-widget {
        display: none !important;
    }

    .site-header.fullscreen_menu.menu-has-open::before {
        height: 100% !important;
        background: #191b1d;
    }

    .about-mv-grid {
        grid-template-columns: 1fr;
    }

    .about-mv-block + .about-mv-block {
        padding-left: 0;
        border-left: none;
    }

    .vision-block::after {
        left: 0;
    }

    .about-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 16px;
        align-items: start;
    }

    .about-stat .a-number-counter {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
    }

    .about-stat .ac-number,
    .about-stat .ac-sign {
        display: inline-block !important;
        font-size: 42px !important;
        line-height: 1 !important;
        height: 48px !important;
        letter-spacing: -0.04em;
        padding-bottom: 0 !important;
        padding-right: 0;
        overflow: hidden;
        vertical-align: baseline;
    }

    .about-stat .ac-number .num_val_anim {
        display: none !important;
    }

    .about-stat .ac-number .numbers-wrapper {
        transform: none !important;
        width: auto !important;
    }

    .about-stat .ac-sign span {
        display: inline !important;
        transform: none !important;
    }

    .about-stat .ac-title {
        flex: 0 0 100%;
        width: 100%;
        font-size: 13px;
        line-height: 1.4;
        margin-top: 0;
    }

    .about-stat .ac-title::before {
        margin-bottom: 14px;
    }
}

@media only screen and (min-width: 1025px) {
    .site-header .menu-toggle {
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .header-main-nav > ul {
        gap: 8px 22px;
    }

    .header-main-nav > ul > li > a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    a.hero-cta {
    margin-top: 31px !important;
}
    
    .alioth-personal-head{
        
    min-height: 633px;
    }
    
    .about-us-section {
        padding: var(--section-space) 0;
    }

    .about-us-wrap {
        width: 90%;
    }

    .about-us-intro {
        margin-bottom: 48px;
    }

    .about-mv-block {
        padding: 36px 0;
    }

    .about-stats-row {
        grid-template-columns: 1fr 1fr;
        gap: 32px 14px;
    }

    .about-stat .ac-number,
    .about-stat .ac-sign {
        font-size: 36px !important;
        height: 42px !important;
    }
}




.aph-image {
    position: absolute;
    bottom: 0;
    width: 35%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 5;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.aph-image img {
    width: 100%;
}

.aph-details {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 84%;
    height: 200px
}

.aph-name {
    font-size: 220px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 6;
    pointer-events: none;
    overflow: hidden;
    font-weight: 100;
    letter-spacing: -0.06em;
    
}



/*------------------------------------------------------------------
## Wall
-------------------------------------------------------------------**/

.project-image {
    display: none
}

.portfolio-showcase.showcase-wall {
    position: relative;
    width: 100%;
    height: 100vh;

}

.wall-projects {
    position: absolute;
    top: 57%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.wall-projects-top,
.wall-projects-bottom {
    white-space: nowrap;
    display: inline-block;
    width: auto;

}

.wall-projects-top {
    margin-bottom: 30px;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.wall-projects-bottom {
    float: right;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.wall-project {
    display: inline-block;
}


.wall-project a {
    text-decoration: none;
    color: #191b1d;
    display: block;
}

.showcase-wall.dark .wall-project a,
body.dark .wall-project a {
    color: #fff
}

.wall-project .project-title {
    font-size: 80px;
    font-weight: 100;
    letter-spacing: -0.07em;
    line-height: 80px;
    overflow: visible
}

.wall-project .project-title::after {
    content: "/";
    opacity: .3;
    margin: 0 30px;
}

.wall-project .project-title::before {
    content: attr(data-index);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    display: inline-block;
    line-height: 20px;
    width: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: rgba(25, 27, 29, .6);
}

.showcase-wall.dark .wall-project .project-title::before,
body.dark .wall-project .project-title::before {
    color: hsla(0, 0%, 100%, .2)
}

.wall-project:last-child .project-title::after {
    display: none
}

#images-canvas {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wall-projects.on-hover .wall-project {
    opacity: .2;
}

.wall-projects.on-hover .wall-project.hovered {
    opacity: 1;
}


.wall-image-fix.image-1 {
    visibility: visible !important;
    opacity: 1 !important;
}

.wall-images {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 70%;
    z-index: -2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block
}

.wall-image-fix {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    visibility: hidden;
}


.wall-images img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.showcase-wall .circular-button {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    left: 0;
    bottom: 0;
}

.wall-drag {
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 10%;
    background: rgba(25, 27, 29, .3);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.dark .wall-drag,
.showcase-wall.dark .wall-drag {
    background: hsla(0, 0%, 100%, .2)
}

span.wall-prog {
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    background: #191b1d;
    z-index: 6;
}

body.dark span.wall-prog,
.showcase-wall.dark span.wall-prog {
    background: #fff
}


.alioth-personal-header.dark .aph-name,
body.dark .aph-name {
    color: #fff
}

.aph-name.back {
    z-index: 4
}

.aph-name .name-back {
    opacity: 0;
    visibility: hidden
}

.aph-name.back .name-front {
    opacity: 0;
    visibility: hidden;
}

.aph-name.back .name-back {
    opacity: 1;
    visibility: visible
}

.aph-welc {
    position: absolute;
    top: 0px;
    left: 15%;
    font-size: 30px;
    font-weight: 200;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
}

.aph-sub-text {
    position: absolute;
    right: 0;
    max-width: 30%;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    font-size: 15px;
    font-weight: 200;
    line-height: 22px;
    bottom: -20px;

}

.aph_sub_line {
    overflow: hidden
}

.aph_sub_line span {
    display: block
}

body.dark .aph-sub-text,
.alioth-personal-header.dark .aph-sub-text,
.alioth-personal-header.dark .aph-welc,
body.dark .aph-welc {
    color: rgba(255, 255, 255, 1);
}


.video_content .circular-button {
    position: absolute;
    bottom: 10%;
    left: 20%;
    background: #191b1d;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
}

.circular-button.dark,
body.dark .circular-button {
    color: #fff;
    background: #101010
}

.circular-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0
}

a.circular-button::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: #ebebeb;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 1
}

a.circular-button.dark::after,
body.dark a.circular-button::after {
    background: #fff
}

a.circular-button:hover::after {
    width: 100%;
    height: 100%;
}

a.circular-button:hover {
    color: #191b1d
}

a.circular-button.dark:hover,
body.dark a.circular-button:hover {
    color: #191b1d
}

.circular-button span i {
    display: block;
    margin-top: 10px
}



@media only screen and (max-width: 768px) {
    
    .video_content .circular-button{
		display:none;
	}
	
	.footer-widget, .footer-widget p, .footer_credit_left p, .footer_credit_right p{
	text-align:center
	}
	
	h1.medium-title {
	  font-size: 35px;
	  font-style: normal;
	  font-weight: 200;
	  line-height: 50px;
	  margin-bottom: 20px;
	  margin-left: 0px;
	}
	
	h1.small-title {
	  font-size: 35px;
	  font-style: normal;
	  font-weight: 200;
	  line-height: 50px;
	  margin-bottom: 20px;
	  margin-left: 0px;
	}
	
	h1, h2, h3, h4 {
	  margin-bottom: 0px;
	}
	
	.aph-welc {
        left: 0;
        font-size: 25px;
        width: 100%;
        text-align: center;
      }
    
    .aph-name {
        font-size: 100px;
        top: 50%;
    }

    .aph-sub-text {
        max-width: 100%;
        font-size: 15px;
        font-weight: 200;
        line-height: 22px;
        bottom: 30px;
      }
    
}

/* ---- Services section ---- */
.services-section {
    background: #1a1d21;
    padding: var(--section-space) 0;
    position: relative;
    z-index: 2;
}

.home-blogs-section {
    background: #0c0e11;
    padding: var(--section-space) 0;
    position: relative;
    z-index: 2;
}

/* ---- Our Process section ---- */
.process-section {
    background: #12151a;
    padding: var(--section-space) 0;
    position: relative;
    z-index: 2;
}

.process-wrap,
.why-wrap {
    width: 84%;
    max-width: 1280px;
    margin: 0 auto;
}

.why-section {
    background: #0c0e11;
    padding: var(--section-space) 0;
    position: relative;
    z-index: 2;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.why-card {
    padding: 36px 36px 36px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.why-card:nth-child(even) {
    padding-left: 36px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.why-num {
    display: block;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: #ff6200;
    margin-bottom: 16px;
}

.why-title {
    margin: 0 0 12px;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #fff;
}

.why-text {
    margin: 0;
    max-width: 460px;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

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

    .why-card:nth-child(even) {
        padding-left: 0;
        border-left: none;
    }
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.process-step {
    position: relative;
    padding: 40px 28px 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.process-step + .process-step {
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.process-step::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #ff6200;
}

.process-step + .process-step::after {
    left: 28px;
}

.process-num {
    display: block;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: #ff6200;
    margin-bottom: 20px;
}

.process-title {
    margin: 0 0 14px;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #fff;
}

.process-text {
    margin: 0;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

@media only screen and (max-width: 1100px) {
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-step:nth-child(odd) {
        padding-left: 0;
        border-left: none;
    }

    .process-step:nth-child(odd)::after {
        left: 0;
    }

    .process-step:nth-child(even) {
        padding-left: 28px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .process-step:nth-child(even)::after {
        left: 28px;
    }
}

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

    .process-step,
    .process-step + .process-step,
    .process-step:nth-child(even) {
        padding-left: 0;
        border-left: none;
    }

    .process-step::after,
    .process-step + .process-step::after,
    .process-step:nth-child(even)::after {
        left: 0;
    }
}

.services-wrap,
.home-blogs-wrap {
    width: 84%;
    max-width: 1280px;
    margin: 0 auto;
}

.services-intro {
    max-width: 720px;
    margin-bottom: 36px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.service-card {
    display: block;
    padding: 40px 36px 40px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s ease;
    color: inherit;
}

.service-card:nth-child(even) {
    padding-left: 40px;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.service-card:hover .service-name {
    color: #ff6200;
}

.service-num {
    display: block;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: #ff6200;
    margin-bottom: 18px;
}

.service-name {
    margin: 0 0 14px;
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #fff;
    transition: color 0.3s ease;
}

.service-desc {
    margin: 0 0 22px;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    color: rgba(255,255,255,0.55);
    max-width: 420px;
}

.service-link {
    font-size: 13px;
    letter-spacing: 0.06em;
    color: #ff6200;
    text-decoration: none;
}

.home-blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.home-blog-card {
    display: flex;
    flex-direction: column;
}

.home-blog-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    aspect-ratio: 16 / 10;
    text-decoration: none;
    background: #16191e;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.home-blog-card:hover .home-blog-thumb img {
    transform: scale(1.05);
}

.home-blog-thumb .info-label {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 6px 10px;
    background: rgba(12, 14, 17, 0.78);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #ff6200;
}

.home-blog-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    aspect-ratio: 16 / 10;
    padding: 24px;
    text-decoration: none;
    background: #16191e;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-blog-info .info-label {
    position: absolute;
    top: 20px;
    left: 24px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #ff6200;
}

.home-blog-info .info-stat {
    font-size: clamp(42px, 4vw, 56px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 8px;
}

.home-blog-info .info-meta {
    font-size: 13px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.5);
}

.info-bars {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 54px;
}

.info-bars i {
    display: block;
    width: 8px;
    height: var(--h);
    background: #ff6200;
    opacity: 0.85;
}

.info-ring {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.info-ring span {
    position: absolute;
    inset: 8px;
    border: 2px solid transparent;
    border-top-color: #ff6200;
    border-right-color: #ff6200;
    border-radius: 50%;
}

.info-dots {
    position: absolute;
    right: 24px;
    bottom: 28px;
    display: grid;
    grid-template-columns: repeat(3, 12px);
    gap: 8px;
}

.info-dots span {
    width: 12px;
    height: 12px;
    background: rgba(255, 98, 0, 0.35);
}

.info-dots span:nth-child(1),
.info-dots span:nth-child(2),
.info-dots span:nth-child(4) {
    background: #ff6200;
}

.home-blog-card:hover .home-blog-info,
.home-blog-card:hover .home-blog-thumb {
    border-color: rgba(255, 98, 0, 0.4);
}

.home-blog-date {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 10px;
    letter-spacing: 0.04em;
}

.home-blog-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
}

.home-blog-title a {
    color: #fff;
    text-decoration: none;
}

.home-blog-title a:hover {
    color: #ff6200;
}

.home-blog-excerpt {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.65;
    color: rgba(255,255,255,0.55);
}

/* ---- Home CTA ---- */
.home-cta-section {
    background: #2a2e33;
    padding: var(--section-space) 0;
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
    text-align: center;
}

.home-cta-wrap {
    width: 84%;
    max-width: 720px;
    margin: 0 auto;
}

.home-cta-title {
    margin: 0 0 18px;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 200;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.2;
}

.home-cta-text {
    margin: 0 auto 16px;
    max-width: 720px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
}

.home-cta-text + .home-cta-btn {
    margin-top: 16px;
}

.home-cta-btn {
    display: inline-block;
    padding: 16px 36px;
    background: #ff6200;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.04em;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.home-cta-btn:hover {
    background: #fff;
    color: #191b1d;
}

/* ---- Inner service page ---- */
.svc-page {
    background: #0c0e11;
    color: #fff;
}

.svc-hero {
    padding: 130px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.svc-hero-inner,
.svc-section-inner,
.svc-cta-inner {
    width: 84%;
    max-width: 1100px;
    margin: 0 auto;
}

.contact_info_con .c-col-4 strong {
    display: block;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}

.contact_info_con .c-col-4 a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.contact_info_con .c-col-4 a:hover {
    color: #ff6200;
}

.contact-social-col {
    display: flex;
    align-items: center;
}

.contact-social {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 8px;
}

.contact-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-social a:hover {
    border-color: #ff6200;
    background: rgba(255, 98, 0, 0.12);
}

.contact-social img {
    float: none !important;
    max-width: 18px !important;
    width: 18px;
    height: 18px;
}

.footer-social {
    margin-top: 22px;
}

.footer-social-credit {
    margin-top: 0;
    justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
    .footer-social,
    .footer-social-credit {
        justify-content: center;
    }
}

.svc-kicker {
    display: block;
    font-size: 12px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #ff6200;
    margin-bottom: 20px;
}

.svc-hero h1 {
    margin: 0 0 24px;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 200;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.svc-hero-lead {
    margin: 0;
    max-width: 640px;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.75;
    color: rgba(255,255,255,0.62);
}

.svc-hero-lead + .svc-hero-lead {
    margin-top: 16px;
}

.legal-date {
    color: #ff6200 !important;
    font-size: 14px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.legal-inner {
    width: 84%;
    max-width: 860px;
    margin: 0 auto;
}

.legal-toc-wrap {
    padding: 48px 0 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.legal-toc {
    margin: 8px 0 0;
    padding: 0 0 0 20px;
    columns: 2;
    column-gap: 40px;
}

.legal-toc li {
    break-inside: avoid;
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 200;
    color: rgba(255,255,255,0.55);
}

.legal-toc a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.legal-toc a:hover {
    color: #ff6200;
}

.legal-body {
    padding-bottom: 40px;
}

.legal-section {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.legal-section h2 {
    margin: 0 0 18px;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 300;
    letter-spacing: -0.02em;
}

.legal-section h3 {
    margin: 22px 0 12px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.hero-legal-list {
    margin: 16px 0 20px;
    max-width: 640px;
}

.legal-section p {
    margin: 0 0 14px;
    max-width: none;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75;
    color: rgba(255,255,255,0.62);
}

.legal-section .svc-list {
    margin: 8px 0 18px;
    max-width: none;
}

.legal-section a {
    color: #ff6200;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {
    .legal-inner {
        width: 90%;
    }

    .legal-toc {
        columns: 1;
    }
}

.svc-block {
    padding: var(--section-space) 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.svc-block h2 {
    margin: 0 0 20px;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 300;
    letter-spacing: -0.02em;
}

.svc-block p {
    margin: 0 0 16px;
    max-width: 720px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75;
    color: rgba(255,255,255,0.6);
}

.svc-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    max-width: 640px;
}

.svc-list li {
    position: relative;
    padding: 14px 0 14px 28px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 15px;
    font-weight: 200;
    color: rgba(255,255,255,0.7);
}

.svc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 8px;
    height: 8px;
    background: #ff6200;
}

.svc-list a {
    color: #ff6200;
    text-decoration: none;
}

.svc-list a:hover {
    text-decoration: underline;
}

.svc-cta {
    padding: var(--section-space) 0;
    text-align: left;
    background: linear-gradient(135deg, #ff7a1a 0%, #e85a00 100%);
}

.svc-cta h2 {
    margin: 0 0 16px;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 300;
    color: #fff;
}

.svc-cta p {
    margin: 0 0 28px;
    max-width: 520px;
    font-size: 16px;
    font-weight: 200;
    color: rgba(255,255,255,0.9);
}

.svc-cta-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #191b1d;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: background 0.3s ease, color 0.3s ease;
}

.svc-cta-btn:hover {
    background: #fff;
    color: #191b1d;
}

@media only screen and (max-width: 900px) {
    .services-grid,
    .home-blogs-grid {
        grid-template-columns: 1fr;
    }

    .service-card:nth-child(even) {
        padding-left: 0;
        border-left: none;
    }

    .svc-hero,
    .svc-block,
    .svc-cta {
        padding-left: 0;
        padding-right: 0;
    }

    .svc-hero-inner,
    .svc-section-inner,
    .svc-cta-inner,
    .services-wrap,
    .home-blogs-wrap {
        width: 90%;
    }
}

/* ---- New Service Page Layout ---- */
.sp-page {
    background: #0c0e11;
    color: #fff;
}

.sp-hero {
    display: block;
    min-height: 62vh;
}

.sp-hero-inner {
    position: relative;
    z-index: 2;
    width: 84%;
    max-width: 1180px;
    margin: 0 auto;
    min-height: 62vh;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 48px 72px;
    padding: 140px 0 72px;
    box-sizing: border-box;
}

.sp-hero-left {
    background: linear-gradient(145deg, #ff7a1a 0%, #e85a00 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sp-hero-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 22px;
}

.sp-hero-left h1 {
    margin: 0;
    font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
}

.sp-hero-sub {
    margin: 18px 0 0;
    max-width: 420px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 300;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}

.sp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.sp-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: 22px;
}

.sp-hero-tags span {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #fff;
}

.sp-hero-right {
    background: #16191e;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: none;
}

.sp-hero-right p {
    margin: 0 0 28px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
    max-width: 420px;
}

.sp-hero-link {
    display: inline-block;
    color: #ff6200;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255, 98, 0, 0.5);
    padding-bottom: 4px;
    width: fit-content;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.sp-hero-link:hover {
    color: #fff;
    border-color: #fff;
}

.sp-body {
    width: 84%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}

.sp-section {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    padding: var(--section-space) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-section-head {
    position: relative;
    top: auto;
    align-self: start;
}

.sp-num {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.16em;
    color: #ff6200;
    margin-bottom: 14px;
}

.sp-section-head h2 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.25;
}

.sp-section-lead {
    margin: 12px 0 0;
    max-width: 520px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.55);
}

/* FAQ sections me sticky header ki wajah se alignment issue aa sakta hai */
.sp-faq-section .sp-section-head {
    position: relative;
    top: auto;
}

/* Features / FAQ / Benefits: title always ABOVE content */
.sp-faq-full,
.sp-feature-full,
.sp-stack-section {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
}

.sp-faq-full .sp-section-head,
.sp-feature-full .sp-section-head,
.sp-stack-section .sp-section-head {
    position: relative !important;
    top: auto !important;
    order: 1 !important;
    align-self: start;
    width: 100%;
}

.sp-faq-full .sp-faq-grid,
.sp-feature-full .sp-feature-split,
.sp-stack-section > div:last-child {
    order: 2 !important;
    width: 100%;
}

.sp-copy p {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
    max-width: 640px;
}

.sp-copy p:last-child {
    margin-bottom: 0;
}

.sp-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.sp-card {
    background: #16191e;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 22px 22px 22px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: border-color 0.25s ease;
}

.sp-card:hover {
    border-color: rgba(255, 98, 0, 0.45);
}

.sp-card-dot {
    width: 8px;
    height: 8px;
    margin-top: 7px;
    flex-shrink: 0;
    background: #ff6200;
}

.sp-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.75);
}

.sp-cta {
    background: #1a1d21;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-cta-inner {
    width: 84%;
    max-width: 1180px;
    margin: 0 auto;
    padding: var(--section-space) 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sp-cta-text h2 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #fff;
}

.sp-cta-text p {
    margin: 0;
    max-width: 480px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

.sp-cta-btn {
    display: inline-block;
    flex-shrink: 0;
    padding: 16px 34px;
    background: #ff6200;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: background 0.25s ease, color 0.25s ease;
}

.sp-cta-btn:hover {
    background: #fff;
    color: #191b1d;
}

@media only screen and (max-width: 980px) {
    .sp-hero,
    .sp-hero-inner {
        min-height: auto;
    }

    .sp-hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 110px 0 48px;
    }

    .sp-hero-left,
    .sp-hero-right {
        padding: 0;
    }

    .sp-hero-right {
        border-left: none;
        border-top: none;
        padding-top: 0;
    }

    .sp-section {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: var(--section-space) 0;
    }

    .sp-section-head {
        position: static;
    }

    .sp-cards {
        grid-template-columns: 1fr;
    }

    .sp-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: var(--section-space) 0;
    }

    .sp-body,
    .sp-cta-inner {
        width: 90%;
    }
}

/* ---- Advanced Service Layouts ---- */
.sp-page {
    overflow: hidden;
}

.sp-page.ai-layout .sp-hero-left,
.sp-page.growth-layout .sp-hero-left,
.sp-page.presence-layout .sp-hero-left,
.sp-page.commerce-layout .sp-hero-left,
.sp-page.b2b-layout .sp-hero-left,
.sp-page.saas-layout .sp-hero-left,
.sp-page.fintech-layout .sp-hero-left,
.sp-page.hospitality-layout .sp-hero-left,
.sp-page.education-layout .sp-hero-left {
    overflow: hidden;
}

.sp-page.ai-layout .sp-hero {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 30%),
        linear-gradient(140deg, #ff7a1a 0%, #ff6200 45%, #9f36ff 100%);
}

.sp-page.growth-layout .sp-hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 30%),
        linear-gradient(135deg, #101f3d 0%, #ff6200 48%, #ff9d2f 100%);
}

.sp-page.presence-layout .sp-hero {
    background:
        linear-gradient(120deg, rgba(255,255,255,0.1) 0%, transparent 35%),
        linear-gradient(145deg, #111826 0%, #3b4f78 48%, #ff6200 100%);
}

.sp-page.commerce-layout .sp-hero {
    background:
        radial-gradient(circle at 80% 15%, rgba(255,255,255,0.16), transparent 28%),
        linear-gradient(145deg, #111315 0%, #18354d 40%, #ff6200 100%);
}

.sp-page.b2b-layout .sp-hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 30%),
        linear-gradient(135deg, #101f3d 0%, #ff6200 48%, #ff9d2f 100%);
}

.sp-page.saas-layout .sp-hero {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 30%),
        linear-gradient(140deg, #ff7a1a 0%, #ff6200 45%, #9f36ff 100%);
}

.sp-page.fintech-layout .sp-hero {
    background:
        linear-gradient(120deg, rgba(255,255,255,0.1) 0%, transparent 35%),
        linear-gradient(145deg, #111826 0%, #3b4f78 48%, #ff6200 100%);
}

.sp-page.hospitality-layout .sp-hero {
    background:
        radial-gradient(circle at 80% 15%, rgba(255,255,255,0.16), transparent 28%),
        linear-gradient(145deg, #111315 0%, #18354d 40%, #ff6200 100%);
}

.sp-page.education-layout .sp-hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 30%),
        linear-gradient(140deg, #131a2b 0%, #2f5d8a 45%, #ff6200 100%);
}

.sp-hero {
    position: relative;
    overflow: hidden;
}

.sp-hero-visual {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.sp-orb,
.sp-line,
.sp-grid-glow,
.sp-wave,
.sp-card-float,
.sp-ring-float {
    position: absolute;
    opacity: 0.8;
}

.sp-orb {
    border-radius: 50%;
    filter: blur(2px);
    animation: spFloat 8s ease-in-out infinite;
}

.sp-orb.orb-one {
    width: 180px;
    height: 180px;
    top: 10%;
    right: 12%;
    background: rgba(255,255,255,0.16);
}

.sp-orb.orb-two {
    width: 82px;
    height: 82px;
    bottom: 18%;
    right: 28%;
    background: rgba(255,255,255,0.22);
    animation-delay: 1s;
}

.sp-orb.orb-three {
    width: 120px;
    height: 120px;
    bottom: 14%;
    left: -20px;
    background: rgba(255,255,255,0.12);
    animation-delay: 2s;
}

.sp-line {
    height: 1px;
    background: rgba(255,255,255,0.26);
    transform-origin: left center;
    animation: spPulse 5s ease-in-out infinite;
}

.sp-line.line-one {
    width: 180px;
    top: 28%;
    right: 8%;
    transform: rotate(-18deg);
}

.sp-line.line-two {
    width: 120px;
    bottom: 28%;
    left: 8%;
    transform: rotate(22deg);
    animation-delay: 1.4s;
}

.sp-grid-glow {
    inset: auto 8% 12% auto;
    width: 180px;
    height: 180px;
    background-image:
        linear-gradient(rgba(255,255,255,0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.14) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,1), transparent 90%);
    animation: spShift 10s linear infinite;
}

.sp-wave {
    left: 8%;
    right: 8%;
    height: 140px;
    bottom: 8%;
    border-bottom: 2px solid rgba(255,255,255,0.18);
    border-radius: 50% 50% 0 0;
    animation: spWave 6s ease-in-out infinite;
}

.sp-card-float {
    width: 140px;
    height: 90px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(3px);
    animation: spFloat 7s ease-in-out infinite;
}

.sp-card-float.card-one {
    top: 18%;
    right: 10%;
    transform: rotate(-10deg);
}

.sp-card-float.card-two {
    bottom: 18%;
    left: 10%;
    transform: rotate(8deg);
    animation-delay: 1s;
}

.sp-ring-float {
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 50%;
    top: 18%;
    right: 12%;
    animation: spRotate 14s linear infinite;
}

.sp-ring-float::after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px dashed rgba(255,255,255,0.24);
    border-radius: 50%;
}

.sp-hero-copy {
    position: relative;
    z-index: 2;
}

.sp-hero-right {
    position: relative;
    z-index: 2;
}

.sp-page.ai-layout .sp-hero-right,
.sp-page.growth-layout .sp-hero-right,
.sp-page.presence-layout .sp-hero-right,
.sp-page.commerce-layout .sp-hero-right,
.sp-page.b2b-layout .sp-hero-right,
.sp-page.saas-layout .sp-hero-right,
.sp-page.fintech-layout .sp-hero-right,
.sp-page.hospitality-layout .sp-hero-right,
.sp-page.education-layout .sp-hero-right {
    background: transparent;
    border-left: none;
}

.sp-page.ai-layout .sp-hero-left,
.sp-page.growth-layout .sp-hero-left,
.sp-page.presence-layout .sp-hero-left,
.sp-page.commerce-layout .sp-hero-left,
.sp-page.b2b-layout .sp-hero-left,
.sp-page.saas-layout .sp-hero-left,
.sp-page.fintech-layout .sp-hero-left,
.sp-page.hospitality-layout .sp-hero-left,
.sp-page.education-layout .sp-hero-left {
    background: transparent;
}

.sp-hero-promo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 98, 0, 0.12);
    border: 1px solid rgba(255, 98, 0, 0.25);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
}

.sp-hero-promo strong {
    color: #ff8e42;
    font-weight: 600;
}

.sp-overview-grid,
.sp-feature-split,
.sp-benefit-grid {
    display: grid;
    gap: 20px;
}

.sp-overview-grid {
    grid-template-columns: 1.4fr 0.6fr;
    align-items: start;
}

.sp-overview-stat,
.sp-overview-quote,
.sp-mini-panel,
.sp-faq-card,
.sp-feature-card,
.sp-benefit-card {
    background: #16191e;
    border: 1px solid rgba(255,255,255,0.06);
}

.sp-overview-stat {
    padding: 24px;
}

.sp-overview-stat strong {
    display: block;
    font-size: 44px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}

.sp-overview-stat span {
    display: block;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 14px;
}

.sp-overview-stat p,
.sp-overview-quote p,
.sp-mini-panel p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.62);
}

.sp-overview-quote {
    padding: 24px;
    position: relative;
}

.sp-overview-quote::before {
    content: "";
    width: 40px;
    height: 3px;
    background: #ff6200;
    display: block;
    margin-bottom: 18px;
}

.sp-feature-split {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.sp-feature-card,
.sp-benefit-card,
.sp-faq-card {
    padding: 24px;
}

.sp-feature-card h3,
.sp-benefit-card h3,
.sp-faq-card h3,
.sp-mini-panel h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
}

.sp-feature-card p,
.sp-benefit-card p,
.sp-faq-card p,
.sp-mini-panel p {
    margin: 0;
}

.sp-feature-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    align-items: start;
}

.sp-graphic {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.sp-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 100%;
}

.sp-bars span {
    display: block;
    width: 18px;
    background: linear-gradient(180deg, #ffb26b 0%, #ff6200 100%);
    animation: spBar 2.4s ease-in-out infinite;
}

.sp-bars span:nth-child(1) { height: 42%; animation-delay: 0.2s; }
.sp-bars span:nth-child(2) { height: 68%; animation-delay: 0.5s; }
.sp-bars span:nth-child(3) { height: 88%; animation-delay: 0.8s; }
.sp-bars span:nth-child(4) { height: 58%; animation-delay: 1.1s; }

.sp-rings,
.sp-nodes,
.sp-window-lines,
.sp-flow-steps {
    position: relative;
    width: 100%;
    height: 100%;
}

.sp-rings::before,
.sp-rings::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.16);
    animation: spRotate 9s linear infinite;
}

.sp-rings::before {
    inset: 10px;
}

.sp-rings::after {
    inset: 28px;
    border-top-color: #ff6200;
    border-right-color: #ff6200;
    animation-direction: reverse;
}

.sp-nodes::before,
.sp-nodes::after,
.sp-nodes span {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff6200;
    box-shadow: 0 0 0 10px rgba(255, 98, 0, 0.12);
}

.sp-nodes::before { top: 12px; left: 16px; }
.sp-nodes::after { right: 10px; bottom: 20px; }
.sp-nodes span { top: 44px; right: 18px; background: #fff; box-shadow: 0 0 0 10px rgba(255,255,255,0.08); }

.sp-nodes i,
.sp-window-lines i,
.sp-flow-steps i {
    position: absolute;
    display: block;
    background: rgba(255,255,255,0.18);
}

.sp-nodes i:nth-child(1) {
    left: 28px;
    top: 24px;
    width: 60px;
    height: 1px;
    transform: rotate(22deg);
}

.sp-nodes i:nth-child(2) {
    left: 44px;
    top: 70px;
    width: 54px;
    height: 1px;
    transform: rotate(-26deg);
}

.sp-window-lines {
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    overflow: hidden;
}

.sp-window-lines::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 54px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
}

.sp-window-lines i:nth-child(1),
.sp-window-lines i:nth-child(2),
.sp-window-lines i:nth-child(3) {
    left: 14px;
    right: 14px;
    height: 10px;
    border-radius: 999px;
}

.sp-window-lines i:nth-child(1) { top: 38px; width: 70%; }
.sp-window-lines i:nth-child(2) { top: 60px; width: 55%; }
.sp-window-lines i:nth-child(3) { top: 82px; width: 78%; }

.sp-flow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 8px;
}

.sp-flow-steps span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 auto;
    background: #ff6200;
    box-shadow: 0 0 0 10px rgba(255,98,0,0.12);
    animation: spPulse 2.2s ease-in-out infinite;
}

.sp-flow-steps span:nth-child(2) { animation-delay: 0.5s; }
.sp-flow-steps span:nth-child(3) { animation-delay: 1s; }

.sp-flow-steps i:nth-of-type(1),
.sp-flow-steps i:nth-of-type(2) {
    top: 50%;
    height: 2px;
    width: 28px;
    transform: translateY(-50%);
}

.sp-flow-steps i:nth-of-type(1) { left: 30px; }
.sp-flow-steps i:nth-of-type(2) { right: 30px; }

.sp-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
}

.sp-benefit-card ul,
.sp-feature-card ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.sp-benefit-card li,
.sp-feature-card li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.68);
    font-size: 15px;
    line-height: 1.6;
}

.sp-benefit-card li::before,
.sp-feature-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #ff6200;
}

.sp-section-note {
    margin: 24px 0 0;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255,255,255,0.62);
}

.sp-mini-panel {
    padding: 24px;
}

.sp-mini-panel ul {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

.sp-mini-panel li {
    color: rgba(255,255,255,0.66);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.sp-faq-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 920px;
}

.sp-faq-item {
    margin: 0;
    background: #16191e;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.sp-faq-item[open] {
    border-color: rgba(255, 98, 0, 0.28);
}

.sp-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #fff;
}

.sp-faq-item summary::-webkit-details-marker {
    display: none;
}

.sp-faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ff8e42;
    font-size: 20px;
    line-height: 1;
}

.sp-faq-item[open] summary::after {
    content: "â€“";
}

.sp-faq-answer {
    padding: 0 22px 22px;
}

.sp-faq-answer p,
.sp-faq-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    line-height: 1.7;
}

.sp-faq-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Keep section title and content in natural order (no reverse) */

.sp-cta-inner.sp-cta-split {
    align-items: flex-start;
}

.sp-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.sp-cta-btn.sp-cta-secondary {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.24);
}

.sp-cta-btn.sp-cta-secondary:hover {
    border-color: #fff;
    background: #fff;
    color: #191b1d;
}

@keyframes spFloat {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-18px) translateX(10px); }
}

@keyframes spPulse {
    0%, 100% { opacity: 0.45; transform: scaleX(1); }
    50% { opacity: 1; transform: scaleX(1.08); }
}

@keyframes spShift {
    0% { transform: translateY(0); }
    50% { transform: translateY(12px); }
    100% { transform: translateY(0); }
}

@keyframes spWave {
    0%, 100% { transform: scaleX(1) translateY(0); }
    50% { transform: scaleX(1.05) translateY(-8px); }
}

@keyframes spRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spBar {
    0%, 100% { transform: scaleY(0.85); opacity: 0.75; }
    50% { transform: scaleY(1.05); opacity: 1; }
}

@media only screen and (max-width: 980px) {
    .sp-overview-grid,
    .sp-feature-split,
    .sp-benefit-grid,
    .sp-feature-card {
        grid-template-columns: 1fr;
    }

    .sp-faq-grid {
        max-width: 100%;
    }

    .sp-faq-item summary {
        padding: 16px 16px;
        font-size: 16px;
        min-height: 52px;
    }

    .sp-faq-answer {
        padding: 0 16px 16px;
    }

    .sp-graphic {
        width: 96px;
        height: 96px;
    }

    .sp-hero-promo {
        width: fit-content;
    }

    .sp-layout-alt .sp-section:nth-child(even) .sp-section-head,
    .sp-layout-alt .sp-section:nth-child(even) > div:last-child {
        order: initial;
    }
}

@media only screen and (max-width: 768px) {
    .sp-faq-item summary {
        padding: 14px 14px;
        font-size: 15px;
        gap: 12px;
        overflow-wrap: anywhere;
    }

    .sp-faq-item summary::after {
        width: 26px;
        height: 26px;
        font-size: 18px;
    }

    .sp-faq-answer {
        padding: 0 14px 14px;
    }

    .sp-faq-answer p {
        font-size: 14px;
    }
}

.srv-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.srv-chips a {
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.04em;
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.srv-chips a:hover {
    border-color: #ff6200;
    color: #fff;
    background: rgba(255, 98, 0, 0.12);
}

.srv-list {
    width: 84%;
    max-width: 1100px;
    margin: 0 auto;
}

.srv-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 40px;
    padding: 72px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    align-items: start;
}

.srv-row-num {
    font-size: clamp(48px, 7vw, 88px);
    font-weight: 200;
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: rgba(255, 98, 0, 0.35);
    transition: color 0.3s ease;
}

.srv-row:hover .srv-row-num {
    color: #ff6200;
}

.srv-row-body .srv-row-tag {
    margin: 0 0 12px;
    max-width: none;
    color: #ff6200;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.srv-row-body h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 300;
    letter-spacing: -0.03em;
    color: #fff;
}

.srv-row-body p {
    margin: 0 0 28px;
    max-width: 680px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
}

.srv-row-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255, 98, 0, 0.7);
    padding-bottom: 4px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.srv-row-link:hover {
    color: #ff6200;
    border-color: #ff6200;
}

@media only screen and (max-width: 800px) {
    .srv-list {
        width: 90%;
    }

    .srv-row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 48px 0;
    }

    .srv-row-num {
        font-size: 36px;
    }
}

/* ===== Contact form ===== */
.contact-form {
    width: 100%;
    margin-top: 28px;
}
.contact-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.contact-form-row::before {
    display: none;
}
.contact-form-row .contact-form-field {
    flex: 1 1 200px;
    min-width: 0;
}
.contact-form-field {
    position: relative;
    float: none;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
}
.contact-form-field::before {
    display: none;
}
form .contact-form-field label,
form .contact-form-field.focus label,
form .contact-form-row.focus label {
    position: static !important;
    display: block !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    pointer-events: auto !important;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
}
.contact-form-field input,
.contact-form-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 6px;
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    box-sizing: border-box;
    transition: border-color .2s ease, background .2s ease;
}
.contact-form-field textarea {
    min-height: 150px;
    resize: vertical;
}
.contact-form-field input:focus,
.contact-form-field textarea:focus {
    border-color: #c44500;
    background: rgba(255, 255, 255, .07);
}
.contact-form-field input.cf-invalid,
.contact-form-field textarea.cf-invalid {
    border-color: #e74c3c;
}
.cf-error {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #e74c3c;
}
.contact-submit {
    background: #c44500;
    color: #fff;
    border: none;
    padding: 14px 36px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    transition: background .2s ease;
}
.contact-submit:hover {
    background: #a83b00;
}
