/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/

@font-face {
    font-family: 'Catfiles';
    src: url('cat/CatfilesRegular.woff2') format('woff2'),
         url('cat/CatfilesRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    min-height: 100vh;
    overflow-x: hidden;
}
body {
    font-family: 'inter';
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    height: 100vh;
    color: #0e3070;
    font-size: 18px;
    text-align: center;
}
.bold{
    font-weight: bold;
 font-size: 20px;
}
.contact-hero-section{
    padding-top: 100px;
}
.container-medium{
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
     font-family: 'Catfiles', sans-serif;
    font-size: 50px;
    margin-bottom: 20px;
    color: #021b4a;
}
.grid-contact-meta{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
    justify-content: center;
}
.box{
    background-color: #ecf2ff;
    padding: 20px;
    width: 286px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact-meta-title{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.contact-meta-link{
    margin-bottom: 20px;
}
a.contact-meta-link {
    text-decoration: none;
    color: #0e3070;
}
a.contact-meta-link:hover{
    text-decoration: underline;
}
.contact-meta-link i{
    margin-right: 15px;
}

.contact-details{
    display: flex;
    background-color: #fcf9f9;
    justify-content: space-around;
    padding: 3rem;
}
#contact-2 {
    width: 40%;
}
/* #contact-1 {
    width: 30%;
    padding: 3rem;
} */
p i{
    margin-right: 10px;
}
p a{
    text-decoration: none;
    cursor: pointer;
    color: #052a50;
}
.contact-details img{
    position: relative;
    top: 16%;
}
.form-container {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.form-container h2 {
    margin-bottom: 20px;
    color: #052a50;
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #052a50;
}

.form-group input, textarea {
    width: 100%;
    border: 1px solid #0e3070;
    border-radius: 10px;
    color: #021b4a;
    height: 48px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.6em;
    transition: border-color .3s ease-in-out;
}

.form-group textarea {
    resize: none;
    height: 100px;
}

.form-group button {
    width: 100%;
    padding: 10px;
    background-color: #0e3070;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-group button:hover {
    background-color: #ffd100;
    color:#0e3070;
}
section {
    padding: 2rem 3rem;
    text-align: center;
    max-width:100%;
    margin: 0;
}
/* back to button */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #0e3070;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  #backToTop:hover {
    background-color: #0056b3;
  }
  
  #backToTop:active {
    transform: scale(0.9);
  }
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50%;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }

  .whatsapp-float i {
    margin-top: 15px;
  }

  .whatsapp-float:hover {
    background-color: #1ebe5d;
    cursor: pointer;
  }
@media (max-width: 480px) {
/* section{
    padding: 2rem 1.5rem;
} */
.contact-img {
    background-color: #f9f2dc;
    padding: 40px 10px 200px;
    background-repeat: no-repeat;
    background-position: bottom;
    line-height: 2em !important;
    background-size: 200px;
    /* height: 300px; */
}
.container h2{
   font-size: 22px;
   font-weight: 600;
   text-align: center;
   
}
.contact-details{
    display: flex;
    flex-direction: column;
    padding: 0;
}
#contact-2 {
    width: 100%;
}

.grid-contact-meta{
flex-direction: column;
}
#contact-1{
    display: none;
}
#contact-3{
    display: none;
}
}
