@font-face {
    font-family: 'CenturyGothic';
    src: url('/assets/font/centurygothic.ttf') format('woff2'),
        url('/assets/font/gothic.woff') format('woff'),
        url('/assets/font/centurygothic_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'CenturyGothic', sans-serif;
}

.top-header {
    width: 100%;
    height: 100vh;
    background-image: url("../../assets/images/computer-4795762_1280.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.ios_first{
    background-image: url("../../assets/images/computer-4795762_1280.jpg");
}

.header-container {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0 100px;
}

.top-header-text {
    position: absolute;
    bottom: 50px;
    color: #fff;
    max-width: 800px;
}

.top-header-text span {
    font-size: 16px;
    font-weight: 300;
}

.top-header-text h1 {
    font-size: 50px;
    font-weight: 800;
}

.top-header-text p {
    font-size: 16px;
    font-weight: 300;
}


.grid-container {
    width: 100%;
    height: 1350px;
    background-image: url("../../assets/images/istockphoto-1916729901-612x612.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.ios_second{
    background-image: url("../../assets/images/istockphoto-1916729901-612x612.jpg");
}

.grid-div-container {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0 100px;
}

.grid-col {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 100px;
}

.grid-col-text {
    width: 45%;
    color: #fff;
}

.grid-col-text h1 {
    margin-top: 25px;
    font-size: 35px;
    font-weight: 600;
    font-family: 'CenturyGothic', sans-serif;
}

.grid-col-text p {
    font-size: 16px;
    font-weight: 200;
}

.grid-col-img {
    width: 45%;
}

.grid-col-img img {
    width: 500px;
    height: auto;
    border-radius: 10px;
    filter: opacity(0.8);
}

.highlight-btn-bg {
    width: 100%;
    background: #000;
    padding: 25px;
}

.highlight-btn-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 25px 51px;
    background-color: #003cff;
    border-radius: 20px;
}

.highlight-btn-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.highlight-btn-text h1 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    width: 60%;
}

.highlight-btn {
    padding: 16px 30px;
    background: #fff;
    color: #003cff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.overlay_text {
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    width: 55%;
    margin: 0px auto 61px;
}
.overlay_text h4{
    font-size: 18px;
        font-weight: 700;

}

.overlay_text p{
    font-size: 16px;
        font-weight: 500;

}

/* Full section with background image */
.services-section {
    width: 100%;
    padding: 100px 0;
    position: relative;
    background-image: url("../../assets/images/programming-background-with-html.jpg");
    /* background-image: url("/assets/images/android4.webp"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ios_third{
        background-image: url("../../assets/images/programming-background-with-html.jpg");
    }
/* Dark Overlay */
.bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.719);
    z-index: 1;
}

.services-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    /* bring content above overlay */
    text-align: center;
}

/* Header */
.services-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.services-header p {
    font-size: 16px;
    color: #f1f1f1;
    margin-bottom: 40px;
}

/* Cards Container */
.services-cards {
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.services-card {
    flex: 1 1 0%;
    background: #353535;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(5px);
}

/* Icon */
.service-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #0063ff;
}

.services-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}

.services-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

/* Full background section */
.three-box-section {
    width: 100%;
    padding: 70px 0;
    position: relative;
    /* background-image: url("/assets/images/kaitlyn-baker-vZJdYl5JVXY-unsplash.jpg"); */
    background-image: url("../../assets/images/android2.webp");

    background-size: cover;
    background-position: left;
}
.ios_fourth{
    background-image: url("../../assets/images/ios4.webp");
}


.three-box-row {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 20px;
}


.three-box-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 100px;
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.three-box {
    width: 350px;
    height: 600px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.three-box-img {
    width: 100%;
    height: 500px;
}

.three-box-img img {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    border-radius: 20px;
}

/* Text below image */
.three-box-content {
    padding: 16px;
    text-align: left;
}

.three-box-content h1 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}

.three-box-content p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
}




.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.767);
    z-index: 1;
    backdrop-filter: blur(1px);
}

.btn {
    padding: 16px 35px;
    background: #003cff;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
    margin-top: 25px;
}

.btn:hover {
    background: #0d3edd;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(7, 60, 235, 0.4);
}


.contact-grid {
    width: 100%;
    background-color: #000000e6;
    position: relative;
    padding: 100px 0;
    /* background-image: url("/assets/images/overworked-business-people-using-laptops.jpg"); */
    background-size: cover;
    background-position: center;
}

/* Dark overlay */
.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Content container */
.contact-grid-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 100px;
}

/* Row inside container */
.contact-grid-row {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

/* Text column */
.contact-grid-text {
    width: 60%;
    color: #fff;
}

.contact-grid-text h1 {
    font-size: 40px;
    font-weight: 600;
}

.contact-grid-text p {
    font-size: 16px;
    font-weight: 200;
    width: 80%;
}

/* Image column */
.contact-grid-img {
    width: 35%;
}

.contact-grid-img img {
    width: 400px;
    height: 340px;
    border-radius: 10px;
    object-fit: cover;
    filter: opacity(0.5);
}

.contact-details {
    color: #fff;
    margin: 21px 0 0;
    padding: 5px;
}

.contact-details p {
    color: #fff;
    padding: 0 !important;
    margin: 4px;
    font-size: 16px;
    font-weight: 300;
}

/* Icon */
.contact-icon {
    font-size: 16px;
    color: #0063ff;
    padding: 6px;
}

.contact-form {
    width: 80%;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.form-title {
    margin-bottom: 10px;
    font-size: 16px;
}

.input-full {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 16px;
}

.input-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.input-row input {
    width: 100%;
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 16px;
}

textarea {
    height: 75px;
    resize: none;
}

.send-btn {
    width: 100%;
    padding: 8px;
    background: #0059e9;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.send-btn:hover {
    background: #0049c7;
}

.form-title {
    color: #201e1e;
    font-size: 20px !IMPORTANT;
    margin-bottom: 20px;
}

























/*************Responsive Css Start Here******************/
@media (min-width: 250px) and (max-width: 567px) {

    .top-header {
        width: 100%;
        height: 100vh;
        background-image: url("../../assets/images/computer-4795762_1280.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .ios_first{
    background-image: url("../../assets/images/computer-4795762_1280.jpg");
}

    .header-container {
        max-width: 390px;
        margin: 0 auto;
        height: 79%;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    .top-header-text {
        position: absolute;
        bottom: 50px;
        color: #fff;
        max-width: 800px;
        padding: 0 5px;
    }

    .top-header-text span {
        font-size: 16px;
        font-weight: 300;
    }

    .top-header-text h1 {
        font-size: 29px;
        font-weight: 800;
    }

    .top-header-text p {
        font-size: 16px;
        font-weight: 300;
    }

    .btn {
        padding: 8px 20px;
        background: #003cff;
        color: #fff;
        border: none;
        font-size: 16px;
        cursor: pointer;
        font-weight: 600;
        transition: 0.3s ease;
        margin-top: 16px;
    }

    /* --------------------- */


    .grid-container {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        padding: 50px 0;
    }


    .grid-div-container {
        max-width: 390px;
        margin: 0 auto;
        height: 100%;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    .grid-col {
        display: flex;
        width: 100%;
        align-items: flex-start;
        padding-top: 50px;
        flex-direction: column;
    }

    .grid-col-text {
        width: 100%;
        color: #fff;
    }

    .grid-col-text h1 {
        margin-top: 25px;
        font-size: 35px;
        font-weight: 600;
        font-family: 'CenturyGothic', sans-serif;
    }

    .grid-col-text p {
        font-size: 16px;
        font-weight: 200;
    }

    .grid-col-img {
        width: 100%;
    }

    .grid-col-img img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        filter: opacity(0.8);
    }

    /* ------------------------------------ */

    .highlight-btn-container {
        max-width: 375px;
        margin: 0px auto;
        padding: 16px 16px;
        background-color: #003cff;
        border-radius: 16px;
    }


    .highlight-btn-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 7px;
    }

    .highlight-btn-text h1 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        width: 70%;
    }

    .highlight-btn {
        padding: 5px 16px;
        background: #fff;
        color: #003cff;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
    }

    /* ----------------------------- */


    /* Full section with background image */
    .services-section {
        width: 100%;
        padding: 100px 0;
        position: relative;
        background-image: url("../../assets/images/programming-background-with-html.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ios_third{
        background-image: url("../../assets/images/programming-background-with-html.jpg");
    }

    /* Dark Overlay */
    .bg-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.719);
        z-index: 1;
    }

    .services-wrapper {
        max-width: 350px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        /* bring content above overlay */
        text-align: center;
    }

    /* Header */
    .services-header h1 {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
    }

    .services-header p {
        font-size: 16px;
        color: #f1f1f1;
        margin-bottom: 40px;
    }

    /* Cards Container */
    .services-cards {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-top: 20px;
    }

    .services-card {
        flex: 1;
        background: #353535;
        padding: 25px 20px;
        border-radius: 20px;
        text-align: center;
        backdrop-filter: blur(5px);
    }

    /* Icon */
    .service-icon {
        font-size: 40px;
        margin-bottom: 20px;
        color: #0063ff;
    }

    .services-card h5 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #ffffff;
    }

    .services-card p {
        font-size: 16px;
        line-height: 1.5;
        color: #ffffff;
    }

    /* ----------------------------- */


    /* Full background section */
    .three-box-section {
        width: 100%;
        padding: 70px 0;
        position: relative;
        background-size: cover;
        background-position: left;
    }

    .three-box-container {
        max-width: 390px;
        margin: 0 auto;
        padding: 0 16px;
        display: flex;
        gap: 20px;
        position: relative;
        z-index: 2;
    }

    .three-box-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 20px;
    }

    .three-box {
        width: 325px;
        height: 100%;
        overflow: hidden;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .three-box-img {
        width: 100%;
        height: 500px;
    }

    .three-box-img img {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: center;
        flex-shrink: 0;
        border-radius: 20px;
    }

    /* Text below image */
    .three-box-content {
        padding: 16px;
        text-align: left;
    }

    .three-box-content h1 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .three-box-content p {
        font-size: 16px;
        color: #ffffff;
        font-weight: 200;
    }


    /* ---------------------------- */


    .contact-grid {
        width: 100%;
        background-color: #000000e6;
        position: relative;
        padding: 100px 0;
        /* background-image: url("/assets/images/overworked-business-people-using-laptops.jpg"); */
        background-size: cover;
        background-position: center;
    }

    /* Dark overlay */
    .contact-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
        z-index: 1;
    }

    .contact-grid-container {
        max-width: 390px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    /* Row inside container */
    .contact-grid-row {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 25px;
    }

    .contact-grid-text {
        width: 100%;
        color: #fff;
    }

    .contact-grid-text h1 {
        font-size: 35px;
        font-weight: 600;
    }

    .contact-grid-text p {
        font-size: 16px;
        font-weight: 200;
    }

    /* Image column */
    .contact-grid-img {
        width: 100%;
    }

    .contact-grid-img img {
        width: 350px;
        height: 340px;
        border-radius: 10px;
        object-fit: cover;
        filter: opacity(0.5);
    }

    .contact-details {
        color: #fff;
        margin: 21px 0 0;
        padding: 5px;
    }

    .contact-details p {
        color: #fff;
        padding: 0 !important;
        margin: 4px;
        font-size: 16px;
        font-weight: 300;
    }

    /* Icon */
    .contact-icon {
        font-size: 16px;
        color: #0063ff;
        padding: 6px;
    }

    .contact-form {
        width: 350px;
        padding: 20px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
        /* margin: 0 auto; */
    }

    .form-title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .input-full {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        font-size: 16px;
    }

    .input-row {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }

    .input-row input {
        width: 100%;
        padding: 5px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        font-size: 16px;
    }

    textarea {
        height: 75px;
        resize: none;
    }

    .send-btn {
        width: 100%;
        padding: 10px;
        background: #0059e9;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
    }

    .send-btn:hover {
        background: #0049c7;
    }

    .form-title {
        color: #201e1e;
    }

}

@media (min-width: 568px) and (max-width: 992px) {

    .header-container {
        max-width: 600px;
        margin: 0 auto;
        height: 81%;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    .top-header-text {
        position: absolute;
        bottom: 50px;
        color: #fff;
        max-width: 800px;
        padding: 0 5px;
    }

    .top-header-text span {
        font-size: 16px;
        font-weight: 300;
    }

    .top-header-text h1 {
        font-size: 29px;
        font-weight: 800;
    }

    .top-header-text p {
        font-size: 16px;
        font-weight: 300;
    }

    .btn {
        padding: 8px 20px;
        background: #003cff;
        color: #fff;
        border: none;
        font-size: 16px;
        cursor: pointer;
        font-weight: 600;
        transition: 0.3s ease;
        margin-top: 16px;
    }

    /* --------------------- */


    .grid-container {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        padding: 50px 0;
    }


    .grid-div-container {
        max-width: 600px;
        margin: 0 auto;
        height: 100%;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    .grid-col {
        display: flex;
        width: 100%;
        align-items: flex-start;
        padding-top: 50px;
        flex-direction: column;
    }

    .grid-col-text {
        width: 100%;
        color: #fff;
    }

    .grid-col-text h1 {
        margin-top: 25px;
        font-size: 35px;
        font-weight: 600;
        font-family: 'CenturyGothic', sans-serif;
    }

    .grid-col-text p {
        font-size: 16px;
        font-weight: 200;
    }

    .grid-col-img {
        width: 100%;
    }

    .grid-col-img img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        filter: opacity(0.8);
    }

    /* ------------------------------------ */

    .highlight-btn-container {
        max-width: 575px;
        margin: 0px auto;
        padding: 16px 16px;
        background-color: #003cff;
        border-radius: 10px;
    }


    .highlight-btn-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 7px;
    }

    .highlight-btn-text h1 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        width: 70%;
    }

    .highlight-btn {
        padding: 5px 16px;
        background: #fff;
        color: #003cff;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
    }

    /* ----------------------------- */


    /* Full section with background image */
    .services-section {
        width: 100%;
        padding: 100px 0;
        position: relative;
        background-image: url("../../assets/images/programming-background-with-html.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* Dark Overlay */
    .bg-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.719);
        z-index: 1;
    }

    .services-wrapper {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    /* Header */
    .services-header h1 {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
    }

    .services-header p {
        font-size: 16px;
        color: #f1f1f1;
        margin-bottom: 40px;
    }

    .services-cards {
        display: flex;
        gap: 25px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .services-card {
        flex: 0 0 calc(50% - 25px);
        /* 2 cards per row */
        background: #353535;
        padding: 25px 20px;
        border-radius: 20px;
        text-align: center;
        backdrop-filter: blur(5px);
    }

    /* Icon */
    .service-icon {
        font-size: 40px;
        margin-bottom: 20px;
        color: #0063ff;
    }

    .services-card h5 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #ffffff;
    }

    .services-card p {
        font-size: 16px;
        line-height: 1.5;
        color: #ffffff;
    }

    /* ----------------------------- */


    /* Full background section */
    .three-box-section {
        width: 100%;
        padding: 70px 0;
        position: relative;
        background-size: cover;
        background-position: left;
    }

    .three-box-container {
        max-width: 700px;
        margin: 0 auto;
        padding: 0 16px;
        display: flex;
        gap: 20px;
        position: relative;
        z-index: 2;
    }

    .three-box-row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 11px;
        height: 100%;
        justify-content: space-around;
    }

    .three-box {
        width: 325px;
        height: 100%;
        overflow: hidden;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .three-box-img {
        width: 100%;
        height: 500px;
    }

    .three-box-img img {
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: center;
        flex-shrink: 0;
        border-radius: 20px;
    }

    /* Text below image */
    .three-box-content {
        padding: 16px;
        text-align: left;
    }

    .three-box-content h1 {
        font-size: 22px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .three-box-content p {
        font-size: 16px;
        color: #ffffff;
        font-weight: 200;
    }


    /* ---------------------------- */


    .contact-grid {
        width: 100%;
        background-color: #000000e6;
        position: relative;
        padding: 100px 0;
        /* background-image: url("/assets/images/overworked-business-people-using-laptops.jpg"); */
        background-size: cover;
        background-position: center;
    }

    /* Dark overlay */
    .contact-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
        z-index: 1;
    }

    .contact-grid-container {
        max-width: 390px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    /* Row inside container */
    .contact-grid-row {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 25px;
    }

    .contact-grid-text {
        width: 100%;
        color: #fff;
    }

    .contact-grid-text h1 {
        font-size: 35px;
        font-weight: 600;
    }

    .contact-grid-text p {
        font-size: 16px;
        font-weight: 200;
    }

    /* Image column */
    .contact-grid-img {
        width: 100%;
    }

    .contact-grid-img img {
        width: 350px;
        height: 340px;
        border-radius: 10px;
        object-fit: cover;
        filter: opacity(0.5);
    }

    .contact-details {
        color: #fff;
        margin: 21px 0 0;
        padding: 5px;
    }

    .contact-details p {
        color: #fff;
        padding: 0 !important;
        margin: 4px;
        font-size: 16px;
        font-weight: 300;
    }

    /* Icon */
    .contact-icon {
        font-size: 16px;
        color: #0063ff;
        padding: 6px;
    }

    .contact-form {
        width: 350px;
        padding: 20px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
        /* margin: 0 auto; */
    }

    .form-title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .input-full {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        font-size: 16px;
    }

    .input-row {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }

    .input-row input {
        width: 100%;
        padding: 5px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        font-size: 16px;
    }

    textarea {
        height: 75px;
        resize: none;
    }

    .send-btn {
        width: 100%;
        padding: 8px;
        background: #0059e9;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
    }

    .send-btn:hover {
        background: #0049c7;
    }

    .form-title {
        color: #201e1e;
    }

}


@media (min-width: 993px) and (max-width: 1300px) {

    .header-container {
        max-width: 900px;
        margin: 0 auto;
        height: 87%;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    .top-header-text {
        position: absolute;
        bottom: 50px;
        color: #fff;
        max-width: 800px;
        padding: 0 5px;
    }

    .top-header-text span {
        font-size: 16px;
        font-weight: 300;
    }

    .top-header-text h1 {
        font-size: 29px;
        font-weight: 800;
    }

    .top-header-text p {
        font-size: 16px;
        font-weight: 300;
    }

    .btn {
        padding: 8px 20px;
        background: #003cff;
        color: #fff;
        border: none;
        font-size: 16px;
        cursor: pointer;
        font-weight: 600;
        transition: 0.3s ease;
        margin-top: 16px;
    }

    /* --------------------- */


    .grid-container {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        padding: 50px 0;
    }


    .grid-div-container {
        max-width: 900px;
        margin: 0 auto;
        height: 100%;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    .grid-col {
        display: flex;
        width: 100%;
        align-items: flex-start;
        padding-top: 50px;
        gap: 25px;
    }

    .grid-col-text {
        width: 100%;
        color: #fff;
    }

    .grid-col-text h1 {
        margin-top: 25px;
        font-size: 35px;
        font-weight: 600;
        font-family: 'CenturyGothic', sans-serif;
    }

    .grid-col-text p {
        font-size: 16px;
        font-weight: 200;
    }

    .grid-col-img {
        width: 100%;
    }

    .grid-col-img img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        filter: opacity(0.8);
    }

    /* ------------------------------------ */

    .highlight-btn-container {
        max-width: 875px;
        margin: 0px auto;
        padding: 16px 16px;
        background-color: #003cff;
        border-radius: 10px;
    }


    .highlight-btn-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 7px;
    }

    .highlight-btn-text h1 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        width: 70%;
    }

    .highlight-btn {
        padding: 5px 16px;
        background: #fff;
        color: #003cff;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
    }

    /* ----------------------------- */


    /* Full section with background image */
    .services-section {
        width: 100%;
        padding: 100px 0;
        position: relative;
        background-image: url("../../assets/images/computer-4795762_1280.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* Dark Overlay */
    .bg-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.719);
        z-index: 1;
    }

    .services-wrapper {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    /* Header */
    .services-header h1 {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
    }

    .services-header p {
        font-size: 16px;
        color: #f1f1f1;
        margin-bottom: 40px;
    }

    .services-cards {
        display: flex;
        gap: 5px;
        margin: 20px auto;
        flex-wrap: wrap;
        justify-content: space-evenly;
        height: 195px;
    }

    .services-card {
        flex: 0 0 calc(25% - 25px);
        background: #353535;
        padding: 25px 16px;
        border-radius: 20px;
        text-align: center;
        backdrop-filter: blur(5px);
        height: 100%;
    }

    /* Icon */
    .service-icon {
        font-size: 40px;
        margin-bottom: 20px;
        color: #0063ff;
    }

    .services-card h5 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #ffffff;
    }

    .services-card p {
        font-size: 10px;
        line-height: 1.5;
        color: #ffffff;
    }

    /* ----------------------------- */


    /* Full background section */
    .three-box-section {
        width: 100%;
        padding: 70px 0;
        position: relative;
        /* background-image: url("/assets/images/rear-view-programmer-working-all-night-long.jpg"); */
        background-size: cover;
        background-position: left;
    }

    .three-box-container {
        max-width: 975px;
        margin: 0 auto;
        padding: 0 16px;
        display: flex;
        gap: 20px;
        position: relative;
        z-index: 2;
    }

    .three-box-row {
        display: flex;
        /* flex-wrap: wrap; */
        width: 100%;
        gap: 10px;
        height: 100%;
        justify-content: space-around;
    }

    .three-box {
        width: 300px;
        height: 100%;
        overflow: hidden;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .three-box-img {
        width: 100%;
        height: 475px;
    }

    .three-box-img img {
        width: 100%;
        height: 475px;
        background-size: cover;
        background-position: center;
        flex-shrink: 0;
        border-radius: 20px;
    }

    /* Text below image */
    .three-box-content {
        padding: 16px;
        text-align: left;
    }

    .three-box-content h1 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .three-box-content p {
        font-size: 16px;
        color: #ffffff;
        font-weight: 200;
    }


    /* ---------------------------- */


    .contact-grid {
        width: 100%;
        background-color: #000000e6;
        position: relative;
        padding: 100px 0;
        /* background-image: url("/assets/images/overworked-business-people-using-laptops.jpg"); */
        background-size: cover;
        background-position: center;
    }

    /* Dark overlay */
    .contact-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
        z-index: 1;
    }

    .contact-grid-container {
        max-width: 990px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        padding: 0 16px;
    }

    /* Row inside container */
    .contact-grid-row {
        display: flex;
        width: 100%;
        gap: 25px;
    }

    .contact-grid-text {
        color: #fff;
    }

    .contact-grid-text h1 {
        font-size: 35px;
        font-weight: 600;
    }

    .contact-grid-text p {
        font-size: 16px;
        font-weight: 200;
    }

    .contact-grid-img img {
        width: 350px;
        height: 340px;
        border-radius: 10px;
        object-fit: cover;
        filter: opacity(0.5);
    }

    .contact-details {
        color: #fff;
        margin: 7px 0 0;
        padding: 5px;
    }

    .contact-details p {
        color: #fff;
        padding: 0 !important;
        margin: 4px;
        font-size: 16px;
        font-weight: 300;
    }

    /* Icon */
    .contact-icon {
        font-size: 16px;
        color: #0063ff;
        padding: 6px;
    }

    .contact-form {
        width: 350px;
        padding: 20px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
        /* margin: 0 auto; */
    }

    .form-title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .input-full {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        font-size: 16px;
    }

    .input-row {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }

    .input-row input {
        width: 100%;
        padding: 5px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        font-size: 16px;
    }

    textarea {
        height: 75px;
        resize: none;
    }

    .send-btn {
        width: 100%;
        padding: 8px;
        background: #0059e9;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
    }

    .send-btn:hover {
        background: #0049c7;
    }

    .form-title {
        color: #201e1e;
    }

}
/*************Responsive Css End Here******************/