:root {
   --primary-font: 'Poppins', sans-serif;
}

* {
   margin: 0;
   padding: 0;
}

body {
   background-color: #F5F5F5 !important;
}


@keyframes zoom {
   from {
      transform: scale(1, 1);
   }

   to {
      transform: scale(1.5, 1.5);
   }
}

.carousel-inner .carousel-item .fill>img {
   animation: zoom 15s;
}

@keyframes shake {
            0% { transform: translate(1px, 1px) rotate(0deg); }
            10% { transform: translate(-1px, -2px) rotate(-1deg); }
            20% { transform: translate(-3px, 0px) rotate(1deg); }
            30% { transform: translate(3px, 2px) rotate(0deg); }
            40% { transform: translate(1px, -1px) rotate(1deg); }
            50% { transform: translate(-1px, 2px) rotate(-1deg); }
            60% { transform: translate(-3px, 1px) rotate(0deg); }
            70% { transform: translate(3px, 1px) rotate(-1deg); }
            80% { transform: translate(-1px, -1px) rotate(1deg); }
            90% { transform: translate(1px, 2px) rotate(0deg); }
            100% { transform: translate(1px, -2px) rotate(-1deg); }
        }
        .shake {
            animation: shake 0.6s infinite;
            display: inline-block;
        }

@media (min-width: 0) {
    #customer img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 15px;
   }
    
    #customer-photo img {
      width: 300px;
      height: 300px;
      object-fit: cover;
   }

   #customer .row {
      display: flex;
      flex-wrap: wrap;
      padding: 0 4px;
      flex-direction: row !important;
   }

   #customer .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 100%;

   }

   #customer .column img {
      border-radius: 20px;
      margin-top: 8px;
      vertical-align: middle;
      width: 100%;
      height: 200px;
      object-fit: cover;
   }

   #hero h1,
   #hero h3 {
      font-size: 1.7rem;
      font-weight: 600;
   }

   #header {
      background-color: transparent;
   }

   #header .nav a {
      font-size: 16px;
   }

   .dropdown .nav-link:hover {
      color: #e26644 !important;
   }

   .dropdown .dropdown-item {
      font-size: 0.8rem !important;
      margin-bottom: 15px;
   }

   .dropdown .dropdown-item:hover {
      background-color: #e26644 !important;
      color: white !important;
   }

   #carouselExampleCaptions .carousel-item img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
   }

   .carousel-item .overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4) !important;
   }

   #header i {
      color: white;
      font-weight: 600;
   }

   #header li a {
      font-size: 1.2rem;
   }

   #form .bg {
      box-shadow: 0px 0px 10px #706f6f;
   }

   #form {
      top: 120%;
      z-index: 99;
      font-family: var(--primary-font);
   }

   .bt {
      margin: 2rem;
   }

   #carouselExampleCaptions .carousel-caption {
      top: 35%;
      font-family: var(--primary-font);
   }

   #carouselExampleCaptions .carousel-caption p {
      font-weight: 700;
      background-color: #FFBA0A;
      display: inline;
      font-size: 13px;
      color: #010101;
   }

   #carouselExampleCaptions .carousel-caption span,
   #carouselExampleCaptions .carousel-caption .m {
      font-weight: 700;
      font-size: 1.5rem;
   }

   #carouselExampleCaptions .carousel-caption del {
      font-weight: 500;
   }

   #carouselExampleCaptions .overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
   }

   #form input {
      outline: none;
      border-radius: 20px;
      border: 1px solid #888484;
   }

   #form .input {
      background-color: #F36E45;
      border: none;
      color: white;
      font-weight: 600;
      border-radius: 10px;
   }

   #packages {
      margin-top: 2rem;
      font-family: var(--primary-font) !important;
   }

   #packages img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 20px;
   }

   #packages .card {
      border: none;
      border-radius: 20px;
      box-shadow: 0 0 10px #968c8c;
      padding: 20px;
      background-color: #EFEFEF;
   }

   #packages .card .t {
      position: absolute;
      z-index: 99;
      right: 0%;
      font-size: 0.5rem !important;
      color: dark;
      font-weight: 500;
      padding: 2px 5px;
      bottom: 13%;
      display: block;
   }

   #packages .card h4 {
      font-size: 1rem;
   }

   #packages button {
      font-weight: 600;
   }

   #packages .card .label {
      font-size: 0.8rem !important;
      font-weight: 700;
      display: block;
   }

   #packages .card del {
      font-size: 0.7rem;
      display: block;
      color: rgb(63, 61, 61) !important;
   }

   #packages .card .card-text {
      font-weight: 700;
      font-size: 0.8rem;
   }

   #packages .card .price {
      font-size: 0.9rem;
      color: #E26644;
      font-weight: 700;
   }

   #packages .card .p {
      font-size: 0.6rem;
      display: block;
   }

   #footer {
      background-color: #1A1A1A !important;
      color: white;
      font-family: var(--primary-font);
   }

   #footer a {
      color: white;
   }

   #packages h3 {
      text-align: center;
      font-weight: 600;
      font-size: 1.5rem;
   }

   .video-container {
      position: relative
   }

   .thumbnail {
      width: 100%;
      height: 280px;
      object-fit: cover
   }

   .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      border: none;
      color: #F36E45;
      border-radius: 50%;
      font-size: 24px
   }

   #yt h4 {
      font-size: 2rem;
   }

   #detailed-page {
      font-family: var(--primary-font);
   }

   #detailed-page #mprize {
      z-index: 9999 !important;
      display: inline;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      animation: upDown 1s alternate infinite;
   }

   @keyframes upDown {
      from {
         transform: translate3d(0, 0, 0);
      }

      to {
         transform: translate3d(0, 15px, 0);
      }
   }

   #detailed-page #mprize .price {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
   }

   #detailed-page #mprize .whi {
      border-bottom-left-radius: 6px;
   }

   #detailed-page #card h5 {
      color: #F36E45
   }

   #detailed-page .stick {
      position: sticky;
      top: 10%
   }
   
   /* Shimmer overlay */
    .overlay.shimmer {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      border-radius: 8px;
      pointer-events: none;
      background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 40%,
        rgba(255, 255, 255, 0) 80%
      );
      background-size: 200% 100%;
      background-position: -200% 0;
      z-index: 1; /* shimmer under badges */
    }
    
    /* Base badge */
    .badge {
      position: absolute;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: 600;
      border-radius: 4px;
      color: #fff;
      z-index: 2; /* badges above shimmer */
    }
    
    /* Discount badge (Top-Left) */
    .badge-discount {
      top: 10px;
      left: 10px;
      background: #E74C3C;
    }
    
    /* EMI badge (Top-Right) */
    .badge-emi {
      top: 10px;
      right: 10px;
      background: #27AE60;
    }



   #detailed-page h5 {
      font-weight: 550
   }

   #detailed-page th {
      font-weight: 500 !important
   }

   #detailed-page h4 {
      font-weight: 600
   }

   #detailed-page h6 {
      font-size: 1.1rem
   }

   #detailed-page .shadow {
      box-shadow: rgba(34, 33, 33, 0.4) !important;
   }

   #detailed-page #hero img {
      width: 100%;
      height: 100vh;
      object-fit: cover
   }

   #detailed-page #hero .overlay {
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, .4) !important;
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center
   }

   #detailed-page #hero h3 {
      font-size: 35px;
      font-weight: 700
   }

   #detailed-page #hero a {
      color: #fff;
      text-decoration: none
   }

   #detailed-page #content h4 {
      color: #F36E45;
      font-size: 25px;
      font-weight: 600
   }

   #detailed-page #hero .bt {
      background-color: #F36E45;
      color: #fff;
      padding: 5px 18px;
      outline: 0;
      border: none;
      font-size: 18px;
      border-radius: 5px
   }

   #detailed-page #accord h2 button {
      color: #010101;
      font-size: 1.2rem;
      font-weight: 600
   }

   #m-prize {
      background-color: #fff4de;
      z-index: 9999;
   }

   .btn-color {
      background-color: #F36E45 !important;
   }

   h4 {
      font-weight: 600 !important;

   }

   .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: 2px !important;
      border-top-right-radius: 2px !important
   }

   .accordion-button:focus {
      border-color: #000;
      box-shadow: none !important
   }

   .accordion-header button {
      background-color: transparent !important;
      border: none !important;
   }

   .accordion-header h1,
   .accordion-header h2,
   .accordion-header h3,
   .accordion-header h4,
   .accordion-header h5 {
      font-size: 15px !important;
      color: #575757 !important;
      text-align: start !important;
      font-weight: 600;
   }

   .stick {
      position: sticky !important;
      top: 10px !important;
   }

   #query {
      z-index: 99999999 !important;
   }

   #query .form {
      z-index: 100;
      top: 40%;
      right: -69px;
      rotate: -90deg
   }
   
   #query .form1 {
      z-index: 100;
      font-weight: 600;
      top: 50%;
      left: -69px;
      rotate: 90deg;
      border-radius: 10px;
   }

   #query .social {
      z-index: 100;
      top: 50%;
      left: 0
   }

   #query .social div {
      background-color: #26d367;
      padding: 15px
   }

   #query .social div a {
      color: #fff
   }

   #query .social div i {
      font-size: 17px
   }

   #query .form button,
   #query .form1 button {
      background-color: #F36E45;
      color: #fff;
      font-weight: 500;
      padding: 6px 30px
   }

   #query .wp {
      bottom: 20px;
      left: 20px;
      z-index: 99999;
      background-color: #26d367;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      box-shadow: 1px 1px 5px #383636;
   }

   #query .wp a i {
      font-size: 1.8rem;
   }

   #query .tel a i {
      font-size: 1.5rem;
   }

   #query .tel {
      bottom: 20px;
      right: 20px;
      z-index: 99999;
      background-color: #26d367;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      box-shadow: 1px 1px 5px #383636;
   }

   .backColor {
      background-color: #222222 !important;
   }

   #contact {
      font-family: var(--primary-font);
   }

   #contact i {
      color: #F36E45;
   }

   #yt {
      font-family: var(--primary-font);
   }

   #yt h4,
   #contact h4 {
      font-size: 2rem;
   }

   #contact span {
      font-size: 1rem;
   }

   #contact .m {
      text-align: center;
   }

   #footer img {
      width: 50%;
      padding-bottom: 10px;
   }

   #footer ul li a {
      font-size: 11px;
   }

   #footer .end {
      text-align: left;
   }

   .loader {
      display: flex;
   }

   #preloader {
      position: fixed;
      inset: 0;
      z-index: 999999;
      overflow: hidden;
      background: #fff;
      transition: .6s ease-out;
      height: 100vh;
   }

   .loader {
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
   }

   #form input {
      outline: none;
      padding: 10px 0 10px 5px;
      border-radius: 10px;
   }

   #form input[type='submit'] {
      background-color: #F36E45;
      color: #fff;
      font-weight: 600;
   }


   #yt img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 20px;
   }

   #packages h4 {
      font-size: 1rem !important;
   }

   #keywords .k1,
   #keywords h4 {
      text-align: center;
   }

   #keywords span {
      border: 1px solid #e26644;
      padding: 10px 20px;
      border-radius: 30px;
      color: #e26644;
      transition: .3s
   }

   #keywords span:hover {
      background-color: #e26644;
      color: #fff;
      transition: .3s
   }

   #keywords span {
      font-size: 13px;
      font-weight: 600
   }

   #keywords .key {
      margin: 1rem .2rem
   }

   #keywords h4 {
      font-weight: 600;
   }

   .accordion-item {
      background-color: transparent !important;
   }

   .accordion-item a {
      color: #E26644;
   }


   #header1 img {
      width: 120%;
   }
   
   #topup .popup {
   display: none;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: white;
   padding: 30px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
   z-index: 999999 !important;
   border-radius: 20px;
   width: 95%;
}

    .extra-image {
      display: none !important;
   }

   .show-more .extra-image {
      display: flex !important;
   }
}

@media (min-width: 576px) {

   #hero h1,
   #hero h3 {
      font-size: 2rem;
      font-weight: 600;
   }

   #keywords .k1,
   #keywords h4 {
      text-align: left;
   }

   #footer .end {
      text-align: end;
   }

   #footer ul li a {
      font-size: 13px;
   }
}

@media (min-width: 768px) {
   #packages {
      margin-top: 3rem;
   }

   #packages .card .t {
      bottom: 13%;
   }

   #footer .imp {
      text-align: end;
   }

   #packages h3 {
      text-align: left;
      font-weight: 600;
   }

   #header img {
      width: 100%;
   }

   #contact .m {
      text-align: left;
   }

   #footer img {
      width: 10%;
   }
   
   #topup .popup {
    width: 30%;
    }
    
    #customer .column img {
      margin-top: 10px;
      vertical-align: middle;
      width: 100%;
      height: 300px;
      object-fit: cover;
      padding: 10px;
   }

   #customer .column {
      flex: 25%;
      max-width: 25%;
      padding: 0 4px;
   }

   #customer img {
      width: 100%;
      height: 200px;
      object-fit: cover;
   }
}

@media (min-width: 992px) {
   #carouselExampleCaptions .carousel-item img {
      width: 100%;
      height: 90vh;
      object-fit: fill;
   }

   #form {
      top: 100%;
   }

}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
   #form {
      top: 95%;
   }
}

/* all css */
#header,
#header1 {
   background: linear-gradient(to bottom, #111010, transparent);
   font-family: var(--primary-font);
}


/* popup code */


#topup .overlay {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 9999;
}

#topup .form-check {
   border: 1px solid #666666;
   padding: 10px 0;
   margin: 10px 0;
   font-size: 12px
}

#topup .form-check:hover {
   background-color: #f6f6f6
}

#topup .thank-you {
   display: none;
}

#topup .close-btn {
   position: absolute;
   top: 10px;
   right: 10px;
   background: none;
   border: 2px solid #666666;
   border-radius: 100%;
   width: 30px;
   height: 30px;
   box-shadow: 0 0 2px #666666;
}