html { scroll-behavior: smooth; }

    img.hd-logo {
      width: 64px;
      height: auto;
      padding-top: 6px;
    }

    img.hd-logo._mobile {
      width: 48px;
    }

    .main-nav-area .nav {
      padding-left: 16px;
    }

    .share-icon {
      background: url(https://static.ch7on.com/images/theme2018/social-icon.png) no-repeat scroll center center transparent;
      display: inline-block;
      height: 40px;
      width: 40px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-left: 10px;
    }

    .fb {
      background-position: 0 0;
    }

    .tw {
      background-position: -55px 0 !important;
    }

    .tw:hover {
      background-position: -55px -40px !important;
    }

    .hilight-area {
      float: left;
      width: 100%;
      margin: 0;
      margin-top: 16px;
    }

    .multi-area p {
      line-height: 1em;
    }

    .social-link {
      padding: 10px 15px;
    }

    .social-link li {
      padding: 20px 10px;
    }

    .social-link p {
      padding: 0 10px;
    }

    .social-link h2,
    .application h2 {
      margin: 0 10px;
      padding: 10px 0;
    }

    .application p {
      padding: 10px;
    }

    @media (min-width: 768px) {

      .social-link,
      .social-link p,
      .social-link li {
        padding: 10px;
      }
    }

    /* Mobile Responsive Fixes */
    @media (max-width: 767px) {
        .ig-row-wrapper {
            margin-bottom: 0 !important;
        }
        .ig-card-outer {
            flex: 1 1 100% !important;
            padding: 10px 15px !important;
            margin-bottom: 30px !important;
        }
        .ig-card {
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
        }
        .ig-card-content {
            align-items: center !important;
        }
        .ig-card-icon {
            margin-right: 0 !important;
            margin-bottom: 15px !important;
        }
        .btn-follow-ig {
            align-self: center !important;
            margin-top: 10px !important;
        }
    }

/* CSS for the IG landing page */
    .ig-landing-bg {
        background-color: #5a4634;
        padding-top: 30px;
        padding-bottom: 120px;
        font-family: 'Noto Sans Thai', sans-serif;
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
        clear: both;
    }

    /* Subtle watermark effect simulating the background camera icons */
    .ig-watermark {
        position: absolute;
        opacity: 0.05;
        font-size: 300px;
        color: #fff;
        z-index: 1;
        pointer-events: none;
    }
    .ig-watermark-1 {
        top: 20px;
        right: -50px;
        transform: rotate(20deg);
    }
    .ig-watermark-2 {
        bottom: 20%;
        left: -80px;
        transform: rotate(-15deg);
    }
    .ig-watermark-3 {
        top: 40%;
        right: 10%;
        font-size: 200px;
        transform: rotate(10deg);
    }

    .ig-content-wrapper {
        position: relative;
        z-index: 2;
    }

    .ig-hero-banner {
        text-align: center;
        padding: 50px 0 20px 0;
    }
    .ig-hero-banner h1 {
        font-size: 70px;
        font-weight: 900;
        margin: 0;
        line-height: 1.1;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }
    .ig-hero-banner h1 .ig-word-follow {
        color: #f7a99f; /* Pinkish-orange */
    }
    .ig-hero-banner h1 .ig-word-on {
        color: #f7a99f;
    }
    .ig-hero-banner h1 .ig-word-ig {
        color: #fff;
        font-size: 85px;
    }
    .ig-hero-banner h1 span.quotes {
        color: #fff;
        font-size: 60px;
        vertical-align: top;
    }
    .ig-hero-camera {
        display: inline-block;
        background: rgba(255,255,255,0.3);
        border-radius: 10px;
        padding: 5px 15px;
        vertical-align: middle;
        margin-left: 10px;
        font-size: 0;
        line-height: 0;
    }
    .ig-hero-camera i {
        font-size: 70px;
        line-height: 1;
    }
    .ig-hero-arrow {
        color: #fff;
        font-size: 60px;
        opacity: 0.6;
        margin-top: 30px;
        margin-bottom: 60px;
        display: inline-block;
        font-weight: bold;
    }

    .ig-list-title {
        text-align: center;
        color: #ffd800; /* Yellow */
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 32px;
    }
    .ig-list-desc {
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin-bottom: 60px;
        font-weight: normal;
    }

    /* List Item Styles */
    .ig-card {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        color: #fff;
        transition: transform 0.3s ease;
    }
    .ig-card:hover {
        transform: translateX(5px);
    }
    .ig-card-icon {
        flex: 0 0 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 20px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ig-card-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ig-card-details {
        flex: 1;
    }
    .ig-card-title {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 5px 0;
        color: #fff;
    }
    .ig-card-desc {
        font-size: 12px;
        line-height: 1.4;
        color: rgba(255,255,255,0.8);
        margin-bottom: 10px;
    }
    .btn-follow-ig {
        border: 1px solid rgba(255,255,255,0.5);
        color: #fff;
        border-radius: 20px;
        padding: 4px 20px;
        background: transparent;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        transition: all 0.3s ease;
        display: inline-block;
        text-decoration: none;
    }
    .btn-follow-ig:hover {
        background: rgba(255,255,255,0.2);
        border-color: #fff;
        color: #fff;
        text-decoration: none;
    }

    /* Mobile Responsive Fixes */
    @media (max-width: 767px) {
        .ig-row-wrapper {
            margin-bottom: 0 !important;
        }
        .ig-hero-banner h1 {
            font-size: 38px !important;
            padding: 0 10px !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }
        .ig-hero-banner h1 .ig-word-ig {
            font-size: 40px !important;
        }
        .ig-hero-banner h1 span.quotes {
            font-size: 30px !important;
        }
        .ig-hero-camera {
            padding: 4px 12px !important;
            margin-left: 8px !important;
            vertical-align: middle !important;
            border-radius: 8px !important;
        }
        .ig-hero-camera i {
            font-size: 24px !important;
            line-height: 1 !important;
        }
        .ig-list-title {
            font-size: 24px !important;
            padding: 0 15px !important;
        }
        .ig-list-desc {
            font-size: 14px !important;
            padding: 0 15px !important;
            margin-bottom: 40px !important;
        }
        .ig-card-outer {
            flex: 1 1 100% !important;
            padding: 10px 15px !important;
            margin-bottom: 30px !important;
        }
        .ig-card {
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
        }
        .ig-card-content {
            align-items: center !important;
        }
        .ig-card-icon {
            width: 100px !important;
            height: 100px !important;
            margin-right: 0 !important;
            margin-bottom: 15px !important;
        }
        .btn-follow-ig {
            align-self: center !important;
            margin-top: 10px !important;
        }
    }
