@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,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');
body{
    font-family: "Poppins", sans-serif;
}
.focus-heading {
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.navbar-expand-lg .navbar-nav {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 12px;
    
}
#section_1{
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    
}
#section_1::before{
content:'';
height:100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #e5e5f7;
opacity: 0.08;
background-image:  linear-gradient(#444cf7 1.4000000000000001px, transparent 1.4000000000000001px), linear-gradient(to right, #444cf7 1.4000000000000001px, #e5e5f7 1.4000000000000001px);
background-size: 28px 28px;
}
#section_1::after{
    content: '';
    height: 100%;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
    background :#444cf7;
    opacity: .09;
    z-index: 1;
}
.section_sub_title{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 4;
    margin-top: 20px;
}
.section_sub_title p{
    text-align: center;
    font-size: 17px;
    color: var(--primary); /* Inner text color */
    background: #fff;
    border:1.5px solid var(--primary);
    padding: 5px 20px;
    border-radius: 6px;
    position: relative;
}
.section_sub_title p::after{
    content:'';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    background-color: #444cf7;
}

.box_title {
    width: 100%;
    display: flex;
    justify-content: center;
}
.box_title span{
    font-size: 30px;
    text-align: center;
    padding: 4px 40px;
    border-radius: 12px;
    width: auto;
    margin: auto;
    margin-top: 10px;
    font-weight: 500;
    background: var(--primary);
    color: #fff;
    word-spacing: 8px;
    position: relative;
    z-index: 20px;
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    text-shadow: .5px .5px rgba(0, 0, 0.1);
}
.video-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1280px, 100%);
    margin: auto;
    height: auto;
    margin-top: 15px;
    position: relative;
    padding: 20px;
    z-index: 4;
    aspect-ratio: 16/9;
}
.video-wrapper-mobile{
    width: min(580px, 100%);
    aspect-ratio: 9/16;
}




.business-video{
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.video-wrapper::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #444cf7;
    clip-path: polygon(86% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 84%);
    z-index: 5;
    opacity: .08;
}

/*=======================================================================*/
#section2{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    /*background: var(--primary);*/
    background: #fff;
    position: relative;
}
#section2::before{
    content:'';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.1;
    background-image: radial-gradient(#444cf7 2px, #fff 2px);
    background-size: 40px 40px;
}

.content{
    position: relative;
    z-index: 1;
    /*margin-bottom:20px;*/
    
}
        .collapsible {
            background: #fff;
            color: #363636;
            cursor: pointer;
            padding: 20px 25px;
            border: none;
            text-align: left;
            font-size: 1.5rem;
            font-weight: 600;
            width: 100%;
            transition: background 0.3s ease, color 0.3s ease;
            position: relative;
            border-bottom: 1px solid #e5e7eb;
            /*text-shadow: .5px .5px #919191*/
            position: relative;
            margin-top:20px;
            /*border-top-left-radius: 5px;*/
            /*border-top-right-radius: 5px;*/
            border-radius:5px;
            border:1px solid var(--primary);
            z-index: 1;
            
        }
        
        /*.collapsible::before{*/
        /*    content:'';*/
        /*    height: 100%;*/
        /*    width: 100%;*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    left: 0;*/
        /*    background: #eee;*/
        /*    opacity: .1;*/
        /*    clip-path: polygon(100% 0, 0% 100%, 100% 100%);*/
           
        /*}*/

        .collapsible:hover {
            background: #ecf3ff;
            color: #3b82f6;
            /*text-shadow: .5px .5px rgba(0,0,0,.8);*/
        }

        /* Add a plus/minus icon using pseudo-elements */
    .collapsible::after {
    content: '\f107'; /* Font Awesome down angle (fa-angle-down) */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; /* Required for solid icons */
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.collapsible.active {
    color: #3b82f6;
    background: #ecf3ff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0;
}

.collapsible.active::after {
    content: '\f106'; /* Font Awesome up angle (fa-angle-up) */
    transform: translateY(-50%) rotate(0deg);
}


        /* Content inside the collapsible section */
        .content {
            padding: 0 25px;
            background: #fff;
            display: grid;
            grid-template-rows: 0fr;
            overflow: hidden;
            transition: display 0.4s ease-in-out, padding 0.4s ease-out;
            /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
        .content .content_div{
            height: 100%;
            overflow: hidden;
            text-align: center;
        }
        

        .content p {
            margin: 0;
            font-size: large;
            color: 000;
            line-height: 1.6;
            word-spacing: 5px;
        }
    
        /* Active state for the collapsible */
        .collapsible.active + .content {
            grid-template-rows: 1fr;
            padding: 20px 25px;
            border: 1px solid var(--primary);
            border-top: 0;
        }


        .content_youtube_video {
            aspect-ratio: 16/9;
            width: min(560px,100%);
            height: auto;
            padding: 10px;
            position: relative;
        }
        .content_youtube_video iframe{
            height: 100%!important;
            width: 100%!important;
            position: relative;
            z-index: 5;
        }
        .content_youtube_video::before{
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            right: 0;
            background-color: #444cf7;
            clip-path: polygon(86% 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 84%);
            z-index: 5;
            opacity: .08;
        }



/*======================================*/
/* Styling for the Title */
.content_title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
    border-left: 5px solid #007bff;
    padding-left: 10px;
    margin-top: 40px;
}
.content_title:nth-child(1) {
    margin-top: 20px;
}
/* Container for the Links */
.links_group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /*background: #f8f9fa;*/
    /*padding: 15px 20px;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
}

/* Styling for Links */
.links_group a {
    font-size: 16px;
    color: #1c0375;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Hover Effect for Links */
.links_group a:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-2px);
}

/*======================================*/
/* Features Box Styling */
.features-box {
    /*max-width: 700px;*/
    margin: 20px 0px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

/* Title Styling */


/* List Styling */
.features-box ul {
    list-style: none;
    padding: 0;
}

.features-box li {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

/* Add an icon before each feature */
.features-box li::before {
    content: "✔";
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
}

/* Last Item No Border */
.features-box li:last-child {
    border-bottom: none;
}

/* Footer Message */
.features-footer {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #555;
}

/*======================================*/

.next_prev_div {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 50px;
}

.next_prev_div button {
    background: linear-gradient(135deg, #010265, #0a0b90);
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.next_prev_div_top{
    position: relative;
    z-index: 4;
    justify-content: space-between;
}
.next_prev_div_top button{
    font-size: 14px;
    padding: 5px 10px;
    gap: 5px;
}
.next_prev_div button:hover {
    background: linear-gradient(135deg, #0e0f7d, #0b0ca5);
    transform: scale(1.05);
}

.next_prev_div button:active {
    transform: scale(0.95);
}

/*======================================*/
.start_div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #fff;
}

.start_button {
    background: #28a745;
    color: white!important;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.start_button i {
    font-size: 20px;
}

.start_button:hover {
    background: #218838;
    transform: scale(1.05);
}

.start_button:active {
    transform: scale(0.95);
}

/*======================================*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: bounce 3s infinite;
}

.whatsapp-button:hover {
    transform: scale(1.15);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}

/* Optional: Add a chat label */
.whatsapp-button::after {
    content: "Chat with us";
    position: absolute;
    right: 80px;
    background-color: #25D366;
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.whatsapp-button:hover::after {
    opacity: 1;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/*======================================*/










        /* Button Styling */
        .demo-btn {
            display: block;
            margin: 30px auto;
            padding: 12px 40px;
            background: linear-gradient(90deg, #3b82f6, #8b5cf6);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 500;
            cursor: pointer;
            transition: transform 0.2s ease, background 0.3s ease;
        }

        .demo-btn:hover {
            background: linear-gradient(90deg, #2563eb, #7c3aed);
            transform: translateY(-2px);
        }

        .demo-btn:active {
            transform: translateY(0);
        }

        /* Responsive Design */
        @media (max-width: 600px) {
            .heading {
                font-size: 1.4rem;
                padding: 20px;
            }

            .collapsible {
                font-size: 1.2rem;
                padding: 15px 15px;
            }

            .content p {
                font-size: 0.9rem;
            }

            .demo-btn {
                padding: 10px 30px;
                font-size: 1rem;
            }
        }
/*=======================================================================*/
/* Adding a Patterned Background Inside Video Wrapper */

@media (max-width:1000px){
    .section_title h2{
        font-size: 28px;
        letter-spacing: normal!important;
    }
    .box_title span{
        font-size: 25px;
        padding: 4px 20px;
    }
}
@media (max-width:768px){

    .collapsible.active + .content{
        padding: 20px;
    }
    .links_group{
        flex-direction: column;
    }
    .features-box{
        padding: 10px 5px;
        background: transparent;
    }
    .features-box li{
        padding: 10px 0;
    }
    #section_1::after{
        display: none;
    }
    .section_title h2{
        font-size: 24px;
    }
    .box_title span{
        font-size: 22px;
        padding: 8px 15px;
        line-height: 1.2;
        word-spacing: normal;
    }
    .video-wrapper{
        padding: 10px;
        margin-bottom:0px;
    }
}
@media (max-width: 768px) and (orientation: portrait) {
    #section_1{
        padding-top: 40px;
        padding-bottom :40px;
    }
    .box_title{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
