.Hero-Page{
    width: 100%;
    height: 80vh;
    background-image: url('../assets/HeroOtherpages.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 20px;
    position: relative;
     opacity: 0;
    animation: Hero 300ms ease-out 0.1s forwards ;

}

.abp-ContentBox{
    width: 50%;
    position: absolute;
    background: rgba(0, 0, 0, 0.274);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(22px);
    height: 250px;
    margin-inline: auto;
    left:0;
    right:0;
    bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;   
     scale: 0;
    animation: ContentAn 300ms ease-out 1.5s forwards 
}

.abp-ContentBox h1{
     background: linear-gradient(to bottom,
            rgb(253, 253, 253) 40%,
            #cccccc 80%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 70px;
    font-weight: 600;
    /* font-family: serif; */
      opacity: 0;
    transform: translateY(10px);
    animation: tagAn 600ms ease-out 2s forwards;
}

.abp-brand-story {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 80px 20px;
      background: #000;
      color: #fff;
    }

    .abp-brand-story__container {
      max-width: 1100px;
      text-align: center;
    }

    .abp-brand-story__title {
      font-size: 5.2rem;
      font-weight: 400;
      letter-spacing: 5px;
      text-transform: uppercase;
      color: #fff;
      position: relative;
      display: inline-block;
      margin-bottom: 90px;
      font-family: Cinzel;
    }

    /* Main Line – Left moti → Right patli (exact image jaisa) */
    /* .abp-brand-story__title::after {
     content: '';
    position: absolute;
    width: 540px;
    height: 7px;
    background: #fff;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%) rotate(-182deg);
    clip-path: polygon(48% 0%, 112% 0%, 100% 100%, 0% 100%);
    box-shadow: 0 5px 22px rgba(255, 255, 255, 0.5);
    } */

    /* Second subtle line */
    .abp-brand-story__title::before {
      content: '';
    position: absolute;
    width: 540px;
    height: 7px;
    background: #fff;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%) rotate(-182deg);
    clip-path: polygon(48% 0%, 112% 0%, 100% 100%, 0% 100%);
    box-shadow: 0 5px 22px rgba(255, 255, 255, 0.5);
    }

    .abp-brand-story__content {
      font-size: 1rem;
      max-width: 900px;
      margin: 0 auto;
      line-height: 1.9;
      font-family: Inter;
      opacity: 0;
      animation: abp-fade-up 2s ease-out 0.7s forwards;
    }

    @keyframes abp-fade-up {
      to { opacity: 1; transform: translateY(0); }
    }

    /* ====================== RESPONSIVE ====================== */
    @media (max-width: 768px) {
      .abp-brand-story__title {
        font-size: 2rem;
        letter-spacing: 7px;
        margin-bottom: 70px;
      }
      .abp-brand-story__title::after  { width: 440px; height: 11px; bottom: -23px; }
      .abp-brand-story__title::before { width: 340px; }
      .abp-brand-story__content { font-size: 1.18rem; }

      .Hero-Page{
    height: 40vh;
}

.abp-ContentBox h1{
    font-size: 40px;
    font-weight: 500
}

.abp-ContentBox{
    width: 70%;
    position: absolute;
    background: rgba(211, 211, 211, 0.18);;
    /* backdrop-filter: blur(7px); */
    /* -webkit-backdrop-filter: blur(22px); */
    height: 100px;
    margin-inline: auto;
    left:0;
    right:0;
    top:40%;
    display: flex;
    justify-content: center;
    align-items: center;    
}

    }

    @media (max-width: 480px) {
      .abp-brand-story__title {
        font-size: 2rem;
        letter-spacing: 5px;
      }
      .abp-brand-story__title::after  { width: 360px; height: 10px; bottom: -20px; }
      .abp-brand-story__title::before { width: 280px; }
      .abp-brand-story__content { font-size: 1.1rem; padding: 0; }
    }

    .abp-faq-section {
      min-height: 100vh;
      background: 
                  url('../assets/Rectangle\ 134.png');
      display: flex;
      align-items: center;
      justify-content: center;
      background-attachment: fixed;
      padding: 100px 20px;
      font-family: 'Cinzel';
      color: #000000;
    }

    .abp-faq__title , .ser-Heading{
      font-size: 5.5rem;
      font-weight: 400;
      letter-spacing: 8px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 60px;
      position: relative;
    }

 .ser-Heading{
    margin: auto;
 }
 .ser-para{
    text-align: center;
    font-family: Inter;
    color:inherit
    
}

    .abp-faq__container {
      max-width: 900px;
      width: 100%;
      background: rgb(0 0 0 / 50%);
      /* backdrop-filter: blur(12px); */
      /* -webkit-backdrop-filter: blur(12px); */
      border-radius: 0px;
      padding: 50px 60px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    }

    .abp-faq__item {
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .abp-faq__question {
      width: 100%;
      text-align: left;
      font-family: Cinzel;
      background: transparent;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400;
      padding: 22px 0;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      font-family: Cinzel;
      align-items: center;
      transition: all 0.3s ease;
    }

 

    .abp-faq__question.active::after {
      transform: rotate(180deg);
    }

    .abp-faq__answer {
      max-height: 0;
      overflow: hidden;
      font-family: Cinzel;
      font-size: 0.9rem;
      line-height: 1.8;
      padding: 0 0;
      color: #fff;
      opacity: 0;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .abp-faq__answer.active {
      max-height: 300px;
      padding: 20px 0;
      opacity: 1;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .abp-faq__title , .ser-Heading{ font-size: 2rem; letter-spacing: 5px; margin-bottom: 40px; }
      .abp-faq__container { padding: 40px 30px;  }
      .abp-faq__question { font-size: 1.25rem; padding: 18px 0; }
      .abp-faq__answer { font-size: 1.1rem; }
    }

    @media (max-width: 480px) {
      .abp-faq__title { font-size: 3rem; }
      .abp-faq__container { padding: 30px 20px; }
      .abp-faq__question { font-size: 1.18rem; }
    }

    .str-location-section {
      padding: 140px 20px 100px;
      min-height: 100vh;
      background: #000;
    }

    .str-location__container {
      max-width: 1500px;
      margin: 0 auto;
      position: relative;
    }

    /* Slider */
    .str-location-slider {
      position: relative;
      margin-bottom: 100px;
    }

    .str-location-slider__wrapper {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 24px;
      padding: 20px 100px 40px;
      scrollbar-width: none;
    }
    .str-location-slider__wrapper::-webkit-scrollbar { display: none; }

    .str-location__btn {
        padding: 10px 40px;
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #000000;
    font-size: 1rem;
    font-family: 'Inter';
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }
    .str-location__btn:hover {
      background: #333;
      border-color: #777;
      color: #fff;
      transform: translateY(-6px);
    }
    .str-location__btn.active {
      background: #000000;
    color: #ffffff;
    border-color: white;
    }

    /* Next / Prev Buttons */
    .str-location__nav {
      position: absolute;
      top: -80px;
      right: 20px;
      width: 56px;
      height: 56px;
      background: white;
      color: black;
      border: none;
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      cursor: pointer;
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
      z-index: 10;
      transition: 0.3s;
    }
    .str-location__nav:hover { background:#eee; transform:scale(1.1); }
    .str-location__nav--prev { right: 86px; }
    .str-location__nav--next { right: 20px; }

    @media (max-width:768px) {
      .str-location__nav { display:none; }
      .str-location-slider__wrapper { padding:20px 15px; }
      .str-location__btn { padding:14px 36px; font-size:1.3rem; }
    }

    /* Content */
    .str-location__content {
      display: none;
      animation: str-fade 0.8s;
    }
    .str-location__content.active { display: block; }

    @keyframes str-fade {
      from { opacity:0; transform:translateY(40px); }
      to   { opacity:1; transform:none;
    }
}
    .str-location__coming {
      text-align: center;
      font-size: 5rem;
      font-weight: 400;
      letter-spacing: 8px;
      opacity: 0.6;
      margin-top: 100px;
      font-family: Cinzel;
      text-transform: uppercase;
    }

    /* Store Cards */
    .str-location__stores {
      display: flex;
      gap: 60px;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 40px;
    }

    .str-store-card {
      width: 580px;
      height: 450px;
      border: 1px solid white;
      border-radius: 0;
      position: relative;
      overflow: hidden;
      box-shadow: 0 30px 60px rgba(0,0,0,0.7);
      transition: 0.5s;
    }
    .str-store-card:hover { transform: translateY(-15px); }

    .str-store-card__bg {
      width:100%; height:100%; object-fit:cover;
      position:absolute; top:0; left:0; z-index:1;
    }

    .str-store-card__nav {
      position:absolute; top:20px; right:20px; z-index:3;
      background:white; color:black; padding:12px 22px;
      border-radius:0;
      font-weight:600; font-size:1.1rem;
      display:flex; align-items:center; gap:10px;
      box-shadow:0 10px 25px rgba(0,0,0,0.5);
      text-decoration:none;
    }
    .str-store-card__nav:hover { background:#f0f0f0; }

    .str-store-card__info {
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000007a;
    padding: 30px 30px 0px;
    z-index: 2;
    }

    .str-store-card__info p {
          margin-bottom: 20px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 20px;
    }
    .str-store-card__info i {
      color:#fff; font-size:1rem; width:40px;
    }

    @media (max-width:768px) {
      .str-store-card { width:100%; height:480px; }
      .str-location__stores { gap:40px; }
      .str-store-card__info { padding:90px 30px 40px; }
      .str-store-card__info p { font-size:1.2rem; }
    }


    .br-brands-section {
      padding:300px 20px;
      min-height:100vh;

    }

    .br-brands__container {
      max-width:1500px;
      margin:0 auto;
      position:relative;
    }

    /* Brands Slider */
    .br-brands-slider {
       position: relative;
    margin-bottom: 60px;
    border: #525252 1px solid;
    padding: 80px 30px;
    background: #4343434d;
    }

    .br-brands-slider__wrapper {
      display:flex;
      overflow-x:auto;
      scroll-behavior:smooth;
      gap:24px;
      padding: 8px;
      /* justify-content: center; */
      scrollbar-width:none;
    }
    .br-brands-slider__wrapper::-webkit-scrollbar { display:none; }

    .br-brands__btn {
  padding: 10px 40px;
    background: #fff;
    border: 1px solid #444;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }
    .br-brands__btn:hover {
      background:#333;
      border-color:#777;
      color: #fff;
      transform:translateY(-6px);
    }
    .br-brands__btn.active {
      background: #000;
      color: #fff;
      border-color:white;
    }

    /* Next/Prev Buttons */
    .br-brands__nav {
     position: absolute;
    top: 20px;
    width: 40px;
    /* float: right; */
    height: 40px;
    background: white;
    color: black;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: 0.3s
    }
    .br-brands__nav:hover { background:#eee; transform:scale(1.1); }
    .br-brands__nav--prev { right:86px; }
    .br-brands__nav--next { right:20px; }

    @media (max-width:768px) {
      .br-brands__nav { display:none; }
      .br-brands-slider__wrapper { padding:20px 15px; }
      .br-brands__btn { padding: 8px 15px;
        font-size: 1rem; }

         .br-brands-slider{padding: 10px 15px;}

             .br-brands-section{padding-top: 100px;}
    }

    /* Phones Grid */
    .br-phones-grid {
      display:flex;
     justify-content: space-between;
     flex-wrap: wrap;
      gap:40px;
      margin-top:40px;
    }

    .br-phone-card {
  background: #1a1a1a;
    /* border-radius: 20px; */
    overflow: hidden;
    width: 420px;
    position: relative;
    height: 500px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: 0.4s;
    }
    .br-phone-card:hover {
      transform:translateY(-10px);
    }

    .br-phone-card__img {
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .br-phone-card__info {
         padding: 10px 20px;
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    background: #0a0a0a6e;
    }

    .br-phone-card__title {
      font-size:1.8rem;
      font-weight:700;
      margin-bottom:8px;
    }

    .br-phone-card__rating {
      font-size:1.2rem;
      color:#ffd700;
      margin-bottom:8px;
    }


    .br-phone-card__store {
      font-size:1.1rem;
      margin-bottom:10px;
      color:#00ffff;
    }

    .br-phone-card__view {
      display:inline-block;
      padding:10px 20px;
      background:white;
      font-family: Inter;
      color:black;
      font-weight:600;
      text-decoration:none;
      transition:0.3s;
    }
    .br-phone-card__view:hover {
      background:transparent;
      color: #fff;
      border: 1px solid #fff;
    }

    .br-phone-card__store{
        margin-bottom: 10px !important;
        color: #fff;
        font-size: 1rem;

    }
    /* Modal */
    .br-modal {
      display:none;
      position:fixed;
      top:0; left:0;
      width:100%; height:100%;
      background:rgba(0,0,0,0.9);
      z-index:1000;
      justify-content:center;
      align-items:center;
    }

    .br-modal-content {
      background:#1a1a1a;
      padding:40px;
      border-radius:0px;
      max-width:600px;
      width:90%;
      box-shadow:0 20px 60px rgba(0,0,0,0.8);
      position:relative;
      border: 1px solid #333;
    }

    .br-modal__close {
      position:absolute;
      top:15px;
      right:20px;
      font-size:32px;
      cursor:pointer;
      color:#aaa;
    }
    .br-modal__close:hover { color:white; }

    .br-modal__map-link {
      display:block;
      margin-top:20px;
      padding:12px 20px;
      background:#fff;
      color:black;
      text-align:center;
      /* border-radius:12px; */
      font-weight:600;
      text-decoration:none;
    }
    #brStoreDetails p{
        display: flex;
        gap :10px;
        align-items: center;
        margin-bottom: 10px !important;
    }

    @media (max-width:768px) {
      /* .br-phone-card__img { height:250px; } */
      .br-phone-card__info { padding:20px; }
      .br-phone-card__title { font-size:1.6rem; }
    }

    .br-no-phones {
      grid-column: 1 / -1;
      text-align: center;
      padding: 80px 20px;
      background: linear-gradient(135deg, #1a1a1a, #111);
      border: 2px dashed #444;
    }
    .br-no-phones h3 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 16px;
      background: linear-gradient(90deg, #ffffff, #dedede);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .br-no-phones p {
      font-size: 1.2rem;
      color: #888;
    }
    @media (max-width: 768px) {
      .br-no-phones h3 { font-size: 2rem; }
      .ser-box {flex-wrap:wrap;}
      .ser-Image {width:100%;height:auto}
      .ser-Content-Box {width:100%; height:fit-content;}
    }

.FranPoints{
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* align-items: center; */
  /* margin: auto; */
  list-style: circle;
  color: #fff;
}



@property --fran-angle {
      syntax: '<angle>';
      initial-value: 0deg;
      inherits: false;
    }


    /* TERA OFFICIAL FRAN EXTENSION CLASS */
    .fran-white-line {
      --fran-angle: 0deg;
      --fran-bg: #0a0a0a;

      position: relative;
      background: 
        linear-gradient(var(--fran-bg), var(--fran-bg)) padding-box,
        conic-gradient(
          from var(--fran-angle),
          var(--fran-bg) 50%,
          white
        ) border-box;

      border: 2px solid transparent;  
      padding: 30px 15px;
      width: 100%;
      max-width: 520px;
      animation: fran-spin 6s linear infinite;
      isolation: isolate;
      box-shadow: 0 0 3px #838383;
    }

    @keyframes fran-spin {
      to { --fran-angle: 360deg; }
    }

    .fran-title {
      font-size: 2rem;
      font-weight: 600;
      /* text-align: center; */
      /* margin-bottom: 3rem; */
      /* letter-spacing: 5px; */
      color: white;
    }

    .fran-list {
      list-style: none;
      space-y: 1.6rem;
      font-size: 1rem;
      display: flex;
      flex-direction: column;
      gap: 20px;
      color: #e0e0e0;
    }

  .fran-white-line p{
    margin-bottom: 3rem;
    color: #aaa;
    font-size: 16px;
    font-family: Inter;
    font-weight: 300;
    letter-spacing: 1.7px;
  }
 .fran-list li{

  font-family: Cinzel;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 25px;
}
    .fran-list li::before {
      content: ">";
      color: #fff;
      font-weight: bold;
      margin-right: 16px;
    }

    .fran-btn {
      margin-top: 4rem;
      width: 100%;
      background: white;
      color: black;
      padding: 10px;
      font-family: Inter;
      font-size: 1.3rem;
      font-weight: 300;
      /* border-radius: 2rem; */
      border: none;
      cursor: pointer;
      transition: all 0.3s;
    }

    .fran-btn:hover {
      background: #f0f0f0;
      transform: translateY(-5px);
    }

.hero-video{
  width: 100%; position: relative; height: 100vh; object-fit: cover;
}

.hero-layer{
  width: 100%;height: 100%;background: #000; opacity: 0.8;position: absolute;top: 0;
}

@media screen and (max-width:768px) {
  .hero-video{
  width: 100%; position: relative; height: 250px; object-fit: cover;
}

.hero-layer{
  width: 100%;height: 250px;background-color: #171717; opacity: 0.55;position: absolute;top: 0;z-index: -1;
}

.mobilebox{
  top: 15% !important;
}
.fran-head{
  font-size: 2rem;
}

.fran-title{
  font-size: 2rem;
}

}

