.test-series-jee .buy {
    background-color: #2FC18B;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 15px 40px;
    font-size: 18px;
    margin-right: 10px;
}


.test-series-jee h2 {
    font-weight: 700;
    font-size: 38px;
}

.test-series-jee p {
    margin: 0;
    color: #fff;
    line-height: 22px;
}

.test-series-jee span {
    color: #2FC18B;
}

.test-series-jee h6 {
    color: #2FC18B;
}

.landing-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.landing-btn .cta2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 97px;
    padding: 5px 15px;
    border: 2px solid #2FC18B;
    color: #fff;
    min-height: 30px;
    border-radius: 44px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.landing-btn .cta2 {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 18px;
    transition: 0.3s;
}

.landing-btn .cta2 a {
    color: white;
    text-decoration: none;
}


@media (max-width: 1025px) {
    #about {
        padding-top: 90px;
    }
}

@media (max-width: 769px) {
    #about {
        padding-top: 80px !important;
    }

}

.last-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}


.bc {
    background-size: cover;
    background-position: center;
    padding: 125px 0;
}


.topmargin{
        margin-bottom: 70px;
}
.img-wrapper img{
    width: 400px;
    max-width: 100%;
    height: auto;
        
}

.study span{
    color: #0F1825;
}
.study-btn{
    margin: 44px 0;
}
.study-btn .bgcolr{
    color: #fff;
    background-color: #0F1825;
    border-radius: 50px;
    padding: 10px 30px;
}

.text-center{
    text-align: center;
}

.last-gc {
    margin-bottom: -50px;
    margin-top: 100px;
    z-index: 1;
}

/*  */


.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 20px;
}

.top{
    text-align: center;
    margin-top: 150px;
}
.story-title{
    text-align: center;
    margin-bottom: -75px;
}
.story-card {
    border-radius: 8px;
    text-align: left;
    padding: 20px;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    height: 240px;
    width: 500px;
   
}

/* Card Styling */
.blue-card {
    border-radius: 50px 0px 0px 0px;
    background-image: linear-gradient(to bottom, #1e293b 0%, #0F1825 100%);
    padding: 20px 50px;
    margin-right: -38px;
    margin-left: 225px;
}
.yellow-card {
    background-color: #2FC18B;
    color: #0f172a;
    max-width: 90%;
    border-radius: 0px 50px 0px 0px;
     padding:20px 0 0 40px;
    margin-top: 258px;
    margin-left: -10px;
}
.green-card {
    background-color: #FFD118;
    color: #0f172a;
    max-width: 90%;
    border-radius: 50px 0px 0px 0px;
     padding: 20px 0 0 40px;
    margin-top: -150px;
    margin-left: 130px;
}

.green-card p, .yellow-card p{
    font-size: 20px;
    line-height: 24px;
    color: #093323;
    margin-bottom: 0;
}
.blue-card h3{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.blue-card span{
    color: #2FC18B;
}
.green-card h3, .yellow-card h3{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0F1825;
}

@media (max-width: 1025px) {
    .story-grid {
        grid-template-columns: 1fr;
    }
    .story-card {
        max-width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 769px) {
    .story-card {
        width: 100%;
        padding: 35px;
        border-radius: 15px;
        margin-bottom: 20px;
       
    }
}


/* contact form */
.organisation .contact-form {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.organisation .contact-form h2 {
  color: #3b0a52;
  margin-bottom: 24px;
  font-size: 26px;
}

.organisation .form-row {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}

.organisation .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  
}

.organisation .form-group input,
.organisation .form-group select {
  border: none;
  border-bottom: 2px solid #aaa;
  padding: 8px 4px;
  font-size: 15px;
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
      border-radius: 0;
          box-shadow: none;
}

.organisation .form-group input:focus,
.organisation .form-group select:focus {
  border-color: #23c7a5;
}
.organisation .arrowicon{
     position: relative;
}
.organisation .arrowicon::after {
  content: "▼";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  pointer-events: none;
  color: #000;
}
.contact-form button {
  background: #23c7a5;
  color: #000;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  transition: background 0.3s;
}

.contact-form button:hover {
  background: #1eae92;
}
.organisation .contact-form  input[type="text"]{
    font-size: 15px;
    line-height: normal;
    padding: 0 ;
    border-radius: 0;
        box-shadow: none;
}
.organisation .contact-form  .form-row {
    margin-right: 0;
    margin-left: 0;
}
.end-section{
    padding: 0 245px 50px;
}
.end-section h2{
    color: #0F1825;
        margin: 0;
            font-size: 40px;
}
.end-section span{
    color:#fff;
}

.end-section p{
    color: #0F1825;
   
}
.end-section button{
    background-color: #0F1825;
    color: #fff;
    border-radius: 50px;
    padding: 12px 50px;
}
.border-tops{
      border-top: 3px dotted #696C70;
  height: 0;
  margin: 20px 0;
  background: none;
  background-image: radial-gradient(circle, #696C70 1px, transparent 1px);
  background-size: 8px 3px; /* adjust spacing and dot size here */
  background-repeat: repeat-x;
}
.h6-app-screenshot{
        padding: 150px 0px 50px;
}

.video-wrapper {
    position: relative;
    width: 640px;
    height: 360px;
    background: #000;
    cursor: pointer;
  }

  .video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    background: url('https://img.icons8.com/ios-filled/100/ffffff/play--v1.png') no-repeat center center;
    background-size: 60px 60px;
    opacity: 0.8;
    transition: 0.3s;
  }

  .play-button:hover {
    opacity: 1;
  }

  .video-player {
    display: none;
    width: 100%;
    height: 100%;
  }