/* ===============================
   Lexend Font – Self Hosted
   =============================== */

@font-face {
  font-family: 'Lexend';
  src: url('../fonts/lexend-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('../fonts/lexend-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('../fonts/lexend-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend';
  src: url('../fonts/lexend-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* Global Styles */

body {
  font-family: 'Lexend', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  scroll-behavior: smooth;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin-bottom: 10px !important;
}

.section {
  padding-top: 60px !important;
  padding-bottom: 60px;
}

.heading-1 {
  font-size: 35px;
}

.heading-2 {
  font-size: 25px;
  margin-top: 20px;
}

.heading-3 {
  font-size: 22px;
  margin-top: 10px;
}

.body-1 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}



.body-1 a {
  color: #333;
  text-decoration: none;
}

.body-2 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.hero-text {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text-p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {

  ::-webkit-scrollbar {
    display: none;
  }

  .heading-1 {
    font-size: 25px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .heading-3 {
    font-size: 19px;
  }

  .body-1 {
    font-size: 15px;
  }

  .body-2 {
    font-size: 17px;
  }

  .hero-text {
    font-size: 40px;
  }

  .hero-text-p {
    font-size: 16px;
  }

  .bg-hero {
    aspect-ratio: 9/16 !important;
  }

  .bg-hero2 {
    aspect-ratio: 3/2 !important;
  }



  .navbar {
    margin: 25px 50px !important;
  }

  .navbar-brand {
    padding-left: 0px !important;
  }

  .navbar-brand img {
    height: 45px !important;
  }

  .nav-link {
    text-align: center;
    margin: 5px 10px;
  }

  .bg-hero2 h1 {
    font-size: 23px !important;
  }



  .mobile-menu-icon i {
    color: #FFC35C !important;
  }

  .scroll-down-indicator {
    display: none !important;
  }

}

@media only screen and (max-width: 992px) {
  .mobile-menu-icon {
    display: block !important;
    background: linear-gradient(145deg, #0d0d0d, #1c1c1c);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    padding: 5px 10px;
    box-shadow: 0 4px 15px rgb(255 200 0 / 25%);
    border: none;
  }

}


/* Navbar */
.navbar {
  background: linear-gradient(145deg, #0d0d0d, #1c1c1c);
  /* background-color: #1A1A1A !important; */
  margin: 20px 120px;
  border-radius: 15px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.navbar-scrolled {
  margin: 10px !important;
  background: linear-gradient(145deg, #0d0d0d, #1c1c1c) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
}

.navbar-brand {
  color: #FFC35C !important;
  padding-left: 20px;
}

.mobile-menu-icon {
  display: none;
}

.navbar-brand img {
  height: 50px;
}

.nav-link {
  font-weight: 500;
  margin-left: 10px;
  transition: all 0.3s;
  font-size: 20px;
  color: #fff;
}

.nav-link:hover,
.nav-link.active {
  color: #FFC35C !important;
}


/* Default (desktop): horizontal, no icon stacking */

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: white;
  text-decoration: none;
  transition: 0.2s;
}

.nav-icon {
  display: none;
}

/* Mobile: show icon above text */
@media (max-width: 768px) {
  .navbar-nav .nav-link {
    flex-direction: column;
    align-items: center;
  }

  .nav-link {
    background-color: #1a1a1a;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(255, 200, 0, 0.096);
  }

  .nav-link.active {
    box-shadow: 0 0 12px rgba(255, 200, 0, 0.4);
  }

  .navbar-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-icon {
    display: block;
    font-size: 23px;
  }

  .nav-label {
    display: block;
    font-size: 16px;
  }
}


/* Card Styles */



.card {
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  border: none;
}

.card .content {
  padding: 10px 20px 15px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.text-pad {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-pad {
  padding-left: 30px;
  padding-right: 30px;
}

.bg-light {
  /* background-color: #f5f9ff !important; */
  background: linear-gradient(145deg, #f5f9ff, #c6d7ef, #f5f9ff);
}

.bg-light2 {
  /* background-color: #fff9f3 !important; */
  background: linear-gradient(145deg, #ffffff, #fcdec1, #ffd5aa);
}

.bg-light3 {
  /* background-color: #f3fbfb !important; */
  background: linear-gradient(145deg, #cfffff, #e3f5f5, #9fffff);
}

.bg-light4 {
  /* background-color: #fbf3ff !important; */
  background: linear-gradient(145deg, #fbf3ff, #ebc4ff, #fbf3ff);
}

@media only screen and (max-width: 786px) {
  .text-pad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-pad {
    padding-left: 18px;
    padding-right: 18px;
  }
}


.package-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 5px rgb(190 149 0 / 31%);
  /* min-height: 320px; */
}

/* Gallery Specific */

.gallery-card img {
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}

/* Buttons */


.btn-gradient {
  background: linear-gradient(to right, #f7971e, #ffd200);
  border: none;
  color: #1A1A1A;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 200, 0, 0.4);
}

.btn-gradient:hover {
  background: #1A1A1A;
  color: #FFC35C;
  transition: all 0.3s ease;
  transform: scale(0.95);
}


.btn-s {
  background: linear-gradient(145deg, #0d0d0d, #1c1c1c);
  border: none;
  color: #FFC35C;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 8px 25px;
  align-self: center;
  margin-top: 10px;
  width: 100%;
}

.btn-s:hover {
  color: #ffffff;
  transform: scale(0.95);
}

.text-btn {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 1px 5px;
}

.text-btn:hover {
  color: #ffc35c;
  background-color: #1A1A1A;
  transition: all 0.3s ease;
  transform: translateY(-6px);
  box-shadow: 0 5px 20px #ffc35c63;
  border-radius: 15px;
  padding: 4px 15px;
}

/* Forms */
form .form-control {
  border-radius: 10px;
  box-shadow: none;
  transition: border-color 0.3s ease;
}

form .form-control:focus {
  border-color: #FFC35C;
  box-shadow: 0 2px 15px #ffc35c63;
}

/* Glassmorphism Section (Optional Use) */

.glass {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Section Backgrounds */

.bg-hero {
  background: url(../images/hero/hero.webp);
  background-size: cover;
  aspect-ratio: 16 / 9;
  /* background: linear-gradient(to right, #0d6efd, #6f42c1); */
}

.bg-hero2 {
  background: url(../images/hero/hero-header.webp);
  /* background: linear-gradient(to right, #0d6efd, #6f42c1); */
  color: white;
  background-size: cover;
  aspect-ratio: 5/1;
  align-content: end;
  padding: 40px;
}

.bg-hero2 h1 {
  font-size: 35px;
  font-weight: 700;
  text-shadow: #FFC35C 1px 0 15px;
}


/* carousel css  */

.carousel-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* .carousel-wrapper {
  width: 24%;
}

@media only screen and (max-width: 768px) {
  .carousel-wrapper {
    width: 50%;
  }
} */

.carousel-control-prev,
.carousel-control-next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-wrapper .card {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.carousel-wrapper .card:hover {
  transform: scale(1.02);
}

.carousel-inner img {
  height: 337px;
  width: auto;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}

.carousel-inner video {
  height: 337px;
  width: auto;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}


.carousel-wrapper .btn {
  margin-top: 0.5rem;
}


/* Bottom Scroll Arrow */

.scroll-down-indicator {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  z-index: 100;
}

.mouse {
  width: 35px;
  height: 55px;
  border: 2px solid white;
  border-radius: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  color: white;
  font-size: 20px;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

html {
  scroll-behavior: smooth;
}


/* Testimonials  */

#testimonials {
  background: linear-gradient(145deg, #161616, #262626, #000000);
  color: white;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #f1f1f1;
}


/* FAQ  */

.faq-section {
  font-family: 'Lexend', sans-serif;
}

.accordion-button {
  background-color: #fff;
  border-radius: 15px !important;
  transition: all 0.3s ease;
  padding: 1rem 1.25rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #f9f9f9;
  color: #ffa100;
}

.accordion-body {
  font-size: 18px;
  color: #333;
  padding: 16px 20px;
  text-align: left;
}

/* Glass bg box */

.cta-glass-section {
  min-height: 60vh;
  background: url('../images/hero/glass-bg.webp') center center / cover no-repeat;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glass-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  color: #222;
  max-width: 850px;
  width: 100%;
}

.glass-box h2,
.glass-box p {
  color: #ffffff;
}



/* Our Team Section  */


.team-section {
  background: url('../images/hero/page-heading-bg.webp') no-repeat center center / cover;
  background-attachment: fixed;
  font-family: 'Lexend', sans-serif;
  padding: 80px 0;
  color: #fff;
  text-align: center;
  position: relative;
}

.team-section .container {
  position: relative;
  z-index: 2;
}

.team-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  /* slightly white for glass */
  backdrop-filter: blur(4px);
  z-index: 1;
}

/* Card styling */
.team-section .card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 30px;
  transition: all 0.3s ease;
  color: #fff;
  backdrop-filter: blur(3px);
  border: none;
}

.team-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.hover {
  transition: all 0.3s ease;
}

.hover:hover {
  transition: all 0.3s ease;
  transform: translateY(-6px);
  /* box-shadow: 0 4px 15px rgba(255, 200, 0, 0.4); */
  box-shadow: 0 5px 20px #ffc35c63;
}

i {
  transition: all 0.3s ease;
}

.hover:hover i {
  transition: all 0.3s ease;
  transform: scale(1.2) rotate(-20deg);
}

/* Image Styling */
.team-section img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  /* border: 2px solid #fff; */
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Role and Name Styling */
.team-section h3 {
  margin-bottom: 5px;
  color: #fff;
}

.team-section h5 {
  font-weight: 400;
  margin-bottom: 15px;
  color: #ddd;
}

/* Description */
.team-section p {
  color: #eee;
}

/* Icons */
.team-section i {
  font-size: 1.2rem;
  margin: 0 10px;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.team-section i:hover {
  color: #ffc35c;
  transform: scale(1.3);
}

.team-section .card:hover i {
  transition: all 0.3s ease;
  transform: scale(1.2) rotate(10deg);
}

.btn-outline {
  padding: 5px;
  border: 2px solid white;
  border-radius: 30px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn-outline:hover {
  color: #ffc35c;
  background-color: #1A1A1A;
  transition: all 0.3s ease;
  transform: scale(0.95);
  box-shadow: 0 5px 20px #ffc35c63;
  border: 0;
}

.btn-outline:hover a {
  color: #ffc35c !important;
}

.btn-outline:hover i {
  color: #ffc35c !important;
}

.btn-close {
  border-radius: 50px;
  box-shadow: 0 0px 15px #ffc35c;
  margin: 0 !important;
}

.btn-close:hover {
  box-shadow: 0 5px 25px #ffb12c;
}

.btn-close:focus {
  box-shadow: 0 5px 25px #ffb12c;
}




/* Tool Tip  */

.tooltip {
  font-size: 14px;
  background-color: rgba(26, 26, 26, 0.9);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgba(26, 26, 26, 0.9);
}



.modal-body {
  padding: 20px 40px;
  font-size: 18px;
}

.ratio iframe {
  border-radius: 15px;
}

/* EXTRA BTN  */

.social-btns {
  display: flex;
  justify-content: center;
}

.btn-youtube {
  background: linear-gradient(to right, #e52d27, #ff3e3e, #FE0032);
  border: none;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 8px 25px;
  align-self: center;
  margin: 13px;
}

.btn-youtube:hover {
  background: linear-gradient(to right, #ff6d8b, #ff0000, #ff504a);
  color: #ffffff;
  transform: scale(0.95);
}

.btn-instagram {
  background: linear-gradient(to right,
      #833ab4, #fd1d1d, #fcb045);
  border: none;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 8px 25px;
  align-self: center;
  margin: 13px;
}

.btn-instagram:hover {
  background: linear-gradient(to right,
      #fcb045, #fd1d1d, #833ab4);
  color: #ffffff;
  transform: scale(0.95);
}


@media only screen and (max-width: 768px) {
  .modal-body {
    padding: 15px;
  }

  .btn-youtube {
    width: 100%;
    font-size: 14px;
    margin: 15px 5px;
    padding: 8px 10px;
  }

  .btn-instagram {
    width: 100%;
    font-size: 14px;
    margin: 15px 5px;
    padding: 8px 10px;
  }

}


/* Gallery  */

.os-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.os-gallery-item {
  width: 200px;
  height: 150px;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  object-fit: cover;
}

@media only screen and (max-width: 786px) {

  .os-gallery {
    gap: 20px;
  }

  .os-gallery-item {
    width: 160px !important;
  }
}

.os-gallery-item:hover {
  transform: scale(1.03);
}


.os-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  /* padding-top: 60px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  text-align: center;
  align-content: space-evenly;
}


.os-lightbox-img {
  max-width: 90%;
  max-height: 80vh;
  /* margin-top: 40px; */
  border-radius: 12px;
}

.os-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.os-lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
}

.os-prev,
.os-next {
  cursor: pointer;
  color: #000000;
  font-size: 40px;
  user-select: none;
  transition: color 0.3s;
  background: #ffffff52;
  width: 60px;
  /* height: 60px; */
  border-radius: 50px;
}

/* .os-prev,
.os-next {
  cursor: pointer;
  color: white;
  font-size: 60px;
  user-select: none;
  transition: color 0.3s;
} */

.os-prev:hover,
.os-next:hover {
  color: #ffc35c;
  background: #1e1e1ed1;
}

#os-lightbox img {
  transition: transform 0.3s ease;
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
}

.os-gallery-item-wrapper {
  position: relative;
  display: inline-block;
}

/* 
.os-view-icon {
  position: absolute;
  bottom: 10px;
  right: 8px;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  opacity: 1;
  pointer-events: none;
  text-align: center;
  align-content: space-evenly;
}
 */

/* Default: show icon */

.os-view-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  height: 40px !important;
  width: 40px !important;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 15px;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
  text-align: center;
  align-content: space-evenly;
}

/* Tooltip for .os-view-icon */


/* Tooltip text */
.os-view-icon::after {
  content: "View Image";
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  /* opacity: 0; */
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

/* Hide by default on larger screens */
@media (min-width: 768px) {
  .os-view-icon {
    opacity: 0;
    pointer-events: auto;
  }

  .os-gallery-item-wrapper:hover .os-view-icon {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 766px) {
  .os-view-icon {
    top: 80%;
    left: 80%;
    height: 30px !important;
    width: 30px !important;
  }

  .os-view-icon::after {
    opacity: 0;
  }
}



/* Ensure the parent wrapper has position relative */
.os-gallery-item-wrapper {
  position: relative;
  display: inline-block;
}


/* Footer  */

.footer {
  background: linear-gradient(145deg, #0d0d0d, #1c1c1c);
}

.footer-left {
  text-align: left;
}

.footer-right {
  justify-content: end;
}

@media only screen and (max-width: 786px) {
  .footer-left {
    text-align: center;
  }

  .footer-right {
    justify-content: center;
  }
}

.footer p {
  color: white;
  margin: 0px !important;
}

.footer a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:hover {
  transform: scale(1.4);
  color: #ffc35c;
}

.footer a i:hover {
  transform: scale(1.4);
  color: #ffc35c;
  transition: 0.3s ease;
}

.footer a i {
  transition: 0.3s ease;
}





/* Back To Top Scroll Arrow */

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  background: linear-gradient(to right, #f7971e, #ffd200);
  color: #1A1A1A;
  border: none;
  outline: none;
  padding: 8px 16px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 200, 0, 0.4);
  transform: translateY(100px);
  transition: all 0.4s ease-in-out;
  /* transition: opacity 0.3s ease; */
  opacity: 0;
  visibility: hidden;
}

#backToTop.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#backToTop:hover {
  background: linear-gradient(to right, #ffd200, #f7971e);
}




/* INSTAGRAM SECTION STYLING  */


.instagram-section {
  padding: 60px 20px;
  background: linear-gradient(145deg, #0d0d0d, #1c1c1c);
}

.instagram-section .insta-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.instagram-section .insta-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.instagram-section .insta-thumb:hover img {
  transform: scale(1.05);
}

/* Icon Link */
.instagram-section .insta-icon-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 12px;
  border-radius: 8px;
}

/* Tooltip */
.instagram-section .insta-icon-link::after {
  content: "View on Instagram";
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.instagram-section .insta-icon-link:hover::after {
  opacity: 1;
}

.instagram-section .insta-icon-link i {
  font-size: 20px;
  color: white;
}

/* Show icon on hover (desktop) */
.instagram-section .insta-thumb:hover .insta-icon-link {
  opacity: 1;
}

/* Always visible on mobile */

@media (max-width: 768px) {
  .instagram-section .insta-icon-link {
    opacity: 1 !important;
  }
}


/* -----------  */


/* Modal Card  */

.modal-content a i {
  transition: 0.3s ease;
}

.modal-content a i:hover {
  transform: scale(1.4);
  color: #ffc35c;
  box-shadow: #0d0d0d;
}



.contact-card-info {
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .075) !important;
  height: 420px;
  padding: 25px;
}

.contact-card {
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .075) !important;
  height: 420px;
  width: 100%;
  object-fit: cover;
}