/* =========================
   GLOBAL RESET
========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
}

/* =========================
   COMMON SECTION
========================= */

.section-spacing {
  padding: 40px 0;
}

/* =========================
   NAVBAR
========================= */

.custom-navbar {
  position: sticky !important;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
  width: 130px;
}

.navbar-nav {
  gap: 20px;
  align-items: center;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
}

.nav-link:hover,
.active-link {
  color: #d71920 !important;
}

/* =========================
   CONTACT TITLE
========================= */

.contact-title {
  padding-top: 40px;
}

.main-heading {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

.main-heading span {
  color: #d71920;
}

.sub-heading {
  max-width: 700px;
  margin: 18px auto 0;
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

/* =========================
   CONTACT INFO
========================= */

.contact-info {
  padding-top: 30px;
  padding-bottom: 70px;
}

.contact-info-card {
  background: #fdeaea;
  border-radius: 16px;
  max-width: 950px;
  padding: 40px 20px;
}

.info-box {
  position: relative;
  padding: 15px 30px;
}

.info-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #dfc7c7;
}

.info-box i {
  font-size: 24px;
  color: #d71920;
  margin-bottom: 15px;
}

.info-box h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.info-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

/* =========================
   CONTACT FORM
========================= */

.contact-form {
  padding-bottom: 60px;
}

.contactText {
  max-width: 450px;
  margin: auto;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
}

form {
  max-width: 500px !important;
}

.custom-input {
  width: 100%;
  height: 52px;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  background: #e9e9e9;
  padding: 12px 20px;
  font-size: 16px;
  outline: none;
  box-shadow: none !important;
  transition: 0.3s ease;
  color: #000;
}

.custom-input::placeholder {
  color: #6c6b6b;
}

.custom-input:focus {
  background: #e9e9e9 !important;
  border: 1px solid #d71920;
  outline: none;
  box-shadow: none !important;
}

textarea.custom-input {
  height: 120px;
  border-radius: 18px;
  resize: none;
  padding-top: 15px;
}

.custom-btn {
  background: #d71920;
  border: none;
  border-radius: 30px;
  min-width: 220px;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
  transition: 0.3s;
}

.custom-btn:hover {
  background: #b41218;
}

/* =========================
   SOCIAL ICONS
========================= */

.social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.social-icons a {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease;
}

.social-facebook {
  background: #1877f2;
}

.social-twitter {
  background: #1da1f2;
}

.social-linkedin {
  background: #0a66c2;
}

.social-youtube {
  background: #ff0000;
}

.social-instagram {
  background: #e6007e;
}

.social-icons a:hover {
  transform: translateY(-4px);
}

/* =========================
   MAP
========================= */

.map-container {
  max-width: 1000px;
  margin: auto;
}

.map-container img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* =========================
   FOOTER
========================= */

.footer-section {
  background: #dedcdc;
  padding: 55px 0 0;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  padding: 0;
  font-weight: 300;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #0a0707;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #cc2b2b;
}

/* =========================
   CUSTOM FOOTER
========================= */

.custom-footer-link {
  color: #444 !important;
  text-decoration: underline !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  transition: color 0.3s ease !important;
}

.custom-footer-link:hover {
  color: #d92525 !important;
}

.custom-footer-btn {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 10px;
  color: #d92525;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-footer-btn:hover {
  background: #d92525;
  color: #fff;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(-10px);
}

.footer-social-icons.show-social {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.footer-social-icons a {
  color: #555;
  font-size: 22px;
  transition: color 0.3s ease;
}

.footer-social-icons a:hover {
  color: #a81c1c;
}

/* =========================
   FOOTER BOTTOM
========================= */

.footer-bottom {
  background: #d91f26;
  text-align: center;
  padding: 16px 10px;
  margin-top: 40px;
}

.footer-bottom p {
  color: #fff;
  margin: 0;
  font-size: 13px;
}

/* =========================
   TABLET VIEW
========================= */

@media (min-width: 577px) and (max-width: 991px) {
  .navbar-toggler {
    border: none;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }

  .navbar-nav {
    gap: 0;
  }

  .nav-link {
    padding: 10px 0;
  }

  .main-heading {
    font-size: 36px;
    text-align: center;
  }

  .sub-heading {
    padding: 0 20px;
    text-align: center;
  }

  .contact-info-card {
    padding: 30px 20px;
  }

  .info-box {
    margin-bottom: 25px;
    text-align: center;
  }

  .info-box:not(:last-child)::after {
    display: none;
  }

  .contactText {
    font-size: 17px;
    padding: 0 20px;
    text-align: center;
  }

  form {
    max-width: 85% !important;
    margin: auto;
  }

  .footer-section {
    text-align: center;
    padding-top: 40px;
  }

  .footer-logo img {
    width: 135px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Hide Share Button */

  .custom-footer-btn {
    display: none !important;
  }

  /* Show Icons */

  .footer-social-icons {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;

    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 16px;

    width: 100%;
    margin-top: 10px;
  }

  .footer-social-icons a {
    font-size: 22px;
  }

  .d-flex.align-items-center.gap-3 {
    justify-content: center !important;
  }
}

/* =========================
   MOBILE VIEW
========================= */

@media (max-width: 576px) {
  .section-spacing {
    padding: 30px 0;
  }

  .custom-navbar {
    padding: 12px 0;
  }

  .navbar-brand img {
    width: 110px;
  }

  .navbar-toggler {
    border: none;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background: #fff;
    padding: 10px 0;
    text-align: center;
  }

  .navbar-nav {
    gap: 0;
  }

  .nav-link {
    padding: 10px 0;
  }

  .main-heading {
    font-size: 32px;
    text-align: center;
  }

  .sub-heading {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
  }

  .contact-info {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .contact-info-card {
    padding: 25px 15px;
    border-radius: 12px;
  }

  .info-box {
    padding: 18px 10px;
    text-align: center;
  }

  .info-box:not(:last-child)::after {
    display: none;
  }

  .contactText {
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
  }

  form {
    padding: 0 10px;
  }

  .custom-input {
    height: 48px;
    font-size: 16px;
  }

  textarea.custom-input {
    min-height: 110px;
  }

  .custom-btn {
    width: 100%;
    min-width: 100%;
  }

  .social-icons {
    gap: 12px;
  }

  .social-icons a {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .map-container {
    padding: 0 15px;
  }

  .footer-section {
    text-align: center;
    padding: 35px 15px 0;
  }

  .footer-logo img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    margin-top: 25px;
  }

  .footer-bottom p {
    font-size: 12px;
    line-height: 1.5;
  }

  /* Hide Share Button */

  .custom-footer-btn {
    display: none;
  }

  /* Show Social Icons */

  .footer-social-icons {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    width: 100%;
    margin-top: 10px;
  }

  .footer-social-icons a {
    font-size: 20px;
  }

  .d-flex.align-items-center.gap-3 {
    justify-content: center;
  }
}
