@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

html, body{
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

a{
    text-decoration: none;
    color: #111;
    cursor: pointer;
}

ul {
    list-style: none;
}

.section-label{
    font-size: 1rem;
    padding: 5px 10px;
    color: #193cb8;
    background-color: #eef6ff;
    border: 1px solid #bddaff;
    margin-bottom: 15px;
}

/* desktop Navigation */
.deskNavSection{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 4px 20px #11111115;

    .deskNavContainer{
        width: 100%;
        height: auto;
        max-width: 1400px;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .deskLogo{
            width: auto;
            height: auto;

            img{
                width: auto;
                height: 35px;
            }
        }

        .deskNavItems{
            width: auto;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;

            ul{
                gap: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 30px;

                li{

                    a{
                        color: #0f172b;
                    }
                }
            }
        }


        .deskNavCta{
            width: auto;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: end;
            gap: 15px;

            .callCard{
                width: auto;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;

                a{
                    font-size: 1rem;
                    color: #0f172b;

                    
                    i{
                        font-size: 1rem;
                        color: #0f172b;
                    }
                }
            }

            .deskCta{
                padding: 12px 24px;
                color: #fff;
                background-color: #0f172b;
                border-radius: 8px;
                font-size: 1rem;
                transition: all .3s ease-in-out;
                border: 1px solid #0f172b;
            }

            .deskCta:hover{
                box-shadow: 3px 3px 20px #0f172b15;
                background-color: #fff;
                color: #0f172b;
                border: 1px solid #0f172b;
            }
        }
    }
}

@media screen and (max-width:768px) {
    .deskNavSection{
        display: none;
    }
}
/* desktop Navigation */

/* footer */
.FooterSection{
    width: 100%;
    height: auto;
    background-color: #0f172b;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;


    .footerContainer{
        width: 100%;
        height: auto;
        max-width: 1400px;
        margin: 50px 0;
        display: flex;
        align-items: start;
        justify-content: space-between;
        gap: 40px;

        .footerChild{
            width: 25%;
            min-width: 25%;
            max-width: 30%;
            height: auto;
            overflow: hidden;
            display: flex;
            align-items: start;
            justify-content: start;
            flex-direction: column;
        }

        .footerChild:nth-child(1){


            img{
                width: auto;
                height: 60px;
                filter: grayscale(100%);
                filter: brightness(0); 
                filter: invert(1);
            }

            h2{
                font-size: 1.4rem;
                color: #f9f9f9;
                font-weight: 600;
                margin-bottom: 5px;
            }

            > p{
                font-size: 1rem;
                color: #abb7ce;
            }
        }

        .footerChild:nth-child(2), .footerChild:nth-child(3), .footerChild:nth-child(4){


            h3{
                font-size: 1.2rem;
                line-height: 1.5rem;
                color: #f9f9f9;
                margin-bottom: 10px;
                font-weight: 600;
            }

            > p{
                font-size: 1rem;
                color: #abb7ce;
                margin-bottom: 12px;
            }

            a{
                font-size: 1rem;
                color: #abb7ce;
                margin-bottom: 12px;
            }

            .contactCards{
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                flex-direction: column;
                margin-top: 10px;

                .conCard{
                    width: 100%;
                    height: auto;
                    padding: 10px;
                    border-radius: 5px;
                    border: 1px solid #193cb850;
                    
                    a{
                        font-size: 1rem;
                        color: #abb7ce;

                        i{
                            padding: 5px;
                            border-radius: 50%;
                            background-color: #193cb8;
                            color: #f9f9f9;
                            margin-right: 5px;
                        }
                    }
                }
            }
        }
    }

    .foot-hr{
        width: 100%;
        height: 2px;
        border: none;
        background-color: #abb7ce50;
    }

    .foot-Copy{
        width: 100%;
        max-width: 1400px;
        height: auto;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .fC-left{
            width: 50%;
            height: auto;

            p{
                color: #abb7ce;
            }
        }

        .fC-Right{
            width: 50%;
            height: auto;
            display: flex;
            align-items: end;
            justify-content: end;

            p{
                color: #abb7ce;

                i{
                    color: red;
                }

                a{
                    color: #abb7ce;
                }
            }
        }
    }
}

@media screen and (max-width:768px){
    .FooterSection{

        .footerContainer{
            margin: 40px 0;
            flex-wrap: wrap !important;
            gap: 30px 20px;

            
            .footerChild:nth-child(1){
                width: 100% !important;
                min-width: 100%;
                max-width: 100%;

                h2{
                    font-size: 1.4rem;
                    line-height: 1.5rem;
                }

                p{
                    font-size: 1rem;
                }
            }

            .footerChild:nth-child(2), .footerChild:nth-child(3){
                width: 47% !important;
                min-width: 47%;
                max-width: 50%;

                a{
                    font-size: 1rem;
                }

                p{
                    font-size: 1rem;
                }
            }

            .footerChild:nth-child(4){
                width: 100%;
                min-width: 100%;
                max-width: 100%;
            }
        }

        .foot-Copy{
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 10px;

            .fC-left, .fC-Right{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                text-align: center;
            }
        }
    }
}
/* footer */