*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;

}

@font-face {
    font-family: poppins;
    src: url(assets/css/Poppins-Regular.ttf);
}


.back-to-top {
    position: fixed;
    display: none;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
        

:root {
      --gold-light: #ecdeae;
      --gold-mid: #e0c36a;
      --gold-dark: #3323062d;
    
    --gray: #848484;
    --primary: #000000;
    --secondary:  #b58f48;
    --light: #ffffff;
    --golden-border: #f0c97a;
    --danger:#ff0000;
    --danger2:#ee4d4de8;
    --gd-bk-bg:linear-gradient(150deg, var(--primary) 40%, var(--golden-border) 100%);
    --primeheadColor:linear-gradient(310deg, var(--primary) 0%, var(--secondary) 50%, var(--golden-border) 100%);
    --headcolor: linear-gradient(310deg, rgb(97, 89, 89) 0%, rgb(250, 108, 108) 50%, rgb(235, 30, 30) 100%);
    --primecardcolor: linear-gradient(140deg,var(--gold-mid) 30%, var(--gold-light) 90%, var(--gold-dark) 100%);

}

/* ==============================text==formate==================== */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px ;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}



/* ==============================text==formate=End=================== */



/*========== custom css start ==============*/

.btn-danger{
    background: var(--danger);  
    color: var(--light);
}

.btn-danger:hover{
    background: var(--light); 
    color: var(--primary);
}

.bg-dark{
    background: var(--primary) !important;
}

.text-dark{
    color: var(--primary) !important;
}

.text-primary{
    color: var(--primary) !important;

}

.text-gold{
    color: var(--secondary) !important;
}

.cust-btn{
    height: 50px;
    border-radius: 50px;
    width: 200px;
    display: flex;
    align-items: center ;
    justify-content: center ;
    margin: 5px 0 5px 0;
    position: relative;
    overflow: hidden;
    background: var(--primary);
    color: white;
    animation: btnGlow 0.5s infinite alternate;
}

@keyframes btnGlow{
    0%{
        box-shadow: 0 0 2px var(--danger);
    }
     100% {
        box-shadow: 0 0 2px var(--danger), 0 0 8px var(--danger2), 0 0 12px var(--danger);
    }
}


.btn-text{
    -webkit-text-stroke: 1px var(--light);
	text-shadow: 0px 4px 4px var(--gray);
    letter-spacing: 2px;
    z-index: 999;
}

.btn-primary{
    background: var(--primary);
}
.btn-primary:hover{
    background: var(--danger);
}

.cust-btn:hover .btn-overly{
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
}
.btn-overly{
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--danger);
    transform: translateX(-200px);
    transition: all 0.5s ease-in-out;

}

.bg-golden{
    background: var(--secondary);
}

.price{
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0,0,0,0.8),  0 0 20px rgba(0,0,0,0.6);
}

    /* --headColor:linear-gradient(310deg, 0%,  50%, rgba(235, 30, 121, 1) 100%); */


.text-head{
    font-size: 60px;
    font-weight: 700;
    color: var(--primary);
    /* background: var(--headcolor);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-stroke: 1px var(--danger2);
	text-shadow: 0px 4px 4px rgb(196, 92, 97);
    animation: head 4s ease-in-out infinite; */
}



/* @keyframes head {
    0% {
      background-position: 0% center;
    }
    50% {
      background-position: 90% center;
    }
    100% {
      background-position: 0% center;
    }
} */

.prime-text-head{
    font-size: 60px;
    font-weight: 700;
    background: var(--primeheadColor);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-stroke: 1px var(--golden-border);
	text-shadow: 0px 4px 4px var(--secondary);
    animation: primehead 4s ease-in-out infinite;
}

@keyframes primehead {
    0% {
      background-position: 0% center;
    }
    50% {
      background-position: 90% center;
    }
    100% {
      background-position: 0% center;
    }
}

.sub-head{
    text-transform: capitalize;
    font-size: large;
}

@media (max-width:1124px){
    .text-head{
            font-size: 40px;
            font-weight: 700;

    }
    
    .sub-head{
        text-transform: capitalize;
        font-size: small;
    }
}

.head-sm{
    font-size: 40px !important;
    text-align: left !important;
}

.sub-head-sm{
    text-align: justify !important;
}
/* 
.fw-normail{
    font-size: 13px !important;
    font-weight: 50 !important;
} */
.fa-rounded{
    border-radius: 52%;
}

.int-ban-link{
    color: var(--light);
    font-size: 20px;

}

.int-ban-link:hover {
    color: var(--golden-border);
    transform: scale(1.2);
}
.int-ban-link {
    display: inline-block; 
    transition: transform 0.3s ease, color 0.3s ease; /* smooth animation */
}

.text-blue{
    color: var(--primary);
}

.text-danger{
    color: var(--danger) !important;
}

.btn-outline-danger{
    border: 2px solid var(--danger);
    color: var(--danger);
}

.btn-outline-danger:hover{
   border: 2px solid var(--danger) !important;
    color: var(--danger) !important; 
}

.fa-circle-check{
    background: var(--golden-bg);
    border-radius: 50%;
    color: var(--primary);
    box-shadow: 0 0 2px var(--golden-border);
    
}

.Btn-buy , .explore{
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
  background-size: 250%;
  background-position: left;
  color: var(--golden-border);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.Btn-buy::before {
  position: absolute;
  content: "Buy Now";
  color: var(--golden-border);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842);
  background-size: 200%;
}

.Btn-buy:hover {
  background-position: right;
  transition-duration: 1s;
}

.Btn-buy:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.Btn-buy:active {
  transform: scale(0.95);
}
/* == */
.explore::before {
  position: absolute;
  content: "Explore";
  color: var(--golden-border);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842);
  background-size: 200%;
}

.explore:hover {
  background-position: right;
  transition-duration: 1s;
}

.explore:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.explore:active {
  transform: scale(0.95);
}


/* ============ */
 .reg-explore {
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 10px;
  /* 🔴 Gradient Red Shade */
  background: linear-gradient(to right, #ff0000, #ff9900, #ff0000);
  background-size: 250%;
  background-position: left;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.Btn-buy::before {
  position: absolute;
  content: "Buy Now";
  color: #ffd277;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 200%;
}

.Btn-buy:hover {
  background-position: right;
  transition-duration: 1s;
}

.Btn-buy:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.Btn-buy:active {
  transform: scale(0.95);
}

/* === Regular Explore Button === */
.reg-explore::before {
  position: absolute;
  content: "Explore";
  color: #fff; /* white text for contrast */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 200%;
}

.reg-explore:hover {
  background-position: right;
  transition-duration: 1s;
}

.reg-explore:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.reg-explore:active {
  transform: scale(0.95);
}

.card-transparent{
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 20px;
    box-shadow: inset 20px 20px 30px var(--golden-border),
            inset -20px -20px 30px var(--golden-border);
}
.prime-card-bg{
    width: 80%;
    background: var(--primecardcolor);
    position: relative;
    overflow: hidden;

}
.prime-card-bg::before{
      content: "";
      position: absolute;
      top: -60%;
      left: -60%;
      width: 200%;
      height: 200%;
      background: linear-gradient(120deg, rgba(255,255,255,0.35) 0%, transparent 60%);
      transform: rotate(25deg);
      transition: 0.8s;
}

.prime-card-bg:hover::before{
    left: 100%;
}

.regular-card-bg{
    width: 80%;
    background: var(--primary);
    position: relative;
    overflow: hidden;
}

.regular-card-bg::before{
      content: "";
      position: absolute;
      top: -60%;
      left: -60%;
      width: 200%;
      height: 200%;
     background: linear-gradient(120deg, rgba(255,255,255,0.35) 0%, rgba(255,0,0,0.25) 40%, transparent 80%);

      transform: rotate(25deg);
      transition: 0.8s;
}

.regular-card-bg:hover::before{
    left: 100%;
}

.text-shadow{
  text-shadow: 0 5px 10px rgb(0, 0, 0); 
}


/*======== custom css end ==============*/



/*======= navbar======= */
.logo{
    height: 60px !important;
    /*filter: drop-shadow(2px 2px 4px var(--light));*/
    box-shadow: 0 2px  var(--light);
    border-radius:10px;
}

.navbar-nav{
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.4);
    z-index: 999;
}

.nav-link{
    margin: 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--light);
    transition: all 0.4s ease;
    position: relative;
    perspective: 600px;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: var(--danger);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.nav-link:hover::after {
      transform: scaleX(1);
      transform-origin: left;
    }

    .nav-link:hover {
      color: var(--danger);
      transform: translateY(-3px) scale(1.05);
      text-shadow: 1px 2px 6px rgba(0,0,0,0.4);
    }

  
    .dropdown-menu {
      background: rgba(30, 30, 30, 0.85);
      backdrop-filter: blur(12px);
      border: none;
      border-radius: 12px;
      box-shadow: 0 10px 20px var(--light);
      transition: all 0.5s ease;
    }

    .dropdown:hover .dropdown-menu {
      display: block !important;
      transition: all 0.5s ease;
    }

    .dropdown-item {
      font-weight: 600;
      color: var(--light);
      letter-spacing: 2px;
    }

    .dropdown-item:hover {
      background: var(--danger);
      border-radius: 10px;
      color: var(--light);
    }

    /* Mobile Responsive */
    @media (max-width: 992px) {
      .nav-link {
        margin: 8px 0;
        text-align: center;
        display: block;
      }
      
      .navbar-nav{
            margin-top:10px;
            z-index: 999;
        }
    }




/*========= Hero start======== */

 .hero{
    height: 100vh;
    width: 100%;
    background: var(--primary);
 }

 .hero-box{
    position: relative;
    width: 400px;
    height: 400px;
    perspective: 1000px;
    transform-style: preserve-3d;
    animation: spin 12s infinite linear;
    transition: transform 1s
 }

 .hero-face{
    position: absolute; 
    width: 100%; 
    height: 100%;
    text-align: center;
    background: transparent;
    opacity: 0.9;
    border-image: linear-gradient(90deg, var(--light) 0%, var(--secondary) 26%, var(--light) 100%);
    box-shadow: 0 0 100px var(--light);
    border-radius: 5px;
 }

  .hero-front, .hero-back {
      width: 300px;
      height: 300px;
    }

    .hero-right, .hero-left {
      width: 70px;
      height: 300px;
    }

    .hero-top, .hero-bottom {
      width: 300px;
      height: 70px;
    }

    .hero-front  { 
        transform: rotateY(0deg) translateZ(35px); 
    }
    .hero-back   { 
        transform: rotateY(180deg) translateZ(35px); 
    }
    .hero-right  { 
        transform: rotateY(90deg) translateZ(260px); 
    }
    .hero-left   { 
        transform: rotateY(-90deg) translateZ(35px); 
    }
    

    @keyframes spin {
      from { transform: rotateX(-20deg) rotateY(0deg); }
      to   { transform: rotateX(-20deg) rotateY(360deg); }
    }

 .hero-front-img{
    height: 300px;
 }
 
 .one-nation{
     font-size: 44px;
 }
 
 .semi-column{
     font-size: 44px;
     color: var(--danger);
 }
 
 


@media (max-width: 990px) {
 
  .carouselText-big {
    font-size: 2rem !important;
  }
  .carouselText-medium {
    font-size: 1.2rem !important;
    margin-top: -25% !important;
  }
  .carouselText-small {
    display: none;
  }
  
  .one-nation{
     font-size: 2rem !important; 
  }

    .rapid{
       font-size: 2.5rem !important;  
    }
    
    .response{
       font-size: 2.5rem !important;   
    }
  
  .hero-box {
    max-width: 200px;
    max-height: 200px;
  }

   .hero{
        height: 600px;
    }
}



/* ===========hero end =========== */

/*========== info Start ============*/

.info-section{
    margin-top: -5%;
}

@media (max-width:992px) {
        .info-section{
        margin-top: -10%;
    }
    .info-box{
        width: 280px !important;
        height: 300px !important;
    }
    
}

.info-box{
    height: 280px;
    width: 300px;
    padding: 25px 25px;
    background: var(--light);
    border-radius: 25px ;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px var(--primary);
    border: 1px solid rgba(255,255,255,0.2);
}


.info-box-curtain{
    position: absolute;
    height: 300px;
    width: 300px;
    top: 0;
    left: 0;
    padding: 25px 25px ;
    background: var(--primary);
    border-radius: 25px ;
    transform: translateY(300px);
    transition: all .8s ease-in-out;
    box-sizing: border-box;
}


.info-box:hover .info-box-curtain{
    transform: translateY(0);
    transition: all .2s ease-in-out;

}

.info-box:hover .info-text{
    color: var(--light);
    transition: 0.5s ease-in-out;
}

.info-text{
    position: absolute;
    transition: 0.5s ease-in-out;
}
.info-icon-box{
    height: 70px;
    width: 70px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    transition: all 0.4s ease;
}

.info-box:hover .info-icon-box {
  transform: scale(1.1);
  box-shadow: 0 8px 20px var(--primary), 0 0 25px var(--light);
}


/* =========info end=========== */

/* ==========app link start========== */
.sticker-link {
  display: inline-block;
  perspective: 1000px; 
}

.mob-app-sticker {
  max-width: 220px;
  margin: 5px;
  transition: all 0.6s ease;
  border-radius: 15px;
  /*box-shadow: 0 8px 20px rgba(0,0,0,0.5);*/
}

.sticker-link:hover .mob-app-sticker {
  transform: rotateX(12deg) rotateY(-12deg) scale(1.08);
  /*box-shadow: 0 10px 10px var(--gray), 0 0 10px var(--gray);*/
}


@media (max-width: 768px) {
  .mob-app-sticker { max-width: 180px; }
}
/* ==========app link start========== */

/* ===================About our app start================ */
.bird-sanctuary-img{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bird-sanctuary-grid{
    display: flex;
    gap: 5px;
    overflow: hidden;
    height: 600px;
    border-radius: 30px;
}

.bird-sanctuary-grid-item{
    display: flex;
    flex-direction: column;
    
}

.app-img{
    max-width: 100%;
    height: auto !important;
    padding:5px;
}

.bird-sanctuary-grid-item img{
    margin-bottom: 10px;
    width: 240px;
    height: 320px;
    border-radius: 10px;
    object-fit: cover;
}
.scrool-down{
    animation: scrollDown 20s linear infinite;
}

.scrool-up{
    animation: scrollUp 20s linear infinite;
}

@keyframes scrollUp {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-50%);
    }
}
@keyframes scrollDown {
    0%{
        transform: translateY(-50%);
    }
    100%{
        transform: translateY(0);
    }
}

.bg-bird-sanctuary{
    background-color: #cf9966;
}

    /* ===== Mobile responsive (1 column, continuous scroll of 9 images) ===== */
    @media (max-width: 768px) {
        .mob-app-grid {
            display: block;
            height: 500px;
            overflow: hidden;
            position: relative;
        }

        .mob-app-grid-item {
            display: flex;
            flex-direction: column;
            width: 100%;
            animation: scrollAll 60s linear infinite;
        }

        .mob-app-grid-item img {
            width: 100%;
            height: auto;
        }

        /* Duplicate set ke liye stacking */
        .mob-app-grid-item.clone {
            position: absolute;
            top: 100%; /* niche se start kare */
            left: 0;
        }

        /* Mobile ke liye infinite loop scroll */
        @keyframes scrollAll {
            0%   { transform: translateY(0); }
            100% { transform: translateY(-100%); }
        }

        .mob-app-grid-item:hover {
            animation-play-state: paused;
        }
    }

/* ===================About our app end================ */


/*======= Report here start============ */

.report-bg{
background: #e0e0e0;
box-shadow: inset 20px 20px 60px #bebebe,
            inset -20px -20px 60px #ffffff;
}


.repo-img-box{
    margin-top:22px;
    border-radius: 40px 40px 0 40px;
    overflow: hidden;
    box-shadow:  10px 10px 20px var(--gray),
             -10px -10px 20px var(--light);
}
.quality-ser-box{
    height: 90px;
    width: 100%;
    border-radius: 40px 40px 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--golden-border);
    box-shadow:  0 -8px 20px var(--light),
             0 8px 10px var(--light);
}

.exchange-img{
    height: 50px;
    width: 50px;
    
}

.exchange-img3{
    border-radius: 0 40px 40px 40px ;
    box-shadow:  10px 10px 20px var(--gray),
             -10px -10px 20px var(--light);
}

.report-content{
    display: inline-block;
    border-bottom: 3px solid var(--danger);
    color: var(--danger);
    /* text-shadow: 2px 2px 8px rgba(0,0,0,0.8); */
    letter-spacing: 1px;
    line-height: 40px;
}

.report-content-semibold{
    color: var(--primary);
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); */
}

.repo-card{
    border-radius: 20px;
    transform-style: preserve-3d;
    box-shadow: 0 5px 8px var(--gray);
    transition:  0.6s ease;
    box-shadow: 5px 5px 5px #d8dae0b1, -2px -2px 2px #ffffff;
    border: 1.5px solid #f2f3f7;
    background:var(--light);
}

.repo-card:hover {
    transform: rotateY(10deg) ;
    box-shadow: 8px 8px 15px var(--gray);
}



@media (max-width:992px){
    .report-content{
        font-size: 16px;
    }
    .report-content-semibold{
        font-size: 25px;
    }
    .quality-ser-box{
        display: none;
    }
}



/*========= Report here end=========== */


        /* feature start */

        
.feature-image-box:hover .feature-img{
    transform: scale(1.2,1.2);
    transition: all 0.8s ease-in-out;
}
.feature-img{
    height: 150px;
    width: 150px;
    transition: all 0.8s ease-in-out;
}
.feature-box{
    box-shadow: 1em 1em 1em #d8dae0b1, -0.75em -0.75em 1em #ffffff;
    border: 1.5px solid #f2f3f7;
    border-radius: 30px;
    transform: translateY(0);
    transition: 0.2s ease-in-out;
    padding-bottom: 5px;
}

 .feature-box:hover{
    transform: translateY(-10px);
    transition: 0.2s ease-in-out;
} 


.feature-icon{
    width: 70px;
    height: 70px;
    border: 5px solid var(--danger);
    padding: 5px;
    border-radius: 50%;
}

.fa-red{
    color:  var(--danger);
}

/*============== feature end =============*/


/* ==============Pricing start========== */

.premium-bg-index{
    background: var(--light);
    background: url(../img/kavachqr.png);
}


.prime-main-box {
  width: 100%;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;     
  justify-content: center; 
  flex-wrap: wrap;        
  gap: 20px;  
  over-flow:hidden;
}

.cube-wrapper {
  position: absolute;
  width: 240px;
  height: 240px;
  animation: moveInfinity 20s infinite linear;
}

.cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: rotate 15s infinite linear;
}

.face {
  position: absolute;
  width: 240px;
  height: 240px;
  font-size: 18px;
  text-align: center;
  line-height: 200px;
  background: transparent;
  opacity: 0.9;
  border: 2px solid;
  border-image: linear-gradient(90deg, var(--light) 0%, var(--secondary) 26%, var(--golden-border) 85%);
  box-shadow: 0 0 100px var(--golden-border);
}

.front {
  transform: translateZ(120px);
  background-color: var(--secondary);
  background-image: linear-gradient(160deg, var(--secondary) 0%, var(--golden-border) 100%);
}

.back {
  transform: rotateY(180deg) translateZ(120px);
  background-color: var(--secondary);
  background-image: linear-gradient(160deg, var(--secondary) 0%, var(--golden-border) 100%);
}

.right {
  transform: rotateY(90deg) translateZ(120px);
  background-color: var(--secondary);
  background-image: linear-gradient(160deg, var(--secondary) 0%, var(--golden-border) 100%);
}

.left {
  transform: rotateY(-90deg) translateZ(120px);
  background-color: var(--secondary);
  background-image: linear-gradient(160deg, var(--secondary) 0%, var(--golden-border) 100%);
}

.top {
  transform: rotateX(90deg) translateZ(120px);
  background-color: var(--secondary);
  background-image: linear-gradient(160deg, var(--secondary) 0%, var(--golden-border) 100%);
}

.bottom {
  transform: rotateX(-90deg) translateZ(120px);
  background-color: var(--secondary);
  background-image: linear-gradient(160deg, var(--secondary) 0%, var(--golden-border) 100%);
}

.cube-container:hover .cube {
  animation-play-state: paused;
}

@keyframes rotate {
  0% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@keyframes moveInfinity {
  0%   { top: 50%; left: 10%; transform: translate(-50%, -50%); }
  25%  { top: 10%; left: 50%; transform: translate(-50%, -50%); }
  50%  { top: 50%; left: 90%; transform: translate(-50%, -50%); }
  75%  { top: 90%; left: 50%; transform: translate(-50%, -50%); }
  100% { top: 50%; left: 10%; transform: translate(-50%, -50%); }
}

 .hero-logo{
        width: 240px;
        height: 240px;
        box-shadow: 0 0 5px var(--light);
    }

    @media (max-width:992px){
        .hero-logo{
           width: 230px;
           height: 230px; 
        }
        
        .card-prime{
            width: 400px !important;
            margin-left: 0 !important; 
        }

    }
    
.card-prime{
    width: 600px;
    max-width: 600px;       /* responsive limit */
    width: 100%;            /* take full available width */
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    position: relative; /* remove absolute */
  }

.line-hight{
    display: flex;
      align-items: flex-start;   
      gap: 8px;                  
      line-height: 1.6;         
      margin-bottom: 8px; 

}

.line-hight i {
      flex-shrink: 0;            
      margin-top: 4px;           
      font-size: 16px;
    }

@media (max-width: 992px) {
  .card-prime {
    max-width: 400px; 
  }
}

@media (max-width: 576px) {
  .prime-main-box {
    flex-direction: column; /* stack cube & card */
    height: auto;           /* remove fixed height */
  }

  .card-prime {
    max-width: 100%; 
  }
}

/* ==============Pricing end========== */


/*============== Counter Start=========== */
    .counter {
        position: relative;
        height: 280px;
        align-items: center;
        overflow: hidden;
        background: var(--light);
        /* background: url(../img/kavachqr-car.png); */
        background: #000000;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        position: relative;
    }

    .counter-overlay{
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        height: 350px;
        width: 100%;
        top: 0;
        left: 0;
    }

    .counter .counter-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .counter .counter-item .counter-item-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: var(--danger);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 10px var(--light),  0 -5px 10px var(--light);
    }

    @media (max-width:990px){
        .counter {
            height: 700px;
        }

    .counter-overlay{
            height: 700px;
        }
    }

/*=============== Counter End ================ */

/*================= testemonial===============*/
.swiper {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 450px;
      height: 300px;
      overflow: hidden;
      position: relative;
      border-radius: 20px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
    }

    .swiper-card{
        position: absolute;
        top: 0;
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        height: 100%;
        z-index: 999;
        color: black;
    }


    .avtar-box{
        height: 80px;
        width: 80px;
        border: 2px solid var(--color2);
        margin: 15px;
        border-radius: 50%;
        overflow: hidden;
    }

    .avtar{
        height: 100%;
        width: 100%;
    }
    
     @media (max-width:990px){
       .swiper-slide {
          width: 360px;
        } 
    }

/*===============testomonial===============*/

/* ===========about us page start============== */

.feature-item {
    display: flex;
    border-radius: 10px;
}

 .feature-icon {
    width: 150px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: var(--primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}


@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}

.mission{
    width: 100px;
    padding: 15px;
}

.mission-vision-box{
    box-shadow: 1em 1em 1em #d8dae0b1, -0.75em -0.75em 1em #ffffff;
    border: 1.5px solid #f2f3f7;
    border-radius: 30px;
    transform: translateY(0);
    transition: 0.2s ease-in-out;
    padding-bottom: 10px;
}

 .mission-vision-box:hover{
    transform: translateY(-10px);
    transition: 0.2s ease-in-out;
} 

.choose-us-box{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}

.choose-us-img{
    height: 80%;
    width: 80%;
    transition: 0.5s ease-in-out;
}
.choose-us-box:hover .choose-us-img{
    transform: scale(1.2,1.2);
    transition: 0.5s ease-in-out;
}


/* ===========about us page end============== */


/* ====================premium page start================= */
.prem-bg{
    height: 400px;
    width: 100%;
    background: #fff;
    background: url(../img/car.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.prem-bg-overly{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}



.gold-bg{
    background: var(--gd-bk-bg);
    /* background: url(../img/gold-background.png); */
    background-repeat: no-repeat;
    background-size: cover;
    position: center;
    background-attachment: fixed;
}

.prem-card{
    width: 95%;
    /* border: 2px solid black; */
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    animation: goldGlow 1s infinite alternate;
}
.prem-card-head{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -15%;

}
.prem-card-body{
    color: white;    
    position: absolute;
    width: 100%;
    height: initial;
    top: 18%;
    left: 0;
    text-align: center;
    background: var(--secondary);
}
.prem-card-footer{
    position: absolute;
    width: 100%;
    height: initial;
    top: 40%;
    padding: 10px;
}

@media (max-width:1024px){
    .prem-card{
        height: 700px;
        
    }
    .prem-card-head{
        top: -10%;

    }
    
    .prem-card-body{
        top: 15%;
    }
    .prem-card-footer{
        top: 30%;
    }


}



.prem-badge-img{
    height: 70%;
    width: 70%;
    transition: all 0.5s ease-in-out;

}

.prem-badge-img:hover{
    height: 80%;
    width: 80%;
    transition: all 0.5s ease-in-out;
}



/* =============premium page end =============== */



/* =====================package start================== */

.bg-package{
    background: var(--light);
    background: url(../img/package_bg.jpg);
    
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.price-card-box{
    height: 560px;
    width: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    box-shadow:  5px 0 0 gray;
    transition: all 0.4s ease-in-out;

}

.price-card-box:hover{
    box-shadow:  15px 0 0 gray;
    transform:translateY(1%);
    transition: all 0.4s ease-in-out;
}

.price-card{
    height: 500px ;
    width: 600px;
    background: rgb(222, 24, 24);
    border-radius: 10%;
    transform: rotate(10deg);
    position: absolute;
    clip-path: polygon(100% 100%, 100% 0%, 0 0, 0% 100%);
    overflow: hidden;
}
 .price-card2{
    height: 500px;
    width: 600px;
    background: var(--light);
    border-radius: 10%;
    display: flex;
    align-items: end;
    transform: rotate(-10deg);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    
} 

.price-card-patti{
    position: absolute;
    width: 50%;
    height: 200px;
    border-radius: 30px ;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 18px;
    background: var(--primary);
    color: var(--light);
    clip-path: polygon(0 51%, 49% 61%, 100% 50%, 100% 100%, 0 100%);
    top: -17.1%;
    box-shadow: 0 0 10px gray;
}

.price-card-text{
    position: relative;
    width: 100%;
    height: 400px;
    top: 10%;
}

.rate{
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.rate-text{
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}

/* .sticker-validity{
    width: fit-content;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 40%;
    background: var(--danger);
    color: var(--light);
    margin-bottom: 20px;
}
  */

/* =====================pricing end================== */



/* ========================Blog page start========================= */




.blog-item {
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.15),
        -10px -10px 20px rgba(255,255,255,0.9);
}

.blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.486);
    transition: 0.5s;
}

.blog-item:hover .blog-img::after {
    height: 100%;
}

.blog-item .blog-img img {
    transition: 0.5s;
}

.blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog-item .blog-content {
    position: relative;
    background: rgba(232, 232, 232, 0.412);
}

.blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--light);
    background: var(--primary);
}

.blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}


/* ========================Blog page end========================= */


/* ===================contact us start=============== */


.form-container {
      max-width: 800px;
      margin: 40px auto;
      background: var(--light);
      padding: 15px;
      border-radius: 30px;
      box-shadow: 
        10px 10px 20px rgba(0,0,0,0.15),
        -10px -10px 20px rgba(255,255,255,0.9);
    }
    .form-head{
      text-align: center;
      margin-bottom: 20px;
      color: #333;
    }


     /* 3D Contact Card */
    .contact-card {
      background: radial-gradient(circle, rgba(255,0,0,0.1) 60%, transparent 100%);
      border-radius: 20px;
      padding: 25px;
      text-align: left;
      transition: all 0.35s ease;
      box-shadow: 
        10px 10px 20px rgba(0,0,0,0.15),
        -10px -10px 20px rgba(255,255,255,0.9);
      overflow: hidden;
      
    }

    .contact-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 
        15px 15px 30px rgba(0,0,0,0.2),
        -12px -12px 25px rgba(255,255,255,1);
    }


    /* Icon Style */
    .contact-card i {
      font-size: 2.2rem;
      background: linear-gradient(135deg, #ff4d4d, #cc0000);
      -webkit-background-clip: text;

      -webkit-text-fill-color: transparent;
      margin-right: 15px;
    }



/* ===================contact us end=============== */




/***================= Footer start =================***/
.footer{
    background: var(--primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}


.footer .btn.btn-link:hover {
    color: var(--danger);
    letter-spacing: 1px;
    box-shadow: none;
}


.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}


.footer .copyright {
    padding: 5px 0 0 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}


.footer .copyright a {
    color: var(--light);
}




.border-bottom:hover {
    color: var(--light) !important;
}


.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;

}

.footer-menu a:hover{
    color: var(--danger);
}

.btn-link{
    font-size: 14px;
    text-decoration: none;

}

.footer-logo{
    height: 100px;
}

.btn-link:hover{
    background: transparent;
}



/*================= footer end =================*/





 /* =================breadcrumb=================== */
.breadcrumb-area {
    height: 650px; 
    position: relative;
    overflow: hidden;
  }
  .breadcrumb-area video {
    object-fit: cover;
  }


  /* =========parking solution page========= */

   .service-image img{
      border-radius: 12px;
      box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    }

    /*==========blog detail=======*/

.blog-header {
      background: url('https://picsum.photos/1200/400?random=1') no-repeat center/cover;
      color: #ffffff;
      padding: 80px 20px;
      text-align: center;
      position: relative;
      height: 300px;
    }

    .overly{
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }


    .blog-header h1 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #fff !important;
    }
    .blog-meta {
      font-size: 0.9rem;
      color: #ffffff;
      z-index: 999;
    }
    .blog-content img {
      border-radius: 10px;
      margin: 20px 0;
    }
    .comment-box {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    }
    
    
    /*==================privacy policy page===================*/
    
    .text-gradient {
        background: linear-gradient(90deg, #ff4b2b, #ff416c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policy-section {
        padding: 2rem;
        border-left: 5px solid #ff4b2b;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        margin-bottom: 2rem;
    }
    .section-title {
        font-size: 1.6rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 1rem;
    }
    .list-group-item {
        border: none;
        padding-left: 0;
    }
    
    
    /*=======refund policy==============*/
    .text-gradient {
        background: linear-gradient(90deg, #ff4b2b, #ff416c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policy-section {
        padding: 2rem;
        border-left: 5px solid #ff4b2b;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        margin-bottom: 2rem;
    }
    .section-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 1rem;
    }
    .list-group-item {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    
    /*===================terms & condition==============*/
    
     .text-gradient {
        background: linear-gradient(90deg, #ff4b2b, #ff416c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .policy-section {
        padding: 2rem;
        border-left: 5px solid #ff4b2b;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        margin-bottom: 2rem;
    }
    .terms-list > li {
        margin-bottom: 1.5rem;
        font-weight: 600;
    }
    .terms-list ol {
        margin-top: 0.5rem;
        margin-left: 1.2rem;
        font-weight: normal;
        color: #555;
    }
    .terms-list li b {
        color: #222;
    }