﻿#contact .text h1 {
    font-family: Helvetica, Sans-Serif;
    font-weight: 700;
    font-size: 3rem;
    text-align: Left;
    color: #004d57;
    margin-top: 3rem;
}

#contact .text p {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 0rem;
    text-align: left;
    color: #004d57;
}

#contact input {
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    border: 1px solid #004d578c;
}
#contact #checkbox {
    padding: 1px;
    width: 8%;
    margin-top: 5px;
    border-radius: 3px;
    border: 1px solid #004d578c;
    font-size:10px;
}
#contact #terms {
    
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    font-size: 10.5px;
}

#contact textarea {
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #004d578c;
}

#contact label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1rem;
}

#contact button {
    padding: 5px 23px;
    background: #f38228;
    color: #fff;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

#contact-data {
    padding: 2rem 3rem;
}

    #contact-data h1 {
        font-size: 65px;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #096257;
        font-style: italic;
    }

        #contact-data h1 span {
            font-size: 42px;
            padding-left: 3px;
            margin-top: 2rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: grey;
            font-style: normal;
        }
       

        #contact-data h1 .cloud {
            font-style: normal;
            font-size: 65px;
            font-weight: 700;
            margin-top: 2rem;
            margin-bottom: 1rem;
            color: #f68036;
        }

    #contact-data p {
        font-size: 16px;
        font-weight: 500;
        margin-top: -5px;
        color: #2e3435bd;
        text-align: left;
    }
    #contact-data span {
        font-size: 22px;
        font-weight: 700;
        margin-top: -5px;
        color: #1c1d1dbd;
        text-align: left;
    }

    #contact-data #data {
        text-align: center;
    }

#contact-data {
    padding: 2rem 3rem;
    text-align: left;
}
#contact-data #interest  {
    font-size: 40px;
  margin-bottom: 4%;
  margin-top: 2%;
  margin-bottom: 8%;
}
#contact-data #interest span {
    font-size: 31px;
    margin-bottom: 7%;
    margin-top: 2%;
    color: #2f2f2f;
    font-weight: 700;
}
    #contact-data #data-row p {
        text-align: left;
    }

    #contact-data #data1 {
        text-align: left;
        background: #ffffff;
        padding: 7px 9px;
        width: 40%;
        font-weight: 600;
        font-size: 25px;
        border-radius: 22px;
        border: 0.35px solid #427b824a;
        margin-top: 2rem;
    }

    #contact-data #data2 {
        font-weight: 800;
        color: #004d57;
    }

    #contact-data #data1 i {
        background: #f38228;
        padding: 4px 9px;
        border-radius: 20px;
        color: #fff;
        position: relative;
    }

    #contact-data img {
        width: 5rem;
    }

/* Successful Popup */
.popup, .wrong {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .popup i, .wrong i {
        font-size: 24px;
        margin-bottom: 10px;
        color: #4CAF50; /* Success color */
    }

    .popup .para, .wrong .para {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .popup p, .wrong p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .popup .ok, .wrong .ok {
        padding: 8px 20px;
        background-color: #4CAF50; /* Success button color */
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

/* Overlay for background */
.frame {
    display: flex;
    position: relative;
    top: -5rem;
    left: 44rem;
    width: 38%;
    height: 25%;
    background: rgb(255 255 255 / 60%);
}

.check {
    margin-top: -1rem;
}