*{
    margin: 0;
    padding: 0;
}
.shreya-contact-section{
    height: auto;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.shreya-contact-section .shreya-contact-container{
    height: auto;
    width: 80%;
    /* border: 1px solid black; */
    margin:auto;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-map{
    width: 100%;
    height: 500px;
    /* border: 1px solid red; */
    border-radius: 10px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-map iframe{
    width: 100%;
    height: 100%;
     border-radius: 10px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card{
    height: auto;
    /* border: 1px solid green ; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left{
    width: 46%;
    height: auto;
    /* border: 1px solid black; */
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-title h2{
    color: #1F2432;
    font-family: 'Yantramanav', sans-serif;
    font-size: 37px;
    position: relative;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-title h2::before{
    content: '';
    position: absolute;
    top: 50px;
    width: 15%;
    height: 3px;
    background-color: #003e4d;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-title p{
    font-family: 'Poppins', sans-serif !important;
    color: #757F95;
    font-size: 15px;
    line-height: 22px;
    padding-top: 20px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info span{
    font-size: 37px;
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    font-weight: 500;
    color: #1F2432;
    font-family: 'Spartan-SemiBold', sans-serif;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info ul li{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info ul li span{
    border-radius: 20px;
   width: 65px;
    height: 65px;
    /* line-height: 65px; */
    text-align: center;
    z-index: 1;
    position: relative;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
    background-color: #F0F4F5;
    border: 1px solid rgba(31, 36, 50, 0.1);
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info ul li a{
    font-size: 20px;
    list-style-type: none;
    text-decoration: none;
    display: inline-block;
    font-family: 'Spartan-SemiBold', sans-serif;
    color: #6C757D;
    transition: 0.6s;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info ul li:hover a{
    color: #f18a27;
    transition: 0.6s;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info ul li span img{
    color: #757F95;
    font-size: 40px;
    position: absolute;
    left: 8px;
    top: 9px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info ul li:hover span img{
    transform: scale(0.9);
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info ul li span::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 20px;
    background-color: #F0F4F5;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-left
.shreya-contact-card-left-contact-info ul li span::after{
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 100%;
    width: 100%;
    z-index: -2;
    border-radius: 20px;
    background-color: #003e4d;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right{
    width: 52%;
    height: auto;
    padding-top: 40px;
    background: #f0f7ff;
    margin-top: -100px;
    /* border: 1px solid black; */
    border-radius: 20px;
        border: 1px solid #e9ebf1;
        position: relative;
        transition: 0.5s;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right:hover::after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    z-index: -1;
    background-color: #003e4d;
    transition: 0.5s;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right .shreya-contact-card-right-title{
    margin-left: 40px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right .shreya-contact-card-right-title
h5{
color: #003e4d;
    font-family: 'Yantramanav', sans-serif;

}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right .shreya-contact-card-right-title
h2{
color: #1F2432;
    font-family: 'Yantramanav', sans-serif;
    font-size: 37px;
    position: relative;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right .shreya-contact-card-right-title
h2::before{
    position: absolute;
    content: '';
    top: 50px;
    /* bottom: 10px; */
    width: 20%;
    height: 2px;
    background-color: #003e4d;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right .shreya-contact-card-right-title
p{
        font-family: 'Poppins', sans-serif !important;
    color: #757F95;
    font-size: 15px;
    line-height: 22px;
    padding-top: 20px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form{
    margin-left: 40px;
    padding-top: 20px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-sub-input{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 10px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-sub-input input{
    width: 200px;
    height: 50px;
    outline: none;
    border: none;
    padding: 0px 30px;
    border-radius: 5px;
    background-color: #F0F4F5;
    border: 1.5px solid rgba(9, 31, 46, 0.1);
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-sub-input input:focus{
    border-color: #003e4d;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-sub-input input::placeholder{
    font-family: 'Poppins', sans-serif;
    color: #757F95;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-message{
    /* margin-left: 30px; */
    padding-top: 30px;
    padding-bottom: 30px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-message textarea{
    width: 82%;
    height: 140px;
    outline: none;
    border: none;
    padding: 30px 30px;
    border-radius: 5px;
    background-color: #F0F4F5;
    border: 1.5px solid rgba(9, 31, 46, 0.1);
    font-family: 'Poppins', sans-serif !important;
    color: #757F95;
    font-weight: 500;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-message textarea:focus{
    border-color: #003e4d;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-btn{
    padding-bottom: 20px;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-btn .shreya-contact-button{
    font-size: 16px;
    padding: 15.5px 29px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    transition: 0.4s;
    border-radius: 8px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
    background-color: #003e4d;
    border: none;
    outline: none;
    
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-btn .shreya-contact-button span{
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-btn .shreya-contact-button span .contact-text-1{
    position: relative;
    display: block;
    transition: 0.3s;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-btn .shreya-contact-button span .contact-text-2{
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-btn .shreya-contact-button:hover span .contact-text-2{
    top: 50%;
    transform: translateY(-50%);
}
.shreya-contact-section .shreya-contact-container .shreya-contact-card .shreya-contact-card-right form
.shreya-contact-inputs .shreya-contact-btn .shreya-contact-button:hover span .contact-text-1{
        transform: translateY(-150%);
}