/* ---- Main Section Start -----*/
@media only screen and (min-width: 2560px) {
    .contact-main-section-container{
        padding-bottom: 50px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 68%;
        height: 360px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 100px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2559px) {
    .contact-main-section-container{
        padding-bottom: 50px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 68%;
        height: 350px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 100px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2120px) {
    .contact-main-section-container{
        padding-bottom: 50px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 68%;
        height: 320px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 80px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1920px) {
    .contact-main-section-container{
        padding-bottom: 50px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 68%;
        height: 290px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 60px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1499px) {
    .contact-main-section-container{
        padding-bottom: 50px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 68%;
        height: 250px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 130px;
        color: white;
        font-size: 50px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1349px) {
    .contact-main-section-container{
        padding-bottom: 50px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 68%;
        height: 200px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 45px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 991px) {
    .contact-main-section-container{
        padding-bottom: 50px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 70%;
        height: 180px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 40px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 767px) {
    .contact-main-section-container{
        padding-bottom: 50px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 73%;
        height: 170px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 35px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 567px) {
    .contact-main-section-container{
        padding-bottom: 30px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 75%;
        height: 160px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 30px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 447px) {
    .contact-main-section-container{
        padding-bottom: 30px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 77%;
        height: 140px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 70px;
        color: white;
        font-size: 25px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 347px) {
    .contact-main-section-container{
        padding-bottom: 30px;
    }
    .contact-main-section-container .contact-image-banner{
        width: 77%;
        height: 130px;
    }
    .contact-main-section-container .contact-main-title{
        display: flex;
        justify-content: center;
        padding-top: 70px;
        color: white;
        font-size: 21px;
        font-weight: bold;
    }
}
/* ---- Main Section End -----*/

/* ---- Second Section Start -----*/
/*  Left Side Responsive */
@media only screen and (min-width: 1400px) {
    .contact-second-section-container{
        padding-bottom: 50px;
    }
    .contact-second-section-container .left-box a{
        text-decoration: none;
        color: black;
    }
    .contact-second-section-container .left-box a:hover{
        text-decoration: none;
        color: #fa6f10;
    }
    .contact-second-section-container .left-box span{
        font-weight: bold;
    }
    
    .contact-title-1{
        text-align: start;
        font-size: 40px;
        color: black;
        font-weight: bold;
    }
    .contact-title-2{
        text-align: start;
        font-size: 50px;
        font-weight: bold;
    }
    .contact-title-3{
        text-align: start;
        font-size: 40px;
        color: black;
        font-weight: bold;
    }
    .contact-title-4{
        text-align: start;
        font-size: 25px;
        color: black;
      
    }
    .contact-place{
        font-size: 21px;
        padding-left: 12px;
        padding-top: 10px;
    }
    .contact-tel{
        font-size: 16px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-globe{
        font-size: 16px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-smart{
        font-size: 16px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-email{
        font-size: 16px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-social{
        color: black;
        font-size: 21px;
        padding-top: 10px;
    }
    .contact-social-box{
        gap: 20px;
        padding-top: 10px;
    }
    .contact-social-box i{
        background: #fa6f10;
        color: white;
        width: 45px;
        height: 45px;
        font-size: 18px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-box i:hover{
        transform: translateY(-5px);
    }
}
@media only screen and (max-width: 1399px) {
    .contact-second-section-container{
        padding-bottom: 50px;
    }
    .contact-second-section-container .left-box a{
        text-decoration: none;
        color: black;
    }
    .contact-second-section-container .left-box span{
        font-weight: bold;
    }
    .contact-second-section-container .left-box a:hover{
        text-decoration: none;
        color: #fa6f10;
    }
    .contact-title-1{
        text-align: start;
        font-size: 30px;
        color: black;
        font-weight: bold;
    }
    .contact-title-2{
        text-align: start;
        font-size: 40px;
        font-weight: bold;
        
    }
    .contact-title-3{
        text-align: start;
        font-size: 30px;
        color: black;
        font-weight: bold;
    }
    .contact-title-4{
        text-align: start;
        font-size: 21px;
        color: black;
    }
    .contact-place{
        font-size: 18px;
        padding-left: 12px;
        padding-top: 10px;
    }
    .contact-tel{
        font-size: 15px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-globe{
        font-size: 15px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-smart{
        font-size: 15px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-email{
        font-size: 15px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-social{
        color: black;
        font-size: 18px;
        padding-top: 10px;
    }
    .contact-social-box{
        gap: 20px;
        padding-top: 10px;
    }
    .contact-social-box i{
        background: #fa6f10;
        color: white;
        width: 40px;
        height: 40px;
        font-size: 17px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-box i:hover{
        transform: translateY(-5px);
    }
}
@media only screen and (max-width: 1199px) {
    .contact-second-section-container{
        padding-bottom: 50px;
    }
    .contact-second-section-container .left-box a{
        text-decoration: none;
        color: black;
    }
    .contact-second-section-container .left-box span{
        font-weight: bold;
    }
    .contact-second-section-container .left-box a:hover{
        text-decoration: none;
        color: #fa6f10;
    }
    .contact-title-1{
        text-align: start;
        font-size: 25px;
        color: black;
        font-weight: bold;
    }
    .contact-title-2{
        text-align: start;
        font-size: 32px;
        font-weight: bold;
    }
    .contact-title-3{
        text-align: start;
        font-size: 25px;
        color: black;
        font-weight: bold;
    }
    .contact-title-4{
        text-align: start;
        font-size: 18px;
        color: black;
    }
    .contact-place{
        font-size: 16px;
        padding-left: 12px;
        padding-top: 10px;
    }
    .contact-tel{
        font-size: 13px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-globe{
        font-size: 13px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-smart{
        font-size: 13px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-email{
        font-size: 13px;
        padding-left: 15px;
        padding-top: 5px;
    }
    .contact-social{
        color: black;
        font-size: 16px;
        padding-top: 10px;
    }
    .contact-social-box{
        gap: 20px;
        padding-top: 10px;
    }
    .contact-social-box i{
        background: #fa6f10;
        color: white;
        width: 35px;
        height: 35px;
        font-size: 16px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-box i:hover{
        transform: translateY(-5px);
    }
}
@media only screen and (max-width: 991px) {
    .contact-second-section-container{
        padding-bottom: 50px;
    }
    .contact-second-section-container .left-box a{
        text-decoration: none;
        color: black;
    }
    .contact-second-section-container .left-box span{
        font-weight: bold;
    }
    .contact-second-section-container .left-box a:hover{
        text-decoration: none;
        color: #fa6f10;
    }
    .contact-title-1{
        text-align: center;
        font-size: 30px;
        color: black;
        font-weight: bold;
    }
    .contact-title-2{
        text-align: center;
        font-size: 40px;
        font-weight: bold;
    }
    .contact-title-3{
        text-align: center;
        font-size: 30px;
        color: black;
        font-weight: bold;
        padding-top: 10px;
    }
    .contact-title-4{
        text-align: center;
        font-size: 21px;
        color: black;
        font-weight: bold;
        padding-top: 20px;
    }
    .contact-place{
        font-size: 16px;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
    .contact-tel{
        font-size: 13px;
        padding-left: 100px;
        padding-top: 5px;
    }
    .contact-globe{
        font-size: 13px;
        padding-left: 100px;
        padding-top: 5px;
    }
    .contact-smart{
        font-size: 13px;
        padding-left: 100px;
        padding-top: 5px;
    }
    .contact-email{
        font-size: 13px;
        padding-left: 100px;
        padding-top: 5px;
    }
    .contact-social{
        color: black;
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
    }
    .contact-social-box{
        gap: 20px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
    .contact-social-box i{
        background: #fa6f10;
        color: white;
        width: 35px;
        height: 35px;
        font-size: 16px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-box i:hover{
        transform: translateY(-5px);
    }
}
@media only screen and (max-width: 767px) {
    .contact-second-section-container{
        padding-bottom: 50px;
    }
    .contact-second-section-container .left-box a{
        text-decoration: none;
        color: black;
    }
    .contact-second-section-container .left-box span{
        font-weight: bold;
    }
    .contact-second-section-container .left-box a:hover{
        text-decoration: none;
        color: #fa6f10;
    }
    .contact-title-1{
        text-align: center;
        font-size: 25px;
        color: black;
        font-weight: bold;
    }
    .contact-title-2{
        text-align: center;
        font-size: 32px;
        font-weight: bold;
    }
    .contact-title-3{
        text-align: center;
        font-size: 25px;
        color: black;
        font-weight: bold;
    }
    .contact-title-4{
        text-align: center;
        font-size: 18px;
        color: black;
    }
    .contact-place{
        font-size: 16px;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
    .contact-tel{
        font-size: 13px;
        padding-left: 40px;
        padding-top: 5px;
    }
    .contact-globe{
        font-size: 13px;
        padding-left: 40px;
        padding-top: 5px;
    }
    .contact-smart{
        font-size: 13px;
        padding-left: 40px;
        padding-top: 5px;
    }
    .contact-email{
        font-size: 13px;
        padding-left: 40px;
        padding-top: 5px;
    }
    .contact-social{
        color: black;
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
    }
    .contact-social-box{
        gap: 20px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
    .contact-social-box i{
        background: #fa6f10;
        color: white;
        width: 35px;
        height: 35px;
        font-size: 16px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-box i:hover{
        transform: translateY(-5px);
    }
}
@media only screen and (max-width: 575px) {
    .contact-second-section-container{
        padding-bottom: 50px;
    }
    .contact-second-section-container .left-box a{
        text-decoration: none;
        color: black;
    }
    .contact-second-section-container .left-box span{
        font-weight: bold;
    }
    .contact-second-section-container .left-box a:hover{
        text-decoration: none;
        color: #fa6f10;
    }
    .contact-title-1{
        text-align: center;
        font-size: 21px;
        color: black;
        font-weight: bold;
    }
    .contact-title-2{
        text-align: center;
        font-size: 27px;
        font-weight: bold;
    }
    .contact-title-3{
        text-align: center;
        font-size: 21px;
        color: black;
        font-weight: bold;
    }
    .contact-title-4{
        text-align: center;
        font-size: 16px;
        color: black;
    }
    .contact-place{
        font-size: 15px;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
    .contact-tel{
        font-size: 12px;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
    .contact-globe{
        font-size: 12px;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
    .contact-smart{
        font-size: 12px;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
    .contact-email{
        font-size: 12px;
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
    }
    .contact-social{
        color: black;
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
    }
    .contact-social-box{
        gap: 20px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
    .contact-social-box i{
        background: #fa6f10;
        color: white;
        width: 35px;
        height: 35px;
        font-size: 16px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-box i:hover{
        transform: translateY(-5px);
    }
}
/*  Right Side Responsive */
@media only screen and (min-width: 1400px) {
    .contact-form-title{
        font-size: 25px;
        font-weight: bold;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 100%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 65px;
        font-size: 18px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        font-size: 18px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 13px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 17px;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 30px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: start;
        position: relative;
        width: 100%;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 100%;
        height: 45px;
        font-size: 18px;
        outline: none !important;
        padding: 30px;
    }
    .input-box span{
        position: absolute;
        font-size: 18px;
        left: 30px;
        top: 17px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-28px);
        font-size: 15px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 100%;
        resize: none; 
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 17px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    }
    #charCount {
        margin-top: 10px;
        font-size: 14px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-28px);
        font-size: 15px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 10px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
    
    }
    .contact-second-section-container .contact-second-button button{
        width: 45%;
        height: auto;
        padding: 10px;
        font-size: 18px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 15px;
        height: 15px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 1399px) {
    .contact-form-title{
        font-size: 21px;
        font-weight: bold;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 100%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 55px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        margin-top: -3px;
        font-size: 16px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 12px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 16px;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 30px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: start;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 100%;
        height: auto;
        font-size: 16px;
        outline: none !important;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 20px;
    }
    .input-box span{
        position: absolute;
        font-size: 16px;
        left: 30px;
        top: 17px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-25px);
        font-size: 12px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 100%;
        resize: none; 
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 16px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    }
    #charCount {
        margin-top: 10px;
        font-size: 14px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-26px);
        font-size: 12px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 10px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
    
    }
    .contact-second-section-container .contact-second-button button{
        width: 45%;
        height: auto;
        padding: 10px;
        font-size: 16px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 15px;
        height: 15px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 1199px) {
    .contact-form-title{
        font-size: 21px;
        font-weight: bold;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 100%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 45px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        margin-top: -5px;
        font-size: 15px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 10px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: start;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 100%;
        height: auto;
        font-size: 15px;
        outline: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 20px;
    }
    .input-box span{
        position: absolute;
        font-size: 15px;
        left: 30px;
        top: 13px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-20px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 100%;
        resize: none; 
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 15px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    
    }
    #charCount {
        margin-top: 10px;
        font-size: 14px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-21px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 10px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
    
    }
    .contact-second-section-container .contact-second-button button{
        width: 50%;
        height: auto;
        padding: 10px;
        font-size: 15px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 12px;
        height: 12px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 991px) {
    .contact-form-title{
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 100%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 45px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        margin-top: -5px;
        font-size: 15px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 10px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: start;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 100%;
        height: auto;
        font-size: 15px;
        outline: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 20px;
    }
    .input-box span{
        position: absolute;
        font-size: 15px;
        left: 30px;
        top: 13px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-20px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 100%;
        resize: none; 
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 15px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    
    }
    #charCount {
        margin-top: 10px;
        font-size: 14px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-21px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 10px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    .contact-second-section-container .contact-second-button button{
        width: 45%;
        height: auto;
        padding: 10px;
        font-size: 15px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 12px;
        height: 12px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 767px) {
    .contact-form-title{
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 100%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 45px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        margin-top: -3px;
        font-size: 15px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 10px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: start;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 100%;
        height: auto;
        font-size: 15px;
        outline: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 20px;
    }
    .input-box span{
        position: absolute;
        font-size: 15px;
        left: 30px;
        top: 12px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-20px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 100%;
        resize: none; 
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 15px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    
    }
    #charCount {
        margin-top: 10px;
        font-size: 14px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-21px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 10px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    .contact-second-section-container .contact-second-button button{
        width: 50%;
        height: auto;
        padding: 10px;
        font-size: 13px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 10px;
        height: 10px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 575px) {
    .contact-form-title{
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 80%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 45px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        margin-top: -3px;
        margin-left: -60px;
        font-size: 15px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 10px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 80%;
        height: auto;
        font-size: 15px;
        outline: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 20px;
    }
    .input-box span{
        position: absolute;
        font-size: 15px;
        left: 90px;
        top: 12px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-20px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 80%;
        resize: none; 
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 15px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    
    }
    #charCount {
        margin-top: 10px;
        font-size: 14px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-21px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 60px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    .contact-second-section-container .contact-second-button button{
        width: 50%;
        height: auto;
        padding: 10px;
        font-size: 13px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 10px;
        height: 10px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 507px) {
    .contact-form-title{
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 80%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 45px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        margin-top: -3px;
        margin-left: -50px;
        font-size: 15px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 10px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 80%;
        height: auto;
        font-size: 15px;
        outline: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 20px;
    }
    .input-box span{
        position: absolute;
        font-size: 15px;
        left: 80px;
        top: 12px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-20px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 80%;
        resize: none; 
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 15px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    
    }
    #charCount {
        margin-top: 10px;
        font-size: 14px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-15px) translateY(-21px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 60px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    .contact-second-section-container .contact-second-button button{
        width: 50%;
        height: auto;
        padding: 10px;
        font-size: 13px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 10px;
        height: 10px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 407px) {
    .contact-form-title{
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 80%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 45px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        margin-top: -3px;
        margin-left: -40px;
        font-size: 15px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 10px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 18px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 80%;
        height: auto;
        font-size: 14px;
        outline: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 20px;
    }
    .input-box span{
        position: absolute;
        font-size: 14px;
        left: 60px;
        top: 12px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-10px) translateY(-20px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 80%;
        resize: none; 
        padding-left: 15px;
        padding-right: 20px;
        padding-top: 14px;
        padding-bottom: 20px;
        font-size: 15px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    
    }
    #charCount {
        margin-top: 10px;
        font-size: 12px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-10px) translateY(-21px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 60px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    .contact-second-section-container .contact-second-button button{
        width: 50%;
        height: auto;
        padding: 10px;
        font-size: 10px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 9px;
        height: 9px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 347px) {
    .contact-form-title{
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        padding-top: 50px;
    }
    .contact-second-section-container form{
        padding-top: 10px;
    }
    /* Select Box */
    .custom-select {
        position: relative;
        width: 80%;
        height: auto;
    }
    .select-selected {
        position: relative; 
        background: white;
        border-radius: 5px;
        cursor: pointer;
        border: 2px solid #808080;
        height: 45px;
        color: #808080;
        font-weight: 500;
    }
    .select-selected span{
        position: relative; 
        margin-top: -2px;
        margin-left: -40px;
        font-size: 13px !important;
    }
    .select-selected i {
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%) rotate(0deg); 
        transition: transform 0.5s ease; 
        font-size: 8px;
    }
    .select-items {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: auto;
        border-radius: 4px;
        z-index: 1;
        border-right: 1px solid #808080;
        border-left: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-top: none;
    }
    .select-items div {
        cursor: pointer;
        font-size: 13px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 20px;
        color: #808080;
        user-select: none;
    }
    .select-items div:hover {
        background: #fa6f10;
        color: white;
        font-weight: 500;
    }
    .custom-select.active .select-items {
        display: block;
    }
    /*Input*/
    .input-box{
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .input-box input{
        background: white;
        color: black;
        border: 2px solid #808080;
        border-radius: 5px; 
        text-align: start;
        width: 80%;
        height: auto;
        font-size: 13px;
        outline: none !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 20px;
    }
    .input-box span{
        position: absolute;
        font-size: 13px;
        left: 53px;
        top: 12px;
        color: #808080;
        transition: 0.5s;
        font-weight: 500;
        cursor: pointer;
    }
    .input-box input:valid,
    .input-box input:focus{
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box input:valid ~ .animation,
    .input-box input:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-10px) translateY(-20px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    
    /*Textarea*/
    .input-box textarea {
        width: 80%;
        resize: none; 
        padding-left: 15px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 13px;
        border-radius: 10px;
        border: 2px solid #808080;
        transition: border-color 0.3s;
    
    }
    #charCount {
        margin-top: 10px;
        font-size: 10px;
        color: #808080;
    }
    .input-box textarea:valid,
    .input-box textarea:focus{
        outline: none !important;
        color: black;
        border: 2px solid #fa6f10;
        background: white;
    }
    .input-box textarea:valid ~ .animation,
    .input-box textarea:focus ~ .animation{
        padding-left: 5px;
        padding-right: 5px;
        color: black;
        background: white;
        transform: translateX(-10px) translateY(-21px);
        font-size: 10px;
        border-radius: 5px;
        font-weight: 600;
    }
    .count-box{
        display: flex;
        justify-content: end;
        padding-right: 60px;
        margin-top: -20px;
        padding-bottom: 10px;
    }
    .contact-second-section-container .contact-second-button{
        max-width: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    .contact-second-section-container .contact-second-button button{
        width: 50%;
        height: auto;
        padding: 10px;
        font-size: 10px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .contact-second-section-container .contact-second-button button img{
        width: 8px;
        height: 8px;
        margin-left: 5%;
        margin-bottom: 2px;
    }
    .contact-second-section-container .contact-second-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
/* ---- Second Section End -----*/

/* ---- Third Section Start -----*/
@media only screen and (min-width: 1200px) {
    .contact-third-section-container{
        padding-bottom: 70px;
    }
    .contact-third-section-title{
        font-size: 25px;
        font-weight: bold;
        color: black;
    }
    .contact-map-title{
        font-size: 21px;
        font-weight: bold;
        color: black;
    }
    .contact-map-description{
        font-size: 17px;
        color: black;
    }
    .contact-map{
        max-width: 100%;
        height: auto;
    }
    .contact-map iframe{
      width: 100%;
      height: 300px;
      border-radius: 10px;
      padding-top: 20px;
    }
    .contact-map-box{
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1199px) {
    .contact-third-section-container{
        padding-bottom: 70px;
    }
    .contact-third-section-title{
        font-size: 21px;
        font-weight: bold;
        color: black;
    }
    .contact-map-title{
        font-size: 18px;
        font-weight: bold;
        color: black;
    }
    .contact-map-description{
        font-size: 13px;
        color: black;
        padding-top: 10px;
    }
    .contact-map{
        max-width: 100%;
        height: auto;
    }
    .contact-map iframe{
      width: 100%;
      height: 250px;
      border-radius: 10px;
      padding-top: 20px;
    }
    .contact-map-box{
        justify-content: space-between;
    }
}
@media only screen and (max-width: 991px) {
    .contact-third-section-container{
        padding-bottom: 70px;
        padding-top: 30px;
    }
    .contact-third-section-title{
        font-size: 21px;
        font-weight: bold;
        color: black;
        text-align: center;
    }
    .contact-map-title{
        font-size: 18px;
        font-weight: bold;
        color: black;
        padding-top: 20px;
    }
    .contact-map-description{
        font-size: 13px;
        color: black;
        padding-top: 10px;
    }
    .contact-map{
        max-width: 100%;
        height: auto;
    }
    .contact-map iframe{
      width: 100%;
      height: 220px;
      border-radius: 10px;
      padding-top: 20px;
    }
    .contact-map-box{
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767px) {
    .contact-third-section-container{
        padding-bottom: 70px;
        padding-top: 30px;
    }
    .contact-third-section-title{
        font-size: 21px;
        font-weight: bold;
        color: black;
        text-align: center;
    }
    .contact-map-title{
        font-size: 18px;
        font-weight: bold;
        color: black;
        padding-top: 20px;
        text-align: center;
    }
    .contact-map-description{
        font-size: 13px;
        color: black;
        padding-top: 10px;
        text-align: center;
    }
    .contact-map{
        max-width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .contact-map iframe{
      width: 100%;
      height: 220px;
      border-radius: 10px;
      padding-top: 20px;
    }
    .contact-map-box{
        justify-content: space-between;
    }
}
@media only screen and (max-width: 575px) {
    .contact-third-section-container{
        padding-bottom: 70px;
        padding-top: 30px;
    }
    .contact-third-section-title{
        font-size: 21px;
        font-weight: bold;
        color: black;
        text-align: center;
    }
    .contact-map-title{
        font-size: 18px;
        font-weight: bold;
        color: black;
        padding-top: 20px;
        text-align: center;
    }
    .contact-map-description{
        font-size: 13px;
        color: black;
        padding-top: 10px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-map{
        max-width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .contact-map iframe{
      width: 85% !important;
      height: 220px;
      border-radius: 10px;
      padding-top: 20px;
    }
    .contact-map-box{
        justify-content: space-between;
    }
}
@media only screen and (max-width: 457px) {
    .contact-third-section-container{
        padding-bottom: 70px;
        padding-top: 30px;
    }
    .contact-third-section-title{
        font-size: 18px;
        font-weight: bold;
        color: black;
        text-align: center;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .contact-map-title{
        font-size: 16px;
        font-weight: bold;
        color: black;
        padding-top: 10px;
        text-align: center;
    }
    .contact-map-description{
        font-size: 12px;
        color: black;
        padding-top: 10px;
        text-align: center;
    }
    .contact-map{
        max-width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .contact-map iframe{
      width: 85% !important;
      height: 220px;
      border-radius: 10px;
      padding-top: 20px;
    }
    .contact-map-box{
        justify-content: space-between;
    }
}
/* ---- Third Section End -----*/

/* ---- Contact Footer Start-----*/
.contact-footer-section-container {
    background: #1f2835;
    border-radius: 0px;
    z-index: 100;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.contact-footer-section-container-solid {
    background: #1f2835;
    border-radius: 15px;
    z-index: 100;
    width: 98%;
    height: auto;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    .contact-copyright-box{
        display: flex;
        justify-content: start;
    }
    .contact-copyright-box span{
        color: white;
        font-size: 17px;
        padding-top: 25px;
    }
    .contact-social-media-box{
        display: flex;
        justify-content: end;
        flex-direction: row;
        gap: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact-social-media-box a{
        text-decoration: none;
    }
    .contact-social-media-box i{
        background: #fa6f10;
        color: white;
        width: 45px;
        height: 45px;
        font-size: 18px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-media-box i:hover{
        transform: translateY(-5px);
    }
}
@media only screen and (max-width: 991px) {
    .contact-copyright-box{
        display: flex;
        justify-content: start;
    }
    .contact-copyright-box span{
        color: white;
        font-size: 15px;
        padding-top: 20px;
    }
    .contact-social-media-box{
        display: flex;
        justify-content: end;
        flex-direction: row;
        gap: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact-social-media-box a{
        text-decoration: none;
    }
    .contact-social-media-box i{
        background: #fa6f10;
        color: white;
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-media-box i:hover{
        transform: translateY(-5px);
    }
    
}
@media only screen and (max-width: 767px) {
    .contact-copyright-box{
        display: flex;
        justify-content: center;
    }
    .contact-copyright-box span{
        color: white;
        font-size: 13px;
        padding-top: 20px;
    }
    .contact-social-media-box{
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact-social-media-box a{
        text-decoration: none;
    }
    .contact-social-media-box i{
        background: #fa6f10;
        color: white;
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-media-box i:hover{
        transform: translateY(-5px);
    }
    
}
@media only screen and (max-width: 452px) {
    .contact-copyright-box{
        display: flex;
        justify-content: center;
    }
    .contact-copyright-box span{
        color: white;
        font-size: 12px;
        padding-top: 20px;
    }
    .contact-social-media-box{
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contact-social-media-box a{
        text-decoration: none;
    }
    .contact-social-media-box i{
        background: #fa6f10;
        color: white;
        width: 25px;
        height: 25px;
        font-size: 15px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in-out;
    }
    .contact-social-media-box i:hover{
        transform: translateY(-5px);
    }
    
}

/* ---- Contact Footer End ----*/


/* ---- Animation Start -----*/

.contact-main-section-container,
.left-box,
.map-title-left,
.map-left{
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.contact-main-section-container.visible,
.left-box.visible,
.map-title-left.visible,
.map-left.visible{
    opacity: 1;
    transform: translateY(0);
}
.right-box,
.map-right{
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.right-box.visible,
.map-right.visible{
    opacity: 1;
    transform: translateY(0);
}


/* ---- Animation End -----*/