@font-face {
    font-family: 'BankGothic';
    src: url('fonts/bankgothic-md-bt/BankGothic Md BT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Fix for blank space below footer */
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

/* This targets the main content of your PHP files */
body > *:not(header):not(footer) {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}
html {
    scroll-behavior: smooth;
    
}

.navbar {
    padding: 20px 0;
    transition: all 0.5s ease;
 background: rgba(255, 255, 255, 1);
    
    /* These 3 lines are the key */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050; /* Stays above everything else */
}

.navbar.scrolled {
    padding: 12px 0;
    background: rgba(255, 255, 255, 1); /* Made solid for better readability */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Add this to prevent content from hiding behind the navbar */
body {
    padding-top: 90px; 
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.4rem;
    color: #652A0E !important;
    letter-spacing: 1px;
}

.nav-link.nav-box {
    text-transform: uppercase;
    color: #e3670d !important;
    font-weight: 600;
    padding: 8px 18px !important;
    margin: 0 5px;
     border-radius: 15px 0px 15px 0px;
    transition: all 0.3s ease;
}

.nav-link.nav-box:hover {
    background: #00458e; 
    color: white !important;
    transform: translateY(-2px);
}

.btn-contact-creative {
    background:#00458e;
      text-transform: uppercase;
    color: #fff !important;
   border-radius: 15px 0px 15px 0px;
    padding: 10px 25px !important;
    margin-left: 15px;
    font-weight: 600;
    box-shadow: 0 4px 15px #def0fc;
    transition: all 0.3s ease;
}

.btn-contact-creative:hover {
    background:white;
    border: 2px solid #e3670d;
    color: #e3670d !important;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0 8px 25px #e3670d;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .navbar { background: #fff; }
    .nav-item { padding: 10px 0; text-align: center; }
}

.hero-slider {
    position: relative;
  
    height: calc(100vh - 90px); 
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.carousel-item {
    height: calc(100vh - 90px);
}

.slider-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 7s ease-in-out; 
}


.carousel-item.active .slider-image {
    transform: scale(1.15);
}


.carousel-caption {
    bottom: 20%;
    text-align: left;
    max-width: 630px;
    left: 8%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 25px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.carousel-caption h1 {
    font-family: 'BankGothic', sans-serif; /* Michroma is the best web-safe alternative */
    font-size: 4.8rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #ffffff;
    line-height: 1.1;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.8); /* Vital for readability on slider images */
    margin-bottom: 20px;
}
.carousel-caption h1 span {
    color: #fff; 
    font-weight: 500;
 
}

.carousel-caption p {
    font-size: 1.2rem;
    color: #f1f1f1;
    margin-bottom: 25px;
}

.btn-primary-custom {
   background:#00458e;
      text-transform: uppercase;
    color: #fff !important;
   border-radius: 15px 0px 15px 0px;
    padding: 10px 25px !important;
    margin-left: 15px;
    font-weight: 600;
    box-shadow: 0 4px 15px #def0fc;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
      background:white;
    border: 2px solid #e3670d;
    color: #e3670d !important;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0 8px 25px #e3670d;
    transform: scale(1.05);
}



.carousel-indicators {
    margin-bottom: 30px;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    background-color: #ffffff;
    border: 2px solid #e3670d;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin: 0 8px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #ffffff;
    width: 40px; 
    border-radius: 10px;
}


@media (max-width: 992px) {
    .carousel-caption {
        max-width: 85%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .carousel-caption h1 { font-size: 2.8rem; }
}

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 10%;
        padding: 25px;
    }
    .carousel-caption h1 { font-size: 2.2rem; }
    .nav-circle { width: 45px; height: 45px; font-size: 25px; }
}

.text-brown { color: black; }
.text-gold { color: black; }

.section-tag {
    color: black;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #00458e;
}

.about-text {
    line-height: 1.8;
    color: #444;
    text-align: justify;
}
.about-img-wrapper {
    padding: 20px;
    position: relative;
}



.experience-badge {
    position: absolute;
    bottom: -20px;
    right: 0;
    background: #e3670d;
    color: #fff;
    padding: 24px;
    border-radius: 15px 0 15px 0;
    box-shadow: 0 10px 30px rgba(101, 42, 14, 0.3);
    text-align: center;
    width: 180px;
}

.experience-badge h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0;
}

.experience-badge p {
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.2;
    opacity: 0.9;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: rgba(189, 119, 47, 0.1);
    color: #e3670d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-weight: 800;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.2rem;
}

.about-section {
    background-color: #fff;
    overflow: hidden;
}

@media (max-width: 991px) {
   
    .navbar {
        background: #ffffff !important; 
        padding: 10px 0;
    }
    
    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        border-radius: 0 0 15px 15px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .nav-link.nav-box {
        margin: 10px 0;
        text-align: center;
    }

    .btn-contact-creative {
        margin: 10px auto;
        display: table; 
    }

    .hero-slider, .carousel-item {
        height: 70vh; 
    }
}

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 2rem !important; 
        line-height: 1.2;
    }

    .carousel-caption p {
        font-size: 0.9rem !important;
        margin-bottom: 15px;
    }

    .carousel-caption {
        width: 90%;
        padding: 20px;
        bottom: 15%;
    }

    .custom-nav {
        display: none; 
    }

    .about-section {
        padding: 40px 0 !important;
        text-align: center;
    }

    .about-img-wrapper {
        margin-bottom: 50px; 
    }

    .experience-badge {
        width: 140px;
        padding: 15px;
        bottom: -30px;
        right: 10px;
    }

    .experience-badge h3 {
        font-size: 1.8rem;
    }

    .about-text {
        text-align: justify; 
        font-size: 0.95rem;
    }

    .section-tag {
        font-size: 0.8rem;
    }

    .feature-icon {
        margin: 0 auto 10px auto; 
    }

    .d-flex.align-items-center {
        flex-direction: column; 
        text-align: center;
    }
}
@media (max-height: 500px) {
    .hero-slider, .carousel-item {
        height: 100vh;
    }
    .carousel-caption h1 {
        font-size: 1.5rem !important;
    }
    .carousel-caption p {
        display: none; 
    }
}
.reveal {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.fade-left {
    transform: translateX(-100px);
}

.fade-right {
    transform: translateX(100px);
}

.reveal.active {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .fade-left, .fade-right {
        transform: translateY(30px); 
    }
}

.investment-philosophy {
    position: relative;
    overflow: hidden;
}


.fade-up { transform: translateY(50px); opacity: 0; }
.fade-up.active { transform: translateY(0); opacity: 1; }

.portfolio-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(101, 42, 14, 0.9) 10%, transparent 70%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0.9;
    transition: all 0.4s ease;
}

.portfolio-info {
    width: 100%;
    transform: translateY(20px);
    transition: transform 0.4s ease;
    color: #ffffff;
}

.portfolio-card:hover .portfolio-img {
    transform: scale(1.1);
}

.portfolio-card:hover .portfolio-overlay {
    background: linear-gradient(to top, rgba(101, 42, 14, 0.95) 30%, rgba(189, 119, 47, 0.4) 100%);
}

.portfolio-card:hover .portfolio-info {
    transform: translateY(0);
}

.badge-status {
    background: #bd772f;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.portfolio-info h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.portfolio-info p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 10px;
}

.portfolio-link {
    color: #fff;
    font-size: 1.8rem;
    transition: color 0.3s ease;
}

.portfolio-link:hover {
    color: #bd772f;
}
@media (max-width: 768px) {
    .portfolio-card {
        height: 350px;
    }
}
.team-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(101, 42, 14, 0.1);
}

.team-img-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.team-social {
    position: absolute;
    bottom: -50px; 
    left: 0;
    width: 100%;
    background: rgba(101, 42, 14, 0.85); 
    backdrop-filter: blur(5px);
    padding: 15px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    transition: bottom 0.4s ease;
}

.team-card:hover .team-social {
    bottom: 0;
}

.team-card:hover .team-img {
    transform: scale(1.1);
}

.team-social a {
    color: white;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.team-social a:hover {
    color: #bd772f; 
}

.team-info h5 {
    color: #652A0E;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-info p {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .team-card {
        margin-bottom: 20px;
    }
}
.contact-icon-circle {
    width: 50px;
    height: 50px;
    background: rgba(189, 119, 47, 0.1);
    color: #bd772f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}


.social-btn {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #652A0E;
    color: #652A0E;
    border-radius: 12px;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover {
    background: #652A0E;
    color: #fff;
    transform: translateY(-5px);
}

.footer-with-bg {
    position: relative;
   
    background-image: linear-gradient(rgba(43, 18, 6, 0.92), rgba(43, 18, 6, 0.92)), 
                      url('img/IMG_9306.PNG'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #bd772f;
    transform: translateX(5px);
}

.footer-with-bg .form-control {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-with-bg .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.btn-gold {
    background: #bd772f;
    color: white;
    border: none;
    padding: 10px 20px;
    transition: 0.3s;
}

.btn-gold:hover {
    background: #652A0E;
    color: white;
}


.faq-img-wrapper {
    position: relative;
    z-index: 1;
}
.faq-img-wrapper::before {
    content: '';
    position: absolute;
    top: 40px;
    left: -30px;
    width: 100%;
    height: 100%;
    background: #bd772f; 
    border-radius: 20px;
    z-index: -1;
    opacity: 0.15; 
}

.faq-img-wrapper::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 100px;
    height: 100px;
    border-right: 5px solid #00458e;
    border-bottom: 5px solid #00458e;
    border-radius: 0 0 20px 0;
    z-index: 2;
}

.stat-card {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: #652A0E;
    padding: 20px 30px;
    border-radius: 15px 0 15px 0;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
}

.custom-accordion .accordion-item {
    border: none;
    background: #fff;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}

.custom-accordion .accordion-button {
    font-weight: 700;
    color: #00458e;
    padding: 20px;
    background: #fff;
    border: none;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: rgba(189, 119, 47, 0.05);
    color: #bd772f;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.custom-accordion .accordion-body {
    padding: 0 20px 20px 60px;
    line-height: 1.7;
}

.accordion-button::after {
    filter: sepia(100%) saturate(200%) hue-rotate(350deg); 
}

/* services */
.services-timeline {
    background: #f8f9fa;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background: #de7126;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 30px;
}

.timeline-item.left { left: 0; }
.timeline-item.right { left: 50%; }

.timeline-icon {
    position: absolute;
    top: 30px;
    right: -22px;
    background: #064485;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 1;
    box-shadow: 0 0 0 6px rgba(222,113,38,0.2);
}

.timeline-item.right .timeline-icon {
    left: -22px;
}

.timeline-content {
    background: #fff;
    padding: 25px;
    border-left: 5px solid #de7126;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    animation: fadeUp 0.8s ease-in-out;
}

.timeline-content h4 {
    font-weight: 700;
    color: #064485;
}

.timeline-content p {
    font-size: 14px;
}

.timeline-content ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .timeline::after { left: 10px; }
    .timeline-item {
        width: 100%;
        padding-left: 40px;
        left: 0 !important;
    }
    .timeline-icon {
        left: -12px !important;
        right: auto;
    }
}
/* products */

.product-details {
    background: #f9f9f9;
}

.product-img img {
    max-height: 420px;
}

.spec-list {
    list-style: none;
    padding: 0;
}

.spec-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}

.info-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 100%;
}

.info-card h5 {
    color: black;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-card ul {
    padding-left: 18px;
}

.info-card ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.spec-table th {
    background: #064485;
    color: #fff;
}

.spec-table td {
    background: #fff;
    font-size: 14px;
}

/* Keep your existing desktop styles, then update/add these */

/* 1. BASE STYLES (Applies to everything) */
.qs-image-section {
    background: #f9f9f9;
    overflow: hidden;
}

.qs-media-box {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.qs-media-img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.qs-title {
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.qs-subtitle {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.qs-description {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
    opacity: 0.9;
}

.qs-points {
    padding-left: 18px;
    margin-bottom: 0;
}

.qs-points li {
    margin-bottom: 8px;
    font-size: 14px;
}

/* 2. DESKTOP VIEW (992px and up) */
@media (min-width: 992px) {
    .qs-overlay-content {
        position: absolute;
        inset: 0;
        /* Gradient makes text readable while showing image on the right */
        background: linear-gradient(
            to right,
            rgba(6, 68, 133, 0.95) 35%,
            rgba(6, 68, 133, 0.7) 65%,
            transparent 100%
        );
        color: #fff;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .qs-media-box:hover .qs-media-img {
        transform: scale(1.05);
    }
    
    .qs-title { font-size: 42px; }
}

/* 3. MOBILE & TABLET VIEW (Below 991px) */
@media (max-width: 991px) {
    .qs-media-box {
        background: #064485; /* Brand Blue */
    }

    .qs-media-img {
        border-radius: 18px 18px 0 0; /* Rounds only top corners */
    }

    .qs-overlay-content {
        position: relative; /* Moves text below image */
        padding: 30px 20px;
        color: #fff;
        background: #064485;
    }

    .qs-title {
        font-size: 28px;
        text-align: center;
    }

    .qs-subtitle {
        text-align: center;
        font-size: 16px;
    }

    .qs-description {
        text-align: center;
    }

    .qs-points {
        display: table; /* Centers the list while keeping text left-aligned */
        margin: 0 auto;
        padding-left: 0;
        list-style-position: inside;
    }
    .qs-image-section {
  margin-top: -100px;
}
}
/* ===============================
   RESOURCES SECTION
================================ */

.resources-section {
  padding: 90px 0;
  background: #fff;
}

.resources-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  gap: 50px;
}

/* LEFT IMAGE */
.resources-visual img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* RIGHT CONTENT */
.resources-content .section-tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: #064485;
  font-weight: 700;
  margin-bottom: 8px;
}

.resources-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

.resources-content .intro-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 22px;
  line-height: 1.7;
}

/* Bullet points */
.resources-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resources-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.resources-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #bd772f;
  border-radius: 50%;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .resources-wrapper {
    grid-template-columns: 1fr;
  }

  .resources-section {
    padding: 60px 0;
  }

  .resources-content h2 {
    font-size: 28px;
  }
}
/* Vision box */
.vision-box {
  position: relative;

  max-width: 520px;        /* 👈 width badha di */
  width: 100%;             /* responsive */

  margin: 30px auto;          /* 👈 center align */

  padding: 42px 40px;      /* thoda spacious feel */
  border-radius: 12px;

  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(12px);

  box-shadow: 0 20px 45px rgba(0,0,0,0.15);

  border-left: 6px solid transparent;
  border-image: linear-gradient(180deg, #f5a623, #ff6f00);
  border-image-slice: 1;

  transition: all 0.4s ease;
}


/* Heading */
.vision-box h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 14px;
  color: #000;
}

/* Paragraph */
.vision-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #222;
}

@media (min-width: 992px) {
  .vision-box {
    max-width: 600px;
  }
}


footer.footer-with-bg {
    background-image:
        linear-gradient(rgba(43,18,6,0.92), rgba(43,18,6,0.92)),
        url('img/infrastructure.jpg') !important;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* WhatsApp Floating Button Container */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #128c7e;
    color: #FFF;
}

/* Icon size adjustment */
.whatsapp-float i {
    margin-top: 2px;
}

/* Pulse Animation to attract players */
.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #25d366;
    opacity: 0.7;
    z-index: -1;
    animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}


/* HERO */
.gallery-hero{
    padding:110px 0 80px;
    background:linear-gradient(
        rgba(0,69,142,0.9),
        rgba(227,103,13,0.85)
    );
    text-align:center;
    color:#fff;
}

.gallery-hero h1{
    font-weight:600;
    margin-bottom:10px;
}

.gallery-hero p{
    opacity:0.9;
}

/* GALLERY GRID */
.gallery-section{
    padding:70px 0;
}

.gallery-card{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
    transition:all 0.4s ease;
}

.gallery-img{
    width:100%;
    height:300px;
    object-fit:cover;
    transition:transform 0.6s ease;
}

/* Hover effect */
.gallery-card:hover .gallery-img{
    transform:scale(1.12);
}

.gallery-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.45),
        
    );
    opacity:0;
    transition:0.4s;
}

.gallery-card:hover::after{
    opacity:1;
}

/* Responsive */
@media(max-width:991px){
    .gallery-img{ height:260px; }
}

@media(max-width:767px){
    .gallery-hero{
        padding:80px 0 60px;
    }
    .gallery-img{ height:220px; }
}

.inner-page .navbar {
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px; right: 30px;
    background: #25d366;
    color: #fff;
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 30px;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-7px);}
}