*{
    margin: 0;
    padding: 0;
}
h1{
   color:  red;
}

:root {
  --white: #ffffff;
}

@font-face {
  font-family: "Rage Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Rage Italic"), url("../fonts/RAGE_1.html") format("woff");
}
@font-face {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Regular"), url("../fonts/Segoe%20UI.html") format("woff");
}
@font-face {
  font-family: "Segoe UI Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Italic"), url("../fonts/Segoe%20UI%20Italic.html") format("woff");
}
@font-face {
  font-family: "Segoe UI Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold"), url("../fonts/Segoe%20UI%20Bold.html") format("woff");
}
@font-face {
  font-family: "Segoe UI Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold Italic"), url("../fonts/Segoe%20UI%20Bold%20Italic.html") format("woff");
}
@font-face {
  font-family: "gothic";
  src: local("gothic"), url("../fonts/gothic.html") format("woff");
}
.rage-italic {
  font-family: "Rage Italic";
}

.segoe-ui {
  font-family: "Segoe UI Regular";
}

body {
  position: relative;
  font-family: "gothic";
  padding-top: 100px;
  top: 0 !important;
}

a {
  white-space: nowrap;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 20px 10px 20px;
  background-color: transparent;
  z-index: 100;
  transition: all 0.2s linear;
  /*background: rgb(25, 27, 40);*/
  /*background: linear-gradient(90deg, rgb(25, 27, 40) 30%, rgb(36, 24, 28) 100%);*/
  background:#181826;
}
header nav {
  background-color: transparent;
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
  font-family: 'Poppins', 'Century Gothic', 'ITC Avant Garde Gothic', sans-serif;
}
header nav .logo {
  margin-right: auto;
}
header nav .logo img {
  height: 80px;
}
header nav ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
}
header nav ul li a {
  padding: 0 15px;
  line-height: 60px;
  text-decoration: none;
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.2s linear;
}
header nav ul li a:hover {
  color: #ffb905;
}
header nav .buy-btn {
  height: 45px;
  line-height: 35px;
  text-decoration: none;
  border: 0;
  background: linear-gradient(45deg, #4a90e2, #50c878, #f5a623);
  padding: 5px 40px;
  border-radius: 50px;
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
header nav .menu-btn {
  display: none;
}
header.shrink {
  padding: 5px;
}
header.shrink nav {
  max-width: 95%;
}
/* ===== Minimal mobile-only header override (paste at end of CSS) ===== */
@media (max-width: 768px) {
  /* make nav a simple horizontal bar and keep items aligned */
  header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    position: relative;
    min-height: 56px; /* stable header height for absolute positioning */
    z-index: 1000;
  }

  /* logo stays left */
  nav .logo {
    display: block;
    z-index: 1003;
  }
  nav .logo img {
    width: 70px;
    height: auto;
    display: block;
  }


  /* center the hamburger icon while keeping logo + buy visible */
  .menu-btn {
    display: block !important;
    position: absolute;
    left: 57%;
    /* transform: translateX(-50%); */
    top: 50%;
    translate: 0 -50%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    z-index: 1002;
    cursor: pointer;
    padding: 6px;
    line-height: 1;
  }

  /* buy button stays right and visible */
   header nav .buy-btn {
    display: inline-block !important;
    position: relative;
    z-index: 1003;
    padding: 6px 14px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.92rem;
    text-transform: uppercase;
    text-decoration: none;
    background: #ff9f00;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
  }

  /* hide desktop horizontal menu list on mobile; show only when .show is added */
  .menu-items {
    display: none;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 18px 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 56px; /* below header */
    background: #0e0e1a;
    text-align: center;
    z-index: 999;
  }

  /* toggled state to show mobile menu */
  .menu-items.show {
    display: flex !important;
  }

  /* bigger tappable links */
  .menu-items li a {
    display: block;
    padding: 10px 0;
    font-size: 1.05rem;
    color: #fff;
  }

  /* small visual tweaks so header content doesn't overlap */
  header.shrink nav { min-height: 48px; }
  header nav ul li a {
    padding: 0 15px;
    line-height: 10px;}
    header{
      padding:20px;
    }
}




/***main-page-hero-section**/

            .trading-section {
        position: relative;
        padding: 60px 0;
  /* background: linear-gradient(90deg, rgb(25, 27, 40) 30%, rgb(36, 24, 28) 100%); */
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 17%, #4f68a2 100%);
        overflow: hidden;
      }

      .section-title {
        text-align: center;
        margin-bottom: 50px;
        color: #fff;
      }

      .section-title h2 {
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: 3px;
        color: #fff;
          font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

      }

      .section-title h2 span {
         background: linear-gradient(45deg, #4a90e2, #50c878, #f5a623);
       
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .trading-card {
        background: linear-gradient(135deg, rgba(45, 53, 97, 0.6) 0%, rgba(26, 31, 58, 0.8) 100%);
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 30px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .trading-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7);
      }

      .card-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 2px solid #3a3a3a;
      }

      .card-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(45deg, #4a90e2, #50c878, #f5a623);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
      }

      .card-title {
        font-size: 1.8rem;
        font-weight: 600;
        color: #fff;
      }

      .chart-image {
        width: 100%;
        height: 300px;
        border-radius: 15px;
        object-fit: cover;
        margin-bottom: 25px;
      }

      .cta-button {
        background: linear-gradient(45deg, #4a90e2, #50c878, #f5a623);
        color: #1a1a1a;
        border: none;
        padding: 10px 25px;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 50px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0 auto;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
          font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

      }

      .cta-button:hover {
        background: linear-gradient(135deg, #ffb84d 0%, #f7931a 100%);
        transform: scale(1.05);
        box-shadow: 0 5px 20px rgba(247, 147, 26, 0.5);
      }

      .arrow-animation {
        display: flex;
        gap: 4px;
      }

      .arrow-animation i {
        animation: arrowMove 1.5s ease-in-out infinite;
      }

      .arrow-animation i:nth-child(2) {
        animation-delay: 0.2s;
      }

      .arrow-animation i:nth-child(3) {
        animation-delay: 0.4s;
      }

      @keyframes arrowMove {
        0%, 100% {
          transform: translateX(0);
          opacity: 0.3;
        }
        50% {
          transform: translateX(6px);
          opacity: 1;
        }
      }

      /* Floating image animation */
      /* Floating icon animation */
.floating-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(247, 147, 26, 0.1);
    border-radius: 50%;
    animation: floatUpDown 4s ease-in-out infinite;
    opacity: 0.6;
    z-index: 0;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(247, 147, 26, 0.3);
}

.floating-icon i {
    font-size: 40px;
    /* background: linear-gradient(135deg, #f7931a 0%, #ffb84d 100%); */
    background: linear-gradient(45deg, #4a90e2, #50c878, #f5a623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

      @keyframes floatUpDown {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-25px); }
      }

      /* Specific positions */
      .float-top-left {
        top: 10px;
        left: 40px;
      }

      .float-top-right {
        top: 10px;
        right: 40px;
        animation-delay: 1s;
      }

      .float-bottom-left {
        bottom: 10px;
        left: 40px;
        animation-delay: 2s;
      }

      .float-bottom-right {
        bottom: 10px;
        right: 40px;
        animation-delay: 3s;
      }

      @media (max-width: 768px) {
        .section-title h2 {
          font-size: 2.2rem;
        }
        .card-title {
          font-size: 1.4rem;
        }
        .cta-button {
          font-size: 0.9rem;
          padding: 8px 20px;
        }
      }

    .benefits-sec{
      padding-top: 30px !important;
    }



/***************************conatct section****************/
    
.contactSection {
  position: relative;
}
.contactSection .secImage {
  position: absolute;
  top: -130px;
  left: -10px;
  height: 110vh;
  z-index: 0;
}
.contactSection .secImage img {
  height: 100%;
  max-height: 780px;
}
.contactSection .form-control,
.contactSection .form-select {
  background-color: rgba(0, 0, 0, 0.065);
  border-radius: 5px;
  font-weight: 600;
  padding: 16px 20px;
  font-size: 1rem;
  border: 0;
}
.contactSection .btn {
  padding: 10px 35px;
  font-family: "Segoe UI Regular";
  border-radius: 3px;
}

.contactSection form {
  position: relative;
  z-index: 2; /* Above the image */
  background: transparent;
}

.contactSection::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  background: transparent; /* Ensure no blocking layer */
}


/*************footer floating call whatsppp***********/
/* Floating Button Wrapper */
.floating-buttons {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

/* Common Button Style */
.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  animation: shake 2s infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Button colors */
.call-btn {
  background-color: #007bff;
}

.whatsapp-btn {
  background-color: #25d366;
}

/* Hover effect */
.float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

/* Infinite Shake Animation */
@keyframes shake {
  0%, 100% { transform: rotate(0deg); }
  10%, 30%, 50%, 70%, 90% { transform: rotate(-10deg); }
  20%, 40%, 60%, 80% { transform: rotate(10deg); }
}

/* Mobile Adjustment */
@media (max-width: 768px) {
  .floating-buttons {
    bottom: 15px;
    right: 15px;
    gap: 12px;
  }
  .float-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}


/********index page title after logo***************************/
.logo-container {
    /* display: flex; */
    /* align-items: center; */
    gap: 10px; /* space between logos */
    margin-top: 20px;
  }

  .logo-container img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .logo-container img:hover {
    transform: scale(1.1);
  }
  

/***************************GALLERY************************/

     
        .gallery-header {
            text-align: center;
            margin-bottom: 50px;
            padding: 0 15px;
        }

        .main-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000000;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 10px;
            text-shadow: 0 0 20px rgba(123, 0, 255, 0.5);
        }

        .sub-heading {
            font-size: 1rem;
            color: #00d4ff;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .gallery-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .primary-viewer {
            position: relative;
            margin-bottom: 40px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 212, 255, 0.3);
        }

        .featured-display {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
        }

        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: #00d4ff;
            border: 2px solid #00d4ff;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .nav-button:hover {
            background: #00d4ff;
            color: #0a0e27;
            transform: translateY(-50%) scale(1.1);
        }

        .prev-control {
            left: 20px;
        }

        .next-control {
            right: 20px;
        }

        .image-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.8);
            color: #00d4ff;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }

        .thumbnail-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 15px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }

        .grid-item {
            position: relative;
            cursor: pointer;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 3px solid transparent;
        }

        .grid-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 212, 255, 0.4);
        }

        .grid-item.active-thumb {
            border-color: #00d4ff;
            box-shadow: 0 0 20px rgba(0, 212, 255, 0.6);
        }

        .thumb-image {
            width: 100%;
            height: 120px;
            object-fit: cover;
            display: block;
        }

        .overlay-label {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
            color: #fff;
            padding: 8px;
            font-size: 0.75rem;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 1.8rem;
            }

            .featured-display {
                height: 300px;
            }

            .nav-button {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }

            .prev-control {
                left: 10px;
            }

            .next-control {
                right: 10px;
            }

            .thumbnail-grid {
                grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
                gap: 10px;
            }

            .thumb-image {
                height: 90px;
            }
        }

        @media (max-width: 576px) {
            .featured-display {
                height: 250px;
            }

            .thumbnail-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
    