
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}


.bold{
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: -19px;
}

.bold :hover{
  color: #450920;
  text-decoration: none;

}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Make sure it stays above other elements */
    background-color: white; /* Or any background you use */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: subtle shadow */
  }

nav li img{
    width: 40px;
    height: 40px;
   
    border-radius: 70px;
   margin-top: 5px;
}

nav{
    background-color: #F9DBBD;
    color: #450920;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
/* 
    align-items: center; */
}

nav li{
    height: 50px;
 

}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
  color: #440920; 
  font-weight: 600;
  /* font-size: 1.1rem; */
   
}

nav a:hover{
    text-decoration: underline;
    color: rgb(179, 122, 131);
}

.left-nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}

.right-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex: 1; /
}


.sidebaar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display:none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebaar li{
    width: 100%;
}

.sidebaar a{
    width: 100%;
}

.menu-button{
    display: none;
}

@media(max-width: 800px){
    .hideOnMobile {
        display: none;
    }
    .menu-button{
        display: block;
    }
}

@media(max-width: 400px){
    .sidebaar{
        width : 100%
    }
    .bold{
        font-size: 1rem;
        font-weight: 700;
    }
}

.help-btn, .help-btn1 {
    background-color: #450920;
    color: #F9DBBD;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 4px;
  }
  
  .help-btn:hover {
    background-color: transparent;
    font-size: 16px;
    padding: 9px 20px;
    font-weight: bolder;;
    color: #450920;
    border: #450920 2px solid;}



.text{
min-height: 100vh;
background-image: url(image/bg/shif.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-top: 51px;
}

.text{
color: #F9DBBD;

}
.main_text{
padding-top: 50px;
padding-left: 50px;
}

.main_text button{
font-size: 3rem;
font-weight: 700;
color: #450920;
background-color: #F9DBBD;
border: none;
border-radius: 5px;
padding: 3px 20px;
font-style: inherit;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);


}
.main_text p{
max-width: 40vw;
font-size: 1.2rem;
text-align: start;
margin-top: 50px;
line-height: 30px;

}
.download-btn button{
  
    background-color: #450920;
    color: #F9DBBD;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 40px;
    text-align: center;
  }
  
  .download-btn button:hover {
    background-color: transparent;
    font-size: 16px;
    padding: 9px 20px;
    font-weight: bolder;;
    color: #450920;
    border: #450920 2px solid;}


    @media screen and (max-width: 1025px){

      .txt button{
        font-size: 2.2rem;
        padding: 3px 10px;
      }

      .main_text p{
        font-size: 1rem;
        line-height: 23px;
      }

      #buttons h2{
        font-size: 2rem;
      }

    }

     @media screen and (max-width: 770px){
   body {
        /* background-size: 100%; */
        background-position: right;
         background-size: cover;
    /* background-repeat: no-repeat;
    background-position: center; */
        
    }
    .txt button{
          font-size: 1.7rem;

    }
    .main_text p{
      margin-bottom: -31px;

    }
    #buttons h2{
      font-size: 2rem;

     }
     .emg-button1{
          display: flex
;
    flex-direction: column;
     }

      .emg-button2{
          display: flex
;
    flex-direction: column;
     }
     .heading p{
      text-align: center;
     }
    }


     @media screen and (max-width:440px){
   .text{
    margin-top: 44px;
    
min-height: 100vh;
background-image: url(image/bg/resp2.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;

}

  .main_text{
display: flex;
flex-direction: column;
justify-content: end;
align-items:center ;
margin-left: -35px;
   }
   .txt button{
        margin-top: 301px;
    margin-left: -36px;
    margin-bottom: -32px;
   }

   .main_text p{
      max-width: 90vw;
      font-size: 0.8rem;
}

.download-btn button{
  margin-bottom: 25px;
  font-size: 1rem;
  margin-top: 45px;
     }

     #buttons {

padding: 5px;
gap: 5px;
font-size: 2rem;
}

     .lead {
    font-size: 1.7rem;
  }

  .emg-button1{
          display: flex;
          flex-direction: column;
         
              margin-left: 47px;
              padding: -21px;
             

     }

      .emg-button2{
          display: flex;
        
          align-items: center;
           margin-left: 47px;
                         padding: -21px;

     }

     .emg-button1 img,
.emg-button2 img {
width: 261px;
}

.heading div{
  font-size: 1.2rem;

}
    }


#buttons {
display: flex;
flex-direction: column;
padding: 20px;
gap: 20px;
font-size: 4rem;
}

#buttons h2{
  font-size: 2.5rem;
}
#buttons span{
    color: #a53860;
}

/* Common style for both */
.emg-button1, .emg-button2 {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 20px;
background-color: #F9DBBD;
color: #000000;
border-radius: 10px;
width: 68vw;
gap: 20px;

}

/* Push to left */
.emg-button1 {
align-self: flex-start;
margin-left: 100px;
}

/* Push to right */
.emg-button2 {
align-self: flex-end;
margin-right: 100px;
}

.emg-button1 img,
.emg-button2 img {
width: 40%;
height: 200px;
border-radius: 10px;
}

.heading{
display: flex;
flex-direction: column;


}

.heading div{
color: brown;
font-size: 1.8rem;
font-weight: 800;
margin-bottom: 10px;
text-align: center;
}
.heading p{
font-size: 1.1rem;
color: #450920;
}

h2{
font-size: 2rem;
font-weight: 700;
color: #450920;
background-color: #F9DBBD;
border: none;
border-radius: 5px;
padding: 3px 4px;
font-style: inherit;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
margin-bottom: 30px;
margin-top: 20px;
text-align: center;
}


@media screen and (max-width: 440px){

   #buttons {

padding: 5px;
gap: 5px;
font-size: 2rem;
}

     .lead {
    font-size: 1.7rem;
  }

  .emg-button1{
          display: flex;
          flex-direction: column;
         
              margin-left: 62px;
               margin-bottom: 20px;
              padding: -21px;
             

     }

      .emg-button2{
          display: flex;
        
          align-items: center;
           margin-right: 64px;
           margin-bottom: 20px;
                         padding: -21px;

     }

     .emg-button1 img,
.emg-button2 img {
width: 261px;
}

.heading div{
  font-size: 1.2rem;

}
.heading p{
  font-size: 0.8rem;
}
  
}








.app-download {
    background-color: #a53860;
    color: #fff;
    padding: 40px;
    font-family: 'Segoe UI', sans-serif;
 
    max-width: 100vw;
    margin-bottom: 1px;
   

  }
  
  .download-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-inline: 200px;
  }
  
  .text-section {
    max-width: 500px;
  }
  
  .text-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding: 10px;
  }
  
  .text-section p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #F9DBBD;
  }
  
  .store-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
   

  }
  .store-buttons button{
    color: #F9DBBD;
    background: #450920;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 700;
  }
  
  .store-buttons img {
    height: 45px;
  }
  
  .rating {
    font-size: 14px;
    color: #ffd700;
  }
  
  .reviews {
    color: #ccc;
    margin-left: 10px;
  }
  
  .image-section img {
    max-width: 300px;
    height: auto;
    border-radius: 12px;
  }

   @media screen and (max-width: 1025px){
    .download-content{
      padding-inline: 50px;
    }

    .text-section {
    max-width: 300px;
  }
   }

   @media screen and (max-width: 1025px){
    .app-download{
          margin-top: -128px;

    }
      .download-content{
      padding-inline: 20px;
    }
     .text-section {
    max-width: 300px;
  }
  .text-section h2 {
   font-size: 1.3rem;
   

   }
.text-section p {
    font-size: 0.8rem;
   
  }

  .store-buttons button{
    font-size: 1rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 440px){


.download-content {
  display: flex;
flex-direction: column-reverse;
}

.image-section img {
    max-height: 50vw  ;
        margin-top: 79px;

   

   }

   .text-section{
    margin-top: -23px;
    max-width: 500px;
   }

   .text-section h2{
    /* margin-top: -23px; */
    padding: 3px -10px;

   }
   .reviews{
    display: none;
   }
}

@media screen and (max-width: 380px){
  .text-section h2{
    font-size: 1rem;
  }
}





  body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f2f2f2;
    color: #333;
  }
  
  .container1 {
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  
  .left-arc {
    flex: 1;
    text-align: center;
    position: relative;
    padding-top: 40px;

  }


   @media screen and (max-width: 1025px){
    .container1{
      padding:10px;
    }
   }

   @media screen and (max-width: 440px){
    .container1{
      flex-direction: column;
      padding: 13px;
    }
    .left-arc{
      margin-bottom: -50px;
    }
    .left-arc h2{
      font-size: 1.5rem;
      margin-top: -322px;

    }
   }

  
@keyframes appear9 {
  from{
    opacity: 0;
    transform: translateY(-100px);
  }
  to{
    opacity: 1;
    transform: translateY(250px);
   
  }
}

.left-arc {
    animation: appear9 0.1s linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
  
  /* .left-arc::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    width: 120px;
    height: 120px;
    border: 12px solid #3db9a7;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: translateX(-50%) rotate(-45deg);
  } */
  
  .left-arc h2 {
    font-size: 2rem;
    font-weight: 700;
   
  }
  
  
  
  .timeline {
    flex: 2;
    position: relative;
  }
  
  .timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(
      to bottom,
      #000,
      #000 5px,
      transparent 5px,
      transparent 10px
    );
  }
  
  .step {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
  }
  
  .circle {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-right: 20px;
    flex-shrink: 0;
  }
  
  .content {
    background: #a53860;
    color: #F9DBBD;
    padding: 20px;
    border-radius: 25px;
    flex: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  
  .content h3 {
    margin: 0;
    font-size: 19px;
    font-size: 700;
    margin-bottom: 10px;
    color: #450920;
  }
  
  .content p {
    margin: 0;
    font-size: 14px;
  }


  @keyframes appear04 {
  from{
    opacity: 1;
    transform: translateX(-100px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
   
  }
}

.content {
    animation: appear04 0.6s linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}







.chatbot{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  background: #a53860;
}
  .card {
    background: white;
    width: 90%;
    max-width: 900px;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border: 2px solid #e0e0ff;
  }
  
  .top-bar {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }
  
  .logo {
    color: #e41b45;
    font-weight: 600;
  }
  
  .headline {
    text-align: center;
    font-size: 32px;
    color: #450920;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .headline span {
    color: #a53860;
    font-style: italic;
  }
  
  .info {
    position: absolute;
    font-size: 12px;
  }
  
  .tag {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .value {
    font-size: 14px;
    font-weight: 600;
  }
  
  .emotion {
    top: 220px;
    left: 90px;
  }
  
  .location {
    bottom: 100px;
    left: 70px;
  }
  
  .industry {
    top: 240px;
    right: 80px;
    text-align: right;
  }
  
  .purple {
    color: #765df4;
  }
  
  .orange {
    color: #f2b64b;
  }
  
  .green {
    color: #3ac7a3;
  }
  
  .mascot {
    display: block;
    margin: 0 auto;
    width: 300px;
    margin-top: -20px;
  }
  @keyframes appear01 {
  from{
    opacity: 0;
    transform: translateX(-150px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
   
  }
}

.card {
    animation: appear01 0.7s linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}


 @media screen and (max-width: 770px){
  .location {
    margin-left: -42px;
    margin-bottom: -63px;
}
.industry{

    margin-top: 88px;
    margin-right: -48px;
}

 }


 @media screen and (max-width: 440px){
  .headline{
    font-size: 1.8rem
  }

  .emotion{
        margin-left: -76px;
    margin-top: -42px;
  }
  .value{
    font-size: 0.5rem;
  }
  .location{
        margin-bottom: -89px;

  }

  .industry{
        margin-right: -68px;

  }
}











  .map-container {
    display: flex;
    height: 100vh;

   
  }
  
  .map-sidebar {
    width: 30%;
    background: #F9DBBD;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
   
  }
  
  .map-steps {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  .map-step {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #450920;
  }
  
  .map-step.active {
    background: #b35275;
    color: #fff;
  }
  
  .map-info {
    text-align: center;
  }
  
  .map-info img {
    width: 60px;
    margin-bottom: 15px;
  }
  
  .map-info h3 {
    margin: 10px 0 5px;
    font-size: 23px;
    font-weight: 700;
    color: #450920;
  }

  .map-info p {
    font-size: 15px;
    color: #b35275;
  }
  
  .map-help {
    font-size: 14px;
    text-align:start;
    color: #666;
    line-height: 20px;
     font-size: 1rem;
    color: #a53860;
  }
  
  .map-content {
    width: 70%;
    padding: 0px 30px;
    margin-top: -18px;
   
    
  }
  
  .map-content h2 {
    margin-bottom: 20px;
  }
  
  .map-form {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: 55px;
    color: #450920;
  }
  
  .map-form select,
  .map-form input {
    padding: 10px;
    font-size: 14px;
    flex: 1;
   
    background-color: #fdfafb;
    border: 1px solid #a53860;
    border-radius: 5px;
  }
  
  
  .map-search-btn {
    padding: 10px 15px;
    background: #a53860;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .map-view {
    position: relative;
    margin-bottom: 30px;
  }
  
  .map-view img {
    width: 100%;
    border-radius: 8px;
  }
  
  .map-marker {
    position: absolute;
    top: 45%;
    left: 45%;
    background: #f4538a;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    transform: translate(-50%, -50%);
  }
  
  .map-actions {
    display: flex;
    justify-content: space-between;
  }
  
  .map-prev,
  .map-next {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
  }
  
  .map-prev {
    background: #f0f0f0;
  }
  
  .map-next {
    background: #2d87f0;
    color: white;
  }


   @media screen and (max-width: 1025px){
    .map-sidebar{
      max-height: 80vh;
    }
    .map-container{
      max-height: 85vh;

    }
   }

   @media screen and (max-width: 770px){

    .map-sidebar{
      max-height: 65vh;
    }

    .map-sidebar{
      padding: 10px;
    }

    .map-info h3{
      font-size: 1.2rem;
    }

    .map-info p{
      font-size: 0.8rem;
        
    }

    .map-help{
      margin-left: 23px;
    }
    .map-help ul li{
      font-size: 0.8rem;
    }
    .map-help small{
      font-size: 0.5rem;
    }

   }

   @media screen and (max-width: 440px){

    .map-container {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 130px;
    
    }
    .map-steps{
      display: none;
    }
    .map-info {
      margin-bottom: 49px;
    }
    .map-info img{
      width: 55px;
    margin-bottom: -1px;
    }

     .map-sidebar {
    width: 100%;
    /* background: #F9DBBD;
    padding: 40px 30px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: -22px;
   
  }

  .map-form{
    width: 90%;
    margin-left: -10px;
  }
  .map-view img{
    width: 90vw;
    margin-left: -10px;
  }

   }


  
  







  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
  }
  
  body {
    background-color: #e7eeff;
  }
  
  .contact-section {
    padding: 40px 20px;
    text-align: center;
  }
  
  .contact-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #111;
  }
  
  .contact-section h2 strong {
    color:#a53860;
  }
  
  .contact-container {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
  }
  
  .contact-image {
    flex: 1;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }
  
  .contact-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
  }
  
  .contact-form {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .form-group {
    position: relative;
  }
  
  .form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 15px 15px 15px 45px;
    color : #450920;   
    background-color: #da627c72;
    border: 1px solid #450920;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
  }
  
  .form-group textarea {
    height: 100px;
    resize: none;
  }
  
  button {
    background-color: #450920;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    align-self: flex-end;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
  }
  
  button:hover {
    background-color: transparent;
    color: #450920;
    border: 2px solid #450920;
    font-size: 16px;
    font-weight: 700;
  }

  @media screen and (max-width: 440px){
    .contact-image{
display: none;
    }
   
  
  }
  
  

.footer {
    background-color: #450920;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    padding: 40px 20px 0;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
  }
  
  .footer-column {
    flex: 1;
    min-width: 220px;
  }
  
  .footer-column h3,
  .footer-column h4 {
    margin-bottom: 20px;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 8px;
  }
  
  .footer-column ul li a {
    color: #ccc;
    text-decoration: none;
  }
  
  .footer-column ul li a:hover {
    color: #fff;
  }

  .social-icons{
    margin-top: 10px;
  }
  
  .social-icons a {
   
    margin-right: 10px;
    font-size: 18px;
    color: #ccc;
  }
  
  .social-icons a:hover {
    color: #fff;
  }
  
  .newsletter {
    display: flex;
    margin-top: 10px;
  }
  
  .newsletter input {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    flex: 1;
  }
  
  .newsletter button {
    background-color: #da627d;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
  }
  
  hr {
    border-color: #34495e;
    margin: 20px 0;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
  }
  
  .footer-links a {
    margin-left: 20px;
    color: #ccc;
    text-decoration: none;
  }
  
  .footer-links a:hover {
    color: #fff;
  }
  
  .emergency-bar {
    background-color: #2d3e50;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }
  
  .emergency-bar strong {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .emergency-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
  }
  
  .emergency-buttons div {
    background-color: #3b4e63;
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }
  
  .credit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    padding: 6px 12px;
    max-width: fit-content;
    margin: 0 auto;
  }
  
  .credit img {
    height: 20px;
  }


  @media screen and (max-width: 440px){
.footer-container{
  font-size: 0.7rem;
}
    .footer-column{
      font-size: 0.8rem;
    margin-top: -25px;
    text-align: center;
    }
    

    .footer-links{
      display: none;
    }
    .emergency-bar{
      display: none;
    }
    .footer-bottom{
      padding-bottom: 16px;
    }
    
  }
  


  @keyframes appear {
    from{
      opacity: 0;
      scale: 0.5;
    }
    to{
      opacity: 1;
      scale: 1;
    }
  }

 .emg-button1, .emg-button2 {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
 } 

 @keyframes appear1 {
  from{
    opacity: 0;
    transform: translateX(-100px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
   
  }
}

.text-section, .contact-container {
animation: appear1 linear;
animation-timeline: view();
animation-range: entry 0% cover 40%;
} 


 @keyframes appear2 {
  from{
    opacity: 0;
    transform: translateX(0px);
  }
  to{
    opacity: 1;
    transform: translateX(-100px);
   
  }
}

.image-section {
animation: appear2 linear;
animation-timeline: view();
animation-range: entry 0% cover 40%;
} 

/* @keyframes appear3 {
  from{
    opacity: 0;
    clip-path: inset(100% 100% 0 0);
  }
  to{
    opacity: 1;
    clip-path: inset(0 0 0 0);
   
  }
}

.contact-container {
animation: appear3 linear;
animation-timeline: view();
animation-range: entry 0% cover 40%;
}  */

@keyframes appear3 {
  from{
    opacity: 0;
    transform: translateX(-100px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
   
  }
}

.main_text {
    animation: appear3 0.6s linear forwards;
  /* animation-timeline: view(); */
  animation-range: entry 0% cover 40%;
}
