footer,
.we_deliver_talent,
.banner_section,
.difference_section,
.services_section {
    padding: 20px 0;
}



.banner_section {
    position: relative;
    /* padding-top: 85px; */
}

.banner_section .banner_content ul {
    margin: 20px 0 50px;
}

.banner_section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background:url('../images/banner_bg.png') no-repeat; */
    height: 460px;
    width: 100%;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center top;
}

/* .banner_section .banner_area{
    margin-bottom: -115px;
} */
.banner_section .banner_content ul li {
    display: inline-block;
    text-transform: none;
    font-size: 19px;
    color: #f78f20;
    font-family: 'Montserrat-Regular';
    padding-right: 20px;
}

.banner_section .banner_content ul li:last-child {
    padding-right: 0;
}

.banner_section h1.common_heading {
    font-size: 30px;
}

.banner_section .banner_img {
    text-align: center;
}

.banner_section .banner_img img {
    /* width: 380px; */
}

.banner_intro p {
    font-size: 14px;
    line-height: 24px;
}

header {
    padding: 31px 0;
    position: fixed;
    top: 0;
    left: 0;
    /* background:#fef4e8; */
    width: 100%;
    z-index: 999;
    /* overflow: hidden; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFF;
    /* -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease; */
}

header.shrink {
    padding: 6px 0;
    webkit-box-shadow: 0 4px 20px 0 rgba(167, 172, 183, .3);
    box-shadow: 0 4px 20px 0 rgba(167, 172, 183, .3);
    border-bottom: 1px solid rgba(239, 239, 239, 1);
    background-color: #FFF;
}

header .website_logo {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

footer .footer_logo img,
header .website_logo img {
    width: 225px;
}

header.shrink .website_logo img {
    width: 191px;
}

.nav_section ul {
    text-align: right;
}

.nav_section ul li {
    display: inline-block;
}

.nav_section ul li:last-child {
    margin-bottom: 0;
}

.nav_section ul li a {
    /* font-weight: 500; */
    font-size: 16px;
    padding: 6px 17px;
    color: #636363;
    display: block;
    position: relative;
}

.submenu_btn a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #878787;
}

.nav_section ul li a:hover {
    color: #f78f20;
}

.nav_section .nav_top {
    /* margin-bottom: 8px; */
}

.nav_section .nav_top ul li a {
    color: #868686;
}

.mobile_menu_icon {
    display: none;
}

.submenu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 4px #b1b1b1;
    /* padding: 7px 0; */
    min-width: 100px;
    /* margin-top: 3px */
}

.submenu ul {
    text-align: left;
}

.submenu ul li {
    display: block;
    margin-bottom: 5px;
}

.submenu ul li a {
    font-size: 12px;
    padding: 6px 10px;
}

.submenu ul li a:hover {
    background: #fff7ed;
}

.submenu_btn a {
    position: relative;
}

.submenu_btn a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #878787;
}

.submenu_btn .submenu ul li a:after {
    display: none;
}

.submenu_btn:hover .submenu {
    display: block;
}

.we_deliver_talent {
    background-color: #fef4e8;
    padding-top: 22px;
    padding-bottom: 25px
}

.we_deliver_talent .content_section {
    text-align: right;
}

/* .we_deliver_talent .content_section h1{
    margin-bottom:30px;
} */

.we_deliver_talent p {
    /* font-size: 16px;
    line-height: 25px; */
    color: #696c71;
}


.services_section .content_section p {
    /* font-size: 17px; */
    color: #868686;
    margin-bottom: 10px;
}

.services_section .services_img {
    text-align: center;
}

.services_section .services_img img {
    /* width: 380px; */
    width: 335px;
}

.services_section .d_flex {
    margin-bottom: 10px;
}

.matchmakers_section {
    /* background-color: #05608d; */
    padding: 0px 0 30px;
    /* color: #FFF; */
    position: relative;
    margin-top: 95px;
}

.matchmakers_section:after {
    content: '';
    position: absolute;
    top: -109px;
    left: 0;
    right: 0;
    /* background:url('../images/matchmakers_shape.png') no-repeat; */
    height: 110px;
    width: 100%;
    /* z-index: -1; */
    background-size: 100% 100%;
    background-position: center top;
}

.matchmakers_section p {
    font-size: 15px;
    line-height: 22px;
}

.matchmakers_section h3 {
    font-size: 22px;
    margin: 12px 0 5px;

}

.matchmakers_section h1 {
    margin-bottom: 30px;
}

.matchmaker_box {
    text-align: center;
}

.matchmakers_section .matchmaker_box p {
    color: #FFF;
}

.matchmaker_box img {
    width: 140px;
}

.difference_section {
    padding: 30px 0 20px;
}

.difference_section p {
    font-size: 15px;
    color: #636363;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
}

.error,
.form-group label.error {
    font-size: 10px;
    color: red;
    display: none;
}

footer {
    background-color: #fef4e8;
    position: relative;
    background-image: linear-gradient(to bottom, #fef4e8, #fffffe);
    margin-top: 170px;
    padding-bottom: 20px;
    z-index: 9;
}

footer:before {
    display: none;
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    background: url('../images/footer_shape.png') no-repeat;
    height: 193px;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center top;
}

footer .d_flex {
    /* justify-content: space-around ; */
    align-items: initial;
}

footer h4 {
    font-size: 20px;
    margin-bottom: 13px;
    color: #000;
    ;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    color: #696c71;
    font-size: 14px;
}

.footer_contact .mailid,
.footer_contact .phone,
.footer_contact .address {
    display: flex;
    margin-bottom: 8px;
    color: #696c71;
    font-size: 15px;
    align-items: center;
}

.footer_contact .fa {
    margin-right: 15px;
    color: #c2c0bd;
    font-size: 18px;
}

.footer_contact .phone a {
    color: #696c71;
}

.footer_contact p {
    font-size: 14px;
    /* line-height: normal; */
}

.footer_contact .mailid .fa,
.footer_contact .mailid a {
    color: #f78f20;
}

footer .social_icons {
    margin-top: 10px;
}

footer .social_icons ul li {
    display: inline-block;
    margin-right: 10px;
}

footer .social_icons ul li a {
    border-color: rgba(155, 155, 155, 1);
    padding: 2px 7px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 3px;
    display: block;
    font-size: 17p
}

footer .footer_bottom {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    color: #636363;
    font-size: 15px;
    border-top: 1px solid #fde9d3;
    margin-top: 20px;
}

footer .footer_bottom p {
    font-size: 13px;
}

footer .footer_bottom p span {
    color: #f78f20;
}

.go_to_top {
    display: inline-block;
    background-color: #f99f3c;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

.go_to_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 39px;
    color: #fff;
}

.go_to_top:hover {
    cursor: pointer;
    background-color: #f79931;
}

#button:active {
    background-color: #f79931;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* footer,*/
.our_services_box,
.hr_solution_box,
.difference_section,
.banner_section {
    position: relative;
}

footer:after,
.our_services_box:after,
.hr_solution_box:after,
.difference_section:after,
.banner_section:before,
header:after,
header:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background-size: 100% !important;
}

.banner_section:before {
    left: 0;
    bottom: 45px;
    /* background: url(../images/circle_shape.png) no-repeat; */
    z-index: -1;
}

header:after {
    right: 0;
    top: 0;
    background: url(../images/tringle_shape.png) no-repeat;
    z-index: -1;
}

.difference_section:after {
    right: 50px;
    top: 50px;
    background: url(../images/circle_shape.png) no-repeat;
}

footer:after {
    left: 0;
    top: 10%;
    background: url(../images/footer_before.png) no-repeat;
    z-index: -1;
    width: 200px;
}


.hr_solution_box:after {
    right: -17%;
    bottom: -85px;
    background: url(../images/circle_shape.png) no-repeat;
}

.our_services_box:after {
    left: -17%;
    background: url(../images/header_after.png) no-repeat;
    transform: rotate(180deg);
    top: 56px;
    display: none;
    z-index: 99;
}

.header_bottom_space {
    margin-top: 75px;
}

.detail_content {
    padding-top: 30px;
}

.detail_content ul {
    padding-left: 15px;
}

.detail_content ul li {
    color: #636363;
    list-style: initial;
    margin-bottom: 5px;
}

.detail_content a {
    color: #5a5a5a;
}

.services_detail .detail_content p {
    /* font-size: 16px; */
    margin: 3px 0 10px;
}

/* .services_section{} */
/* .services_content .services_section .d_flex {
    margin-bottom: 45px;
} */
.process_chart {
    text-align: center;
    margin: 0px 0 10px;
}

.process_chart img {
    /* width: 80%; */
}

.our_address {
    margin-bottom: 25px;
}

.our_address h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.our_address .footer_contact .mailid,
.our_address .footer_contact .phone,
.our_address .footer_contact .address {
    margin-bottom: 10px;
}

.contact_form {}

.contact_form input,
.contact_form label {
    transition: all 0.2s;
    touch-action: manipulation;
}

.contact_form .form_control {
    border: none;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    /* border-bottom: 1px solid #e5e5e5; */
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
}

.contact_form .form_control:focus {
    outline: none;
}

.map_iframe {
    border: 3px solid #c5c5c5;
}

.form_label {
    position: absolute;
    left: 0;
    top: 20px;
    color: #999;
    /* background-color: #fff; */
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.focused .form_label {
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%);
    font-size: 11px;
}

.form_input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    /* box-shadow: 0 1px 0 0 #e5e5e5; */
    transition: box-shadow 150ms ease-out;
}

.form_input:focus {
    /* box-shadow: 0 2px 0 0 #05608d; */
    border-bottom: 1px solid #05608d;
}

/* .form_input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
 */

.label_rel {
    position: relative;
}

.requestTal_section h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.request_box_content {
    /* background: #fbfbfb; */
    padding: 15px;
    position: relative;
    transition: all 0.5s ease;
    /* box-shadow: 0px 3px 8px 4px #ececec; */
}

/* .request_box_content:nth-child(2){ */
.request_box_content:focus,
.request_box_content:hover {
    box-shadow: 0px 3px 8px 4px #ececec;
    z-index: 1;
}

.request_box_content .form_group {
    margin-bottom: 13px;
}

.about_content {
    padding-top: 20px;
}

.about_banner {
    text-align: right;
}

.about_content .common_heading {
    font-size: 25px;
    margin-bottom: 5px;
}

.vision_content .d_flex {
    flex-wrap: nowrap;
    align-items: inherit;
}

.mission_content img {
    width: 330px;
}

.vision_content img {
    width: 180px;
    margin-right: 20px;
}

.vsMs_section .common_heading {
    margin-bottom: 5px;
    font-size: 26px;
}

.our_value {
    text-align: center;
}

.our_value ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our_value ul li {
    margin-right: 18px;
    font-size: 14px;
    display: flex;
    margin-bottom: 5px;
    font-weight: bold;
    align-items: center;
    text-transform: uppercase;
}

.our_value ul li:last-child {
    margin-right: 0;
}

.our_value ul li img {
    width: 35px;
    margin-right: 6px;
}

.our_value .common_heading {
    /* font-size: 21px; */
    margin-bottom: 10px;
    text-transform: capitalize;
}

.accordion_container {
    margin-top: 20px;
}

.accordion_container .set>.acc_head {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #616161;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.accordion_container .set>.acc_head i {
    float: right;
    margin-top: 2px;
}

.accordion_container .set>.acc_head.active {
    background-color: #fff6ec;
    color: #131313;
}

.accordion_container .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    padding: 10px;
}

.accordion_container .content p {
    font-size: 13px;
    color: #636363;
    line-height: 19px;
}

.change_order {
    display: flex;
}

.change_order .flex_order2 {
    order: 2;
    -webkit-order: 2;
}

.change_order .flex_order1 {
    order: 1;
    -webkit-order: 1;
}

.menu-item .icon-angle-down {
    display: none;
}

.menu_phone {
    text-align: center;
    margin: 15px 0;
    display: none;
}

.menu_phone a {
    color: #636363;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: none !important;
    padding: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #f79649;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    color: #ff0000;
}

.cookie_popup {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    z-index: 999;
    background: rgb(0, 26, 39);
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    font-size: 16px;
    text-align: left;
    bottom: 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: -1px 1px 5px 0px #001a27;
}

.cookie_popup p {
    color: #fff;
}

.cookie_popup button {
    float: right;
    padding: 8px 15px;
    min-width: 100px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: rgb(5, 96, 141);
    text-align: center;
    border: none;
    color: #fff;
}

.ser_main_content p {
    margin-bottom: 10px;
}

.blog_container {
    padding-top: 30px;
}

.blog_container .pagination {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 15px;
    margin-top: 10px;
}

.blog_container .pagination .screen-reader-text {
    display: none;
}

.blog_container .pagination .nav-links .page-numbers,
.blog_container .pagination .nav-links {
    display: flex;
    align-items: center;
}

.blog_container .pagination .nav-links .page-numbers {
    padding: 5px 10px;
    background: #d4d3d1;
    color: #044565;
    border-radius: 36px;
    margin-left: 10px;

}

.blog_container .pagination .nav-links .page-numbers.current {
    background: #044565;
    color: #fff;
}

.blog_container .pagination .nav-links .page-numbers.prev,
.blog_container .pagination .nav-links .page-numbers.next {
    background: transparent;
    padding: 0;
}


.blog_container .pagination .nav-links .page-numbers .screen-reader-text {
    display: none;
}

.blog_container .pagination .nav-links .page-numbers.prev .screen-reader-text,
.blog_container .pagination .nav-links .page-numbers.next .screen-reader-text {
    display: block;
}

.blog_container .pagination .nav-links .page-numbers .icon {
    width: 15px;
    height: 15px;
    margin-top: 2px;

}

.blog_container .pagination .nav-links .page-numbers .icon.icon-arrow-right {
    margin-left: 10px;
}

.blog_container .pagination .nav-links .page-numbers .icon.icon-arrow-left {
    margin-right: 10px;
}

.blog_box {
    background: #fff;
    box-shadow: 1px 1px 7px #dedede;
    padding: 15px;
    transition: all 0.2s ease;
    margin-bottom: 15px;
}

.blog_box:hover {
    box-shadow: 1px 1px 7px #bdbdbd;
}

.blog_box h2 {
    margin: 6px 0 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #1b1b1b;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.blog_box h2 .post_sub_title {
    display: none;
}

.blog_box img {
    width: 100%;
    height: 100%;
}

.blog_box .link-more a {
    color: #f78f20;
}

.blog_box .thumbnail_wrap {
    display: block;
    height: 280px;
    overflow: hidden;
    margin: -15px -15px 20px;
    clear: both;
}

.blog_box .link-more a.more-link {
    margin-top: 13px;
    /* background: #f5f5f5; */
    padding: 3px 13px;
    display: inline-block;
    border: 1px solid #ff9f36;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.blog_box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_box .link-more a:hover {
    box-shadow: 1px 1px 5px #ff9f36;
}

.post_detail {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.post_detail .keypoints {
    padding-left: 0;
}

.post_detail .keypoints li {
    display: inline-block;
    color: #f78f20;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
}

.post_detail .keypoints li::before {
    content: '';
    position: absolute;
    border-left: 1px solid #f78f20;
    right: -2px;
    top: 0;
    height: 100%;
}

.post_detail .keypoints li:first-child {
    padding-left: 0;
}

.post_detail .keypoints li:last-child::before {
    display: none;
}

.recent_post ul li {
    border-bottom: 1px solid #c5c5c5;
}

.recent_post .rpwwt-widget ul li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.recent_post {
    padding: 10px;
    box-shadow: 1px 1px 5px #cecece;
}

.recent_post ul li:last-child {
    border-bottom: 0;
}

.recent_post .rpwwt-post-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
}

.recent_post .rpwwt-post-excerpt {
    display: flex;
}

.recent_post .rpwwt-post-title .post_sub_title,
.bredcrums .current-item .post_sub_title {
    display: none;
}

#post-list article {
    display: none;
}

#post-list article:nth-child(1),
#post-list article:nth-child(2),
#post-list article:nth-child(3),
#post-list article:nth-child(4),
#post-list article:nth-child(5),
#post-list article:nth-child(6) {
    display: block;
}

.recent_post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.recent_post img {
    width: 75px;
    height: 75px;
    border-radius: 8px;
    margin-right: 15px;
    border: 1px solid #ccc;
}

.recent_post .date {
    font-size: 10px;
    color: #5A5858;
}

.recent_post h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1A3352;
    margin-bottom: 10px;
}

.deatil_post h2 {
    font-size: 21px;
    font-weight: 500;
    color: #1A1A18;
    margin-bottom: 10px;
}

.detail_heading {
    margin: 15px 0;
}

.deatil_post p {
    font-size: 13px;
    color: #848484;
    margin-bottom: 10px;
    line-height: 19px;
}

.blog_img {
    margin: 15px 0;
}

.deatil_post ul {
    padding-left: 30px;
}

.deatil_post ul li {
    color: #848484;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    list-style: decimal;
}

.form_overlay {
    overflow: hidden;
    user-select: none;
}

.form_overlay:after {
    content: '';
    position: fixed;
    background: #ffffffab;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
}

.thanks_modal {
    text-align: center;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;

}

.thanks_modal img {
    width: 150px;
}

.thanks_modal .modal_content {
    padding: 40px 20px;
}

.modal_content h2 {
    margin-bottom: 0;
    font-weight: 700;
}

.modal_content p {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;

}

.modal_content .button {
    padding: 7px 30px;
}

.modal_overlay {
    overflow: hidden;
}

.modal_overlay:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.social_grid {

    column-count: 3;
    column-gap: 15px;
}

.box {
    background: white;
    box-shadow: 1px 1px 10px #c5c5c5;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 10px;
    break-inside: avoid;
    display: block;
}

.box img {
    width: 100%;
}

.social_grid iframe {
    width: 100%;
}

.filter-wrapper {
    margin: auto;
    text-align: right;
}

input[type="radio"] {
    display: none;
}

.filter-wrapper label {
    display: inline-block;
    padding: 5px 15px;
    margin: 10px 10px 10px 0;
    width: 30px;
    height: 30px;
    padding: 7px;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;

}

.filter-wrapper input[type="radio"]:checked+label {
    background-color: #333;
    color: white;
}

/* Layout */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}


.item img {
    width: 100%;
    border-radius: 5px;
}

/* Filtering Logic */
#filter-all:checked~.social_grid .box {
    display: block;
}

#filter-nature:checked~.social_grid .box {
    display: none;
}

#filter-nature:checked~.social_grid .linkedin {
    display: block;
}

#filter-city:checked~.social_grid .box {
    display: none;
}

#filter-city:checked~.social_grid .facebook {
    display: block;
}

.top-heading {
    text-align: center;
    padding: 40px 20px;
    margin-top: -43px;
}

.top-heading h1 {
    font-size: 45px;
    color: #1f1f1f;
    margin-bottom: 10px;
}


.top-heading p {
    font-size: 17px;
    max-width: 800px;
    margin: auto;
    color: #555;
    line-height: 1.5;
}

.process-wrapper {
    display: flex;
    width: 77%;
    padding: 40px;
    background: #f5f7f8;
    margin: 0 auto;
}

.tabs {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tab {
    padding: 24px 22px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: 0.3s;
    font-size: 15px;
}

.tab:hover {
    background: #e9f3ff;
}

.tab.active {
    background: #f78f20;
    color: #fff;
    border-color: #05608d;
}

.content {
    width: 75%;
    margin-left: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border-radius: 1px solid #ddd;

}

.sub-heading {
    margin-bottom: 25px;
    color: #555;
    line-height: 1.5;

}

.content h1 {
    margin-bottom: 10px;
    color: black;
}

.content h2 {
    margin-bottom: 15px;
    color: black;

}

.content p {
    line-height: 1.6;
    color: #555;
    font-size: 16px;
    /* width: 57%; */
}

.content-btn {
    margin-top: 55px;
    padding: 12px 22px;
    background: #f78f20;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid black
}

.map-bg {
    max-width: 140% !important;
    height: 100%;
}

.map-card {
    position: absolute;
    background: white;
    border: 2px solid #f78f20;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
}


.map-card::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 50px;
    /* background: linear-gradient(to bottom, #333 0%, #666 100%); */
    background: linear-gradient(to bottom, #f78f20 0%, #f78f20 100%);
    z-index: -1;
}


.map-card::before {
    content: '';
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #f78f20;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.card-right {
    text-align: center;
}

#card1::after,
#card1::before {
    left: 30%;
    transform: translateX(-50%);
}

#card2::after,
#card2::before {
    left: 50%;
}

#card3::after,
#card3::before {
    left: 70%;
}

#card4::after,
#card4::before {
    left: 40%;
}

#card5::after,
#card5::before {
    left: 50%;
}

.job-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    white-space: nowrap;
    color: #05608d;
}


.map-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.map-card:hover::after {
    background: linear-gradient(to bottom, #0c5a7d 0%, #1a7ba0 100%);
}

.map-card:hover::before {
    background: #0c5a7d;
}

.animated-heading {
    font-size: 55px;
    color: #05608d;
    position: relative;
    display: inline-block;
}

.text-span {
    font-size: 20px;
    line-height: 1.7;
}

.word-container {

    position: relative;
    display: inline-block;

    width: 150px;
    text-align: left;
}

.word {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: wordChange 6s infinite;
}

.word:nth-child(1) {
    animation-delay: 0s;
}

.word:nth-child(2) {
    animation-delay: 2s;
}

.word:nth-child(3) {
    animation-delay: 4s;
}

.animated-heading {
    font-size: 55px;
    color: #05608d;
    position: relative;
    font-family: sans-serif;
}

.word-container {
    position: relative;
    display: inline-block;

    height: 1.2em;
    /* width: 250px; 
  overflow: hidden;  */
    vertical-align: top;
}

.word {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
    animation: wordChange 6s infinite;
}


.word:nth-child(1) {
    animation-delay: 0s;
}

.word:nth-child(2) {
    animation-delay: 2s;
}

.word:nth-child(3) {
    animation-delay: 4s;
}

@keyframes wordChange {

    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(0);
    }

    35% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
    }
}


.profile-pic {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.job-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.person-name {
    margin: 2px 0 6px;
    font-size: 13px;
    color: #444;
}

.tags {
    display: flex;
    gap: 6px
}

.tag {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.tag.exp {
    background: #e0f5ea;
    color: #0c9c57;
}

.tag.type {
    background: #e0f5ea;
    color: #0c9c57
}

.read-more-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background: #05608d;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(5px);
}

.step-card.active .read-more-btn {
    opacity: 1;
    transform: translateY(0);
}

.read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.container {
    display: flex;
    gap: 40px;
    /* max-width: 1200px; */
    width: 100%;
    background: white;
    border-radius: 20px;
    padding: 40px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
}

.left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-card {
    padding: 24px;
    border-radius: 12px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.step-card.active {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    /* border-color: #f78f20; */
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.25);
}

.step-card.completed {
    opacity: 0.7;
    /* background: #e8f5e9; */
}

.step-content {
    position: relative;
    z-index: 2;
}

.step-number {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #f78f20;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 16px;
}

/* .step-card.completed .step-number {
            background: #4caf50;
        }

        .step-card.completed .step-number::after {
            content: '✓';
        } */

.step-card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.step-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-height: 0;
    /* opacity: 0; */
    /* overflow: hidden; */
    transition: all 0.3s ease;
    margin-top: 0;
}

.step-card.active p {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}

.progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #f78f20 0%, #f78f20 100%);
    width: 0%;
    transition: width 0.1s linear;
}

.right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-display {
    width: 100%;
    /* height: 100%; */
    min-height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.image-display img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: fadeIn 0.5s ease;
}

/* @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        } */

.progress-indicator {
    text-align: center;
    color: #667eea;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .image-display {
        height: 250px;
    }
}

.service-btn {
    padding: 12px;
    border-radius: 7px;
    background: #05608d;
    color: white;
    margin-top: 29px;
    font-size: 16px;
    margin-right: 10px;
}

.service2-btn {
    padding: 12px;
    border-radius: 7px;
    background: #f78f20;
    color: white;
    margin-top: 29px;
    width: 24%;
    font-size: 16px;
}

.difference_sections {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    font-family: inherit;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #333;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 456px;
    width: 131px;
    height: 4px;
    /* background-color: #4285F4; */
    background-color: #05608d;
    border-radius: 2px;
}


.process-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

/* Vertical line in the middle */
/* .process-container::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #d0d0d0;
            transform: translateX(-50%);
            z-index: 0;
        } */

.process-block {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.process-block.reverse {
    flex-direction: row-reverse;
}

/* Left side content for normal blocks */
.process-block:not(.reverse) .process-text {
    flex: 1;
    /* text-align: right; */
    padding-right: 55px;
}

.process-block:not(.reverse) .process-img {
    flex: 1;
    /* padding-left: 55px; */
}

/* Right side content for reverse blocks */
.process-block.reverse .process-text {
    flex: 1;
    text-align: left;
    padding-left: 90px;
}

.process-block.reverse .process-img {
    flex: 1;
    padding-right: 55x;
}

.process-img {
    width: 100%;
    max-width: 450px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #05608d;
    border-radius: 20px;
}

.process-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.process-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* Step number circle on the line */
.process-block::after {
    content: attr(data-step);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #05608d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    border: 4px solid #ff8d0a;
    z-index: 2;
}

.process-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #05608d);
    transform: translateX(-50%);
    z-index: 0;
}

@media (max-width: 768px) {
    .process-container::before {
        left: 30px;
    }

    .process-block,
    .process-block.reverse {
        flex-direction: column;
        gap: 20px;
        padding-left: 60px;
    }

    .process-block::after {
        left: 30px;
        top: 40px;
    }

    .process-text {
        text-align: left !important;
        padding: 0 !important;
    }

    .process-img {
        padding: 0 !important;
        max-width: 100%;
    }
}


.d_flexs {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.flex_cols_4 {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    perspective: 1000px;
}

.matchmaker_boxs {
    position: relative;
    width: 100%;
    height: 400px;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    cursor: pointer;
}

.matchmaker_boxs:hover {
    transform: rotateY(180deg);
}

.card-fronts,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.card-fronts {
    background: white;
    text-align: center;
}

.card-back {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background: #05608d;
    color: white;
    transform: rotateY(180deg);
    text-align: center;

}

.card-fronts img {
    width: 170px;
    height: 100px;
    margin-bottom: 25px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.card-fronts h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0c5a7d;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.card-fronts p {
    font-size: 15px;
    color: black;
    line-height: 1.6;
    /* opacity: 0.7; */
}

.card-back h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card-back p {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.95;
    color: white
}

/* Decorative elements */
.card-fronts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0c5a7d 0%, #1a7ba0 100%);
    border-radius: 20px 20px 0 0;
}

.card-back::before {
    content: '→';
    position: absolute;
    bottom: 30px;
    font-size: 30px;
    opacity: 0.3;
    color: white
}


.hover-hint {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    color: black;
    font-style: inherit;
}

@media (max-width: 768px) {
    .d_flexs {
        flex-direction: column;
        gap: 30px;
    }

    .flex_cols_4 {
        max-width: 100%;
    }

    .matchmaker_boxs {
        height: 350px;
    }

    .card-fronts img {
        width: 80px;
        height: 80px;
    }
}

.hero {
    background: #05608d;
    padding: 80px 20px;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}

.side-logo {
    position: absolute;
    top: -10px;
    left: 1px;
    width: 180px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    z-index: 10;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    padding-top: 40px;
}

.hero-content h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    color: white;
    line-height: 1.6;
    max-width: 100%;
    margin-bottom: 25px;
}

.cta-btn {
    background: #fff;
    color: #05608d;
    padding: 14px 30px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #f78f20;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.candidate img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
    transition: transform 0.3s ease;
}

.candidate img:hover {
    transform: scale(1.02);
}

.stats {
    margin-top: 50px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

/* Prefix symbol (+ or %) */
.stat-item .stat-prefix {
    position: absolute;
    top: 7px;
    left: -15px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    line-height: 1;
}

/* Reverse prefix (for % at the end) */
.stat-item .stat-prefix.reverse {
    left: auto;
    right: -15px;
}

/* Counter number */
.stat-item span.counter {
    font-size: 48px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 8px;
    font-variant-numeric: tabular-nums;
    min-width: 100px;
}

/* Description text */
.stat-item p {
    font-size: 16px;
    color: white;
    margin: 0;
    white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .stats {
        justify-content: center;
        gap: 40px;
        margin-top: 40px;
    }

    .stat-item span.counter {
        font-size: 40px;
        min-width: 80px;
    }

    .stat-item .stat-prefix {
        font-size: 32px;
        left: -12px;
    }

    .stat-item .stat-prefix.reverse {
        right: -12px;
    }

    .stat-item p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .stats {
        flex-direction: column;
        gap: 30px;
    }

    .stat-item span.counter {
        font-size: 36px;
    }

    .stat-item .stat-prefix {
        font-size: 28px;
        left: -10px;
    }

    .stat-item .stat-prefix.reverse {
        right: -10px;
    }

    .stat-item p {
        font-size: 14px;
    }
}





.why-section {
    max-width: 1150px;
    margin: 80px auto;
    padding: 0 20px;
}

.why-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 700;
}

.why-subtitle {
    text-align: center;
    color: #555;
    margin-bottom: 60px;
    font-size: 18px;
}

.why-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px;
    gap: 40px;
}

.why-card.reverse {
    flex-direction: row-reverse;
}

.why-text {
    flex: 1;
}

.why-text h3 {
    font-size: 28px;
    margin: 10px 0;
}

.why-text p {
    line-height: 1.6;
    color: #555;
    max-width: 420px;
    font-size: 16px;
}

.why-number {
    background: #e7f6e9;
    padding: 6px 14px;
    border-radius: 6px;
    /* color:#2e7d32; */
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.why-image-box {
    padding: 40px;
    border-radius: 16px;
    flex: 1;
    display: flex;
    justify-content: center;
}

.green-bg {
    /* background: #05608d; */
}

.blue-bg {
    /* background: #05608d; */
}

.why-image-box img {
    width: 100%;
    /* max-width: 380px; */
    border-radius: 12px;
    border: 4px solid #05608d;
}

.process-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
}

.process-left {
    flex: 1;
    position: sticky;
    top: 120px;
    height: fit-content;
}

.process-left h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #333;
}

.process-left p {
    line-height: 1.6;
    margin-bottom: 30px;
    color: #555;
    font-size: 17px;
    margin-top: 20px;
}

.process-btn {
    background: #05608d;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.process-btn:hover {
    /* background: #0d4529; */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 85, 52, 0.3);
}

.process-right {
    flex: 1;
    position: relative;
}

.step-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    position: sticky;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
    margin-bottom: 30px;
    padding-bottom: 102px;
}


.step-card[data-index="1"] {
    top: 120px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);

}

.step-card[data-index="2"] {
    top: 120px;
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);

}

.step-card[data-index="3"] {
    top: 120px;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);

}

.step-card[data-index="4"] {
    top: 120px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);

}

.step-card[data-index="5"] {
    top: 120px;
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);

}

.step-card[data-index="6"] {
    top: 120px;
    background: linear-gradient(135deg, #fce4ec 0%, #ff8d0a 100%);

}

.step-card[data-index="7"] {
    top: 120px;
    background: linear-gradient(135deg, #fce4ec 0%, #b5a1ff 100%);

}

.step-card[data-index="8"] {
    top: 120px;
    background: linear-gradient(135deg, #fce4ec 0%, #85ece7 100%);

}

.step-card.passed {
    transform: scale(0.95);
    opacity: 0.7;
}


.step-card.active {
    transform: translateX(-10px) scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    border-color: #0f5534;
}

.step-label {
    display: inline-block;
    background: #05608d;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}

.step-card h3 {
    margin: 10px 0;
    font-size: 22px;
    color: #333;
}

.step-card p {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

.btn {
    padding: 10px 22px;
    border: 1px solid #444;
    background: transparent;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
}

.btn:hover {
    background: #444;
    color: #fff;
    transition: all 0.3s;
}

.contact-hero {
    display: flex;
    justify-content: space-between;
    padding: 60px 10%;
}

.contact-left {
    width: 45%;
}

.contact-left h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact-left p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
}

.contact-right {
    width: 45%;
    height: 220px;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 6px;
}

.contact-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    padding: 40px 10%;
    gap: 30px;
    background-color: #f9f9f9;
}

.form-box,
.info-box {
    width: 48%;
}

.form-box h3,
.info-box h3 {
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.info-box h3:not(:first-child) {
    margin-top: 30px;
}

.info-box p {
    margin: 8px 0;
    color: #555;
}

.info-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.info-card-icon {
    width: 50px;
    height: 50px;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background: #05608d;
    border-radius: 10px;
    flex-shrink: 0;
}

.info-card-content h4 {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #333;
}

.info-card-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

form label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

form input,
form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #aaa;
    margin-top: 5px;
    border-radius: 4px;
    font-family: inherit;
}

form input:focus,
form textarea:focus {
    outline: none;
    border-color: #444;
}

.submit-btn {
    margin-top: 15px;
    width: 50%;
}

.social-row {
    display: flex;
    gap: 12px;
    margin: 15px 0;
}

.circle {
    width: 32px;
    height: 32px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.circle:hover {
    background: #bbb;
    transform: translateY(-2px);
}

.cta-section {
    text-align: center;
    padding: 50px 10%;
    border-top: 1px solid #ddd;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.cta-section p {
    /* margin: 10px 0 20px 0; */
    color: #555;
    font-size: 1.1rem;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 31px
}

.faq {
    padding: 40px 10%;
}

.faq h2 {
    margin-bottom: 25px;
    font-size: 1.8rem;
    text-align: center;
}

.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
}

.faq-item:hover {
    background-color: #f9f9f9;
    padding-left: 10px;
}

.faq-item p {
    font-size: 15px;
    color: #333;
}

.faq-item span {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    transition: transform 0.3s;
    min-width: 30px;
    text-align: center;
}

.faq-item.active span {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 0 0 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.faq-answer.active {
    max-height: 200px;
    padding: 10px 0 15px 0;
}

@media (max-width: 768px) {

    .contact-hero,
    .contact-section {
        flex-direction: column;
        padding: 40px 5%;
    }

    .contact-left,
    .contact-right,
    .form-box,
    .info-box {
        width: 100%;
    }

    .contact-right {
        margin-top: 30px;
    }

    .cta-section,
    .faq {
        padding: 40px 5%;
    }
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #e67e50;
}

.logo-icon {
    width: 30px;
    height: 30px;
    background: #e67e50;
    border-radius: 4px;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: #666;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #e67e50;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}

/* Hero Section */
.heros {
    /* background: linear-gradient(135deg, #ffeae1 0%, #e8d5d0 100%); */

    padding: 4rem 5%;
    margin-top: 40px;
}

.heros:before {
    content: '';
    position: absolute;
    /* top: -150px; */
    left: 0;
    right: 0;
    background: url('../images/1936.jpg') no-repeat;
    height: 845px;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center top;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;

}

.hero-contents h1 {
    font-size: 2.5rem;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    width: 115%;
    margin-left: -52px;
}

.hero-contents p {
    color: #666;
    margin-bottom: 2rem;
    font-size: 17px;
    margin-left: -52px;
}

.cta-button {
    background: #e67e50;
    color: white;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
    margin-left: -52px;
}

.cta-button:hover {
    background: #d46840;
}

.hero-image {
    /* background: white; */
    /* padding: 3rem; */
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    border-radius: 10px;
}

.hero-image img {
    margin-left: 293px;
    max-width: 128%;
    opacity: 0;
    animation: slideInRight 1.2s ease-out forwards;
        border-radius: 20px;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.placeholder-img {
    width: 200px;
    height: 150px;
    background: linear-gradient(135deg, #d5c5d0 0%, #b5a5b0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

/* Challenges Section */
.challenges {
    padding: 4rem 5%;
    background: white;
}

.challenges-container {
    max-width: 1200px;
    margin: 0 auto;
}

.challenges h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c2c2c;
    margin-bottom: 3rem;
    font-weight: 600;
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.challenge-card {
    text-align: center;
    padding: 2.5rem 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #05608d;
}

.challenge-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(230, 126, 80, 0.15);
    border-color: #e67e50;
}

.challenge-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    /* background: linear-gradient(135deg, #fff5f0, #ffe8dc); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(230, 126, 80, 0.1);
}

/* .challenge-card:hover .challenge-icon {
            background: linear-gradient(135deg, #e67e50, #f39c6b);
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 6px 20px rgba(230, 126, 80, 0.3);
        }

        .challenge-icon i {
            color: #e67e50;
            font-size: 2rem;
            transition: color 0.3s ease;
        } */

.challenge-card:hover .challenge-icon i {
    color: white;
}

.challenge-card h3 {
    font-size: 1.3rem;
    color: #2c2c2c;
    margin-bottom: 1rem;
    font-weight: 600;
}

.challenge-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Styles for screens that are 768px wide or less (typical for mobile devices) */
@media screen and (max-width: 768px) {
    .hero-image {
        /* You can set a specific height for the container on mobile if needed, e.g., to make it shorter */
        height: 200px;
        /* Ensure content is positioned relative to this container */
        position: relative;
        /* Center the background image within the container if using background-image method */
        background-position: center;
        background-size: cover;
    }

    .hero-image img {
        /* If using the <img> tag directly, these properties ensure it fills the container and covers the area, potentially cropping the image to fit the new height */
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-left: -6px;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .challenge-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-contents {
        order: 2;
    }

    .hero-contents h1 {
        margin-left: -34px;
        font-size: 21px;
        /* white-space: break-spaces; */
    }
    #contract-heading {
        margin-left: -21px;
                width: 110%
        /* font-size: 21px; */
    }
    #hero-contents{
       font-size: 21px;
        width: 110%;
        margin-left: -15px;
    }
    #contract-staffing{
        font-size: 21px;
        width: 110%;
        margin-left: -15px;
    }
    #rpo{
        font-size: 19px;
        margin-left: -25px;
    }
    #payroll{
        font-size: 19px;
    }
    #payroll-text{
        margin-top: -50px;
    }
    #contract-image{
                margin-top: -41px !important;
    }

    .hero-contents p {
        font-size: 18px;
        margin: 0;
        margin-bottom: 25px;
    }

    .content-text {
        order: 2;
    }

    .hero-image {
        order: 1;
        /* margin-top: -70px; */
        height: 100%;
    }

    .challenges {
        padding: 3rem 5%;
    }

    .challenges h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .challenge-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .challenge-card {
        padding: 2rem 1.5rem;
    }

    .challenge-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }

    .challenge-icon i {
        font-size: 1.8rem;
    }

    .content-text h2 {

        font-size: 21px !important;
    }
    .cta-button{
        margin: 0 auto;
                margin-bottom: 73px;
    } 
}

/* Content Sections */
.content-section {
    padding: 4rem 5%;
}

.content-section:nth-child(even) {
    background: #f9f9f9;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

/* .content-container.reverse {
            direction: rtl;
        } */

.content-container.reverse>* {
    direction: ltr;
    margin-top: 40px;
height: 100%;
/* margin-top: -90px; */
}

.content-container img{
        border-radius: 10px;
    /* margin-top: -85px; */
}

.content-text h2 {
    font-size: 33px;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
}

.content-text p {
    color: #666;
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 27px;
}

/* Process Section */
.process {
    padding: 4rem 5%;
    background: #f8f9fa;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c2c2c;
    margin-bottom: 3rem;
    font-weight: 600;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.process-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #e67e50;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);

}


.process-card:hover .step-number {

    color: white;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* .process-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 20px rgba(230, 126, 80, 0.15);
        }

        .process-card:hover::before {
            transform: scaleY(1);
        } */

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e67e50, #f39c6b);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(230, 126, 80, 0.3);
}

.step-icon {
    font-size: 1.3rem;
    color: #e67e50;
    flex-shrink: 0;
}

.card-content h3 {
    font-size: 1.3rem;
    color: #2c2c2c;
    margin-bottom: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-content p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Fifth card spanning full width */
.process-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .process {
        padding: 3rem 5%;
    }

    .process h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .process-card:nth-child(5) {
        grid-column: 1;
        max-width: 100%;
    }

    .process-card {
        padding: 1.5rem;
    }

    .card-content h3 {
        font-size: 1.1rem;
    }

    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
}

/* CTA Section */
.final-cta {
    padding: 4rem 5%;
    /* background: linear-gradient(135deg, #e8f4f8 0%, #d8e8f0 100%); */
    background: #05608d;
        margin-bottom: -170px;
}

.final-cta-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.final-cta h2 {
    font-size: 2rem;
    color:white;
    margin-bottom: 1.5rem;
}

.final-cta p {
    color:white;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-size: 18px;
}

/* Footer */
footer {
    /* background: #f5f5f5; */
    padding: 3rem 5% 1.5rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-column h4 {
    color: #2c2c2c;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #e67e50;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    cursor: pointer;
    transition: background 0.3s;
}

.social-icon:hover {
    background: #e67e50;
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 0.9rem;
}

.recruitment-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section 1: Heading Section */
.recruitment-heading {
    padding: 80px 20px;
    background-color: #f8f9fa;
    text-align: center;
    margin-top: 35px;
}

.recruitment-heading h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.recruitment-heading p {
    font-size: 1.1rem;
    color: #5a6c7d;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Section 2: Timeline Image Section */
.timeline-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.timeline-section img {
    width: 57%;
    height: auto;
    display: block;
    object-fit: contain;
    margin: auto;
}

/* Section 3: Why Partner Section */
.why-partner {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.why-partner h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

.partner-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.partner-card {
    padding: 35px 25px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #ff6b35;
}

.partner-card h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.partner-card p {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
}

/* Section 4: CTA Section */
.cta {
    padding: 80px 20px;
    text-align: center;
    color: black;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta p {
    font-size: 1.1rem;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0.95;
}

.cta .btn {
    display: inline-block;
    padding: 15px 40px;
    background-color:#f78f20;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #f78f20;
}

.cta .btn:hover {
    background-color: #ff8555;
    border-color: #ff8555;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

/* Tablet Styles */
@media (max-width: 992px) {

    .recruitment-heading h2,
    .why-partner h2,
    .cta h2 {
        font-size: 2rem;
    }

    .partner-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .recruitment-heading,
    .why-partner,
    .cta {
        padding: 60px 20px;
    }

    .timeline-section {
        padding: 40px 0;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {

    .recruitment-heading h2,
    .why-partner h2,
    .cta h2 {
        font-size: 1.8rem;
    }

    .recruitment-heading p,
    .cta p {
        font-size: 1rem;
    }

    .partner-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .partner-card {
        padding: 30px 20px;
    }

    .partner-card h4 {
        font-size: 1.2rem;
    }

    .partner-card p {
        font-size: 0.95rem;
    }

    .recruitment-heading,
    .why-partner,
    .cta {
        padding: 50px 15px;
    }

    .timeline-section {
        padding: 30px 0;
    }

    .cta .btn {
        padding: 12px 30px;
        font-size: 1rem;
        width: 100%;
        max-width: 300px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {

    .recruitment-heading h2,
    .why-partner h2,
    .cta h2 {
        font-size: 1.5rem;
    }

    .recruitment-heading p,
    .cta p {
        font-size: 0.95rem;
    }

    .partner-card {
        padding: 25px 18px;
    }

    .partner-card h4 {
        font-size: 1.1rem;
    }

    .recruitment-heading,
    .why-partner,
    .cta {
        padding: 40px 15px;
    }
}
.about-hero {
            text-align: center;
            padding: 6rem 2rem;
            max-width: 800px;
            margin: 0 auto;
        }

        .about-hero h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .about-hero p {
            color: #666;
            margin-bottom: 3rem;
            font-size: 1rem;
        }

        .about-stats {
            display: flex;
            justify-content: center;
            gap: 4rem;
            flex-wrap: wrap;
        }

        .about-stat {
            text-align: center;
        }

        .about-stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: #ff8c42;
        }

        .about-stat-label {
            color: #666;
            font-size: 0.9rem;
        }

        /* Why Choose Section */
        .about-why-choose {
            padding: 4rem 2rem;
            background: #f9f9f9;
        }

        .about-section-title {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 3rem;
        }

        .about-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .about-feature {
            background: white;
            padding: 2rem;
            border-radius: 10px;
            text-align: center;
        }

        .about-feature-icon {
            width: 50px;
            height: 50px;
            background: #fff5ed;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 1.5rem;
        }

        .about-feature h3 {
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }

        .about-feature p {
            color: #666;
            font-size: 0.9rem;
        }

        /* Milestones Section */
        .milestones {
            padding: 4rem 2rem;
            max-width: 800px;
            margin: 0 auto;
        }

        .milestone {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 0;
            border-bottom: 1px solid #eee;
            cursor: pointer;
        }

        .milestone-left {
            display: flex;
            gap: 1rem;
            align-items: center;
        }

        .milestone-title {
            font-weight: 600;
        }

        .milestone-badge {
            background: #fff5ed;
            color: #ff8c42;
            padding: 0.25rem 0.75rem;
            border-radius: 15px;
            font-size: 0.75rem;
        }

        .milestone-arrow {
            color: #999;
        }

        .milestone-description {
            color: #666;
            font-size: 0.9rem;
            margin-top: 0.5rem;
            padding-left: 0;
        }

        /* Purpose Section */
        .purpose {
            padding: 4rem 2rem;
            background: #f9f9f9;
        }

        .purpose-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            max-width: 1000px;
            margin: 3rem auto;
        }
        .purpose .section-title{
            text-align: center;
        }

        .purpose-card {
            background: white;
            padding: 2rem;
            border-radius: 10px;
            text-align: center;
        }

        .purpose-card img {
            width: 120px;
            height: 120px;
            margin-bottom: 1rem;
        }

        .purpose-card h3 {
            color: #ff8c42;
            margin-bottom: 1rem;
        }

        .purpose-card p {
            color: #666;
            font-size: 0.9rem;
        }

        .values {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            max-width: 1000px;
            margin: 3rem auto;
        }

        .value {
            background: white;
            padding: 1.5rem;
            border-radius: 10px;
        }

        .value h4 {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
        }

        .value-icon {
            color: #4a90e2;
        }

        .value p {
            color: #666;
            font-size: 0.9rem;
        }

        /* Trust Section */
        .trust {
            padding: 4rem 2rem;
            text-align: center;
        }

        .trust-logos {
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
            margin-top: 2rem;
        }

        .trust-logo {
            width: 80px;
            height: 60px;
            background: #f5f5f5;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* CTA Section */
        .cta {
            background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
            color: white;
            padding: 4rem 2rem;
            text-align: center;
            margin: 2rem;
            border-radius: 15px;
        }

        .cta h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .cta p {
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .cta-button {
            background: #05608d;
            color: white;
            padding: 1rem 2rem;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
            font-size: 1rem;
            transition: transform 0.3s;
        }

        .cta-button:hover {
            transform: translateY(-2px);
        }

      

        .visily-badge {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #999;
            font-size: 0.9rem;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .nav-links {
                gap: 1rem;
                font-size: 0.85rem;
            }

            .about-hero h1 {
                font-size: 2rem;
            }

            .about-stats {
                gap: 2rem;
            }

            .about-stat-number {
                font-size: 2.5rem;
            }

            .section-title {
                font-size: 1.5rem;
            }

            .cta h2 {
                font-size: 1.5rem;
            }

            nav {
                padding: 1rem;
            }

            .about-hero {
                padding: 3rem 1rem;
            }
        }

        @media (max-width: 480px) {
            .nav-links {
                gap: 0.75rem;
            }

            .about-hero h1 {
                font-size: 1.75rem;
            }

            .about-stats {
                flex-direction: column;
                gap: 1.5rem;
            }
        }