 * {
            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%);

        }

        /* top header styling start here */


       .pak_idol_main_header {
    width: 100%;
    background: linear-gradient(0deg, rgba(12, 12, 12, 0) -2.86%, #131212 89.71%);
    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: space-between; /* changed from center → space-between */
  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 */

         .hero-content h2 {
    font-size: 64px;
    font-weight: 700;
    padding-top: 50px;
}

.hero-link {
  text-decoration: none;
  color: inherit;
  display: block;
      width: 1440px;
    margin: 0 auto;
}

.hero-link-2 {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 1440px;
  margin: 80px auto;
}


  .voting-hero {
    width: 1440px;
    margin: 0 auto;
  position: relative;
  top: 50px;
  height: 65vh;
  background: url('./assets/img/hero_sec.png') bottom/cover no-repeat;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
    border-radius: 50px;
}

  .voting-hero-2 {
    width: 1440px;
    margin: 0 auto;
  position: relative;
  top: 50px;
  height: 65vh;
  background: url('./assets/img/hero-sec-old.png') bottom/cover no-repeat;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
    border-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;
}
.voting-hero-2 .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: 0px;
  padding: 20px;
}
.hero-content-2 {
  position: relative;
  z-index: 2;
  max-width: 70%;
  margin-bottom: 110px;
  padding: 20px;
}
.hero-content-2 p {
    padding: 10px 0px 30px 0px;
}

.hero-content h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
}
.hero-content-2 h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 0;
}

.hero-content .hero-content h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
}

.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: 10px 0;
  padding-bottom: 20px;
  /* 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 */

         /* hero section styling Starts here */

         .hero_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_inner {
    width: 100%;
    max-width: 60%;
    padding: 100px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.hero_inner h1 {

    font-family: 'Montserrat' , 'sans-serif';
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
}

.hero_inner h2 {
    font-family: 'Montserrat' , 'sans-serif';
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}

.hero_inner p {
    font-family: 'Montserrat' , 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    
}

.hero_sec_button_group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.hero_sec_button_group button {
    font-family: 'Montserrat' , 'sans-serif';
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid transparent;
    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%);
    color: white;
    font-weight: 600;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
}

.hero_sec_button_group .hero_sec_secondary_btn {
    background: transparent;
    color: #7F7FFF;
        border: 1px solid #5F5FFF;
}

.hero_sec_button_group button:hover {
    opacity: 0.8;
}

         /* hero section styling Ends here */




          /* Top Cards Section Styles */
        .top_cards_section {
            width: 100%;
            padding: 0px 0px 0px 0px;
            overflow: hidden;
        }

        .top_cards_section .top_cards_container {
            /* max-width: 1440px; */
            height: 550px;
            margin: 0 auto;
            padding: 0 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            position: relative;
        }



        .top_cards_section .top_card_item {
            width: 223px;
            height: 400px;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation: fadeInUp 0.8s ease forwards;
            opacity: 0;
            transform: translateY(50px);
        }

        .top_cards_section .top_card_item:nth-child(1) { animation-delay: 0.1s; }
        .top_cards_section .top_card_item:nth-child(2) { animation-delay: 0.2s; }
        .top_cards_section .top_card_item:nth-child(3) { animation-delay: 0.3s; }
        .top_cards_section .top_card_item:nth-child(4) { animation-delay: 0.4s; }
        .top_cards_section .top_card_item:nth-child(5) { animation-delay: 0.5s; }
        .top_cards_section .top_card_item:nth-child(6) { animation-delay: 0.6s; }

        .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) {
    transform: translateY(54px);
    top: 70px;
}


        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .top_cards_section .top_card_item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .top_cards_section .top_card_item:hover {
            transform: translateY(-15px) scale(1.05);
        }

        .top_cards_section .top_card_item:hover img {
            transform: scale(1.1);
        }

        .top_cards_section .top_card_item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(114, 77, 159, 0.3), rgba(8, 116, 188, 0.3));
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
        }

        .top_cards_section .top_card_item:hover::before {
            opacity: 1;
        }

        /* cards section styling Ends here */




        /* how its works section styles start here */

        .how_it_works_section {
            width: 100%;
            padding: 140px 0px 150px 0px;
            display: flex;
            justify-content: center;

        }

        .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: 16px;
            font-weight: 400;
            color: #FFFFFF;
        }

        .how_it_works_cards {
            display: flex;
            width: 80%;
            margin: 0 auto;
            justify-content: center;
            align-items: center;
            padding: 60px 0;
        }

        .how_it_works_image {
            max-width: 1440px;
            width: 100%;
            height: auto;
            border-radius: 12px; /* optional */
        }


    /* how its works section styles Ends here */


/* CTA Styling starts here */
.cta_section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}

.cta_left {
  flex: 1 1 55%;
  text-align: left;
  padding-bottom: 100px;
}

.cta_right {
  flex: 1 1 40%;
  text-align: center;
}

.cta_right img {
  max-width: 100%;
  height: auto;
}


.cta_inner {
    width: 100%;
    max-width: 1440px;
    height: auto;
    padding: 80px 20px 0px 100px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(0, 177, 249, .2), rgba(195, 114, 255, .2));
    display: flex;
    justify-content: space-between;
    flex-direction: row;
      flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 32px;
    margin: 0 auto;
    color: white;
}

.cta_inner h2 {
    font-size: 44px;
    font-weight: 700;
    text-align: left;
    color: #FFFFFF;
}

.cta_inner p {
    text-align: left;
    font-size: 16px;
    color: #E0E0E0;
    padding: 30px 0px 40px 0px;
}

.cta_button {

    width: 186px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    opacity: 1;
    padding: 12px 20px 12px 20px;
    gap: 8px;
    border: 1px solid white;
    border-radius: 100px;
    border-width: 1px;
    cursor: pointer;
    transition: 0.3s;
    color: #FFFFFF;
    background-color: transparent;
}

/* CTA Styling 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;
}

       .slider_section {

            width: 100%;
            padding: 140px 0px 100px 0px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .inner-div {
            position: relative;
            top: 0;
            left: 0;
            gap: 30px;
            opacity: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            max-width: 90%;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title {
            font-size: 48px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 16px;
            letter-spacing: -0.02em;
        }

        .section-subtitle {
            font-size: 18px;
            color: #b8b8b8;
            font-weight: 400;
            line-height: 1.5;
            max-width: 600px;
            margin: 0 auto;
        }

        .judges-container {
            
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .judges-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            width: 100%;
            gap: 50px;
        }

        .judge-card {
            text-align: center;
            transition: transform 0.3s ease;
        }

        .judge-card:hover {
            transform: translateY(-10px);
        }

        .judge-image {
            width: 260px;
            height: 220px;
            border-radius: 20px;
            margin: 0px auto 24px auto;
            position: relative;
            background: #00000033;
        }

        .judge-image img {
            width: 100%;
            object-fit: cover;
            border-radius: 20px;
            z-index: 10;
            bottom: 38px;
            position: relative;
        }

        .judge-name {
            font-size: 24px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 12px;
            letter-spacing: -0.01em;
        }

        .judge-description {
            width: 317px;
            height: 40px;
            font-size: 16px;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 1.6;
            margin: 0 auto;
        }

        /* Navigation Arrows */
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 65px;
            height: 46px;
            background: #000000BF;
            backdrop-filter: blur(10px);
            border: 1px solid #00ABFF;
            border-radius: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .nav-arrow:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-50%) scale(1.1);
        }

        .nav-arrow.left {
            left: -120px;
        }

        .nav-arrow.right {
            right: -120px;
        }

        .nav-arrow::before {
            content: '';
            width: 12px;
            height: 12px;
            border: 2px solid #ffffff;
            border-bottom: none;
            border-right: none;
            transform: rotate(-45deg);
        }

        .nav-arrow.right::before {
            transform: rotate(135deg);
        }

/* 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;
        }

.channels_table {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    font-size: 16px;
    text-align: center; /* center text in all cells */
    margin-top: 20px;
    table-layout: fixed; /* ensures equal column widths */
}

.channels_table th,
.channels_table td {
    border: 1px solid #fff;
    padding: 12px 15px;
    width: 50%; /* each column gets 50% width */
    word-wrap: break-word;
}

.channels_table th {
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 600;
}

.channels_table td {
    text-align: left;
}

.channels_table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Responsive */
.table_wrapper {
    overflow-x: auto;
}
/* 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;
        }

       
/* 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: 400px;
        }

        .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) {

            .voting-hero {
                max-width: 100%;
                max-height: 300px;
            }
            .voting-hero-2 {
                max-width: 100%;
                max-height: 300px;
            }

            .hero-content h2 {
                font-size: 50px;
            }

            .hero-link {
                max-width: 100%;
            }

            a.button-link {
                width: 100%;
            }

            .hero_sec_button_group button {
                width: 100%;
                font-size: 20px;
            }

            .hero-content {
                max-width: 90%;
                margin: 0 auto;
            }

            .hero_sec_button_group {
                width: 30%;
            }

            .how_it_works_cards {
                width: 95%;
            }

            .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;
    max-width: 35% !important;
  }

  .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;
  }

  .cta_inner {
    padding-left: 35px !important;
  }

  .cta_inner h2 {
    font-size: 40px;
  }

  .how_it_works_inner p {
    width: 80%;
  }

  .how_it_works_inner h2 {
    font-size: 45px;
  }

            .stream_like_engage .container{
                flex-direction: row;
                padding-left: 40px;
            }

            .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: 150px;
            padding-bottom: 30px;
        }

        .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) {
            .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: 100px 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) {

    .channels_table th,
    .channels_table td {
        font-size: 14px;
        padding: 10px;
    }


                   
        }

        /* Mobile View */
        @media (max-width: 767px) {

            .voting-hero {
                max-width: 90%;
                margin: 0 auto;
                height: auto;
            }
            .voting-hero-2 {
                max-width: 90%;
                margin: 0 auto;
                height: auto;
            }

            .hero-link {
                max-width: 100%;
            }
            .hero-link-2 {
                max-width: 100%;
                margin: 50px auto;
            }

            .hero-content h2 {
                font-size: 26px;
                margin-bottom: 0;
            }
            .hero-content-2 h2 {
                font-size: 22px;
                margin-bottom: 0;
            }

            .hero-content {
                max-width: 90%;
            }
            .hero-content-2 {
                max-width: 90%;
                margin-bottom: 0;
            }

            .hero-content p {
                font-size: 16px;
                margin: 10px auto 0px auto;
            }
            .hero-content-2 p {
                font-size: 14px;
                margin: 10px auto 0px auto;
            }

            

             .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;
                    }
                    
                    .faq_section .question-number {
                        font-size: 24px;
                        min-width: 50px;
                    }
                    
                    .faq_section .question-text {
                        font-size: 14px;
                    }
                    
                    .faq_section .faq-answer,
                    .faq_section .faq-item.active .faq-answer {
                        padding-left: 66px;
                    }




                    .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_card {
                width: 100%;
                /* max-width: 300px; */
            }




           .pak_idol_main_header {
    padding: 15px 20px;
  }

  .pak_idol_main_header .header_container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 15px;
  }

  .pak_idol_main_header .logo_section {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .pak_idol_main_header .logo_section .logo-img {
    max-width: 110px;
    height: auto;
  }

  .verticle_line {
    display: none; /* hide separator line on small screens */
  }

  .pak_idol_main_header .hero_sec_button_group {
    display: flex;
    justify-content: center;
    text-align: right;
    width: 100%;
  }

  .pak_idol_main_header .hero_sec_button_group button {
    width: 60%;
    max-width: 220px;
    height: 40px;
    font-size: 14px;
            line-height: 15px;
    border-radius: 50px;
  }

  .pak_idol_main_header.scrolled {
    padding: 10px 20px;
    backdrop-filter: blur(10px);
  }
                        .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: 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 {
            width: 35px;
            height: 35px;
            }

            
                            .how_it_works_section{
                                padding-top: 100px;
                                padding-bottom: 40px;
                            }

                            .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) {

            .how_it_works_cards {
                width: 100%;
                padding: 20px 0px 0px 0px;
            }


             .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;
            }

            .verticle_line {
                height: 40px;
                width: 1px;
            }
            
            .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: 1.6rem;
                    }

                    .tile_3, .tile_4, .tile_5, .tile_6{
            display: none;
        }

            
                    .how_it_works_section{
                        padding-top: 100px;
                        padding-bottom: 40px;
                    }

                .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: 13px;
            }
            
            .faq_section .faq-answer,
            .faq_section .faq-item.active .faq-answer {
                padding-left: 56px;
            }


            .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 5px 0px 5px;
            }

    .hero_inner h1 {
        font-size: 34px;
    }

    .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: 95%;
        margin: 0 auto;
    }

    .hero_sec_button_group button {
        width: 100%;
    }

    .faq_section .toggle-icon {
    width: 35px;
    height: 35px;
    }

 .slider_section {
        padding: 0px;
    }
    
    .inner-div {
        padding: 80px 0px 0px 0px;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .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: 80px 0px 50px 0px;
                    }

                .footer-left {
                    text-align: center;
                }

                .how_it_works_inner h2{
                            font-size: 35px;
                        }

                .top_cards_section .top_card_item {
                    width: 45%;
                    height: 250px;
                }

                .faq_section .toggle-icon {
                    width: 35px;
                    height: 35px;
                }

                .main_footer_sec .footer-bottom{
                    justify-content: center;
                }

          
        }

                @media (max-width: 360px) {


                    .how_it_works_section{
                        padding-top: 100px;
                        padding-bottom: 40px;
                    }
                    .how_it_works_inner h2{
                        font-size: 36px;
                    }
                    

                    .faq_section .toggle-icon {
    width: 35px;
    height: 35px;
                    }




            .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;
        }
        }