 .google-form-container {
            overflow-x: auto;
            /* Enable horizontal scrolling if needed */
        }

        .google-form-iframe {
            width: 100%;
            height: auto;
            /* Adjust height as needed */
        }

        .btn-flat {
            padding: 6px;
            background-color: #e98a2f;
            border-color: #d3e2f1;
            color: white;
            cursor: pointer;
            display: inline-block;
            font-family: Arial;
            font-size: 20px;
            text-align: center;
            text-decoration: none;
            border-radius: 10px;

        }

        @media only screen and (max-width: 600px) {
            .btn-flat {

                width: 49%;
                padding: 10x;
                font-size: 12px;
            }
        }



        .btn.btn-round {
            border-radius: 40px;
            overflow: hidden;
            /* Add this line to ensure the icon stays within the rounded button */
        }



        .btn .icon {
            position: absolute;
            top: 50%;
            /* Adjust the top position to center the icon vertically */
            right: -1px;
            /* Adjust the right position to create some space between the icon and button edge */
            transform: translateY(-50%);
            /* Adjust to vertically center the icon */
            width: 22%;
            /* Reduce the width of the icon */
            height: 55px;
            /* Add height to maintain the circular shape */
            background: #1783a1;
            padding: 20px;
        }

        .btn .icon.icon-round {
            /* border-radius: 50%;*/
        }

        .btn span {
            margin-left: -40px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        @media only screen and (max-width: 600px) {
            #app {
                display: none;
            }


        }


        .error {
            color: red;
            display: none;
        }

        #specDivs {
            position: absolute;
            z-index: 1000;
            background-color: white;
            /*  border: 1px solid #ccc;*/
            max-height: 200px;
            overflow-y: auto;
            width: 50%;
            margin-top: 10px;
        }

        /* Style for list items */
        #specDivs li {
            padding: 10px;
            cursor: pointer;
        }

        /* Hover effect */
        #specDivs li:hover {
            background-color: #f0f0f0;
        }


        .header-top {
            background-color: #f8f9fa;
            padding: 10px 0;
        }

        .contact-info {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .contact-info li {
            margin-bottom: 5px;
        }

        .contact-info a {
            color: #333;
            text-decoration: none;
        }

        .contact-info a:hover {
            text-decoration: underline;
        }

        .btn-tertiary {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            /* Align items to the start to avoid overlap */
            background-color: #ffffff;
            color: #000000;
            /*padding: 10px 15px;*/
            border-radius: 20px;
            text-decoration: none;
            position: relative;
            min-width: 220px;
            /* Ensure buttons have a minimum width */
            box-sizing: border-box;
            /* Include padding and border in the element's total width and height */
            margin-bottom: 4px;
        }

        .btn-tertiary .icon {
            background-color: #1783a1;
            padding: 10px;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            /* Space between icon and text */
            border: 1px solid #fff8f8;
        }

        .btn-tertiary .icon i {
            color: #ffffff;
        }

        .searchText {
            border-radius: 20px 0 0 20px;
        }

        .btn-search {
            border-radius: 0 20px 20px 0;
            background-color: #003a6b;
            color: #ffffff;
            padding: 8px 12px;
        }

        .btn-search i {
            font-size: 16px;
        }

        .button-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            /* Adjust spacing between buttons */
            justify-content: center;
        }

        .col-md-auto {
            padding-right: 5px;
            /* Reduce padding between columns */
            padding-left: 5px;
            /* Reduce padding between columns */
        }

        @media only screen and (max-width: 600px) {
            .btn-tertiary {
                max-width: 100%;
                flex: 1 1 calc(50% - 10px);
                /* Adjust width as needed */
            }

            .btn-tertiary .icon {
                width: 30px;
                height: 30px;
                font-size: 16px;
                margin-right: 8px;
                /* Adjust margin for smaller screens */
            }
        }

        /* Styles for laptop screens */
        @media (min-width: 900px) and (max-width: 1440px) {

            .input-group {
                width: 181px;
            }
        }

        @media (min-width: 1200px) and (max-width: 1500px) {


            .btn-tertiary {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                /* Align items to the start to avoid overlap */
                background-color: #ffffff;
                color: #000000;
                /*padding: 10px 15px;*/
                border-radius: 20px;
                text-decoration: none;
                position: relative;
                min-width: 130px;
                /* Ensure buttons have a minimum width */
                box-sizing: border-box;
                /* Include padding and border in the element's total width and height */
                margin-bottom: 4px;

            }

            .btn-tertiary .icon {
                background-color: #1783a1;
                padding: 10px;
                border-radius: 50%;
                width: 32px;
                height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px;
                /* Space between icon and text */
                border: 1px solid #fff8f8;
            }

            .input-group {
                width: 190px;
            }

            .text_btn {
                font-size: 9px;
            }

            .contact-phone {
                font-size: 12px;
            }

            .contact-email {
                font-size: 12px;
            }

            .form-control {

                font-size: 10px;
            }

        }

        /* navbar */

        /* Base Styles */
        .header-nav {
            background-color: #f8f9fa;
            /* padding: 10px 0;*/
        }

        .header-nav-wrapper {
            border-bottom: 1px solid #ddd;
        }

        .menuzord-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .header-nav-col-row {
            flex-wrap: nowrap;
        }

        .col-auto {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .menuzord-brand {
            display: inline-block;
            margin: 0 10px;
        }

        .menuzord-brand img {
            height: auto;
            /* Ensure logos scale properly */
        }

        #top-primary-nav {
            margin-left: auto;
        }

        .menuzord-menu {
            display: flex;
            flex-direction: row;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .menu-item {
            position: relative;
        }

        .menu-item>a {
            display: block;
            padding: 10px 15px;
            text-decoration: none;
        }

        .menu-item:hover .dropdown {
            display: block;
        }

        .dropdown {
            display: none;
            position: absolute;
            background-color: #ffffff;
            border: 1px solid #ddd;
            list-style: none;
            padding: 0;
            margin: 0;
            top: 100%;
            left: 0;
            min-width: 200px;
            z-index: 1000;
        }

        .dropdown li {
            margin: 0;
        }

        .dropdown li a {
            padding: 10px 15px;
            display: block;
            text-decoration: none;
            color: #333;
        }

        .dropdown li a:hover {
            background-color: #f8f9fa;
        }

        /* Mobile Styles */
        @media (max-width: 991px) {
            .header-nav {
                /*padding: 10px 0;*/
            }

            .menuzord-menu {
                display: block;
                flex-direction: column;
            }

            .menu-item {
                display: block;
                position: relative;
            }

            .dropdown {
                position: static;
                border: none;
                background-color: transparent;
                min-width: 100%;
            }

            .menuzord-brand {
                margin: 0;
            }
        }

        /* Extra Large Screens */
        @media (min-width: 1200px) and (max-width: 1500px) {
            .menuzord-menu {
                flex-direction: row;
            }

            .large-screen-logo {
                display: inline-block;
            }

            .header-nav-col-row {
                align-items: center;
                justify-content: space-between;
                /* Ensure space between logo and navigation */
            }
        }



        @media only screen and (max-width: 600px) {
            .btn-tertiary {
                display: flex;
                padding: 3px;
                align-items: center;
                justify-content: flex-start;
                /* Align items to the start to avoid overlap */
                background-color: #ffffff;
                color: #000000;
                /*padding: 10px 15px;*/
                border-radius: 20px;
                text-decoration: none;
                position: relative;
                min-width: 80px;
                /* Ensure buttons have a minimum width */
                box-sizing: border-box;
                /* Include padding and border in the element's total width and height */
                margin-bottom: 15px;


            }

            .btn-tertiary .icon {
                background-color: #1783a1;
                padding: 10px;
                border-radius: 50%;
                width: 32px;
                height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px;
                /* Space between icon and text */
                border: 1px solid #fff8f8;
            }

            .text_btn {
                font-size: 13px;
            }

            #search {
                min-width: 100%;

            }

        }