@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color-01: #ffffffd9;
    /* --color-02: #f34f3a; */
    --color-02: #f34f3a;
    --color-03: #000;
    --color-04: #ffffff;
    --color-05: #FFAF02;

    --font-01: "Oswald", sans-serif;
    --font-02: "Poppins", sans-serif;    
}

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

body {
    font-family: var(--font-01);
}

p {
    font-family: var(--font-02);
}
a {
   font-family: var(--font-02); 
}

/* wrapper class */
.w {
    width: 1200px;
    margin: 0 auto;
}

/* common flex boxes */
.fsb {
    display: flex;
    justify-content: space-between;
}

.fsa {
    display: flex;
    justify-content: space-around;
}

/* Global Elements */
.a1 {
    background-color: var(--color-02);
    color: var(--color-04);
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s ease, transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
    font-size: 14px;
    width: fit-content;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

/* Hover / focus / active states for .a1 */
.a1:hover,
.a1:focus {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.45);
    filter: brightness(0.98);
}

.a1:focus-visible {
    outline: 3px solid rgba(243,79,58,0.14);
    outline-offset: 3px;
}

.a1:active {
    transform: translateY(0);
    box-shadow: 0 6px 12px rgba(0,0,0,0.28);
}


/* hidden by default: join inside nav for mobile */
.join-mobile { display: none; }
.join-mobile a { width: auto; }

/* show mobile join in nav and hide desktop button at <=576px */

.chh1 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--color-04);
}
.cp1 {
    color: var(--color-02);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 20px;
}
.cp2 {
    font-size: 16px;
    line-height: 28px;
    color: var(--color-01);
}


/* ==================================================
    Header
   ================================================== */
.hd1 {
    background-color: transparent;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.hd1 .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d1, .d2 {
    flex: 1;
}

.d2 {
    display: flex;
    justify-content: flex-end;
}

.n1 {
    flex: 2;
    display: flex;
    justify-content: center;
}

.d1 a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-04);
    font-size: 24px;
    font-weight: bold;
}

.d1 img {
    height: 40px;
    margin-right: 10px;
}

.n1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.n1 li {
    margin: 0 25px;
}

.n1 a {
    color: var(--color-04);
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
    transition: color 0.3s ease;
}

/* Active nav link color */
.n1 a.active {
    color: var(--color-02);
}
.n1 a:hover {
    color: var(--color-02);
}


/* Menu toggle (hidden by default) */
.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    width: 36px;
    height: 30px;
    padding: 6px;
    align-items: center;
    justify-content: center;
}
.menu-toggle span {
    display: block;
    height: 2px;
    width: 20px;
    background: var(--color-04);
    margin: 4px 0;
    transition: transform 0.3s, opacity 0.3s;
}

/* ==================================================
   Header end
   ================================================== */




/* ==================================================
   Footer
   ================================================== */
.ft1 {
    background-color: var(--color-03);
    color: var(--color-04);
    padding-top: 80px;
}

.ftmain {
    display: flex;
    gap: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ftcol1 {
    flex: 1.5;
    max-width: 380px;
    padding-right: 50px;
}

.ftcol2, .ftcol3 {
    flex: 1;
}

.ftcol4 {
    flex: 1.3;
}

.ftlogo img {
    height: 40px;
    margin-bottom: 20px;
}


.ftsocial {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.ftsocial a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}
.ftsocial a:hover {
    background: var(--color-02);
}

.ftsocial img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.ftcol h4 {
    font-family: var(--font-02);
    font-size: 18px;
    margin-bottom: 24px;
    color: var(--color-04);
}

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

.ftcol ul li {
    margin-bottom: 12px;
}

.ftcol ul a {
    color: var(--color-01);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.ftcol ul a:hover {
    color: var(--color-02);
}

.ftinfo {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.fticon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.fticon img {
    width: 100%;
}

.ftinfo h5 {
    font-family: var(--font-02);
    font-size: 18px;
    margin: 0 0 4px 0;
    color: var(--color-04);
}

.ftinfo p {
    color: var(--color-01);
    font-size: 16px;
    margin: 0;
}

.ftbottom {
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.ftbottom .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftbottom p {
    color: var(--color-01);
    font-size: 16px;
    margin: 0;
}

.ftlinks {
    display: flex;
    gap: 24px;
}

.ftlinks a {
    color: var(--color-01);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}
.ftlinks a:hover {
    color: var(--color-02);
}


/* Footer unique classes - minimal placeholders */
.ft1 .a100, .ft1 .a101, .ft1 .a102, .ft1 .a103, .ft1 .a104, .ft1 .a105,
.ft1 .a106, .ft1 .a107, .ft1 .a108, .ft1 .a109, .ft1 .a110, .ft1 .a111,
.ft1 .a112, .ft1 .a113, .ft1 .a114, .ft1 .a115, .ft1 .a116, .ft1 .a117,
.ft1 .a118, .ft1 .a119 {
    color: var(--color-01);
    text-decoration: none;
}

.ft1 .p100, .ft1 .p101, .ft1 .p102, .ft1 .p103, .ft1 .p104 {
    margin: 0;
    color: var(--color-01);
}

.ft1 .img100, .ft1 .img101, .ft1 .img102, .ft1 .img103, .ft1 .img104, .ft1 .img105,
.ft1 .img106, .ft1 .img107, .ft1 .img108 {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* Footer CTA Section */
.ftcta {
    background-color: var(--color-02);
    padding: 40px 0;
}

.ftctawrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftcta h2 {
    font-size: 32px;
    color: var(--color-04);
    margin: 0;
    line-height: 1.3;
}

.ftctabtn {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: var(--color-04);
   
}
.fta100 {
    color: var(--color-01);
    text-decoration: none;
    font-size: 16px;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--color-02);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(1, 136, 235, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top svg {
    width: 24px;
    height: 24px;
}
.a101 {
    color: var(--color-01);
    font-size: 16px;
}

.s60 {
    font-family: var(--font-02);
    font-size: 15px;
}
.a1001 {
    color: white;
}
.d123 {
    flex-direction: column;
    display: flex;
}

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

/* ==================================================
   Footer END
   ================================================== */


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

/* Footer - at 1200px switch .ftmain to two columns x two rows */
@media screen and (max-width: 1200px) {
    /* footer  */
    .ftmain {
        flex-wrap: wrap;
        gap: 24px;
    }

    .ftmain > .ftcol1,
    .ftmain > .ftcol2,
    .ftmain > .ftcol3,
    .ftmain > .ftcol4 {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        box-sizing: border-box;
        padding-right: 20px;
    }

    .ftcol1 { padding-right: 10px; }
    .ftcol4 { padding-right: 0; }
    .ftctawrap {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .back-to-top svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 992px) {
    .ftbottom .w {
        flex-direction: column ;
        row-gap: 12px;
    }
}
@media screen and (max-width: 992px) {
    /* header section  */
    .n1 {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.95);
        z-index: 999;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 280ms ease, opacity 200ms ease;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .menu-toggle img {
        width: 22px;
        height: 22px;
        display: block;
    }

    .d2 {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: flex-end;
    }

    .n1.open {
        max-height: 420px; 
        opacity: 1;
        padding: 12px 0;
    }

    .n1 ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        margin: 0;
        padding: 8px 0;
    }

    .n1 li { margin: 0; }

    .n1 a {
        color: var(--color-04);
        padding: 8px 12px;
        display: block;
        font-size: 14px;
    }
} 

@media screen and (max-width: 576px) {
    /* header  */
    .d2 .a1 { display: none; }

    .join-mobile { display: block; }
    .join-mobile a {
        display: inline-block;
        padding: 10px 18px;
        font-size: 14px;
        margin-top: 6px;
    }

    .n1.open ul {
        align-items: center;
    }

    /* Footer */
    .ftmain {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: center;
    }

    .ftmain > .ftcol1,
    .ftmain > .ftcol2,
    .ftmain > .ftcol3,
    .ftmain > .ftcol4 {
        flex: 1 1 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .ftinfo {
        flex-direction: column;
        align-items: center;
    }
    .ftsocial {
        justify-content: center;
    }

    .ftcol1 { padding-right: 0; }
    .back-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
    
    .back-to-top svg {
        width: 18px;
        height: 18px;
    }
    .ftbottom p {
        text-align: center;
    }
}








