/* ================================
   Apply in Social Ads Landing Page
   ================================ */


/******------ Header & Footer ------******/

.page-id-19701 header > section {
    background-color: #696969 !important;
}

.page-id-19701 header .elementor-widget-image img {
    filter: grayscale(1);
}

.page-id-19701 header .elementor-button {
    color: #696969 !important;
}

.page-id-19701 header .elementor-button:hover {
    color: #696969 !important;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.65) !important;
}

.page-id-19701 header .elementor-nav-menu--dropdown a {
    color: #696969 !important;
    fill: #696969 !important;
}

.page-id-19701 header .elementor-nav-menu--dropdown a:hover, 
.page-id-19701 header .elementor-nav-menu--dropdown a:focus, 
.page-id-19701 header .elementor-nav-menu--dropdown a.elementor-item-active, 
.page-id-19701 header .elementor-nav-menu--dropdown a.highlighted {
    background-color: rgb(105 105 105 / 10%) !important;
}

.page-id-19701 footer > section {
    background-color: #2A344C !important;
}

@media only screen and (max-width:1024px){
    .page-id-19701 header .elementor-button {
        color: #FFF !important;
    }
}

/******------ Banner ------******/

#ads-banner-sec {
    background-color: #6A6A6A !important;
    background: url(../images/shape_24.svg), url(../images/shape_25.svg), url(../images/shape_16.svg);
    background-repeat: no-repeat;
    background-position: left -11% bottom -120px, right -8% bottom -100px, right -14.5% center;
    background-size: 16% auto, 25% auto, 15% auto;
}

.arrow-box p {
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin: 0px;
    padding-right: 20px;
}

.arrow-box.reverse p {
    padding-left: 20px;
    padding-right: 0;
}

.arrow {
    position: absolute;
    top: calc(50% - 3px);
    right: 10%;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
}

.arrow-box.reverse .arrow {
    transform: rotate(90deg);
    left: 10%;
    right: auto;
}

.arrow span {
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin: -4px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-5px, -5px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(5px, 5px);
    }
}

/*--------------------------  Audit --------------------------*/
#audit-img{
    margin-top: 100px;
}

#audit-img img{
    width: 2560px;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

:is(#cloud-1, #cloud-2, #cloud-3, #cloud-4, #cloud-5) {
    position: absolute;
}

:is(#cloud-1, #cloud-2, #cloud-3, #cloud-4, #cloud-5):after{
    content: '';
    position: absolute;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

:is(#cloud-1, #cloud-2, #cloud-3, #cloud-4, #cloud-5) > div{
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

:is(#cloud-1, #cloud-2, #cloud-3, #cloud-4, #cloud-5) > div > div{
    height: fit-content;
}

#cloud-1 {
    top: 0%;
    left: 18%;
}

#cloud-1 > div {
    background-image: url(/wp-content/uploads/2026/02/cloud-1.svg);
    padding: 50px 30px 30px;
    width: 340px;
    height: 170px;
}

#cloud-1:after {
    top: 20px;
    right: 20px;
    width: 80px;
    height: 50px;
    background-image: url(/wp-content/uploads/2026/02/cloud-s-1.svg);
}

#cloud-2 {
    top: 17%;
    left: 0%;
}

#cloud-2 > div {
    background-image: url(/wp-content/uploads/2026/02/cloud-2.svg);
    padding: 48px 30px 30px;
    width: 300px;
    height: 150px;
}

#cloud-2:after {
    top: 8px;
    right: -50px;
    width: 176px;
    height: 99px;
    background-image: url(/wp-content/uploads/2026/02/cloud-s-2.svg);
}

#cloud-3 {
    top: 32%;
    left: 11%;
}

#cloud-3 > div {
    background-image: url(/wp-content/uploads/2026/02/cloud-3.svg);
    padding: 60px 30px 30px;
    width: 350px;
    height: 160px;
}

#cloud-4 {
    top: 2%;
    right: 8%;
}

#cloud-4 > div {
    background-image: url(/wp-content/uploads/2026/02/cloud-4.svg);
    padding: 60px 30px 30px;
    width: 380px;
    height: fit-content;
}

#cloud-4:after {
    top: 55px;
    left: -62px;
    width: 146px;
    height: 60px;
    background-image: url(/wp-content/uploads/2026/02/cloud-s-4.svg);
}

#cloud-5 {
    top: 19%;
    right: 1%;
}

#cloud-5 > div {
    background-image: url(/wp-content/uploads/2026/02/cloud-5.svg);
    padding: 40px 30px 30px 20px;
    width: 320px;
    height: fit-content;
}

div#audit-ppl-img {
    position: absolute;
    width: 480px;
    height: fit-content;
    left: 46%;
    bottom: 5%;
    transform: translate(-50%, -50%);
}

#not-fit-list ul{
    list-style: none;
}

#not-fit-list ul li:before {
    content: '●';
    color: #A1E6E0;
    padding-right: 15px;
    margin-left: -15px;
}

/*--------------------------  Risk ---------------------------*/
#risk-video video{
    object-fit: contain;
    background-color: transparent;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    width: 120%;
    min-width: 120%;
    height: 120%;
}

.typing-text .uael-fancy-text-type{
    display: flex;
    align-items: center;
    justify-content: center;
}

#typing-txt-1{
    position: absolute;
    top: 15%;
    left: 25%;
}

#typing-txt-2{
    position: absolute;
    top: 50%;
    left: 56%;
}

#typing-txt-3{
    position: absolute;
    bottom: 24%;
    left: 10%;
}

#mag-glass-img {
    position: absolute;
    bottom: 45%;
    left: 32%;
    width: 150px;
    animation: floatMove 8s ease-in-out infinite alternate;
}

@keyframes floatMove {
  0%   { transform: translate(0px, 0px); }
  25%  { transform: translate(40px, -30px); }
  50%  { transform: translate(-30px, 40px); }
  75%  { transform: translate(50px, 20px); }
  100% { transform: translate(-20px, -40px); }
}

/*--------------------------  Trust ---------------------------*/
#trust-arrow-img{
    width: 1920px;
    max-width: none;
    position: relative;
    left: 50%;
    margin-top: 250px;
}

#trust-arrow-img img{
    transform: translateX(-50%);
}

#trust-ppl-img {
    position: absolute;
    top: 4%;
    left: 52%;
    transform: translateX(-50%);
    z-index: 1;
}

/*--------------------------  Steps ---------------------------*/
#step-1 {
    position: absolute;
    top: 22%;
    left: 2%;
}

#step-2 {
    position: absolute;
    bottom: 24%;
    left: 29%;
}

#step-3{
    position: absolute;
    top: 20%;
    right: 28%;
}

#step-4{
    position: absolute;
    bottom: 20%;
    right: 2%;
}

#line-path.animate svg{
    width: 3800px;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 30px;
}

#line-path g {
    opacity: 0;
}

/* Optional subtle fade-in for each group */
#line-path.animated g {
    opacity: 0;
    transform: translateY(10px);
    animation: groupFade 0.8s ease forwards;
}

#line-path.animated #path4 { animation-delay: 0.2s; }
#line-path.animated #path3 { animation-delay: 0.6s; }
#line-path.animated #path2 { animation-delay: 1s; }
#line-path.animated #path1 { animation-delay: 1.4s; }

@keyframes groupFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*--------------------------  Guessing ---------------------------*/
#cta-btn a {
    display: block;
    width: 100%;
    background: #36BA78;
    border-radius: 99px;
    padding: 30px 60px;
    transition: none !important;
}

#cta-btn a:hover {
    color: #36BA78;
    background: #D8F3DC;
}

#whack-mole-game{
    display: none;
}