    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html,
    body {
        overflow-x: hidden;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        color: #000;
    }

    ul li {
        padding: 0px;
        list-style: none;
    }

    ul {
        padding: 0;
        margin: 0;
    }

    a {
        text-decoration: none;
    }

    body {
        font-family: "Barlow", sans-serif;
        background-color: #F8F5EF;
    }



    .contener {
        max-width: 1240px;
        margin: auto;
    }

    section {
        padding: 50px 0;
    }


    .header_hero_img {
        background-image: url(/images/hero\ img.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .header_hero_img::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        opacity: 40%;
    }





    /* ...........header css............. */



    .header_section {
        padding: 0px !important;
    }

    header.header_section {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    section.header-main {
        width: 100%;
        position: relative;
        z-index: 9;
    }

    .header_section .menu ul {
        display: flex;
        align-items: center;
        font-size: 20px;
        gap: 60px;
        color: #000;
    }


    .header_section .menu ul a {
        color: #fff;
    }

    .toggle-btn {
        display: none;
        font-size: 28px;
        cursor: pointer;
        color: #fff;
    }




    /* ..........hero section............ */




    .hero_section {
        padding: 0px !important;
    }

    .hero-main {
        position: relative;
        z-index: 9;
    }

    .hero_section {
        padding-top: 0;
    }

    .hero_section .hero_tital h1 {
        width: 70%;
        font-size: 65px;
        margin: auto;
        text-align: center;
        padding: 30px;
        color: #fff;
        margin-top: 6rem;
    }

    .hero_section .hero_tital p {
        width: 43%;
        font-size: 16px;
        margin: auto;
        text-align: center;
        padding-bottom: 50px;
        color: #fff;
        line-height: 24px;
    }


    .hero_contact {
        background-color: #fff;
        padding: 30px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: -80px;
        position: relative;
        width: 100%;
    }

    .hero_contact .hero_contact_icon_can {
        width: 33%;
        text-align: center;
        gap: 15px;
        display: inline-grid;
    }

    .hero_contact .hero_contact_icon_can .hero_contact_icon i {
        font-size: 30px;
    }

    .hero_contact .hero_contact_icon_can .hero_contact_can h6 {
        font-size: 18px;
    }

    .hero_contact .hero_contact_icon_can .hero_contact_can p {
        font-size: 16px;
        padding-top: 15px;
        line-height: 24px;
    }

    .hero_contact .hero_contact_icon_can .hero_contact_can_phone p {
        flex-direction: column;
        display: flex;
        line-height: 24px;
    }

    .hero_contact_can h6::before {
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background-color: #5171FB;
        margin: 10px auto;
    }




    /* ...........about css........... */



    .about_section .about {
        padding-top: 50px;
    }

    .about {
        display: flex;
        gap: 60px;
        align-items: center;
    }

    .about_img img {
        border-radius: 20px;
    }

    .about .about_con h4 {
        font-size: 30px;
    }

    .about .about_con h3 {
        font-size: 47px;
        font-weight: 600;
    }

    .about .about_con p {
        font-size: 16px;
        line-height: 24px;
    }

    .about .about_con .about_button a {
        font-size: 19px;
        padding: 12px 35px;
        background-color: #5171FB;
        border-radius: 10px;
        color: #fff;
        display: inline-block;
        margin: auto;
    }

    .about .about_con {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }




    /* ..........Services....... */



    .Services {
        width: 80%;
        margin: auto;
    }

    .Services_taitl {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .Services_taitl h2 {
        font-size: 47px;
        text-align: center;
    }

    .Services_taitl p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        width: 60%;
        margin: auto;
    }

    .Services .Services_all {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        justify-content: space-between;
        gap: 70px;


    }

    .Services_all .Services_all_one a {
        display: flex;
        gap: 25px;
    }

    .Services .Services_all .Services_all_one h3 {
        font-size: 17px;
    }

    .Services .Services_all .Services_all_one p {
        font-size: 16px;
        line-height: 24px;
    }

    .Services .Services_all .Services_all_one .Services_all_one_icon img {
        width: 65px;
        object-fit: cover;
    }

    .Services_all_button {
        background-color: #fff;
        padding: 65px;
        margin-top: 50px;
    }

    .Services_button a {
        font-size: 19px;
        padding: 12px 35px;
        background-color: #5171FB;
        border-radius: 10px;
        color: #fff;
        display: inline-block;
        margin: auto;
    }

    .Services_button {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }




    /* ..........Experience css........... */

    .Experience_img {
        background-image: url(/images/Experience\ img.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
        position: relative;
    }

    .Experience_img::after {
        content: "";
        background: #00000059;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .Experience_con h2 {
        font-size: 50px;
        width: 60%;
        padding-top: 100px;
        margin: auto;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 9;
    }

    .Experience_icon {

        display: flex;
        justify-content: space-between;
        /* margin-top: 240px; */
        padding: 50px 0px;
    }

    .Experience_icon .Experience_icon_all_one {
        padding: 20px;
        text-align: center;
    }

    .Experience_icon .Experience_icon_all_one .Experience_icon_all_one_icon img {
        width: 50px;
    }

    .Experience_icon .Experience_icon_all_one .Experience_icon_all_one_con h3 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .Experience_icon .Experience_icon_all_one .Experience_icon_all_one_con p {
        font-size: 16px;
    }

    .Experience_icon_main_class {
        padding: 0;
        background-color: #fff;
    }

    section.Experience_section {
        padding: 0;
    }

    .Experience_icon_all_one_con h3::after {
        content: "";
        width: 25%;
        height: 2px;
        background: #5171FB;
        display: block;
        margin: auto;
        margin-top: 10px;
    }





    :root {
        --max-w: 1200px;
        --accent: #0d0d0d;
        --muted: #9aa4ad;
        --card-bg: #ffffff;
        --shadow: 0 8px 20px rgba(15, 20, 25, 0.08), 0 2px 6px rgba(15, 20, 25, 0.04);
    }


    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .wrap {
        width: 100%;
        max-width: var(--max-w);
        margin: auto;
        padding: 80px 0;
    }

    .headline {
        font-weight: 800;
        font-size: 47px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        width: 88%;
        margin: 0px auto 40px;
    }

    /* main grid: two columns, three rows */
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px 28px;
        align-items: start;
    }

    .card {
        background: var(--card-bg);
        border-radius: 8px;
        overflow: hidden;
        box-shadow: var(--shadow);
        border: 1px solid rgba(12, 12, 12, 0.03);
        display: flex;
        flex-direction: column;
        min-height: 160px;
    }

    /* give the left column cards slightly different heights to match reference rhythm */
    .card.small {
        min-height: 120px
    }

    .card.medium {
        min-height: 160px
    }

    .card.large {
        min-height: 200px
    }


    .screenshot {
        width: 100%;
        height: 100%;
        display: block;
        /* object-fit: cover; */
        aspect-ratio: 16/9;
    }


    /* optionally wrap image with inner padding to create white border like screenshots */
    .card .inner {
        padding: 12px;
        display: block;
        background: #fff;
    }


    /* small caption area (hidden by default in reference) */
    .caption {
        font-size: 12px;
        color: var(--muted);
        padding: 10px 12px 14px;
    }


    /* Responsive: stack on small screens */
    @media (max-width:780px) {
        .headline {
            font-size: 30px
        }


    }


    /* utility to visually match reference spacing */
    .col-left .card+.card {
        margin-top: 8px
    }

    .col-right .card+.card {
        margin-top: 8px
    }

    .grid>div {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .col-left {
        margin-top: 40px;
    }



    .features-section {
        padding: 40px 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .features-inner {
        width: 1200px;
        max-width: 96%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        margin: auto;
        /* align-items: start; */
    }

    /* Card */
    .feature-card {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 20px rgba(17, 24, 39, 0.08);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: transform .28s cubic-bezier(.2, .9, .2, 1), box-shadow .28s;
        min-height: 320px;
        border: 1px solid rgba(0, 0, 0, 0.03);
    }

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 22px 40px rgba(17, 24, 39, 0.12);
    }

    /* Top image area */
    .feature-card .card-media {
        width: 100%;
        height: 240px;
        overflow: hidden;
        background: #eee;
    }

    .feature-card .card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform-origin: center;
        transition: transform .6s ease;
    }

    .feature-card:hover .card-media img {
        transform: scale(1.04);
    }

    /* Content area */
    .feature-card .card-content {
        padding: 22px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex: 1 1 auto;
    }

    .feature-card h3 {
        margin: 0;
        font-size: 22px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 10px;
        /* dark */
    }

    .feature-card p {
        margin: 0;
        color: #8b8b8b;
        font-size: 14px;
        line-height: 1.46;
    }

    /* small left spacing like screenshot */
    .feature-card .content-inner {
        max-width: 92%;
    }

    /* Responsive */
    @media (max-width: 980px) {

        .feature-card {
            min-height: auto;
        }

        .feature-card .card-media {
            height: 220px;
        }
    }




    .about-section {
        /* soft beige from image */
        --text: #0f1724;
        --muted: #6b6b6b;
        padding: 36px 20px;
    }

    .about-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        align-items: center;
    }

    /* Left image */
    .about-left .photo-wrap {
        background: white;
        padding: 5px;
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(15, 23, 36, 0.06);
        display: inline-block;
    }

    .about-left img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
        object-fit: cover;
        max-height: 400px;
        min-width: 360px;
    }

    /* Right content */
    .about-right .kicker {
        font-weight: 700;
        font-size: 26px;
        letter-spacing: 1.8px;
        margin: 0 0 10px 0;
        color: #111827;
    }


    .about-right .desc {
        margin: 0 0 18px 0;
        color: var(--muted);
        font-size: 14px;
        line-height: 1.6;
        max-width: 640px;
    }

    /* Stats grid */
    .stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 24px;
        margin-top: 8px;
        max-width: 640px;
    }

    .stat {
        display: flex;
        align-items: center;
        gap: 12px;
        background: transparent;
    }

    .stat img {
        min-width: 34px;
        min-height: 34px;
        height: 90%;
        width: 90%;
    }

    .stat .num {
        font-size: 13px;
        color: var(--text);
        line-height: 1.1;
    }

    .stat .num strong {
        display: block;
        font-size: 20px;
        margin-top: 4px;
        font-weight: 800;
        color: #111827;
    }

    /* Responsiveness */
    @media (max-width: 900px) {
        .about-inner {
            grid-template-columns: 1fr;
        }

        .about-left img {
            min-width: 100%;
            max-height: 360px;
        }

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

    @media (max-width: 460px) {
        .about-right .title {
            font-size: 16px;
        }

        .about-left img {
            border-radius: 8px;
        }
    }



    .clients-section {
        /* same soft beige feel */
        --heading: #0f1724;
        padding: 48px 20px;
    }

    .clients-inner {
        max-width: 1100px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .clients-kicker {
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 600;
        color: #121212;
        text-transform: uppercase;
        margin-bottom: -10px;
    }

    .clients-title {
        margin: 0;
        font-weight: 800;
        font-size: 45px;
        line-height: 1.05;
        letter-spacing: 1.5px;
        color: #121212;
        max-width: 900px;
    }

    /* Logo row */
    .logo-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 28px;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 12px 0 12px;
    }

    .logo-item {
        width: 150px;
        height: 150px;
        min-width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: white;
        box-shadow: 0 6px 18px rgba(15, 23, 36, 0.06);
        padding: 0px;
    }

    .logo-item img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        object-fit: contain;
        border-radius: 50%;
    }

    /* Make logos slightly smaller on very small screens */
    @media (max-width: 480px) {
        .clients-title {
            font-size: 20px;
        }

        .clients-section {
            padding: 36px 12px;
        }
    }





    .contact-section {
        --accent: #2f6bff;
        --dark: rgba(7, 20, 30, 0.9);
        --muted: rgba(255, 255, 255, 0.8);
        /* max-width: 1200px; */
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    .contact-inner {
        display: grid;
        grid-template-columns: 1fr 500px;
        gap: 28px;
        align-items: start;
        background-image: url(../images/footer-to.png);
        background-size: cover;
        background-position: center;
        padding: 90px 50px 0 50px;
    }

    .contact-form {
        position: absolute;
        width: 93%;
        bottom: -60px;
    }

    /* Left hero card */
    .contact-left {
        min-height: 320px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
    }

    .contact-overlay {
        inset: 0;
        color: white;
        display: flex;
        align-items: center;
        padding: 78px 28px;

    }

    .contact-content {
        width: 100%;
        max-width: 460px;
        z-index: 2;
    }

    .contact-title {
        margin: 0 0 8px;
        font-size: 42px;
        letter-spacing: 0.6px;
        font-weight: 800;
    }

    .contact-sub {
        margin: 0 0 20px;
        color: var(--muted);
        font-size: 16px;
        line-height: 1.4;
    }

    .contact-cards {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 6px;
    }

    .card_ff {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 12px;
        border-radius: 6px;
        max-width: 420px;
    }

    .card-icon svg {
        width: 35px;
        height: 35px;
    }

    .card-icon {
        width: 68px;
        height: 68px;
        border-radius: 8px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        flex: 0 0 68px;
    }

    .card-text .muted {
        font-size: 14px;
        color: rgba(250, 250, 250, 0.7);
        margin-bottom: 4px;
    }

    .card-text .strong {
        font-weight: 500;
        font-size: 16px;
        color: white;
        line-height: 1.25;
    }

    .card-text .strong a {
        color: #fff;
    }

    /* decorative watermark large text */
    .watermark {
        position: absolute;
        right: 26px;
        bottom: 18px;
        font-weight: 800;
        font-size: 54px;
        color: rgba(255, 255, 255, 0.06);
        letter-spacing: 8px;
        transform: rotate(-2deg);
        pointer-events: none;
    }

    /* Right form card */
    .contact-right {
        align-self: start;
        position: relative;
        height: 100%;
    }

    .contact-form {
        background: #fff;
        padding: 22px;
        border-radius: 4px;
        box-shadow: 0 10px 30px rgba(2, 6, 23, 0.12);
        display: flex;
        flex-direction: column;
        gap: 12px;
        border: 2px solid rgba(10, 10, 10, 0.03);
    }

    .cf-error {
        color: #f00;
    }

    .cf-success {
        color: green;
    }

    .contact-form input,
    .contact-form textarea {
        border: none;
        border-bottom: 2px solid #ddd;
        padding: 12px 8px;
        font-size: 13px;
        outline: none;
        background: transparent;
        resize: vertical;
        transition: border-color .18s, box-shadow .18s;
        width: 100%;
        margin-bottom: 14px;
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        text-transform: uppercase;
        font-weight: 600;
        color: #333;
        font-size: 12px;
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
        border-bottom-color: var(--accent);
        box-shadow: 0 6px 18px rgba(47, 107, 255, 0.06);
    }

    .two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .btn-primary {
        background: var(--accent);
        color: #fff;
        border: none;
        padding: 12px 18px;
        border-radius: 4px;
        font-weight: 700;
        letter-spacing: .6px;
        cursor: pointer;
        margin-top: 6px;
        width: 220px;
        align-self: start;
        box-shadow: 0 8px 24px rgba(47, 107, 255, 0.16);
    }

    .btn-primary:active {
        transform: translateY(1px);
    }

    /* Map row */
    .map-row {
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(2, 6, 23, 0.08);
    }

    .map-row img {
        display: block;
        width: 100%;
        /* height: 220px; */
        object-fit: cover;
    }

    /* Footer bar */
    .contact-footer {
        background: #0b0b0b;
        color: rgba(255, 255, 255, 0.85);
        padding: 12px 14px;
    }

    .footer-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        font-size: 13px;
    }

    .socials img {
        margin-left: 10px;
        opacity: 0.9;
        width: 20px;
        height: 20px;
    }


    /* accessibility helper */
    .sr-only {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
        clip-path: inset(50%);
        border: 0;
        padding: 0;
        margin: -1px;
    }

    /* Responsive */
    @media (max-width: 980px) {
        .contact-inner {
            grid-template-columns: 1fr;
        }

        .contact-right {
            order: 2;
        }

        .contact-left {
            order: 1;
            min-height: 300px;
        }

        .map-row img {
            height: 260px;
        }

        .btn-primary {
            width: 100%;
        }
    }

    @media (max-width: 520px) {
        .watermark {
            font-size: 40px;
            right: 14px;
        }

        .contact-form {
            padding: 16px;
        }

        .contact-section {
            padding: 0px;
        }
    }

    .map-row img {
        display: none;
    }

    .our_blog {
        margin: 0 0 43px 0;
        font-weight: 800;
        font-size: 45px;
        line-height: 1.05;
        letter-spacing: 1.5px;
        color: #121212;
        text-align: center;
        width: 100%;
    }



    @media screen and (max-width: 600px) {


        .hero_section .hero_tital h1 {
            font-size: 36px !important;
            width: 100% !important;
            padding: 15px !important;
        }

        .header_hero_img {
            height: 90vh !important;
        }


        .hero_section .hero_tital p {
            width: 100%;
        }

        .hero_contact {
            flex-direction: column;
            gap: 30px;
            margin-top: 0 !important;
        }

        .hero_contact .hero_contact_icon_can {
            width: 100%;
        }

        .about_section .about {
            flex-direction: column;
            padding: 10px;
        }

        .about_img img {
            width: 100%;
        }

        .about .about_con h4 {
            font-size: 20px;
        }

        .about .about_con h3 {
            font-size: 30px;
        }

        .about .about_con p {
            font-size: 14px;
        }

        .Services_taitl h2 {
            font-size: 30px;
        }

        .Services_taitl p {
            font-size: 14px;
            width: 100%;
        }

        .Services {
            width: 93%;
        }

        .Services_all_button {
            padding: 22px;
        }

        .Services .Services_all {
            gap: 32px;
            grid-template-columns: revert;
        }

        .Experience_con h2 {
            font-size: 30px;
            width: 100%;
        }

        .Experience_img {
            height: 300px;
        }

        .contener.Experience_icon {
            flex-direction: column;
        }

        .wrap {
            padding: 80px 14px 30px;
        }

        .Services_button {
            margin-top: 50px;
        }

        .contact-right .contact-form {
            position: sticky !important;
            bottom: 0 !important;
            width: 100% !important;
        }

        .two-col {
            display: flex;
            flex-direction: column;
        }

        .contact-right {
            width: 100%;
        }

        .contact-inner {
            padding: 20px;
            display: flex;
            flex-direction: column;
        }

        .contact-overlay {
            padding: 78px 0;
        }

        .map-row iframe#gmap_canvas {
            width: 100% !important;
        }

        .grid {
            grid-template-columns: 1fr;
            gap: 18px
        }

        .features-inner {
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .header_section .menu ul {
            display: none;
            position: absolute;
            top: 90px;
            right: 0;
            background: #fff;
            width: 100%;
            padding: 26px;
            flex-direction: column;
            gap: 10px;
            border-radius: 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .header_section {
            padding: 7px 12px !important;
        }

        .header_section .menu ul.show {
            display: flex;
            align-items: baseline;
        }

        .header_section .menu ul.show li a {
            color: #000;
        }

        .toggle-btn {
            display: block;
        }
    }

    @media screen and (min-width: 601px) and (max-width: 1024px) {


        .hero_section .hero_tital h1 {
            font-size: 36px;
            width: 100%;
            padding: 15px;
        }

        .header_hero_img {
            height: 90vh;
        }

        .hero_section .hero_tital p {
            width: 100%;
        }

        .hero_contact {
            gap: 0px;
        }

        .hero_contact .hero_contact_icon_can {
            width: 100%;
        }

        .about_section .about {
            padding: 10px;
        }

        .about_img {
            width: 70%;
        }

        .about_con {
            width: 70%;
        }

        .about_img img {
            width: 100%;
        }

        .about .about_con h4 {
            font-size: 20px;
        }

        .about .about_con h3 {
            font-size: 26px;
        }

        .about .about_con p {
            font-size: 13px;
        }

        .Services_taitl h2 {
            font-size: 30px;
        }

        .Services_taitl p {
            font-size: 14px;
            width: 100%;
        }

        .Services {
            width: 93%;
        }

        .Services_all_button {
            padding: 22px;
        }

        .Services .Services_all {
            gap: 32px;
        }

        .Experience_con h2 {
            font-size: 30px;
            width: 100%;
        }

        .Experience_img {
            height: 300px;
        }

        .contener.Experience_icon {
            flex-wrap: wrap;
        }

        .Experience_icon_all_one {
            width: 47%;
        }

        .wrap {
            padding: 80px 14px 30px;
        }

        .Services_button {
            margin-top: 50px;
        }

        .contact-right .contact-form {
            position: sticky;
            bottom: 0 !important;
            width: 83% !important;
        }

        .contact-inner {
            padding: 30px;
        }

        .features-inner {
            grid-template-columns: 1fr 1fr;
            gap: 18px;
        }

        h2.clients-title {
            font-size: 38px;
        }

        .logo-item {
            width: 100px;
            height: 100px;
            min-width: 100px;
        }

        .contact-overlay {
            padding: 78px 0;
        }

        .map-row iframe#gmap_canvas {
            width: 100% !important;
        }
    }




    section#our_blog .feature-card h3 {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 700;
    }


    /* animetion css */






    @media screen and (min-width: 1000px) {
        .about_img {
            width: 50%;
        }

        .about_img img {
            width: 100%;
        }

        .about_con {
            width: 50%;
        }
    }








    .our_portfolio {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 28px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        background: linear-gradient(135deg, #1b2cff, #00124f);
        border-radius: 40px;
        overflow: hidden;
        transition: all 0.35s ease;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);

        /* subtle floating */
        animation: floatHero 3.5s ease-in-out infinite;
    }

    /* floating animation */
    @keyframes floatHero {
        0% {
            transform: translateY(0);
        }

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

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

    /* soft shine loop */
    .our_portfolio::before {
        content: "";
        position: absolute;
        top: 0;
        left: -60%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg,
                transparent,
                rgba(255, 255, 255, 0.35),
                transparent);
        transform: skewX(-25deg);
        animation: shineLoop 5s infinite;
    }

    @keyframes shineLoop {
        0% {
            left: -60%;
        }

        40% {
            left: 120%;
        }

        100% {
            left: 120%;
        }
    }

    /* hover depth */
    .our_portfolio:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.55);
        background: linear-gradient(135deg, #2b3cff, #001ea1);
    }