body {
    margin: 0;
    overflow-x: hidden !important;
    font-family: "Kanit", serif;

}

p {
    margin: 0 !important;
    text-align: justify;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    z-index: 9999;
    width: 100%;
}


.header-menu .logo-main img {
    width: 200px;
    padding: 5px;
    margin-left: 25px;
    margin-top: 15px;
}

.header-menu nav ul {
    display: flex;
    padding-right: 50px;
}

.header-menu nav ul li {
    list-style: none;
    padding: 26px 25px;
}


.header-menu nav ul li a {
    text-decoration: none;
    font-family: "Kanit", serif;
    font-size: 16px;
    color: #000;

}

.mobile-menu {
    display: none;
}

.bpo-banner img {
    width: 100%;

}

.banner-text .text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Poppins", serif;
    font-size: 35px;
    line-height: 35px;

}

.banner-text p {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 74%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Poppins", serif;

}




footer {
    width: 100%;
    background-color: #faf6fa;
    border-top: 1px solid #f2f4f9;
}

.footer-content {
    padding: 10px;
}


.footer-content .content p {
    text-align: center;
    font-family: "Poppins", serif;
    color: #5c6575;
    font-size: 14px;
}


.footer-content .content p a {
    text-decoration: none;
    color: #13872a;

}

.padds-ptb {
    padding: 15px;
}

.btn {
    margin-top: 30px;
    background-color: #353282;
    padding: 5px 30px;
    border-color: #353282;
    color: white;
}

.jobs-box {
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 2px 1px 11px 0px #ccc;
    border-bottom: 1px solid #f2f4f9;
    margin-bottom: 10px;
}

.job-link {
    text-decoration: none !important;

}

.jobs-box h5 {
    color: #353282;
    font-size: 1.125rem;
    font-family: "Poppins", serif;
    font-weight: 700;

}

.text-con p {
    color: #50566d;

}

.checking button {
    background: transparent;
    width: 40%;
    border-radius: 5px;
    border: none;
    margin: 2px;

}

@media only screen and (max-width: 1100px) {
    .banner-text .text {

        font-size: 25px;
        line-height: 37px;
    }

    body {
        margin: 0;
        overflow-x: hidden !important;

    }

}

@media only screen and (max-width: 900px) {
    body {
        margin: 0;
        overflow-x: hidden !important;

    }

    .mobile-menu {
        display: block;
        font-size: 25px;
        font-weight: 800;
        color: #000;
        padding-right: 30px;
        margin-top: 13px;


    }

    .header-menu nav {
        display: none;
    }

    #mobile-men {
        position: absolute;
        width: 0%;
        background-color: #fff;
        top: 69px;
        left: 0;
        height: 100%;
        opacity: 0;
        transition: all 1s ease !important;

    }

    .menuopen {
        z-index: 99999 !important;
        opacity: 1 !important;
        width: 100% !important;
        transition: all 1s ease !important;
    }

    #mobile-men ul {

        padding-top: 50px;
    }

    #mobile-men ul li {
        list-style: none;
        padding-top: 20px;
    }

    #mobile-men ul li a {
        text-decoration: none;
        font-size: 18px;
        font-family: "Kanit", serif;
        color: #000;
    }

}


@media only screen and (max-width: 600px) {
    body {
        margin: 0;
        overflow-x: hidden !important;

    }

    .banner-text .text {
        width: 75%;
        font-size: 18px;
        line-height: 12px;
    }

    .banner-text p {
        top: 75%;
        font-size: 8px;

    }

}

.about-img img {
    width: 100%;
}

.about-content .about-head h2 {
    font-size: 40px;
    color: #353282;
    font-family: "Poppins", serif;
    font-weight: 700;
}

.services:hover {
    text-decoration: none;
}

.services img {
    width: 100%;
    border-radius: 10px;
}

.mb-50 {
    margin-bottom: 20px !important;

}

.icons {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #353282;
    color: #fff;
    border-radius: 50px;
    font-size: 40px;
    margin-bottom: 20px;
    align-items: center;

}


.icons i {
    margin-top: 12px;


}


.pd-bt {
    padding-bottom: 50px;
    padding-top: 50px;
}




/* ===============================
   BRAND FOOTER – LUXURY ANIMATION
   Colors: #908fbb | #353282
================================ */

footer {
    position: relative;
    background: linear-gradient(135deg, #353282, #2b2965);
    padding: 5px 0;
    overflow: hidden;
    animation: footerEnter 1.3s cubic-bezier(.19, 1, .22, 1);
}

/* Ambient moving gradient */
footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(144, 143, 187, 0.25) 50%,
            transparent 100%);
    transform: translateX(-120%);
    animation: ambientSweep 7s ease-in-out infinite;
}

/* Footer content wrapper */
footer .footer-content {
    position: relative;
    text-align: center;
    z-index: 2;
    animation: footerFloatSoft 5s ease-in-out infinite;
}

/* Text animation */
footer .footer-content .content p {
    color: #d6d5ef;
    font-size: 18px;
    letter-spacing: 1.5px;
    opacity: 0;
    animation: textReveal 1s ease forwards;
    animation-delay: 0.6s;
}

/* Brand link styling */
footer .footer-content .content a {
    position: relative;
    color: #908fbb;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 10px;
    transition: all 0.4s ease;
}

/* Underline draw */
footer .footer-content .content a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #908fbb;
    transition: width 0.4s ease;
}

/* Hover effects */
footer .footer-content .content a:hover {
    color: #fff;
    text-shadow: 0 0 14px rgba(144, 143, 187, 0.8);
}

footer .footer-content .content a:hover::after {
    width: 100%;
}

/* ===============================
   KEYFRAMES
================================ */

@keyframes footerEnter {
    from {
        opacity: 0;
        transform: translateY(80px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ambientSweep {
    0% {
        transform: translateX(-120%);
    }

    50% {
        transform: translateX(120%);
    }

    100% {
        transform: translateX(120%);
    }
}

@keyframes footerFloatSoft {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes textReveal {
    from {
        opacity: 0;
        transform: translateY(24px);
        letter-spacing: 6px;
    }

    to {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 1.5px;
    }
}










/* =====================================
   PREMIUM FEATURE CARDS – ADVANCED CSS
   Colors: #908fbb | #353282
===================================== */

/* Section entrance */
section.padds-ptb {
    position: relative;
    animation: sectionLift 1.2s cubic-bezier(.19, 1, .22, 1);
}

/* Card base */
section.padds-ptb .jobs-box {
    position: relative;
    background: linear-gradient(145deg, #353282, #2f2c6a);
    padding: 35px 30px;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.6s cubic-bezier(.19, 1, .22, 1),
        box-shadow 0.6s cubic-bezier(.19, 1, .22, 1);
    box-shadow: 0 15px 40px rgba(53, 50, 130, 0.35);
}

/* Animated gradient border */
section.padds-ptb .jobs-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(120deg,
            transparent,
            #908fbb,
            transparent);
    mask: linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* Ambient glow */
section.padds-ptb .jobs-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left,
            rgba(144, 143, 187, 0.25),
            transparent 60%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* Hover lift */
section.padds-ptb .jobs-box:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow: 0 35px 70px rgba(144, 143, 187, 0.45);
}

section.padds-ptb .jobs-box:hover::before,
section.padds-ptb .jobs-box:hover::after {
    opacity: 1;
}

/* Title animation */
section.padds-ptb .jobs-box h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: titleReveal 0.9s ease forwards;
}

/* Text animation */
section.padds-ptb .jobs-box .text-con p {
    color: #d7d6f2;
    line-height: 1.7;
    font-size: 15px;
    opacity: 0;
    transform: translateY(25px);
    animation: textReveal 1.1s ease forwards;
    animation-delay: 0.3s;
}

/* Staggered effect */
section.padds-ptb .col-md-4:nth-child(1) .jobs-box {
    animation-delay: 0.2s;
}

section.padds-ptb .col-md-4:nth-child(2) .jobs-box {
    animation-delay: 0.4s;
}

section.padds-ptb .col-md-4:nth-child(3) .jobs-box {
    animation-delay: 0.6s;
}

/* =====================================
   KEYFRAMES
===================================== */

@keyframes sectionLift {
    from {
        opacity: 0;
        transform: translateY(90px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes titleReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}










/* =========================================
   EDITORIAL SPLIT SECTION – PREMIUM MOTION
   Colors: #908fbb | #353282
========================================= */

section.padds-ptb.pd-bt {
    position: relative;
    overflow: hidden;
    animation: sectionEnterSoft 1.3s cubic-bezier(.19, 1, .22, 1);
}

/* Ambient background glow */
section.padds-ptb.pd-bt::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 50%,
            rgba(144, 143, 187, 0.25),
            transparent 60%);
    opacity: 0;
    animation: ambientFade 1.4s ease forwards;
    animation-delay: 0.4s;
}

/* ================= TEXT SIDE ================= */

section.padds-ptb.pd-bt .about-content {
    position: relative;
    animation: textSlideIn 1.1s cubic-bezier(.19, 1, .22, 1);
}

/* Heading styling */
section.padds-ptb.pd-bt .about-content h2 {
    position: relative;
    color: #353282;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Animated underline */
section.padds-ptb.pd-bt .about-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg,
            #908fbb,
            transparent);
    animation: underlineDraw 1s ease forwards;
    animation-delay: 0.8s;
}

/* Paragraph animation */
section.padds-ptb.pd-bt .about-content p {
    color: #4b4a77;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(25px);
    animation: paragraphReveal 1s ease forwards;
}

section.padds-ptb.pd-bt .about-content p:nth-of-type(1) {
    animation-delay: 0.4s;
}

section.padds-ptb.pd-bt .about-content p:nth-of-type(2) {
    animation-delay: 0.6s;
}

/* ================= IMAGE SIDE ================= */

section.padds-ptb.pd-bt .about-img {
    position: relative;
    animation: imageSlideIn 1.2s cubic-bezier(.19, 1, .22, 1);
}

/* Image depth */
section.padds-ptb.pd-bt .about-img img {
    border-radius: 22px;
    transform: scale(1.08);
    transition: transform 0.8s cubic-bezier(.19, 1, .22, 1),
        box-shadow 0.8s cubic-bezier(.19, 1, .22, 1);
    box-shadow: 0 30px 70px rgba(53, 50, 130, 0.35);
}

/* Hover parallax */
section.padds-ptb.pd-bt .about-img:hover img {
    transform: scale(1) translateY(-6px);
    box-shadow: 0 45px 90px rgba(144, 143, 187, 0.45);
}

/* Image glow overlay */
section.padds-ptb.pd-bt .about-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: radial-gradient(circle at top right,
            rgba(144, 143, 187, 0.35),
            transparent 60%);
    opacity: 0;
    transition: opacity 0.6s ease;
    margin-top: 50px;
}

section.padds-ptb.pd-bt .about-img:hover::after {
    opacity: 1;
}

/* =========================================
   KEYFRAMES
========================================= */

@keyframes sectionEnterSoft {
    from {
        opacity: 0;
        transform: translateY(90px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ambientFade {
    to {
        opacity: 1;
    }
}

@keyframes textSlideIn {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes imageSlideIn {
    from {
        opacity: 0;
        transform: translateX(80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes underlineDraw {
    to {
        width: 120px;
    }
}

@keyframes paragraphReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}










/* ===========================================
   ABOUT SECTION (IMAGE LEFT / TEXT RIGHT)
   Advanced Brand Animation
   Colors: #908fbb | #353282
=========================================== */

section.padds-ptb.pd-bt {
    position: relative;
    overflow: hidden;
    animation: aboutSectionLift 1.3s cubic-bezier(.19, 1, .22, 1);
}

/* Ambient brand light */
section.padds-ptb.pd-bt::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 50%,
            rgba(144, 143, 187, 0.22),
            transparent 65%);
    opacity: 0;
    animation: ambientReveal 1.2s ease forwards;
    animation-delay: 0.5s;
}

/* ================= IMAGE SIDE ================= */

section.padds-ptb.pd-bt .col-md-6:first-child .about-img {
    position: relative;
    opacity: 0;
    transform: translateX(-90px);
    animation: imageEnterLeft 1.2s cubic-bezier(.19, 1, .22, 1) forwards;
}

/* Image depth styling */
section.padds-ptb.pd-bt .about-img img {
    width: 100%;
    border-radius: 22px;
    transform: scale(1.1);
    transition: transform 0.8s cubic-bezier(.19, 1, .22, 1),
        box-shadow 0.8s cubic-bezier(.19, 1, .22, 1);
    box-shadow: 0 28px 70px rgba(53, 50, 130, 0.35);
}

/* Hover parallax */
section.padds-ptb.pd-bt .about-img:hover img {
    transform: scale(1.02) translateY(-6px);
    box-shadow: 0 45px 90px rgba(144, 143, 187, 0.45);
}

/* Image glow overlay */
section.padds-ptb.pd-bt .about-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: radial-gradient(circle at top left,
            rgba(144, 143, 187, 0.35),
            transparent 65%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

section.padds-ptb.pd-bt .about-img:hover::after {
    opacity: 1;
}

/* ================= TEXT SIDE ================= */

section.padds-ptb.pd-bt .col-md-6:last-child .about-content {
    position: relative;
    opacity: 0;
    transform: translateX(90px);
    animation: textEnterRight 1.2s cubic-bezier(.19, 1, .22, 1) forwards;
    animation-delay: 0.2s;
}

/* Heading */
section.padds-ptb.pd-bt .about-content h2 {
    position: relative;
    color: #353282;
    font-weight: 700;
    margin-bottom: 28px;

}

/* Animated underline */
section.padds-ptb.pd-bt .about-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #908fbb, transparent);
    animation: underlineReveal 1s ease forwards;
    animation-delay: 1s;
}

/* Paragraph reveal */
section.padds-ptb.pd-bt .about-content p {
    color: #4d4c7a;
    line-height: 1.85;
    opacity: 0;
    transform: translateY(26px);
    animation: paragraphFadeUp 1s ease forwards;
}

section.padds-ptb.pd-bt .about-content p:nth-of-type(1) {
    animation-delay: 0.6s;
}

section.padds-ptb.pd-bt .about-content p:nth-of-type(2) {
    animation-delay: 0.8s;
}

/* ===========================================
   KEYFRAMES
=========================================== */

@keyframes aboutSectionLift {
    from {
        opacity: 0;
        transform: translateY(90px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ambientReveal {
    to {
        opacity: 1;
    }
}

@keyframes imageEnterLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes textEnterRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes underlineReveal {
    to {
        width: 140px;
    }
}

@keyframes paragraphFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}