/* --- Service Hero Tags --- */
.z1-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 26px;
    justify-content: center;
}
.z1-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(2, 133, 215, 0.10);
    border: 1.5px solid rgba(2, 133, 215, 0.40);
    color: #0285d7;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 30px;
    font-family: var(--font-01);
    white-space: nowrap;
}
.z1-tag::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #0285d7;
    border-radius: 50%;
    flex-shrink: 0;
}
@media screen and (max-width: 600px) {
    .z1-tags { gap: 8px; }
    .z1-tag { font-size: 12px; padding: 6px 12px; }
}

/* --- Business Advisory Inline Style Replacements --- */
.z2p1-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}
.z8u1-gap {
    gap: 30px;
}
.z8d1-flex {
    max-width: none;
    flex: 0 1 auto;
}
.z5a1-full {
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.z9in1-pad {
    padding: 11px 35px;
    cursor: pointer;
}
 /* Common Styles  */

 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

 @font-face {
     font-family: 'Gilroy';
     src: url('fonts/gilroy-bold-webfont/Gilroy-Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
 }

 @font-face {
     font-family: 'Gilroy';
     src: url('fonts/gilroy-bold-webfont/Gilroy-Regular.woff') format('woff');
     font-weight: 400;
     font-style: normal;
 }

 @font-face {
     font-family: 'Gilroy';
     src: url('fonts/gilroy-bold-webfont/Gilroy-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
 }

 @font-face {
     font-family: 'Gilroy';
     src: url('fonts/gilroy-bold-webfont/Gilroy-Bold.woff') format('woff');
     font-weight: 700;
     font-style: normal;
 }

 @font-face {
     font-family: 'Gilroy';
     src: url('fonts/gilroy-bold-webfont/Gilroy-Heavy.woff') format('woff');
     font-weight: 800;
     font-style: normal;
 }

 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

 :root {
     --font-01: "Roboto", sans-serif;
     --font-02: 'Gilroy', sans-serif;
     --color-1: #0285d7;
     --color-2: rgb(255, 228, 170);
     --bg-color-01: #FBF7F5;
     --color02 : #000000 ;
     --color03 : #fff ;
 }

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

 .w {
     width: 1200px;
     margin: 0 auto;
 }

 .w2 {
     width: 92%;
     margin: 0 auto;
 }

 a {
     text-decoration: none;
     cursor: pointer;
 }

 button {
     cursor: pointer;
 }


 span,
 p {
     font-family: var(--font-01);
 }

 a,
 h1,
 h2 {
     font-family: var(--font-02);
 }

 /* Header  */

 #hd {
     position: relative;
     z-index: 3;
 }

 .d1 {
     background-color: var(--color-1);
     height: 70px;
 }

 .d2 {
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 100%;
 }

 .d3 {
     width: 31%;
     display: flex;
     align-items: center;
 }

 .s1 {
     color: white;
     font-size: 16px;
 }

 .d4 {
     width: 51%;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .d5 {
     position: relative;
     display: flex;
     justify-content: flex-end;
     align-items: center;
     width: 25%;
     column-gap: 15px;
 }


 .i1 {
     width: 15px;
 }

 .i1:hover {
     scale: 1.1;
 }

 .d6 {
     width: 65%;
 }

 .s2 {
     font-size: 16px;
     color: white;
 }

 .d7 {
     background-color: var(--color03);
     border-bottom: 1px solid white;
 }

 .d9 {
     background-color: transparent;
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 100px;
 }

 #n {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 50%;
 }

 .d8 {
     width: 8%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     display: none;
 }

 .i2 {
     width: 80px;
 }

 .a1 {
     font-size: 17px;
     color: var(--color02);
     font-weight: 800;
 }

.a1:hover {
   color: var(--color-1);
}

/* Services dropdown */
.nav-dropdown {
   position: relative;
}
.nav-dropdown > .a1 {
   display: inline-flex;
   align-items: center;
   gap: 6px;
}
.nav-dropdown > .a1::after {
   content: "";
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 5px solid currentColor;
   margin-top: 2px;
}
.nav-dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   min-width: 220px;
   background-color: #1a1a1a;
   padding: 12px 0;
   border-radius: 6px;
   box-shadow: 0 8px 24px rgba(0,0,0,0.4);
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.2s ease, visibility 0.2s ease;
   z-index: 100;
   margin-top: 4px;
}
.nav-dropdown:hover .nav-dropdown-menu {
   opacity: 1;
   visibility: visible;
}
.nav-dropdown-menu a {
   display: block;
   padding: 10px 20px;
   font-size: 15px;
   color: #e0e0e0;
   font-weight: 600;
   text-decoration: none;
   white-space: nowrap;
}
.nav-dropdown-menu a:hover {
   color: var(--color-1);
   background-color: rgba(255,255,255,0.05);
}

.i3 {
     width: 30%;
 }

 .i4 {
     width: 38%;
     display: flex;
 }

 /* Footer  */
 #ft {
     background-color: #222222;
 }

 .a100 {
    color: white;
    text-decoration: underline;
 }

 .d10 {
     display: flex;
     flex-direction: column;
 }

 .d11 {
     padding:60px 0 45px;
     display: flex;
     justify-content: space-between;
 }

 .d13 {
     width: 25%;
 }

 .i5 {
     width: 100px;
 }

 .p1 {
     font-size: 17px;
     color: #b7b7b7;
     line-height: 23px;
     margin-top: 20px;
 }

 .d14 {
     width: 16%;
 }

 .d17 {
     display: flex;
     flex-direction: column;
 }

 .s3 {
     font-size: 20px;
     font-weight: 900;
     color: white;
     margin-bottom: 20px;
     display: block;
 }

 .a2 {
     font-size: 17px;
     color: #b7b7b7;
     margin-bottom: 15px;
 }

 .a2:hover {
     color: var(--color-1);
 }

 .d15 {
     width: 23%;
 }

 .d18 {
     display: flex;
     flex-direction: column;
     margin-bottom: 10px;
 }

 .d22 {
     display: flex;
     flex-direction: column;
     margin-top: 30px;
 }
 .d24{
    width: 22%;
 }
 .i11{
    width: 22px;
    margin-left: 15px;
 }
 #d25{
    padding-top: 15px;
 }

 .s4 {
    font-size: 17px;
    color: #b7b7b7;
    margin-bottom: 3px;
 }

 .s5 {
     color: white;
     font-size: 16px;
     line-height: 22px;
 }


 .s5:hover {
     color: var(--color-1);
 }

 .contact-whatsapp {
     color: #25D366;
 }

 .contact-whatsapp:hover {
     color: #20b852;
 }

 .phone-numbers {
     display: flex;
     margin-bottom: 15px;
     flex-direction: column;
 }

 .phone-separator {
     color: #b7b7b7;
 }

 .d16 {
     width: 25%;
 }

 .d19 {
     background-color: #1a1a1a;
     padding: 10px;
     border: 1px solid #333;
     display: flex;
     flex-direction: row-reverse;
     align-items: center;
     width: 100%;
     margin-top: 53px;
 }

 .in1 {
     border: none;
     background: transparent;
     color: #fff;
     font-size: 16px;
     width: 100%;
     height: 45px;
     outline: none;
 }

 .in1::placeholder {
     color: #ccc;
     opacity: 1;
 }

 .i6 {
     height: 16px;
     margin-right: 10px;
 }

 .i7 {
     width: 6%;
     margin-left: 10px;
 }

 .a3 {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 60px;
     color: black;
     background: var(--color-1);
     font-weight: 700;
     margin-top: 15px;
     font-size: 16px;
 }

 .d12 {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     background-color: var(--color-1);
     padding: 12px;
     justify-content: center;
 }

 .d20 {
     width: 30%;
     display: flex;
     flex-direction: column;
     text-align: center;
     width: fit-content;
 }

 .d23 {
     width: 30%;
     display: flex;
     justify-content: space-between;
 }

 .s6 {
     font-size: 15px;
     color: white;
 }

 .footer-sep {
     display: block;
     width: 100%;
     height: 1px;
     margin: 6px 0;
     background: white;
     border-radius: 1px;
 }

 .i8 {
     width: 22%;
 }
 .back-to-top.floating{
     position:fixed;
     right:24px;
     bottom:24px;
     width:48px;
     height:48px;
     border-radius:50%;
     background:var(--color-1);
     color:#fff;
     border:none;
     display:flex;
     align-items:center;
     justify-content:center;
     box-shadow:0 6px 18px rgba(0,0,0,0.18);
     cursor:pointer;
     z-index:9999;
     opacity:0;
     transform:translateY(8px);
     transition:opacity 220ms ease, transform 220ms ease;
}
.back-to-top.floating.visible{
    opacity:1;transform:translateY(0);
} 
.back-to-top.floating:focus{
    outline:3px solid rgba(255,255,255,0.2);
}
.i100 {
    width: 30px;
}

.i101 {
    width: 48px;
}

.whatsapp-floating {
    position: fixed;
    right: 24px;
    bottom: 90px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
   
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-floating:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.whatsapp-floating:focus {
    outline: 3px solid rgba(37, 211, 102, 0.3);
}

.whatsapp-widget {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
}

.whatsapp-chat-box {
    position: fixed;
    right: 77px;
    bottom: 90px;
    width: 350px;
    height: 250px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 9998;
}

.whatsapp-chat-box.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

.whatsapp-chat-header {
    background: #25D366;
    color: white;
    padding: 16px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.whatsapp-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.whatsapp-close:hover {
    transform: scale(1.2);
}

.whatsapp-chat-body {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.whatsapp-chat-footer {
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #e0e0e0;
    background: #f9f9f9;
}

.whatsapp-input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s ease;
}

.whatsapp-input:focus {
    border-color: #25D366;
}

.whatsapp-send {
    background: #25D366;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.whatsapp-send:hover {
    background: #20b852;
    transform: scale(1.05);
}

.whatsapp-send:active {
    transform: scale(0.95);
}

.send-icon {
    width: 20px;
    height: 20px;
}
.d100 {
    background-color: var(--color03);
    justify-content: center;
    display: flex;
    padding: 20px;
    /* border-top: 1px solid black; */
}

 /* Common Sections  */

 

 /* Responsive  */

 @media screen and (max-width: 1240px) {
     .w {
         width: 96%;
         margin: 0 2%;
     }

     /* header  */
     .d2 {
        justify-content: center;
     }
     .d6 {
        width: 69%;
     }
     .d3 {
        width: 37%;
     }
     .d6 {
        width: 90%;
     }
     .d5 {
        justify-content: start;
     }
     .d15 {
        width: 31%;
     }
 }

 @media screen and (max-width: 1080px) {

     /* Header  */
     .d3 {
         width: 40%;
     }

     .d4 {
         width: 55%;
     }

     #n {
         width: 63%;
     }

    
      .d1 {
         height: 95px;
     }

     .d2 {
         flex-direction: column;
         justify-content: space-evenly;
         text-align: center;
     }

     .d3 {
         width: 100%;
         justify-content: center;
     }

     .d4 {
         width: 100%;
         flex-direction: column-reverse;
         align-items: center;
         justify-content: center;
         text-align: center;
     }

     .d5 {
         width: 19%;
         margin-top: 10px;
         justify-content: center;
     }

     .d5::after {
         display: none;
     }


     /* Footer  */
     .d11 {
         flex-wrap: wrap;
     }

     .d13 {
         width: 46%;
     }

     .d14 {
         width: 44%;
     }

     .d15 {
         width: 44%;
         margin-top: 40px;
     }

     .d16 {
         width: 38%;
     }

 }

 @media screen and (max-width: 900px) {

     /* Header  */
     #n {
        width: 80%;
     }

    
 }

 @media screen and (max-width: 750px) {

     /* Footer  */

     .d11 {
         text-align: center;
         align-items: center;
         padding: 60px 0;
     }
     .d24 {
        width: 100%;
        margin-bottom: 20px;
     }

     .d13,
     .d14,
     .d15,
     .d16 {
         margin-bottom: 20px;
         width: 100%;
     }

     .d21 {
         justify-content: space-evenly;
     }

     .d15 {
        margin-top: 0px;
        margin-bottom: 0px;
     }

     .d12 {
         text-align: center;
         flex-direction: column;
         padding: 12px;
     }

     .d20 {
         width: 100%;
     }

     .d23 {
         width: 100%;
     }

     .i8 {
         width: 16%;
     }

     
 }

 @media screen and (max-width: 600px) {

     /* header  */
     .d8 {
        display: block;
        width: auto;
     }
     #n {
        display: none;
     }
     #n.show-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fbf7f5;
        padding: 20px 0;
        row-gap: 0;
        z-index: 1000;
     }
     #n.show-menu .a1 {
        padding: 15px 20px;
        display: block;
        text-align: center;
        color: #333;
        transition: all 0.3s ease;
     }
     #n.show-menu .a1:hover {
        background-color: rgba(2, 133, 215, 0.08);
        color: var(--color-1);
     }
     #n.show-menu .nav-dropdown {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
     }
     #n.show-menu .nav-dropdown > .a1 {
        padding: 15px 20px;
        text-align: center;
        display: block;
        cursor: pointer;
        display: flex;
    text-align: center;
    justify-content: center;
     }
     #n.show-menu .nav-dropdown-menu {
        position: static;
        opacity: 0;
        visibility: hidden;
        background: rgba(2, 133, 215, 0.05);
        box-shadow: none;
        padding: 0;
        margin: 0;
        min-width: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        border-top: 1px solid rgba(2, 133, 215, 0.15);
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
     }
     #n.show-menu .nav-dropdown.submenu-open .nav-dropdown-menu {
        opacity: 1;
        visibility: visible;
        padding: 10px 0;
        max-height: 500px;
     }
     #n.show-menu .nav-dropdown-menu a {
        padding: 12px 20px;
        font-size: 15px;
        color: #666;
        display: block;
        transition: all 0.3s ease;
     }
     #n.show-menu .nav-dropdown-menu a:hover {
        color: var(--color-1);
        background-color: rgba(2, 133, 215, 0.1);
     }
     .i4 {
        width: 40px;
     }


 }

 @media screen and (max-width: 550px) {

     /* Header  */
     .d5 {
         width: 32%;
     }
     .d3 {
        display: none;
     }

     /* footer  */
     .back-to-top.floating {
        width: 35px;
        height: 35px;
     }
     .whatsapp-floating {
        width: 35px;
        height: 35px;
        bottom: 75px;
     }
     .i100 {
        width: 22px;
     }
     .i101 {
        width: 35px;
     }

     .whatsapp-chat-box {
        width: 85vw;
        max-width: 360px;
        height: 420px;
        right: 12px;
        bottom: 75px;
     }

}

/* ===== ANIMATION STYLES ===== */

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(.2,.8,.2,1), transform 0.6s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal.delay-1 { 
    transition-delay: 0.08s; 
}
.reveal.delay-2 { 
    transition-delay: 0.16s; 
}
.reveal.delay-3 { 
    transition-delay: 0.24s; 
}
.reveal.delay-4 { 
    transition-delay: 0.32s; 
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s cubic-bezier(.2,.8,.2,1), transform 0.6s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
}
.reveal-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s cubic-bezier(.2,.8,.2,1), transform 0.6s cubic-bezier(.2,.8,.2,1);
    will-change: opacity, transform;
}
.reveal-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal-left,
    .reveal-right {
        transition: none;
        transform: none;
    }
}

