h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    text-transform: uppercase;
    color: black;
}

.no h5 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    color: black;
    text-align: center;
}

.h22 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff; 
}

.h23 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    text-transform: uppercase; 
    color: white;
}

.header {
    overflow: hidden;
    background-color: #ffffff;
    padding: 0px 25px;
    display: flex;
    align-items: center;
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px; 
    line-height: 25px;
    border-radius: 4px;
}

.header-right a:hover {
    border-bottom: 4px solid #f1592a;
}

.header a.active {
    border-bottom: 4px solid #f1592a;
}

.header-right {
    margin-left: auto;
    font-weight: bold;
}

.get-in {
    background-color: #F1592A; 
    color: white; 
    padding: 12px; 
    border-radius: 4px; 
    text-decoration: none; 
}
.get-in:hover {
    border-bottom: 0px !important;
}

.login {
    background-color: #c4c4c5;
    color: #29292a;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
}
.login:hover {
    border-bottom: 0px !important;
}

.logout {
    background-color: #c4c4c5;
    color: #29292a;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
}
.logout:hover {
    border-bottom: 0px !important;
}

.header-right a.get-in {
    color: white; 
    margin-bottom: 4px;
    margin-right: 12px;
}

.header-right a.get-in:hover {
    background-color: #F1592A; 
    color: white; 
}

.hero-image img {
    height: 400px;
    object-fit: cover;
}

.hero-image {
    background-size: cover;
    background-position: center;
}

.hero-text {
    text-align: center;
    align-items: center; 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 50px; 
    color: #fff; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    height: 700px;
    align-content: center;
}

.hero-text h1 {
    font-size: 2.5rem;
    line-height: .9;
    font-weight: bold;
}

.hero-text p {
    padding-top: 18px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 600;
}

.hero-text h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    display: inline;
}

.button1 {
    background-color: #F1592A;
    color: #ffffff;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.button1:hover {
    background-color: #ffffff;
    color: #F1592A;
}

.two-columns-grid1 {
    background: linear-gradient(55deg, #F1592A 30%, #f3f3f3 30%);
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px 30px 100px 30px;
    align-items: center;
}

.container1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
}

.container3 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    grid-template-columns: 1fr 1fr;
}

.why-us-image {
    align-content: center;
}

.two-columns-grid3 {
    margin-top: 100px;
    margin-bottom: 100px;
    align-items: center;
    padding: 100px;
}

.learn-more-text {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 30px 50px 30px;
    background-color: #F1592A;
}

.learn-more-text2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 30px 50px 30px;
    background: #F1592A;
}

.learn-more-text p {
    margin-top: 25px;
    color: #ffffff;
}

.button2 {
    background-color: #ffffff;
    color: #F1592A;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid;
}

.button2:hover {
    background-color: #F1592A;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.button3 {
    background-color: #F1592A;
    color: #ffffff;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.button3:hover {
    color: #F1592A;
    background-color: #ffffff;
}

.button4 {
    color: #F1592A;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.button4:hover {
    color: #FFFFFF;
    background-color: #F1592A;
}

.column3 p {
    text-transform: uppercase;
    font-weight: 600;
    color: #F1592A;
    text-align: center;
}

.column3 h2 {
    text-align: center;
}

.column3, .column4 {
    align-content: center;
} 

.column3 {
    padding-right: 30px;
}

.grid p {
    font-size: 1rem; /* 16px */
    margin-top: 1.5%;
}

.two-columns-grid2 {
    background: linear-gradient(125deg, #f3f3f3 70%, #F1592A 30%);
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px 30px 100px 30px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.members {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.members p {
    font-size: 1rem; 
    margin-top: 25px;
    margin-bottom: 80px;
    color: black;
}

.testimonial h5 {
    font-size: 1rem;
    text-align: center;
    padding: 1%;
    padding-bottom: 15px;
}

.testimonial h6 {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    font-style: italic;
}

.testimonial p {
    text-align: center;
}

.grid {
    padding-left: 50px;
    padding-right: 50px;
    flex: 1;
    align-content: center;
}

.about-us-image {
    flex: 1; 
}

.three-columns-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    gap: 40px;
}

.first, .second, .third {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}

.first h5, .second h5, .third h5 {
    font-weight: bold;
    font-size: 1rem; /* 20px */
    text-align: center;
    padding-bottom: 1%;
}

.first h6, .second h6, .third h6 {
    font-weight: bold;
    font-size: 1rem; /* 16px */
    text-align: center;
    font-style: italic;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 20px;
    background-color: #3A3A3C;
}

.contact-info {
    display: block;
    gap: 15px; 
    align-items: center; 
}

.contact-info a {
    font-weight: 600;
    color: #ffffff;
    padding: .5rem 1rem;
    font-size: .875rem;
}

.search {
    background-color: #4e4e50;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
}

.address, .phone, .email, .members {
    font-size: 0.75rem;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.address::after, .phone::after, .email::after, .members::after {
    content: "|";
    color: #a5a5a5;
    font-size: 0.75em;
    position: absolute;
    right: -0.5em;
    top: 50%;
    transform: translateY(-50%);
}

.address:last-child::after, 
.phone:last-child::after,
.email:last-child::after,
.members:last-child::after {
    content: none;
}

.copy-right {
    color: #ffffff;
    background-color: #F1592A;
}

.copy-right div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1592A;
    padding-top: 5px;
}

.copy-right p {
    font-size: .75rem;
}

.privacy1, .terms1 {
    font-size: 0.75rem;
    text-decoration: underline;
    margin: 0 8px;
    padding-bottom: 5px;
}

.column1 {
    padding-left: 5%;
}

.jj-star-link {
    color: #ffffff; 
    text-decoration: none;
}

.privacy h5 {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 15px;
}

.privacy {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.terms-of-service h5 {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 15px;
}

.terms-of-service {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.hamburger-menu {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}


.hamburger-menu .bar {
    width: 25px;
    height: 3px;
    background-color: #F1592A; 
    transition: 0.3s;
}

.header a:not(:last-child) { 
    margin-right: 12px; 
}

input[type="submit"] {
    cursor: pointer;
}

.logout .profile-text {
    display: none;
}

input[type="submit"] {
    background-color: #ffffff;
    color: #F1592A;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

input[type="submit"]:hover {
    color: #FFFFFF;
    background-color: #F1592A;
}

.alert {
    padding: 1.5rem 1.5rem;
    border-radius: 5px;
    border: 1px solid;
    font-size: 16px;
    margin-bottom: 20px;
}
.alert i {
    padding-right: 5px;
}

.good {
    color: #1c6c09;
    border-color: #1c6c09;
    background-color: #f0fdec;
}

.warning {
    color: #bc3803;
    border-color: #bc3803;
    background-color: #fff6e0;
}

.bad {
    color: #b81800;;
    border-color: #b81800;
    background-color: #ffedeb;
}

.button6 {
    text-align: center;
    width: 100%; 
}

.button-link {
    display: inline-block; 
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    display: none; 
    z-index: 10000;
}


.popup-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 400px;
    width: 90%;
    padding-bottom: 20px;
    max-height: 600px; 
    overflow-y: auto; 
}

.popup-content a {
    word-break: break-word; 
    overflow-wrap: break-word; 
    white-space: normal; 
    display: block; 
    max-width: 100%; 
}

.popup-content h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
    background: #F1592A;
    padding: 10px;
    color: white;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.popup-content-extra {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.popup-content-extra h5 {
    font-weight: bolder;
    padding-top: 12px;
}

.popup-close {
    background-color: #F1592A;
    color: #ffffff;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.popup-close:hover {
    background-color: #ffffff;
    color: #F1592A;
}

#popup-url:hover,
#popup-address:hover {
    color: #F1592A;
    text-decoration: none; 
}

.fa-calendar-plus {
    color: #000000;
    font-size: 35px; 
    vertical-align: middle; 
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.fa-calendar-plus:hover {
    color: #F1592A; 
}


.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.calendar-link {
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    margin: 10px 0;
}

.calendar-link:hover {
    color: #F1592A;
}

.close-popup-btn {
    background-color: #F1592A;
    color: #ffffff;
    padding: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 25px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.close-popup-btn:hover {
    background-color: #ffffff;
    color: #F1592A;
}

.fa-google:before, .fa-yahoo:before, 
.fa-microsoft:before {
    color: #F1592A;
    padding-right: 10px;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

@media screen and (max-width: 1250px) {
    
    .column3 p {
        text-align: left;
    }

    .column3 h2 {
        text-align: left;
    }

}

@media screen and (max-width: 915px) {

   .header a {
        font-size: 15px;
        padding: 7px;
   } 
    
   .header a:not(:last-child) {
        margin-right: 3px;
   }

}

@media (min-width: 751px) {
    .logout .profile-text {
        display: none; 
    }

    .logout i {
        display: inline; 
    }
}

@media screen and (max-width: 750px) {
    .menu-links {
        display: none; 
        flex-direction: column;
    }

    .header-right.active .menu-links {
        display: flex; 
    }

    .topnav {
        display: block; 
    }

    .menu-links a.active {
        border-bottom: none !important;
    }

    .header-right a.get-in {
        color: black;
        margin-bottom: 0;
        margin-right: 0;
    }

    .get-in {
        background-color: white !important;
    }

    .header-right a:hover {
        border-bottom: none !important;
    }

    .login {
        background-color: #ffffff !important;
    }

    .logout {
        background-color: #ffffff !important;
    }

    .logout:hover {
        background-color: #F1592A !important; 
        color: #ffffff !important; 
        text-decoration: none; 
    }

    .menu-links a:hover {
        background-color: #F1592A;
        color: #ffffff;
    }

    .login:hover {
        background-color: #F1592A !important; 
        color: #ffffff !important; 
        text-decoration: none; 
    }

    .get-in:hover {
        background-color: #F1592A !important; 
        color: #ffffff !important; 
        text-decoration: none; 
    }  
    
    .header-right {
        flex-direction: column;
    }

    .menu-links {
        display: none;
        flex-direction: column;
        background-color: white;
        position: absolute;
        right: 0px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 59;
        margin-top: 50px; 
        border-radius: 4PX;
        width: 100%;
    }

    .menu-links a {
        padding: 10px;
        text-align: left;
    }

    .menu-links a:last-child {
        border-bottom: none;
    }

    .hamburger-menu {
        display: flex; 
        margin-left: auto;
    }

    .menu-links.active {
        display: flex; 
    }

    .header a:not(:last-child) {
        margin-right: 0;
    }    

    .logout i {
        display: none; 
    }

    .logout .profile-text {
        display: inline;
    }
}

@media screen and (max-width: 750px) {
    
    .two-columns-grid1, .two-columns-grid2 {
        background: #f3f3f3;
    }
    
    .why-us-image,
    .grid, .about-us-image {
        margin: 0 auto; 
        padding-bottom: 25px !important;
    }

    .grid p {
        margin-top: 25px !important;
    }

    .column3 {
        padding-bottom: 35px !important;
    }

    .column3 p {
        text-align: left;
    }

    .column3 h2 {
        text-align: left;
    }

    .container1 {
        grid-template-columns: 1fr; 
    }

    .testimonial {
        display: none;
    }

    .testimonial:first-of-type {
        display: block; 
    }

    .container3 {
        flex-direction: column; 
        align-items: center; 
    }

    .about-us-image {
        order: -1; 
    }

    .two-columns-grid3 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-text p {
        display: none;
    }

    .hero-text h3 {
        display: block;
        line-height: 30px;
        font-size: 1.5rem;
    }

    .hero-text h2 {
        display: revert;
    }

    .hero-text {
        height: auto;
    } 
    
    .hero-text h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 2rem;
    }

    .h22 {
        font-size: 2rem;
    }

    .h23 {
        font-size: 2rem;
    }

    .three-columns-grid {
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width: 415px) {
    .contact-info {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: 90% !important;
    }
}

@media screen and (max-width: 530px) {
    .hero-text p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 430px) {
    .header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo {
        margin-bottom: 10px;
    }

    .header-right {
        width: 100%;
        justify-content: center;
        padding-bottom: 22px;
    }    

    .grid {
        padding-left: 0;
        padding-right: 0;
    }

    .two-columns-grid3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu-links {
        margin-top: 20px !important;
    }

}

