@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&display=swap');

.hr-separator {
    background-color: #f4f6f5;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "Archivo", sans-serif;
    overflow-x: hidden;
    line-height: 1.7;
    color: #212727;
    padding-top: 0; /* Remove default padding since we handle navbar spacing per section */
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.wrapped {
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.common_btn {
    color: #fff;
    border-radius: 40px;
    background: #8ec743;
    border: solid 0 transparent;
    z-index: 1;
    transition: all 1s ease;
    text-transform: uppercase;
    padding: 20px 35px;
    width: max-content;
    font-weight: 700;
    backface-visibility: hidden;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    text-align: center;
}

.ct-submit:after,
.common_btn:after {
    border: solid 4px #fff;
    transition: 0.3s ease all;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
}

.ct-submit:hover,
.common_btn:hover {
    border-color: #fff;
    color: #fff;
}

.ct-submit:hover:after,
.common_btn:hover:after {
    opacity: 1;
}

/*.ct-submit:after{background:#0B0C29 ; }*/

.primary_text {
    color: #212727;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul:not(.menu) li {
    line-height: 1.6;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

h3 a,
h4 a,
p a {
    color: #212727;
}

.h1,
h1 {
    font-weight: 800;
    position: relative;
    font-size: 96px;
    line-height: 1.2;
}

.h2,
h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
}

.h3,
h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.4;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.h5,
h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.h6,
h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.sub_heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.section_with_bg {
    padding: 100px 0;
}

.pt_header {
    height: 80px;
}

.no_after::after {
    display: none;
}

.li_box ul {
    margin-bottom: 30px;
}

.li_box ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 10px;
    background: #212727;
}

.li_box ul li {
    position: relative;
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}

:focus {
    outline: none !important;
}

.ct-submit {
    width: max-content;
    margin: 0 0;
    position: relative;
    background: linear-gradient(90deg, #c21efc 0%, #0081ec 100%);
    border: solid 0 transparent;
    border-radius: 40px;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 0.5s ease;
    transition-duration: 0.3s;
}

.form_box form .field_col {
    margin-bottom: 15px;
}

.form_box form .wpcf7-form-control-wrap > label,
.form_box form .field_col label {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #6b778c;
}

.form_box form select,
.form_box form input,
.form_box form textarea {
    border: solid 1px rgba(255, 255, 255, 0.2);
    height: 50px;
    background: #ecf8ff;
    display: block;
    border-radius: 10px;
    width: 100%;
    padding: 24px 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #8c8c8c;
}

.form_box form input:focus,
.form_box form textarea:focus {
    outline: none;
    box-shadow: none;
}

.form_box form input::placeholder,
.form_box form textarea::placeholder {
    color: #aaabbf;
}

.form_box form .wpcf7-list-item label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form_box form .wpcf7-list-item label input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.form_box form .wpcf7-list-item label .wpcf7-list-item-label {
    display: inline-block !important;
}

.form_box input[type="submit"] {
    font-weight: 600;
    border-radius: 40px;
    cursor: pointer;
    height: auto;
    transition: all 0.5s ease;
    color: #fff;
    background: transparent;
    margin: 0 auto;
    position: relative;
    padding: 11px 30px;
    width: max-content;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

.form_box form textarea {
    width: 100%;
    overflow: auto;
    height: 120px;
    resize: none;
    display: block;
}

.form_box form .submitbtn {
    margin-top: 10px;
}

.form_box input[type="submit"]:hover {
    color: #fff;
    border-color: #0b0c29;
}

/*Header*/
header.main_header {
    width: 100%;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.main_header.top_most {
    top: 0;
    background: #ffffff;
    position: fixed;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.main_header .logo_box {
    width: 250px;
    display: flex;
    align-items: center;
}

header.main_header .logo_box img {
    display: block;
    width: 100%;
    height: auto;
    /*max-width: 166px;*/
}

header.main_header .menu_box {
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .social_links a,
header.main_header .social_links a {
    line-height: 1;
}

header.main_header .menu_box nav ul#menu-main-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

header.main_header .menu_box nav ul li {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    font-weight: 600;
    display: inline-flex;
    text-align: center;
    padding: 13px 15px;
}

header.main_header .menu_box nav ul#menu-main-menu > li > a {
    color: #212727;
    position: relative;
}

header.main_header .menu_box nav ul li.menu-item-has-children {
    padding-right: 25px;
}

header.main_header .menu_box nav ul#menu-main-menu > li.current-menu-item > a,
header.main_header .menu_box nav ul#menu-main-menu > li.current_page_parent > a,
header.main_header .menu_box nav ul#menu-main-menu > li > a:hover {
    color: #212727;
}

header.main_header .menu_box nav ul li .sub-menu {
    width: 15em;
    background: #fff;
    height: auto;
    line-height: 22px;
    position: absolute;
    top: 100%;
    left: -1px;
    margin-top: -1px;
    z-index: 99998;
    padding: 0;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

header.main_header .menu_box nav ul li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
}

header.main_header
.menu_box
nav
ul
li.menu-item-has-children
.sidebar-menu-arrow:after {
    width: 1px;
    height: 1px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}

header.main_header
.menu_box
nav
ul
li.menu-item-has-children
.sidebar-menu-arrow {
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    width: 14px;
}

header.main_header
.menu_box
nav
ul
li.current-menu-item
.sidebar-menu-arrow:after,
header.main_header
.menu_box
nav
ul
li.menu-item-has-children:hover
.sidebar-menu-arrow:after {
    color: #fff;
}

header.main_header .menu_box nav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

header.main_header .menu_box nav ul li.menu-item-has-children .sub-menu li a {
    border-bottom: 1px solid #212727;
    color: #212727;
    display: block;
    padding: 10px 14px;
    transition: 0.3s ease;
}

header.main_header
.menu_box
nav
ul
li.menu-item-has-children
.sub-menu
li.current-menu-item
a {
    background: #212727;
    color: #fff;
}

header.main_header
.menu_box
nav
ul
li.menu-item-has-children
.sub-menu
li:hover
a {
    color: #fff;
    background: #212727;
}

header.main_header .search_btn {
    width: 24px;
    position: relative;
    cursor: pointer;
    max-width: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.main_header .search_btn svg {
    width: 16px;
}

header.main_header .mob_nav {
    display: none;
    width: 45px;
    height: 37px;
    margin-left: 10px;
    cursor: pointer;
    padding: 7px 20px;
    color: #212727;
}

header.main_header .mob_nav .nav_line {
    width: 15px;
    max-width: 30px;
    /*margin: 12px 0 12px 0;*/
    margin: 5px 0 -2px -6px;
    height: 2px;
    display: block;
    position: relative;
    z-index: 999;
    background: #212727;
}

header.main_header .mob_nav .nav_line:after,
header.main_header .mob_nav .nav_line:before {
    cursor: pointer;
    width: 27px;
    height: 2px;
    right: 0%;
    position: absolute;
    content: "";
    transition: 0.2s ease;
    background: #212727;
}

header.main_header .mob_nav .nav_line:after {
    top: -10px;
}

header.main_header .mob_nav .nav_line:before {
    bottom: -5px;
    width: 20px;
}

header.main_header .mob_nav.active .nav_line {
    background: none;
    max-width: 30px;
    margin: 0;
}

header.main_header .mob_nav.active .nav_line:before {
    background: #212727;
    transform: rotate(45deg) translateX(-45%);
    bottom: -7.5px;
    left: 50%;
    transition: 0.2s ease;
    width: 30px;
}

header.main_header .mob_nav.active .nav_line:after {
    background: #212727;
    transform: rotate(-45deg) translateX(-49%);
    transition: 0.2s ease;
    width: 30px;
    left: 50%;
    top: -12px;
}

article {
    max-width: 100%;
    overflow-x: hidden;
}

.search-panel {
    position: fixed;
    width: 100%;
    height: 92px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    transform: translateY(-105%);
    box-shadow: 0 0 5px #eee;
}

.search-panel.search_open {
    transform: translateY(0%);
}

.search-close {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    font-size: 1em;
    line-height: 1;
    color: #fff;
    z-index: 999999;
}

.close-container {
    margin: auto;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.leftright {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in;
}

.rightleft {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}

.search-panel form#searchform_header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    z-index: 99999;
    padding-bottom: 2rem;
}

.search-panel .input-field {
    display: flex;
    width: 100%;
    position: relative;
}

.search-panel .searchform input[type="text"] {
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    color: #000;
    font-size: 1rem;
    border-bottom: 0 solid;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    height: 4rem;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 50px;
}

.search-panel input[type="submit"] {
    filter: invert(1);
    height: 4rem;
    border: none;
    width: 4rem;
    cursor: pointer;
    background: url(../img/search.svg) no-repeat;
    background-position: center;
    background-size: 1.5rem;
    outline: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    bottom: 0;
}

.search-panel .input-field .msg-side-form {
    font-size: 10px;
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 0;
    color: #ea4646;
    margin: 0;
}

.footer_cta {
    position: absolute;
    top: -185px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.footer_cta .cta_box {
    background: url(../img/cta_bg.png) no-repeat center bottom;
    background-size: contain;
    padding: 0 120px 0 64px;
    max-width: 100%;
    width: 1170px;
}

.footer_cta .cta_box .h3 {
    font-size: 32px;
}

footer {
    /*padding: 50px 0 68px;*/
    background: #0b0b0b;
    position: relative;
}

footer .logo_box img {
    width: auto;
    max-width: 200px;
    height: auto;
    display: inline-block;
}

footer .social_links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
}

.error_page {
    padding: 162px 0;
    background: url("../img/404_bg.png") no-repeat left top;
    background-size: contain;
    position: relative;
}

.error_page:after {
    position: absolute;
    content: "";
    width: 380px;
    height: 380px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: linear-gradient(0deg, #bb22fb 0%, #067eec 100%);
    padding: 30px;
    left: -190px;
    top: 50%;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-clip: padding-box;
}

.error_page:before {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    transform: translateY(-50%);
    top: calc(50% + 186px);
    left: -85px;
    position: absolute;
    z-index: 1;
}

.search_result .single_item {
    padding: 30px;
    margin-bottom: 1rem;
    box-shadow: 1px 2px 20px 0 #e5e5e5;
    background: #fff;
}

.search_result .single_item h3 {
    border-bottom: 1px solid #eee;
}

.search_result .single_item h3:hover a {
    color: #151709;
}

.search_result .single_item:hover {
    box-shadow: 0 0px 10px 0 #e5e5e5;
}

.bg_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/*Homepage*/
.banner_container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    overflow-x: hidden;
}

.banner_container .elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner_container .elements li:first-child {
    top: 15%;
    left: 5%;
    position: absolute;
}

.banner_container .elements li:nth-child(2) {
    top: 15%;
    right: 10%;
    position: absolute;
}

.banner_container .elements li:nth-child(3) {
    top: 10%;
    left: 25%;
    position: absolute;
}

.banner_container .elements li:nth-child(4) {
    top: 65%;
    right: 10%;
    position: absolute;
}

.banner_container .elements li:nth-child(4) svg {
    animation-delay: 1s;
}

.banner_slider {
    position: relative;
}

.banner_slider .slide_count {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 70px;
    bottom: 30px;
    right: 55px;
    z-index: 11;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.banner_slider .slide_count:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 50%;
}

.banner_slider .slide_count .current_slide {
    opacity: 0.5;
}

.banner_slider .slick-track {
    display: flex;
}

.banner_slider .slick-slide {
    height: auto;
}

.banner_slider .slick-slide > div {
    height: 100%;
}

.banner_slider .slide {
    padding: 150px 0 100px;
    height: 100%;
    min-height: 120vh; /* Increased from 100vh to 120vh */
    display: flex !important;
    align-items: center;
    position: relative;
}

.banner_slider .slide .bg_img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner_slider .slide .wrapper {
    max-width: 1300px;
}

.banner_slider .slide .text-col {
    max-width: 755px;
}

.banner_slider .slick-arrow {
    transform: scalex(-1);
    background: url("../img/white_angle.png") no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    z-index: 11;
    width: 12px;
    height: 21px;
    bottom: 35px;
    font-size: 0;
    right: 140px;
    position: absolute;
}

.banner_slider .slick-arrow.slick-next {
    transform: scalex(1);
    right: 30px;
}

.banner_slider .banner_container.slide .text-col {
    max-width: max-content;
}

.banner_slider .banner_container.slide .text-col h1 {
    font-size: 400px;
    line-height: 420px;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    background-image: linear-gradient(to left, #fff, #fff, #fff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.banner_slider .banner_container.slide .text-col h1::before {
    content: attr(data-text);
    background: linear-gradient(90deg, #be20fb 0%, #087dec 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
    position: absolute;
    z-index: -1;
}

.banner_slider .banner_container.slide .text-col h1 span {
    line-height: 1;
    display: inline-block;
    background-image: linear-gradient(to left, #be20fb 0%, #087dec);
    -webkit-text-fill-color: transparent;
    position: relative;
    -webkit-background-clip: text;
}

.banner_slider .banner_container.slide .text-col h1 span::before {
    content: "";
    background: #fff;
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
}

.banner_slider .banner_container.slide .text-col h1 span::after {
    position: absolute;
    top: 53%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
}

.banner_slider .banner_container.slide .text-col h2 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
}

.banner_slider .banner_container.slide .text-col .description_box {
    max-width: 628px;
    margin-top: 40px;
}

.banner_slider .banner_container.slide .text-col .description_box .h4 {
    font-size: 32px;
    text-transform: uppercase;
    color: #abddf7;
    letter-spacing: 2px;
    font-weight: 600;
}

.banner_slider .banner_container.slide .text-col .description_box .content {
    max-width: 460px;
    font-size: 20px;
    line-height: 1.5;
}

.banner_slider .slide .text-col .top_heading:after {
    content: "";
    display: inline-block;
    border-top: solid 1px rgba(255, 255, 255, 1);
    width: 120px;
    height: 1px;
    margin-left: 20px;
    opacity: 0.2;
    vertical-align: middle;
}

.service_sec:after,
.banner_container:after {
    position: absolute;
    content: "";
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: linear-gradient(0deg, #bb22fb 0%, #067eec 100%);
    padding: 30px;
    right: 10%;
    bottom: -190px;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-clip: padding-box;
}

.service_sec:before,
.banner_container:before {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #212727;
    content: "";
    right: calc(10% + 93px);
    bottom: -85px;
    position: absolute;
    z-index: 1;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.inner_banner {
    background-color: #212727;
    height: 320px;
    /*padding-top: 65px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure sticky header doesn't overlap the inner banners: push banners down under navbar */
@media (min-width: 992px) {
    .inner_banner { margin-top: 80px; }
}
@media (max-width: 991.98px) and (min-width: 576px) {
    .inner_banner { margin-top: 70px; }
}
@media (max-width: 575.98px) {
    .inner_banner { margin-top: 56px; }
}

.who_we_are {
    background: url(../img/about_bg.png) no-repeat center 90%;
    background-size: contain;
    overflow-x: hidden;
}

.who_we_are h2 span {
    background: linear-gradient(180deg, #bb22fb 0%, #067eec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.who_we_are .vision_mission {
    padding-top: 111px;
}

.who_we_are .vision_mission .wrapper {
    z-index: 1;
}

.who_we_are .vision_mission .wrapper:after {
    position: absolute;
    filter: blur(35px);
    content: "";
    left: 90%;
    top: 0%;
    z-index: -2;
    width: 288px;
    height: 288px;
    border-radius: 50%;
    background: linear-gradient(
            180deg,
            rgba(187, 34, 251, 0.5) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

.who_we_are .img-col:after {
    position: absolute;
    filter: blur(40px);
    content: "";
    right: 70%;
    z-index: -2;
    top: 10%;
    width: 288px;
    height: 288px;
    border-radius: 50%;
    background: linear-gradient(
            180deg,
            rgba(6, 126, 236, 0.5) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

.who_we_are .vision_item {
    background-color: #ecf8ff;
    position: relative;
    overflow: hidden;
    background-image: url("../img/vision_bg.png");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    transition: 0.4s ease all;
    border-radius: 20px;
    padding: 30px;
}

.who_we_are .vision_item:after {
    transition: 0.8s ease all;
    z-index: 0;
    background: #ecf8ff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.who_we_are .vision_item:hover:after {
    opacity: 0.7;
    background: linear-gradient(180deg, #bb22fb 0%, #067eec 100%);
}

.who_we_are .vision_item:hover p,
.who_we_are .vision_item:hover h4 {
    color: #fff;
    transition: 0.4s ease all;
    z-index: 1;
    position: relative;
}

.who_we_are .vision_item > * {
    position: relative;
    z-index: 1;
}

.who_we_are .vision_item figure {
    position: relative;
}

.who_we_are .vision_item figure img {
    transition: 0.3s ease all;
}

.who_we_are .vision_item:hover figure img {
    transform: scale(1.1);
}

.service_sec {
    overflow: hidden;
    padding-bottom: 190px;
    background: #212727;
}

.service_sec .elements {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service_sec .elements li:first-child {
    bottom: 5%;
    left: 5%;
    position: absolute;
}

.service_sec .elements li:nth-child(2) {
    top: 15%;
    right: 5%;
    position: absolute;
}

.service_sec .bg_img {
    object-position: top;
    object-fit: contain;
    z-index: 0;
}

.service_sec .text-col {
    max-width: 886px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

.service_sec .text-col:after {
    background: linear-gradient(
            180deg,
            rgba(102, 166, 255, 0.3) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    filter: blur(40px);
    content: "";
    right: 60%;
    z-index: -1;
    top: 0%;
    width: 288px;
    height: 288px;
    border-radius: 50%;
}

.service_sec .text-col .h2 {
    max-width: 570px;
    margin: 0 auto;
}

.service_sec .text-col .content > * {
    opacity: 0.7;
}

.service_sec .service_list {
    border-top: solid 1px rgba(234, 243, 248, 0.2);
    padding-top: 60px;
    position: relative;
    z-index: 11;
}

.service_sec .service_list .service {
    width: calc(20% - 24px);
    transition: 1s ease all;
    margin-bottom: 50px;
    position: relative;
    padding: 71px 34px 80px;
    border-radius: 135px;
    background: linear-gradient(
            180deg,
            #6461fc 0%,
            rgba(255, 255, 255, 0.9) 100%
    );
}

.service_sec .service_list .service:hover {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.9) 0%,
            #6461fc 100%
    );
}

.service_sec .service_list .service:after {
    background: #fff;
    z-index: 0;
    border-radius: 135px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    content: "";
    position: absolute;
}

.service_sec .service_list .service * {
    position: relative;
    z-index: 1;
}

.service_sec .service_list .service .link {
    position: absolute;
    bottom: -85.5px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

.review_slider {
    padding-top: 100px;
}

.review_sec .bg_img {
    object-fit: contain;
    object-position: center;
}

.review_sec .intro_box {
    padding-right: 122px;
}

.review_sec .review_item {
    background: #eaf3f8;
    box-shadow: 0 4px 25px 0 #384bff14;
    padding: 40px;
}

.review_sec .review_item .heading_box {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.review_sec .review_item .heading_box figure {
    width: 101px;
    height: 101px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 19px;
}

.review_sec .review_item .heading_box .title {
    width: calc(100% - 120px);
    padding-right: 50px;
    position: relative;
}

.review_sec .review_item .quote_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.review_sec .slick-slide {
    margin: 0 15px;
}

.review_sec .slick-arrow {
    background: #fff;
    border: solid 1px #212727;
    transition: 0.3s ease all;
    cursor: pointer;
    z-index: 11;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    top: -56px;
    font-size: 0;
    right: 66px;
    position: absolute;
}

.review_sec .slick-arrow:after {
    position: absolute;
    background: url("../img/arrow.png") no-repeat center center;
    background-size: contain;
    transition: 0.3s ease all;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    content: "";
}

.review_sec .slick-arrow:hover {
    background: #212727;
}

.review_sec .slick-arrow:hover:after {
    background: url("../img/arrow_white.png") no-repeat center center;
    background-size: contain;
}

.review_sec .slick-arrow.slick-next {
    transform: scalex(-1);
    right: 0;
    left: auto;
}

.works_sec {
    padding-bottom: 150px;
    /*background: #ededed;*/
}

.works_sec .bg_img {
    z-index: 0;
}

.works_sec .h2 span {
    color: #fff;
    display: block;
}

.works_sec .project_slider {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.works_sec .slick-slide {
    margin: 0 15px;
}

.works_sec .project {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.works_sec .project .detail {
    border: 0 solid #212727;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 20px 100px 20px 20px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    max-width: 506px;
    transition: 0.4s ease all;
}

.works_sec .project .detail a {
    background: #212727;
    border-radius: 0 10px 10px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.works_sec .project img {
    width: 100%;
    transition: 1s ease transform;
}

.works_sec .project:hover img {
    transform: scale(1.3);
}

.works_sec .slick-arrow {
    background: #212727;
    border: solid 1px #fff;
    transition: 0.3s ease all;
    cursor: pointer;
    z-index: 11;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    bottom: -90px;
    font-size: 0;
    left: calc(50% - 61px);
    position: absolute;
}

.works_sec .slick-arrow:after {
    position: absolute;
    background: url("../img/arrow_white.png") no-repeat center center;
    background-size: contain;
    transition: 0.3s ease all;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    content: "";
}

.works_sec .slick-arrow:hover {
    background: #fff;
}

.works_sec .slick-arrow:hover:after {
    background: url("../img/arrow.png") no-repeat center center;
    background-size: contain;
}

.works_sec .slick-arrow.slick-next {
    transform: scalex(-1);
    left: calc(50% + 15px);
}

.blog_sec {
    padding-bottom: 249px;
}

.blog_sec .sub_heading {
    background: linear-gradient(90deg, #635ad9 0%, #219be4 100%);
    color: transparent;
    background-clip: text;
}

.blog_sec .blog_list {
    padding-top: 100px;
}

.blog_sec .blog_item {
    border-radius: 20px;
}

.blog_sec .blog_item figure {
    border-radius: 20px;
    overflow: hidden;
}

.blog_sec .blog_item figure img {
    transition: 1s ease transform;
    height: 190px;
    object-fit: cover;
}

.blog_sec .blog_item:hover figure img {
    transform: scale(1.3);
}

.blog_sec .blog_item .read_more svg {
    margin-left: 8px;
    transition: 0.3s ease all;
}

.blog_sec .blog_item .read_more:hover svg {
    margin-left: 16px;
}

/*About Page*/
.about_section {
    overflow: hidden;
}

.about_section .img-col::after {
    position: absolute;
    filter: blur(40px);
    content: "";
    left: 60%;
    z-index: -2;
    top: 60%;
    transform: translateY(-50%) rotate(90deg);
    width: 388px;
    height: 388px;
    border-radius: 50%;
    background: linear-gradient(
            180deg,
            rgba(187, 34, 251, 0.5) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

.team_sec {
    padding-bottom: 270px;
}

.team_sec .h2 {
    max-width: 570px;
}

.team_sec .team_list .member {
    border-radius: 12px;
    border: solid 1px #eaf3f8;
    padding: 32px;
}

.team_sec .team_list .member figure {
    overflow: hidden;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.team_sec .team_list .member figure img {
    transition: 0.4s ease all;
}

.team_sec .team_list .member:hover figure img {
    transform: scale(1.2);
}

.team_sec .team_list .member .h5 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eaf3f8;
}

.launch_sec figure {
    width: max-content;
    max-width: 85%;
}

.launch_sec figure .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about_service {
    background: #635ad91a;
    overflow: hidden;
}

.about_service .h2 {
    max-width: 934px;
    margin: 0 auto;
}

.about_service .service {
    box-shadow: 0 4px 100px 0 #0000001a;
    position: relative;
}

.about_service .service .detail {
    border: 3px solid #212727;
    border-radius: 10px;
    background: #fff;
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    opacity: 0;
    transition: 0.4s ease all;
}

.about_service .swiper-slide-active .service .detail {
    opacity: 1;
}

.about_service .swiper_button > div {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    background: #212727;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 33px;
}

.why_us .h2 {
    max-width: 934px;
}

.why_us .bg_img {
    object-fit: contain;
    top: 25%;
    height: auto;
    width: auto;
    object-position: center;
    left: 50%;
    transform: translateX(-50%);
}

.why_us .why_us {
    background: #ecf8ff;
    padding: 28px 45px 48px;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.why_us .why_us:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #a1beff;
    content: "";
    z-index: 1;
    border-radius: 20px 20px 0 0;
}

/*Our Work Page*/
.work_list {
    overflow-x: hidden;
}

.work_list .project {
    border-bottom: solid 1px #212727;
}

.work_list .project:last-child {
    border-bottom: 0;
}

.work_list .project figure {
    border-radius: 20px;
    overflow: hidden;
}

.work_list .project .info_box {
    background: linear-gradient(180deg, #bb22fb 0%, #067eec 100%);
    border-radius: 20px;
    padding: 30px 30px 20px;
}

.work_list .project .info_box .h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.work_list .project .info_box .client_title {
    padding-top: 20px;
    border-top: solid 1px #fff;
}

.work_list .project .info_box .category_title {
    padding-top: 20px;
    border-top: solid 1px #fff;
}

/*Service Page*/

.service_page .service .service_info {
    max-width: 540px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
}

.service_page .service:nth-child(even) .service_info {
    max-width: 540px;
    margin: 0 auto 0 0;
}

.service_page .service:after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    width: 25%;
    height: 90%;
    background: url("../img/wave.png") no-repeat right bottom;
    background-size: contain;
}

.service_page .service:nth-child(even):after {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    content: "";
    width: 25%;
    height: 90%;
    background: url("../img/wave1.png") no-repeat left bottom;
    background-size: contain;
}

.service_page .service:nth-child(2) .service_info:before {
    position: absolute;
    top: -150px;
    left: -150px;
    content: "";
    background: url("../img/spiral.png") no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 150px;
}

.process_section .process {
    position: relative;
    width: 270px;
    margin: 0 15px;
}

.process_section .process .num {
    width: 100px;
    height: 100px;
    margin: 0 auto 36px;
    box-shadow: 0 4px 25px 0 #00000014;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(242.21deg, #bb22fb 16.79%, #067eec 96.18%);
    border: solid 10px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.process_section .process:nth-child(even) .num {
    margin: 36px auto 0;
}

.process_section .process .num:after {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 1px;
    border-top: dashed 1px #212727;
    top: 108px;
    content: "";
    left: 50%;
    transform: rotate(27deg);
}

.process_section .process:nth-child(even) .num:after {
    transform: rotate(-27deg);
    top: auto;
    bottom: 108px;
}

.process_section .process:last-child .num:after {
    display: none;
}

/*Contact Page*/
.contact_page .form_section .img-col img {
    border-radius: 30px;
}

.contact_page .form_section .form_box {
    box-shadow: 0 4px 40px 0 #6461fc66;
    padding: 40px 30px;
}

.contact_page .map_section .wrapper {
    padding-top: 0;
}

.contact_page .map_section iframe {
    display: block;
}

.contact_page .map_section .contact_info {
    background: #212727;
    max-width: 338px;
    width: 100%;
    padding: 30px 30px 10px;
    position: absolute;
    top: -36px;
    right: 39px;
}

.contact_page .map_section .contact_info:after {
    position: absolute;
    left: 100%;
    content: "";
    top: 0;
    border-top: 36px solid transparent;
    border-left: 40px solid #1e071a;
}

.contact_page .map_section .contact_info:before {
    position: absolute;
    right: 100%;
    content: "";
    top: 0;
    border-top: 36px solid transparent;
    border-right: 40px solid #1e071a;
}

.contact_page .map_section .contact_info .info_box {
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    padding: 20px 0;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact_page .map_section .contact_info .info_box .icon {
    width: 38px;
    margin-right: 8px;
}

.contact_page .map_section .contact_info .info_box .icon svg {
    display: block;
}

.contact_page .map_section .contact_info .info_box .info {
    width: calc(100% - 46px);
}

/*Blog Listing Page*/
.bloglist {
    border-bottom: solid 1px #f3f7fb;
}

.bloglist .blog_item .post_detail {
    box-shadow: 0 4px 30px 0 #6461fc66;
    height: calc(100% - 200px);
    background: #fff;
    padding: 30px;
    border-radius: 0 0 8px 8px;
}

.bloglist .blog_item .post_meta .tag {
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid #eaf3f8;
    background: linear-gradient(180deg, #bb22fb 0%, #067eec 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 14px;
}

.bloglist .blog_item figure {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    height: 200px;
}

.bloglist .blog_item figure img {
    transition: 1s ease transform;
    height: 200px;
    object-fit: cover;
}

.bloglist .blog_item:hover figure img {
    transform: scale(1.3);
}

.bloglist .blog_item .read_more {
    background: #f3f7fb;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease all;
}

.bloglist .blog_item .read_more:hover {
    background: #212727;
}

.bloglist .blog_item .read_more:hover svg {
    fill: #f3f7fb;
}

.bloglist .blog_item .author_row {
    border-top: solid 1px #f3f7fb;
}

.pagination {
    padding: 60px 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pagination .nav-links > * {
    display: inline-flex;
    transition: 0.3s ease all;
    border: solid 1px transparent;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 4px;
    background: #ecf8ff;
    font-size: 14px;
}

.pagination .nav-links > *:hover {
    background: #a1beff;
}

.pagination .nav-links > *.current {
    background: #fff;
    color: #a1beff;
    border-color: #a1beff;
}

.single_blog .post_tags {
    padding: 22px 0;
    border-top: solid 1px #eaf3f8;
    border-bottom: solid 1px #eaf3f8;
}

.single_blog .post_tags .category a {
    background: #ecf8ff;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    color: #212727;
    margin-left: 14px;
    display: inline-block;
}

.single_blog .post_tags .tags a {
    font-size: 14px;
    font-weight: 400;
}

.sidebar > * {
    background: #212727;
    padding: 30px;
    margin-bottom: 36px;
    border-radius: 20px;
}

.sidebar .recent_blog .single_recent_post figure {
    border-radius: 8px;
    overflow: hidden;
}

.sidebar .recent_blog .single_recent_post img {
    min-height: 84px;
    object-fit: cover;
}

.sidebar .recent_blog .single_recent_post .author_name {
    font-size: 12px;
}

.sidebar .recent_blog .single_recent_post .h6 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.sidebar .widget_search label {
    display: none;
}

.sidebar .widget_search form {
    background: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.sidebar .widget_search input {
    border: none;
    height: 50px;
    width: calc(100% - 80px);
    padding: 20px 20px 20px;
}

.sidebar .widget_search input[type="submit"] {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 11;
    transform: translateY(-50%);
    font-size: 0;
    padding: 0;
    width: 80px;
    background: url(../img/search.svg) no-repeat center center;
    padding: 10px 20px;
    height: 100%;
}

.sidebar .widget_search input:focus {
    border: none !important;
}

.sidebar .category_list li a {
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sidebar .category_list li:last-child a {
    margin-bottom: 0;
}

.sidebar .tag_list .tags a {
    transition: 0.4s ease all;
    background: #fff;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    color: #212727;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.sidebar .tag_list .tags a:hover {
    color: #fff;
    background: #a1beff;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.form_box form .wpcf7-form-control-wrap > label.error,
span.wpcf7-not-valid-tip {
    position: absolute;
    width: auto !important;
    right: 5px;
    bottom: 2px;
    font-size: 12px !important;
    color: #ea4646 !important;
    padding: 1px 3px;
    line-height: 1.35 !important;
    margin: 0 !important;
    font-weight: 400;
}

.form_box form .wpcf7-form-control-wrap > label.error:after {
    display: none;
}

div.wpcf7 .wpcf7-spinner:before {
    display: none;
}

div.wpcf7 .wpcf7-spinner {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    z-index: 1;
    display: block;
    position: absolute;
}

div.wpcf7 .submitting .wpcf7-spinner {
    visibility: visible;
}

div.wpcf7 .submitting .wpcf7-spinner {
    position: absolute;
    top: 0;
    visibility: visible;
    display: block;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-image: url(../img/loader-w.svg);
    background-color: #0b0c29;
    border-radius: 24px;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

.vertical_move > svg {
    animation: 9s moveUpDown infinite;
    position: absolute;
}

.zoom > svg {
    animation: zoom 9s infinite;
    position: absolute;
}

@keyframes moveUpDown {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 50px;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5, 0.5);
    }
    33% {
        transform: scale(1, 1);
    }
    66% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(0.5, 0.5);
    }
}

/*custom css*/
/*Blog Page*/
section.blog_content {
    padding: 67px 0;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.blog-list > div {
    flex: 0 0 380px;
    max-width: 380px;
    background: #F4F6F5;
    border: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 4px 4px #00000040;
}

.blog-headings h3 {
    font-size: 46px;
    line-height: 130%;
}

.blog-headings h6 {
    font-size: 15px;
    color: #8EC743;
}

.blog-headings {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Archivo', sans-serif;
}

.blog-list > div img {
    width: 100%;
}

.blog-data {
    padding: 21px 33px 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 39px;
}

.entry-meta {
    font-size: 14px;
    color: #8EC743;
    font-family: 'Inter', sans-serif;
}

.blog-list h2 {
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
}

span.date::before {
    content: url(/wp-content/uploads/2025/09/formkit_date.png);
    padding: 0 8px 0px 0;
    vertical-align: text-top;
}

span.comments::before {
    content: url(/wp-content/uploads/2025/09/mdi-light_comment.png);
    padding: 0 8px 0px 0;
    vertical-align: text-top;
}

span.date {
    margin: 0 28px 0 0;
}

.recent_blog.pb-0.aos-init.aos-animate h4 {
    font-weight: 400;
    color: #fff;
}

/*Service Inner Page*/
/*Suraj Changed Here, commented*/
.hero-wrapper.position-relative.service {
    /*margin-top: 82px;*/
}

.service .banner_slider .slide .wrapper {
    max-width: 1410px;
}

.service .banner_slider .slide .text-col {
    max-width: 100%;
}

.service h1.h1 {
    font-size: 86px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
}

.service .content.mb-4.text-white {
    font-size: 17px;
    font-weight: 400;
}

.service .slide {
    background-size: cover;
}

.service .common_btn {
    font-size: 28px;
    padding: 15px 32px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    line-height: 130%;
    text-transform: none;
    border-radius: 50px;
}

.overview-container {
    display: grid;
    grid-template-columns: 54.7% 37.9%;
    column-gap: 7.4%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.overview-left h2, .overview-right h2,
.products-text h3, section.industris_list.wrap h2,
.faq-container h3, .model-content h3, .offering-text h3, .location h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
}

.overview-left p, .products-text p,
section.industris_list.wrap p, .model-text p, .offering-text p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.overview .how-image {
    margin-top: 86px;
}

.overview-right .overview-logo {
    margin-bottom: 86px;
}

.overview-text ul {
    padding: 0 0px 0 20px;
}

.overview-text li {
    font-size: 17px;
    color: #4B4B4B;
    font-weight: 400;
    list-style: disc;
    margin-bottom: 25px;
}

.overview-right.Bottom {
    display: flex;
    flex-direction: column;
}

.overview-right.Bottom .overview-logo {
    order: 2;
    margin: 0;
}

ul.tick-list, ul.steps-list {
    padding-left: 1rem;
}

.products-container:nth-of-type(2) {
    margin-top: 74px;
}

.products-text .tick-list li, .steps-list li {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 150%;
    list-style: disc;
}

.offering-section .steps-list li {
    list-style: decimal;
}

.products::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(33 39 39 / 95%);
    z-index: 0;
}

.pill {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.6vw, 14px);
    background: var(--pill-bg);
    border-radius: clamp(12px, 1.8vw, 16px);
    padding: clamp(12px, 2vw, 16px) clamp(14px, 2.2vw, 18px);
    font-size: clamp(15px, 1.6vw, 19px);
    min-height: clamp(44px, 6.2vw, 56px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04) inset;
    font-family: 'Archivo';
    font-weight: 400;
}

.industry-panel.tools.custom {
    background: transparent;
    padding: 50px 0 0;
}

.industry-panel.tools.custom .pill-grid {
    grid-template-columns: repeat(5, 1fr);
}

.industry-panel.tools.custom .pill-grid .pill {
    justify-content: center;
}

.pill-grid.center .pill {
    justify-content: center;
}

.model-text .row {
    align-items: center;
}

.faq {
    background: url(https://eco-staff.com/wp-content/uploads/2025/09/BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion summary {
    padding: 1rem 1rem .5rem;
    cursor: pointer;
    position: relative;
    list-style: none;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.accordion p {
    padding: .5rem 1rem 1rem;
    color: #504E4E;
    margin: 0;
    font-size: 17px;
    color: #504E4E;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Inter', sans-serif;
}

.accordion summary::after {
    content: url(https://eco-staff.com/wp-content/uploads/2025/09/Chevron-down.png);
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    color: var(--muted-text);
}

.cta-content {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 47px 175px;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cta-content h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: 'Archivo', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.cta-content a.btn {
    font-size: 28px;
    font-family: 'Archivo';
    padding: 15px 50px;
}

/* Panel */
.industry-panel {
    background: var(--green);
    border-radius: clamp(14px, 2vw, 22px);
    padding: clamp(14px, 3.2vw, 28px);
    box-shadow: var(--shadow);
}

/* Grid */
.pill-grid {
    display: grid;
    grid-template-columns: 1fr; /* phones */
    gap: clamp(10px, 2vw, 18px) clamp(12px, 2.2vw, 28px);
}

.industry-panel.tools .pill-grid {
    grid-template-columns: repeat(4, 1fr);
}

.industry-panel.tools .pill-grid .pill {
    color: #000;
}

.model-text .steps-list li, .offering-text .steps-list li {
    color: #4B4B4B;
}

.offering-text ul.tick-list li {
    color: #4B4B4B;
    list-style: disc;
    font-style: italic;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
}

.location-box {
    margin-bottom: 30px;
}

.location-item {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 250px;
    text-decoration: none;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.location-item:hover {
    transform: scale(1.03);
}

.location-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-item h4 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-align: center;
    font-family: 'Archivo', sans-serif;
}

.page-template-staffing .model-section {
    padding-bottom: 80px !important;
}

.slide h6 {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0px;
}

.industry-panel.four .pill-grid {
    margin: 0 auto;
    max-width: 51em;
    grid-template-columns: repeat(2, 1fr);
}

.page-template-staffing .products-image img {
    box-shadow: unset;
    border-radius: unset;
}

section.offering-section .steps-list li {
    list-style: disc;
}

.page-template-staffing .model-section li {
    list-style: decimal;
}

.page-template-staffing .tick-list li {
    list-style: disc;
}

.overview-left.industry-overview ul,
.challenge ul, .solution ul, .crp-erp ul {
    padding-left: 20px;
}

.overview-left.industry-overview ul li,
.challenge ul li, .solution ul li, .crp-erp ul li {
    list-style: disc;
}

.benefits-slider-box {
    background: #8EC743;
    border-radius: 20px;
    padding: 20px 33px;
    color: #fff;
}

.benefits-slider-box button.slick-prev.slick-arrow,
.col-sm-12.serve-model-box button.slick-prev.slick-arrow {
    color: transparent;
    position: absolute;
    right: 8em;
    top: 2em;
    background: url(https://eco-staff.com/wp-content/uploads/2025/10/Arrow-2.png);
    background-repeat: no-repeat;
    border: none;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    padding: 16px;
    background-position: center;
    z-index: 99;
}

.benefits-slider-box button.slick-next.slick-arrow,
.col-sm-12.serve-model-box button.slick-next.slick-arrow {
    color: transparent;
    position: absolute;
    right: 5em;
    top: 2em;
    background: url(https://eco-staff.com/wp-content/uploads/2025/10/Arrow-3.png);
    background-repeat: no-repeat;
    border: none;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    padding: 16px;
    background-position: center;
    z-index: 99;
}

.page-template-industry .tick-list li {
    margin: 0;
}

/*.page-template-industry .products-text li{
    margin-bottom: 1rem;
}*/
.page-id-1444 .products-text li {
    margin-bottom: 1rem;
}

.page-id-1444 .products-text p {
    margin: 0;
}

.consultant.row {
    display: flex;
    flex-wrap: nowrap;
    gap: 54px;
}

.consultant-model {
    background: #8EC743;
    padding: 22px 33px;
    border-radius: 25px;
}

.consultant-model h5, .consultant-model p {
    font-size: 20px;
    color: #fff;
}

.serve-model {
    color: #fff;
}

.col-sm-12.serve-model-box {
    background: #8EC743;
    padding: 33px 22px;
    border-radius: 25px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: flex-start;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-top-row.top-row li.mega-menu-item a.mega-menu-link:before {
    content: "";
    display: inline-block;
    width: 73px;
    height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-bottom-row.bottom-row li.mega-menu-item ul a.mega-menu-link:before {
    content: "";
    display: inline-block;
    width: 47px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-sub-menu li.mega-menu-item ul a.mega-menu-link {
    align-items: center;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.skill.mega-menu-item a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-173.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.voltage.mega-menu-item a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-172.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.itstaff.mega-menu-item a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-175.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.oil-gas.mega-menu-item a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-176.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: normal !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-staff.mega-menu-item ul .texas-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-118.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-staff.mega-menu-item ul .dallas-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-128.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-staff.mega-menu-item ul .houston-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-134.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-staff.mega-menu-item ul .austin-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-140.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-staff.mega-menu-item ul .san-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-146.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-volt.mega-menu-item ul .texas-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-118.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-volt.mega-menu-item ul .dallas-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-153.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-volt.mega-menu-item ul .houston-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-154.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-volt.mega-menu-item ul .austin-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-155.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-volt.mega-menu-item ul .san-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-156.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-skill.mega-menu-item ul .texas-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-118.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-skill.mega-menu-item ul .dallas-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-158.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-skill.mega-menu-item ul .houston-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-159.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-skill.mega-menu-item ul .austin-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-160.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-skill.mega-menu-item ul .san-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-161.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-services.mega-menu-item ul .imp-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-162.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-services.mega-menu-item ul .int-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-163.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-services.mega-menu-item ul .mig-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-164.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-services.mega-menu-item ul .ser-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-165.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-services.mega-menu-item ul .sup-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-166.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-consult.mega-menu-item ul .chain-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-177.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-consult.mega-menu-item ul .sale-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-178.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-consult.mega-menu-item ul .busi-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-179.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-consult.mega-menu-item ul .fin-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-180.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-consult.mega-menu-item ul .nav-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-181.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-industry.mega-menu-item ul .food-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-182.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-industry.mega-menu-item ul .health-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-183.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-industry.mega-menu-item ul .manu-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-184.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-industry.mega-menu-item ul .distr-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-185.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-industry.mega-menu-item ul .retail-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-186.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-electrician.mega-menu-item ul .texas-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-118.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-electrician.mega-menu-item ul .dallas-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-153.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-electrician.mega-menu-item ul .houston-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-154.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-electrician.mega-menu-item ul .austin-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-155.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.sub-electrician.mega-menu-item ul .san-icon a.mega-menu-link:before {
    background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Rectangle-156.png);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row.top-row {
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 20px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-radius: 0 0 136px 136px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row.top-row ul li {
    padding-right: 25px !important;
}

.location-text h6 {
    font-weight: 600;
}

.location-text h6, .location-text p {
    color: #4b4b4b;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.bottom-row > ul.mega-sub-menu > li {
    width: 14.28%;
}

.page-template-consultant .overview-right .overview-logo {
    margin-bottom: 0;
}

.page-template-consultant .container.mb-5.overview-left.industry-overview {
    margin-top: 30px;
}

.page-template-microsoft-dynamics-365 .overview-right .overview-logo {
    margin-bottom: 0;
}

.page-template-microsoft-dynamics-365 .overview-right .overview-text {
    margin-top: 30px;
}

@media (max-width: 1699px) {
    .banner_slider .banner_container.slide .text-col {
        max-width: max-content;
        margin: 0 auto;
    }

    .banner_slider .banner_container.slide .text-col h1 {
        font-size: 300px;
        line-height: 320px;
    }

    .banner_slider .banner_container.slide .text-col h1 span::before {
        width: 210px;
        height: 210px;
    }

    .banner_slider .banner_container.slide .text-col h1 span:after {
        width: 150px;
        height: 150px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 34px 55px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 18px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-sub-menu li.mega-menu-item a.mega-menu-link {
        gap: 10px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-top-row.top-row li.mega-menu-item a.mega-menu-link:before {
        width: 55px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-bottom-row.bottom-row li.mega-menu-item ul a.mega-menu-link:before {
        width: 40px;
    }
}

@media (max-width: 1599px) {
    .process_section .process {
        width: 240px;
    }

    .error_page:after {
        width: 280px;
        height: 280px;
        padding: 30px;
        left: -140px;
        top: 60%;
    }

    .error_page:before {
        width: 170px;
        height: 170px;
        top: calc(60% + 136px);
        left: -75px;
    }

    .error_page .container {
        position: relative;
        z-index: 11;
    }

    .error_page .container .common_btn {
        margin-bottom: 50px;
    }

    .service .common_btn {
        font-size: 21px;
    }

    .service h1.h1 {
        font-size: 55px;
    }

    .service .banner_slider .slide .wrapper {
        max-width: 1200px;
    }
}

@media (max-width: 1430px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        margin: 0;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-sub-menu li.mega-menu-item a.mega-menu-link {
        gap: 5px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-top-row.top-row li.mega-menu-item a.mega-menu-link:before {
        width: 45px;
    }

    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-bottom-row.bottom-row li.mega-menu-item ul a.mega-menu-link:before {
        width: 30px;
    }

    .page-template-consultant .consultant.row {
        flex-direction: column;
    }
}

@media (max-width: 1399px) {
    .h1,
    h1 {
        font-size: 80px;
        line-height: 1.2;
    }

    .h2,
    h2 {
        font-size: 45px;
        line-height: 1.2;
    }

    .h3,
    h3 {
        font-size: 36px;
        line-height: 1.4;
    }

    .footer_cta .cta_box figure {
        max-width: 50%;
    }

    .blog_sec .blog_list,
    .review_slider,
    .who_we_are .vision_mission {
        padding-top: 80px;
    }

    .team_sec .team_list .member figure {
        width: 175px;
        height: 175px;
    }

    .process_section .process .num:after {
        transform: rotate(35deg);
    }

    .process_section .process:nth-child(even) .num:after {
        transform: rotate(-35deg);
    }

    .process_section .process {
        width: 215px;
        margin: 0 8px;
    }

    .why_us .why_us figure {
        max-width: 160px;
        margin: 0 auto;
    }
}

@media (max-width: 1309px) {
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 34px 10px;
    }
}

@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 66px;
        line-height: 1.2;
    }

    .h2,
    h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .h3,
    h3 {
        font-size: 34px;
        line-height: 1.4;
    }

    .h4,
    h4 {
        margin-bottom: 12px;
    }

    .section_with_bg {
        padding: 60px 0;
    }

    .common_btn {
        border-radius: 40px;
        padding: 13px 26px;
        font-size: 16px;
        line-height: 20px;
    }

    .banner_slider .banner_container.slide .text-col h1 {
        font-size: 250px;
        line-height: 250px;
    }

    .banner_slider .banner_container.slide .text-col h1 span::before {
        width: 170px;
        height: 170px;
    }

    .banner_slider .banner_container.slide .text-col h1 span:after {
        width: 120px;
        height: 120px;
    }

    .banner_slider .banner_container.slide .text-col h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner_container:after {
        width: 280px;
        height: 280px;
        bottom: -140px;
    }

    .banner_container:before {
        width: 170px;
        height: 170px;
        bottom: -85px;
        right: calc(10% + 52px);
    }

    .blog_sec .blog_list,
    .review_slider,
    .who_we_are .vision_mission {
        padding-top: 60px;
    }

    .service_sec .service_list .service {
        padding: 50px 15px;
    }

    .review_sec .review_item {
        padding: 30px;
    }

    .works_sec .project_slider {
        margin-bottom: 60px;
    }

    .team_sec,
    .blog_sec {
        padding-bottom: 200px;
    }

    .works_sec .slick-arrow {
        bottom: -60px;
    }

    .why_us .why_us {
        padding: 28px 30px 35px;
    }

    .why_us .why_us figure {
        max-width: 120px;
    }

    .work_list .project .info_box .h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .bloglist .blog_item .post_detail {
        padding: 30px 15px;
    }

    .team_sec .team_list .member {
        padding: 30px 20px;
    }

    .about_service .service .detail {
        padding: 18px 20px;
    }

    .process_section .process {
        width: 100%;
        margin: 0 0 100px;
        flex-direction: row !important;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .process_section .process:nth-child(even) .num,
    .process_section .process .num {
        margin: 0;
    }

    .process_section .process p {
        width: calc(100% - 120px);
        text-align: left !important;
        margin-left: 20px;
    }

    .process_section .process:nth-child(even) .num:after,
    .process_section .process .num:after {
        transform: none;
        width: 1px;
        height: 135px;
        top: 100px;
        left: 50px;
        border-top: none;
        border-left: dashed 1px #212727;
    }

    .process_section .process:last-child {
        margin-bottom: 0;
        align-items: center;
    }

    .pagination {
        padding-top: 30px;
    }

    .contact_page .map_section .contact_info {
        position: relative;
        left: auto;
        right: auto;
        max-width: 100%;
        width: 100%;
    }

    .contact_page .map_section .contact_info:after,
    .contact_page .map_section .contact_info:before {
        display: none;
    }

    .contact_page .map_section iframe {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 54px;
        line-height: 1.2;
    }

    .h2,
    h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .h3,
    h3 {
        font-size: 30px;
        line-height: 1.4;
    }

    .h4,
    h4 {
        font-size: 22px;
        line-height: 1.2;
    }

    .h5,
    h5 {
        font-size: 20px;
        line-height: 1.2;
    }

    .h6,
    h6 {
        font-size: 18px;
        line-height: 1.2;
    }

    header.main_header .logo_box img {
        width: 200px;
        max-width: 200px;
    }

    header.main_header .menu_box {
        align-items: center;
    }

    header.main_header .menu_box nav {
        display: block;
        z-index: 111;
        width: 100%;
        max-width: 85%;
        transition: 0.1s;
        overflow: auto;
        padding-top: 85px;
        max-height: 100vh;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 99;
        right: -100%;
        background: #212727;
    }

    header.main_header .menu_box nav.active {
        display: block;
        right: 0;
    }

    header.main_header .mob_nav {
        display: block;
    }

    header.main_header .mob_nav.active {
        position: fixed;
        top: 20px;
        right: 15px;
        z-index: 999;
    }

    header.main_header .mob_nav .nav_line {
        /*background: #fff;*/
        background: #000000;
    }

    header.main_header.top_most .mob_nav.active .nav_line {
        background: none;
    }

    header.main_header .mob_nav .nav_line:after,
    header.main_header .mob_nav .nav_line:before {
        background: #fff;
    }

    header.main_header .mob_nav.active .nav_line:nth-child(2) {
        display: none;
    }

    header.main_header .menu_box nav ul#menu-main-menu {
        display: block;
        text-align: left;
        height: calc(100vh - 125px);
        overflow: auto;
        max-width: 100%;
    }

    header.main_header .menu_box nav ul#menu-main-menu li {
        width: 100%;
        padding: 0 !important;
        display: block;
        border-bottom: solid 1px #fff;
        color: #fff;
        text-align: left;
        margin-left: 0 !important;
    }

    header.main_header .menu_box nav ul#menu-main-menu li a {
        padding: 12px 15px;
        display: block;
        color: #fff;
    }

    header.main_header
    .menu_box
    nav
    ul#menu-main-menu
    .sub-menu
    li.current-menu-item
    a,
    header.main_header
    .menu_box
    nav
    ul#menu-main-menu
    li.menu-item-has-children
    .sub-menu
    li:hover
    a,
    header.main_header .menu_box nav ul#menu-main-menu > li.current-menu-item > a,
    header.main_header
    .menu_box
    nav
    ul#menu-main-menu
    > li.current_page_parent
    > a,
    header.main_header .menu_box nav ul#menu-main-menu > li > a:hover {
        font-weight: 700;
        color: #212727;
        background: #fff;
    }

    header.main_header
    .menu_box
    nav
    ul
    li.menu-item-has-children
    .sidebar-menu-arrow {
        width: 40px;
        height: 44px;
    }

    header.main_header
    .menu_box
    nav
    ul
    li.menu-item-has-children
    .sidebar-menu-arrow:after {
        border-top: 10px solid #fff;
        left: 50%;
    }

    header.main_header
    .menu_box
    nav
    ul#menu-main-menu
    > li.current_page_parent
    .sidebar-menu-arrow:after,
    header.main_header
    .menu_box
    nav
    ul#menu-main-menu
    > li
    > a:hover
    + .sidebar-menu-arrow:after,
    header.main_header
    .menu_box
    nav
    ul#menu-main-menu
    > li.current-menu-item
    .sidebar-menu-arrow:after {
        border-top: 10px solid #212727;
    }

    header.main_header .menu_box nav ul li.menu-item-has-children ul.sub-menu {
        display: none;
        max-height: inherit;
        border: none;
        transition: 1s;
        opacity: 1;
        padding: 0;
        visibility: visible;
        transform: none;
        background: none;
        left: 0;
        width: 100%;
        transition: 0.3s ease;
        position: relative;
        top: 0;
        max-height: inherit;
    }

    header.main_header .menu_box nav ul#menu-main-menu li ul.sub-menu li a {
        padding-left: 30px !important;
        border: 0;
    }

    header.main_header
    .menu_box
    nav
    ul
    li.menu-item-has-children:hover
    .sub-menu {
        display: none;
    }

    .error_page {
        padding: 100px 0;
    }

    .footer_cta .cta_box {
        padding: 0 50px 0 20px;
    }

    .footer_cta .cta_box .h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner_slider .slide {
        height: 100%;
        min-height: inherit;
        padding: 150px 0 60px;
    }

    .banner_slider .slide .text-col .top_heading:after {
        display: none;
    }

    .banner_container:after {
        width: 160px;
        height: 160px;
        bottom: -80px;
    }

    .banner_container:before {
        height: 110px;
        width: 110px;
        right: calc(10% + 25px);
        bottom: -55px;
    }

    .banner_slider .banner_container.slide .text-col h1 {
        font-size: 190px;
        line-height: 210px;
    }

    .banner_slider .banner_container.slide .text-col h1 span::before {
        width: 130px;
        height: 130px;
    }

    .banner_slider .banner_container.slide .text-col h1 span:after {
        height: 90px;
        width: 90px;
    }

    .banner_slider .banner_container.slide .text-col .description_box .h4 {
        font-size: 28px;
        line-height: 36px;
    }

    .service_sec .service_list {
        padding-top: 48px;
    }

    .service_sec .service_list .service {
        width: calc(20% - 10px);
        padding: 40px 10px;
    }

    .service_sec .service_list .service h6 {
        font-size: 17px;
    }

    .service_sec .service_list .service figure {
        max-width: 85%;
        margin: 0 auto 1rem;
    }

    .who_we_are .vision_item {
        padding: 20px;
    }

    .review_sec .review_item {
        padding: 30px 20px;
    }

    .review_sec .review_item .heading_box figure {
        width: 80px;
        height: 80px;
        margin-right: 15px;
    }

    .review_sec .review_item .heading_box .title {
        width: calc(100% - 95px);
    }

    .review_sec .review_item .heading_box .title p {
        font-size: 14px;
    }

    .blog_sec .blog_item {
        padding-bottom: 36px !important;
    }

    .blog_sec .blog_item figure img {
        width: 100%;
        height: 280px;
    }

    .cta-content {
        padding: 47px 35px;
    }

    .page-template-staffing .overview-logo img, .page-template-staffing .how-image img, .page-template-staffing .model-text img {
        width: 100%;
    }

    .page-template-staffing .overview-right .overview-logo {
        margin: 86px 0;
    }

    .overview-right .overview-logo img,
    .model-text img {
        width: 100%;
    }

    .model-text img {
        margin-top: 2em;
    }

}

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .h2,
    h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .h3,
    h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .search-panel form#searchform_header {
        width: 75%;
        margin: 0 auto 0 10%;
    }

    .section_with_bg {
        padding: 40px 0;
    }

    footer {
        padding: 100px 0 40px;
    }

    footer > .wrapper > div {
        flex-direction: column;
        gap: 30px;
    }

    .footer_cta {
        top: -70px;
    }

    .footer_cta .cta_box {
        background-size: cover;
        border-radius: 20px;
        justify-content: center !important;
        text-align: center;
        padding: 20px 40px;
    }

    .footer_cta .cta_box figure {
        display: none;
    }

    .error_page {
        padding: 60px 0;
    }

    .error_page:after {
        width: 200px;
        height: 200px;
        padding: 30px;
        left: -100px;
        top: 40%;
    }

    .error_page:before {
        width: 100px;
        height: 100px;
        top: calc(40% + 95px);
        left: -50px;
    }

    .banner_slider .slide {
        align-items: flex-start;
        height: auto;
        min-height: 80vh;
        padding: 120px 0 60px;
    }

    .banner_slider .banner_container.slide .text-col {
        max-width: 100%;
        padding-top: 0;
        text-align: center;
    }

    .banner_slider .banner_container.slide .text-col h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 20px;
        word-wrap: break-word;
    }

    .banner_slider .banner_container.slide .text-col h1 span:before {
        width: 60px;
        height: 60px;
    }

    .banner_slider .banner_container.slide .text-col h1 span:after {
        width: 40px;
        height: 40px;
    }

    .banner_slider .banner_container.slide .text-col h2 {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .banner_slider .banner_container.slide .text-col .description_box {
        margin: 30px auto 0;
        text-align: center;
    }

    .banner_slider .banner_container.slide .text-col .description_box .h4 {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .inner_banner {
        height: 250px;
        /*padding-top: 40px;*/
    }

    .process_section .process .num {
        margin: 0;
        font-size: 24px;
        width: 70px;
        height: 70px;
    }

    .process_section .process:nth-child(even) .num:after,
    .process_section .process .num:after {
        left: 35px;
        top: 70px;
    }

    .process_section .process p {
        width: calc(100% - 90px);
    }

    .service_sec .service_list {
        justify-content: center !important;
        gap: 20px;
    }

    .service_sec .service_list .service {
        width: 160px;
    }

    .bloglist .blog_item figure,
    .blog_sec .blog_item figure img,
    .bloglist .blog_item .post_detail,
    .bloglist .blog_item figure img {
        height: auto;
    }

    .blog_sec .blog_list,
    .review_slider,
    .who_we_are .vision_mission {
        padding-top: 25px;
    }

    .review_sec .intro_box {
        padding-right: 92px;
    }

    .review_sec .slick-arrow {
        width: 40px;
        height: 40px;
        right: 48px;
    }

    .review_sec .slick-arrow:after {
        width: 16px;
        height: 16px;
    }

    .works_sec .slick-slide {
        margin: 0 8px;
    }

    .works_sec .project .detail {
        width: calc(100% - 36px);
        padding: 10px 50px 10px 15px;
        bottom: 40px;
    }

    .works_sec .project .detail a {
        width: 50px;
    }

    .works_sec .project .detail .h6 {
        margin: 0 !important;
        font-size: 16px;
    }

    .works_sec .project .detail p {
        display: none;
    }

    .works_sec .project .detail a svg {
        width: 16px;
        height: 16px;
    }

    .about_service .swiper-slide-active .service .detail {
        padding: 15px;
    }

    .about_service .swiper-slide-active .service .detail .h4 {
        margin: 0 !important;
        font-size: 18px;
        line-height: 24px;
    }

    .about_service .swiper-slide-active .service .detail a {
        line-height: 0;
    }

    .about_service .swiper-slide-active .service .detail a svg {
        width: 40px;
        height: 40px;
    }

    .about_service .swiper_button > div {
        width: 60px;
        height: 60px;
        margin: 0 12px;
    }

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

    .team_sec {
        padding-bottom: 100px;
    }

    .team_sec .team_list .member {
        width: 100%;
    }

    .team_sec .team_list .member figure {
        width: 120px;
        height: 120px;
        margin-bottom: 25px;
    }

    .launch_sec figure {
        max-width: 90%;
        margin-bottom: 0;
    }

    .launch_sec figure .play_btn svg {
        width: 50px;
        height: 50px;
    }

    /* Banner responsive styles for 767px */
    .banner_slider .slide {
        min-height: 100vh;
        padding: 100px 0 60px;
    }

    .banner_slider .slide .text-col {
        max-width: 100%;
        padding: 0 20px;
    }

    .banner_slider .slide .text-col h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .banner_slider .slide .text-col h2 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .banner_slider .slide .text-col .description_box {
        margin-top: 30px;
    }

    /* Contact section responsive styles for 767px */
    .contact_us {
        padding: 60px 0;
    }

    .contact_us .contact_form {
        flex-direction: column;
        gap: 40px;
    }

    .contact_us .contact_form .form_col,
    .contact_us .contact_form .info_col {
        width: 100%;
    }

    .contact_us .contact_info .info_item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .contact_us .contact_info .info_item h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact_us .form_container form .form_group {
        margin-bottom: 20px;
    }

    .contact_us .form_container form input,
    .contact_us .form_container form textarea {
        padding: 12px 15px;
        font-size: 14px;
    }

    .products-text .row {
        flex-direction: column;
    }

    .cta-content {
        padding: 47px 35px;
    }

    .cta-content a.btn {
        font-size: 20px;
        font-family: 'Archivo';
        padding: 5px 30px;
    }

    .overview-left h2, .overview-right h2, .products-text h3, section.industris_list.wrap h2, .faq-container h3, .model-content h3, .offering-text h3, .location h3 {
        font-size: 2rem;
    }

    .location-item {
        height: 200px;
    }

    .location-item h4 {
        font-size: 30px;
    }

    .accordion summary {
        padding: 1rem 1.8rem 0.5rem;
    }

    .accordion summary::after {
        right: .5rem;
    }

    .banner_slider .slide::before {
        background: linear-gradient(45deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 56%) 50%, rgba(0, 0, 0, 0.3) 100%) !important;
    }

    .service .common_btn {
        font-size: 16px;
    }

    .banner_slider .slide .col-6.mt-5 {
        margin-top: 10px !important;
        margin-left: 10px !important;
    }

    .banner_slider .slide .mb-8.mt-5 {
        margin-top: 0px !important;
    }

    .overview-right .overview-logo img,
    .model-text img {
        width: 100%;
    }

    section.benefits-section .container {
        padding: 0;
    }

    .benefits-slider-box button.slick-next.slick-arrow,
    .col-sm-12.serve-model-box button.slick-next.slick-arrow {
        bottom: 1.5em;
        top: unset;
        right: 45%;
    }

    .benefits-slider-box button.slick-prev.slick-arrow,
    .col-sm-12.serve-model-box button.slick-prev.slick-arrow {
        bottom: 1.5em;
        top: unset;
        right: 55%;
    }

    .page-template-electrician .overview-right .overview-logo {
        margin: 86px 0;
    }

    /*.benefits-slider-box.slick-initialized .slick-slide{
        height: 380px;
    }*/
    .page-template-microsoft-dynamics-365 .overview-right .overview-logo {
        margin-top: 40px;
    }

    .page-template-microsoft-dynamics-365 .industry-panel.tools .pill-grid {
        grid-template-columns: 1fr;
    }

    .col-sm-12.serve-model-box.slick-initialized.slick-slider .slick-list,
    .benefits-slider-box.slick-initialized.slick-slider .slick-list {
        margin-bottom: 35px;
    }

    .page-id-1394 .banner_slider .slide {
        background-image: url(https://eco-staff.com/wp-content/uploads/2025/10/Banner-craft-dallas-mobile.png) !important;
    }

    .page-id-1425 .banner_slider .slide {
        background-image: url('https://eco-staff.com/wp-content/uploads/2025/10/Banner-craft-san-antonio-mobile.png') !important;
    }

    .page-id-1346 .banner_slider .slide {
        background-image: url('https://eco-staff.com/wp-content/uploads/2025/10/Banner-low-voltage-san-antonio-mobile.png') !important;
    }

    .page-id-1277 .banner_slider .slide {
        background-image: url('https://eco-staff.com/wp-content/uploads/2025/10/Banner-low-voltage-texas-mobile.png') !important;
    }

    .page-id-1206 .banner_slider .slide {
        background-image: url('https://eco-staff.com/wp-content/uploads/2025/10/Banner-staffing-austin-mobile.png') !important;
    }

    .page-id-1394 .banner_slider .slide::before, .page-id-1425 .banner_slider .slide::before,
    .page-id-1346 .banner_slider .slide::before, .page-id-1277 .banner_slider .slide::before,
    .page-id-1206 .banner_slider .slide::before {
        background: linear-gradient(45deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.3) 100%) !important;
    }
}

@media (max-width: 575px) {
    .location-text {
        margin-top: 2em;
    }
}

@media (max-width: 480px) {
    header.main_header .logo_box {
        width: 200px;
    }

    header.main_header .menu_box {
        width: calc(100% - 200px);
    }

    .banner_slider .banner_container.slide .text-col {
        max-width: 100%;
        padding: 0;
        text-align: center;
    }

    .banner_slider .banner_container.slide .text-col h1 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 15px;
        word-wrap: break-word;
    }

    .banner_slider .banner_container.slide .text-col h1 span:before {
        width: 50px;
        height: 50px;
    }

    .banner_slider .banner_container.slide .text-col h1 span:after {
        width: 35px;
        height: 35px;
    }

    .banner_slider .banner_container.slide .text-col h2 {
        font-size: 1.1rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .banner_slider .banner_container.slide .text-col .description_box {
        margin: 20px auto 0;
        padding: 0 10px;
    }

    .banner_slider .banner_container.slide .text-col .description_box .h4 {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .banner_slider .slide {
        height: auto;
        min-height: 70vh;
        padding: 100px 0 50px;
    }

    /* Additional banner responsive styles for 480px */
    .banner_slider .slide {
        min-height: 90vh;
        padding: 100px 0 50px;
    }

    .banner_slider .slide .text-col {
        max-width: 100%;
        padding: 0 15px;
    }

    .banner_slider .slide .text-col h1 {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 15px;
    }

    .banner_slider .slide .text-col h2 {
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .banner_slider .slide .text-col .description_box {
        margin-top: 25px;
        padding: 0 10px;
    }

    .banner_slider .slide .text-col .description_box .h4 {
        font-size: 1rem;
        line-height: 1.4;
    }

    /* Contact section responsive styles for 480px */
    .contact_us {
        padding: 40px 0;
    }

    .contact_us .contact_form {
        gap: 30px;
    }

    .contact_us .contact_info .info_item {
        padding: 15px;
        margin-bottom: 15px;
    }

    .contact_us .contact_info .info_item h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .contact_us .contact_info .info_item p {
        font-size: 14px;
    }

    .contact_us .form_container form .form_row {
        flex-direction: column;
        gap: 15px;
    }

    .contact_us .form_container form .form_group {
        margin-bottom: 15px;
    }

    .contact_us .form_container form input,
    .contact_us .form_container form textarea {
        padding: 10px 12px;
        font-size: 13px;
    }

    .contact_us .form_container form .btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .decorative-line-star {
        /*width: unset !important;
        height: unset !important;*/
    }
}
