:root {
    --background-color: #f7f9fb;
    --text-color: #333;
    --primary-color: linear-gradient(135deg, #00a0ff, #8f00ff);
    --hover-color: #ffd700;

    --card-background: #fff;
    --shadow-color: rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
   

}

.navbar {
    display: flex;
    justify-content: space-between; /* Adjusted for better alignment */
    align-items: center;
    background-color: white;
    padding: 10px 40px; /* Increased padding for better spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.logo {
    flex: 1; /* Ensure the logo takes the left space */
}

.logo img {
    width: 200px; /* Adjust logo size slightly */
    height: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    margin-right: 20px;
    gap: 30px; /* Adjust spacing between links */
    flex-grow: 2; /* Ensure even distribution */
    justify-content: flex-end; /* Align links to the right */
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #00a0ff;
}

.nav-links a::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #00a0ff;
    width: 0;
    transition: width 0.3s;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-links a:hover::after {
    width: 100%;
}

.login-button {
    background-color: #00a0ff;
    color: white;
    border: none;
    padding: 10px 20px; /* Increased padding for a balanced look */
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
    font-size: 16px;
}

.login-button:hover {
    background-color: #ffd700;
}

.background-container {
    position: relative;
    width: 100%;
    height: 964px;
}

.vector-icon {
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.from-beginner-to {
    font-size: 64px;
    color: #333;
    text-align: left;
    white-space: nowrap;
}

.excellence {
    font-size: 97.76px;
    font-family: 'Anstery Script';
    background: linear-gradient(135deg, #0061ff, #363795);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

    display: inline-block;
    margin-bottom: -20px;
}

.shaping-tomorrows-innovators {
    width: 677px;
    font-size: 22px;
    font-family: Montserrat;
    color: #333;
    text-align: left;
}

.your-path-to {
    font-size: 64px;
    color: #4d4d4d;
    text-align: left;
}

.content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.count-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px; /* Fixed width to prevent layout shifts */
    padding-right: 30px; /* Add padding between count and vertical line */
}

.b {
    font-size: 120px; /* Adjusted size */

    height: 150px; /* Fixed height to prevent content shift */
    width: 150px;
    line-height: 150px; /* Center vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #0061ff, #363795);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.years-of-expertise {
    margin-top: -10px; /* Adjust margin */
    font-size: 41px;
    color: #1a1a1a;
    white-space: nowrap; /* Prevent wrapping */
}

.vertical-line {
    width: 2px;
    height: 150px;
    background-color: #d9d9d9;
    margin: 0 50px; /* Increased margin to add space between line and content */
}

.ready-to-start-container {
    text-align: left;
    font-size: 64px;
    font-family: Montserrat;
    color: #4d4d4d;
    display: flex;
    flex-direction: column; /* Stack the button below the text */
}

.register-button {
    margin-top: 20px; /* Space between "Ready to Start?" and button */
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
}

.register-button:hover {
    background-color: var(--hover-color);
}


/*------------*/

.vaishnavi {
    position: absolute;
    top: 371px;
    left: calc(50% - 538px);
    font-family: 'Anstery Script';
    color: rgba(0, 160, 255, 0.1);
}
.weve-been-shaping {
    white-space: pre-wrap;
}
.years {
    font-weight: 500;
}
.weve-been-shaping-container {
    position: absolute;
    top: 196px;
    left: calc(50% - 466px);
    font-size: 22px;
    line-height: 150%;
    text-align: justify;
    display: inline-block;
    width: 933px;
    margin-top: 50px;
}
.computer-education-society {
    margin: -80px;
    font-size: 32px;
    font-weight: 500;
}
.vaishnavi-computer-education-container {
    position: absolute;
    top: 10px;
    left: calc(50% - 416px);
    line-height: 143%;
    color: #1a1a1a;
    text-align: center;
    display: inline-block;
    width: 833px;
    font-size: 96px;
}
.b5000 {
    position: absolute;
    top: 472px;
    left: 500px;
    font-size: 99.33px;
    line-height: 150%;
    background: linear-gradient(135deg, #0061ff, #363795);

    text-align: justify;
}
#vaishnavi{
    margin-top: 50px;
}
.offline {
    margin: 5px;
}
.offline-students {
    position: absolute;
    top: 497px;
    left: 850px;
    font-size: 55.74px;
    line-height: 90%;
    font-weight: 500;
}
.vaishnavi-parent {
    width: 100%;
    position: relative;
    height: 737px;
    text-align: left;
    font-size: 258px;
    color: #000;
    font-family: Montserrat;
}






.group-child {
    position: absolute;
    top: 18px;
    left: 12px;
    background: linear-gradient(135deg, #0061ff, #363795);
    width: 1728px;
    height: 633px;
}
.vaishnavi-white {
    position: absolute;
    top: 287px;
    left: calc(50% - 875.5px);
    font-size: 420.13px;
    font-family: 'Anstery Script';
    color: rgba(244, 255, 254, 0.1);
}
.in-a-technology-driven {
    position: absolute;
    top: 168px;
    left: calc(50% - 506.5px);
    font-size: 48px;
    line-height: 125%;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Montserrat;
    color: #fff;
    white-space: pre-wrap;
    text-align: justify;
    display: inline-block;
    width: 1014px;
    height: 436px;
}
.div {
    position: absolute;
    top: 438px;
    left: 1262px;
    line-height: 125%;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    width: 128px;
    height: 246.2px;
}
.div1 {
    position: absolute;
    top: 246.15px;
    left: 480px;
    line-height: 125%;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    width: 128px;
    height: 246.2px;
    transform:  rotate(-180deg);
    transform-origin: 0 0;
}
.rectangle-parent3 {
    width: 100%;
    position: relative;
    height: 883px;
    text-align: left;
    font-size: 236.31px;
    color: #ffd700;
    font-family: 'Montagu Slab';
}






/* this is code of course*/


body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f7f9fb;
}

.course-container {
    display: flex;
    justify-content: space-around; /* Distributes the boxes evenly */
    align-items: flex-start; /* Aligns the boxes to the top */
    padding: 20px;
    max-width: 1000px; /* Adjust to your page width */
    margin: 0 auto;
}

.rectangle-parent {
    position: relative;
    width: 292px;
    height: 400px;
    background-color: #f7f9fb;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    text-align: left;
    font-size: 20px;
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.group-child-course {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f9fb;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.diploma-in-computer-container {
    position: absolute;
    bottom: 20px;
    left: 19px;
    width: 266px;
    height: 70px;
    line-height: 125%;
    text-transform: capitalize;
    font-weight: 600;
}

.group-item-course {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 252px;
    height: 220px;
    background-color: #fff;
    border-radius: 4px;
}

.group-inner-course {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 28px;
    background-color: #ffd700;
    border-radius: 4px;
}

.star-parent-course {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 42.5px;
    height: 17px;
}

.div-course {
    position: absolute;
    top: 3.78px;
    left: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.dca {
    position: absolute;
    top: 254px;
    left: 194px;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    display: inline-block;
    width: 80px;
    height: 29px;
}

.layer-1-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 252px;
    height: 220px;
    overflow: hidden;
}



.rectangle-parent:hover {
    transform: scale(1.05); /* Scale up the box */
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3); /* Larger shadow on hover */
}




/* trending */


.trending-container {
    width: 80%;
    max-width: 1200px;
    margin-left: 13em;
    justify-content: center;
    align-items: center;
}

h2 {
    font-size: 28px;
    margin-left: 13em;
    text-align: left;
    margin-bottom: 10px;
}

.divider {
    border: none;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.category-box {
    background-color: #f7f9fb;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    width: 250px;
}

.category-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.category-box ul {
    list-style-type: none;
    padding: 0;
}

.category-box li {
    font-size: 16px;
    margin: 5px 0;
}

.links-box {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.section {
    margin-left: 40px;
}

.section h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.section ul {
    list-style-type: none;
    padding: 0;
}

.section li {
    margin: 5px 0;
}

.section a {
    
    font-size: 22px;
    font-weight: 500px;
    background: linear-gradient(135deg, #0061ff, #363795);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    text-decoration: none;
    
}
.section a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('images/Arrow5.svg'); /* Replace with your SVG file */
    background-size: contain;
    background-repeat: no-repeat;
}


.section a:hover {
    color: #333;
}

/*founder*/




.founders-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.founders-title {
    font-size: 48px;
    font-weight: 600;
    text-align: left;
    color: var(--text-color);
    margin-bottom: 40px;
}

.founders-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap; /* To ensure responsiveness */
}

.founder-card {
    background-color: var(--card-background);
    border-radius: 16px;
    box-shadow: 0px 6px 12px var(--shadow-color);
    padding: 30px;
    width: 300px;
  
    position: relative;
    text-align: center;
    margin: 20px; /* For spacing between cards */
    transition: transform 0.3s ease;
}

.founder-card:hover {
    transform: translateY(-10px); /* Small lift on hover */
}

.founder-image-container {
    position: relative;
}

.founder-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.founder-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: auto;
}

.founder-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 20px;
}

.founder-experience {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.founder-description {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    line-height: 1.6;
    padding: 0 10px;
}

.quote-icon {
    font-size: 48px;
    color: #333;
    position: absolute;
    bottom: 10px;
    right: 20px;
}








/* why us*/



.why-us-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.why-us-title {
    font-size: 48px;
    font-weight: 600;
    text-align: left; /* Align title to the left */
    margin-bottom: 40px;
}

.why-us-box {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover transition */
    position: relative; /* Ensures smooth transition for children */
}

.why-us-heading {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
}

.why-us-description {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
    opacity: 0; /* Initially hidden */
    max-height: 0; /* Collapse description initially */
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease; /* Smooth description reveal */
}

/* Show description on hover with smooth effect */
.why-us-box:hover .why-us-description {
    opacity: 1; /* Fade in the description */
    max-height: 200px; /* Expand description smoothly */
}

.why-us-box:hover {
    transform: scale(1.02);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2); /* Smooth hover effect */
}



/* vaishnavi*/

.vaishnavi-vai {
    position: absolute;
    top: 0px;
    left: calc(50% - 229px);
}
.group-child-vai {
    position: absolute;
    top: 72.5px;
    left: 0px;
    width: 602px;
    height: 0px;
    object-fit: contain;
}
.group-item-vai {
    position: absolute;
    top: 76.5px;
    left: 1126px;
    max-height: 100%;
    width: 602px;
}
.vaishnavi-parent-vai {
    width: 100%;
    position: relative;
    height: 156px;
    text-align: left;
    font-size: 110.13px;
    color: rgba(0, 160, 255, 0.5);
    font-family: 'Anstery Script';
}



/*testinomails*/
/* Wrapper to contain all testimonials in a grid */

.testimonial-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Adjust the number of columns as needed */
    gap: 20px; /* Spacing between the boxes */
    max-width: 1200px; /* Adjust to match your layout */
    margin: 0 auto; /* Center the testimonials on the page */
    padding: 50px;
}

/* Testimonial Box Styling */
.testimonial-group-child {
    position: relative;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    background-color: #fff;
    width: 100%; /* Full width inside the grid */
    height: 238px;
    transition: transform 0.3s ease-in-out;
}

/* Quotes Styling */
.testimonial-div {
    position: absolute;
    top: 185px;
    right: 20px;
    line-height: 125%;
    font-weight: 500;
    font-size: 2rem;
}

.testimonial-div1 {
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 125%;
    font-weight: 500;
    font-size: 2rem;
    transform: rotate(-180deg);
}

/* Author Name and Testimonial Text Styling */
.testimonial-rohit-verma {
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
}

.testimonial-thanks-to-the {
    line-height: 178%;
}

.testimonial-advanced-my-career {
    line-height: 125%;
}

.testimonial-thanks-to-the-pgdca-course-i {
    margin: 0;
    font-size: 16px;
}

/* Content Container Styling */
.testimonial-rohit-verma-container {
    position: absolute;
    top: 99px;
    left: 20px;
    color: #000;
    width: calc(100% - 40px); /* Leaves padding inside */
    font-size: 18px;
    font-family: Montserrat;
}

/* Parent Box for Each Testimonial */
.testimonial-rectangle-parent {
    width: 100%;
    position: relative;
    height: 294.6px;
    text-align: left;
    font-size: 105.23px;
    color: #ffd700;
    font-family: 'Montagu Slab';
    
}

.testimonial-rectangle-parent:hover {
    transform: translateY(-10px); /* Lift effect on hover */
}

/* Center the section title */
.testimonials-h2 {
    text-align: center;
    padding: 50px;
    font-size: 2rem;
}


/*
footer*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Full-width background for footer */
.footer-background {
    background-color: #fff;
    width: 100%;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 40px;
    max-width: 1200px; /* Keep the content within 1200px width */
    margin: 0 auto;
    gap: 20px;
}

.left-section {
    text-align: left;
}

.vces-logo {
    width: 100px;
    margin-bottom: 10px;
}

.location {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.location img {
    width: 20px;
    margin-right: 10px;
}

.location a {
    text-decoration: none;
    color: #333;
    line-height: 1.6;
}

.company-section ul {
    list-style: none;
}

.company-section h3, .contact-section h3, .right-section h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-bottom: 10px;
}

.company-section ul li a, .contact-section a {
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    font-size: 16px;
}

.contact-section a:hover, .company-section ul li a:hover {
    color: #00a0ff;
}

.right-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.query-button {
    display: inline-flex;
    align-items: center;
    background-color: #00a0ff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.query-button:hover {
    background-color: #ffd700;
}

.query-button img {
    margin-left: 10px;
}

.social-section {
    margin-top: 30px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons img {
    width: 30px;
}

.footer-bottom {
    background-color: #f7f9fb;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eaeaea;
}

.footer-bottom p {
    color: #666;
    font-size: 14px;
}

/* Grid column span for proper layout */
.middle-section {
    display: grid;
    grid-template-rows: auto auto;
    gap: 20px;
}

/* Spacing for both sides */
@media (min-width: 1200px) {
    .footer-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.students h2{
    margin-left: 13em;
}

