body {
     width: 100%;
      font-family: "Noto Sans Thai", sans-serif;
      overflow-x: hidden; /* Disable horizontal scrolling */
      margin: 0; /* Remove default body margin */
}

@supports (-webkit-touch-callout: none) {
    /* Safari-specific styles */
    body {
        overflow-x: hidden;
    }
}

/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900 */

.noto-sans-thai {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    position: sticky;
    width: 100%;
}
img.logo-brand {
    width: 209px;
    height: 96px;
}
.banner-image-wrap {
    margin: 0px auto;
    text-align: center;
    position: relative;
}
img.text-banner {
    width: 65%;
    position: relative;
    bottom: 40px;
}
section.banner-section {
    background: linear-gradient(178deg, #1683C6 -6.26%, #8BD6F7 50.72%, #DCF2FD 82.6%, rgba(220, 242, 253, 0.00) 98.28%);
}
img.drink-banner {
    position: relative;
    bottom: 110px;
    width: 50%;
}
img.leaf-1-banner {
    position: absolute;
    width: 30%;
    right: -12px;
}
img.leaf-2-banner {
    position: absolute;
    width: 30%;
    left: -40px;
    bottom: -100px;
}

h2.title-photo {
    color: #005E81;
    text-align: center;
     font-family: "Noto Sans Thai", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 120px;
}
.img-section {
    position: relative;
    margin: 0px auto;
    text-align: center;
}
section.first-below-banner {
    background: linear-gradient(4deg, #FFF9EB, #fdfeff);
    padding: 80px 0px;
    min-height: 650px;
}
.img-section img {
    position: absolute;
}
.img-section .photo-1 {
    left: 20%;
    width: 457.533px;
    height: 293.177px;
    flex-shrink: 0;
}
.img-section img.photo-2 {
    left: 45%;
    top: -45px;
    width: 338px;
    height: 371px;
    flex-shrink: 0;
}
.img-section .photo-3 {
    left: 60%;
    top: 50px;
    width: 330.194px;
    height: 247.275px;
    flex-shrink: 0;
}
.img-section img.photo-4 {
    left: 49%;
    top: 200px;
    width: 315.79px;
    height: auto;
    flex-shrink: 0;
}
.img-section .photo-5 {
    left: 35%;
    top: 186px;
    width: 190px;
    flex-shrink: 0;
}
section.second-section {
    background: #FFF9EB;
    padding: 80px 0px;
    position: relative;
}
.blue-box-section {
    background: #298FCF;
    padding: 35px;
    border-radius: 50px;
    margin: 50px;
}
.content-sec h3 {
    color: #3D3D3D;
    text-align: center;
     font-family: "Noto Sans Thai", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.right-side-content-section {
    border-radius: 25px;
    background: linear-gradient(139deg, #FFFCF5 31.53%, rgba(255, 255, 255, 0.30) 93.9%);
    padding: 40px;
    display: flex;
    /* width: 517px; */
    height: 461px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    position: relative;
    z-index: 100;
}

.blue-box-section {
    position: relative;
 
}

.blue-box-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 20%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 10;
}
.water-splash {
    background: url(../images/png/water.png);
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.images-quote img {
    width: 71.854px;
    height: 71.854px;
    flex-shrink: 0;
}
.water-splash {
    text-align: center;
}
.water-splash img {
    width: 50%;
    position: relative;
    left: 5%;
    top: 9%;
}
.images-quote {
    display: flex;
    align-items: center;
}
.images-quote .avatar-1 {
    margin-right: -15px;
}
.images-quote .avatar-2 {
    margin-right: -15px;
}
.left-image-block-section {
    margin: 15px 50px;
    margin-right: 25%;
    border-radius: 900px 24px 24px 900px;
    background: #FFFCF6;
    display: inline-flex;
    padding: 40px 80px 40px 40px;
    align-items: center;
    gap: 40px;
}
.right-image-block-section {
    margin: 15px 50px;
    margin-left: 25%;
    border-radius: 24px 900px 900px 24px;
    background: #FFFCF6;
    display: inline-flex;
    padding: 40px 40px 40px 80px;
    align-items: center;
    gap: 40px;
}
.content-section-right h3 {
    color: #005E81;
      font-family: "Noto Sans Thai", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.content-section-left h3 {
    color: #005E81;
      font-family: "Noto Sans Thai", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
p.content-para {
    color: #3D3D3D;
      font-family: "Noto Sans Thai", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
p.note-para {
    color: #3D3D3D;
      font-family: "Noto Sans Thai", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer.brand-footer {
    background: #D8AF51;
}
.logo-brand-white {
    text-align: center;
}
.logo-brand-white img {
    width: 224.685px;
    height: 98.321px;
    flex-shrink: 0;
    padding: 15px;
}
.footer-menu ul {
    display: flex;
    height: 22px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.footer-menu ul li a {
    color: #FFF;
      font-family: "Noto Sans Thai", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
.footer-menu ul li {
   list-style: none;
}
footer.brand-footer {
    background: #D8AF51;
    display: flex;
    padding: 40px 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.footer-menu-social ul {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.footer-menu-social li {
 list-style: none;
}
.last-footer-section {
    color: #FFF;
      font-family: "Noto Sans Thai", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.last-footer-section {
    color: #FFF;
      font-family: "Noto Sans Thai", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    width: 100%;
    text-align: center;
    display: flex;
    padding: 24px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
img.leaf-bg-left-dull {
    position: absolute;
}
img.leaf-bg-right-dull {
    position: absolute;
    right: 0px;
    bottom: 10px;
}
section.first-below-banner {

    width: 100%;
}
.content-section-left {
    max-width: 441px;
}


@media only screen and (max-width: 900px) {

    img {
        width: 100%;
        max-width: 100%;
    }
    .left-image-block-section img , .right-image-block-section img {
        max-width: 200px;
    }

    img.logo-brand {
        height: 53px;
    }
    
    img.drink-banner {
        position: relative;
        bottom: 15px;
        width: 100%;
    }
    img.text-banner {
        width: 100%;
        position: relative;
        bottom: 0px;
        top: -25px;
    }
    img.leaf-1-banner {
        position: absolute;
        width: 30%;
        right: -12px;
        top: 0px;
    }
    img.leaf-2-banner {
        position: absolute;
        width: 40%;
        left: -20px;
        bottom: -65px;
    }
    .img-section .photo-1 {
        left: 0%;
        width: 183.667px;
        height: 117.8px;
        flex-shrink: 0;
    }
    .img-section img.photo-2 {
        left: 40%;
        top: -75px;
        width: 149px;
        height: 155px;
        flex-shrink: 0;

    }
    .img-section .photo-3 {
        left: 58%;
        top: 0px;
        width: 160.33px;
        height: 115.5px;
        flex-shrink: 0;
    }
    .img-section .photo-5 {
        left: 25%;
        top: 68px;
        width: 94.312px;
        height: 107.534px;
        flex-shrink: 0;
    }
    .img-section img.photo-4 {
        left: 53%;
        top: 90px;
        width: 142.257px;
        height: 91.358px;
        flex-shrink: 0;
    }
    .blue-box-section {
        background: #298FCF;
        padding: 20px 10px;
        border-radius: 30px;
        margin: 20px 10px;
    }
    .content-sec img {
        width: 100%;
        min-width: 270px;
    }
    .right-side-content-section {
        display: flex;
        width: 100%;
        padding: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 10px auto;
        height: 100%;
    }
    .water-splash img {
        width: 45%;
        position: relative;
        left: 5%;
        top: 0%;
        margin-bottom: 20px;
    }

    section.second-section {
        padding: 40px 0px;
    }
    h2.title-photo {
        color: #005E81;
        text-align: center;
        font-family: "Noto Sans Thai", sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 40px;
    }
    .left-image-block-section {
        flex-direction: column;
    }
    .right-image-block-section {
        flex-direction: column;
    }
    .left-image-block-section {
        margin: 30px auto;
        margin-right: 0%;
        background: #FFFCF6;
        display: flex;
        padding: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
        border-radius: 900px 900px 24px 24px;
        background: #FFFCF6;
    }
    .right-image-block-section {
        margin: 30px auto;
        margin-right: 0%;
        background: #FFFCF6;
        display: flex;
        padding: 40px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
        border-radius: 900px 900px 24px 24px;
        background: #FFFCF6;
    }
    img.leaf-bg-left-dull {
        position: absolute;
        width: 160px;
    }
    img.leaf-bg-right-dull {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 160px;
    }
    .footer-menu ul {
        display: inline-grid;
        height: 100%;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }
    .img-section {
        position: relative;
        /* margin: 0px auto; */
        text-align: center;
        top: 80px;
    }
    section.first-below-banner {
       padding: 40px 0px;
        min-height: 450px;
    }
    .footer-menu ul {
   
        padding-left: 0px;
    }
    .footer-menu-social ul {
       
        padding-left: 0px;
    }
    footer.brand-footer {
       
        padding: 40px 40px;
    }
}
