* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

button,
a,
button>*,
a>* {
    transition: 0.5s ease-in;
}

body .theme-btn:hover,
body #page-container header .et_pb_section .et_pb_button:hover {
    color: #0399AB !important;
    background: #ffffff !important;
}

body .blue-btn:hover,
body #page-container .et_pb_section .blue-btn:hover {
    border-color: #0399AB !important;
    background: #ffffff !important;
    color: #0399AB !important;
}

.btn-white:after {
    transform: rotate(315deg) !important;
    margin-top: -9px !important;
}

.btn-white:hover {
    color: #fff !important;
    background: transparent !important;
}

.btn-white:hover:after {
    filter: brightness(0) invert(1);
}

body .btn-white-outline:hover {
    background: #0399AB !important;
    border-color: #0399AB !important;
}

.text-capitalize>* {
    text-transform: capitalize !important;
}


/* Header css start */

.mobile-menu-open {
    overflow: hidden;
}

.header-mobile-menu {
    transform: translateX(100%);
    transition: transform 0.4s ease;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999 !important;
    width: 100%;
}

.header-mobile-menu nav .et-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.header-mobile-menu.active {
    transform: translateX(0);
}

.logo-wrapper img {
    object-fit: contain;
    object-position: center;
}

.header-wrapper .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 0 !important;
}

.header-wrapper .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0 !important;
}

header nav .et-menu {
    gap: 40px;
}

header nav .et_pb_menu .et-menu {
    margin: 0 !important;
}

header nav .et-menu .menu-item,
header nav .et-menu .menu-item a {
    padding: 0px !important;
    margin: 0 !important;
    color: #333333;
}

footer .et_pb_link:hover>*,
body header .et_pb_menu__menu>nav>ul>li>a:hover,
body header .et_pb_menu__menu>nav>ul>li.current-menu-item>a,
body .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a,
body .header-wrapper .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a:hover,
body .header-wrapper .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.current-menu-item>a:hover,
body .et_pb_menu_1_tb_header.et_pb_menu .nav li ul.sub-menu a,
body .et_pb_menu_1_tb_header.et_pb_menu ul li.current-menu-item>a,
body .et_pb_menu_1_tb_header.et_pb_menu ul li.current-menu-ancestor>a,
body .et_pb_menu_1_tb_header.et_pb_menu ul:not(.sub-menu)>li.current-menu-ancestor>a,
.footer-menu a.active,
.footer-menu a.active span {
    color: #0399ab !important;
}


/* Header css end */


/* banner start */

.hero-section:before {
    content: "";
    background: linear-gradient(270deg, rgba(8, 64, 105, 0) 14.54%, rgba(8, 64, 105, 0.3) 29.57%, rgba(8, 64, 105, 0.6) 48.94%, #084069 98.44%);
    width: 72%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


/* banner end */


/* slider section start */

.slider-wrapper .et_pb_image {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mx-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.slider-wrapper {
    overflow: hidden;
}

.slider-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.slider-flex .et_pb_heading {
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

.slider-flex .et_pb_image {
    flex: 0 0 auto;
}

.slider-flex .et_pb_image_wrap img {
    object-fit: cover;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
        /* transform: translateX(-100%); */
    }
}


/* slider section end*/


/* why choose us section start*/

.choose-product-section .et_pb_blurb .et_pb_blurb_container {
    gap: 10px;
}


/* why choose us section end*/


/* two col section section start */

.two-col-section .two-col-img .et_pb_image_wrap,
.two-col-section .two-col-img .et_pb_image {
    height: 100%;
    width: 100%;
}

.two-col-section .two-col-img .et_pb_image img {
    object-fit: cover;
    width: 100% !important;
}

.icon-img-list .et_pb_image img {
    object-fit: contain;
}


/* two col section section end */


/* service section start */

.service-card {
    justify-content: center;
}


/* service section end */


/* hover effect start*/

.choose-product-section .et_pb_blurb,
.capacity-option-card,
.user-design-card,
.service-card {
    transition: 0.5s ease-in;
}

.choose-product-section .et_pb_blurb:hover,
.capacity-option-card:hover,
.user-design-card:hover,
.service-card:hover {
    transform: translateY(-10px);
}


/* hover effect end*/


/* How work section start*/

.process-section:before {
    content: "";
    border-left: 2px dashed #000000;
    height: -webkit-fill-available;
    position: absolute;
    left: 50%;
    top: 0;
}

.proccess-step {
    position: absolute;
    width: 95.91px;
    height: 75px;
    left: -124px;
    top: calc(50% - 38px);
    background-size: cover;
    background-size: 96px;
}

.process-row:nth-child(even) .proccess-step {
    left: unset;
    right: -124px;
}

.process-row .et_pb_image_wrap,
.process-row .et_pb_image_wrap img {
    width: 100% !important;
}


/* How work section end*/


/* contact start */

.contact-wrapper .et_contact_bottom_container {
    margin: 0;
    width: 100%;
}

.contact-wrapper .et_pb_button_wrapper {
    width: 100%;
}

.contact-wrapper .et_pb_button.et_pb_contact_submit {
    margin: 0;
}

.contact-wrapper .et_pb_button.et_pb_contact_submit:after,
.contact-wrapper .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:after {
    background-image: url(".../assets/images/left-arrow.png");
    background-image: url("https://ace1dev.wpenginepowered.com/wp-content/uploads/2026/05/guidance_left-arrow.png");
    width: 21px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0 !important;
    margin-left: 13px !important;
}

.contact-wrapper .et_pb_button.et_pb_contact_submit:hover {
    opacity: 0.8;
}

.contact-wrapper textarea {
    resize: none;
}

.contact-wrapper .et-pb-contact-message ul,
.contact-wrapper .et-pb-contact-message p,
.contact-wrapper .et-pb-contact-message ul li {
    color: #ff0000;
}

.contact-wrapper .et-pb-contact-message:only-child p {
    font-family: 'Sora';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #0399AB;
    border: 1px solid #0399AB;
    padding: 7px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.et-pb-contact-message ul {
    padding-bottom: 0;
}


/* contact end */


/* 404 page start */

.error-img svg {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.error-page-wrapper .left-area {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.error-page-wrapper .error-content p {
    font-size: 18px;
}

.error-page-wrapper .not-found-title {
    margin-bottom: 15px;
}

.error404.et_right_sidebar #main-content .container:before {
    display: none;
}

.error-page-wrapper .theme-btn {
    margin-top: 20px;
}

.theme-btn {
    background-color: #0399AB;
    padding: 14px 20px;
    display: inline-flex;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-radius: 68px;
    border: 1px solid #0399AB;
}


/* 404 page end */

@media (max-width: 1200px) {
    .proccess-step {
        left: -110px;
    }
    .process-row:nth-child(even) .proccess-step {
        right: -110px;
        left: unset;
    }
}

@media (max-width: 1024px) {
    .slider-flex {
        animation: marquee 30s linear infinite;
    }
}

@media screen and (max-width: 980px) {
    /* header start */
    .header-menu .et_pb_menu__menu {
        display: flex;
    }
    .header-menu .et_mobile_nav_menu {
        display: none;
    }
    header .et_pb_button_module_wrapper:has(.desktop-show) {
        display: none;
    }
    /* header end */
    .proccess-step {
        left: -85px;
        top: calc(50% - 28px);
    }
    .process-row:nth-child(even) .proccess-step {
        right: -88px;
        left: unset;
    }
    .choose-product-section .et_pb_blurb:hover,
    .capacity-option-card:hover,
    .user-design-card:hover,
    .service-card:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 840px) {
    .proccess-step {
        left: -80px;
    }
    .process-row:nth-child(even) .proccess-step {
        right: -80px;
    }
}

@media (max-width: 767px) {
    .process-section:before,
    .proccess-step {
        display: none;
    }
    .process-row .et_pb_image_wrap img {
        object-fit: cover;
    }
    .hero-section h1.et_pb_module_header>br {
        display: none;
    }
    .hero-section:before {
        width: 100%;
        background: linear-gradient(270deg, rgba(8, 64, 105, 0.6) 48.94%, #084069 98.44%);
    }
    .error-page-wrapper .error-content p {
        font-size: 16px;
    }
    .theme-btn {
        padding: 14px 20px;
    }
    .contact-wrapper .et-pb-contact-message:only-child p {
        font-size: 15px;
        line-height: 20px;
    }
    h1 {
        font-size: 24px;
    }
}