* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

html {
    margin-top: 0 !important;
}

.notification {
    display: none;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    /* Add margin to separate it from the form */
}

.container-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    position: relative;
    z-index: 20;
    
}

.content {
    text-align: center;
    max-width: 1190px;
    min-width: 1190px;
    padding: 0 0px;
    position: relative;
}

.shape-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 47%;
}

.shape-overlay img {
    display: block;
    max-width: 100%;
    width: 100%;
}


.header-top-bar-pro {
    padding: 40px 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1081px;
    min-width: 1081px;
    gap: 20px;
    flex-wrap: wrap;
}

.header-top-bar-pro .header-social-pro ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 15px;

}


.header-top-bar-pro .header-social-pro ul li:first-child a {
    margin-left: 0;
}


.header-top-bar-pro .header-social-pro ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgba(30, 54, 24, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.3s;
}

.header-top-bar-pro .header-social-pro ul li a:hover {
    background: rgba(30, 54, 24, 0.8);
}

.header-top-bar-pro .header-social-pro ul li a svg path {
    transition: all linear 0.3s;
}

.header-top-bar-pro .header-social-pro ul li a:hover svg path {
    fill: #fff;
}


.heading {
    font-size: 60px;
    font-weight: 700;
    color: #1E3618;
    text-transform: uppercase;
    margin: 0 350px;
    padding-top: 80px;
    line-height: 1.2;

}

.heading span {
    color: #FFC75C;
}

.content>p {
    font-size: 20px;
    line-height: 34px;
    color: rgba(30, 54, 24, 0.8);
    margin: 20px 0 58px;
    z-index: 10;

}

.content form {
    text-align: left;
    padding: 40px 250px 0;
}

.content form p {
    color: rgba(30, 54, 24, 0.8);
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.form-box-item {
    display: flex;
    padding-top: 0px;
    gap: 10px;
}

.container-wrapper .form-box input {
    width: 100%;
    height: 60px;
    border: 0;
    padding-left: 20px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 17px;
    color: rgba(30, 54, 24, 1);
    background: #fff;
    margin: 0 !important;
}

.form-box input::placeholder {
    opacity: 1;
    color: rgba(30, 54, 24, 0.7);
}

.form-box input:focus {
    outline: 0;
    box-shadow: none;
}

.form-box button {
    border-radius: 20px;
    background: #F58C31;
    border: 0;
    padding: 0 45px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all linear 0.3s;
    border: 1px solid #F58C31;
    letter-spacing: 0;
}

.form-box button:hover {
    background: #f58c3194;
    color: #fff;
    border-color: #F58C31;
}

.countdown .countdown-item-pro {
    display: inline-flex;
    flex-direction: column;
    margin: 0 20px;
}

.countdown .countdown-item-pro .countdown-label-pro {
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-top: 13px;
}

.countdown .countdown-item-pro .countdown-number-pro {
    font-weight: 700;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: #EF4222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.countdown .countdown-item-pro:nth-child(2) .countdown-number-pro {
    background: #F58C31;
}

.countdown .countdown-item-pro:nth-child(3) .countdown-number-pro {
    background: #2DB456;
}

.countdown .countdown-item-pro:nth-child(4) .countdown-number-pro {
    background: #859F56;
}

.contact-info-pro {
    padding-top: 100px;
    padding-bottom: 40px;
}

.contact-info-pro ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-info-pro ul li p{
    margin: 0;
}
.contact-info-pro ul li {
    display: inline-block;
}

.contact-info-pro ul li,
.contact-info-pro ul li a {
    text-decoration: none;
    color: rgba(30, 54, 24, 0.8);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 15px;
}

.contact-info-pro ul li .icon {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 0px;
}

.contact-info-pro ul li .icon i {
    color: black !important;
}

.countdown {
    display: flex;
    justify-content: center;
}

.header-logo-pro {
    width: 180px;
}

.header-logo-pro img {
    max-width: 100%;
    max-height: 100px;
}

@media (max-width: 1800px) {
    .shape-overlay {
        width: 40%;
    }
}

@media (max-width: 1600px) {
    .content {
        max-width: 950px !important;
        min-width: 950px !important;
    }

    .heading {
        margin: 0 165px;
    }

    .content form {
        padding: 40px 100px 0;
    }

    .shape-overlay {
        width: 35%;
    }

    .header-top-bar-pro {
        max-width: 900px;
        min-width: 800px;
    }
}

@media (max-width: 1200px) {
    .shape-overlay {
        display: none;
    }
}

@media (max-width: 991px) {
    .container {
        height: auto;
        padding: 150px 0 100px;
    }

    .contact-info-pro {
        padding-top: 40px;
    }

    .header-top-bar-pro {
        min-width: inherit;
        max-width: inherit;
        width: 100%;
        top: 30px;
    }

    .content {
        max-width: inherit !important;
        min-width: inherit !important;
    }

    .heading {
        margin: 0 145px;
    }

    .content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .container {
        display: block;
    }

    .content {
        max-width: inherit;
        padding: 0 15px;
    }

    .heading {
        font-size: 40px !important;
        line-height: 50px !important;
        margin: 0;
    }

    .heading span {
        font-size: 40px !important;

    }

    .content>p {
        font-size: 16px;
    }

    .countdown .countdown-item-pro .countdown-number-pro {
        font-size: 40px !important;
    }

    .form-box-item {
        padding: 20px 0px 0;
    }

    .countdown .countdown-item-pro {
        margin: 0 20px 25px;
    }

    .countdown {
        flex-wrap: wrap;
    }

    .content form {
        padding: 40px 15px 0;
    }

    .contact-info-pro ul {
        flex-wrap: wrap;
    }

    .contact-info-pro ul li a {
        margin-bottom: 0;
    }

    .countdown {
        padding: 0 120px;
    }
}

@media (max-width: 575px) {
    .header-top-bar-pro {
        padding: 0px;
        flex-direction: column;
        top: 30px;
    }


    .heading {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .heading span {
        font-size: 30px !important;
    }

    .form-box-item {
        flex-direction: column;
    }

    .form-box button {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        padding: 20px 0;
        width: 100%;
    }

    .form-box input {
        width: 100%;
        
        margin-right: 0;
    }

    .container {
        padding: 200px 0 100px;
    }

    .header-top-bar-pro .header-social-pro {
        padding-right: 0;
    }

    .content form {
        padding: 40px 0px 0;
    }

    .countdown {
        padding: 0 0px;
    }

    .contact-info-pro ul li,
    .contact-info-pro ul li a {
        white-space: normal;
    }

}



@media (max-width: 1400px) {
    .content{
        max-width: 850px !important;
        min-width: 850px !important;
    }
}

@media (max-width: 1300px) {
    .content{
        max-width: 750px !important;
        min-width: 750px !important;
    }
}


@media (max-width: 1199px) {
    .header-top-bar-pro{
        max-width: 100%;
        min-width: 100%;
    }
      .content{
        max-width: 100% !important;
        min-width: 100% !important;
      }
}


@media (max-width: 767px) {
    .header-top-bar-pro{
        padding: 40px 15px 0;
    }

}