
        /* .adjustment {
            margin-left: 80px;
        } */

        .adjust {
            margin-left: 50px;
        }

        .hmlogo {
            width: 250px;
            /* padding-left: 50px; */
            /* padding-top: 100px; */
            align-items: center;
            margin-left: 0px;
        }

        /* .footer-social {
            padding-left: 70px;
            margin-left: 60px;
        } */

        .social-icon {
            width: 30px;
            padding: 2px;
        }

        h5 {
            padding-top: 10px;
            font-size: 13px;
            font-weight: bold;
            text-align: left;
        }

        /* .nav-item {
            font-size: 13px;
            text-align: left;
            top: 100px;
        } */
        .nav-item1 .text-body-secondary{
                font-size: 12px;
                text-align: left;
                top: 100px;
                
            }

        footer {
            background-image: url('../images/Footer.png');
            background-repeat: no-repeat;
            /* background-position-y: 20dvh; */
            background-size: contain;
            height: auto;
            /* bottom: 0; */
        }

        .footer-newsletter {
            background: linear-gradient(180deg, #c7d82d, #00a5e4);
            color: #fff;
            border-radius: 0px 0 0 15px;
            padding: 18px 50px 28px 50px;
            /* width: 700px; */
            position: absolute;
            /* top: 0;*/
            right: 0;
            text-align: center;

        }

        .footer-newsletter h5 {
            font-weight: 500;
            font-size: 23px;
            margin-bottom: 8px;

            text-align: center;
        }

        .footer-newsletter p {
            font-size: 12px;
            margin-bottom: 10px;

        }

        .form-control {
            font-size: 12px;
            height: 25px;
        }

        .btn-warning {
            background-color: #c7d82d;
            color: #fff;
            font-weight: 600;
            font-size: 12px;
            border: none;
            /* padding: 0 25px; */
            width: 100px;
            height: 25px;

        }

        .footer-bottom {
            /* padding-top: 100px; */
            font-size: 10px;
            color: #98999A;
        }

        /* 
        .top {
            padding-right: 500px;
        } */




        @media (min-width: 1200px) {
            /* .adjustment {
                margin-left: 80px;
            } */

            /* .adjust {
                margin-left: 50px;
            } */

            .hmlogo {
                /*changes*/
                width: 190px;
                padding-left: 20px;
                /* padding-top: 10px; */
                align-items: center;
                margin-left: 10px;
            }

            .footer-social {
                padding-left: 90px;
                margin-left: 7px;
            }

            .social-icon {
                width: 25px;
                padding: 2px;
            }

            h5 {
                padding-top: 10px;
                font-size: 12px;
                font-weight: bold;
                text-align: left;
            }

            .nav-item1 {
                font-size: 15px;
                text-align: left;
                top: 0;
            }
            .nav-item1 .text-body-secondary{
                font-size: 12px;
                text-align: left;
                top: 100px;
            }

            footer {
  background-image: url('../images/Footer.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;  /* use image’s original size */
}


            .footer-newsletter {
                background: linear-gradient(180deg, #c7d82d, #00a5e4);
                color: #fff;
                border-radius: 0px 0 0 15px;
                padding: 18px 30px 20px 30px;
                width: 380px;
                position: absolute;
                /* top: 0;*/
                right: 0;
                text-align: center;

            }

            .footer-newsletter h5 {
                font-weight: 500;
                font-size: 23px;
                margin-bottom: 8px;

                text-align: center;
            }

            .footer-newsletter p {
                font-size: 12px;
                margin-bottom: 10px;

            }

            .form-control {
                font-size: 12px;
                height: 25px;
            }

            .btn-warning {
                background-color: #c7d82d;
                color: #fff;
                font-weight: 600;
                font-size: 12px;
                border: none;
                padding: 0 25px;
                width: 120px;
                height: 25px;

            }

            .footer-bottom {
                padding-top: 110px;
                font-size: 10px;
                color: #98999A;
            }
        }

        /* For mobile screens */
@media (max-width: 768px) {
  /* Center the footer section content on mobile */
  .footer-section {
    display: flex;
    flex-direction: column;   /* Stack logo and social icons vertically */
    align-items: center;      /* Center-align content horizontally */
    justify-content: center;  /* Center-align content vertically */
    padding-bottom: 20px;     /* Optional: space from the bottom */
  }

  /* Center the logo */
  .hmlogo {
    width: 250px;  /* Resize the logo for mobile */  /* Space between logo and social icons */
  }

  /* Center the social icons */
  .footer-social {
    display: flex;
    justify-content: center; /* Align social icons in a row */
  }

  .social-icon {
    width: 30px;  /* Adjust social icon size */
    margin: 0 10px; /* Add margin between icons */
  }

  /* Adjust the bottom text to also be centered on mobile */
  .footer-bottom p {
    font-size: 12px;
    text-align: center;  /* Center the text */
  }
}
/* Make 768px–1199px behave like desktop */
/* Tablet view: 768px–1199px */
@media (min-width: 768px) and (max-width: 1199.98px) {
  footer .container-fluid {
    position: relative;   /* anchor for absolute newsletter */
  }

  footer .container {
    max-width: 960px;     /* narrower than desktop (1140px) */
    margin: 0 auto;
  }

  /* Logo */
  .hmlogo {
    width: 140px;         /* shrink logo */
    margin-left: 0;
  }

  /* Headings */
  footer h5 {
    font-size: 10px;      /* slightly smaller */
    margin-bottom: 6px;
  }

  /* Links */
  .nav-item1 .text-body-secondary {
    font-size: 9px;
  }

  /* Newsletter box */
  .footer-newsletter {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;         /* smaller than desktop’s 380px */
    padding: 14px 20px;   /* tighter padding */
    border-radius: 0 0 0 12px;
  }

  .footer-newsletter h5 {
    font-size: 16px;
  }
  .footer-newsletter p {
    font-size: 9px;
  }

  .footer-newsletter .form-control {
    font-size: 9px;
    height: 24px;
  }

  .footer-newsletter .btn-warning {
    font-size: 9px;
    width: 90px;
    height: 24px;
  }

  /* Social icons */
  .social-icon {
    width: 19px;
  }

  /* Bottom bar */
  .footer-bottom {
    padding-top: 60px;
    font-size: 8px;
  }
   footer {
    background-image: url('../images/Footer.png');
    background-repeat: no-repeat;
    background-position: bottom center; /* lock at bottom */
    background-size: 100% auto;         /* stretch full width */
  }
}




