  body{
        background-color: #FCF2E8;
      }
      .cadmech-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
      }
      
      .left-content, .right-content {
        flex: 1 1 45%;
      }
      
      .student-image {
        width: 100%;
        max-width: 400px;
        height: auto;
        display: block;
        margin: 0 auto;
      }
      
      /* Responsive behavior */
      @media (max-width: 768px) {
        .cadmech-flex {
          flex-direction: column;
        }
      
        .left-content, .right-content {
          flex: 1 1 100%;
          text-align: center;
        }
      
        .student-image {
          max-width: 300px;
        }
      }
      .partners-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 30px;
        justify-items: center;
        align-items: center;
        padding: 20px;
      }
      
      .logo-img {
        width: 100%;
        max-width: 140px;
        height: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
      }
      
      .logo-img:hover {
        transform: scale(1.05);
      }
      
      @media (max-width: 600px) {
        .partners-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }
      
    .cadmech-section {
        padding: 40px 0;
        
        /* background-color: #f9f9f9; */
      }
      .cadmech-section .left-content{
        margin-left: 70px;
      }

      .cadmech-title {
        /* font-size: 2.5rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 10px; */
        background: linear-gradient(90deg, #de0e0e, #fc8823);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
      }

      .cadmech-subtitle {
        /* font-size: 1.5rem;
        font-weight: 600;
        color: #e73229;
        margin-bottom: 20px; */
         background: linear-gradient(90deg, #de0e0e, #fc8823);
         -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 1.2rem;
        font-weight: 500;
        font-style: italic;
        margin-top: -30px;
      }

      .cadmech-description {
        /* font-size: 1rem;
        line-height: 1.6;
        color: #555;
        margin-bottom: 30px; */
        font-size: 1rem;
  color: #666;
  line-height: 1.6;
   text-align: justify;
      }


      .right-content {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
}

.student-image {
  /* margin-top: -373px; */
  margin-right: -0px;
  width: 100%;
  max-width: 400px;
  height: auto;

  
}
#img{
    width: 250px;
    height: 210px;
}
.invisible-logo {
  visibility: hidden;
}
      @media (max-width: 992px) {
        .cadmech-section .container {
          flex-direction: column;
          align-items: center;
          text-align: center;
        }
      }

      @media (max-width: 768px) {
        .cadmech-title {
          font-size: 5vw;
          margin-left: 0;
        }
        .cadmech-section .left-content{
          margin-left: 0px;
        }
        .cadmech-subtitle {
          font-size: 3vw;
          margin-left: 0;
        }
        .cadmech-description {
          font-size: 2vw;
          margin-left: 0;
          max-width: 100%;
        }
        .student-image {
          display: none;
        }
      }

      @media (max-width: 480px) {
        .cadmech-title {
          font-size: 6vw;
        }
        .cadmech-description {
          font-size: 2.5vw;
        }
      }
    
        /* Our Partners Section Styles */
        .partners-section {
          padding: 40px 0;
          /* background-color: #fff; */
        }
  
        .brand-container {
          margin-top: 30px;
          margin-bottom: 30px;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          background-color: #FCF2E8;
        }
  
        .brand-button {
          background: linear-gradient(90deg, #e73229, #f28c13);
          color: white;
          border: none;
          align-self: flex-start; /* Button aligned to left inside flexbox */
          margin-left:70px;
          margin-bottom: 2px;
        }

        .brand-button1 {
          background: linear-gradient(90deg, #e73229, #f28c13);
          color: white;
          border: none;
          align-self: flex-start; /* Button aligned to left inside flexbox */
         /* margin-left:70px;*/
          margin-bottom: 2px;
        }
        
        .brand-button:hover {
          opacity: 0.9;
        }
  
        .white-container {
          /* background: white; */
          border-radius: 10px;
          padding: 30px;
          margin-top: 20px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          width: 100%;
          max-width: 100%;
          overflow: hidden;
        }
  
        .partners-content {
          display: flex;
          flex-direction: column;
          width: 100%;
        }
  
        .brand-message {
          /* text-align: center;
          margin-bottom: 30px;
          width: 100%; */
          margin-left: 20px;
          font-size: 4vw;
          line-height: 1.2;
          max-width: 70%;
        }
  
        .brand-message p {
          /* font-size: 1.2rem;
          color: #333;
          margin: 0; */
          background: linear-gradient(90deg, #de0e0e, #fc8823);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 70px;
        }
  
        .logo-img {
          width: 150px;
          height: 110px;
          object-fit: contain;
          transition: transform 0.3s ease;
          display: block;
          margin: 0 auto;
        }
  
        .logo-img:hover {
          transform: scale(1.05);
        }
  
        .logo-row {
          display: flex;
          justify-content: center;
          gap: 40px;
          flex-wrap: wrap;
          width: 100%;
          margin-bottom: 20px;
        }
  
        .partners-grid {
          display: flex;
          flex-direction: column;
          gap: 30px;
          align-items: center;
          width: 100%;
          max-width: 1200px;
          margin: 0 auto;
        }
  
        @media (min-width: 992px) {
          .partners-section {
            padding: 40px 0;
          }
          
          .brand-container {
            padding: 20px 0;
          }
          
          .white-container {
            max-width: 90%;
            margin: 0 auto;
          }
          
          .partners-content {
            flex-direction: row;
            align-items: center;
            gap: 40px;
          }
          
          .brand-message {
            text-align: left;
            flex: 1;
            margin-bottom: 0;
          }
          
          .partners-grid {
            flex: 2;
            max-width: none;
          }
          
          .logo-row {
            justify-content: flex-start;
          }
        }
  
        @media (max-width: 768px) {
          .brand-button {
            font-size: 2.5vw;
          }
          .white-container {
            width: 100% !important;
            padding: 20px !important;
            margin: 0 !important;
            margin-left: 0 !important;
            margin-bottom: 30px !important;
          }
          .brand-message {
            margin: 10px 0 20px;
            font-size: 3vw;
            line-height: 1.2;
            max-width: 100%;
          }
          .partners-grid {
            gap: 20px;
          }
          .logo-row {
            gap: 20px;
          }
          .logo-img {
            width: 120px !important;
            height: 90px !important;
          }
        }
  
        @media (max-width: 480px) {
          .brand-button {
            font-size: 2vw;
          }
          .logo-img {
            width: 100px !important;
            height: 75px !important;
          }
          .logo-row {
            gap: 15px;
          }
          .brand-message {
            font-size: 4vw;
          }
        }