/*
 Theme Name:   Abuild Child
 Theme URI:    https://demo.rstheme.com/wordpress/abuild/
 Description:  Abuild Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     abuild
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 
 .contact-clip-path {
     clip-path: polygon(50% 0%, 92% 0%, 99% 100%, 50% 100%, 6% 100%, 0 0) !important;
 }
 body .rsoffwrap {
     background: linear-gradient(180deg, #02004f 0%, #0072EF 100%) !important;
     cursor: pointer !important;
 }
 
 html,
body {
  font-family: "Poppins", sans-serif !important;
}

header.header-sticky-part {
    visibility: visible !important;
    transform: translateY(0%) !important;
    opacity: 1 !important;
    z-index: 9998 !important;
}

input, textarea, select, .ts-control {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
	border-radius: 0 !important;
}

input[type=submit] {
    text-align: center !important;
    background-color: #fff !important;
    color: #02004F !important;
    border: 0 !important;
    border-radius: 0 !important;
}

input[type=submit]:hover {
    background-color: #78F3FA !important;
    color: #02004F !important;
}

.full-width-submit {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-form-control::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

.selected-dial-code, .wpcf7-response-output {
    color: #fff;
}

select {
    padding: 10px 14px;
    line-height: normal;
    height: 50px;
}

select:valid {
    color: #fff;
}

.wpcf7-select option {
    color: #02004F;
}

em.select-full:after {
    color: #fff;
    top: 35%;
}


.srfm-form-container .srfm-button {
    background-color: #fff !important;
    color: #02004F !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.srfm-form-container .srfm-button:hover {
    background-color: #78F3FA !important;
    color: #02004F !important;
}

sup {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

.company-team-social-icon .footer_social li {
    list-style: none;
}

.company-team-social-icon .footer_social li a {
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 0;
    color: #fff;
    background-color: #02004F;
}

.company-team-social-icon .footer_social li a i {
    font-size: 2rem;
}

.solutions-sien-title a {
    color: white !important;
}

.solutions-sien-title a:hover {
    color: #78F3FA !important;
}

.rs-button .rs-btn {
    background: #02004F;
    border: 1px solid #02004F;
}

.rs-button.btn-industry-style1 .rs-btn {
    background: #fff;
    color: #02004F;
    border: 1px solid #fff;
}

.check-mark-bullet {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.check-mark-bullet li {
    position: relative;
    padding-left: 28px; /* space for the icon */
}

.check-mark-bullet li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em; /* tweak for vertical alignment */
    width: 1.5em;
    height: 1.5em;
    background-image: url('/wp-content/uploads/2026/02/check-mark.svg');
    background-size: contain;
    background-repeat: no-repeat;
}


.rs-button .rs-btn:hover, .rs-button.btn-industry-style1 .rs-btn:hover {
    background: #0072EF;
    border: 1px solid #0072EF;
}

.hfe-nav-menu nav.border-bottoms > ul > li > a::before {
    background: #0d6efd !important;
}

.single .ps-navigation ul li {
  font-family: "Poppins", sans-serif !important;
}

.menu-area .navbar ul li a {
  font-family: "Poppins", sans-serif !important;
}

.menu-area .navbar ul li > a {
  font-family: "Poppins", sans-serif !important;
}

h4 > a {
    font-family: "Adero", sans-serif !important;
    font-weight: bold !important;
}

.elementor-field-group .cfefp-intl-container.iti {
    margin-bottom: 30px;
}

.elementor-field-textual {
    font-size: 15px;
    padding: 9px 20px;
}

.select-caret-down-wrapper {
    z-index: 2;
    top: 25% !important;
}

.page-error .content-area h2 {
    color: #fff !important;
}

.page-error .content-area h2 span {
    color: #78F3FA !important;
    font-size: 70px !important;
    line-height: 90px !important;
}

@media (max-width: 480px) {
    .page-error .content-area h2 span {
        font-size: 35px !important;
        line-height: 40px !important;
    }
}

.contact-clip-path-2 {
    clip-path: polygon(
    50% 0%,
    8% 0%,
    1% 100%,
    50% 100%,
    94% 100%,
    100% 0%
) !important;
}

.single .ps-navigation ul li a:hover span.link_text, .single .ps-navigation ul li a:hover span.next_link {
    color: #78F3FA;
}

.bs-img {
    display: none;
}

/* Custom animations */
/* Base container */
.mkdf-appearing-section {
    position: relative;
    overflow: hidden;
}

/* UNIVERSAL child fade-out default state */
.mkdf-appearing-section > * {
    opacity: 0;
    transition: opacity 0s .8s!important;
}

/* Overlays */
.mkdf-appearing-section:before,
.mkdf-appearing-section:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mkdf-appearing-section:before {
    background-color: #02004F;
    z-index: 1;
    transform: translateX(-101%);
}

.mkdf-appearing-section:after {
    background-color: #0072EF;
    z-index: 2;
    transform: translateX(-101%);
}

/* Keyframes */
@keyframes mkdf-appearing-section-animation {
    0% { transform: translateX(-101%); }
    50% { transform: translateX(0); }
    100% { transform: translateX(101%); }
}

/* APPEAR STATE – children fade in */
.mkdf-appearing-section.mkdf-appearing-section-appear > * {
    opacity: 1;
}

/* APPEAR STATE – overlay animation */
.mkdf-appearing-section.mkdf-appearing-section-appear:after {
    animation: mkdf-appearing-section-animation 1.2s .2s cubic-bezier(1,0,.54,.99) forwards;
}

.mkdf-appearing-section.mkdf-appearing-section-appear:before {
    animation: mkdf-appearing-section-animation 1.5s cubic-bezier(.86,0,.07,1) forwards;
}

/* Elementor Editor – prevent fading out while editing */
.elementor-editor-active .mkdf-appearing-section > * {
    opacity: 1 !important;
}

.elementor-editor-active .mkdf-appearing-section:after {
    animation: mkdf-appearing-section-animation 1.2s .2s cubic-bezier(1,0,.54,.99) forwards;
}

.elementor-editor-active .mkdf-appearing-section:before {
    animation: mkdf-appearing-section-animation 1.5s cubic-bezier(.86,0,.07,1) forwards;
}

/* Base container for the animation */
.mkd-appear {
    position: relative;
    overflow: hidden;
}

/* Hide inner content initially */
.mkd-appear > * {
    opacity: 0;
    transition: opacity 0.6s ease 0.3s;
}

/* Overlay wipe (light gray, customizable) */
.mkd-appear:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    z-index: 2;
    transform: translateX(0);
}

/* Keyframes for the wipe effect */
@keyframes mkd-wipe {
    0%   { transform: translateX(0); }
    100% { transform: translateX(101%); }
}

/* When element becomes visible */
.mkd-appear.mkd-appear-visible > * {
    opacity: 1;
}

.mkd-appear.mkd-appear-visible:before {
    animation: mkd-wipe 1.4s cubic-bezier(.86,0,.07,1) forwards;
}


