:root {
    --feature: #0a1830;
    --blue: #1266d6;
    --navy: #102548;
    --ink: #12233d;
    --muted: #52647c;
    --pale: #f2f7fc;
    --line: #dce5ef;
    --mint: #19b897;
    --white: #fff;
    --color-main: #234368; /* #501E9C; */
    --color-primary: #8169F1;
    --color-secondary: #578fc5; /* #A44CEE; */
    --color-ternary: #FF847F;
    --color-blue2: #4a00e1;
    --color-blue4: #5842bc;
    --color-blue5: #157efb;
    --color-blue6: #6640f4;
    --color-lightBlue: #15f1ff;
    --color-darkBlue: #010049;
    /* --color-gray: #eef4f8; */
    --color-gray: #9a9a9a;
    --color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
    --color-light-grad: linear-gradient(to right, var(--line) 0%, var(--white) 100%)
}

body{
    font-family: Manrope, Arial, sans-serif;
}

/* background */
.bg-1{
    background-color: var(--blue);
}
.bg-2{
    background-color: var(--color-main);
}
.bg-3{
    background-color: var(--color-ternary);
}
.bg-4{
    background-color: var(--feature);
}

.bg-light-og{
    background-color: rgb(248,249,250, 1);
}

.bg-light1{
    background-color: #ebf0f6;
}

.bg-grad1{
    background: var(--color-main-grad);
}
.bg-grad2{
    background: var(--color-light-grad);
}

.viewport-section {
    position: absolute;
    height: 100vh;
    overflow: hidden;
}

.bottom-blur-overlay {
    position: fixed; /* Use 'fixed' if you want it pinned to the browser window viewport */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust height of the blur area */
    backdrop-filter: blur(16px);
    z-index: 999999;
    -webkit-backdrop-filter: blur(16px); /* For Safari support */
    pointer-events: none; /* Allows clicks to pass through the blur */
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

/* typography */

.text-main{
    color: var(--color-main) !important;
}

.text-theme{
    color: var(--color-darkBlue) !important;
}

.text-ternary{
    color: var(--color-ternary) !important;
}

.a-none{
    text-decoration: none !important;
    color: inherit;
}

.left-sec-para{
    font-size: 15px;
    line-height: 1.7;
}

/* navbar */

.navbar .navbar-brand .logo{
    width: 235px;
}

.navbar .navbar-collapse.show .nav-item.link{
    border-bottom:1px solid #e6eff9;
}

.navbar .navbar-collapse.show .nav-item.link.btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar .nav-item{
    padding:4px 10px;
}

.navbar .nav-item .nav-link{
    color: #52677D;
    transition:cubic-bezier(0.23, 1, 0.320, 1) .3s;
    font-weight: 600;
}

.navbar .nav-item.btn .nav-link{
    font-size: 14px;
}

.navbar .nav-item:hover .nav-link{
    color: var(--color-ternary);
    text-shadow: 0px 0px 1px var(--color-lightBlue);
}

main{
    /* margin-top: 70px; */
}

header{
    border-bottom: .65px solid lightgray;
}

.cta-button{
    display: inline-block;
    padding: 15px 19px;
    margin-top: 28px;
    font-size: 13px;
    font-weight: 600;
    transition: all .4s ease;
}
.cta-button:hover{
    letter-spacing: 0.75px;
}
/* homepage */

.hero{
    /* border-top: .65px solid lightgray; */
    background: linear-gradient(116deg, #fff 0%, #fff 56%, #eef6ff 56%);
    /* min-height: 600px; */
    overflow: hidden;
}

.hero h1{
    font-size: clamp(46px, 6vw, 78px);
    letter-spacing: -1.5px;
    line-height: .98;
    margin: 17px 0;
    color: var(--color-darkBlue);
}

.hero h1 strong {
    color: var(--color-blue5);
}

.hero p {
    font-size: 17px;
    line-height: 1.65;
    color: var(--color-darkBlue);
    max-width: 555px;
    margin: 0;
}

.network {
    height: 390px;
    position: relative
}

.network:before,
.network:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(161, 202, 255, .25);
    border-radius: 50%;
    width: 320px;
    height: 320px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.network:after {
    width: 210px;
    height: 210px;
    border-color: rgba(105, 232, 207, .6)
}

.core {
    position: absolute;
    left: 43%;
    top: 44%;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: linear-gradient(135deg, var(--color-main), #61a8ff);
    box-shadow: 0 0 70px 17px rgba(87, 184, 234, .26);
    animation: spin 6s linear infinite;
}

.node {
    position: absolute;
    padding: 9px 11px;
    border: 1px solid rgba(178, 211, 249, .27);
    background: rgba(9, 29, 58, .83);
    font: 10px 'DM Mono';
    color: #d8e7f7
}

.n1 {
    top: 37px;
    left: 5%;
    z-index:1;
}

.n2 {
    right: 0;
    top: 51%;
    z-index:1;
}

.n3 {
    bottom: 34px;
    left: 14%;
    z-index:1;
}

.eyebrow {
    font: 11px 'Space Mono', monospace;
    /* color: var(--color-); */
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.proof{
    margin-top: 40px;
}

.proof strong{
    display: block;
    font-size: 27px;
}

.proof span{
    font-size: 14px;
    color: var(--color-gray);
}

/* services section */

.parallax-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-bg {
  background-image: url(../../../../wp-content/uploads/2026/09/2151893446.jpg);
  background-size: cover;
  background-position: center;
  will-change: transform; /* Optimizes browser performance */
}

h2.head{
    font-size: clamp(30px, 4.2vw, 50px);
    letter-spacing: -1.45px;
    line-height: 1.03;
    margin: 11px 0 0;
    font-weight: bold;
}

/* industries section */

.industry-main{
    min-height: 400px;
    background: linear-gradient(120deg, rgba(5, 17, 36, .94), rgba(15, 43, 77, .72)), url('https://images.unsplash.com/photo-1559757175-5700dde675fd?auto=format&fit=crop&w=1200&q=80') center/cover;
    padding: 42px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.industry-card {
    padding: 24px;
    background: #0c1d37;
    color: #fff;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transform: scale(1);
    transition: all .3s ease;
    overflow: hidden;
}

.industry-card:hover{
    background: var(--color-light-grad);
    box-shadow: 3px 4px 6px 2px #c7d8eb;
    color: var(--ink);
    transform: scale(1.05);
}

.industry-main h3 {
    font-size: 34px;
    letter-spacing: -1.7px;
    margin: 12px 0;
}

.industry-main p {
    font-size: 14px;
    /* max-width: 410px; */
    line-height: 1.6;
}

.industry-card h3 {
    font-size: 18px;
    margin: 9px 0;
}

.industry-card p{
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

/* feature work */
.feature h2 {
    font-size: 42px;
    letter-spacing: -2.5px;
    line-height: 1.02;
    margin: 15px 0;
    color: #fff;
}
.feature p {
    color: #c7d8eb;
    line-height: 1.65;
    font-size: 14px;
}
.feature-art {
    min-height: 340px;
    height: 100%;
    position: relative;
    background: linear-gradient(150deg, rgba(88, 225, 202, .3), transparent 52%), repeating-linear-gradient(90deg, rgba(225, 244, 255, .18) 0 1px, transparent 1px 40px), repeating-linear-gradient(0deg, rgba(225, 244, 255, .15) 0 1px, transparent 1px 40px);
}

.feature-art:before {
    content: "AI\A AUTOMATION";
    white-space: pre;
    position: absolute;
    left: 12%;
    bottom: 15%;
    font-size: clamp(42px, 5vw, 80px);
    font-weight: 800;
    line-height: .84;
    letter-spacing: -5px;
    color: rgba(239, 255, 251, .9);
}

/* accordion */

.accordion {
    border-top: 1px solid var(--line);
}

.acc {
    border-bottom: 1px solid var(--line);
}

.acc button {
    width: 100%;
    border: 0;
    background: #fff;
    display: grid;
    grid-template-columns: 65px 1fr 35px;
    align-items: center;
    text-align: left;
    padding: 21px 0;
    color: var(--ink);
    cursor: pointer;
}

.acc button span {
    font: 11px 'Space Mono';
    color: var(--blue);
}

.acc button strong {
    font-size: 25px;
    letter-spacing: -1px;
}

.acc button i {
    font-size: 25px;
    color: var(--blue);
    font-style: normal;
    transform: rotate(0deg);
    transition: transform .3s ease;
}

.acc.open i {
    transform: translate(-3px, 3px) rotate(45deg);
}

.panel {
    padding: 0px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    max-width: 760px;
    height: 0px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}

.acc.open .panel {
    display: block;
    transform: scaleY(1);
    transition: transform 0.3s ease;
    opacity: 1;
    height: auto;
    padding: 0 40px 24px 65px
}

/* ai & automation */

.ai-points {
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.ai-point {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding: 20px 0;
}

.ai-point b {
    display: block;
    font-size: 19px;
    margin-bottom: 7px;
}

.ai-point span {
    font-size: 13px;
    line-height: 1.55;
    color: #d8e8f7;
}

/* footer */

footer .logo{
    width: 180px !important;
}

footer .footer-link h4, footer .footer-contact h4{
    text-transform: uppercase;
    color: #FF847F;
    font-weight: 700;
    font-size: 16px;
}

footer .footer-contact ul,
footer .footer-link ul{
    padding-left: 0px;
    margin-left: 0px;
}
footer .footer-contact ul li,
footer .footer-link ul li{
    font-size: 14px;
    list-style-type: none;
}

footer .copyright{
    font-size: 12px;
}

/* animation */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* media query */

@media(max-width: 767px){
    .navbar .navbar-brand .logo{
        width: 200px;
    }
    .proof-card{
        padding: 20px;
        background: #f6f6f677;
        text-align: center;
    }
    .proof-card strong{
        font-size: 20px;
    }
    .proof-card:nth-child(2){
        background-color: #ffe7e7af;
    }
    .proof-card:nth-child(3){
        background-color: #e5e55a55;
    }
    .proof-card:nth-child(4){
        background-color: #99e4ec63;
    }

    /* industry */
    .industry-card{
        min-height: 120px;
    }

    .acc.open .panel {
        padding: 0 10px 10px 10px
    }

}

/* Services Page Styles */

.services-page {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.service-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.service-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.service-container:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.service-container.reverse {
    direction: rtl;
}

.service-container.reverse .service-info {
    direction: ltr;
}

.service-visual {
    position: relative;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.service-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.service-item:hover .service-img {
    transform: scale(1.08);
}

.service-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(43, 112, 237, 0.9);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Mono', monospace;
    font-weight: bold;
    font-size: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(43, 112, 237, 0.3);
}

.service-info {
    padding: 20px;
    transition: transform 0.4s ease;
}

.service-header {
    margin-bottom: 25px;
}

.service-label {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 2px;
    color: #2b70ed;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.service-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

.service-body {
    opacity: 0.9;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #596375;
    line-height: 1.5;
    transition: transform 0.2s ease;
}

.feature-item:hover {
    transform: translateX(5px);
    color: #2b70ed;
}

.feature-icon {
    font-size: 18px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-stack {
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.tech-label {
    font-size: 12px;
    font-weight: 600;
    color: #111827;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tech-tag {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8edff 100%);
    color: #2b70ed;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(43, 112, 237, 0.1);
}

.tech-tag:hover {
    background: #2b70ed;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(43, 112, 237, 0.3);
}

.cta-section {
    background: linear-gradient(135deg, #2b70ed 0%, #1a4bb8 100%);
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.cta-section h3 {
    color: white;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.cta-section .btn-light {
    background: white;
    color: #2b70ed;
    border: none;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.cta-section .btn-light:hover {
    background: #f8f9fa;
    color: #1a4bb8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 991px) {
    .service-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px;
    }
    
    .service-container.reverse {
        direction: ltr;
    }
    
    .service-visual {
        height: 300px;
    }
    
    .service-title {
        font-size: 24px;
    }
    
    .service-info {
        padding: 15px;
    }
    
    .tech-tags {
        gap: 6px;
    }
    
    .tech-tag {
        font-size: 11px;
        padding: 5px 12px;
    }

    .acc button strong {
        font-size: 20px;
        letter-spacing: -1px;
    }
}

@media (max-width: 767px) {
    .service-container {
        padding: 25px;
        border-radius: 16px;
    }
    
    .service-visual {
        height: 250px;
    }
    
    .service-title {
        font-size: 22px;
    }
    
    .feature-item {
        font-size: 13px;
    }
    
    .service-overlay {
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 15px;
        right: 15px;
    }
}

/* Industries Page Styles */

.industries-page {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.industry-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.industry-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.industry-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.industry-container:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.industry-container.reverse {
    direction: rtl;
}

.industry-container.reverse .industry-info {
    direction: ltr;
}

.industry-visual {
    position: relative;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.industry-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.industry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.industry-item:hover .industry-img {
    transform: scale(1.08);
}

.industry-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(43, 112, 237, 0.9);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Mono', monospace;
    font-weight: bold;
    font-size: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(43, 112, 237, 0.3);
}

.industry-info {
    padding: 20px;
    transition: transform 0.4s ease;
}

.industry-header {
    margin-bottom: 25px;
}

.industry-label {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 2px;
    color: #2b70ed;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.industry-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

.industry-body {
    opacity: 0.9;
}

.industry-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .industry-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px;
    }
    
    .industry-container.reverse {
        direction: ltr;
    }
    
    .industry-visual {
        height: 300px;
    }
    
    .industry-title {
        font-size: 24px;
    }
    
    .industry-info {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .industry-container {
        padding: 25px;
        border-radius: 16px;
    }
    
    .industry-visual {
        height: 250px;
    }
    
    .industry-title {
        font-size: 22px;
    }
    
    .industry-overlay {
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 15px;
        right: 15px;
    }
}

/* Careers Page Styles */

.careers-page {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.why-work-section {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.benefit-card {
    padding: 25px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #2b70ed;
}

.benefit-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

.benefit-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.benefit-card p {
    font-size: 14px;
    color: #596375;
    line-height: 1.5;
    margin: 0;
}

.application-form {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.application-form h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.form-label {
    font-weight: 500;
    color: #111827;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-control, .form-select {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    border-color: #2b70ed;
    box-shadow: 0 0 0 3px rgba(43, 112, 237, 0.1);
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.form-check {
    padding: 8px 12px;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.2s ease;
}

.form-check:hover {
    background: #e9ecef;
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
    font-size: 13px;
    color: #596375;
}

.btn-primary {
    background: linear-gradient(135deg, #2b70ed 0%, #1a4bb8 100%);
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(43, 112, 237, 0.3);
}

.btn-outline-primary {
    border: 2px solid #2b70ed;
    color: #2b70ed;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #2b70ed;
    color: white;
    transform: translateY(-2px);
}

.open-positions-section {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.open-positions-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
}

.position-card {
    padding: 25px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

.position-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #2b70ed;
}

.position-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.position-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.position-badge {
    background: linear-gradient(135deg, #2b70ed 0%, #1a4bb8 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.position-location {
    font-size: 13px;
    color: #596375;
    margin-bottom: 10px;
}

.position-card p {
    font-size: 14px;
    color: #596375;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .benefit-card {
        padding: 20px;
    }
    
    .application-form {
        padding: 25px;
    }
    
    .skills-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
    
    .position-card {
        padding: 20px;
    }
    
    .position-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Contact Page Styles */

.contact-page {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-form-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-container h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.contact-info-section {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-info-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 25px;
}

.contact-info-card {
    padding: 25px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #2b70ed;
}

.contact-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

.contact-info-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
}

.contact-link {
    display: block;
    color: #2b70ed;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s ease;
}

.contact-link:hover {
    color: #1a4bb8;
    text-decoration: underline;
}

.contact-text {
    color: #596375;
    margin-bottom: 8px;
    font-size: 14px;
}

.working-hours-section {
    background: linear-gradient(135deg, #2b70ed 0%, #1a4bb8 100%);
    border-radius: 20px;
    color: white;
}

.working-hours-section h3 {
    color: white;
    font-weight: 700;
}

.working-hours-section p {
    color: rgba(255, 255, 255, 0.8);
}

.hours-info {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hours-item:last-child {
    border-bottom: none;
}

.hours-day {
    font-weight: 600;
}

.hours-time {
    color: rgba(255, 255, 255, 0.9);
}

.alert {
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.alert-success {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

@media (max-width: 767px) {
    .contact-form-container {
        padding: 25px;
    }
    
    .contact-info-card {
        padding: 20px;
    }
    
    .working-hours-section {
        padding: 25px;
    }
    
    .hours-item {
        flex-direction: column;
        gap: 5px;
    }
}

/* AI & Automation Page Styles */

.ai-automation-page {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.ai-hero-section {
    background: linear-gradient(135deg, #2b70ed 0%, #1a4bb8 100%);
    border-radius: 20px;
    color: white;
    box-shadow: 0 4px 20px rgba(43, 112, 237, 0.2);
}

.ai-hero-section h3 {
    color: white;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.ai-hero-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
}

.ai-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: white;
}

.stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ai-visual img {
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.ai-capability-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ai-capability-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.ai-capability-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.ai-capability-container:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.ai-capability-container.reverse {
    direction: rtl;
}

.ai-capability-container.reverse .ai-capability-info {
    direction: ltr;
}

.ai-capability-visual {
    position: relative;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.ai-capability-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.ai-capability-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.ai-capability-item:hover .ai-capability-img {
    transform: scale(1.08);
}

.ai-capability-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(43, 112, 237, 0.9);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Mono', monospace;
    font-weight: bold;
    font-size: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(43, 112, 237, 0.3);
}

.ai-capability-info {
    padding: 20px;
    transition: transform 0.4s ease;
}

.ai-capability-header {
    margin-bottom: 25px;
}

.ai-capability-label {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 2px;
    color: #2b70ed;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.ai-capability-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

.ai-capability-body {
    opacity: 0.9;
}

.ai-capability-description {
    font-size: 16px;
    color: #596375;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ai-capability-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.ai-process-section {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ai-process-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 30px;
}

.process-step {
    text-align: center;
    padding: 25px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #2b70ed;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2b70ed 0%, #1a4bb8 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 15px;
}

.process-step h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 14px;
    color: #596375;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .ai-capability-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px;
    }
    
    .ai-capability-container.reverse {
        direction: ltr;
    }
    
    .ai-capability-visual {
        height: 300px;
    }
    
    .ai-capability-title {
        font-size: 24px;
    }
    
    .ai-capability-info {
        padding: 15px;
    }
    
    .ai-stats {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .ai-hero-section {
        padding: 30px;
    }
    
    .ai-hero-section h3 {
        font-size: 24px;
    }
    
    .ai-capability-container {
        padding: 25px;
        border-radius: 16px;
    }
    
    .ai-capability-visual {
        height: 250px;
    }
    
    .ai-capability-title {
        font-size: 22px;
    }
    
    .ai-capability-overlay {
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 15px;
        right: 15px;
    }
    
    .process-step {
        padding: 20px;
    }
}

.ai-cta-section {
    background: linear-gradient(135deg, #1a4bb8 0%, #0d3578 100%);
    border-radius: 16px;
    color: white;
    margin-top: 20px;
}

.ai-cta-section h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}

.ai-cta-section .btn-outline-light {
    border: 2px solid white;
    color: white;
    font-weight: 600;
}

.ai-cta-section .btn-outline-light:hover {
    background: white;
    color: #1a4bb8;
}

/* AI Promo Section Styles */

.ai-promo-section {
    background: linear-gradient(135deg, #f0f4ff 0%, #e8edff 100%);
    border-radius: 20px;
    padding: 40px;
    border: 2px solid rgba(43, 112, 237, 0.1);
    transition: all 0.3s ease;
}

.ai-promo-section:hover {
    box-shadow: 0 8px 30px rgba(43, 112, 237, 0.15);
    border-color: rgba(43, 112, 237, 0.3);
    transform: translateY(-3px);
}

.ai-promo-content {
    padding: 20px;
}

.ai-promo-label {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 2px;
    color: #2b70ed;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.ai-promo-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    line-height: 1.3;
}

.ai-promo-description {
    font-size: 16px;
    color: #596375;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ai-promo-btn {
    background: linear-gradient(135deg, #2b70ed 0%, #1a4bb8 100%);
    border: none;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.ai-promo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(43, 112, 237, 0.3);
}

.ai-promo-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ai-icon-large {
    font-size: 80px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 991px) {
    .ai-promo-section {
        padding: 30px;
    }
    
    .ai-promo-title {
        font-size: 20px;
    }
    
    .ai-icon-large {
        font-size: 60px;
        margin-top: 20px;
    }
    
    .ai-promo-visual {
        justify-content: center;
        margin-top: 20px;
    }
    .feature-copy{
        background: linear-gradient(150deg, rgba(88, 225, 202, .3), transparent 52%), repeating-linear-gradient(90deg, rgba(225, 244, 255, .18) 0 1px, transparent 1px 40px), repeating-linear-gradient(0deg, rgba(225, 244, 255, .15) 0 1px, transparent 1px 40px);
    }
}

@media (max-width: 767px) {
    .ai-promo-section {
        padding: 25px;
    }
    
    .ai-promo-title {
        font-size: 18px;
    }
    
    .ai-promo-description {
        font-size: 14px;
    }
    
    .ai-icon-large {
        font-size: 50px;
    }
}

/* Legal Pages Styles */

.legal-page {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.legal-content {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.legal-content h1 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.last-updated {
    font-size: 14px;
    color: #596375;
    margin-bottom: 30px;
    font-style: italic;
}

.legal-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e7eb;
}

.legal-section:last-child {
    border-bottom: none;
}

.legal-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.legal-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-top: 20px;
    margin-bottom: 10px;
}

.legal-section p {
    font-size: 15px;
    color: #596375;
    line-height: 1.7;
    margin-bottom: 15px;
}

.legal-section ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.legal-section li {
    font-size: 15px;
    color: #596375;
    line-height: 1.6;
    margin-bottom: 8px;
}

.legal-section li strong {
    color: #111827;
    font-weight: 600;
}

@media (max-width: 767px) {
    .legal-content {
        padding: 25px;
        border-radius: 16px;
    }
    
    .legal-content h1 {
        font-size: 28px;
    }
    
    .legal-section h2 {
        font-size: 20px;
    }
    
    .legal-section h3 {
        font-size: 16px;
    }
    
    .legal-section p,
    .legal-section li {
        font-size: 14px;
    }
}