
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }

  .con-hero {
    position: relative;
    width: 100%;
    height: 40vh; /* Reduced height */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.con-content {
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    animation: fadeIn 2s ease-in-out;
}

.con-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    animation: slideInFromLeft 1s ease-in-out;
}

.con-content p {
    font-size: 1.2rem;
    line-height: 1.5;
    animation: slideInFromRight 1s ease-in-out;
}

.animation-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.animation-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .con-content h1 {
        font-size: 2.5rem;
    }

    .con-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .con-content h1 {
        font-size: 2rem;
    }

    .con-content p {
        font-size: 0.9rem;
    }
}


#section-3{
    /* height: 530px; */
    width: 100%;

}
#contact-heading{
    text-align: center;
    padding-top: 3%;
    font-size: 2rem;
    color:#1078bf;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

  }
#contact-heading:hover{
  text-decoration: underline;
}
#contact-sub{
    font-size: 1.3rem;
    text-align: center;
    padding-top: 1%;
}

.con-form {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 0px 4px rgba(52, 52, 53, 0.185);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 4%;
    margin-left: 15%;
    height: 450px;

  }
  .con-title {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #1a202c;
  }
  
  .con-label {
    color: rgb(0, 0, 0);
    margin-bottom: 4px;
  }
  
  .con-input {
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.2rem;
    color: #4a5568;
    outline: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
  }
  
  .con-input:focus {
    background-color: #fff;
    box-shadow: 0 0 0 2px #cbd5e0;
  }
  
  .con-input:valid {
    border: 1px solid green;
  }
  
  .con-input:invalid {
    border: 1px solid rgba(14, 14, 14, 0.205);
  }
  
  .submit {
    background-color: #1a202c;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-top: 3%;
  }
  #div2 {
    width: 100%;
   
  } 
  #form-id{
    width: 100%;
    
    height: 500px;
    display: flex;
    justify-content: space-evenly;
    background-color: #fcfcfc;
    margin-top: 1%;
    margin-bottom: 10px;
  }
  .con-lists{
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  #heading-1{
    padding-top: 12%;
    padding-left: 10%;
    font-size: 1.5rem;
    color: #1078bf;
  }
  .con-sub-content{
    font-size: 18px;
    padding-left: 10%;
    padding-top: 3%;
  }
  .con-details{
    margin-top: 5%;
    margin-left: 10%;
  }
  .con-details ol{
    margin-top: 3%;
  }
  .con-details ol li{
   
    list-style: none;
    line-height: 5vh;
    font-size: 1.2rem;
  }
  
  .con-details h2{
    color: #1078bf;
    
  }
  .fa-solid{
    color: #4A9F3B;
  }
  .fa-regular{
    color:#4A9F3B;
  }
  #div3{
    margin-top: 5%;
    margin-left: 10%;
  }
  #div3 h2{
   
    color: #1078bf;
   
  }
  #div3 p{
 
    font-size: 1.2rem;
    line-height: 5vh;
  
  }
  #div2 hr{
    width: 550px;
    position: relative;
    left: 5%;
    top: 3%;
  }
  #contact-content{
    font-size: 1.2rem;
    line-height: 3vh;
  }
  b{
    color:#48eb2b;
  }
  .contact-content1{
    
    width: 95%;
    margin-left: 2.5%;
    margin-top: 2%;
    line-height: 5vh;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  }
  .section-4{
    height: 500px;
    border: 2px solid;
    width: 100%;
  }
  .footer1{
    height: 150px;
    width: 100%;
    background-color: #084c7f;
  }
  .f-content{
    font-size: 1.2rem;
    color: #fff;
    padding-left: 40%;
    padding-top: 2.5%;
  }

  /* -----------------footer icons----------------------- */
  /* From Uiverse.io by WAIOKYERE */ 
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20%;
  color: #4d4d4d;
  background-color: #ffff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 50%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}
.example-2 .icon-content a[data-social="spotify"] .filled,
.example-2 .icon-content a[data-social="spotify"] ~ .tooltip {
  background-color: #1db954;
}
.example-2 .icon-content a[data-social="pinterest"] .filled,
.example-2 .icon-content a[data-social="pinterest"] ~ .tooltip {
  background-color: #bd081c;
}
.example-2 .icon-content a[data-social="dribbble"] .filled,
.example-2 .icon-content a[data-social="dribbble"] ~ .tooltip {
  background-color: #0088cc;
}
.example-2 .icon-content a[data-social="telegram"] .filled,
.example-2 .icon-content a[data-social="telegram"] ~ .tooltip {
  background-color: red;
}

ol{
  list-style: none;
}

@media screen and (min-width: 350px) and (max-width: 480px) {
  /* Hero Section */
  .con-hero {
      height: 30vh;
      background-size: cover;
  }

  .con-content {
      margin: 0;
      text-align: center;
      padding: 0 15px;
  }

  #contactheading {
      font-size: 2rem;
      margin-bottom: 0.5rem;
  }

  #hero-content {
      font-size: 1rem;
      max-width: 90%;
  }

  /* Section 3 (Contact Section) */
  #section-3 {
      height: auto;
      padding: 2px 15px;
  }

  #contact-heading {
      font-size: 1.2rem;
      padding-top: 5px;
  }

  #contact-sub {
      font-size: 1rem;
      padding-top: 5px;
  }

  /* Form and contact details layout adjustments */
  #form-id {
      flex-direction: column;
      height: auto;
      padding: 15px;
      gap: 5px;
  }

  .con-lists, .lists {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px;
  }

  .con-form {
      margin: 0 auto;
      max-width: 100%;
      padding: 10px 10px;
  }

  .con-title {
      font-size: 1.8rem;
  }

  .con-input, .submit {
      font-size: 1rem;
      padding: 10px;
  }

  #heading-1 {
      font-size: 1.4rem;
      /* padding: 15px 0 5px; */
      margin: auto;
  }

  .con-sub-content {
      font-size: 1rem;
      padding-left: 0;
  }

  .con-details h2, #div3 h2 {
      font-size: 1.4rem;
  }

  .con-details ol li {
      font-size: 1rem;
  }
  #div2{
    margin-top: 0;
    padding: 0;
  }

  #div3 p {
      font-size: 1rem;
  }

  /* HR adjustments */
  #div2 hr, #div3 hr {
      width: 80%;
      margin: 10px auto;
      border: 0.5px solid #ccc; /* Thinner border for mobile */
  }

  /* Map iframe adjustments */
  iframe {
      height: 250px;
      width: 100%;
  }

  /* Footer adjustments */
  .footer1 {
      padding: 15px;
  }

  .f-content {
      font-size: 1rem;
      padding: 0;
      text-align: center;
  }

  /* Footer icons adjustments */
  .example-2 {
      flex-wrap: wrap;
  }

  .example-2 .icon-content {
      margin: 5px;
  }

  .example-2 .icon-content a {
      width: 30px;
      height: 30px;
  }

  .example-2 .icon-content a svg {
      width: 20px;
      height: 20px;
  }

  .example-2 .icon-content .tooltip {
      font-size: 12px;
      top: -40px;
  }
}
