.header-serach-02 form {
    position: relative;
}

.header-serach-02__input {
    width: 100%;
    padding-right: 40px !important; /* space for icon */
}

.header-serach-02__btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.header-serach-02__btn i {
    font-size: 16px;
    color: #000;
}





.feature-box {
  background: #ffffff;
}

.circle-dot {
  width: 35px;
  height: 35px;
  background: #d83d0f;
  border-radius: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 760px){
  .custom-section-1{
    margin: -4em 1.5em 0px 1.5em;
    
  }

  .feature-box img{
    width: 50px !important;
    margin-right: 10px ;
  }
}


@media only screen and (min-width: 760px){
  .custom-section-1{
    margin-top: -5em;
    
  }

  .feature-box img{
    width: 50px !important;
    margin-right: 20px ;
  }
}



.popular-courses h2 {
  font-size: 32px;
  line-height: 1.3;
}

.course-card {
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.course-card img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

@media (max-width: 767px) {
  .popular-courses h2 {
    font-size: 26px;
  }
}


@media only screen and (max-width: 760px){
  .left-section-2{
    padding-right: 0px;
    
  }

  .custom-section-2{
  padding: 40px 0px !important;
  }

  .life-campus{
  padding: 60px 0px;
  }
}


@media only screen and (min-width: 760px){
  .custom-section-1{
    margin-top: -5em;
    
  }

  .left-section-2{
    padding-right: 6em;
    padding-top: 2em;
    
  }

  .custom-section-2{
  padding: 100px 0px !important;
  }

  .life-campus{
  padding: 100px 0px;
  }

}






.programs{
  padding-bottom: 80px !important;
  padding-right: 25px;
  padding-left: 25px;
}


/* SECTION BASE */
.rism-assist-section {
  background-image: url("../images/ai-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 75vh;
  margin-top: 100px;
}

/* LEFT SIDE BG IMAGE */
.left-bg-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

/* RIGHT SIDE FORM BOX WITH BG IMAGE */
.assist-form-box {
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 90%;
  max-width: 520px;

  padding: 40px;
  border-radius: 32px;

  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

@media only screen and (max-width: 760px){
  /* LOGO */
.form-logo {
  width: 60px;
}

.assist-form-box{
  margin-top: -30em;
}
}

@media only screen and (min-width: 760px){
  .form-logo {
  width: 60px;
  margin-left: 25em;
}

.assist-form-box{
  margin-top: -15em;
}

.assist-form-box h1{
  margin-top: -1.5em !important;
}
}

/* TITLE */
.assist-form-box h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
}

/* DESCRIPTION */
.form-description {
  color: #555;
  margin-bottom: 25px;
}

/* SEARCH BAR */
.search-wrapper {
  background: #ededed;
  border-radius: 14px;
  padding: 10px 18px;
  position: relative;
}

.assist-input {
  border: none;
  background: transparent;
  box-shadow: none;
}

.assist-input:focus {
  outline: none;
  box-shadow: none;
}

.search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

/* LIST */
.form-list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 17px;
  color: #333;
}

/* MOBILE RESPONSIVE */
@media (max-width: 767px) {

  .assist-form-box h2 {
    font-size: 28px;
  }

  .left-bg-image {
    min-height: 350px;
  }
}


.ramaiah-edge {
  background: #ffffff;
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 760px){
  .ramaiah-edge {
  padding-top: 70px !important;
}

/* title */
.modern-h2{
  color: #d83d0f;        /* orange similar to design */
  padding: 40px 0px 5px 0px;
}
}

@media only screen and (min-width: 760px){
  /* title */
.modern-h2{
  color: #d83d0f;        /* orange similar to design */
  padding: 60px 0px ;
}
}


/* cards */
.edge-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
  min-height: 170px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.edge-card h5 {
  font-size: 18px;
  font-weight: 600;
}

.edge-card p {
  font-size: 14px;
  color: #4a4a4a;
}

/* hover */
.edge-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.16);
}

/* responsive tweaks */
@media (max-width: 767px) {
  .edge-title {
    font-size: 26px;
  }
  .edge-card {
    min-height: auto;
  }
}



/* whole section fixed height */
.stats-banner {
  height: 85vh;
  background: url("../images/stats-bg.jpg") center/cover no-repeat;
  color: #fff;
}

/* row fills height, 4 equal columns */
.stats-row {
  display: flex;
  height: 100%;
}

.stats-item {
  flex: 1;
  display: flex;
  align-items: flex-end;   /* content sticks to bottom */
  padding: 40px 25px;
  position: relative;
  cursor: pointer;
  transition: background 0.7s ease;
  border-right: 1px solid #fff;
}

/* subtle dark overlay on hover per column */
.stats-item:hover {
  background: rgba(0, 0, 0, 0.55);
}

/* bottom content box */
.stats-content {
  width: 100%;

}

/* heading always visible at bottom */
.stats-content h3 {
  color: #fff;
  font-size: 28px;
  margin: 0;
}

/* hidden extra text + button */
.stats-extra {
  display: none;
  margin-top: 8px;
}

.stats-item:hover .stats-extra {
  display: block;
}

/* text and button styles */
.stats-extra p {
  margin: 8px 0 0;
  font-size: 14px;
}

.stats-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 18px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  background: #ff4d22;
  color: #fff;
}


.stats-btn:hover {
  background: #fff;
  color: #ff4d22;
}

/* mobile: stack items, keep 85vh if you want full-screen; 
   you can change to auto height if needed */
@media (max-width: 767px) {
  .stats-row {
    flex-direction: column;
  }

  .stats-item {
    padding: 25px 20px;
  }

  .stats-content h3 {
    font-size: 22px;
  }
}



