 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {

            padding-top: 90px;
            font-family: 'Montserrat', sans-serif;
            /* background: linear-gradient(98.28deg, #36313C 7.09%, #000000 159.34%); */
            background: url('./assets/img/second_sec_bg.png') center/cover no-repeat;
            background-attachment: fixed;
            background-image: url(./assets/img/second_sec_bg.png);

        }


        /* popup styles starts here */

        /* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

.popup-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-option {
  text-align: center;
}

.popup-option img {
  width: 180px;
  height: auto;
  margin: 15px 0;
}

.popup-option ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.popup-option ul li {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.popup-option span {
  display: block;
  margin: 5px 0;
  font-weight: bold;
  color: #000;
}

.link_popup {
  color: #007bff;
  text-decoration: none;
}

.link_popup:hover {
  text-decoration: underline;
}

.popup_inner_wp_h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.whatsapp_icon_popup {
    width: 32px;
    margin: -4px 10px 0px 0px;
    text-align: center;
    align-items: center;
}

br.popup_wp_br_tag {
    display: none;
}

/* Zong note styling */
.zong-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.zong_icon_popup {
  width: 30px !important;
  height: auto;
  vertical-align: middle;
  margin: 0px !important;
}
.zong-note a.link_popup {
  color: #007bff;
  text-decoration: none;
}

.zong-note a.link_popup:hover {
  text-decoration: underline;
}

.zong-list a.link_popup {
  color: #007bff;
  text-decoration: none;
}

.zong-list a.link_popup:hover {
  text-decoration: underline;
}


.zong-note img.zong_icon_popup {
  width: 32px;
  vertical-align: middle;
  margin-right: 0px;
  margin-top: -3px;
}

.popup-separator {
  width: 80%;
  height: 1px;
  background-color: #ccc;
  margin: 15px auto;
}
.zong-list {
  list-style: none;
  padding: 0;
  margin: 0px !important;
}

.zong-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
}



        /* popup styles ends here */

      /* top header styling start here */


       .pak_idol_main_header {
    width: 100%;
    background: transparent;
    padding: 30px 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.pak_idol_main_header.scrolled {
    background: linear-gradient(hsla(0,0%,5%,.9),hsla(0,3%,7%,.2));
        backdrop-filter: blur(20px);
    padding: 15px 64px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.pak_idol_main_header .header_container {
    max-width: 1440px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.verticle_line {
    width: 2px;   
    height: 60px;       
    background-color: #fff; 
    opacity: 0.8;  
}

.pak_idol_main_header .logo_section {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pak_idol_main_header .logo_section .logo-img {
    width: 100%;
    transition: all 0.3s ease;
}

.pak_idol_main_header .vertical_line {
    width: 1px;
    height: 55px;
    background: white;
    border-radius: 1px;
}

.pak_idol_main_header .begin-logo {
    height: 45px;
    width: auto;
    transition: all 0.3s ease;
}

.pak_idol_main_header.scrolled .begin-logo {
    height: 30px;
}

.pak_idol_main_header .button_section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pak_idol_main_header .pak_idol_btn {
    width: 115px;
    height: 48px;
    background: linear-gradient(90.18deg, #724D9F 1.37%, #6B4FA1 30.19%, rgba(92, 85, 165, 0.9) 52.91%, rgba(63, 96, 173, 0.96) 77.3%, #0874BC 100%);
    border: none;
    border-radius: 100px;
    color: #F8F9FA;
    font-size: 18px;
    padding: 12px 20px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(114, 77, 159, 0.3);
}

.pak_idol_main_header .pak_idol_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(114, 77, 159, 0.5);
}

.pak_idol_main_header .pak_idol_btn:active {
    transform: translateY(0);
}

.pak_idol_main_header.scrolled .pak_idol_btn {
    height: 42px;
    font-size: 16px;
}

         /* top header styling Ends here */




         /* hero section styling Starts here */

         .eco_star_img {
            max-width: 20%;
         }

 .hero-content h2 {
    font-size: 64px;
    font-weight: 700;
    padding-top: 0px;
}

  .voting-hero {
  position: relative;
  top: -90px;
  height: 95vh;
  background: url('./assets/img/hero_sec.png') center/cover no-repeat;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
    border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.voting-hero .overlay {
  position: absolute;
  inset: 0;
  background: url('./assets/img/hero_overlay.png') center/cover no-repeat;
  z-index: 1;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 70%;
  margin-top: 40px;
  padding: 20px;
}


.hero-content h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 23px;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 101px;
  font-weight: 800;
  margin: 20px 0 10px;
}

.sub-text {
  font-size: 18px;
  margin-bottom: 5px;
}

.steps {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}
.countdown-title {
  font-size: 36px !important;
  color: #ff3333;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  /* padding-top: 100px; */
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 10px;
}


.countdown-box {
    margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 25px 80px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
}

.time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.time span {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.time p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
  font-family: 'Montserrat', sans-serif;
}


.countdown span {
  font-size: 70px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
}

.countdown p {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

/* Fixed Buttons */
.fixed-buttons {
  position: fixed;
  top: 70%;
  right: 3%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 100;
}

.vote-now {
 border: 2px solid transparent;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
    linear-gradient(180deg, #714EA0 0%, #1070B9 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.vote-now:hover {
 border: 2px solid transparent;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
    linear-gradient(180deg, #714EA0 0%, #1070B9 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.whatsapp img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}

.whatsapp-wrapper {
  position: relative;
  display: inline-block;
}

.whatsapp img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.whatsapp:hover img {
  transform: scale(1.05);
}

.vote-now-tooltip {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  padding: 6px 10px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;

}

.vote-now-tooltip img {
  width: 110px;
  height: auto;
  display: block;
}


/* Hover Effect */
.whatsapp-wrapper:hover .vote-now-tooltip {
  opacity: 1;
  right: 70px;
}



.vote-now-wrapper {
  position: relative;
  display: inline-block;
}

/* Tooltip Image Style */
.vote-tooltip {
  position: absolute;
  top: 50%;
  left: -140px; /* distance from button */
  transform: translateY(-50%);
  padding: 6px 10px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.vote-tooltip img {
  width: 150px; /* adjust as needed */
  height: auto;
  display: block;
}


/* Hover Effect */
.vote-now-wrapper:hover .vote-tooltip {
  opacity: 1;
  left: -170px; /* slide-in effect */
}




        /* Hero section styling Ends here */




        /* how its works section styles start here */
.how_it_works_section {
    width: 100%;
    padding: 80px 0 100px;
    display: flex;
    justify-content: center;
    top: -90px;
    position: relative;
}


.how_it_works_inner {
    width: 100%;
    height: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    text-align: center;
}

.how_it_works_inner h2 {

    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    font-family: 'montserrat' , 'sans-serif';

}

.how_it_works_inner p {
    font-size: 23px;
    font-weight: 400;
    color: #FFFFFF;
}

.how_it_works_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 70px 0px 0px 0px;
    justify-content: center;
}

.how_it_works_card {
    width: 345px;
    height: 309px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how_it_works_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(114, 77, 159, 0.4);
}

.how_it_works_icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how_it_works_icon img {
    width: 100%;
    height: auto;
}

.how_it_works_card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.how_it_works_card p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 100%;
}


/* Tabs */
.how_tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.tab_btn {
  padding: 12px 35px;
  border-radius: 8px;
  height: 70px;
  background: rgba(0, 0, 0, 0.1); /* non-active */
  color: #ffffff;
  border: none;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'montserrat', 'sans-serif';
}

.tab_btn.active {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.tab_btn:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

/* Tab Content */
.tab_content {
  display: none;
  width: 100%;
}

.tab_content.active {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
        /* how its works section styles Ends here */





/* meet your judges slider section styles Start here */

/* Hide scrollbar but keep functionality */
.judges-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.judges-container::-webkit-scrollbar {
    display: none;
}

.wildcard_section {
  width: 100%;
  padding: 0px 0 120px;
  display: flex;
  justify-content: center;
  position: relative;
}

.wildcard_section .inner-div {
  width: 100%;
  max-width: 1600px;
  text-align: center;
}

.section-header {
  margin-bottom: 70px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 16px;
  color: #b8b8b8;
  line-height: 1.6;
}

/* GRID - 6 cards per row */
.wildcard-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  justify-items: center;
}

.wildcard-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wildcard-card a {
    width: 100%;
    text-decoration: none;
}

.card-inner {
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 320px;
  border-radius: 30px;
  padding: 18px 15px 22px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  /* gradient border only */
  border: 2px solid transparent;
  background:
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)) padding-box,
    linear-gradient(180deg, #714EA0 0%, #1070B9 100%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.card-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 40px #87D0E466;
}

.card-inner img {
  width: 160px;
  height: 180px;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: 12px;
}

.card-inner h3 {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.vote-btn {
  width: 180px;
  height: 45px;
  display: inline-block;
  background: linear-gradient(#000000, #000000) padding-box,
              linear-gradient(90deg, #714EA0 0%, #1070B9 100%) border-box;
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  line-height: 40px;
  box-shadow: 0 0 15px #87D0E466;
  transition: all 0.3s ease;
}

/* bottom vote now button */
.wildcard-button-wrap {
  margin-top: 70px;
  text-align: center;
}

.vote-now-btn {
  display: inline-block;
  width: 250px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid transparent;
  background: linear-gradient(#000000, #000000) padding-box,
              linear-gradient(90deg, #714EA0 0%, #1070B9 100%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
}

.vote-now-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 15px #1070B9;
}


/* meet your judges slider section styles Ends here */






/* faq section styling Starts here */
.faq-hidden {
    transition: opacity 0.3s ease;
}

.view-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
}

.view-more-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: linear-gradient(90.18deg, #724D9F 1.37%, #6B4FA1 30.19%, rgba(92, 85, 165, 0.9) 52.91%, rgba(63, 96, 173, 0.96) 77.3%, #0874BC 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.view-more-btn:hover {

    transform: translateY(-2px);
}

.view-more-btn .btn-icon {
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.view-more-btn:active {
    transform: translateY(0px);
}



.faq_section {
            width: 100%;
            padding: 80px 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .faq_section .container {
            width: 100%;
            max-width: 1440px;
            padding: 0 20px;
        }

        .faq_section .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .faq_section .section-title {
            font-size: 48px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 16px;
            letter-spacing: -1px;
        }

        .faq_section .section-subtitle {
            font-size: 16px;
            color: #b0b0b0;
            font-weight: 400;
        }

        .faq_section .faq-list {
            margin: 0 auto;
        }

        .faq_section .faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            margin-bottom: 0;
        }

        .faq_section .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 32px 0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .faq_section .faq-question:hover {
            color: #ffffff;
        }

        .faq_section .question-content {
            display: flex;
            align-items: center;
            gap: 24px;
        }

        .faq_section .question-number {
            font-size: 39px;
            font-weight: 700;
            color: #FFFFFF;
            letter-spacing: 0.25px;
            min-width: 60px;
        }

        .faq_section .question-text {
            font-size: 23px;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0px;
            line-height: 120%;
        }

        .faq_section .toggle-icon {
            max-width: 40px;
            min-width: 40px;
            height: 40px;
            background: #FFFFFF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .faq_section .toggle-icon:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        .faq_section .toggle-icon::before {
            content: '+';
            font-size: 30px;
            font-weight: 600;
            color: #000000;
            transition: transform 0.3s ease;
        }

        .faq_section .faq-item.active .toggle-icon::before {
            content: '×';
            transform: rotate(180deg);
        }

        .faq_section .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 0 0 84px;
        }

        .faq_section .faq-item.active .faq-answer {
            max-height: 200px;
            padding: 0 0 32px 84px;
        }

        .faq_section .answer-text {
            font-size: 16px;
            color: #FFFFFFD9;
            line-height: 1.5;
            font-weight: 400;
        }
/* faq section styling Ends here */




/* stream like engage section styling Starts here */
.stream_like_engage {
            width: 100%;
            background: linear-gradient(90.18deg, rgba(114, 77, 159, 0.5) 1.37%, rgba(107, 79, 161, 0.5) 30.19%, rgba(92, 85, 165, 0.45) 52.91%, rgba(63, 96, 173, 0.48) 77.3%, rgba(8, 116, 188, 0.5) 100%);
            border-radius: 24px;
            margin: 40px auto 150px auto;
            max-width: 1440px;
            overflow: hidden;
            position: relative;
        }

        .stream_like_engage .container {
            display: flex;
            align-items: center;
            justify-content: space-between;

            margin: 0 auto;
                padding: 70px 0px 0px 70px;
        }

        .stream_like_engage .content-left {
            flex: 1;
            max-width: 500px;
        }

        .stream_like_engage .main-title {
            font-size: 48px;
            font-weight: 700;
            color: #ffffff;
            line-height: 1.2;
            margin-bottom: 24px;
            letter-spacing: -1px;
        }

        .stream_like_engage .subtitle {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 40px;
            font-weight: 400;
        }

        .stream_like_engage .app-buttons {
            display: flex;
            gap: 16px;
            
        }

        .stream_like_engage .app-btn {
            display: inline-block;
            transition: transform 0.3s ease;
            cursor: pointer;
        }

        .stream_like_engage .app-btn:hover {
            transform: translateY(-2px);
        }

        .stream_like_engage .app-btn img {
            height: 56px;
            width: auto;
            border-radius: 8px;
        }

        .stream_like_engage .content-right {
            flex: 1;
            display: flex;
            padding-right: 100px;
            justify-content: right;
            align-items: center;
            position: relative;
        }

        .stream_like_engage .phones-image {
            width: 100%;
            max-width: 570px;
            height: auto;
        }
        

        .stream_like_engage .phones-image img {
            width: 100%;
            height: auto;
            margin-bottom: -5px;
            object-fit: contain;
        }
        
        .phones-image img {
  cursor: pointer;
}


       
/* stream like engage section styling End here */




/* footer styling Starts here */
.main_footer_sec {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: linear-gradient(90deg, rgba(0, 177, 249, .2), rgba(195, 114, 255, .2));
    padding: 40px 20px;
    color: white;
    overflow: hidden;
    margin: 0 auto; /* Center if inside a container */
}


        .main_footer_sec .footer-container {
            max-width: 1440px;
            margin: 0 auto;
        }

        .main_footer_sec .footer-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 40px;
            flex-wrap: wrap;
            gap: 30px;
        }

        .main_footer_sec .footer-left {
            flex: 1;
            max-width: 22%;
        }

        .main_footer_sec .logo {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
            color: white;
            text-decoration: none;
        }

        .main_footer_sec .app-section {
            margin-bottom: 20px;
        }

        .main_footer_sec .app-title {
            font-size: 16px;
            margin-bottom: 15px;
            color: #e2e8f0;
        }

        .main_footer_sec .app-buttons {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .main_footer_sec .app-btn {
            width: 140px;
            height: 41px;
            display: block;
            border-radius: 8px;
            text-decoration: none;
            color: white;
            font-size: 12px;
            transition: all 0.3s ease;
            min-width: 100px;
            text-align: center;
        }

        .main_footer_sec .app-btn:hover {

            transform: translateY(-2px);
        }

        .app-buttons .app-btn img {
                width: 100%;
            }

        .main_footer_sec .footer-right {
            display: flex;
            flex-direction: row;
            line-height: 30px;
            gap: 50px;
            max-width: 50%;
        }

        .main_footer_sec .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #e2e8f0;
        }

        .main_footer_sec .contact-item a {
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            line-height: 143%;
            font-family: 'montserrat' , 'sans-serif';
            text-decoration: none;
            transition: color 0.3s ease;
        }

        /* .main_footer_sec .contact-item a:hover {
            color: #90cdf4;
        } */

        .main_footer_sec .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 30px;
            flex-wrap: wrap;
            gap: 20px;
            max-width: 1440px;
            margin: 0 auto;
        }

        .main_footer_sec .copyright {
           font-size: 17px;
            font-weight: 400;
            color: #FFFFFF;
        }

        .main_footer_sec .social-links {
            display: flex;
               gap: 30px;
            align-items: center;
        }

        .main_footer_sec .social-link {
            width: 32px;
            height: 32px;
            background: #4a5568;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .main_footer_sec .social-link:hover {
            background: #90cdf4;
            transform: translateY(-2px);
        }
        .footer-app-buttons {
                display: flex;
                flex-direction: column;
            }
        

          .footer-top-row-2 {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        .footer_top_text{
            display: none;
        }

        .horizontal_line {
            width: 90%;
            background-color: #ffffff;
            height: 1px;
            margin: 0 auto;
        }

        .main_footer_sec .payment-card {
            width: 34px;
            height: 24px;
            background: white;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            color: #2d3748;
            font-weight: bold;
        }

        .footer_google_img_Sec {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

            .footer-app-buttons .app-btn img {
                width: 100%;
            }

        .main_footer_sec .payment-card img{
            width: 100%;
        }
/* footer styling Ends here */























































         /* media query for responsive Starts Here */

                 /* Tablet Landscape */
        @media (min-width: 769px) and (max-width: 1024px) {
            .main_footer_sec .footer-top {
                gap: 40px;
            }
            
            .main_footer_sec .footer-left {
                min-width: 350px;
            }

            
        }

                 /* Large Desktop */
        @media screen and (max-width: 1600px) {
            .top_cards_section .top_cards_container {
                max-width: 1200px;
                gap: 25px;
            }
        }

               /* Desktop */
        @media screen and (max-width: 1400px) {
            .top_cards_section .top_cards_container {
                max-width: 1000px;
                gap: 20px;
                padding: 0 40px;
            }
            
            .top_cards_section .top_card_item {
                width: 180px;
                height: 320px;
            }
        }

                 /* Tablet Styles */
        @media screen and (max-width: 1200px) {

             .main_footer_sec .footer-container {
                max-width: 1400px;
            }
            .pak_idol_main_header {
                padding: 20px 40px;
            }
            
            .pak_idol_main_header .header_container {
                max-width: 100%;
            }
            
            .pak_idol_main_header .nav_section ul {
                gap: 25px;
            }
            
            .pak_idol_main_header .nav_section ul li {
                font-size: 15px;
            }



             .top_cards_section .top_cards_container {
                max-width: 900px;
                gap: 15px;
                padding: 0 30px;
            }
            
            .top_cards_section .top_card_item {
                width: 150px;
                height: 280px;
            }
        }

        /* Tablets (768px to 1024px) */
        @media (min-width: 768px) and (max-width: 1024px) {

            .section-header {
                margin-bottom: 100px;
            }

            .wildcard_section {
                padding: 0px 20px 40px 20px;
            }

.main_footer_sec .footer-left {
    max-width: 30%;
}

            .social-links a {
                    width: 12px;
                }

 /* First, reset footer-top layout */
  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-top-row-2 {
    width: 100%;
    display: flex;
    }

    .main_footer_sec .social-links {
        padding-right: 40px;
    }

    .main_footer_sec .copyright {
        padding-left: 30px;
    }
    

    .footer-app-buttons .app-btn img {
        width: 100%;
    }

  /* App title on top center */
  .footer-middle-top {
    order: -1;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-middle-top .app-title {
    font-size: 16px;
    font-weight: 600;
  }

  /* Make entire .footer-top behave as a column */
  .footer-left,
  .footer-middle-top .app-buttons,
  .footer-right {
    margin-bottom: 20px;
  }

  /* Create a flex layout for second row */
  .footer-left,
  .footer-middle-top .app-buttons,
  .footer-right {
    width: 100%;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  /* Now create the 3-column layout in one row */
  .footer-top > .footer-left,
  .footer-top > .footer-middle-top .app-buttons,
  .footer-top > .footer-right {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  /* Alignments for each column */
  .footer-left {
    text-align: left;
    padding-left: 20px;
  }

  .footer-middle-top .app-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-right {
            text-align: left;
        width: 30%;
        align-items: start;
  }

  .footer-middle-top {
    display: block;
  }
  .footer-middle-top2 {
    display: none;
  }

  .contact-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .contact-item img {
    width: 16px;
    height: auto;
  }

  .contact-item a {
    font-size: 14px;
  }

            .stream_like_engage .container{
                flex-direction: row;
                padding-left: 50px;
            }

            .stream_like_engage .content-left{
                text-align: left;
            }

            .hero_inner{
                max-width: 100%;
            }

            .top_cards_section{
                padding-top: 0px;
            }

            .how_it_works_section{
                padding-top: 50px;
            }


           .slider_section {
        padding: 50px 0;
    }
    
    .inner-div {
        padding: 100px 0px 40px 0px;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .judges-container {
        gap: 15px;
    }

    .nav-arrow.left {
    left: -40px;
}
    .nav-arrow.right {
    right: -40px;
}
    
    .nav-arrow {
        width: 45px;
        height: 45px;
    }
    
    .nav-arrow::before {
        width: 10px;
        height: 10px;
    }
    
    .judges-grid {
        gap: 20px;
    }
    
    .judge-card {
        flex: 0 0 calc(50% - 10px);
        padding: 20px;
        min-height: 350px;
    }
    
    .judge-image {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
    
    .judge-name {
        font-size: 1.3rem;
    }
    
    .judge-description {
        font-size: 0.9rem;
    }
        }

            /* Tablet Portrait - 768px to 820px */
        @media screen and (min-width: 768px) and (max-width: 820px) {

            .footer-left .logo img {
    width: 100%;
}

            .main_footer_sec .contact-item {
    justify-content: left;
}

            .main_footer_sec .footer-right {
                flex-direction: column;
                gap: 0;
                align-items: start;
                text-align: left;
            }


            .footer_google_img_Sec {
                flex-direction: column;
            }


            .judges-container {
                gap: 12px;
            }
            .judge-image img{
                bottom: 27px;
            }

                        .tile_5, .tile_6 {
        display: none;
    }

                .how_it_works_section {
            padding-top: 100px;
            padding-bottom: 0px;
        }

        .hero-content {
            max-width: 100%;
            margin-top: 80px;
        }

        .eco_star_img {
    max-width: 30%;
}

        .stream_like_engage .content-right{
            padding-right: 0px;
        }

        .main_footer_sec .footer-bottom{
            flex-direction: row;
        }

            .main_footer_sec .copyright {
            font-size: 16px;
        }


        .main_footer_sec .payment-card {
            width: 38px;
            height: 28px;
        }
            
            .judges-grid {
                gap: 15px;
                overflow: hidden;
            }

            .faq_section .container {
                    padding: 0 30px;
                }
            
            .judge-card {
                flex: 0 0 calc(50% - 7.5px);
                padding: 18px;
                min-height: 300px;
            }
            .stream_like_engage{
                margin-left: 20px;
                margin-right: 20px;
                width: 95%;
            }

            .stream_like_engage .container{
                padding-bottom: 70px;
            }
            
            
            .judge-image {
                width: 200px;
                height: 180px;
                margin-bottom: 30px;
            }
            
            .judge-name {
                font-size: 1.2rem;
                margin-bottom: 8px;
            }
            
            .judge-description {
            font-size: 0.85rem;
            line-height: 1.4;
            width: 90%;
            margin: 0 auto;
            }
        }

        /* Tablet Landscape - 821px to 1024px */
        @media screen and (min-width: 821px) and (max-width: 1024px) {
            .judges-container {
                gap: 15px;
            }
            
            .judges-grid {
                gap: 18px;
                overflow: hidden;
            }
            
            .judge-card {
                flex: 0 0 calc(50% - 9px);
                padding: 20px;
                min-height: 320px;
            }
            
            .judge-image {
                width: 95px;
                height: 95px;
                margin-bottom: 15px;
            }
            
            .judge-name {
                font-size: 1.25rem;
                margin-bottom: 10px;
            }
            
            .judge-description {
                font-size: 0.88rem;
                line-height: 1.45;
            }
        }

        @media only screen and (width: 1024px) and (orientation: landscape) {
  /* ✅ Your styles here */

  .main_footer_sec .contact-item{
    justify-content:left;
  }


  .footer_google_img_Sec {
    flex-direction: column;
  }

  .main_footer_sec .footer-right{
    flex-direction: column;
    gap: 0;
  }


  .footer-middle-top {
    display: block;
  }

  .footer-middle-top2 {
    display: none;
  }


  .top_cards_section .top_cards_container{
    height: 500px;
  }

  .how_it_works_section{
    padding-bottom: 100px;
  }

    .judge-card {
        width: calc(50% - 15px);
    }

        .judge-image {
        width: 200px;
        height: 180px;
        margin-bottom: 20px;
    }

    .judge-image img {

    bottom: 27px;

}

.stream_like_engage {
    margin-left: 20px;
    margin-right: 20px;
    width: 96%;
}




        }


        @media screen and (max-width: 991px) and (max-height: 568px) {
            .tile_5, .tile_6 {
            display: none !important;
        }
        }

        /* iPad Specific - Common sizes */
        @media screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
            .judges-grid {
                width: 100%;
                display: flex;
            }
            
            .judge-card {
                max-width: 48%;
                box-sizing: border-box;
            }
        }

        /* iPad Pro 11" - 834px */
        @media screen and (min-width: 834px) and (max-width: 834px) {
            .judge-card {
                flex: 0 0 calc(50% - 9px);
                padding: 20px 16px;
            }
        }

        /* iPad Pro 12.9" - 1024px */
        @media screen and (min-width: 1024px) and (max-width: 1024px) {
            .judge-card {
                flex: 0 0 calc(33.333% - 16.67px);
                padding: 22px;
                min-height: 350px;
            }
            
            .judges-grid {
                gap: 20px;
            }
        }
        
               @media (max-width: 1024px) {

                .judges-grid {
        justify-content: center;
        flex-wrap: wrap;
    }

            .stream_like_engage .container {
                flex-direction: row;
                text-align: center;
                gap: 60px;
            }
            
            .stream_like_engage .content-left {
                max-width: 100%;
            }
        }

        @media screen and (max-width: 992px) {

            .vote-now-btn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }

              .wildcard-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }

  .card-inner img {
    width: 70%;
    height: auto;
  }

  .card-inner h3 {
    font-size: 22px;
  }

            .pak_idol_main_header .nav_section ul {
                gap: 20px;
            }
            
            .pak_idol_main_header .nav_section ul li {
                font-size: 14px;
            }
            
            .pak_idol_main_header .pak_idol_btn {
                width: 100px;
                height: 44px;
                font-size: 13px;
            }



             .top_cards_section {
                padding: 40px 0;
            }
            
            .top_cards_section .top_cards_container {
                height: auto;
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px;
                padding: 0 20px;
            }
            
            .top_cards_section .top_card_item {
                width: 160px;
                height: 280px;
            }
        }

        /* Mobile Styles */
        @media screen and (max-width: 768px) {




                   
        }

        /* Mobile View */
        @media (max-width: 767px) {

            .faq_section .section-header {
                padding: 0;
            }

            .eco_star_img {
                max-width: 40%;
            }

            .zong-line {
                font-size: 10px !important;
            }

            img.whatsapp_icon_popup {
                width: 30px;
                margin: -4px 0px 0px 0px;
            }

            .popup_inner_wp_h3 {
                text-align: center;
                gap: 10px;
            }

            .hero-content h2 {
                font-size: 30px;
                padding-top: 0;
            }

            .how_it_works_inner {
                padding-top: 60px;
            }

             .popup-grid {
    flex-direction: column;
    align-items: center;
  }
  .divider {
    display: none;
  }
  .popup-option {
    text-align: center;
  }

            .voting-hero {
    height: 95vh;
    padding: 130px 0 120px;
    top: -90px;
    border-radius: 0 0 40px 40px;
  }

  .hero-content {
    max-width: 90%;
    margin-top: 80px;
    padding: 10px;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 1.4;
  }

  .main-heading {
    font-size: 60px;
    margin: 10px 0;
  }

  .countdown-title {
    font-size: 28px !important;
  }

  .countdown-box {
    flex-direction: row;
    gap: 30px;
    padding: 15px 40px;
  }

  .time span {
    font-size: 44px;
  }

  .time p {
    font-size: 14px;
  }

  .fixed-buttons {
    top: auto;
    bottom: 20px;
    right: 20px;
    flex-direction: column;
    gap: 12px;
  }

  .vote-now,
  .whatsapp img {
    width: 55px;
    height: 55px;
  }

            .countdown-title {
                font-size: 22px !important;
            }

            .wildcard_section {
                padding-top: 0;
                padding-bottom: 50px;
            }

             .vote-now-btn {
    width: 180px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }

  .wildcard-card {
    width: 80%;
  }
  .wildcard-button-wrap {
    margin-top: 60px;
  }

             .wildcard-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .card-inner {
    width: 100%;
    max-width: 100%;
  }

             .countdown-box {
    gap: 25px;
    padding: 20px 40px;
  }
  .time span {
    font-size: 40px;
  }
  .time p {
    font-size: 14px;
  }

            .how_it_works_inner h2 {
    font-size: 36px;
  }
  .how_it_works_inner p {
    font-size: 18px;
  }
  .tab_btn {
    width: 45%;
    font-size: 14px;
  }

             .hero-content h1 {
    font-size: 26px;
  }
  .main-heading {
    font-size: 30px;
  }
  .countdown {
    gap: 10px;
  }
  .countdown div {
    padding: 10px 15px;
  }
  .vote-now {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
  .whatsapp img {
    width: 50px;
    height: 50px;
  }

             .view-more-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .view-more-container {
        margin-top: 30px;
    }

            .main_footer_sec .footer-bottom{
                justify-content: center;
            }

            .main_footer_sec .app-title {
            margin-bottom: 30px;
            text-align: center;
        }

            .tile_4, .tile_5, .tile_6{
                    display: none;
                }

                    .main_footer_sec {
                        padding: 80px 20px 30px 20px;
                        margin-top: 50px;
                        border-top-left-radius: 50px;
                        border-top-right-radius: 50px;
                    }



                    .main_footer_sec .footer-left,
                    .main_footer_sec .footer-right {
                        min-width: 100%;
                        text-align: center;
                        padding-bottom: 20px;
                    }

                    .main_footer_sec .logo {
                        font-size: 28px;
                        text-align: center;
                    }

                    .main_footer_sec .app-buttons {
                        justify-content: center;
                        flex-direction: column;
                        align-items: center;
                    }

                        .main_footer_sec .footer-right {
                            gap: 0;
                            align-items: center;
                            text-align: center;
                            padding-top: 20px;
                            flex-direction: column;
                            line-height: 40px;
                        }

                    .stream_like_engage {
                        margin: 20px auto;
                        width: 90%;
                        border-radius: 16px;
                    }

                    .app-buttons a img {
    width: 100%;
}

                    .stream_like_engage .content-right{
                        padding: 0;
                    }
                    
                    .stream_like_engage .container {
                        padding: 0px 20px;
                        flex-direction: column;
                    }
                    
                    .stream_like_engage .main-title {
                        font-size: 40px;
                    }
                    
                    .stream_like_engage .phones-image {
                        max-width: 300px;
                    }

                    .faq_section .section-title {
                        font-size: 36px;
                    }
                    
                    .faq_section .question-content {
                        gap: 0px;
                        align-items: flex-start;
                    }
                    
                    .faq_section .question-number {
                        font-size: 24px;
                        min-width: 50px;
                    }
                    
                    .faq_section .question-text {
                        font-size: 16px;
                    }
                    
                    .faq_section .faq-answer,
                    .faq_section .faq-item.active .faq-answer {
                        padding-left: 60px;
                    }




                    .cta_inner {
                padding: 70px 15px 0px 15px;
                gap: 20px;
            }

            .cta_inner h2 {
                font-size: 1.5rem;
            }

            .cta_inner p {
                font-size: 0.9rem;
            }





                    .how_it_works_cards {
                flex-direction: column;
                padding-top: 0px;
                align-items: center;
            }

            .how_it_works_card {
                width: 100%;
                /* max-width: 300px; */
            }




                    .pak_idol_main_header {
                        padding: 15px 20px;
                    }
                    
                    .pak_idol_main_header .header_container {
                        height: 60px;
                    }
                    
                    .pak_idol_main_header .logo_section {
                        width: auto;
                        justify-content: center;
                        flex: 1;
                    }
                    
                    .pak_idol_main_header .nav_section {
                        display: none;
                    }
                    
                    .pak_idol_main_header .button_section {
                        width: auto;
                        margin-right: 15px;
                    }
                    
                    .pak_idol_main_header .pak_idol_btn {
                        width: 90px;
                        height: 40px;
                        font-size: 12px;
                    }
                    
                    .pak_idol_main_header .hamburger_menu {
                        display: flex;
                    }

                        .hero_inner h1 {
                font-size: 2rem;
            }

            .hero_inner h2 {
                font-size: 1.5rem;
            }

            .hero_inner p {
                font-size: 0.9rem;
            }


            .slider_section {
                padding: 40px 0;
            }
            
            .inner-div {
                padding: 0 15px;
            }
            
            .section-header {
                margin-bottom: 60px;
                padding: 0px 30px 0px 30px;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .section-subtitle {
                font-size: 0.95rem;
                padding: 0 10px;
            }
            
            .judges-container {
                gap: 10px;
                padding-top: 50px;
            }
            
            .nav-arrow {
                width: 40px;
                height: 40px;
            }

            .footer_google_img_Sec {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
}

            .faq_section{
                padding-top: 0px;
            }
            
            .nav-arrow::before {
                width: 8px;
                height: 8px;
            }
            .judge-image img{
                bottom: 48px;
            }
            
            .judges-grid {
                display: block;
            }
            
            .judge-card {
                flex: 0 0 calc(100% - 0px);
                padding: 20px 15px;
                min-height: 350px;
            }
            
            .judge-image {
                width: 200px;
                height: 150px;
                margin-bottom: 25px;
            }
            
            .judge-name {
                font-size: 1.2rem;
                margin-bottom: 10px;
            }
            
            .judge-description {
                font-size: 0.85rem;
                line-height: 1.4;
            }





            .top_cards_section {
                        padding: 30px 0;
                    }
                    
                    .top_cards_section .top_cards_container {
                        gap: 15px;
                        padding: 0 15px;
                    }
                    
                    .top_cards_section .top_card_item {
                        width: 140px;
                        height: 250px;
                    }


                        .stream_like_engage .container {
                        padding: 30px 20px;
                    }


                        .app-buttons .app-btn img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }

                    .main_footer_sec .copyright{
                        font-size: 14px;
                    }

                    .main_footer_sec .footer-top {
                        flex-direction: column;
                        align-items: stretch;
                        gap: 25px;
                    }

            .tile_3, .tile_4, .tile_5, .tile_6{
                    display: none;
                }


            .top_cards_section .top_card_item:nth-child(2), .top_cards_section .top_card_item:nth-child(4), .top_cards_section .top_card_item:nth-child(6){
                top: 0%;
            }

        .nav-arrow.left {
            left: 0px;
        }

        .nav-arrow.right {
            right: 0px;
        }


            .judges-grid {
                gap: 0;
            }

            .judge-card {
                width: 100%;
                padding: 0;
                margin: 0 auto;
            }


            .faq_section .toggle-icon {
                        max-width: 40px;
                        height: auto;
                        min-width: 40px;
            }

            
                            .how_it_works_section{
                                padding-top: 0px;
                                padding-bottom: 100px;
                            }

                            .footer-top-row-2{
                                flex-direction: column;
                            }

        }

         /* Mobile */
        @media screen and (max-width: 576px) {
            .top_cards_section .top_cards_container {
                flex-direction: row;
                height: auto;
                gap: 20px;
            }
            
            .top_cards_section .top_card_item {
                width: 45%;
                height: 250px;
            }
            .nav-arrow.left {
                left: 0px;
            }
            .nav-arrow.right {
                    right: 0px;
                }
            
        }

        @media screen and (max-width: 480px) {

            .footer_right_inner_first_first {
                margin-left: -60px;
            }

            .vote-now-btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-radius: 25px;
  }


             .pak_idol_main_header {
        padding: 12px 16px;
    }
    
    .pak_idol_main_header.scrolled {
        padding: 10px 16px;
    }
    
    .pak_idol_main_header .logo_section {
        gap: 12px;
        justify-content: center;
    }
    
    .pak_idol_main_header .logo_section .logo-img {
      
        width: 100%;
    }
    
    .pak_idol_main_header.scrolled .logo_section .logo-img {

        width: 100%;
    }
    
    .pak_idol_main_header .vertical_line {
        height: 25px;
    }
    
    .pak_idol_main_header .begin-logo {
        height: 24px;
    }
    
    .pak_idol_main_header.scrolled .begin-logo {
        height: 20px;
    }
    
    .pak_idol_main_header .pak_idol_btn {
        width: 90px;
        height: 38px;
        font-size: 14px;
        padding: 8px 14px;
    }
    
    .pak_idol_main_header.scrolled .pak_idol_btn {
        height: 35px;
        font-size: 13px;
    }



            .nav-arrow.left {
                left: 20%;
                top: 90%;
            }

            .nav-arrow.right {
                right: 20%;
                top: 90%;
            }
             .how_it_works_inner h2{
                        font-size: 38px;
                    }

                    .tile_3, .tile_4, .tile_5, .tile_6{
            display: none;
        }

            
                    .how_it_works_section{
                        padding-top: 0px;
                        padding-bottom: 50px;
                    }

                .top_cards_section .top_card_item:nth-child(2), .top_cards_section .top_card_item:nth-child(4), .top_cards_section .top_card_item:nth-child(6){
        top: 0%;
    }

            .main_footer_sec .app-btn {
                width: 100%;
                gap: 5px;
                max-width: 50%;
            }

            .main_footer_sec .social-links {
                justify-content: center;
                flex-wrap: wrap;
                 
            }



            .main_footer_sec .payment-card {
                width: 35px;
                height: 22px;
                font-size: 9px;
            }

             .stream_like_engage .main-title {
                font-size: 40px;
            }
            
            .stream_like_engage .app-buttons {
                justify-content: center;
            }
            
            .stream_like_engage .phones-image {
                max-width: 250px;
            }



            .faq_section .section-title {
                font-size: 28px;
            }
            
            .faq_section .question-number {
                font-size: 20px;
                min-width: 40px;
            }
            
            .faq_section .question-text {
                font-size: 16px;
            }
            
            .faq_section .faq-answer,
            .faq_section .faq-item.active .faq-answer {
                padding-left: 40px;
            }


            .pak_idol_main_header {
                padding: 10px 15px;
            }
            
            .pak_idol_main_header .pak_idol_btn {
                width: 80px;
                height: 36px;
                font-size: 11px;
            }
            
            .pak_idol_main_header .logo_section img {
                height: 35px;
            }
            .hero_inner{
                max-width: 100%;
                padding: 80px 20px 50px 20px;
            }

                .hero_inner h1 {
        font-size: 40px;
    }

    .hero_inner h2 {
        font-size: 1.2rem;
    }

    .hero_inner p {
        font-size: 12px;
        width: 90%;
    }

    .hero_sec_button_group {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .hero_sec_button_group button {
        width: 100%;
    }

    .faq_section .toggle-icon {
                        max-width: 40px;
                        height: auto;
                        min-width: 40px;
    }

 .slider_section {
        padding: 0px;
    }
    
    .inner-div {
        padding: 0px 0px 0px 0px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
    }
    
    .judges-container {
        gap: 8px;
        padding-top: 40px;
    }
    
    .nav-arrow {
        width: 35px;
        height: 35px;
    }
    
    .judge-card {
        padding: 0;
        min-height: 350px;
        border-radius: 12px;
    }
    
    .judge-image {
        width: 200px;
        height: 150px;
    }
    
    .judge-name {
        font-size: 1.1rem;
    }
    
    .judge-description {
        font-size: 0.8rem;
    }


        .top_cards_section .top_card_item {
                width: 45%;
                height: 250px;
                object-fit: cover;
            }

        }

         /* Extra Small Mobile */
        @media screen and (max-width: 375px) {

                .inner-div {
                        padding: 0px 0px 50px 0px;
                    }

                .footer-left {
                    text-align: center;
                }

                .how_it_works_inner h2{
                            font-size: 38px;
                            padding-top: 60px;
                        }

                .top_cards_section .top_card_item {
                    width: 45%;
                    height: 250px;
                }

                .faq_section .toggle-icon {
                        max-width: 40px;
                        height: auto;
                        min-width: 40px;
                }

                .main_footer_sec .footer-bottom{
                    justify-content: center;
                }

          
        }

                @media (max-width: 360px) {


                    .how_it_works_section{
                        padding-top: 100px;
                        padding-bottom: 20px;
                    }
                    .how_it_works_inner h2{
                        font-size: 40px;
                    }
                    

                    .faq_section .toggle-icon {
                        max-width: 40px;
                        height: auto;
                        min-width: 40px;
                    }




            .main_footer_sec .logo {
                font-size: 24px;
            }

            .main_footer_sec .contact-item {
                font-size: 12px;
            }

            .main_footer_sec .copyright {
                font-size: 12px;
            }
                    .tile_3, .tile_4, .tile_5, .tile_6{
            display: none;
        }
        }