* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html {
    margin-top: 0px !important;
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: "Space Grotesk", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 38px;
    margin-bottom: 16px;
    line-height: 1.4;
}

h3 {
    font-size: 34px;
    margin-bottom: 16px;
}

figure,
ul li,
ul,
section {
    margin: 0;
}

p {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 16px;
}

html {
    scroll-behavior: smooth;
    margin-top: 0px !important;
}

select {
    cursor: pointer;
}

.center-wrapper {
    width: 1322px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    clear: both;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

img {
    max-width: 100%;
    display: block;
}

a,
a:focus {
    color: #000000;
    display: inline-block;
    transition: all 0.3s ease;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -ms-outline: none;
    -o-outline: none;
    text-decoration: none;
}

.gyflex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.gy-common-btn {
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 4px;
    background-color: #00a5ff;
    margin-top: 20px;
}

.common-list-style {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.common-list-style li {
    background-image: url(../images/orange_star_bullet.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #ffffff;
}

.two-btn-block {
    display: flex;
    gap: 16px;
}

.two-btn-block .gy-common-btn {
    border: 2px solid transparent;
}

.two-btn-block .gy-common-btn.white-btn {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

/* header */
.top-header-area {
    background-color: #050a1e;
    padding: 6px 0;
}

.header-info ul {
    gap: 30px;
}

.header-info ul li {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.header-info ul li a {
    color: #ffffff;
}
.header-logo-left {
    line-height: 0;
}
.top-header-social-icon {
    text-align: right;
    line-height: 0;
}

.top-header-social-icon ul li {
    display: inline-block;
    color: #fff;
    list-style-type: none;
}
.top-header-social-icon ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
.top-header-social-icon ul li i {
    color: #050a1e;
    display: inline-block;
    font-size: 14px;
    transition: 0.5s;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
}

.header-middle-wr {
    padding: 12px 0;
}

.header-menu-right .primary-menu {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 20px;
}
#menu-main-menu  li {
    position: relative;
}
#menu-main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: center top;
    transition: .5s;
    width: 250px;
    background-color: #000;
}
#menu-main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#menu-main-menu .sub-menu li {
    border-bottom: 1px solid #ffffff;
}
#menu-main-menu .sub-menu li:last-child {
    border-bottom: none;
}
#menu-main-menu .sub-menu a {
    color: #ffffff;
    padding: 8px 16px;
    display: inline-block;
    width: 100%;
}
#menu-main-menu li .sub-menu a:hover {
    color: #ffa500;
}
.home-banner-wrapper {
    background-color: #050a1e;
}

.home-content-block {
    color: #ffffff;
    padding: 30px 0px;
}

.home-content-block h1 {
    font-size: 44px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.home-content-block a {
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 4px;
    background-color: #00a5ff;
    margin-top: 20px;
}

.home-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.home-content-block {
    color: #ffffff;
    width: 60%;
    padding-right: 100px;
}

.home-content-image {
    width: 40%;
    position: relative;
}

.home-content-image img {
    position: relative;
    z-index: 9;
}

#home-blob {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.hm-about-section {
    padding: 60px 0;
    position: relative;
}

.hm-about-section::after {
    position: absolute;
    content: '';
    left: -14%;
    top: 50%;
    transform: translate(-50%);
    background-color: #00a5ff;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px);
    display: none;
}

.hm-about-left-right-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.hm-about-left-block {
    width: 46%;
}

.hm-about-right-block {
    width: 54%;
}

.left-right-line-heading {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Lora';
    padding: 0px 72px;
    margin-bottom: 20px;
    font-weight: 500;
}

.left-right-line-heading::after,
.left-right-line-heading::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1.5px;
    background: #ffa500;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.left-right-line-heading::before {
    left: 0;
}

.hm-about-left-block a {
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 4px;
    background-color: #00a5ff;
    margin-top: 20px;
}


.gytech-image-block {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
}

.gytech-image {
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
    margin: 0px auto;
    width: 382px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.gytech-image-block figure img {
    width: 100%;
    display: block;
}

.ring-pattern-block {
    position: relative;
    height: inherit;
    width: 100%;
}

.gyicon {
    fill: #2a45b2;
}

.dot1,
.dot2,
.dot3,
.dot4,
.dot5,
.dot6,
.dot7,
.dot8,
.dot9,
.dot10 {
    position: absolute;
}

.dot1 {
    top: 78px;
    left: 80px;
}

.dot2 {
    top: 77px;
    right: 81px;
}

.dot3 {
    top: 69px;
    left: 74px;
}

.dot4 {
    bottom: 70px;
    right: 69px;
}

.dot5 {
    bottom: 70px;
    left: 70px;
}

.dot6 {
    top: 68px;
    right: 72px;
}

.dot8 {
    bottom: 62px;
    right: 63px;
}

.dot7 {
    bottom: 63px;
    left: 63px;
}

.dot9 {
    left: 53px;
    bottom: 55px;
}

.dot10 {
    top: 54px;
    right: 53px;
}

.ring-pattern {
    border-radius: 50%;
    border: 2px solid transparent;
    border-image-width: 10px;
    transform: rotate(0deg);
    transition: transform 1s ease;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.ring-one {
    border-top: 2px solid rgba(42, 69, 178, 0.2);
    width: 585px;
    min-height: 573px;
    top: 4px;
    right: 0;
    animation: clockwiseCirculation 6s linear infinite reverse;
}

.ring-two {
    border-right: 2px solid rgba(42, 69, 178, 0.2);
    border-left: 2px solid rgba(42, 69, 178, 0.2);
    width: 515px;
    min-height: 525px;
    top: 20px;
    animation: clockwiseCirculation 6s linear infinite 0.5s forwards;
}

.ring-three {
    border-bottom: 2px solid rgba(42, 69, 178, 0.2);
    width: 470px;
    min-height: 470px;
    top: 53px;
    animation: clockwiseCirculation 6s linear infinite 0.35s reverse;
}

.ring-four {
    border-left: 2px solid rgba(42, 69, 178, 0.2);
    border-top: 2px solid rgba(42, 69, 178, 0.2);
    width: 410px;
    min-height: 410px;
    top: 88px;
    animation: clockwiseCirculation 6s linear infinite forwards;
}

@keyframes clockwiseCirculation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hm-service-section {
    padding: 60px 0px;
    background-color: #050a1e;
}

.hm-service-top-content {
    text-align: center;
    color: #ffffff;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
}
/*Tab Section Css*/
.gytech_tab_container,
.gytech_tabs_responsive_main_div {
    position: relative;
}

.gytech_tab_container input,
.gytech_tab_container section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.gytech_tabs_responsive {
    display: flex;
    border-radius: 30px;
    background: #fdfeff;
}

.gytech_tabs_responsive>label {
    font-weight: 500;
    font-size: 16px !important;
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 14px 16px !important;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.gytech_tab_container #tab1:checked~#content1,
.gytech_tab_container #tab2:checked~#content2,
.gytech_tab_container #tab3:checked~#content3,
.gytech_tab_container #tab4:checked~#content4,
.gytech_tab_container #tab5:checked~#content5 {
    display: flex;
    padding: 36px 0px;
    gap: 30px;
    align-items: center;
    padding-bottom: 0px;
}

.gytech-tab-content .gy_tab_img_div,
.gytech-tab-content .gy_content_div {
    flex: 1;
    width: 48%;
}

.gytech_tab_container .gytech-tab-content p {
    color: #ffffff;
}

.gytech_tab_container .gytech-tab-content h3 {
    color: #ffffff;
}

.gytech_tab_container #tab1:checked~div .gytech_tabs_responsive #lbl1,
.gytech_tab_container #tab2:checked~div .gytech_tabs_responsive #lbl2,
.gytech_tab_container #tab3:checked~div .gytech_tabs_responsive #lbl3,
.gytech_tab_container #tab4:checked~div .gytech_tabs_responsive #lbl4 {
    color: #fff !important;
    border-radius: 30px !important;
    background: #00a5ff !important;
}

.right_arrow,
.left_arrow {
    display: none;
}

.no_wrap {
    text-align: center;
    color: #0ce;
}

.link {
    text-align: center;
}

.arrow_btn.left_arrow,
.arrow_btn.right_arrow {
    background-image: url(../images/chevron_left_icon_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.arrow_btn.right_arrow {
    background-image: url(../images/chevron_right_icon_blue.svg);
}

.gy_tab_img_div img {
    border-radius: 12px;
}

.hm-happy-clients-wrapper {
    padding: 60px 0px;
}

.hm-client-top-content {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.hm-happy-clients-block {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.hm-happy-clients-left,
.hm-happy-clients-right {
    width: 50%;
}

.hm-happy-clients-left img {
    border-radius: 12px;
}
.client-review-slide {
    background-color: #ffffff;
    box-shadow: 0px 6px 8px 0px #2D2D2D29;
    padding: 30px;
    border-radius: 12px;
    text-align: left;
}
.owl-carousel .owl-item .client-review-slide img {
    width: unset;
}
.client-review-sliders .owl-stage-outer {
    padding: 16px;
}
.star-icon-single {
    background-image: url(../images/star_single.svg);
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.review-author-block {
    display: flex;
    gap: 12px;
}
.star-block {
    margin-bottom: 14px;
}
.review-author-right h4 {
    font-size: 18px;
    font-weight: 600;
}
.review-author-right p {
    font-size: 14px;
    margin: 0px;
}
.client-review-sliders .owl-nav {
    position: absolute;
    display: flex;
    gap: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.client-review-sliders button {
    background-color: #fff1d7 !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: normal !important;
    border-radius: 10px;
}
.client-review-sliders .owl-nav .owl-prev span, .client-review-sliders .owl-nav .owl-next span {
    font-size: 0px;
    background-image: url(../images/left_arrow.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    background-position: center;
}
.client-review-sliders .owl-nav .owl-next span {
    background-image: url(../images/right_arrow.svg);
}

.common-cta-wr {
    margin-bottom: 40px;
}
.common-cta-innr {
    box-shadow: 0px 6px 6px 2px #2D2D2D29;
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 50%, rgb(1 1 78) 100%);
    color: #ffffff;
}
.common-cta-innr img {
    margin: 0 auto;
    border-radius: 50%;
}
.common-cta-content {
    width: 80%;
    margin: 0 auto;
}
.common-cta-content p {
    margin-bottom: 0;
}
.support-placeholder {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #cccccc;
    padding: 4px;
}
/*Footer Section*/
.footer-top-wr {
    background-color: #e6ebff;
    padding: 60px 0px;
}
.footer-top-inner-blocks {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.footer-top-inner-block {
    flex: 1;
}
.footer-bottom-wr {
    background-color: #050a1e;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
}
.footer-bottom-wr p {
    margin-bottom: 0px;
}

.footer-top-company-wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.footer-logo-block-right ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-logo-block-right ul li i {
    color: #01004c;
    display: inline-block;
    font-size: 16px;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
}
.contactus-footer-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
ul.contactus-footer-list li i {
    color: #01004c;
    display: inline-block;
    font-size: 14px;
    transition: 0.5s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
    margin-right: 10px;
}
.footer-title {
    font-weight: 600;
}
.contactus-form-blk .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -42px;
    font-size: 14px;
}
.contactus-form-blk .ch-form-groups p {
    margin: 0px;
}

/*Media query*/
@media only screen and (max-width: 1199px) {

    .gytech_tab_container #tab1:checked~#content1,
    .gytech_tab_container #tab2:checked~#content2,
    .gytech_tab_container #tab3:checked~#content3,
    .gytech_tab_container #tab4:checked~#content4,
    .gytech_tab_container #tab5:checked~#content5 {
        gap: 26px;
    }

    .gytech-tab-content .gy_tab_img_div,
    .gytech-tab-content .gy_content_div {
        flex: 1;
        width: 100%;
    }

    .gy_tab_img_div {
        width: unset;
        padding-left: 0;
    }

    .gy_content_div {
        padding-right: 0;
    }
    .about-page-top-left-right .ring-pattern-block {
        display: none;
    }
    .about-page-top-left-right .gytech-image {
        width: 100%;
    }
}

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

    .gytech_tab_container #tab1:checked~#content1,
    .gytech_tab_container #tab2:checked~#content2,
    .gytech_tab_container #tab3:checked~#content3,
    .gytech_tab_container #tab4:checked~#content4,
    .gytech_tab_container #tab5:checked~#content5 {
        flex-direction: column;
        gap: 20px;
    }

    .gy_tab_img_div {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .gy_content_div {
        padding: 0;
    }

    .gytech_tab_container #tab1:checked~div .gytech_tabs_responsive #lbl1,
    .gytech_tab_container #tab2:checked~div .gytech_tabs_responsive #lbl2,
    .gytech_tab_container #tab3:checked~div .gytech_tabs_responsive #lbl3,
    .gytech_tab_container #tab4:checked~div .gytech_tabs_responsive #lbl4 {
        border-radius: 22px !important;
    }

    .gytech_tabs_responsive {
        overflow-x: auto;
        width: 100%;
        border-radius: 22px !important;
    }

    .gytech_tabs_responsive::-webkit-scrollbar {
        width: 0px !important;
        background: transparent;
        height: 0px !important;
    }

    .arrow_btn {
        position: absolute;
        background-color: #ced8ff;
        top: 0px;
        width: 30px;
        height: 44px;
    }

    .right_arrow {
        right: 0px;
        display: block;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
    }

    .left_arrow {
        left: -1px;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
    }

    .right_arrow svg,
    .left_arrow svg {
        margin-top: 9px !important;
        height: 26px;
        width: 26px;
    }

    .gytech_tabs_responsive>label {
        white-space: nowrap;
        width: 100%;
        font-size: 14px !important;
        padding: 10px 14px !important;
    }
}

@media only screen and (max-width: 900px) {
    .gytech_tab_container {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .gytech_tab_container .gytech-tab-content h3 {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 567px) {
    .gytech_tab_container .gytech-tab-content h3 {
        font-size: 22px !important;
        line-height: 33px !important;
    }

    .gytech_tab_container .gytech-tab-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .gytech_tabs_responsive>label {
        font-size: 14px !important;
        padding: 10px 16px !important;
    }
}

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

    .gytech_tab_container #tab1:checked~div .gytech_tabs_responsive #lbl1,
    .gytech_tab_container #tab2:checked~div .gytech_tabs_responsive #lbl2,
    .gytech_tab_container #tab3:checked~div .gytech_tabs_responsive #lbl3,
    .gytech_tab_container #tab4:checked~div .gytech_tabs_responsive #lbl4 {
        border-radius: 22px !important;
    }

    .gytech_tabs_responsive {
        overflow-x: auto;
        width: 100%;
        border-radius: 22px !important;
    }

    .gytech_tabs_responsive::-webkit-scrollbar {
        width: 0px !important;
        background: transparent;
        height: 0px !important;
    }

    .arrow_btn {
        position: absolute;
        background-color: #ced8ff;
        top: 0px;
        width: 30px;
        height: 44px;
    }

    .right_arrow {
        right: 0px;
        display: block;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
    }

    .left_arrow {
        left: -1px;
        border-top-left-radius: 22px;
        border-bottom-left-radius: 22px;
    }

    .right_arrow svg,
    .left_arrow svg {
        margin-top: 9px !important;
        height: 26px;
        width: 26px;
    }

    .gytech_tabs_responsive>label {
        white-space: nowrap;
        width: 100%;
        padding: 10px 14px !important;
    }

    .gytech-tab-content {
        flex-direction: column;
        padding: 30px 0px 0px !important;
        gap: 20px !important;
    }

    .gytech_tab_container .gytech-tab-content h3 {
        font-size: 22px !important;
    }
}


/*aboutus*/
.innerpage-banner {
    background-image: url(http://localhost/gytech/wp-content/uploads/2025/05/about_banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
}
.innerpage-banner::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #01014c73;
    left: 0;
    top: 0;
}
.innerpage-banner-content {
    color: #ffffff;
    z-index: 1;
    position: relative;
}
.innerpage-banner-content h1 {
    margin-bottom: 16px;
}
.innerpage-banner-content p {
    font-size: 18px;
}
.about-page-top-section {
    padding: 30px 0;
    position: relative;
    background: #050a1e;
    color: #ffffff;
}
.about-page-top-left-right {
    gap: 60px;
}
.about-page-top-left, .about-page-top-right {
    flex: 1;
    position: relative;
    z-index: 1;
}
.about-page-top-left img {
    margin: 0 auto;
}
.about-page-top-section::before {
    content: '';
    position: absolute;
    background-color: #e0e6ff;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.about-page-top-right h4 {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 12px;
    color: #00a5ff;
}
.vision-mission-wr {
    background: #050a1e;
    padding: 60px 0px;
    position: relative;
    margin-bottom: 40px;
}
.vision-mission-wr::before {
    content: '';
    position: absolute;
    background-color: #e0e6ff;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}
.vision-mission-left {
    width: 60%;
}
.vision-mission-card-wr {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.vision-mission-right {
    width: 40%;
    position: relative;
}
.vision-mission-left-right {
    gap: 60px;
    position: relative;
}
.vision-mission-card {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #00a5ff;
}
.vision-mission-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.vision-mission-card p {
    font-size: 16px;
    margin-bottom: 0px;
}
.vision-mission-card:nth-child(1) {
    margin-right: 80px;
}
.vision-mission-card:nth-child(2) {
    margin-right: 40px;
}
.vision-mission-left h2 {
    color: #ffffff;
}
/*Contact Page*/
.contactus-form-wrapper {
    padding: 60px 0px;
}
.contactus-form-left-right {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #00a5ff;
}
.contactus-form-left, .contactus-form-right {
    flex: 1;
}
.contactus-form-left {
    padding: 40px;
}
.contactus-form-left h2 {
    color: #00a5ff;
    text-align: center;
    margin-bottom: 40px;
}
.contactus-form-left .text-color {
    color: #ffa500;
}
.ch-form-groups {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}
.ch-form-group {
    width: 100%;
}
.contactus-form-blk input, .contactus-form-blk textarea {
    width: 100%;
    padding: 16px 16px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-family: 'Space Grotesk';
}
.contactus-form-blk textarea {
    resize: none;
}
.submit-btn {
    width: 160px;
    margin: 0 auto;
    margin-top: 30px;
}
.submit-btn input[type="submit"] {
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 4px;
    background-color: #00a5ff;
    font-weight: 500;
    cursor: pointer;
}
.contactus-form-blk .message-block .wpcf7-not-valid-tip {
    bottom: -26px;
}
.contactus-form-blk form.wpcf7-form.invalid {
    position: relative;
}
.contactus-form-blk .wpcf7-response-output {
    position: absolute;
    bottom: -24px;
    margin: 0px auto !important;
    font-size: 12px;
    text-align: center;
    left: 0;
    right: 0;
}
/*our services*/
.service-hero-wrapper {
    padding: 60px 0;
    background-color: #050a1e;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.service-hero-content {
    text-align: center;
    width: 700px;
    margin: 0 auto;
}
.service-hero-content h1 {
    margin-bottom: 20px;
    line-height: normal;
}
.service-hero-wrapper::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background: #ffa500;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    filter: blur(160px);
}
section.service-hero-wrapper::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background: #00a5ff;
    border-radius: 50%;
    top: 0;
    right: 0;
    filter: blur(160px);
}
.left-right-content-wrapper {
    padding: 60px 0px;
}
.left-right-content-block {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}
.left-right-content-block img {
    border-radius: 20px;
}
.left-content-block, .right-content-block {
    flex: 1;
}
.right-content-block ul li {
    color: #000000;
}
/* single servoce*/
.why-choose-single-wr {
    padding: 60px 0px;
}
.why-choose-head-content {
    text-align: center;
    margin-bottom: 40px;
}
.why-choose-single-left-right {
    display: flex;
    align-items: center;
    gap: 60px;
}
.why-choose-single-left, .why-choose-single-right {
    flex: 1;
}
.why-choose-single-left img {
    border-radius: 20px;
}
.why-choose-single-right ul li {
    color: #000;
}
.staffing-process-wr {
    padding: 60px 0px;
    background-color: #050a1e;
    color: #ffffff;
}
.staffing-process-list {
    margin-top: 30px;
}
.staffing-process-list li {
    margin-bottom: 26px;
}
.staffing-process-list li strong {
    padding-left: 10px;
    margin-bottom: 14px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.staffing-process-list li strong::before {
    position: absolute;
    content: '';
    background-color: #ffa500;
    width: 2px;
    height: 100%;
    left: 0px;
    border-radius: 8px;
}
/* Hamburger Menu Styles */
.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
    position: relative;
    z-index: 1001;
}

.hamburger-menu span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Hamburger Animation */
.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}