* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}


.main {
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
    position: relative;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.h1_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700px;
    color: black;
    margin-top: 10px;
    /* margin-top: 20px;
    margin-bottom: 10px; */

}


.hero_section,
container {
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.hero_section .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    background: black;

}

.hero_section_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: start;
    z-index: 1;
    color: transparent;
    /* Make the text transparent to show the gradient */
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1;
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.about_us_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.join_us_section {
    /* width: 1400px; */
    max-width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.student_image_container {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-left: 30px;
}

.student_text_div {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.who_join_us {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.image_infographic {
    width: 360px;
    height: auto;
}


.services_section {
    background-color: black;
    color: #fff;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services_section h1 {
    color: white;
}

.services_section p {
    font-size: 1rem;
    margin-top: 30px;
    /* margin-bottom: 40px; */
    color: white;
}

.service-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.service-card {
    background-color: #1c1c1c;
    border-radius: 10px;
    width: 22%;
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.service-icon {
    width: 40px;
    height: 40px;

}

.service-card h3 {
    font-size: 1.25rem;

    margin-top: 15px;
    color: white;
}

.service-card p {
    font-size: 0.9rem;
    color: #bbb;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #333;
}

.it_services_section {
    padding: 50px;
    background: #F1F0F2;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 50px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    width: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img_frame {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-title {
    font-size: 1.2rem;
    color: #5855e3;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-description {
    font-size: 0.9rem;
    color: #666;
}

.p_explore_service {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin-top: 30px;
    margin-bottom: 40px;
    color: white;
}

/* Account Protfolio Section */
.account_portfollio_section {
    background: black;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account_portfolio_div {
    /* width: 1400px; */
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account_portfolio_div h1,
li {
    color: white;
}

.socila_platforms {
    padding: 20px;
    width: 1000px;
    max-width: 90%;
    border-radius: 40px;
    border: 2px solid #5855e3;
    /* Added border width, style, and color */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.account_details {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.account_image_container {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-left: 30px;
}

.account_details_text_div {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 20px;
}

.account_details_text_div .li_normal {
    list-style: none;
}


.image_account {
    width: 110px;
    height: auto;
}

.account_name {
    font-size: 30px;
}

.circular-images-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 5px;
    margin-left: 25px;
}

.circular-image-container {
    position: relative;
    text-align: center;
}

.circular-image-container img {
    width: 90px;
    /* Image Width */
    height: 90px;
    /* Image Height */
    object-fit: cover;
    border-radius: 50%;
    /* Circular shape */
    background: white;
    /* Inner background for contrast */
    padding: 3px;
    /* Space between gradient and image */
    border: 0px solid transparent;
    /* Transparent border to hold gradient */
    background-clip: padding-box;
    /* Ensures inner area is white */
}

.circular-image-container::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 96px;
    /* Slightly larger than the image */
    height: 96px;
    border-radius: 50%;
    z-index: -1;
    /* Position behind the image */
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.circular-image-container p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.h2_heading {
    margin-bottom: 25px;
}

/* Section Title */

.business_impact_section {
    padding: 50px;
}

.impact-title {
    text-align: center;
    font-size: 2rem;
    margin: 20px 0;
}

.impact-title .highlight {
    color: #f8b52d;
    font-weight: bold;
}

/* Logo Container */
.logo-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    justify-items: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Individual Logo Item */
.logo-item img {
    max-width: 100%;
    height: auto;
    /* filter: grayscale(50%); Optional: Grayscale for aesthetic look */
    transition: all 0.3s ease-in-out;
}

.logo-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

/* Css For Form Section */
.form_section {
    background: #f1f0f2;
    padding: 50px;
}

.form-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #f1f0f2;
    padding: 0px 30px;
    border-radius: 8px;

}

h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.highlight-text {
    color: #f5a623;
    font-weight: bold;
}

form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-row input,
.form-row select {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.form-row.full-width {
    flex-direction: column;
}

label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}

select {
    width: 100%;
}

.btn_submit {
    display: inline-block;
    background-color: #f5a623;
    color: #fff;
    font-size: 16px;
    width: 200px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn_submit:hover {
    background-color: #e59420;    
}

/* Gradient color for texts */
.platform_name {
    background: linear-gradient(45deg, #ff007f, #6a00f4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: start;
    font-family: "Perpetua Titling MT", serif;
    max-width: 100%;
    margin: 0 43px;
    white-space: normal;
    /* animation: typing 4s steps(100, end), blink 0.6s step-end infinite alternate; */
}

/* Link Button Style */
.link_button {
    text-decoration: none;
    padding: 1.1em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: white;
    background-color: #2196f3;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin-left: 30px;
}

.link_button:hover {
    background-color: #FF0000;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.link_button:active {
    transform: translateY(-1px);
}

@keyframes typing {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    from {
        border-color: transparent;
    }

    to {
        border-color: black;
    }
}

/* Responsive Styles */

/* Medium Devices (Tablets, 992px and below) */
@media (max-width: 992px) {

    .join_us_section,
    .about_us_section,
    .services_section,
    .service-cards,
    .service-container,
    .it_services_section,
    .account_details,
    .account_portfollio_section {
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }

    .service-card,
    .service-item {
        width: 80%;
        margin: 15px;
        text-align: center;
    }

    .account_details_text_div {
        width: 90%;
        padding: 15px;
    }

    .logo-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .circular-image-container img {
        width: 80px;
        height: 80px;
    }

    .form-container {
        width: 80%;
    }

    .business_impact_section {
        padding: 30px;
    }
}


@media (max-width: 576px) {

    .join_us_section,
    .about_us_section,
    .services_section,
    .service-cards,
    .service-container,
    .it_services_section,
    .account_details,
    .account_portfollio_section {
        padding: 10px;
        flex-direction: column;
    }

    .account_image_container,
    .student_image_container,
    .circular-images-section,
    .link_button {
        margin-left: 0px;
    }

    .account_name {
        font-size: 20px;
    }

    .service-cards,
    .service-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-card {
        width: 90%;
        margin: 10px;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .p_explore_service {
        width: 90%;
        margin-top: 0px;
    }

    .socila_platforms {
        padding: 5px;
        max-width: 100%;
        border-radius: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .account_details_text_div {
        width: 90%;
        padding: 10px;
        align-items: center;
    }

    .circular-image-container img {
        width: 60px;
        height: 60px;
    }

    .join_us_section {
        max-width: 95%;
        margin-top: 20px;
    }

    .student_text_div {
        width: 100%;
        padding: 8px;
        font-size: 1px;
    }


    .h1_heading {
        margin-top: 30px;
        text-align: center;
    }

    .service-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
        margin-top: 10px;
    }

    .service-item {
        flex: 0 1 auto;
        text-align: center;
        padding: 5px;
        width: 150px;
    }

    .img_frame {
        width: 70px;
        height: 70px;
    }

    .business_impact_section {
        padding: 20px;
    }

    .impact-title {
        font-size: 1.5rem;
        margin: 10px 0;
    }

    .logo-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 10px;
        margin-top: 25px;
    }

    .logo-item img {
        width: 80px;
        height: auto;
    }

    .form_section {
        padding: 20px;
    }

    .form-container {
        padding: 0px;
        width: 100%;
    }

    .form-container h1 {
        margin-top: 0px;
    }
}