 /*=================== MEDIA QUERIES =================== */

 @media only screen and (min-width: 0px) and (max-width: 400px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #0077a4;
        font-size: 11px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        max-height: 500px;
        transition: max-height 0.3s ease;
        opacity: 1;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 5px;
        margin-left: -20px;
        margin-top: 0;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 12px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .product-nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }
    .product + .product {
        margin-left: 0px; /* Adjust as needed */
    }
    .product {
        width: calc(100% - 40px); /* Adjust width as needed */
        max-width: 400px; /* Set maximum width for the product */
        height: auto; /* Change height to auto for responsiveness */
        margin-bottom: 20px;
        text-align: center;
        border: solid 1px #c7c7c7;
        border-radius: 10px;
        display: flex; /* Use flexbox for positioning */
        flex-direction: column; /* Stack elements vertically */
    }
    .products {
        margin-right: 20px;
        margin-left: 20px;
        justify-content: center ;
    }
    .products1 {
        margin-right: 20px;
        margin-left: 20px;
        justify-content: center ;
    }
    .product img {
        width: 50%;
        max-width: 100%;
        height: auto; /* Set height to auto */
        object-fit: cover;
        border-radius: 8px;
        margin-top: 10px;
    }

    .product-text {
        padding: 20px; /* Adjust padding as needed */
        flex-grow: 1; /* Allow text to grow to fill available space */
    }

    .product p {
        color: #444444;
        font-size: 14px;
        margin-bottom: 20px; /* Add margin between text and button */
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 8px 12px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 0px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    #showFormButton {
    padding: 15px 40px;
    font-size: 12px;
    }
    .container p {
        font-size: 12px;
    }
    .title {
        font-size: 12px;
    }
    .product-box {
        flex: 1;
        margin: 0 10px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        border: solid 1px #c7c7c7;
        transition: transform 0.3s ease-in-out;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #flexFormContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-width: 280px;
        width: 100%;
        justify-content: center;
    }  
    .formGroup input {
        width: 260px;
        height: 7px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 11px;
      }
      .formGroup {
        margin-bottom: 0px; /* Increased margin for better separation */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #flexForm textarea {
        width: 260px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 11px;
      }  
      #flexForm button[type="submit"] {
        margin-top: 20px;
        padding: 8px 40px;
        font-size: 11px;
      }
      .formGroup label {
        font-size: 11px;
      }
      img {
        width: 131px;
        height: 39px;
      }
}

 @media only screen and (min-width: 401px) and (max-width: 500px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #0077a4;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        max-height: 0px;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        opacity: 1;
        max-height: 80px;
        transition: max-height 0.3s ease;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 20px;
        margin-left: -10px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 12px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .product {
        width: calc(100% - 40px); /* Adjust width as needed */
        max-width: 150px; /* Set maximum width for the product */
        height: auto; /* Change height to auto for responsiveness */
        margin-bottom: 0px;
        text-align: center;
        border: solid 1px #c7c7c7;
        border-radius: 10px;
        display: flex; /* Use flexbox for positioning */
        flex-direction: column; /* Stack elements vertically */
        margin-left: 15px;
    }
    .products {
        margin-right: 0px;
        margin-left: 0px;
        justify-content: center;
    }
    .products1 {
        margin-right: 20px;
        margin-left: 20px;
        justify-content: center;
    }
    .product img {
        width: 50%;
        max-width: 100%;
        height: auto; /* Set height to auto */
        object-fit: cover;
        border-radius: 8px;
        margin-top: 10px;
    }
    .product + .product {
        margin-left: 15px;
    }
    .product-text {
        padding: 20px; /* Adjust padding as needed */
        flex-grow: 1; /* Allow text to grow to fill available space */
    }
    .product p {
        color: #444444;
        font-size: 13px;
        margin-bottom: 20px; /* Add margin between text and button */
        padding-left: 15px;
        padding-right: 15px;
    }
    #showFormButton {
        padding: 15px 40px;
        font-size: 12px;
        }
    .product-nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto;
        }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 10px 25px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;

    }
    .container p {
        font-size: 13px;
    }
    #flexFormContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-width: 300px;
        width: 100%;
        justify-content: center;
    }  
    .formGroup input {
        width: 260px;
        height: 7px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 11px;
      }
      .formGroup {
        margin-bottom: 0px; /* Increased margin for better separation */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #flexForm textarea {
        width: 260px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 11px;
      }  
      #flexForm button[type="submit"] {
        margin-top: 20px;
        padding: 8px 40px;
        font-size: 11px;
      }
      .formGroup label {
        font-size: 11px;
      }
      img {
        width: 131px;
        height: 39px;
      } 
 }

@media only screen and (min-width: 501px) and (max-width: 600px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #0077a4;
        font-size: 11px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        max-height: 0;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        max-height: 500px;
        transition: max-height 0.3s ease;
        opacity: 1;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 20px;
        margin-left: -10px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 14px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .product-nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto;
    }
    .product {
        width: calc(100% - 40px); /* Adjust width as needed */
        max-width: 140px; /* Set maximum width for the product */
        height: auto; /* Change height to auto for responsiveness */
        margin-bottom: 0px;
        text-align: center;
        border: solid 1px #c7c7c7;
        border-radius: 10px;
        display: flex; /* Use flexbox for positioning */
        flex-direction: column; /* Stack elements vertically */
        margin-left: 10px;
    }
    .products {
        margin-right: 20px;
        margin-left: 20px;
        justify-content: center ;
    }
    .product img {
        width: 60%;
        max-width: 100%;
        height: auto; /* Set height to auto */
        object-fit: cover;
        border-radius: 8px;
        margin-top: 15px;
    }
    .product + .product {
        margin-left: 10px;
    }
    .product-text {
        padding: 20px; /* Adjust padding as needed */
        flex-grow: 1; /* Allow text to grow to fill available space */
    }
    .product p {
        color: #444444;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px; /* Add margin between text and button */
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 25px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    #showFormButton {
        padding: 15px 40px;
    }
    .container p {
        font-size: 13px;
    }
    #flexFormContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-width: 320px;
        width: 100%;
        justify-content: center;
    }  
    .formGroup input {
        width: 300px;
        height: 7px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 12px;
      }
      .formGroup {
        margin-bottom: 0px; /* Increased margin for better separation */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #flexForm textarea {
        width: 300px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 12px;
      }  
      #flexForm button[type="submit"] {
        margin-top: 20px;
        padding: 8px 40px;
        font-size: 12px;
      }
      .formGroup label {
        font-size: 12px;
      }
      img {
        width: 131px;
        height: 39px;
      }
 }

 @media only screen and (min-width: 601px) and  (max-width: 700px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #0077a4;
        font-size: 11px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        max-height: 0;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        max-height: 500px;
        transition: max-height 0.3s ease;
        opacity: 1;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 20px;
        margin-left: -10px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 14px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .product-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .product-box + .product-box {
        margin-left: 0px;
    }
    .product {
        width: calc(100% - 40px); /* Adjust width as needed */
        max-width: 140px; /* Set maximum width for the product */
        height: auto; /* Change height to auto for responsiveness */
        margin-bottom: 0px;
        text-align: center;
        border: solid 1px #c7c7c7;
        border-radius: 10px;
        display: flex; /* Use flexbox for positioning */
        flex-direction: column; /* Stack elements vertically */
        margin-left: 10px;
        margin-top: 0px;
    }
    .products {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 40px auto;
        margin-top: 30px;
    }
    .product img {
        width: 60%;
        max-width: 100%;
        height: auto; /* Set height to auto */
        object-fit: cover;
        border-radius: 8px;
        margin-top: 15px;
    }
    .product + .product {
        margin-left: 10px;
    }
    .product-text {
        padding: 20px; /* Adjust padding as needed */
        flex-grow: 1; /* Allow text to grow to fill available space */
    }
    .product p {
        color: #444444;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px; /* Add margin between text and button */
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 40px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .image {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .title {
        display: none;
    }
    #flexFormContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-width: 400px;
        width: 100%;
        justify-content: center;
    }  
    .formGroup input {
        width:380px;
        height: 10px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }
      .formGroup {
        margin-bottom: 0px; /* Increased margin for better separation */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #flexForm textarea {
        width: 380px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }  
      #flexForm button[type="submit"] {
        margin-top: 20px;
        padding: 10px 45px;
        font-size: 12px;
      }
      .formGroup label {
        font-size: 13px;
      }
      img {
        width: 150px;
        height: 44px;
      }
 }

 @media only screen and (min-width: 701px) and  (max-width: 800px) {
    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    }
    .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }   
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #0077a4;
        font-size: 11px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        max-height: 0;
        transition: max-height 0.3s ease;
        margin-right: 100px;
        padding-top: 5px;
    }

    nav ul.show {
        max-height: 500px;
        transition: max-height 0.3s ease;
        opacity: 1;
        visibility: visible;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    nav ul li {
        margin-right: 20px;
        margin-left: -10px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }

    nav ul li a {
        color: white;
        font-size: 16px;
        text-decoration: none;
        margin-right: 0px;
    }
    .hamburger-menu {
        display: block;
        margin-right: -20px;
        font-size: 24px;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .product {
        width: calc(100% - 40px); /* Adjust width as needed */
        max-width: 140px; /* Set maximum width for the product */
        height: auto; /* Change height to auto for responsiveness */
        margin-bottom: 0px;
        text-align: center;
        border: solid 1px #c7c7c7;
        border-radius: 10px;
        display: flex; /* Use flexbox for positioning */
        flex-direction: column; /* Stack elements vertically */
        margin-left: 10px;
        margin-top: 0px;
    }
    .products {
        margin-right: 20px;
        margin-left: 20px;
        justify-content: center ;
    }
    .product img {
        width: 60%;
        max-width: 100%;
        height: auto; /* Set height to auto */
        object-fit: cover;
        border-radius: 8px;
        margin-top: 15px;
    }
    .product + .product {
        margin-left: 10px;
    }
    .product-text {
        padding: 20px; /* Adjust padding as needed */
        flex-grow: 1; /* Allow text to grow to fill available space */
    }
    .product p {
        color: #444444;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px; /* Add margin between text and button */
    }
    .background-image {
        height: 200px;
    }
    .background-image p {
        font-size: 20px; /* Adjust the font size as needed */
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 40px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .image {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .title {
        display: none;
    }
    #flexFormContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-width: 400px;
        width: 100%;
        justify-content: center;
    }  
    .formGroup input {
        width: 380px;
        height: 10px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }
      .formGroup {
        margin-bottom: 0px; /* Increased margin for better separation */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #flexForm textarea {
        width: 380px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }  
      #flexForm button[type="submit"] {
        margin-top: 20px;
        padding: 10px 45px;
        font-size: 12px;
      }
      .formGroup label {
        font-size: 13px;
      }
      img {
        width: 150px;
        height: 44px;
      }
 }

 @media only screen and (min-width: 801px) and  (max-width: 900px) {

    .logo {
        margin-left: -20px;
    }
    .logo img {
    height: 34px;
    width: 141px;
    } 
    .floating-fb-btn1 { 
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 135px;
    }
    .floating-fb-btn {
        bottom: 90px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .scroll-to-top-button {
        bottom: 40px;
        right: 40px;
    }
    .content {
        height: 400px; 
    }
    nav ul {
        list-style-type: none;
        margin-right: 0px;
        padding: 0;
        display: flex;
        left: -10px;
    }
    
    nav ul li {
        margin-right: 0px;
        margin-left: 90px;
        font-size: 12px;
        text-align: center;
        align-items: center;
        left: -10px;
        display: flex;
    }
    
    nav ul li:first-child {
        margin-left: -10;
        align-items: center;
        display: flex;
    }
    
    nav ul li a {
        margin-right: 0px;
        color: white;
        text-decoration: none;
        display: flex;
    }
    .custom-button {
        display: inline-block;
        padding: 15px 40px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .custom-button1 {
        font-family: 'Lexend Deca', sans-serif;
        display: inline-block;
        padding: 15px 40px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-left: 10px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .product {
        width: calc(100% - 40px); /* Adjust width as needed */
        max-width: 170px; /* Set maximum width for the product */
        height: auto; /* Change height to auto for responsiveness */
        margin-bottom: 0px;
        text-align: center;
        border: solid 1px #c7c7c7;
        border-radius: 10px;
        display: flex; /* Use flexbox for positioning */
        flex-direction: column; /* Stack elements vertically */
        margin-left: 10px;
    }
    .products {
        margin-right: 20px;
        margin-left: 10px;
        justify-content: center ;
        margin-bottom: 20px;
    }
    .products1 {
        margin-right: 20px;
        margin-left: 10px;
        justify-content: center;
    }
    .product img {
        width: 60%;
        max-width: 100%;
        height: auto; /* Set height to auto */
        object-fit: cover;
        border-radius: 8px;
        margin-top: 15px;
    }
    .product + .product {
        margin-left: 10px;
    }
    .product-text {
        padding: 20px; /* Adjust padding as needed */
        flex-grow: 1; /* Allow text to grow to fill available space */
    }
    .product p {
        color: #444444;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px; /* Add margin between text and button */
    }
    .image {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .title {
        display: none;
    }
    #flexFormContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-width: 400px;
        width: 100%;
        justify-content: center;
    }  
    .formGroup input {
        width: 380px;
        height: 10px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }
      .formGroup {
        margin-bottom: 0px; /* Increased margin for better separation */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #flexForm textarea {
        width: 380px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }  
      #flexForm button[type="submit"] {
        margin-top: 20px;
        padding: 15px 50px;
        font-size: 12px;
      }
      .formGroup label {
        font-size: 13px;
      }
      img {
        width: 150px;
        height: 44px;
      }
      .floating-btn {
        right: 10px;
        width: 38px;
        height: 60px;
    }
 }

@media only screen and (min-width: 901px) and  (max-width: 1020px) {
    nav ul li a {
        color: white;
        margin-left: 30px;
        text-decoration: none;
    }
    .custom-button1 {
        display: inline-block;
    }
    .custom-button1:hover {
        background-color: #ffffff;
        color: #0077A4;
    }
    .product {
        width: calc(100% - 40px); /* Adjust width as needed */
        max-width: 200px; /* Set maximum width for the product */
        height: auto; /* Change height to auto for responsiveness */
        margin-bottom: 20px;
        text-align: center;
        border: solid 1px #c7c7c7;
        border-radius: 10px;
        display: flex; /* Use flexbox for positioning */
        flex-direction: column; /* Stack elements vertically */
        margin-left: 10px;
    }
    .products {
        margin-right: 20px;
        margin-left: 10px;
        margin-bottom: 0px;
        justify-content: center ;
    }
    .products1 {
        margin-right: 20px;
        margin-left: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .product img {
        width: 60%;
        max-width: 100%;
        height: auto; /* Set height to auto */
        object-fit: cover;
        border-radius: 8px;
        margin-top: 15px;
    }
    .product + .product {
        margin-left: 10px;
    }
    .product-text {
        padding: 20px; /* Adjust padding as needed */
        flex-grow: 1; /* Allow text to grow to fill available space */
    }
    .product p {
        color: #444444;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px; /* Add margin between text and button */
    }
    .image {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .title {
        display: none;
    }
    #flexFormContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-width: 400px;
        width: 100%;
        justify-content: center;
    }  
    .formGroup input {
        width: 380px;
        height: 10px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }
      .formGroup {
        margin-bottom: 0px; /* Increased margin for better separation */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #flexForm textarea {
        width: 380px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }  
      #flexForm button[type="submit"] {
        margin-top: 20px;
        padding: 10px 45px;
        font-size: 12px;
      }
      .formGroup label {
        font-size: 13px;
      }
      img {
        width: 150px;
        height: 44px;
      }
}

@media only screen and (max-width: 800px) {
    nav ul li a {
        color: white;
        margin-left: 40px;
        text-decoration: none;
    }
    .content {
        height: 300px;
    }
}

@media only screen and (min-width: 1021px) and  (max-width: 4000px) {
    #flexFormContainer {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-width: 400px;
        width: 100%;
        justify-content: center;
    }  
    .formGroup input {
        width:380px;
        height: 10px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }
      .formGroup {
        margin-bottom: 0px; /* Increased margin for better separation */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      #flexForm textarea {
        width: 380px;
        font-family: 'Lexend Deca', sans-serif;
        font-size: 13px;
      }  
      #flexForm button[type="submit"] {
        margin-top: 20px;
        padding: 10px 45px;
        font-size: 12px;
      }
      .formGroup label {
        font-size: 13px;
      }
      img {
        width: 150px;
        height: 44px;
      }
}