h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
}

a,
li,
p {

    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 18px;

}


.webpage-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(245, 250, 255);
    flex-wrap: wrap;
}

.webpage-content h1 {
    color: #1976d2;
    line-height: 52px;
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: bold;
}

.webpage-content {
    width: 30%
}

.webpage-content p {
    margin-bottom: 30px;
    line-height: 24px;
    font-family: "Arial", sans-serif;
    /* max-width: 600px; */
    font-size: 18px;
}

.webpage-image {
    text-align: start;
}

.webpage-image img {
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .webpage-section {
        padding-top: 120px;
    }

    .webpage-content h1 {
        font-size: 40px;
        line-height: 44px;
        text-align: start;
    }

    .webpage-content {
        width: 90%;
        /* padding: 20px; */
    }

    .webpage-content p {
        font-size: 16px;
        text-align: start;
    }
}

@media (max-width: 768px) {
    .webpage-section {
        /* flex-direction: column; */
        text-align: center;
        padding-bottom: 0;
    }

    .webpage-content h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .webpage-content p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .webpage-content h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .webpage-content p {
        font-size: 14px;
    }

    .webpage-section {

        padding-top: 100px;
        padding-left: 10px;
        min-height: auto;
    }
}





/* read more */

.hidden-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hidden-content.show {
    display: block;
    opacity: 1;
}

.read-more-btn {
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;
  
  }
  
  .read-more-btn:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
  }









ul.custom-list {
    list-style: none;
    padding-left: 0;
}

ul.custom-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

ul.custom-list li span.icon {
    color: green;
    margin-right: 8px;
    line-height: 1.5;
}




/* section 2 */






.stand-btw{
    text-align: center;
    padding-top: 60px;
}

.stand-btw p{
    padding-top: 20px;
    padding-bottom: 50px;
    width: 40%;
    margin: auto;
}

@media screen and (max-width: 1468px) {
    .stand-btw p{
        width: 70%;
    }
}
@media screen and (max-width: 900px) {
    .stand-btw p{
        width: 90%;
    }
}









.iq-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 2rem;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
  }

  /* Base card */
  .iq-card {
    position: relative;
    background: #fafcfd;
    border-radius: 1rem;
    padding: 1.5rem 1rem 1rem;
    width: 250px;
    /* height:260px; */
    box-shadow: 0 4px 8px 4px rgba(0,0,0,0.08);
    overflow: hidden;
  }
  /* Accent bar on top */
  .iq-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 0.5rem;
    background: var(--accent-color, #999);
    border-radius: 0 0 0.5rem 0.5rem;
  }

  /* Header inside card */
  .iq-card-header-1 {
    display: inline-block;
    background: #1976d2;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  

  /* Body text */
  .iq-card-content {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
  }

  /* Individual accent colors */
  .iq-card--1 { --accent-color: #FF5A52; }
  .iq-card--2 { --accent-color: #3AC1C9; }
  .iq-card--3 { --accent-color: #F8A542; }
  .iq-card--4 { --accent-color: #FF5A52; }


@media screen and (max-width:590px){
  .iq-card-container{
    display: grid;
    grid-template-columns: auto auto;

  }  
  .iq-card{
    width: 100%;
    height: auto;
  }

  .iq-card-header-1{
    font-size:0.8rem;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .iq-card-content{
    font-size: 0.9rem;
  }
}









.container1 {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 40px 20px;
}

.title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 30px;
}

.content-wrapper {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.text {
    width: 40%;
    font-size: 17px;
    line-height: 24px;
}

@media screen and (max-width: 1100px) {
    .text {
        width: 90%;
    }
}

.text p {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 18px;

}

.text ol {
    padding-left: 20px;
    margin-bottom: 16px;
}

.text ol li {
    margin-bottom: 10px;
}

/* section 3 */
.excel {
    background-color: rgb(245, 250, 255);
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.excel p {
    font-size: 21px;
}

@media screen and (max-width: 768px) {
    .excel {
        text-align: start;
        padding: 20px;
    }
}



:root {
    --gap: 16px;
    --border: #ccc;
    --heading-bg: #1976d2;
    --text: #333;
  }
  
  /* 1. Fluid grid */
  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--gap);
    max-width: 800px;
    margin: 0 auto;
    padding: 70px var(--gap);
  }
  
  /* 2. Card styling (no fixed height!) */
  .grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: var(--gap);
    border: 1px dashed var(--border);
    border-radius: 4px;
    background: #fff;
  }
  
  /* 3. Heading & text with clamped fonts */
  .grid-heading {
    background-color: var(--heading-bg);
    color: #fff;
    padding: 6px 10px;
    font-weight: 600;
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    border-radius: 2px;
    margin-bottom: 12px;
  }
  
  .grid-text {
    flex: 1;            /* take up remaining space */
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.4;
    color: var(--text);
    margin-bottom: calc(1em + 60px); /* leave room for image */
  }
  
  /* 4. Brain image as a background on a positioned div */
  .brain-image {
    position: absolute;
    width: clamp(70px, 12vw, 100px);
    height: clamp(70px, 12vw, 100px);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  /* individual positions */
  .brain-1 { background-image: url('../Photos/stress.png'); left: 10px;   bottom:-9px; }
  .brain-2 { background-image: url('../Photos/time.png');  right: 10px;  bottom:-9px; }
  .brain-3 { background-image: url('../Photos/confidence.png'); left: 10px;   bottom:-9px; }
  .brain-4 { background-image: url('../Photos/goal.png');  right: 10px;  bottom:-9px; }
  
  /* 5. Tweak padding on very small screens */
  @media (max-width: 480px) {
    .grid-container {
      padding: 40px 8px;
      gap: 12px;
    }
    .grid-heading {
      font-size: 1rem;
    }
    .grid-text {
      font-size: 0.875rem;
      margin-bottom: calc(1em + 40px);
    }
    .brain-image {
      /* width: clamp(60px, 20vw, 100px);
      height: auto; */
    }
  }












/* section 4 */
.target {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(245, 250, 255);
}

.target h1 {
    font-size: 32px;
    color: #272727;
    padding: 30px;
}

.target a {
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;
  
  }
  
  .target a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
  }

@media screen and (max-width: 1024px) {
    .target {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .target {
        text-align: start;
    }

    .target h1 {
        font-size: 20px;
    }

    .target a {
        margin-left: 30px;
    }
}

/* section 5 */
.Manobal-neet {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.Manobal-img img {
    margin-top: 50px;
    width: 100%;
}


.Manobal-text {
    width: 40%;
}

.Manobal-text p {
    line-height: 24px;
    margin-top: 20px;
    font-size: 17px;
    max-width: 600px;
}

.Manobal-text a {
    background-color: rgba(44, 119, 211, 1);
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;
  
  }
  
  .Manobal-text a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
  }

.Manobal-text h1 {
    font-style: normal;
    color: #272727;
}

@media screen and (max-width: 1132px) {
    .Manobal-img img {
        max-width: 300px;
    }
}

@media screen and (max-width: 769px) {
    .Manobal-neet {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .Manobal-img img {
        margin-top: 0;
    }

    .Manobal-text {
        margin-top: 80px;
        width: auto;
        padding: 20px;
    }

    .Manobal-text a {
        top: 30px;
    }
}

/* section 6 */
.under {
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgb(245, 250, 255);
    gap: 60px
}

.text-content h1 {
    margin-bottom: 20px;
    color: #1A1A1A;
}

.text-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 17px;
}

.text-content ul li {
    color: #333;
}

.text-content {
    width: 40%
}

.text-content a {
    background-color: rgba(44, 119, 211, 1);
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    position: relative;
    top: 30px;
    transition: 0.5s;
    display: inline-block;
    transition: 0.5s;
    border: 2px solid transparent;
  
  }
  
  .text-content a:hover {
    border-color: #2c77d3;
    background-color: transparent;
    color: #2c77d3;
  }

@media screen and (max-width:1200px) {
    .text-content {
        width: 90%
    }
}

@media (max-width: 768px) {


    .text-content h2 {
        font-size: 26px;
        text-align: start;
    }

    .text-content ul {
        padding-left: 0;
        list-style-position: inside;
    }

    .text-content a {
        top: 15px;
    }

    .image-placeholder img {
        max-width: 90%;
        margin: auto;
    }
}

@media (max-width: 480px) {
    .text-content h2 {
        font-size: 22px;
    }

    .text-content ul {
        font-size: 16px;
        line-height: 1.6;
    }

    .text-content a {
        padding: 12px 24px;
        font-size: 15px;
    }
}


/* section-7 */

.section-tailored-services {
    padding-top: 100px;
    /* padding: 50px 20px; */
    /* max-width: 1100px; */
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

.section-title {
    /* font-size: 24px; */
    margin-bottom: 60px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.layout-staggered-cards {
    position: relative;
    /* min-height: 800px; */
    display: flex;

}

.service-card {
    width: 100%;
    max-width: 500px;
    background: transparent;
    text-align: center;
    /* position: absolute; */
    margin: 0 auto;
}

.service-card img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 20px;
}

.service-card h1 {

    margin-bottom: 15px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.service-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

/* Card positioning */
.card-masterclass {
    top: 0;
    left: 0;
}

.service-card img {
    height: 300px;
}

.card-mentoring {
    top: 200px;
    right: 0;
}

.card-combined {
    top: 500px;
    left: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .layout-staggered-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: static;
    }

    .service-card {
        position: static;
        margin-bottom: 50px;
    }

    .section-tailored-services {
        padding-bottom: 0;
    }
}















/* counselling popup */

 /* Overlay */
 .counselling-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    z-index: 1000;
    transition: opacity .4s ease;
    opacity: 0;
  }

  .counselling-popup-overlay.visible {
    display: flex;
    opacity: 1;
  }

  /* Popup Container */
  .counselling-popup {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 550px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 100px rgba(0, 73, 122, 0.2);
    transform: scale(0.85);
    opacity: 0;
    animation: popIn .6s cubic-bezier(.17, .67, .27, 1.1) forwards;
    font-family: 'Poppins', 'Roboto', sans-serif;
  }

  @keyframes popIn {
    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  /* Header */
  .counselling-popup-header {
    position: relative;
    background: linear-gradient(135deg, #0079C1, #00497A);
    color: #fff;
    padding: 20px 30px;
    display: flex;
    align-items: center;
  }

  .counselling-header-icon {
    font-size: 28px;
    margin-right: 12px;
    animation: popIcon .6s ease;
  }

  @keyframes popIcon {
    from {
      transform: scale(0);
      opacity: 0;
    }

    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  .counselling-popup-header h2 {
    flex: 1;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
  }

  .counselling-popup-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s, transform .3s;
  }

  .counselling-popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
  }

  /* Body */
  .counselling-popup-body {
    padding: 30px;
  }

  .counselling-popup-body p {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  /* Form */
  .counselling-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .form-field {
    position: relative;
    animation: fadeInUp .5s ease forwards;
  }

  .form-field:nth-child(1) {
    animation-delay: .1s;
  }

  .form-field:nth-child(2) {
    animation-delay: .2s;
  }

  .form-field:nth-child(3) {
    animation-delay: .3s;
  }

  .form-field:nth-child(4) {
    animation-delay: .4s;
  }

  .neet-score-field {
    display: none;
  }

  .form-field i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #0079C1;
    font-size: 18px;
  }

  .counselling-form input,
  .counselling-form select {
    width: 100%;
    padding: 14px 14px 14px 45px;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    font-size: 15px;
    background: #f7f9fc;
    transition: border-color .3s, box-shadow .3s, background .3s;
  }

  .counselling-form input:focus,
  .counselling-form select:focus {
    outline: none;
    background: #fff;
    border-color: #0079C1;
    box-shadow: 0 0 0 3px rgba(0, 121, 193, 0.15);
  }

  /* Submit Button */
  .counselling-popup-submit {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0079C1, #00497A);
    color: #fff;
    border: none;
    padding: 16px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform .2s, box-shadow .2s;
    animation: fadeInUp .5s ease forwards;
    animation-delay: .6s;
  }

  .counselling-popup-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 121, 193, 0.3);
  }

  /* Benefits */
  .popup-benefits {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
    animation: fadeInUp .5s ease forwards;
    animation-delay: .7s;
  }

  .popup-benefits h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #00497A;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .popup-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
  }

  .popup-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    color: #555;
    animation: fadeInUp .5s ease forwards;
  }

  .popup-benefits li:nth-child(1) {
    animation-delay: .8s;
  }

  .popup-benefits li:nth-child(2) {
    animation-delay: .9s;
  }

  .popup-benefits li:nth-child(3) {
    animation-delay: 1s;
  }

  .popup-benefits li:nth-child(4) {
    animation-delay: 1.1s;
  }

  /* Success Message */
  #success-message {
    display: none;
    text-align: center;
    padding: 40px 20px;
    animation: fadeInUp .5s ease forwards;
  }

  .success-icon {
    font-size: 80px;
    color: #0079C1;
    margin-bottom: 20px;
    animation: popIcon .6s ease;
  }

  #success-message h3 {
    color: #0079C1;
    font-size: 28px;
    margin-bottom: 12px;
  }

  #success-message p {
    font-size: 17px;
    color: #444;
    margin-bottom: 24px;
  }

  .close-button {
    background: #0079C1;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .3s, transform .2s;
  }

  .close-button:hover {
    background: #00497A;
    transform: translateY(-2px);
  }

  /* Animations */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Responsive */
  @media (max-width: 600px) {
    .popup-benefits ul {
      grid-template-columns: 1fr;
    }

    .counselling-popup-body {
      padding: 20px;
    }
  }

  .counselling-popup-overlay.visible {
    display: flex;
  }









@media screen and (max-width:1550px) {
    h1 {
        font-size: 35px;
    }
}


@media screen and (max-width:768px) {
    h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:425px) {
    h1 {
        font-size: 25px;
    }
}