
  * {
    box-sizing: border-box;
  }

  body{
    background-color: #ffffff;
  }

  .harena-slider {
    width: 100%;
    /* padding: 6px 7px 0; */
    overflow: hidden;
    background: #ffffff;
  }

  .harena-slider__viewport {
    width: 100%;
    overflow: hidden;
  }

  .harena-slider__track {
    display: flex;
    width: 100%;
    transition: transform 0.7s ease-in-out;
    will-change: transform;
  }

  .harena-slider__slide {
    min-width: 100%;
    flex: 0 0 100%;
  }

  .harena-slider__slide img {
    display: block;
    width: 100%;
    height: 85vh;
    object-fit: cover;
    object-position: center;
  }

  .harena-slider__dots {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }

  .harena-slider__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d1d1d1;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
  }

  .harena-slider__dot.is-active {
    background: #050505;
    transform: scale(1.08);
  }

  @media (max-width: 767px) {


    .harena-slider__slide img {
      height: auto;
      min-height: 190px;
      aspect-ratio: 16 / 7;
    }
  }

























  /* about section  */



  


  .harina-about,
  .harina-about * {
    box-sizing: border-box;
  }

  .harina-about {
    width: 100%;
    min-height: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
  }

  .harina-about__content-side {
    min-height: 700px;
    padding: 70px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #ffffff;
  }

  .harina-about__content {
    width: 100%;
    max-width: 890px;
  }

  .harina-about__title {
    margin: 0 0 82px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  .harina-about__description {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.9;
    text-align: justify;
    text-transform: capitalize;
  }

  .harina-about__button {
    min-width: 137px;
    min-height: 43px;
    margin-top: 14px;
    padding: 10px 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 30px;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease;
  }

  .harina-about__button:hover {
    background: #ffffff;
    color: #000000;
  }

  .harina-about__image-side {
    min-height: 700px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
  }

  .harina-about__image {
    display: block;
    width: 100%;
    max-width: 650px;
    height: 680px;
    object-fit: contain;
    object-position: center;
  }

  @media (max-width: 1100px) {
    .harina-about,
    .harina-about__content-side,
    .harina-about__image-side {
      min-height: 600px;
    }

    .harina-about__content-side {
      padding: 55px 30px;
    }

    .harina-about__title {
      margin-bottom: 50px;
      font-size: 29px;
    }

    .harina-about__description {
      font-size: 15px;
      line-height: 1.8;
    }

    .harina-about__image {
      height: 570px;
    }
  }

  @media (max-width: 767px) {
    .harina-about {
      min-height: auto;
      grid-template-columns: 1fr;
    }

    .harina-about__content-side {
      min-height: auto;
      padding: 55px 22px;
      order: 1;
    }

    .harina-about__content {
      max-width: 600px;
    }

    .harina-about__title {
      margin-bottom: 30px;
      font-size: 27px;
    }

    .harina-about__description {
      font-size: 15px;
      line-height: 1.75;
      text-align: left;
    }

    .harina-about__image-side {
      min-height: auto;
      padding: 30px 20px;
      order: 2;
    }

    .harina-about__image {
      max-width: 480px;
      height: 500px;
    }
  }

  @media (max-width: 480px) {
    .harina-about__content-side {
      padding: 42px 18px;
    }

    .harina-about__title {
      margin-bottom: 25px;
      font-size: 24px;
    }

    .harina-about__description {
      font-size: 14px;
      line-height: 1.7;
    }

    .harina-about__button {
      min-width: 128px;
      min-height: 41px;
      font-size: 14px;
    }

    .harina-about__image {
      height: 390px;
    }
  }


































  .hcu-choice-section,
  .hcu-choice-section * {
    box-sizing: border-box;
  }

  .hcu-choice-section {
    width: 100%;
    min-height: 790px;
    padding: 48px 0 40px;
    overflow: hidden;
    background: #ffffff;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
  }

  .hcu-choice-heading-wrap {
    width: min(100% - 40px, 980px);
    margin: 0 auto;
    text-align: center;
  }

  .hcu-choice-title {
    margin: 0 0 20px;
    color: #2d2d2d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .hcu-choice-description {
    margin: 0 auto;
    color: #080808;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
  }

  .hcu-choice-carousel {
    width: 100%;
    margin-top: 87px;
    position: relative;
  }

  .hcu-choice-viewport {
    width: 100%;
    overflow: hidden;
  }

  .hcu-choice-track {
    display: flex;
    transition: transform 0.65s ease-in-out;
    will-change: transform;
  }

  .hcu-choice-item {
    min-width: 25%;
    padding: 0 52px;
    flex: 0 0 25%;
  }

  .hcu-choice-image {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .hcu-choice-arrow {
    width: 38px;
    height: 52px;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    border: 0;
    background: transparent;
    color: #dddddd;
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    transition: color 0.2s ease;
  }

  .hcu-choice-arrow:hover {
    color: #777777;
  }

  .hcu-choice-arrow--previous {
    left: 5px;
  }

  .hcu-choice-arrow--next {
    right: 5px;
  }

  .hcu-choice-dots {
    min-height: 31px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 13px;
  }

  .hcu-choice-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cccccc;
    cursor: pointer;
  }

  .hcu-choice-dot.is-current {
    background: #050505;
  }

  @media (max-width: 1200px) {
    .hcu-choice-section {
      min-height: 700px;
    }

    .hcu-choice-description {
      font-size: 18px;
    }

    .hcu-choice-carousel {
      margin-top: 65px;
    }

    .hcu-choice-item {
      padding: 0 28px;
    }

    .hcu-choice-image {
      height: 290px;
    }
  }

  @media (max-width: 900px) {
    .hcu-choice-item {
      min-width: 50%;
      padding: 0 35px;
      flex-basis: 50%;
    }

    .hcu-choice-image {
      height: 330px;
    }
  }

  @media (max-width: 600px) {
    .hcu-choice-section {
      min-height: auto;
      padding: 42px 0 32px;
    }

    .hcu-choice-heading-wrap {
      width: calc(100% - 34px);
    }

    .hcu-choice-title {
      margin-bottom: 17px;
      font-size: 25px;
    }

    .hcu-choice-description {
      font-size: 15px;
      line-height: 1.65;
      letter-spacing: 0.4px;
    }

    .hcu-choice-carousel {
      margin-top: 45px;
    }

    .hcu-choice-item {
      min-width: 100%;
      padding: 0 48px;
      flex-basis: 100%;
    }

    .hcu-choice-image {
      width: 100%;
      max-width: 330px;
      height: 390px;
      margin: 0 auto;
    }

    .hcu-choice-arrow--previous {
      left: 6px;
    }

    .hcu-choice-arrow--next {
      right: 6px;
    }
  }

















/* stirp banner code  */




  .harina-about-strip,
  .harina-about-strip * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .harina-about-strip {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    font-family: Arial, Helvetica, sans-serif;
  }

  /* Image is added using the HTML img tag */
  .harina-about-strip__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  /* Black transparent shade over the image */
  .harina-about-strip__shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.58);
  }

  .harina-about-strip__title {
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  @media (max-width: 1200px) {
    .harina-about-strip {
      height: 470px;
    }

    .harina-about-strip__title {
      font-size: 44px;
    }
  }

  @media (max-width: 767px) {
    .harina-about-strip {
      height: 330px;
    }

    .harina-about-strip__title {
      padding: 0 20px;
      font-size: 34px;
    }
  }

  @media (max-width: 480px) {
    .harina-about-strip {
      height: 260px;
    }

    .harina-about-strip__title {
      font-size: 28px;
    }
  }

  

















  

  .hrn-mv-section,
  .hrn-mv-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .hrn-mv-section {
    width: 100%;
    min-height: 535px;
    padding: 82px 6.25% 70px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
  }

  .hrn-mv-section__container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8.2%;
  }

  .hrn-mv-section__column {
    width: 100%;
  }

  .hrn-mv-section__title {
    margin-bottom: 28px;
    color: #303030;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .hrn-mv-section__description {
    max-width: 790px;
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 1.4px;
    text-align: justify;
    text-transform: capitalize;
  }

  @media (max-width: 1400px) {
    .hrn-mv-section {
      min-height: 470px;
      padding-top: 70px;
    }

    .hrn-mv-section__title {
      font-size: 36px;
    }

    .hrn-mv-section__description {
      font-size: 23px;
      line-height: 1.55;
    }
  }

  @media (max-width: 992px) {
    .hrn-mv-section {
      min-height: auto;
      padding: 60px 5%;
    }

    .hrn-mv-section__container {
      gap: 6%;
    }

    .hrn-mv-section__title {
      margin-bottom: 22px;
      font-size: 31px;
    }

    .hrn-mv-section__description {
      font-size: 19px;
      line-height: 1.6;
      letter-spacing: 0.8px;
    }
  }

  @media (max-width: 767px) {
    .hrn-mv-section {
      padding: 50px 22px;
    }

    .hrn-mv-section__container {
      grid-template-columns: 1fr;
      gap: 48px;
    }

    .hrn-mv-section__title {
      margin-bottom: 18px;
      font-size: 28px;
    }

    .hrn-mv-section__description {
      max-width: none;
      font-size: 17px;
      line-height: 1.7;
      letter-spacing: 0.4px;
      text-align: left;
    }
  }

  @media (max-width: 480px) {
    .hrn-mv-section {
      padding: 42px 17px;
    }

    .hrn-mv-section__container {
      gap: 40px;
    }

    .hrn-mv-section__title {
      font-size: 25px;
    }

    .hrn-mv-section__description {
      font-size: 15px;
      line-height: 1.75;
    }
  }

























  .hrn-value-section,
  .hrn-value-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .hrn-value-section {
    width: 100%;
    min-height: 500px;
    padding: 113px 25px 90px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #ffce27;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
  }

  .hrn-value-section__container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
  }

  .hrn-value-section__title {
    margin-bottom: 29px;
    color: #2f2f2f;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .hrn-value-section__description {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 1px;
    text-align: center;
  }

  @media (max-width: 1200px) {
    .hrn-value-section {
      min-height: 560px;
      padding-top: 95px;
    }

    .hrn-value-section__container {
      max-width: 930px;
    }

    .hrn-value-section__title {
      font-size: 38px;
    }

    .hrn-value-section__description {
      font-size: 24px;
      line-height: 1.6;
    }
  }

  @media (max-width: 767px) {
    .hrn-value-section {
      min-height: auto;
      padding: 65px 22px;
    }

    .hrn-value-section__title {
      margin-bottom: 23px;
      font-size: 30px;
    }

    .hrn-value-section__description {
      font-size: 18px;
      line-height: 1.7;
      letter-spacing: 0.4px;
    }
  }

  @media (max-width: 480px) {
    .hrn-value-section {
      padding: 52px 17px;
    }

    .hrn-value-section__title {
      margin-bottom: 20px;
      font-size: 26px;
    }

    .hrn-value-section__description {
      font-size: 15px;
      line-height: 1.75;
    }
  }



































  .hrn-spec-section,
  .hrn-spec-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .hrn-spec-section {
    width: 100%;
    min-height: 760px;
    padding: 55px 5.5%;
    background: #ffffff;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
  }

  .hrn-spec-section__container {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
    gap: 80px;
    align-items: center;
  }

  .hrn-spec-section__details {
    width: 100%;
  }

  .hrn-spec-section__safety {
    width: 100px;
    height: 70px;
    margin-bottom: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ffd321;
    color: #202020;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
  }

  .hrn-spec-section__safety svg {
    width: 29px;
    height: 29px;
    margin-top: 4px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }

  .hrn-spec-section__heading {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 0 5px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    color: #111111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .hrn-spec-section__product-type {
    width: 100%;
    margin: 0 0 14px;
    display: grid;
    grid-template-columns: 245px 1fr;
    gap: 8px;
  }

  .hrn-spec-section__product-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .hrn-spec-section__product-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.32;
  }

  .hrn-spec-section__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .hrn-spec-section__table th,
  .hrn-spec-section__table td {
    padding: 2px 0;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
  }

  .hrn-spec-section__table th {
    width: 245px;
    padding-right: 8px;
    font-weight: 700;
  }

  .hrn-spec-section__table td::before {
    content: ":";
    padding-right: 6px;
  }

  .hrn-spec-section__notes {
    margin-top: 4px;
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }

  .hrn-spec-section__image-side {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hrn-spec-section__image-box {
    width: 100%;
    max-width: 650px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
  }

  .hrn-spec-section__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  @media (max-width: 1200px) {
    .hrn-spec-section__container {
      grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
      gap: 45px;
    }

    .hrn-spec-section__product-type {
      grid-template-columns: 205px 1fr;
    }

    .hrn-spec-section__table th {
      width: 205px;
    }

    .hrn-spec-section__product-label,
    .hrn-spec-section__table th,
    .hrn-spec-section__table td,
    .hrn-spec-section__notes {
      font-size: 16px;
    }

    .hrn-spec-section__product-text {
      font-size: 16px;
    }
  }

  @media (max-width: 850px) {
    .hrn-spec-section {
      min-height: auto;
      padding: 50px 25px;
    }

    .hrn-spec-section__container {
      grid-template-columns: 1fr;
      gap: 45px;
    }

    .hrn-spec-section__image-box {
      max-width: 560px;
    }
  }

  @media (max-width: 560px) {
    .hrn-spec-section {
      padding: 40px 16px;
    }

    .hrn-spec-section__heading {
      font-size: 19px;
    }

    .hrn-spec-section__product-type {
      grid-template-columns: 1fr;
      gap: 4px;
    }

    .hrn-spec-section__table,
    .hrn-spec-section__table tbody,
    .hrn-spec-section__table tr,
    .hrn-spec-section__table th,
    .hrn-spec-section__table td {
      display: block;
      width: 100%;
    }

    .hrn-spec-section__table tr {
      padding: 8px 0;
      border-bottom: 1px solid #e4e4e4;
    }

    .hrn-spec-section__table th {
      padding: 0 0 2px;
    }

    .hrn-spec-section__table td::before {
      display: none;
    }

    .hrn-spec-section__notes {
      margin-top: 13px;
    }
  }





























        /* =========================================================
   DELIGHT PACKAGING MACHINES - FEATURE STRIP
   All classes/IDs are unique
   ========================================================= */

        #dpm-feature-strip.dpm-feature-section {
            width: 100%;
            background: #ffffff;
            padding: 14px 0 10px;
            box-sizing: border-box;
            overflow: hidden;
        }

        #dpm-feature-strip .dpm-feature-container {
            width: min(100%, 1200px);
            margin: 0 auto;
            padding: 0 25px;
            box-sizing: border-box;

            display: grid;
            grid-template-columns: repeat(9, minmax(0, 1fr));
            align-items: start;
            justify-content: center;
        }

        #dpm-feature-strip .dpm-feature-item {
            min-width: 0;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            box-sizing: border-box;
        }

        /* Yellow Circle */
        #dpm-feature-strip .dpm-feature-icon {
            width: 88px;
            height: 88px;
            min-width: 88px;
            border-radius: 50%;
            background: #ffca05;

            display: flex;
            align-items: center;
            justify-content: center;

            margin: 0 auto 10px;
            box-sizing: border-box;
        }

        /* SVG Icons */
        #dpm-feature-strip .dpm-feature-icon svg {
            width: 58px;
            height: 58px;

            fill: none;
            stroke: #242424;
            stroke-width: 2.3;
            stroke-linecap: round;
            stroke-linejoin: round;

            display: block;
        }

        #dpm-feature-strip .dpm-feature-icon .dpm-svg-fill {
            fill: #242424;
            stroke: none;
        }

        /* Text */
        #dpm-feature-strip .dpm-feature-title {
            color: #252525;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            line-height: 1.08;
            font-weight: 400;

            text-align: center;
            white-space: normal;

            min-height: 40px;
        }

        /* =========================================================
   LARGE LAPTOP
   ========================================================= */

        @media (max-width: 1300px) {

            #dpm-feature-strip .dpm-feature-container {
                padding-left: 15px;
                padding-right: 15px;
            }

            #dpm-feature-strip .dpm-feature-icon {
                width: 78px;
                height: 78px;
                min-width: 78px;
            }

            #dpm-feature-strip .dpm-feature-icon svg {
                width: 52px;
                height: 52px;
            }

            #dpm-feature-strip .dpm-feature-title {
                font-size: 16px;
            }
        }


        /* =========================================================
   TABLET
   ========================================================= */

        @media (max-width: 1000px) {

            #dpm-feature-strip.dpm-feature-section {
                padding: 20px 0;
            }

            #dpm-feature-strip .dpm-feature-container {
                grid-template-columns: repeat(5, 1fr);
                row-gap: 28px;
                column-gap: 10px;
                padding: 0 20px;
            }

            #dpm-feature-strip .dpm-feature-icon {
                width: 76px;
                height: 76px;
                min-width: 76px;
                margin-bottom: 8px;
            }

            #dpm-feature-strip .dpm-feature-icon svg {
                width: 50px;
                height: 50px;
            }

            #dpm-feature-strip .dpm-feature-title {
                font-size: 15px;
                line-height: 1.1;
            }
        }


        /* =========================================================
   MOBILE
   ========================================================= */

        @media (max-width: 600px) {

            #dpm-feature-strip.dpm-feature-section {
                padding: 18px 0;
            }

            #dpm-feature-strip .dpm-feature-container {
                grid-template-columns: repeat(3, 1fr);
                row-gap: 24px;
                column-gap: 8px;
                padding: 0 10px;
            }

            #dpm-feature-strip .dpm-feature-icon {
                width: 68px;
                height: 68px;
                min-width: 68px;
                margin-bottom: 7px;
            }

            #dpm-feature-strip .dpm-feature-icon svg {
                width: 45px;
                height: 45px;
                stroke-width: 2.2;
            }

            #dpm-feature-strip .dpm-feature-title {
                font-size: 13px;
                line-height: 1.08;
            }
        }


        /* =========================================================
   SMALL MOBILE
   ========================================================= */

        @media (max-width: 380px) {

            #dpm-feature-strip .dpm-feature-container {
                grid-template-columns: repeat(2, 1fr);
                row-gap: 25px;
            }

            #dpm-feature-strip .dpm-feature-icon {
                width: 64px;
                height: 64px;
                min-width: 64px;
            }

            #dpm-feature-strip .dpm-feature-icon svg {
                width: 42px;
                height: 42px;
            }

            #dpm-feature-strip .dpm-feature-title {
                font-size: 13px;
            }
        }
 



























/* gallry section code  */


  .hrn-gallery-section,
  .hrn-gallery-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .hrn-gallery-section {
    width: 100%;
    padding: 70px 5%;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  }

  .hrn-gallery-section__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }


  .hrn-gallery-section__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .hrn-gallery-section__item {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
    cursor: pointer;
  }

  .hrn-gallery-section__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
  }

  .hrn-gallery-section__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.4s ease;
  }

  .hrn-gallery-section__item:hover .hrn-gallery-section__image {
    transform: scale(1.06);
  }

  .hrn-gallery-section__item:hover::after {
    background: rgba(0, 0, 0, 0.12);
  }

  @media (max-width: 992px) {
    .hrn-gallery-section {
      padding: 60px 4%;
    }

    .hrn-gallery-section__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .hrn-gallery-section__title {
      font-size: 33px;
    }
  }

  @media (max-width: 600px) {
    .hrn-gallery-section {
      padding: 48px 17px;
    }

    .hrn-gallery-section__title {
      margin-bottom: 30px;
      font-size: 28px;
    }

    .hrn-gallery-section__grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
  }































/* Contact  */




/* =========================================================
   HRN GET IN TOUCH SECTION
   UNIQUE CLASSES & IDS
   ========================================================= */

#hrn-contact-section.hrn-contact-section {
    width: 100%;
    background: #ffffff;
    padding: 42px 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
}


/* MAIN WRAPPER */
#hrn-contact-section .hrn-contact-wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================================
   HEADING
   ========================================================= */

#hrn-contact-section .hrn-contact-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 98px;
}

#hrn-contact-section .hrn-contact-heading h2 {
    margin: 0 0 18px;
    padding: 0;

    color: #050505;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;

    text-align: center;
}

#hrn-contact-section .hrn-contact-heading p {
    margin: 0 auto;
    padding: 0;

    max-width: 700px;

    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;

    text-align: center;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

#hrn-contact-section .hrn-contact-content {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;

    align-items: start;
}


/* =========================================================
   LEFT CONTACT DETAILS
   ========================================================= */

#hrn-contact-section .hrn-contact-details {
    width: 100%;
    padding-top: 0;
    box-sizing: border-box;
}

#hrn-contact-section .hrn-contact-item {
    width: 100%;

    display: flex;
    align-items: flex-start;

    margin-bottom: 45px;
}

#hrn-contact-section .hrn-contact-item:last-child {
    margin-bottom: 0;
}


/* YELLOW ICON */
#hrn-contact-section .hrn-contact-icon {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    border-radius: 50%;
    background: #ffcc28;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 19px;
    box-sizing: border-box;
}

#hrn-contact-section .hrn-contact-icon svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: #050505;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* CONTACT TEXT */
#hrn-contact-section .hrn-contact-text {
    min-width: 0;
    padding: 0;
    margin: 0;
}

#hrn-contact-section .hrn-contact-text h3 {
    margin: 4px 0 7px;
    padding: 0;

    color: #080808;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

#hrn-contact-section .hrn-contact-text p {
    margin: 0;
    padding: 0;

    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.95;
    font-weight: 400;
}


/* =========================================================
   RIGHT FORM BOX
   ========================================================= */

#hrn-contact-section .hrn-contact-form-box {
    width: 100%;

    background: #ffffff;

    border: 1px solid #d9d9d9;
    border-radius: 4px;

    padding: 30px;

    box-sizing: border-box;

    box-shadow:
        0 7px 18px rgba(0, 0, 0, 0.10);
}


/* FORM */
#hrn-contact-section .hrn-contact-form {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* FIELD */
#hrn-contact-section .hrn-contact-field {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

#hrn-contact-section .hrn-contact-field input,
#hrn-contact-section .hrn-contact-field textarea {
    width: 100%;

    display: block;

    box-sizing: border-box;

    border: 1px solid #555555;
    border-radius: 5px;

    background: #ffffff;

    color: #111111;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* INPUT */
#hrn-contact-section .hrn-contact-field input {
    height: 46px;
    padding: 0 13px;
}


/* TEXTAREA */
#hrn-contact-section .hrn-contact-field textarea {
    min-height: 117px;
    height: 117px;

    padding: 12px 13px;

    resize: vertical;
    line-height: 1.5;
}


/* PLACEHOLDER */
#hrn-contact-section .hrn-contact-field input::placeholder,
#hrn-contact-section .hrn-contact-field textarea::placeholder {
    color: #777777;
    opacity: 1;
}


/* FOCUS */
#hrn-contact-section .hrn-contact-field input:focus,
#hrn-contact-section .hrn-contact-field textarea:focus {
    border-color: #222222;

    box-shadow:
        0 0 0 2px rgba(255, 204, 40, 0.18);
}


/* =========================================================
   SEND BUTTON
   ========================================================= */

#hrn-contact-section .hrn-contact-submit {
    width: 100%;
    height: 47px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 5px;

    background: #ffcc28;
    color: #050505;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;

    cursor: pointer;

    padding: 0;
    margin: 0;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

#hrn-contact-section .hrn-contact-submit:hover {
    background: #f6bf0b;
}

#hrn-contact-section .hrn-contact-submit:active {
    transform: translateY(1px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    #hrn-contact-section.dpm-contact-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    #hrn-contact-section .hrn-contact-heading {
        margin-bottom: 60px;
    }

    #hrn-contact-section .hrn-contact-heading h2 {
        font-size: 36px;
    }

    #hrn-contact-section .hrn-contact-content {
        gap: 40px;
    }

    #hrn-contact-section .hrn-contact-form-box {
        padding: 25px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    #hrn-contact-section.hrn-contact-section {
        padding: 35px 16px 30px;
    }

    #hrn-contact-section .hrn-contact-heading {
        margin-bottom: 45px;
    }

    #hrn-contact-section .hrn-contact-heading h2 {
        font-size: 31px;
        margin-bottom: 15px;
    }

    #hrn-contact-section .hrn-contact-heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    #hrn-contact-section .hrn-contact-desktop-break {
        display: none;
    }

    #hrn-contact-section .hrn-contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #hrn-contact-section .hrn-contact-details {
        width: 100%;
    }

    #hrn-contact-section .hrn-contact-item {
        margin-bottom: 30px;
    }

    #hrn-contact-section .hrn-contact-text p {
        font-size: 14px;
        line-height: 1.8;
    }

    #hrn-contact-section .hrn-contact-form-box {
        padding: 22px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    #hrn-contact-section.hrn-contact-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    #hrn-contact-section .hrn-contact-heading h2 {
        font-size: 27px;
    }

    #hrn-contact-section .hrn-contact-heading p {
        font-size: 13px;
    }

    #hrn-contact-section .hrn-contact-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        margin-right: 14px;
    }

    #hrn-contact-section .hrn-contact-icon svg {
        width: 16px;
        height: 16px;
    }

    #hrn-contact-section .hrn-contact-text h3 {
        font-size: 14px;
    }

    #hrn-contact-section .hrn-contact-text p {
        font-size: 13px;
    }

    #hrn-contact-section .hrn-contact-form-box {
        padding: 17px;
    }

    #hrn-contact-section .hrn-contact-field input {
        height: 44px;
    }

    #hrn-contact-section .hrn-contact-field textarea {
        min-height: 110px;
        height: 110px;
    }
}




























/* =========================================================
   HRN FULL WIDTH RESPONSIVE GOOGLE MAP
   ========================================================= */

#hrn-full-width-map.hrn-full-width-map {
    position: relative;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    display: block;

    box-sizing: border-box;

    overflow: hidden;
}


/* =========================================================
   MAP CONTAINER
   ========================================================= */

#hrn-full-width-map .hrn-full-width-map__container {
    position: relative;

    width: 100%;
    max-width: 100%;

    height: 450px;

    margin: 0;
    padding: 0;

    display: block;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   GOOGLE MAP IFRAME
   ========================================================= */

#hrn-full-width-map .hrn-full-width-map__iframe {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    min-width: 0;
    max-width: 100%;

    border: 0;
    outline: 0;

    margin: 0;
    padding: 0;

    display: block;

    box-sizing: border-box;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

    #hrn-full-width-map .hrn-full-width-map__container {
        height: 450px;
    }
}


/* =========================================================
   DESKTOP / LAPTOP
   ========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    #hrn-full-width-map .hrn-full-width-map__container {
        height: 430px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    #hrn-full-width-map .hrn-full-width-map__container {
        height: 390px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #hrn-full-width-map .hrn-full-width-map__container {
        width: 100%;
        height: 340px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    #hrn-full-width-map .hrn-full-width-map__container {
        height: 300px;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

    #hrn-full-width-map .hrn-full-width-map__container {
        height: 280px;
    }
}


/* =========================================================
   SAFETY: PREVENT HORIZONTAL OVERFLOW
   ========================================================= */

#hrn-full-width-map,
#hrn-full-width-map .hrn-full-width-map__container,
#hrn-full-width-map .hrn-full-width-map__iframe {
    overflow-x: hidden;
}




