 ul.latest_news li span p{
      display:inline;
      padding:0px;
  }
  
  
  
  .home_modal .modal-body h1 {
font-weight: 900;
font-size: 2.3em;
text-transform: uppercase;
}
.home_modal .modal-body a.pre-order-btn {
color: #000;
background-color: gold;
border-radius: 1em;
padding: 1em;
display: block;
margin: 2em auto;
width: 50%;
font-size: 1.25em;
font-weight: 6600;
}
.home_modal .modal-body a.pre-order-btn:hover {
background-color: #2ba805;
text-decoration: none;
color: #fff;
}


.btn-ad {
 background-color: #2ba805;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      border: none;
      color: #eeeeee;
      cursor: pointer;
      display: inline-block;
      font-family: sans-serif;
      font-size: 16px;
      padding: 3px 15px;
      text-align: center;
      text-decoration: none;
}

@keyframes glowing {
      0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
      }
      50% {
        background-color: #49e819;
        box-shadow: 0 0 10px #49e819;
      }
      100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
      }
    }
    .btn-ad {
      animation: glowing 1300ms infinite;
    }
    
    .btn-ad:hover{
        color:#fff;
        text-decoration:none;
    }
    

.call-btn-section a {
  box-shadow: none;
  text-decoration: none;
}
.call-btn-section a.call-btn {
  z-index: 9999;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  left: 30px;
  background-color: #007bff;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  
}
.my-float {
  margin-top: 16px;
}


.call-btn-section a:hover {
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  color:#0943A0;
}
.nphotos {
    position: absolute;
    top: 5px;
    left: 0px;
    width: auto;
    text-align: left;
    height: auto;
    z-index: 999;
}
.nphotos span {
  background: rgb(9 67 160 / 95%);
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 6px;
    font-size: 11px;
    color: #fff;
    margin: 0 0 0 0px;
}
.nphotos1 {
    position: absolute;
    bottom: 60px;
    right: 0px;
    width: auto;
    text-align: left;
    height: auto;
    z-index: 999;
}
.nphotos1 span {
    background: rgb(9 67 160 / 95%);
    display: inline-block;
    vertical-align: top;
   
    line-height: 20px;
    padding: 0 6px;
    font-size: 11px;
    color: #fff;
    margin: 0 0 0 0px;
}


/*-------Vision-------*/

.target {
    background: url({{ asset('images/home/vision_slide1.jpg') }}) no-repeat center;  background-size: cover;
   
}


.home-section:before {
    content: '';
    position: absolute;
    background-color: rgba(39, 41, 61,0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.home-back-design {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
    margin: 50px 0;
    text-align: center;
    background-size: cover !important;
}
.home-back-design:before {
    content: '';
    position: absolute;
    background-color: rgb(41 137 53 / 90%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.home-back-design1 {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
    margin: 50px 0;
  
    background-size: cover !important;
}
.home-back-design1:before {
    content: '';
    position: absolute;
    background-color: rgb(41 137 53 / 90%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* Campus Life Section */
.campus-life-section {
  background: linear-gradient(135deg, #f3fdf5, #e8f7ec);
  position: relative;
}

.campus-title {
  color: #167913;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Cards */
.campus-card {
  background: #ffffff;
  border: 1px solid rgba(22, 121, 19, 0.15);
  border-left: 5px solid #167913;
  border-radius: 12px;
  padding: 30px 25px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Hover effect */
.campus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(22, 121, 19, 0.18);
}

/* List items */
.campus-card ul li {
  font-size: 15px;
  padding: 10px 0;
  color: #333;
  border-bottom: 1px dashed #e2e2e2;
}

.campus-card ul li:last-child {
  border-bottom: none;
}

/* Icons */
.campus-card ul li i {
  color: #167913;
  margin-right: 10px;
  font-size: 16px;
}

/* Mobile */
@media (max-width: 768px) {
  .campus-card {
    padding: 25px 20px;
  }
}

/* ===== SLIDER SECTION BACKGROUND ===== */
.slide-section1 {
  background: linear-gradient(135deg, #f4fbf6 0%, #ffffff 60%);
  border-top: 4px solid #167913;
  padding: 30px 10px;
}

/* ===== LEFT CONTENT CARD ===== */
.slide-section1 .slider-left-box {
  background: #ffffff;
  padding: 32px 26px;
  border-radius: 14px;
  border-left: 6px solid #167913;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}

/* ===== BADGE ===== */
.slider-badge {
  display: inline-block;
  background: #167913;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* ===== HEADING ===== */
.slider-left-title {
  font-size: 18pt;
  font-weight: 800;
  color: #167913;
  margin-bottom: 14px;
  line-height: 1.3;
}

/* ===== TEXT ===== */
.slider-left-text {
  font-size: 14.5px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 12px;
}

/* ===== STRONG LINE ===== */
.slider-left-text strong {
  color: #167913;
}

/* ===== SLIDER IMAGE SEPARATION ===== */
.slide-section1 .carousel {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.slider-left-points {
  list-style: none;
  padding-left: 0;
  margin-top: 14px;
}

.slider-left-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.slider-left-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #167913;
  font-weight: bold;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
  .slider-left-box {
    margin-bottom: 20px;
    padding: 24px 20px;
  }

  .slider-left-title {
    font-size: 16pt;
  }
}