
/* Root Variables */
:root {
    --primary-bg: #2c2c2c;
    --text-color: #ffffff;
    --accent-color: #ff4d4d;
}

/* Option 2: Light beige */
body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #faf9f7;
}
  .back-to-top {
      position: fixed;
      bottom: 5rem;
      right: 2rem;
      width: 3rem;
      height: 3rem;
      color: white !important;
      background-color: #001558 !important;

      color: var(--white);
      border-radius: 50%;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
      z-index: 999;
  }

  .back-to-top.active {
      opacity: 1;
      visibility: visible;
  }

  .back-to-top:hover {
      background-color: #0039e5 !important;
  }

  .back-to-top i {
      font-size: 1.5rem;
  }

  @media (max-width: 767px) {
      .back-to-top {
          bottom: 1rem;
          right: 1rem;
          width: 2.5rem;
          height: 2.5rem;
      }

      .back-to-top i {
          font-size: 1.25rem;
      }
  }

                .en {
                    position: fixed;
                    top: 0;
                    padding-top: 20px;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.5);
                    display: none;
                    z-index: 999;
                }
        
                .enc {
                    position: relative;
                    width: 90%;
                    max-width: 400px;
                    margin: 120px auto;
                    background: white;
                    border-radius: 8px;
                    overflow: hidden;
                    margin-top: 100px !important;
                }
        
                .enh {
                    background: #0a1e3c;
                    color: white;
                    padding: 12px 15px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }
        
                .enh h4 {
                    margin: 0;
                    font-size: 16px;
                }
        
                .close-btnen {
                    color: white;
                    font-size: 20px;
                    cursor: pointer;
                }
        
                #enq {
                    padding: 12px;
                }
        
                .form-field {
                    margin-bottom: 8px;
                }
        
                .form-field label {
                    display: block;
                    font-size: 12px;
                    margin-bottom: 3px;
                }
        
                input,
                select {
                    width: 100%;
                    padding: 6px 8px;
                    height: 34px;
                    border: 1px solid #ddd;
                    border-radius: 4px;
                    font-size: 13px;
                }
        
                .form-row {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 5px;
                    align-items: center;
                    margin-bottom: 8px;
                }
        
                .phone-input {
                    display: flex;
                    gap: 4px;
                }
        
                .phone-input select {
                    width: 85px;
                    font-size: 12px;
                }
        
                .captcha-container {
                    height: 34px;
                    display: flex;
                    gap: 5px;
                    margin: 0;
                }
        
                #captcha-display {
                    padding: 4px 8px;
                    font-size: 14px;
                    letter-spacing: 2px;
                    background: #f5f5f5;
                    border-radius: 4px;
                    font-family: monospace;
                    flex-grow: 1;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
        
                .refresh-captcha {
                    height: 100%;
                    aspect-ratio: 1;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: none;
                    border: none;
                    font-size: 16px;
                    cursor: pointer;
                    padding: 0 5px;
                }
        
                .consent {
                    display: flex;
                    gap: 5px;
                    align-items: flex-start;
                    margin: 8px 0;
                }
        
                .consent input[type="checkbox"] {
                    width: 14px;
                    height: 14px;
                    margin-top: 1px;
                    accent-color: #0088cc;
                }
        
                .consent label {
                    font-size: 11px;
                    line-height: 1.2;
                    color: #666;
                }
        
                .submit-btn {
                    width: 100%;
                    padding: 10px;
                    margin: 5px auto 0;
                    display: block;
                    font-size: 13px;
                    border-radius: 4px;
                    background: #0088cc;
                    color: white;
                    border: none;
                    font-weight: 500;
                }
        
                .submit-btn:hover {
                    background: #00a8ff;
                }
        
                .required {
                    color: red;
                }
        
                /* Only keep specific mobile adjustments for very small screens */
                @media (max-width: 767px) {
                    .enc {
                        margin: 10px auto;
                    }
        .en{
            padding-top: 50px !important;
        }
                    #enq {
                        padding: 10px;
                    }
        
                    .phone-input select {
                        width: 80px;
                    }
        
                    .submit-btn {
                        padding: 8px;
                    }
                }

.featured-section {
    text-align: center;
    padding: 60px 0 30px;
}

.featured-section h6 {

    color: #0A2647;

        font-family: 'Poppins', sans-serif;
        font-size: 0.8rem;
        font-weight: 600;
        margin-bottom: 10px;
}

.featured-section h2 {
   
    text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 30px;
        color: #333;
}
                                #galleryContainer {
                                    width: 100%;
                                    overflow: hidden;
                                }
                
                                .scroll-section {
                                    position: relative !important;
                                    height: 100vh !important;
                                    /* Full screen height */
                                    background-size: cover !important;
                                    background-position: center !important;
                                    background-attachment: fixed !important;
                                    /* Parallax effect */
                                    display: flex !important;
                                    justify-content: center !important;
                                    align-items: flex-end !important;
                                    color: white !important;
                                }
                
                                .scroll-section::before {
                                    content: '' !important;
                                    position: absolute !important;
                                    top: 0 !important;
                                    left: 0 !important;
                                    right: 0 !important;
                                    bottom: 0 !important;
                
                                    z-index: 1 !important;
                                }
                
                                .scroll-section h5 {
                                    position: absolute !important;
                                    top: 20% !important;
                                    left: 10% !important;
                                    background: rgba(0, 0, 0, 0.6);
                                    color: white !important;
                                    padding: 10px 20px !important;
                                    font-size: 1.5em;
                                    border-radius: 5px;
                                    text-transform: uppercase;
                                    font-family: Arial, sans-serif !important;
                                    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
                                    z-index: 2;
                                }
                
                                @media (max-width: 768px) {
                
                
                                    .scroll-section h5 {
                                        top: 15% !important;
                                        left: 5% !important;
                                        font-size: 1.2em !important;
                                    }
                                }
                
                                /* Fix for iOS Safari */
                                @supports (-webkit-touch-callout: none) {
                                    .scroll-section {
                                        background-attachment: scroll !important;
                                    }
                                }
/* ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #000000, #1a1a1a);
}

::-webkit-scrollbar-track {
    background: linear-gradient(45deg, #151515 25%, #000 25%, #000 75%, #151515 75%, #151515);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    border: 2px solid #333;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

@keyframes sparkle {

    0%,
    100% {
        background-position: 0% 0%;
        opacity: 0.8;
    }

    25% {
        background-position: 100% 100%;
        opacity: 1;
    }

    50% {
        background-position: 100% 0%;
        opacity: 0.9;
    }

    75% {
        background-position: 0% 100%;
        opacity: 1;
    }
}

@keyframes glitter {

    0%,
    100% {
        box-shadow: 0 0 15px #ffd700,
            0 0 25px #ffd700,
            0 0 35px #ffd700;
    }

    50% {
        box-shadow: 0 0 20px #ffd700,
            0 0 30px #ffd700,
            0 0 40px #ffd700,
            0 0 50px #ffd700;
    }
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ffd700, #ffb300, #ffd700);
    background-size: 200% 200%;
    border-radius: 6px;
    border: 2px solid #b8860b;
    animation:
        sparkle 4s linear infinite,
        glitter 2s ease-in-out infinite;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #ffd700, #daa520, #ffd700);
    background-size: 200% 200%;
    box-shadow: 0 0 30px #ffd700,
        0 0 40px #ffd700,
        0 0 50px #ffd700;
    border-color: #ffd700;
    transform: scale(1.1);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(200%) rotate(45deg);
    }
}

::-webkit-scrollbar-thumb::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 50%;
    height: 300%;
    background: linear-gradient(to right,
            transparent 0%,
            rgba(255, 255, 255, 0.8) 50%,
            transparent 100%);
    animation: shimmer 3s infinite;
    transform: rotate(45deg);
} */
/* 
::-webkit-scrollbar-thumb:active {
    background: linear-gradient(45deg, #daa520, #b8860b, #daa520);
    box-shadow: 0 0 35px #ffd700,
        0 0 45px #ffd700,
        0 0 55px #ffd700;
}

::-webkit-scrollbar-corner {
    background: #000;
    border: 2px solid #333;
}

::-webkit-scrollbar-button {
    background: linear-gradient(45deg, #b8860b, #daa520);
    border: 2px solid #ffd700;
    height: 16px;
    width: 16px;
}

::-webkit-scrollbar-button:hover {
    background: linear-gradient(45deg, #daa520, #ffd700);
    border-color: #ffd700;
    box-shadow: 0 0 15px #ffd700;
} */