/* Base Styles */
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    color: #272727;
}

/* Header Styles */
header {
    padding: 15px 0;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


header .socials a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin: 0 5px;
}

header .socials img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

header .btn-primary {
    background-color: #225283;
    border-color: #225283;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 30px;
}

/* Hero Banner */
.hero_banner {
    background-image: url(images/hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 4rem 0;
}

.hero_banner h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero_banner h4 {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.hero_banner p {
    font-weight: 300;
    color: white;
    margin-bottom: 0.5rem;
}

.hero_banner .btn-light {
    background-color: white;
    color: #225283;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 1rem;
}

/* Tabby Section */
.tabby {
    background-color: #2EA3DC;
    padding: 15px 0;
}

.tabby h4 {
    color: white;
    margin-bottom: 0;
}

.tabby img {
    max-width: 150px;
    height: auto;
}

/* Business Setup Section */
.Business-setup {
    padding: 4rem 0;
}

.Business-setup h2 {
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.Business-setup p {
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.popular {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 380px;
}

.popular img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 83, 131, 0.7);
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    color: white;
}

.popular:hover .business-img {
    opacity: 1;
}

.trend-meta h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.trend-meta p {
    color: white;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Register Section */
.register {
    padding: 4rem 0;
    background-color: #f9f9f9;
}

.register h2 {
    color: #000;
    font-weight: 700;
    margin-bottom: 2rem;
}

.reg_business {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
}

.reg_business:hover {
    transform: translateY(-5px);
}

.reg_business h4 {
    color: #225283;
    font-weight: 600;
    margin: 1rem 0;
}

.reg_business p {
    color: #666;
    font-size: 0.95rem;
}

/* Package Section */
.package {
    background-image: url(images/image\ 70.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: black;
}

.package a {
    text-decoration: none;
}

.package h2 {
    color: black;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.package h4 {
    color: #225283;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.package h5 {
    color: black;
    font-size: 18px;
    margin-bottom: 20px;
}

.package .card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.package .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.package p {
    color: #272727;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.package p img {
    margin-right: 10px;
    margin-top: 3px;
}

.package-btn {
    background-color: #225283;
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.package-btn:hover {
    background-color: #1a436b;
    color: white;
    transform: translateY(-3px);
}

.consultation-btn {
    /* background-color: transparent;
    color: white;
    border: 2px solid white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease; */
    background-color: #225283;
    padding: 10px 25px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 1.5rem;
}

.consultation-btn:hover {
    /* background-color: white; */
    color: white;
    text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .package .card {
        height: auto;
        padding: 30px;
        margin-bottom: 30px;
    }

    .package-btn,
    .consultation-btn {
        padding: 10px 20px;
    }
}

@media (max-width: 767.98px) {
    .package {
        padding: 60px 0;
    }

    .package h2 {
        font-size: 28px;
    }

    .package h4 {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .package .card {
        padding: 25px;
    }

    .package h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .package h5 {
        font-size: 16px;
    }
}

/* Services Section */
.services {
    padding: 4rem 0;
}

.services h2 {
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}

.services p {
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services .card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    height: 100%;
}

.services .card:hover {
    transform: translateY(-5px);
}

.services .card h4 {
    color: #225283;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 1rem 0;
}

.services .card p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-link,
.read-less-link {
    color: #2875A9;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 0.5rem;
}

/* About Section */
.about-section {
    padding: 4rem 0;
    background-color: #f9f9f9;
}

.about-section h2 {
    font-weight: 700;
    color: #000;
}

.about-section p,
ul {
    color: #666;
    line-height: 1.8;
}

/* Footer */
.footer {
    background: linear-gradient(to right, #2EA3DC, #1B234F);
    padding: 4rem 0 0;
    color: white;
}

.footer-logo img {
    /* max-width: 200px; */
    height: auto;
    margin-bottom: 1rem;
    max-width: 300px;
}

.footer-logo p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.footer h6 {
    color: white;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 0.8rem;
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.footer ul li a:hover {
    color: white;
}

.copyright-sec {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    margin-top: 2rem;
}

.copyright-sec p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1199.98px) {
    .hero_banner h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 991.98px) {
    .hero_banner {
        padding: 3rem 0;
    }

    .hero_banner h1 {
        font-size: 2rem;
    }

    header .socials a span {
        display: none;
    }
}

@media (max-width: 767.98px) {

    header .col-md-3.text-center,
    header .col-md-6 {
        width: 100%;
        text-align: center;
    }

    header .socials {
        justify-content: center;
        margin: 10px 0;
    }

    .hero_banner .row {
        flex-direction: column-reverse;
    }

    .hero_banner .col-md-7 {
        margin-top: 2rem;
    }

    .hero_banner h1 {
        font-size: 1.8rem;
    }

    #myZohoForm {
        height: 500px;
    }

    .package .card {
        margin-bottom: 20px;
    }

    .footer .col-lg-3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .hero_banner h1 {
        font-size: 1.6rem;
    }

    .hero_banner h4 {
        font-size: 1rem;
    }

    .tabby h4 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .tabby .row {
        flex-direction: column;
        text-align: center;
    }

    .services .card {
        padding: 20px 15px;
    }

    .footer-logo img {
        max-width: 180px;
    }
}

.faq-section {
    background-color: #f9f9f9;
}

.faq-section h2 {
    color: #225283;
    font-weight: 700;
}

.card-header {
    background-color: white;
    border-bottom: 1px solid #eee;
}

.card-header h3 button {
    color: #225283;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 15px;
    position: relative;
}

.card-header h3 button:hover {

    text-decoration: none;
    color: #225283;
}

.card-header h3 button:after {
    content: '+';
    position: absolute;
    right: 15px;
    font-size: 1.5rem;
    color: #225283;
}

.card-header h3 button.collapsed:after {
    content: '+';
}

.card-header h3 button:not(.collapsed):after {
    content: '-';
}

.card-body {
    padding: 20px;
    background-color: #f8fafc;
}

@media (max-width: 767px) {
    .card-header h3 button {
        font-size: 1rem;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    /* #hero-text {
        display: none;
    } */
    
/* .whatsapp-fixed {*/
/*        bottom: 70px;*/
/*        right: 15px;*/
/*    }*/
    
/*.whatsapp-fixed a {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*}*/

}

/* WhatsApp Fixed Button */

/*.whatsapp-fixed {*/
/*    position: fixed;*/
/*    bottom: 30px;*/
/*    right: 30px;*/
/*    z-index: 999;*/
/*    animation: pulse 2s infinite;*/
/*}*/

.whatsapp-fixed {
    position: fixed;
    bottom: 72px;
    right: 15px;
    z-index: 999;
}

.whatsapp-fixed a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-fixed a:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-fixed img {
    width: 100%;
    padding: 12px;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    /*.whatsapp-fixed {*/
    /*    bottom: 20px;*/
    /*    right: 20px;*/
    /*}*/
    
    .whatsapp-fixed a {
        width: 45px;
        height: 45px;
    }
    
}