 * {
     margin: 0;
     padding: 0;
 }

 body {
     /* background-color: #f6fdfe; */
     color: #444040;
 }

 /* ==== section-1 === */

 .main {
     margin: 0 15%;
     padding: 10px;
 }

 .main-div {
     margin: 100px 100px 10px 100px;
     padding: 0 40px;
 }

 .main-div b {
     display: block;
     font-size: 1.1rem;
     color: #423f3f;
     margin-bottom: 20px;
 }

 .main-div h1 {
     font-size: 4.5rem;
     color: #222;
     font-weight: 600;
     line-height: 1.2;
 }

 /* ========== Responsive CSS ========== */

 /* Large Laptop / Desktop  (max-width:1200px) */
 @media (max-width: 1200px) {
     .main {
         margin: 0 10%;
     }

     .main-div {
         margin: 80px 60px 10px 60px;
         padding: 0 30px;
     }

     .main-div h1 {
         font-size: 3.5rem;
     }
 }

 /* Tablet / iPad  (max-width:768px) */
 @media (max-width: 768px) {
     .main {
         margin: 0 5%;
     }

     .main-div {
         margin: 50px 20px 10px 20px;
         padding: 0 20px;
     }

     .main-div h1 {
         font-size: 2.5rem;
     }
 }

 /* Mobile (max-width:480px) */
 @media (max-width: 480px) {
     .main {
         margin: 0 2%;
         padding: 5px;
     }

     .main-div {
         margin: 30px 10px 5px 10px;
         padding: 0 10px;
     }

     .main-div b {
         font-size: 1rem;
     }

     .main-div h1 {
         font-size: 1.8rem;
         line-height: 1.3;
     }
 }


 /* === section-1  === */
 .section-1 {
     display: flex;
     justify-content: center;
     padding: 20px;
 }

 .section-1-div {
     width: 1250px;
     height: 720px;
 }

 .section-1-div iframe {
     width: 100%;
     height: 100%;
     border: none;
     display: block;
     border-radius: 20px;
 }

 /* ===== Responsive breakpoints ===== */

 @media (max-width: 1200px) {
     .section-1-div {
         width: 90%;
         height: 600px;
     }
 }

 @media (max-width: 768px) {
     .section-1 {
         flex-direction: column;
     }

     .section-1-div {
         width: 100%;
         height: 400px;
     }
 }

 /* Mobile phones */
 @media (max-width: 480px) {
     .section-1-div {
         width: 100%;
         height: 250px;
     }

     .section-1-div iframe {
         border-radius: 10px;
     }
 }

 /* === section-2 === */
 .section-2 {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     padding: 80px 20px;
     font-family: 'Outfit', sans-serif;
     gap: 40px;
 }

 .section-2-left {
     flex: 1 1 350px;
     max-width: 500px;
 }

 .section-2-left b {
     display: block;
     font-size: 1.1rem;
     text-transform: uppercase;
     letter-spacing: 1px;
     color: #555;
     margin-bottom: 10px;
 }

 .section-2-left h2 {
     font-size: 4rem;
     font-weight: 600;
     margin-bottom: 20px;
     color: #222;
 }

 .section-2-left p {
     font-size: 1.4rem;
     line-height: 1.6;
     color: #555;
     margin-bottom: 15px;
 }

 /* Right side feature boxes */
 .section-2-right {
     flex: 1 1 350px;
     max-width: 600px;
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .se-2-right-top,
 .se-2-right-senter,
 .se-2-right-buttom {
     display: flex;
     gap: 20px;
     align-items: flex-start;
 }

 .se-2-righr-box-1 img {
     width: 50px;
     height: 50px;
 }

 .se-2-righr-box-2 h2 {
     font-size: 1.25rem;
     font-weight: 600;
     margin-bottom: 10px;
     color: #222;
 }

 .se-2-righr-box-2 p {
     font-size: 0.95rem;
     line-height: 1.5;
     color: #555;
 }

 @media (max-width: 992px) {
     .section-2-left h2 {
     font-size: 3rem;

 }
     .section-2 {
         flex-direction: column;
         align-items: center;
         gap: 40px;
     }

     .section-2-left,
     .section-2-right {
         max-width: 100%;
     }
 }

 @media (max-width: 480px) {
     .section-2-left h2 {
         font-size: 1.5rem;
     }

     .se-2-righr-box-2 h2 {
         font-size: 1.1rem;
     }

     .se-2-righr-box-1 img {
         width: 40px;
         height: 40px;
     }
 }



 /* === section-3 ==== */


 .section-3 {
     margin-left: 13%;
     gap: 50px;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     font-family: 'Outfit', sans-serif;
 }

 .section-3-left {
     flex: 1;
     margin-top: 150px;
 }

 .section-3-left b {
     display: block;
     font-size: 1.5rem;
     color: #1b1111;
     margin-bottom: 15px;
 }

 .section-3-left h2 {
     font-size: 4.5rem;
     font-weight: 600;
     margin-bottom: 20px;
     color: #222;
 }

 .section-3-left p {
     font-size: 1.8rem;
     line-height: 1.6;
     color: #555;
     margin-bottom: 20px;
 }

 .section-3-ul {
     list-style: none;
     padding: 0;
 }

 .section-3-ul li {
     font-size: 1.1rem;
     margin-bottom: 10px;
     color: #555;
 }

 .section-3-right {
     min-height: 500px;
     padding: 120px 0;

     flex: 1.5;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

     background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
         url('/img/DMSRC Website/_MG_1346.jpg');
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     position: relative;
 }

/* Large laptop / small desktop */
@media (max-width: 1200px) {
  .section-3 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    gap: 40px;
  }
  .section-3-left h2 {
    font-size: 3.5rem;
  }
  .section-3-left p {
    font-size: 1.5rem;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .section-3 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    gap: 30px;
  }
  .section-3-left {
    margin-top: 50px;
  }
  .section-3-left h2 {
    font-size: 2.5rem;
  }
  .section-3-left p {
    font-size: 1.2rem;
  }
  .section-3-right {
    min-height: 300px;
  }
}

/* Mobiles */
@media (max-width: 480px) {
  .section-3-left h2 {
    font-size: 1.8rem;
  }
  .section-3-left p {
    font-size: 1rem;
  }
  .section-3-ul li {
    font-size: 0.95rem;
  }
  .section-3-right {
    min-height: 220px;
    border-radius: 12px;
  }
}
 /* === section-4 === */
 .section-4 {
     margin-right: 13%;
     gap: 50px;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     font-family: 'Outfit', sans-serif;
 }

 .section-4-right {
     flex: 1;
     margin-top: 150px;
 }

 .section-4-right b {
     display: block;
     font-size: 1.5rem;
     color: #1b1111;
     margin-bottom: 15px;
 }

 .section-4-right h2 {
     font-size: 4.5rem;
     font-weight: 600;
     margin-bottom: 20px;
     color: #222;
 }

 .section-4-right p {
     font-size: 1.8rem;
     line-height: 1.6;
     color: #555;
     margin-bottom: 20px;
 }

 .section-4-ul {
     list-style: none;
     padding: 0;
 }

 .section-4-ul li {
     font-size: 1.1rem;
     margin-bottom: 10px;
     color: #555;
 }

 .section-4-left {
     min-height: 500px;
     padding: 120px 0;
     flex: 1.5;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
     background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
         url('/img/DMSRC Website/271ebbe1-d91c-44ac-9760-1e7fe25a525d.JPG');
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     text-align: center;
     color: white;
     position: relative;

 }

/* Large laptop */
@media (max-width: 1200px) {
  .section-4-right h2 {
    font-size: 3.5rem;
  }
  .section-4-right p {
    font-size: 1.5rem;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .section-4 {
    flex-direction: column;
    gap: 40px;
    padding: 0 15px;
  }
  .section-4-right {
    margin-top: 50px;
  }
  .section-4-right h2 {
    font-size: 2.5rem;
  }
  .section-4-right p {
    font-size: 1.2rem;
  }
  .section-4-left {
    min-height: 300px;
  }
}

/* Mobiles */
@media (max-width: 480px) {
  .section-4-right h2 {
    font-size: 1.8rem;
  }
  .section-4-right p {
    font-size: 1rem;
  }
  .section-4-ul li {
    font-size: 0.95rem;
  }
  .section-4-left {
    min-height: 220px;
    border-radius: 12px;
  }
}

 /* === section-5 ==== */

 .section-5 {
     margin-left: 13%;
     gap: 50px;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     font-family: 'Outfit', sans-serif;
 }

 .section-5-left {
     flex: 1;
     margin-top: 150px;
 }

 .section-5-left b {
     display: block;
     font-size: 1.5rem;
     color: #1b1111;
     margin-bottom: 15px;
 }

 .section-5-left h2 {
     font-size: 4.5rem;
     font-weight: 600;
     margin-bottom: 20px;
     color: #222;
 }

 .section-5-left p {
     font-size: 1.8rem;
     line-height: 1.6;
     color: #555;
     margin-bottom: 20px;
 }

 .section-5-ul {
     list-style: none;
     padding: 0;
 }

 .section-5-ul li {
     font-size: 1.1rem;
     margin-bottom: 10px;
     color: #555;
 }

 .section-5-right {
     min-height: 500px;
     padding: 120px 0;
     flex: 1.5;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
     background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/img/DMSRC Website/_MG_1259.jpg');
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     position: relative;

 }

/* Large laptop / small desktop */
@media (max-width: 1200px) {
  .section-5 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    gap: 40px;
  }
  .section-5-left h2 {
    font-size: 3.5rem;
  }
  .section-5-left p {
    font-size: 1.5rem;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .section-5 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    gap: 30px;
  }
  .section-5-left {
    margin-top: 50px;
  }
  .section-5-left h2 {
    font-size: 2.5rem;
  }
  .section-5-left p {
    font-size: 1.2rem;
  }
  .section-5-right {
    min-height: 300px;
  }
}

/* Mobiles */
@media (max-width: 480px) {
  .section-5-left h2 {
    font-size: 1.8rem;
  }
  .section-5-left p {
    font-size: 1rem;
  }
  .section-5-ul li {
    font-size: 0.95rem;
  }
  .section-5-right {
    min-height: 220px;
    border-radius: 12px;
  }
}

    

 /* ===  section-6  === */
 .section-6 {
     margin: 50px 0;
 }

 .section-6-up img,
 .section-6-down img {
     object-fit: cover;
     border-radius: 20px;
     transition: transform .3s ease, box-shadow .3s ease;
 }

 .section-6-up img:hover,
 .section-6-down img:hover {
     transform: scale(1.03);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
 }

 .section-6-down {
     margin-top: 30px;
 }

 .img-up-1,
 .img-down-1 {
     width: 600px;
     height: 400px;
 }

 .img-up-2,
 .img-down-2 {
     width: 300px;
     height: 400px;
 }

 .section-6-up,
 .section-6-down {
     display: flex;
     gap: 10px;
     justify-content: center;
 }

 /* mini laptop (≤ 1024px) */
 @media (max-width: 1324px) {

     .img-up-1,
     .img-down-1 {
         width: 400px;
         height: 300px;
     }

     .img-up-2,
     .img-down-2 {
         width: 200px;
         height: 300px;
     }
 }

 /* tablet (≤ 768px) */
 @media (max-width: 868px) {

     .section-6-up,
     .section-6-down {
         flex-wrap: wrap;
         /* stack if needed */
     }

     .img-up-1,
     .img-down-1,
     .img-up-2,
     .img-down-2 {
         width: 100%;
         height: auto;
     }
 }

 /* mobile (≤ 480px) */
 @media (max-width: 520px) {

     .section-6-up,
     .section-6-down {
         flex-direction: column;
         gap: 15px;
     }

     .img-up-1,
     .img-down-1,
     .img-up-2,
     .img-down-2 {
         width: 100%;
         height: auto;
     }
 }

 /* === section-7 === */


 .section-7 {

     margin: 0 15%;
     padding: 10px;
     padding: 60px 20px;
     font-family: 'Outfit', sans-serif;
 }

 .section-7-up {
     text-align: center;
     margin-bottom: 40px;
 }

 .section-7-up b {
     font-size: 1rem;
     color: #100f0f;
     letter-spacing: 0.8px;
     display: block;
     margin-bottom: 5px;
 }

 .section-7-up h2 {
     font-size: 3.5rem;
     color: #333;
     margin: 0;
 }

 .section-7-senter {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 20px;
 }

 .se-7-down-box {
     background: #fff;
     padding: 40px;
     border-radius: 15px;
     border: 2.8px solid #b2f4ec;
 }


 .se-7-down-box:hover {
     transform: translateY(-5px);
     box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
 }

 .se-7-down-box b {
     margin-top: 90px;
     font-size: 1.3rem;
     color: #333;
 }

 .se-7-down-box h3 {
     font-size: 2.2rem;
     margin: 19px 0 19px;
     color: #ff7b54;

 }

 .se-7-down-box p {
     margin: 12px 0 15px;
     font-size: 0.95rem;
     color: #666;
     line-height: 1.99;
 }

 .se-7-down-box hr {
     margin: 15px 0;
     border: 0;
     height: 1.01px;
     background: #b2f4ec;
 }

 .se-7-down-box .box {
     margin: 30px 0 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .se-7-down-box .box p {
     font-weight: 500;
     color: #333;
     font-size: 0.95rem;
     display: flex;
     align-items: center;
     margin: 0;
 }

 .se-7-down-box .box p i {
     margin-right: 6px;
     color: #333;
     font-size: 1rem;
 }

 .se-7-down-box .box time {
     font-style: normal;
 }

 .section-7-down {
     text-align: center;
     margin-top: 40px;
 }

 .section-7-down p {
     font-size: 1rem;
     color: #555;
     margin-bottom: 15px;
 }

 .section-7-down button {
     margin-top: 18px;
     padding: 14px 35px;
     border: none;
     border-radius: 30px;
     background: linear-gradient(135deg, #565454, #41403f);
     color: #fff;
     font-size: 1rem;
     font-weight: 600;
     cursor: pointer;
     transition: background .3s ease;
 }

 .section-7-down button:hover {
     background: linear-gradient(135deg, #ff6a3d, #ffa726);
 }

 /* ✅ Tablet view (≤1024px) */
 @media (max-width: 1024px) {
     .section-7 {
         padding: 40px 15px;
     }

     .section-7-up h2 {
         font-size: 2.8rem;
     }

     .section-7-senter {
         gap: 15px;
     }

     .se-7-down-box {
         padding: 30px;
     }

     .se-7-down-box h3 {
         font-size: 1.8rem;
     }

     .se-7-down-box p {
         font-size: 0.9rem;
     }

     .section-7-down p {
         font-size: 0.95rem;
     }

     .section-7-down button {
         padding: 12px 30px;
         font-size: 0.95rem;
     }
 }

 /* ✅ Mobile view (≤768px) */
 @media (max-width: 768px) {
     .section-7 {
         padding: 30px 15px;
     }

     .section-7-up {
         margin-bottom: 25px;
     }

     .section-7-up b {
         font-size: 0.85rem;
     }

     .section-7-up h2 {
         font-size: 2rem;
         line-height: 1.3;
     }

     .section-7-senter {
         display: grid;
         grid-template-columns: 1fr;
         /* one column */
         gap: 15px;
     }

     .se-7-down-box {
         padding: 25px;
         text-align: center;
     }

     .se-7-down-box b {
         margin-top: 40px;
         font-size: 1.1rem;
     }

     .se-7-down-box h3 {
         font-size: 1.5rem;
         margin: 15px 0;
     }

     .se-7-down-box p {
         font-size: 0.85rem;
         line-height: 1.6;
     }

     .se-7-down-box .box {
         flex-direction: column;
         gap: 10px;
     }

     .se-7-down-box .box p {
         font-size: 0.85rem;
         justify-content: center;
     }

     .section-7-down {
         margin-top: 25px;
     }

     .section-7-down p {
         font-size: 0.9rem;
     }

     .section-7-down button {
         width: 100%;
         max-width: 250px;
         padding: 12px 0;
         font-size: 0.95rem;
     }
 }