@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

.top-header-right ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header-right li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  border-left: 1px solid #f6f6f6;
  padding: 0 10px;

  img {
    max-width: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #fff;
  }
}

.top-header-right li:last-child a {
  border-right: 1px solid #f6f6f6;
}

.pro-img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  margin-bottom: 20px;
  border: 6px solid #fff;
  background: #5ba870;
  padding: 4px;
  overflow: hidden;
}

.p-reletive {
  position: relative;
}

.info-widget.style-10 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 12px 20px;
  box-shadow: 0 20px 50px rgba(10, 51, 102, 0.3);
  backdrop-filter: blur(5px);
}

.info-widget.style-10 .content-text {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}

.info-widget.style-10 .title {
  font-size: 20px;
}

.item2 {
  position: absolute;
  bottom: 150px;
  right: 0;
  z-index: 5;
}

@media (max-width: 768px) {
  .item2 {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

.desease-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.desease-img {
  img {
    width: auto;
    margin-bottom: 15px;
  }
}

.desease-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #104ea9;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .desease-content h4 {
    font-size: 17px;
  }
}

.section-head h2 {
  font-size: 38px;
  color: #025277;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.section-head h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #025277, #0096db);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* doctor profile  */

.doctor-hero {
  background: linear-gradient(90deg, #5ba870 0%, #036e82 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.doctor-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 50%
    );
}

.profile-card {
  background: #036f8265;
  backdrop-filter: blur(20px);
  border-radius: 30px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: white;
  position: relative;
}

.profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
}

.doctor-image-container {
  position: relative;
  margin-bottom: 1.5rem;
}

.doctor-image {
  width: 325px;
  height: 325px;

  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.doctor-image:hover {
  transform: scale(1.05);
}

.experience-badge {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  color: #025277;
  padding: 0.6rem 1rem;
  min-width: 250px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border: 2px solid #002d58b7;
}

.info-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 25px;
  padding: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(139, 58, 214, 0.1);
  height: 100%;
  overflow: hidden;
  position: relative;
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #5ba870 0%, #036e82 100%);
  border-radius: 25px 25px 0 0;
}

.docpro-title {
  color: #025277;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 2.2rem;
}

.education-title {
  color: #025277;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.education-details {
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.description {
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.credential-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  background: linear-gradient(
    135deg,
    rgba(139, 58, 214, 0.05),
    rgba(91, 52, 218, 0.05)
  );
  border-radius: 15px;
  font-size: 18px;
  border-left: 4px solid #025277;
  transition: all 0.3s ease;
}

.credential-item:hover {
  background: linear-gradient(
    135deg,
    rgba(139, 58, 214, 0.1),
    rgba(91, 52, 218, 0.1)
  );
  transform: translateX(5px);
}

.credential-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #025277, #0096db);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(139, 58, 214, 0.3);
}

.credential-icon i {
  color: white;
  font-size: 1.3rem;
}

.btn-know-more {
  background: linear-gradient(135deg, #025277, #0096db);
  border: none;
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px #002d5876;
  position: relative;
  overflow: hidden;
}

.btn-know-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px #002d5876;
  color: white;
}

.btn-know-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.btn-know-more:hover::before {
  left: 100%;
}

.doctor-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.doctor-specialty {
  font-size: 1rem;
  opacity: 0.9;
  color: #fff;
  margin-bottom: 1rem;
}

.hospital-name {
  background: rgba(255, 255, 255, 0.15);
  padding: 1rem;
  border-radius: 15px;
  margin-top: 1rem;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .doctor-hero {
    padding: 2rem 0;
  }

  .profile-card {
    padding: 12px;
  }

  .credential-item {
    font-size: 16px;
  }

  .credential-icon {
    height: 45px;
    width: 45px;
  }

  .info-card {
    padding: 20px 12px;
  }

  .docpro-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/* service card  */

.service-box {
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px 0 #0000001c;
}

.service-heading h3 {
  font-size: 22px;
  font-weight: 600;
  color: #00194c;
  text-align: center;
  margin: 0;
  line-height: 28px;
}

.service-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 10px;
  img {
    object-fit: cover;
    aspect-ratio: 4/3;
  }
}

.service-btn {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  background: #00194c45;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.service-btn a {
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  font-weight: 600;
  padding: 2px;
  transition: all 0.3s;
}

.service-btn a span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 8px 6px 20px;
  transition: all 0.3s;
}

.service-btn a i {
  margin-left: 5px;
  background-color: #fff;
  color: #5ba870;
  height: 37px;
  width: 37px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.service-btn a:hover {
  background-color: #fff;
  span {
    color: #5ba870;
  }
}

.service-btn a:hover i {
  background: #5ba870;
  color: #fff;
}

.service-box:hover .service-btn {
  transform: translateY(0);
}

/* gallery */

.gal-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 5/4;
    padding: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
}

/* procedure */

.service_section {
  position: relative;
  padding: 50px 0 50px;
}

.ser_row .col-md-2,
.videsrow .col-md-3 {
  padding: 0 10px;
}

.services_list {
  text-align: center;
  background: linear-gradient(to bottom, rgb(207, 255, 220), transparent);
  padding: 10px 0 52px;
  border-radius: 100px 100px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services_list:hover {
  background: linear-gradient(to bottom, #8dffab, transparent);
}

.services_list::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 32px;
  border-right: 2px dashed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .services_list::before {
    height: 0;
    width: 0;
  }
}

.testimonials::after,
.testimonials::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  transform: skew(0deg, -5deg);
}

.services_pic {
  position: relative;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid #f2f1ff;
  box-shadow: 0 0 10px #a1a1a1;
  img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .services_pic {
    width: 150px;
  }
}

.services_pic img {
  border-radius: 50%;
  box-shadow: 0 0 10px #6c6c6c;
  transition: 0.8s ease-in-out;
}

.services_list:hover .services_pic img {
  transform: scale(1.3);
}

.services_info h3 {
  font-size: 16px;
  margin: 13px 0 0;
}

.services_info a {
  background: #5ba870;
  color: #fff;
  padding: 4px 11px;
  border-radius: 6px;
  font-size: 16px;
  display: block;
  border: 1px solid transparent;
  margin-top: 8px;
}

.services_list:hover .services_info a {
  background: #fff;
  color: #5ba870;
  border-color: #5ba870;
}

.sershape {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -12px;
  background: #5ba870;
  z-index: -1;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.sere_bottom {
  text-align: center;
  font-size: 42px;
  color: #333;
  border-top: 2px dashed;
  padding: 20px 0 0;
}

@media (max-width: 767px) {
  .sere_bottom {
    font-size: 30px;
    line-height: 1.2;
  }
}

.ser-img {
  object-fit: cover;
  aspect-ratio: 16/8;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

/* counter section  */

.counter-section {
  background: linear-gradient(90deg, #5ba870 0%, #036e82 100%);
  border-radius: 60px 0;
}

.counter-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
  color: white;
}

.counter-icon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.counter-icon i {
  font-size: 24px;
  color: #036e82;
}

.counter-content {
  flex: 1;
}

.counter-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  color: white;
}

.counter-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.2;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .counter-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .counter-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .counter-number {
    font-size: 2rem;
  }
}

/* service  */

.ser-img {
  object-fit: cover;
  aspect-ratio: 16/8;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.sidebar-section {
  background-color: #025277;
  padding: 20px 12px;
  border-radius: 15px;
  box-shadow: 0 5px 15px #aaa;
}

.sidebar-profile h3 {
  font-size: 24px;
  font-weight: 600;
  color: #025277;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.sidebar-img {
  img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
  }
}

.sidebar-doc-dt {
  padding: 15px 12px;
  border-radius: 8px;
  background-color: #fff;
}

.sidebar-doc-dt h4 {
  font-size: 22px;
  font-weight: 600;
  color: #025277;
  margin: 0 0 6px;
  text-align: center;
}

.sidebar-doc-dt p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.sidebar-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px;
}

.sidebar-links ul li {
  a {
    font-size: 17px;
    padding: 10px;
    color: #5ba870;
    border: 2px solid #5ba870;
    background-color: #fff;
    display: block;
    font-weight: 400;
    transition: all 0.3s;
    margin-bottom: 3px;
    border-radius: 8px;
  }

  a:hover {
    background: #5ba870;
    color: #fff;
  }
}

.side-bar-form h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.side-bar-form .form-group {
  input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
  }
}

/* breadcrumb */

.dgs_page_title {
  /* background: url(../images/br-5.jpg); */
  background-size: cover;
  background-position: center;
  position: relative;
}

.br-4 {
  background-image: url(../images/br-4.jpg);
}

.br-5 {
  background-image: url(../images/br-5.jpg);
}

.dgs_page_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5ba8705f;
}

.dgs_breadcumbs_inner {
  position: relative;
}

.py-120 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ann-head {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.service-cont {
  padding: 30px 20px;
  background: #f6f6f6;
  box-shadow: 0 4px 15px #aaa;
  border-radius: 15px;
}

.service-cont h2 {
  font-size: 32px;
  font-weight: 500;
  color: #025277;
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #025277;
}

.service-cont h3 {
  font-size: 26px;
  font-weight: 500;
  color: #025277;
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #025277;
}

.service-cont h4 {
  font-size: 22px;
  font-weight: 600;
  color: #025277;
  margin: 0 0 15px;
  padding: 0;
}

.service-cont p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
}

.service-cont ul,
.service-cont ol {
  padding: 0 0 0 20px;
  margin: 0 0 15px;
}

.service-cont ul li,
.service-cont ol li {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 0 5px;
  padding: 0;
}

@media (max-width: 600px) {
  .service-cont {
    padding: 20px 12px;
  }
  .service-cont h2 {
    font-size: 26px;
  }
  .service-cont h3 {
    font-size: 22px;
  }
  .service-cont h4 {
    font-size: 20px;
  }

  .service-cont p,
  .service-cont ul li,
  .service-cont ol li {
    font-size: 16px;
  }
}

/* form utility */

.form-group {
  margin-bottom: 15px;
}

.form-group:nth-last-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.form-group textarea {
  resize: vertical;
}

.form-group button {
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #fff;
  letter-spacing: -0.011em;
  color: #025277;
  margin-top: 15px;
  text-align: center;
  transition: background 0.5s;
  cursor: pointer;
}

.form-group button:hover {
  background: transparent;
  color: #fff;
}

.inline-group {
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

.side-bar-form {
  background: #f5f5f5;
  padding: 20px 12px;
  border-radius: 5px;
  overflow: hidden;
}

.side-bar-form .form-group {
  input {
    width: 100%;
    padding: 8px 10px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
  }
  textarea {
    height: 80px;
    resize: vertical;
    padding: 6px 10px;
  }
}
.side-bar-form .form-group {
  button {
    border: 2px solid #025277;
    color: #025277;
    height: auto;
    padding: 8px;
    &:hover {
      background: #025277;
      color: #fff;
    }
  }
}

/* google map cards  */

.location-section {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  padding: 60px 0;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.location-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  aspect-ratio: 2/1;
  position: relative;
}

.map-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #e5e7eb36 0%, #d1d5db 100%);
  background-image: repeating-linear-gradient(
      45deg,
      rgba(156, 163, 175, 0.1) 0px,
      rgba(156, 163, 175, 0.1) 10px,
      transparent 10px,
      transparent 20px
    ),
    radial-gradient(
      circle at 30% 40%,
      rgba(59, 130, 246, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 60%,
      rgba(16, 185, 129, 0.1) 0%,
      transparent 50%
    );
}

.map-background iframe {
  aspect-ratio: 2/1;
  width: 100%;
}

.location-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.location-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.7) 100%); */
  color: white;
  padding: 12px 12px 12px;
  z-index: 2;
}

.location-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location-address {
  font-size: 17px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .locations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .location-section {
    padding: 50px 0;
  }

  .location-overlay {
    padding: 12px;
  }

  .location-pin {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .location-name {
    font-size: 1.1rem;
  }

  .location-address {
    font-size: 0.85rem;
  }
}

/* contact page  */

.contact-page__main {
  padding: 60px 0;
}

.contact-page__title h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #025277;
}

.contact-page__info-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-page__info-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
}

.contact-page__info-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #025277, #5ba870);
  border-radius: 2px;
}

/* Contact Items */
.contact-page__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.contact-page__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5ba870, #5ba870);
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.09;
}

.contact-page__item:hover::before {
  left: 0;
}

.contact-page__icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #5ba870, #5ba870);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.contact-page__icon i {
  font-size: 1.25rem;
  color: white;
}

.contact-page__content h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0;
}

.contact-page__content p {
  color: #64748b;
  margin: 0;
  line-height: 1.6;
  font-size: 17px;
}

/* Contact Form */
.contact-page__form {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contact-page__form-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
}

.contact-page__form-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #025277, #5ba870);
  border-radius: 2px;
}

/* Form Elements */
.contact-page__form-group {
  margin-bottom: 15px;
}

.contact-page__form-input {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  color: #1e293b;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

.contact-page__form-input:focus {
  border-color: #5ba870;
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px -8px rgba(99, 102, 241, 0.3);
}

.contact-page__form-input::placeholder {
  color: #444;
}

.contact-page__form-input--textarea {
  resize: vertical;
  min-height: 100px;
}

/* Submit Button */
.contact-page__submit-btn {
  padding: 12px 40px;
  background: linear-gradient(135deg, #5ba870, #5ba870);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.contact-page__submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}

.contact-page__submit-btn:hover::before {
  left: 100%;
}

@media (max-width: 768px) {
  .contact-page__main {
    padding: 40px 0;
  }

  .contact-page__info-card {
    padding: 24px 12px;
  }

  .contact-page__item {
    gap: 10px;
    padding: 12px;
    align-items: center;
  }

  .contact-page__icon {
    margin-right: 0;
  }

  .contact-page__content h5 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .contact-page__content p {
    font-size: 15px;
    line-height: 20px;
  }

  .contact-page__form {
    padding: 24px 12px;
  }

  .contact-page__map-container {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contact-page__title h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

/* Focus styles for better accessibility */
.contact-page__form-input:focus,
.contact-page__submit-btn:focus {
  outline: 2px solid #5ba870;
  outline-offset: 2px;
}
