body {
  font-family: 'Montserrat', 'Helvetica Neue', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.btn-gold {
background-color:#A0830E;
border-radius: 10px;
}

.mobile-section {
  color: #ce9262;
  display: none;
}

.desktop-section {
  color: #ce9262;
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 10px;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.gallery img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery img:hover {
  transform: scale(1.05);
}

.gallery img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.gallery img.visible {
  opacity: 1;
  transform: translateY(0);
}

h5 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.div-exp {
  width: 20%
}

.btn-exp {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-orange {
  background-color: #f4a261;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
}

.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.45) !important;
  color: #131212;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.nav-link.btn-orange {
  margin-left: 1rem;
  margin-top: 0.25rem;
}

.hero-content {
    padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.navbar {
  background-color: transparent !important;
  position: fixed;
  width: 100%;
  z-index: 1000;
    padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.navbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  
}

.navbar-brand img {
  height: 40px;
}

.nav-link {
  color: #fff !important;
  margin-left: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 8px 12px;
}

.gallery-section {
  background: url('../img/dark_bg.png') no-repeat center center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: start;
  padding-top: 80px;
}

.hero {
  position: relative;
  height: 100vh;
  background: url('../img/Banner01.jpg') no-repeat center center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: start;
  padding-top: 80px;
}

.hero-contact {
  position: relative;
  height: 100vh;
  background: url('../img/banner_contact.jpg') no-repeat center center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: start;
  padding-top: 80px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-about {
  position: relative;
  height: 100vh;
  background: url('../img/banner_about.jpg') no-repeat center center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: start;
  padding-top: 80px;
}

.hero-overlay-about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.hero-content {
  z-index: 2;
  text-align: left;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.service-item {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.service-item h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service-item p {
  font-size: 1rem;
  color: #555;
}

.services {
  padding: 4rem 0;
  background: url('../img/section\ 02.jpg') no-repeat center center/cover;
}

.service-card {
  background-color: transparent !important;
  border: none;
  text-align: center;
  padding: 1rem;
}

.service-card p {
  color: #c0baba;
}

.service-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.service-header img {
  max-width: 15%;
  height: auto;
}

.service-header h3 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
}

.btn-read {
  color: #f4a261;
  border: 1px solid #f4a261;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
}

.vision-image-wrapper {
  position: relative;
  display: inline-block;
}

.vision-text-overlay {
  position: absolute;
  top: 10%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: #ce9262;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem 2rem;
  border-radius: 8px;
}

.vision-text-overlay h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.vision-text-overlay p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}

.vision-section,
.empower-section {
  padding: 4rem 0;
}

.vision-section h2,
.empower-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.vision-section p,
.empower-section p {
  color: #6c757d;
  margin-bottom: 2rem;
}

.empower-image-wrapper {
  position: relative;
  display: inline-block;
}

.empower-text-overlay {
  position: absolute;
  top: 14%;
  left: 75%;
  transform: translate(-50%, -50%);
  color: #ce9262;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.empower-text-overlay h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.empower-text-overlay p {
  margin: 0.5rem 0 0;
  font-size: 1rem;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-right: 10%;
}

.stats div {
  text-align: center;
}

.stats span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ce9262;
}

.vision-section img,
.empower-section img {
  max-width: 100%;
  height: auto;
}

.faq-section {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

.faq-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.input-wrapper {
  position: relative;
}

.input-wrapper .form-control {
  padding-right: 2.5rem;
}

.input-icon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  color: #000000;
  font-size: 1.25rem;
  cursor: pointer;
}

.above-contact-block {
  position: relative;
  height: 50vh;
  background: url('../img/Banner\ testi.jpg') no-repeat center center/cover;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: start;
  padding-top: 80px;
}

.above-contact-block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
}

.above-contact-block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  padding: 1rem;
}

.above-contact-block-content h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
}

.above-contact-block-content h4,
.above-contact-block-content p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.above-contact-block-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.above-contact-block-content .big p {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.contact-section {
  padding: 4rem 0;
  background-color: #fff;
}

.contact-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.contact-section img {
  max-width: 100%;
  height: auto;
}

.contact-section form {
  padding: 2rem;
  background-color: #f8f9fa;
}

.contact-section .form-control {
  margin-bottom: 1rem;
}

.btn-submit {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 5px;
}

.footer {
  background-color: black;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}

.footer img {
  height: 40px;
  margin-bottom: 1rem;
}

.social-links a {
  color: #fff;
  margin: 0 0.5rem;
  text-decoration: none;
}

.stats-footer {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}

.stats-footer div {
  text-align: center;
}

.stats-footer span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f4a261;
}

.navbar-logo {
  height: 60px !important;
  width: auto;
}

/* .navbar-toggler {
  border: none;
  padding: 0.5rem;
} */

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {

.mobile-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Optional: Target images inside */
.mobile-center img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.hero-content {
    padding-left: 0rem !important;
  padding-right: 0rem !important;
}

  .navbar {
    padding: 1rem 0 !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
  }

  .navbar-collapse {
    padding: 1rem 0;
    background-color: rgba(0, 0, 0, 0.95);
  }

  .nav-link {
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
  }

  .nav-link.btn-orange {
    margin: 0.5rem 0;
    display: inline-block;
    width: auto;
  }

  .navbar-logo {
    height: 40px !important;
  }
}

.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0%;
}

.footer-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.footer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  padding: 2rem;
  z-index: 2;
}

.footer-content-top {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  padding: 10rem;
  z-index: 2;
}

.footer-overlay {
  position: relative;
  width: 100%;
  height: auto;
}

.footer-overlay img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.footer-content {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  padding: 10rem;
  z-index: 2;
}

.footer-content p,
.footer-content .social-links,
.footer-content .stats-footer div {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.stats-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.stats-footer div span {
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
}

.footer-logo {
  width: 10% !important;
  height: auto !important;
}

.dotted-separator {
  border: none;
  border-top: 3px dotted #aaa;
  margin: 2rem 0;
}

.btn-square {
  width: 150px;
  height: 150px;
  color: white;
  border: 20px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  border-radius: 0;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.btn-square:hover {
  border-color: #9dcdff;
  color: #9dcdff;
}

.wave-text {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}

.wave-text span {
  display: inline-block;
  position: relative;
  animation: wave 3s ease-in-out 1;
}

.wave-text span:nth-child(1) {
  animation-delay: -0.0s;
}

.wave-text span:nth-child(2) {
  animation-delay: -0.1s;
}

.wave-text span:nth-child(3) {
  animation-delay: -0.2s;
}

.wave-text span:nth-child(4) {
  animation-delay: -0.3s;
}

.wave-text span:nth-child(5) {
  animation-delay: -0.4s;
}

.wave-text span:nth-child(6) {
  animation-delay: -0.5s;
}

.wave-text span:nth-child(7) {
  animation-delay: -0.6s;
}

.wave-text span:nth-child(8) {
  animation-delay: -0.7s;
}

.wave-text span:nth-child(9) {
  animation-delay: -0.8s;
}

.wave-text span:nth-child(10) {
  animation-delay: -0.9s;
}

.wave-text span:nth-child(11) {
  animation-delay: -1.0s;
}

.wave-text span:nth-child(12) {
  animation-delay: -1.1s;
}

.wave-text span:nth-child(13) {
  animation-delay: -1.2s;
}

.wave-text span:nth-child(14) {
  animation-delay: -1.3s;
}

.wave-text span:nth-child(15) {
  animation-delay: -1.4s;
}

.wave-text span:nth-child(16) {
  animation-delay: -1.5s;
}

.wave-text span:nth-child(17) {
  animation-delay: -1.6s;
}

.wave-text span:nth-child(18) {
  animation-delay: -1.7s;
}

.wave-text span:nth-child(19) {
  animation-delay: -1.8s;
}

.wave-text span:nth-child(20) {
  animation-delay: -1.9s;
}

.wave-text span:nth-child(21) {
  animation-delay: -2.0s;
}

.wave-text span:nth-child(22) {
  animation-delay: -2.1s;
}

.wave-text span:nth-child(23) {
  animation-delay: -2.2s;
}

.wave-text span:nth-child(24) {
  animation-delay: -2.3s;
}

.wave-text span:nth-child(25) {
  animation-delay: -2.4s;
}

.wave-text span:nth-child(26) {
  animation-delay: -2.5s;
}

.wave-text span:nth-child(27) {
  animation-delay: -2.6s;
}

.wave-text span:nth-child(28) {
  animation-delay: -2.7s;
}

.wave-text span:nth-child(29) {
  animation-delay: -2.8s;
}

.wave-text span:nth-child(30) {
  animation-delay: -2.9s;
}

/* @keyframes wave {

  0%,
  100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }
} */

.spacer {
  height: 100vh;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
}

.glare {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  z-index: 3;
  opacity: 0;
}

.animate-wave span {
  animation: wave 0.8s ease-in-out;
}

.animate-glare .glare {
  animation: glare 2s ease-in-out;
}

@keyframes wave {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
}

@keyframes wave {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform çı: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
}

/* @keyframes wave {

  0%,
  100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }
} */

@keyframes glare {
  0% {
    left: -100px;
    opacity: 0;
  }

  20% {
    opacity: 0.7;
  }

  80% {
    opacity: 0.7;
  }

  100% {
    left: calc(100% + 100px);
    opacity: 0;
  }
}

.zoom-fade-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease-out, transform 1.5s ease-out;
}

.zoom-fade-in.animated {
  opacity: 1;
  transform: scale(1);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.slide-in-right.animated {
  opacity: 1;
  transform: translateX(0);
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.6s ease-out, transform 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.slide-in-left.animated {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile-specific adjustments from previous submission */
@media (max-width: 768px) {
.hero-content {
    padding-left: 0rem !important;
  padding-right: 0rem !important;
}
  body {
    font-size: 0.9rem;
  }

  .mobile-section {
    display: block;
  }

  .desktop-section {
    display: none;
  }

  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 8px;
    padding: 10px;
    max-width: 100%;
  }

  .gallery img {
    width: 100%;
    height: 250px;
    border-radius: 6px;
  }

  h5 {
    font-size: 1rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .btn-outline-white {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }

  .div-exp {
    width: 50%;
  }

  .btn-exp {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }

  .btn-orange {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
  }

  /* .navbar.scrolled { padding: 0.8rem 0; }
  .nav-link.btn-orange { margin-left: 0.5rem; margin-top: 0.2rem; font-size: 0.9rem; }
  .navbar { padding: 1rem 0; }
  .navbar-brand img { height: 30px; }
  .nav-link { font-size: 0.9rem; margin-left: 0.5rem; padding: 6px 8px; } */
  .hero,
  .hero-contact,
  .hero-about {
    height: 80vh;
    padding-top: 60px;
  }

  .hero-content h1 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }

  .hero-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .service-item {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
  }

  .service-item h3 {
    font-size: 1.2rem;
  }

  .service-item p {
    font-size: 0.85rem;
  }

  .services {
    padding: 2rem 0;
  }

  .service-card {
    padding: 0.8rem;
  }

  .service-header {
    gap: 0.8rem;
  }

  .service-header img {
    max-width: 12%;
  }

  .service-header h3 {
    font-size: 1.2rem;
  }

  .btn-read {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }

  .vision-text-overlay {
    top: 15%;
    left: 50%;
    padding: 0.8rem 1.5rem;
  }

  .vision-text-overlay h3 {
    font-size: 1.2rem;
  }

  .vision-text-overlay p {
    font-size: 0.85rem;
  }

  .vision-section,
  .empower-section {
    padding: 2rem 0;
  }

  .vision-section h2,
  .empower-section h2 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }

  .vision-section p,
  .empower-section p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  .empower-text-overlay {
    top: 20%;
    left: 50%;
    padding: 0.8rem 1.5rem;
  }

  .empower-text-overlay h3 {
    font-size: 1.2rem;
  }

  .empower-text-overlay p {
    font-size: 0.85rem;
  }

  .stats {
    flex-direction: column;
    margin-right: 0;
    margin-top: 1.5rem;
  }

  .stats span {
    font-size: 1.8rem;
  }

  .faq-section {
    padding: 2rem 0;
  }

  .faq-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .input-wrapper .form-control {
    padding-right: 2rem;
  }

  .input-icon {
    font-size: 1rem;
    right: 0.5rem;
  }

  .above-contact-block {
    height: 40vh;
    padding-top: 60px;
  }

  .above-contact-block-content {
    padding: 0.8rem;
  }

  .above-contact-block-content h4 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  .above-contact-block-content p {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }

  .above-contact-block-content .big p {
    font-size: 1.3rem;
  }

  .contact-section {
    padding: 2rem 0;
  }

  .contact-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .contact-section form {
    padding: 1.5rem;
  }

  .btn-submit {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer img {
    height: 30px;
  }

  .social-links a {
    margin: 0 0.3rem;
    font-size: 0.9rem;
  }

  .stats-footer {
    margin-top: 0.8rem;
    gap: 0.8rem;
  }

  .stats-footer span {
    font-size: 1.2rem;
  }

  .navbar-logo {
    height: 40px !important;
  }

  .footer-content {
    padding: 1.5rem;
    top: 50%;
  }

  .footer-content-top {
    padding: 5rem;
    top: 10%;
  }

  .footer-content p,
  .footer-content .social-links,
  .footer-content .stats-footer div {
    font-size: 0.9rem;
  }

  .stats-footer div span {
    font-size: 1.1rem;
  }

  .footer-logo {
    width: 15% !important;
  }

  .dotted-separator {
    margin: 1.5rem 0;
    border-top: 2px dotted #aaa;
  }

  .btn-square {
    width: 100px;
    height: 100px;
    border-width: 15px;
    font-size: 2rem;
  }

  .wave-text {
    font-size: 2rem;
  }

  .spacer {
    height: 60vh;
  }

  .img-container {
    max-width: 100%;
    margin: 30px auto;
    padding: 15px;
  }

  .glare {
    width: 40px;
  }
}

/* New styles for mobile footer */
.desktop-footer {
  display: block;
}

.mobile-footer {
  display: none;
}

.mobile-footer .footer-content-top {
  padding: 2rem;
  top: 10%;
}

.mobile-footer .footer-content {
  padding: 2rem;
  top: 50%;
}

.mobile-footer .footer-logo {
  width: 20% !important;
  /* Larger logo for visibility */
}

.mobile-footer h5 {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.mobile-footer h6 {
  font-size: 0.8rem;
}

.mobile-footer h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.mobile-footer p {
  font-size: 0.85rem;
}

.mobile-footer .dotted-separator {
  margin: 1rem 0;
  border-top: 2px dotted #aaa;
}

.mobile-footer .btn-square {
  width: 80px;
  height: 80px;
  border-width: 10px;
  font-size: 1.5rem;
}

/* Toggle visibility based on screen size */
@media (max-width: 768px) {
  .desktop-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
  }
}
