@font-face {
    font-family: "Linksans";
    src: url("https://example.com/fonts/Linksans.woff2") format("woff2");
}

div.phpdebugbar{display: none !important;}

h1, h2, h3, h4, h5, h6 {
    font-family: "Linksans", sans-serif !important;
    letter-spacing: -.02em;
}

h4{font-size: 45px !important;}

.eclick-logo{height: 50px !important;}
.feature-block .fa{font-size: 22px; margin-bottom: 26px;}
.feature-block img{height: 70px; margin-bottom: 15px;}
.footer-logo{height: 35px;}
.shadow-nav{z-index: 9999 !important;}
.logo-design{height: 50px !important;}
h4{margin-bottom: 40px !important;}

.display-none{display: none !important;}

#home h1.slogan-text {
    font-size: 4.5rem !important;
}

.bg-blue-500 {
    background-color: #126ab4 !important;
}

.contact-area{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-block{width: 100%; float: left; text-align: center;}
.contact-block h4{color: #fff;}
.contact-ipt {
    width: 100%;
    float: left;
    padding: 12px 20px 12px 25px !important;
    font-size: 14px !important;
    margin-bottom: 20px;
    border-radius: 10px !important;
}
.contact-area2 {
    width: 96%;
    height: 120px;
    float: left;
    padding: 12px 20px 12px 25px !important;
    font-size: 14px !important;
    margin: 0% 2% 2% 2%;
    border-radius: 10px !important;
}
.contact-form{width: 100%; float: left;}
.contact-section {
    width: 46%;
    float: left;
    margin: 0 2%;
}
.contact-section2{
    width: 100%;
    float: left;
}

.contact-sub {
    color: #fff;
    margin-top: 20px;
    padding: 10px 35px;
    cursor: pointer;
    border: 1px #ddd solid;
    text-transform: uppercase;
}
.contact-sub:hover{
    background-color: #fff;
    color: #000;
}

.features-block{background-color: #333;}
.features-block h4 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 3rem !important;
}
.features-block p {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0 0 0;
}



.create-link h4 {
    color: #fff;
    margin: 0 !important;
    font-size: 3rem;
    line-height: 60px;
}
.create-link p {
    color: #fff;
    font-size: 20px;
}
.create-link ul li {
    color: #fff;
    font-size: 20px;
}
.create-link img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-bottom: 0;
}
.create-link .text-blue-500 {
    color: rgb(255 255 255) !important;
}

.layoutblock{padding-bottom: 4rem;}
.keyfeatures{}
.layoutblock img {
    border: 1px #888 solid;
    padding: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}



        .faq-item {
            transition: all 0.3s ease;
        }
        
        .faq-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        .faq-content p a {
            color: #bb4351;
            text-decoration: underline !important;
            font-weight: 600;
        }
        .faq-content p a:hover{
            text-decoration: none !important;
        }
        .faq-content.active {
            max-height: 500px;
        }
        .chevron {
            transition: transform 0.3s ease;
        }
        .chevron.rotate {
            transform: rotate(180deg);
        }

    .faq {
        max-width: 900px;
        margin: 0 auto;
        padding: 60px 20px;
    }

    .faq h1 {
        text-align: center;
        color: #fff;
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .faq .faq-item {
        background: #fff;
        border-radius: 20px;
        margin-bottom: 16px;
        overflow: hidden;
        backdrop-filter: blur(6px);
        transition: 0.3s ease;
    }

    .faq .faq-btn {
        width: 100%;
        padding: 22px 26px;
        background: none;
        border: none;
        color: #333;
        font-size: 19px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        text-align: left;
        transition: background 0.3s ease;
    }

    .faq .faq-btn:hover {
        background: #fff;
    }

    .faq .chevron {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
        stroke: black;
    }

    .faq .chevron {
        width: 24px;
        height: 24px;
        transition: transform 0.3s ease;
    }

    .faq .chevron.rotate {
        transform: rotate(180deg);
    }

    .faq h2 {
        color: #fff;
        margin-bottom: 3rem;
        text-align: center;
        font-size: 4rem;
    }

    .faq .faq-content {
        max-height: 0;
        overflow: hidden;
        padding: 0 26px;
        transition: max-height 0.3s ease;
    }

    .faq .faq-content.active {
        max-height: 500px;
        padding-bottom: 20px;
    }

    .faq .faq-content p {
        color: #333;
        line-height: 1.6;
        font-size: 17px;
    }

    .plandesc .flex {
        font-size: 21px;
    }

    .faq-block {
        background-color: #126AB4;
        margin-top: 3rem;
    }

    .planblock h4 {
        font-size: 56px;
        color: #126ab4;
    }
    .planblock h4 span{font-size: 18px;}
    .planblock p{font-size: 20px;}

        .ftr {
            background: #333;
            border-radius: 24px;
            padding: 0 80px 50px 80px;
            max-width: 1400px;
            width: 100%;
            box-shadow: 0 10px 30px rgb(143 143 143 / 30%);
            margin: 5rem auto;
        }

        .ftr-content {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 60px;
            margin-bottom: 50px;
        }

        .ftr-column h3 {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 10px;
        }

        .ftr-column ul {
            list-style: none;
        }

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

        .ftr-column ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
        }

        .ftr-column ul li a:hover {
            text-decoration: underline;
        }

        .ftr-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 50px;
            border-bottom: 1px solid #e5e5e5;
        }

        .ftr-buttons {
            display: flex;
            gap: 15px;
        }

        .btn {
            padding: 14px 32px;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            text-decoration: none;
            display: inline-block;
        }

        .btn-login {
            background: #eee;
            color: #1e1e1e;
        }

        .btn-login:hover {
            background: #e5e5e5;
        }

        .btn-signup {
            background: #126ab4;
            color: #fff;
        }

        .btn-signup:hover {
            background: #0C61A8;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgb(18 106 180 / 25%);
        }

        .ftr-social {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .social-link {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 20px;
        }

        .social-link:hover {
            background: #fff;
            color: #333;
            transform: translateY(-3px);
        }

        .app-store-btn {
            height: 48px;
            padding: 0 20px;
            border-radius: 24px;
            background: #fff;
            color: #333;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            transition: all 0.3s ease;
        }

        .app-store-btn:hover {
            background: #fff;
            color: #333;
            transform: translateY(-3px);
        }

        .app-store-btn svg {
            width: 20px;
            height: 20px;
        }

        .ftr-acknowledgment {
            margin-top: 30px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            line-height: 1.6;
        }

        .card:hover {
          background-color: #126AB4;
          color: #fff;
        }

        .card:hover p {
          color: #fff;
        }

        .logsign{border-radius: 90px;}

.registerbtn{background-color: #126ab4 !important;}        


        @media (max-width: 1024px) {
            .ftr {
                padding: 40px 50px;
            }

            .ftr-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
            .ftr {
                padding: 30px 25px;
            }

            .ftr-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .ftr-actions {
                flex-direction: column;
                gap: 25px;
                align-items: flex-start;
            }

            .ftr-social {
                flex-wrap: wrap;
            }
        }



@media only screen and (max-width: 767px){
.py-20{padding-top: 3rem !important; padding-bottom: 3rem !important;}  
#home h1.slogan-text{font-size: 36px; line-height: 45px;}
.login-block{margin-right: 0 !important}
    .mob-footer-area {
        width: 100%;
        float: left;
        padding: 10px 20px;
        background: linear-gradient(to right, #3054a6 0%, #bb4351 100%);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        box-shadow: rgb(0 0 0 / 35%) 2px 1px 6px 6px;
    }


.mob-footer-block .fa{color: #fff; font-size: 22px;}
.mob-footer-block span{color: #fff; font-size: 12px;}
.mob-footer-block{display: flex; flex-direction: column;}
.mob-footer-block a{display: flex; flex-direction: column; align-items: center;}
    .home-block {
        width: 70px;
        height: 70px;
        margin: -44px 0 0 0;
        padding: 13px 0 0 0;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #fff;
        border-radius: 90px;
        font-weight: bold;
    }
.home-block .fa{color: #333; font-size: 22px;}
.home-block span{color: #333; font-size: 13px;}
.contact-area{margin-bottom: 60px;}
}


@media only screen and (min-width: 768px){
.desktop-none{display: none !important;}
}


@media only screen and (min-width: 1500px){
.haff-width{max-width: 80% !important;}
.full-width{max-width: 100% !important;}
.layoutblock{max-width: 100% !important;}
}


@media only screen and (max-width: 767px){
.mobile-none{display: none !important;}
.grid-cols-2{grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
#features h4{font-size: 27px !important;}
}