.title-para {
  font-size: 31px;
  color: #273D4E;
  text-align: center; 
  margin: auto;
  max-width: 80%;
  font-weight: 700;
  font-family: var(--heading-font);
  margin-bottom: 25px;
margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .title-para {
      font-size: 28px;
      max-width: 800px;
  }
}

@media (max-width: 768px) {
  .title-para {
      font-size: 24px;
      max-width: 600px;
  }
}

@media (max-width: 480px) {
  .title-para {
      font-size: 20px;
      max-width: 80%; /* Allows a bit of padding on smaller screens */
  }
}

  .title-para2{
    font-size: 18px;
      color: #2b2b2b;
      text-align: justify;
      max-width: 90%;
      margin: auto;
      font-family: italic;

  }
  
  /* card-section-css */
  .title-para3{
    color: #2a267e;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    
  }
  .feature-img{
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  @media (max-width: 768px) {
    .feature-img {
      height: 300px; /* Reduce height on medium screens */
      margin: 0px;
    }
  }
  
  @media (max-width: 576px) {
    .feature-img {
      height: 200px; /* Further reduce height on smaller screens */
      margin: 0px;

    }
    
  }

  .button2 {
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    border-radius: 2.5em;
    background: #408d61;
    border: 1px solid #e8e8e8;
    /* margin-top: 20px; */
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
    margin-top: 40px;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .button2 {
      font-size: 16px; /* Slightly smaller text for medium screens */
      padding: 0.6em 1.5em; /* Adjust padding for better fit */
      margin-top: 20px; /* Reduce spacing */
          border-radius: 2.5em;

    }
  }
  
  @media (max-width: 576px) {
    .button2 {
      font-size: 14px; /* Smaller text for mobile screens */
      padding: 0.5em 1.2em; /* Reduce padding further */
      border-radius: 0.3em; /* Smaller border radius for compact design */
      box-shadow: 4px 4px 8px #c5c5c5, -4px -4px 8px #ffffff; /* Softer shadow */
          border-radius: 2.5em;



    }
  }
  

.button2:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  transform: scale(1.05);
  border: 1px dotted #408d61 ;
  cursor: pointer;
}

.title-para3{
    color: #2a267e;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
  }
  .custom-card {
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    height: 280px;
  
  }
  .custom-card-Verticals{
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    height: 170px;
  
  }
  /* .custom-box1 {
    background-color: #319F60;
  }
   */
  /* .custom-box2 {
    background-color: yellow;
  } */
  
  /* .custom-box3 {
    background-color: #F21DAC;
  } */
  
  /* .custom-box4 {
    background-color: #F45D0A;
  } */
  /* .custom-box1:hover {
    background-color: #97c0a9; 
    color: #FFD700; 
  }
  .custom-box2:hover {
    background-color: rgb(203, 203, 107); 
    color: white; 
  }
  .custom-box2:hover {
    background-color: rgb(203, 203, 107); 
    color: #FFD700; 
  }
  .custom-box4:hover {
    background-color: rgb(159, 82, 61); 
    color: #FFD700; 
  } */
  /* Hover Effect for Card */
  .custom-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    border-color: #007bff;
  }
  
  /* Icon Styling */
  .custom-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    /* animation: bounce 2s infinite; */
    transition: transform 0.3s ease;
  }
  
  /* Bounce Animation for Icons */
  @keyframes bounce {
  
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
  
    40% {
      transform: translateY(-10px);
    }
  
    60% {
      transform: translateY(-5px);
    }
  }
  
  /* Hover Effect for Icon */
  .custom-card:hover img {
    transform: scale(1.2);
  }

  /* about */
  .about-heading{
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      font-size: 50px;
      font-family: "Poppins", serif;
    
    }
    .heading-container {
        margin-top: 100px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        font-family: "Poppins", serif;
        color: #1A097C;
        
    }
      .para-text{
        font-size: 16px;
        line-height: 26px;
        color: gray;
        margin-bottom: 40px;
        font-family: "Poppins", serif;
    
    
      }
      .annual-report-img {
        width: 100%; /* Reduced width */
        height: 500px; /* Increased height */
        object-fit: cover;
        border: 1px solid black; /* Black border */
        display: block; /* Centers image within its container */
        margin-top: 18px;
        margin-bottom: 0px;
        padding: 0px 20px 30px 20px;
        text-align: center;
    }
    
    @media (max-width: 768px) {
        .annual-report-img {
            width: 90%; /* Adjust width for smaller screens */
            height: 400px; /* Adjust height for tablets */
        }
    }
    
    @media (max-width: 576px) {
        .annual-report-img {
            width: 100%; /* Full width for mobile screens */
            height: 300px; /* Adjust height for mobile */
        }
    }
    
    .about-img {
        width: 100%; /* Reduced width */
        height: 450px; /* Increased height */
        object-fit: cover;
        margin-bottom: 0px;
        padding: 10px 20px 30px 20px;
        text-align: center;
    }
    .annual2{
        width: 100%; /* Reduced width */
        height: 500px; /* Increased height */
        object-fit: cover;
        margin-bottom: 0px;
        padding: 10px 20px 30px 20px;
        text-align: center; 
        background-size: cover;
        border-radius: 5px 5px 5px 5px;
        /* padding: 20px 17px 124px 10px; */
    }
    
    .whatsapp-icon {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 70px;
      z-index: 1000;
    }
    .magazine-section {
      padding: 50px 0;
      background-color: #f9f9f9;
    }
    
    .section-title h2 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    
    .section-title p {
      font-size: 18px;
      color: #666;
    }
    
    .magazine-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      overflow: hidden;
      text-align: center;
      margin-bottom: 20px;
    }
    
    .magazine-card:hover {
      transform: translateY(-5px);
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    }
    
    .magazine-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px 10px 0 0;
    }
    
    .magazine-content {
      padding: 15px;
    }
    
    .magazine-content h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
    }
    
    .magazine-content p {
      font-size: 14px;
      color: #555;
    }
    
    .read-more-btn {
      transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0.7em 1.7em;
    cursor: pointer;
    font-size: 18px;
    border-radius: 2.5em;
    background: #408d61;
    border: 1px solid #e8e8e8;
    /* margin-top: 20px; */
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
    margin-top: 40px;
    }
    
    .read-more-btn:hover {
 background: color-mix(in srgb, var(--accent-color), transparent 20%);
  transform: scale(1.05);
  border: 1px dotted #408d61 ;
  cursor: pointer;    }
    