* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body,
html {
  overflow-x: hidden;
}

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2%;
}

.navbar_logo {
  margin-top: 2%;
  margin-left: 4%;
}

.nav {
  margin-top: 3.7%;
}

.navbar_list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  text-decoration: none;
  gap: 50px;
}

.navbar_list > li > a {
  text-decoration: none;
  color: black;
  font-weight: normal !important;
}
.navbar_btn {
  margin-top: 3.9%;
  width: 10%;
}

.navbar_btn > a {
  text-decoration: none;
  background-color: #0040c1;
  border-radius: 16px;
  color: white;
  padding: 5px 25px;
}
.navbar_btn > a:hover {
  background-color: black;
}
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 4px 0;
}

/* .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.navbar_logo {
    margin-top: 2%;
    margin-left: 4%;
}
.nav {
    margin-top: 3.7%;
}
.navbar_list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    text-decoration: none;
    gap: 50px;
}
.navbar_list > li > a {
    text-decoration: none;
    color: black;
}
.navbar_btn {
    margin-top: 3.9%;
    margin-right: 2.8%;
}
.navbar_btn > a {
    text-decoration: none;
    background-color: #0040C1;
    border-radius: 16px;
    color: white;
    padding: 5px 25px;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
} */

.In_Touch {
  margin-top: 5%;
  opacity: 0;
  transform: translateY(80px);
  transition: all 2s ease;
}

.In_Touch.animate {
  opacity: 1;
  transform: translateY(0);
}

.In_Touch > h1 {
  text-align: center;
}
.In_Touch > h1 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.In_Touch > p {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
  width: auto;
  margin: 1% auto;
}
.User_details {
  background-color: whitesmoke;
  height: 850px;
  width: 1000px;
  margin: 3% auto;
  border-radius: 30px;
}
.Details {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 4%;
  padding-left: 9%;
  padding-right: 9%;
}
.user {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}
.user > input {
  border-radius: 10px;
  padding: 3% 3%;
  border: 1px solid #366ccc;
}
.MSG > textarea {
  height: 150px;
  border-radius: 10px;
  border: 1px solid #366ccc;
  text-align: left;
  padding: 10px 15px;
  resize: none;
}
.user > label > span {
  color: red;
}
.MSG > label > span {
  color: red;
}
.error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
.MSG {
  display: flex;
  flex-direction: column;
  margin: 4% auto 4% auto;
  gap: 15px;
  width: 81%;
}

.MSG textarea::placeholder {
  color: #999;
}
.btn {
  background-color: #0040c1;
  color: white;
  padding: 8px 16px;
  border-radius: 40px;
  border: 0px;
  margin-right: 7.3%;
  margin-top: -3%;
  float: right;
  height: 38px;
}
.btn:hover {
  background-color: black;
  cursor: pointer;
}
.address_details {
  background-image: url("../Assets/Images/addressbg.png");
  background-repeat: no-repeat;
  height: 600px;
  width: 400px;
  border-radius: 10px;
  color: white;
  margin-left: 6%;
}
.Office_details {
  margin-top: 8%;
}
.Office_details > h2 {
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 2s ease;
}

.Office_details > h2.animate {
  opacity: 1;
  transform: translateY(0);
}
.Office_details > h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.address {
  display: flex;
  flex-direction: row;
  margin-top: 3%;
  gap: 20px;
}
/* .add:nth-child(1) {
    border: 2px solid red;
} */
.add > h5:nth-child(2) {
  margin-top: 3%;
}
.add :nth-child(4) {
  margin-top: 6%;
}
.water_mark {
  display: flex;
  flex-direction: row;
  height: 30%;
  gap: 40px;
}
.water_mark img:first-child {
  width: 220px;
  height: 42.1px;
  margin-top: 15%;
}
.water_mark img:last-child {
  height: 80px;
  width: 89px;
  margin-top: 10%;
}
.add_ress {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 70%;
  margin: auto;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 2s ease;
}

.add_ress.animate {
  opacity: 1;
  transform: translateX(0);
}
.add {
  margin-top: 15%;
  line-height: 22px;
}
.add:nth-child(1) {
  padding-top: 8%;
}

.add > p:nth-child(6) {
  margin-top: -0.5%;
}
.map {
  width: 52%;
}
.map > iframe {
  border-radius: 10px;
  border: 0px;
}
#scrollToTop {
  display: none !important;
}
/* for  small mobiles */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .navbar_logo > img {
    margin-top: 7%;
  }
  .navbar_list {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: blue;
    color: white;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 84%;
    border-radius: 5px;
    padding: 10px;
  }
  .navbar_list.active {
    display: flex;
  }
  .navbar_btn {
    display: none;
  }
  .menu-toggle {
    display: flex;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 30px;
    cursor: pointer;
    margin-top: 8%;
    margin-right: 5%;
    z-index: 1100;
    transition: transform 0.3s ease;
  }
  .menu-toggle.active .bar {
    background-color: white;
  }
  .menu-toggle .bar {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    margin: 7px auto;
    transition: all 0.3s ease;
  }
  .menu-toggle .bar:nth-child(1) {
    width: 40px;
  }
  .menu-toggle .bar:nth-child(2) {
    width: 20px;
    margin: auto;
  }
  .menu-toggle .bar:nth-child(3) {
    width: 40px;
  }
  .menu-toggle.active .bar:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  .menu.open {
    display: flex;
  }

  .menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
  }
  /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 7%;
      }
      .menu-toggle .bar {
        width: 30px;
        background-color: black;
      } */
  /* Overlay menu styling */
  /* .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
} */

  /* Close button styling */
  /* .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}   */
  .In_Touch > h4 {
    text-align: center;
  }
  .In_Touch > p {
    width: 80%;
  }
  .User_details {
    width: 80%;
    height: 1000px;
  }
  .Details {
    display: flex;
    flex-direction: column;
  }
  .user {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .user > input {
    padding: 3% 3%;
    border: 1px solid #366ccc;
  }
  .btn {
    float: none;
    display: block;
    margin: auto;
  }

  .address {
    display: flex;
    flex-direction: column;
    margin-top: 10%;
  }
  .add_ress {
    width: 70%;
    margin: 0%;
    padding-left: 8%;
  }
  .address_details {
    margin-left: 0%;
    width: 300px;
    margin: auto;
  }
  .water_mark {
    gap: 30px;
  }
  .water_mark img:first-child {
    width: 170px;
    height: 42.1px;
    margin-top: 20%;
  }
  .water_mark img:last-child {
    height: 80px;
    width: 75px;
    margin-top: 15%;
  }
  .map {
    height: 350px;
    width: 300px;
    margin: auto;
  }
  #scrollToTop {
    display: block !important;
    position: fixed;
    height: 60px;
    width: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #366ccc;
    /* opacity: 0.6; */
    color: white;
    border: none;
    border-radius: 80%;
    padding: 4px 10px;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    /* transition: all 0.3s ease; */
  }
  #scrollToTop > ion-icon {
    height: 50px;
    width: 30px;
  }
  /* #scrollToTop {
        display: block !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: transparent;
        color: black; 
        border: none;
        border-radius: 50%; 
        padding: 8px 15px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    } */
}
/* for large mobiles and small tablets */
@media only screen and (min-width: 480px) and (max-width: 700px) {
  .navbar_logo > img {
    margin-top: 7%;
  }
  .navbar_list {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: blue;
    color: white;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 84%;
    border-radius: 5px;
    padding: 10px;
  }
  .navbar_list.active {
    display: flex;
  }
  .navbar_btn {
    display: none;
  }
  .menu-toggle {
    display: flex;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 30px;
    cursor: pointer;
    margin-top: 5%;
    margin-right: 5%;
    z-index: 1100;
    transition: transform 0.3s ease;
  }
  .menu-toggle.active .bar {
    background-color: white;
  }
  .menu-toggle .bar {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    margin: 7px auto;
    transition: all 0.3s ease;
  }
  .menu-toggle .bar:nth-child(1) {
    width: 40px;
  }
  .menu-toggle .bar:nth-child(2) {
    width: 20px;
    margin: auto;
  }
  .menu-toggle .bar:nth-child(3) {
    width: 40px;
  }
  .menu-toggle.active .bar:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  .menu.open {
    display: flex;
  }

  .menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
  }
  /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 7%;
      }
      .menu-toggle .bar {
        width: 30px;
        background-color: black;
      }
    .navbar_btn {
        display: none;
    } */
  /* Overlay menu styling */
  /* .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
} */

  /* Close button styling */
  /* .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
} */
  .In_Touch > p {
    width: 80%;
  }
  .User_details {
    width: 80%;
    height: 1050px;
  }
  .Details {
    display: flex;
    flex-direction: column;
  }
  .user {
    width: 100%;
  }
  .Office_details > h2 {
    font-size: 17px;
  }
  .address {
    display: flex;
    flex-direction: column;
    margin-top: 10%;
  }
  .add_ress {
    width: 70%;
    margin: 0%;
    padding-left: 8%;
    font-size: 22px;
  }
  .address_details {
    margin-left: 0%;
    width: 400px;
    margin: auto;
  }
  .add > h5:nth-child(2) {
    margin-top: 2%;
  }
  .add > h5 {
    font-size: 15px;
  }
  .add > p {
    margin-top: 2%;
  }
  .btn {
    float: none;
    display: block;
    margin: auto;
  }
  .map {
    height: 350px;
    width: 395px;
    margin: auto;
  }
  #scrollToTop {
    display: block !important;
    position: fixed;
    height: 60px;
    width: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #366ccc;
    /* opacity: 0.6; */
    color: white;
    border: none;
    border-radius: 80%;
    padding: 4px 10px;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    /* transition: all 0.3s ease; */
  }
  #scrollToTop > ion-icon {
    height: 50px;
    width: 30px;
  }
  /* #scrollToTop {
        display: block !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: transparent;
        color: black; 
        border: none;
        border-radius: 50%; 
        padding: 8px 15px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    } */
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .navbar_logo > img {
    margin-top: 7%;
  }
  .navbar_list {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: blue;
    color: white;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 84%;
    border-radius: 5px;
    padding: 10px;
  }
  .navbar_list.active {
    display: flex;
  }
  .navbar_btn {
    display: none;
  }
  .menu-toggle {
    display: flex;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 30px;
    cursor: pointer;
    margin-top: 4.5%;
    margin-right: 5%;
    z-index: 1100;
    transition: transform 0.3s ease;
  }
  .menu-toggle.active .bar {
    background-color: white;
  }
  .menu-toggle .bar {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    margin: 7px auto;
    transition: all 0.3s ease;
  }
  .menu-toggle .bar:nth-child(1) {
    width: 40px;
  }
  .menu-toggle .bar:nth-child(2) {
    width: 20px;
    margin: auto;
  }
  .menu-toggle .bar:nth-child(3) {
    width: 40px;
  }
  .menu-toggle.active .bar:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  .menu.open {
    display: flex;
  }

  .menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
  }
  /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 4%;
      }
      .menu-toggle .bar {
        width: 30px;
        background-color: black;
      } */
  /* .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8); 
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        transition: all 0.3s ease;
    }
    
    .menu.open {
        display: flex;
    }
    
    .menu a {
        color: white;
        text-decoration: none;
        font-size: 1.5rem;
        margin: 10px 0;
    } */

  /* Close button styling */
  /* .close-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 2rem;
        color: white;
        cursor: pointer;
    } */
  .In_Touch {
    margin-top: 5%;
  }
  .In_Touch > p {
    width: 75%;
    margin: 1% auto;
    text-align: left;
  }
  .In_Touch > h1 {
    width: 75%;
    margin: 1% auto;
    text-align: left;
  }
  .User_details {
    height: 850px;
    width: 80%;
  }
  .Office_details {
    margin-top: 8%;
  }
  .address {
    display: flex;
    flex-direction: row;
    margin-top: 3%;
  }
  /* .address_details {
    margin-left: 1%;
  } */
  .map {
    width: 50%;
  }
  .btn {
    float: none;
    display: block;
    margin: auto;
  }
  .map iframe {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .menu {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .menu {
    display: none;
  }
  .navbar_list {
    font-size: 16px;
  }
  .navbar_btn {
    font-size: 16px;
  }
  .add_ress {
    padding-top: 5%;
  }
  .add > h5:nth-child(2) {
    margin-top: 2%;
  }
  .add > p {
    margin-top: 1%;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  /* body {
        font-size: 22px;
    } */
  .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2%;
  }

  .navbar_logo {
    margin-top: 2.3%;
    margin-left: 4%;
  }
  .navbar_logo > img {
    height: 100%;
    width: 100%;
  }
  .nav {
    margin-top: 3%;
  }

  .navbar_list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    text-decoration: none;
    gap: 50px;
  }

  .navbar_list > li > a {
    text-decoration: none;
    color: black;
    font-weight: normal !important;
  }
  .navbar_btn {
    margin-top: 3%;
    width: 10%;
  }

  .navbar_btn > a {
    text-decoration: none;
    background-color: #0040c1;
    border-radius: 16px;
    color: white;
    padding: 5px 25px;
  }
  .menu {
    display: none;
  }
  .user > label {
    font-size: 14px;
  }
  .MSG > label {
    font-size: 14px;
  }
  /* .address_details {
        width: 50%;
        border: 2px solid green;
    } */
  .map {
    width: 58%;
  }
  .add > p:nth-child(6) {
    margin-top: -1.5%;
  }

  .GND_Services {
    font-size: 17px;
  }
  /* .GND_Services_p {
        margin-top: 10%;
    } */
  .GND_Link {
    font-size: 17px;
  }
  .GND_Link_p {
    margin-top: 12%;
  }
  .email-input {
    font-size: 14px;
  }
  .input-container {
    width: 100%;
  }
  .subscribe-btn {
    border-radius: 17px;
  }

  .subscribe-container > p {
    font-size: 14px;
    margin-top: 5%;
  }
  .subscribe-container > h4 {
    font-size: 17px;
  }
  .text {
    font-size: 15px;
  }
  .add_ress {
    margin-top: 5%;
  }
  .add > h5 {
    font-size: 15px;
  }
  .add > p {
    padding-top: 2%;
  }
  .GND_Link_p > a:nth-child(1) {
    margin-top: 6%;
  }
}
.msg-meta {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.dept-options {
  display: flex;
  gap: 1rem; /* spacing for desktop */
}
.msg-meta {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.dept-options {
  display: flex;
  gap: 1rem; /* spacing for desktop */
}

@media (max-width: 600px) {
  .dept-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
    gap: 0.75rem 1.5rem; /* row-gap col-gap */
  }

  .dept-options label {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

.dept-options label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #000;
}

/* Custom styled radio */
.dept-options input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #9ca3af; /* default gray */
  border-radius: 8px; /* square with rounded corners */
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

/* Checked state → blue border + inner fill */
.dept-options input[type="radio"]:checked {
  border: 1px solid #2744b4;
}

.dept-options input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background-color: #2744b4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  .dept-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
    gap: 0.75rem 24pxem; /* row-gap col-gap */
  }

  .dept-options label {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.dept-options label {
  cursor: pointer; /* pointer on hover */
  display: inline-flex;
  align-items: center;
  gap: 4px; /* space between radio and text */
}

.dept-options input[type="radio"] {
  cursor: pointer; /* pointer on the radio itself */
}
/* Popup styles Start */
.popup {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overscroll-behavior: contain;
}

.popup.hidden {
  display: none;
}

.popup-content {
  box-sizing: border-box;
  width: min(92vw, 420px);
  max-width: 100vw;
  max-height: calc(100vh - 32px);
  overflow: auto;
  background: #fff;
  color: #252525;
  border-radius: 16px;
  padding: 40px 22px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  transform: translateY(10px) scale(0.96);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.popup:not(.hidden) .popup-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.popup-icon {
  margin: 0 auto 0 0;
}

.popup-title {
  margin: 40px 0 12px 0;
  color: #252525;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.popup-message {
  margin: 0 auto;
  color: #353535;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Ultra-small devices (≤360px, incl. 320px) */
@media (max-width: 360px) {
  .popup-content {
    width: 95vw;
    max-height: calc(100vh - 24px);
    padding: 24px 16px;
    border-radius: 12px;
  }
  .popup-icon svg {
    width: 60px;
    height: 60px;
  }
}

/* Popup styles End */

/* Office Details Start  */
.contact-row .label {
  width: 80px;
}
.contact-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.contact-row .label {
  width: 80px;
}

.contact-row .colon {
  margin-right: 8px;
}
.contact-row span {
  font-size: 14px;
}
.add h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.add h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}
.add h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
}
.add p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .In_Touch > h1 {
    margin: 1% auto;
    text-align: left;
  }
  .In_Touch > p {
    text-align: left;
    line-height: 22px;
  }
  .Office_details > h2 {
    text-align: left;
    margin: 1% auto;
    width: 75%;
  }
}

@media (min-width: 1025px) {
  .In_Touch > h1 {
    font-size: 40px;
  }
  .In_Touch > p {
    font-size: 16px;
  }
  .Office_details > h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
  }
  .add h4 {
    font-size: 24px;
  }
  .add h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
  .In_Touch > p {
    width: 75%;
    margin: 1% auto;
  }
  .In_Touch > h1 {
    width: 75%;
  }
}

.custom-link {
  color: inherit; /* take the same color as h5 */
  text-decoration: none;
  cursor: pointer; /* remove underline */
}
