    .one-section {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 50vh;
      background: url('../../images/dark12.jpg') no-repeat center center / cover;
    }

        html {
        scroll-behavior: smooth;
        }

        
    .one-overlay {
      text-align: center;
      color: white;
      background-color: rgba(0, 0, 0, 0);
      padding: 20px 40px;
      border-radius: 8px;
    }

    .one-overlay h1 {
      font-size: 2em;
      margin: 0 0 10px;
    }

        .one-overlay button {
        margin-top: 20px;
        background-color: transparent;       /* transparent background */
        color: white;                        /* white text */
        border: 2px solid #f5c037;           /* yellow border */
        padding: 13px 20px;
        font-size: 1em;
        border-radius: 25px;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s ease;           /* smooth transition */
        }

        .one-overlay button:hover {
        background-color: #f5c037;           /* yellow background on hover */
        color: black;                        /* black text on hover */
        }

        .content-section {
          padding: 160px 20px;
          text-align: center;
        }

        .content-section h2 {
          text-transform: uppercase;
          font-size: 0.9em;
          letter-spacing: 2px;
          color: #333;
        }

    .content-section h1 {
      font-size: 2.5em;
      margin: 10px 0 20px;
    }

        .content-section button {
        border: 2px solid black;
        background: none;
        color: black; /* default text color */
        padding: 13px 20px;
        border-radius: 25px;
        cursor: pointer;
        font-weight: bold;
        font-size: 1em;
        transition: all 0.3s ease;
        }

        .content-section button:hover {
        background-color: black;
        color: white;
        }

    @media (max-width: 768px) {
      .one-section {
        height: 40vh;
        padding: 20px;
      }

      .one-overlay h1 {
        font-size: 1.5em;
      }

      .content-section h1 {
        font-size: 2em;
      }
    }


    .bg-image-section {
    background-image: url('../../images/dark13.png'); /* update with your image */
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 8%;
    color: white;
    position: relative;
    }

    .text-overlay2 {
    max-width: 600px;
    }

    .text-overlay2 h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    }

    .text-overlay2 p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 500;
    }

    .text-overlay2 button {
    background-color: transparent;
    color: white;
    border: 2px solid #f5c037;
    padding: 10px 25px;
    font-size: 1em;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    }

    .text-overlay2 button:hover {
    background-color: #f5c037;
    color: black;
    }


        .split-section {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 100vh;
        justify-content: space-between;
        padding: 60px 5%;
        background-color: #f4f4f4;
        }

        .split-text {
        flex: 1;
        max-width: 50%;
        padding-right: 40px;
        }

        .split-text .sub-heading {
        font-size: 0.85rem;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #333;
        }

        .split-text h2 {
        font-size: 2rem;
        margin-bottom: 15px;
        color: #111;
        }

        .split-text .description {
        font-size: 1rem;
        line-height: 1.6;
        color: #444;
        margin-bottom: 25px;
        }

        .split-text button {
        margin-top: 20px;
        background-color: transparent;       /* transparent background */
        color: rgb(0, 0, 0);                        /* white text */
        border: 2px solid #f5c037;           /* yellow border */
        padding: 13px 20px;
        font-size: 1em;
        border-radius: 25px;
        font-weight: bold;
        cursor: pointer;
        font-weight: bold;
        transition: all 0.3s ease; 
        }

        .split-text button:hover {
        background-color: #f5c037;           /* yellow background on hover */
        color: black;  
        }


        .split-image {
        flex: 1;
        max-width: 50%;
        text-align: right;
        }

        .split-image img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        }





            .split-section2 {
            display: flex;
            flex-wrap: wrap;
            height: 100vh;
            align-items: center;
            justify-content: space-between;
            padding: 60px 5%;
            background-color: #f4f4f4;
            }

            /* Reverse layout for second section */
            .split-section2.reverse {
            flex-direction: row-reverse;
            }

            .split-text2 {
            flex: 1;
            max-width: 35%;
            padding: 0 40px;
            }

            .split-text2 .sub-heading2 {
            font-size: 0.85rem;
            letter-spacing: 1px;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #333;
            }

            .split-text2 h2 {
            font-size: 2rem;
            margin-bottom: 15px;
            color: #111;
            }

            .split-text2 .description2 {
            font-size: 1rem;
            line-height: 1.6;
            color: #444;
            margin-bottom: 25px;
            }

            .split-text2 button {
                margin-top: 20px;
                background-color: transparent;       /* transparent background */
                color: rgb(0, 0, 0);                        /* white text */
                border: 2px solid #f5c037;           /* yellow border */
                padding: 13px 20px;
                font-size: 1em;
                border-radius: 25px;
                cursor: pointer;
                font-weight: bold;
                transition: all 0.3s ease;
            }

            .split-text2 button:hover {
            background-color: #f5c037;           /* yellow background on hover */
            color: black;  
          }

            .split-image2 {
            flex: 1;
            max-width: 50%;
            }

            .split-image2 img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            }


            
                    .titlelogo {
                    margin-top: 40px;
                    text-align: center;
                    }

                    .titlelogo h1 {
                    font-size: 2.5rem;
                    margin-bottom: 60px;
                    }



                    .grid3 {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                    gap: 40px;
                    background-color: #ffffff;
                    padding: 60px 40px;
                    max-width: 1200px;
                    margin: 0 auto;
                    }


                    .item3 {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    text-align: center;
                    gap: 20px;
                    }

                    .item3 img {
                    width: 220px;
                    height: auto;
                    border-radius: 12px;
                    object-fit: cover;
                    }

                    .item3:hover {
                    transform: scale(1.02);
                    }


                    .text3 {
                    max-width: 300px;
                    }

                    .subheading3 {
                    font-size: 0.75rem;
                    letter-spacing: 1px;
                    color: #777;
                    text-transform: uppercase;
                    margin-bottom: 4px;
                    }

                    .title3 {
                    font-size: 1.1rem;
                    font-weight: 600;
                    color: #000;
                    }


                    /* Responsive */
                    @media (max-width: 768px) {
                    .grid3 {
                        padding: 40px 20px;
                    }

                    .item3 {
                        flex-direction: column;
                        align-items: flex-start;
                    }

                    .item3 img {
                        width: 100%;
                        max-width: 280px;
                    }


                    .text3 {
                        max-width: 100%;
                    }
                    }


                    .video-section {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100vh;
                    padding: 50px 0;
                    background-color: #f5f5f5; /* optional */
                    }

                    .video-container {
                    position: relative;
                    width: 1300px;  /* smaller size */
                    max-width: 90vw;
                    aspect-ratio: 16 / 9;
                    overflow: hidden;
                    border-radius: 16px;
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
                    }

                    .video-container video {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 8px;
                    }

                    .video-toggle {
                    position: absolute;
                    bottom: 12px;
                    right: 12px;
                    background-color: rgba(235, 233, 233, 0.291);
                    color: white;
                    border: none;
                    border-radius: 50%;
                    width: 46px;
                    height: 46px;
                    font-size: 16px;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    }