  body {
      margin: 0;
      padding: 0;
      font-family: "Segoe UI", sans-serif;
      scroll-behavior: smooth;
      overflow-x: hidden;
  }

  .left-sidebar,
  .right-sidebar {
      /* position: fixed; */
      top: 0;
      bottom: 0;
      width: 195px;
      background: #f8f9fa;
      overflow-y: auto;
      padding: 20px;
      z-index: 1000;
  }

  .left-sidebar {
      left: 0;
      border-right: 1px solid #dee2e6;
  }
  
  div.card h1 {
    font-size: 21px;
    margin-bottom: 26px;
    color: #000000;
}
  

  .right-sidebar {
      right: 0;
      border-left: 1px solid #dee2e6;
      text-align: center;
  }

  .main-content {
      margin-left: 240px;
      margin-right: 240px;
      /* padding: 30px; */
      /* background: #fff; */
  }

  .program-image {
      width: 100%;
      max-height: 320px;
      object-fit: cover;
      margin-bottom: 20px;
      border-radius: 5px;
  }

  .info-box {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px;
      border-top: 1px solid #ddd;
      padding-top: 15px;
  }

  .info-box>div {
      flex: 1 1 200px;
      margin-bottom: 10px;
  }

  .info-label {
      font-weight: bold;
      color: #555;
  }

  .nav-link {
      font-size: 15px;
      padding: 5px 0;
      color: #333;
  }

  .nav-link.active {
      font-weight: bold;
      background-color: #e9f5ff;
      border-left: 3px solid #007bff;
      padding-left: 10px;
  }

  .section-title {
      margin-top: 40px;
      font-size: 20px;
      font-weight: bold;
  }

  .right-sidebar img {
      max-width: 100px;
      margin-bottom: 15px;
  }

  .right-sidebar button {
      max-width: 180px;
  }

  body {
      /* margin: 0;
      font-family: 'Poppins', sans-serif;
      color: #333;
      background: #F5F5F5;*/
  } 
  img.logo {
    width: 17%;
}
ul.contact li {
    color: #000;
    display: inline;
    line-height: 74px;
    font-size: 19px;
    margin-right: 27px;
}
ul.contact li i {
    color: #e63946;
    padding-right: 14px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

    header {
        background: #ffffff;
        color: #fff;
        padding: 9px;
        box-shadow: 1px 4px 8px #d3cccc;
    }

  header h1 {
      margin: 0;
      font-size: 2rem;
  }

  .hero {
      background: url('https://fnsinteriordesignacademy.com/images/banner.jpg') no-repeat center center/cover;
      padding: 80px 20px;
      color: #fff;
      text-align: center;
  }

  .hero h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: black;
  }

  .hero p {
      font-size: 1.2rem;
      margin-bottom: 30px;
      color: black;
  }

  .btn-primary {
      background: #e63946;
      color: white;
      padding: 15px 30px;
      border: none;
      font-size: 1rem;
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none;
  }

  .features,
  .testimonials,
  .form-section {
      padding: 60px 20px;
      max-width: 1000px;
      margin: auto;
  }

  .features h3,
  .testimonials h3,
  .form-section h3 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 1.8rem;
  }

  .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 30px;
  }

  .feature-box {
      background: #f8f8f8;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
  }

  .testimonials blockquote {
      font-style: italic;
      margin: 20px 0;
  }

  .form-section form {
      max-width: 600px;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 15px;
  }

  input,
  select,
  textarea {
      padding: 12px;
      font-size: 1rem;
      border-radius: 5px;
      border: 1px solid #ccc;
  }

  footer {
      background: #f1f1f1;
      padding: 20px;
      text-align: center;
      font-size: 0.9rem;
  }

  .sec1 a {
      color: black;
  }

  .main-sec1 {
      /* margin-left: 240px;
      margin-right: 240px;
      padding: 30px; */
      background: #fff;
      margin-bottom: 50px;
      padding: 30px;
      margin: 10px 5px 0px 0px;
      border: solid white;
      border-radius: 22px;
  }
  .main-sec2 {
      /* margin-left: 240px;
      margin-right: 240px;
      padding: 30px; */
      background: #E0F4F2;
      margin-bottom: 50px;
      padding: 30px;
      margin: 10px 5px 0px 0px;
      border: solid #E0F4F2;
      border-radius: 22px;
  }
  .card-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent; 
    border-bottom: transparent;
  }
  .card .card-header h3{
        color: black;
    text-decoration: none;
    font-weight: bold;

  }
  .btn-sec-read-more{
    display: flex;
    justify-content: center;
  }
  .btn-sec-read-more1{
    display: flex;
    justify-content: right;
  }
  .btn-sec-read-more1 button{
    color: #ff000080;
    padding: 8px 21px;
    border: transparent;
    border-radius: 10px;
    background: #ff00002e;
    transition: all 0.3s ease;
  }
  .btn-sec-read-more1 button:hover{
        color: white;
    padding: 8px 21px;
    border: transparent;
    border-radius: 10px;
    background: #AD1457;
      transform: scale(1.05);              /* Thoda bada ho jaye */
  /* background-color: #0056b3 !important; */
  }
  .btn-sec-read-more button{
    color: #ff000080;
    padding: 8px 21px;
    border: transparent;
    border-radius: 10px;
    background: #ff00002e;
    transition: all 0.3s ease;
  }
  .btn-sec-read-more button:hover{
        color: white;
    padding: 8px 21px;
    border: transparent;
    border-radius: 10px;
    background: #AD1457;
      transform: scale(1.05);              /* Thoda bada ho jaye */
  /* background-color: #0056b3 !important; */
  }
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  margin-top: 43px;
}