/* ========================================
   PREVENT HORIZONTAL SCROLL
======================================== */
html {
  overflow: auto;
  max-width: 100vw;
}

body {
  overflow: auto;
  max-width: 100vw;
  position: relative;
}

@media (max-width: 1024px) {
  .video-slider .slick-prev {
    left: -40px;
  }

  .video-slider .slick-next {
    right: -40px;
  }

  .video-card video {
    height: 400px;
  }

}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .video-slider .slick-slide {
    display: block !important;
    height: auto !important;
    padding: 0 15px;
    min-width: 223px;
}
}

/* ========================================
   TABLET RESPONSIVE (max-width: 991px)
======================================== */
@media (max-width:991px) {

  /* HEADER */
  .header-container {
    height: 70px !important;
    padding: 12px 15px;
  }

  .influencer-photos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* HERO */
  .hero-container {
    text-align: center;
    gap: 40px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .hero-btns {
    justify-content: center;
    flex-wrap: wrap;
  }

  .image-wrapper {
    width: 320px;
    height: 420px;
  }

  .float-card {
    font-size: 13px;
  }

  /* ABOUT */
  .about-section .container {
    flex-direction: column;
    text-align: center;
  }

  .about-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .check-list li {
    justify-content: center;
  }

  p.grown-text {
       font-size: 30px;
    margin-bottom: 30px;
  }

  .about-image img {
    width: 100%;
    height: 100%;
  }

  /* SERVICES */
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* BENEFITS */
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* TESTIMONIALS */
  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* BLOG */
  .blog-grid {
    grid-template-columns: 1fr 1fr;
    overflow: hidden !important;
  }

  /* VALUE IMAGE */
  .image-wrapper-square {
    width: 320px;
    height: 420px;
  }

  .value-prop .container {
    flex-direction: column-reverse;
  }

  .value-content {
    padding-right: 0;
    text-align: center;
    margin-top: 5px;
  }

  /* CONTACT */
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-info,
  .contact-form-wrapper {
    padding: 40px 30px;
  }

  /* FOOTER */
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  form.newsletter-form {
     margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .footer {
    padding: 0 0 20px !important;
  }

  .footer-top {
    margin-bottom: 27px;
  }

  .creator-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
    padding: 0 0 50px;
    justify-content: center;
    align-items: center;
  }

  .video-slider .slick-prev,
  .video-slider .slick-next {
    width: 40px;
    height: 40px;
  }

  .video-slider .slick-prev {
    left: 10px;
  }

  .video-slider .slick-next {
    right: 10px;
  }

  .video-card video {
    height: 350px;
  }

  .footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  /* HEADER MOBILE MENU */
  .mobile-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 22px;
  }

  .nav-menu {
    display: flex;
  }

  .about-section {
    padding: 20px 0 !important;
  }

  section#services {
    padding: 15px 0 !important;
  }



  img.logo-img {
    width: 120px;
  }

  .blog-slider-controls {
    display: none;
  }
}

/* ========================================
   MOBILE RESPONSIVE (max-width: 992px)
======================================== */
@media (max-width: 992px) {

  /* Show hamburger */
  .header-actions.flex.items-center.gap-1 {
    display: block;
  }

  .mobile-toggle {
    display: block;
    z-index: 1001;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .brand-card h2 span {
    font-size: 47px;
  }

  .brand-card h2 {
    font-size: 47px;
  }

  .hero-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .brand-grid {
    padding: 50px 0 0 !important;
    flex-wrap: wrap;
  }
section#mission-vision .container {
  padding: 0 !important;
}
section#our-commitment .container {
       padding: 0 20px !important;
}
/* .highlight-box {
    max-width: 380px;
    margin: 0 auto;
} */
section#core-values .container {
  padding: 0 !important;
}
section#who-we-are-about .container {
  padding: 0 !important;
}

  .creator-card-img img {
    width: 170px !important;
    height: 200px !important;
    max-width: 200px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: cover !important;
  }
section#contact .container {
padding: 0 !important;
}
section#what-sets-us-apart {
padding: 0 !important;
}
section#what-sets-us-apart .grid-3 {
justify-content: center;
}
section#who-we-are{
  padding: 0px !important;
}
section#who-we-are .container{
  padding: 0 20px !important;
}
section#our-commitment {
    padding: 0 !important;
}

  button.slick-prev.slick-arrow.slick-disabled {
    display: none;
  }

  button.slick-next.slick-arrow {
    display: none;
  }

  .blog-slider .slick-track {
    gap: 20px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    right: -100%;
    background: #fff;
    width: 240px;
    height: calc(100vh - 70px);
    transition: all 0.3s ease;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 20px;
  }

  .mobile-toggle {
    display: block;
  }

  .header-actions .btn {
    display: none;
  }
.footer-col .footer-logo {
    width: 170px;
    display: block;
    margin: 0 auto;
    height: 110px;
    object-fit: cover;
}
.about-content {
    margin-top: 0px;
}
.about-content {

    padding-left: 0px;
}
  .creator-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: left;
    padding: 0 0 50px;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: column; */
    padding: 0 0px 50px !important;
  }

  .creator-slider .slider-track {
    gap: 40px !important;
  }
.container{
  padding: 0 20px !important;
}

  .check-list {
       margin: 30px auto 0;
    width: 250px;
  }
.check-list li:nth-child(3) {
  margin-bottom: 0;
}
    .why-choose-us.card-value:nth-child(1), .why-choose-us.card-value:nth-child(2), .why-choose-us.card-value:nth-child(3) {
    min-height: 230px;
}
  ul.check-list li {
    justify-content: inherit;
  }

  .value-grid {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  section#blog .section-subtitle{
    margin-top: 0;
  }
section.client-section .section-subtitle {
margin-top: 0;
}
.next-section {
    margin-top: 0;
}
section.testimonials-section .section-subtitle{
    margin-top: 0;
}
  /* Hide menu initially */


  /* Show menu */
  .nav-menu.active {
    right: 0;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 15px;
  }

  .btn-primary {
    display: none;
  }

  .about-content h1 {
    font-size: 27px;
    text-transform: capitalize;
  }

  h1.section-subtitle {
    font-size: 27px;
    margin-bottom: 25px;
  }

  .section-desc {
    font-size: 14px;
  }

  .brand-card {
    margin-bottom: 30px;
    width: 50%;
  }

  .brand-card p {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: .5px;
  }

  .blog-card {
    width: 100%;
  }

  .section-header.text-center.portfolio-header h2:nth-child(1) {
    margin-bottom: 40px;
  }

  .header-actions.flex.items-center.gap-1 {
    display: block;
  }

}

/* .video-slider ul.slick-dots {
    display: none !important;
} */



/* ========================================
   TABLET/MOBILE (max-width: 768px)
======================================== */
@media (max-width: 768px) {

  /* Allow slider to extend beyond viewport */
  .slider-track,
  .slider-track * {
    max-width: none !important;
  }
section{
  padding: 20px !important;
}
  /* But keep everything else contained */
  body,
  html,
  .container,
  section {
    max-width: 100vw !important;

  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.footer-col {
    text-align: center;
}
.social-links {
  justify-content: center;
}
.footer-desc{
      padding: 20px;
    margin: 0;
}

  .container {
    max-width: 100%;
    overflow: hidden;
  }
.hero-content{
  text-align: left;
}
  .creator-card-img img {
    width: 170px !important;
    height: 200px !important;
    max-width: 200px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: cover !important;
  }

  /* ===== CLIENT GRID SLIDER ===== */
  .client-grid {
    width: max-content;
    overflow: hidden;
    /* padding: 20px 0; */
  }

  .client-grid .marq {
    width: 100%;
    overflow: hidden;
  }

  .slider-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px;
    width: max-content !important;
    animation: scrollLoop 40s linear infinite !important;
  }

  .slider-track .creator-card {
    flex-shrink: 0 !important;
    flex: none !important;
  }

  .slider-track .creator-card img {
    width: 150px !important;
    height: auto;
    display: block;
  }
section#who-we-are-about{
    padding: 115px 0px 0 !important;
}
 section#who-we-are .section-title{
margin-bottom: 20px;
}
section#who-we-are .text-content p:first-child{
  margin-bottom: 0;
}
section#who-we-are .text-content p:last-child{
  margin-bottom: 0;
}
section#what-sets-us-apart h2.section-title {
    margin: 20px;
}
section#what-sets-us-apart .grid-3 {
gap: 8px;
}
.section-apart .section-title{
      padding-top: 30px;
}
.text-content p {
    margin-bottom: 0px;
}
.section-title{
     margin-bottom: 30px;
}
.section-commitment .section-title{
     margin-bottom: 20px;
    padding-top: 20px;
}
.section-commitment .highlight-box{
      padding: 40px 20px 20px !important;
      margin-bottom: 20px;
}
.section-mission .grid-2{
      gap: 20px;
}
.section-mission .mv-block{
        padding: 20px 20px 20px;
}
#mission-vision{
  margin-bottom: 0;
}
.section-core-values .section-title{
  margin-bottom: 20px;
}



  /* ===== CREATOR SLIDER ===== */
  .creator-slider {
    width: 100%;
    overflow: hidden;
  }

  .video-section {
    padding: 0px 0 50px;
  }

  .video-slider {
    margin-top: 30px;
  }

  .video-slider .slick-slide {
    padding: 0 10px;
  }

  .video-slider .slick-list {
    margin: 0 -10px;
  }

  .video-card video {
    height: 300px;
    border-radius: 8px;
  }

  .video-slider .slick-prev,
  .video-slider .slick-next {
    width: 35px;
    height: 35px;
  }

  .video-slider .slick-prev {
    left: 5px;
  }

  .video-slider .slick-next {
    right: 5px;
  }

  .video-slider .slick-prev:before,
  .video-slider .slick-next:before {
    font-size: 14px;
  }

  .creator-slider .slider-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 16px;
    width: max-content !important;
    animation: scrollLoop 40s linear infinite !important;
  }

  .creator-slider .creator-card {
    width: 150px !important;
    height: 150px !important;
    flex-shrink: 0;
  }

  .creator-slider .creator-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* ===== TRUSTED BY SLIDER ===== */
  .trusted-by .logos-grid {
    width: 100%;
    overflow: hidden;
  }

  .trusted-by .slider-track {
    animation: scrollLoop 5s linear infinite !important;
  }

  /* ===== BLOG GRID ===== */
  .blog-grid {
    gap: 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .blog-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* ===== OTHER FIXES ===== */
  video.hero-video {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .popup-content {
    max-width: 90%;
    width: 90%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .float-card {
    display: none !important;
  }

  .hero-container {
    max-width: 100%;
    overflow: hidden;
  }

  .overlay-btn {
    position: relative;
    max-width: 100%;
  }

  div#sliderTrack {
    flex-wrap: nowrap !important;
    width: auto;
    max-width: max-content;
    align-items: center;
  }

  .creator-card {
    width: max-content;
    height: auto;
  }
}

/* ========================================
   MOBILE LANDSCAPE (max-width: 767px)
======================================== */
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }

  .blog-slider .slick-slide {
    margin: 0 auto;
    padding: 0;
  }
.benefits-section .section-header.text-center h2{
  font-size: 30px;
}
  button.slick-prev.slick-arrow.slick-disabled {
    display: none;
  }

  button.slick-next.slick-arrow {
    display: none;
  }

  .blog-slider .slick-track {
    gap: 10px;
  }

  .video-slider .slick-slide {
    display: block !important;
    height: auto !important;
    padding: 0 15px;
    min-width: 370px;
  }

 

  /* Typography */
  .hero h1 {
    font-size: 2rem;
  }

  .section-header h2 {
    font-size: 1.75rem;
  }

  .about-content h2,
  .value-content h2,
  .contact-info h2 {
    font-size: 1.75rem;
  }

  .service-card h3,
  .benefit-card h3 {
    font-size: 1.15rem;
  }

  .creator-card-img img {
    width: 170px !important;
    height: 200px !important;
    max-width: 200px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: cover !important;
  }

  .blog-content h3 {
    font-size: 1.1rem;
  }

  /* Buttons */
  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  /* Section Spacing */
  section {
    padding: 50px 0 !important;
  }

  .hero {
    padding: 120px 0 50px;
  }

  /* Header */
  .header {
    padding: 15px 0;
    width: 100%;
  }

  .logo a {
    font-size: 1.3rem;
  }

  .logo i {
    font-size: 1.5rem;
  }

  /* Hero Section */
  .hero-container {
    gap: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .badge {
    font-size: 0.85rem;
    padding: 6px 14px;
    margin-top: 40px;
  }

  .hero-btns {
    flex-direction: column;
    gap: 0.75rem !important;
  }

  .hero-btns .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .image-wrapper {
    width: 280px;
    height: 350px;
  }

  .float-card {
    padding: 10px 14px;
    font-size: 0.8rem;
  }

  .card-1 {
    top: 20px;
    left: -20px;
  }

  .card-2 {
    bottom: 30px;
    right: -15px;
  }

  .blob-1,
  .blob-2 {
    display: none;
  }

  /* Trusted By */
  .trusted-by {
    padding: 0 0px 20px !important;
  }
}

/* ========================================
   SMALL MOBILE (max-width: 576px)
======================================== */
@media(max-width:576px) {

  /* Faster animation for smaller screens */
  .slider-track {
    gap: 15px !important;
    animation: scrollLoop 5s linear infinite !important;
  }

  .slider-track .creator-card img {
    width: 160px !important;
  }

  .creator-slider .creator-card {
    width: 120px !important;
    height: 120px !important;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-container {
    padding: 28px 18px;
  }

  .creator-card-img img {
    width: 156px !important;
    height: 200px !important;
    max-width: 200px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: cover !important;
  }

  .overlay-btn {
    display: flex;
    position: relative;
    bottom: auto;
    width: 100%;
    justify-content: center;
    padding: 10px;
  }

  .video-section .container {
    width: 100%;
    padding: 0 10px;
  }

  .video-slider {
    margin-top: 20px;
  }

  .video-card video {
    height: 250px;
  }

  .video-slider .slick-prev,
  .video-slider .slick-next {
    width: 30px;
    height: 30px;
    opacity: 0.8;
  }

  .video-slider .slick-prev:before,
  .video-slider .slick-next:before {
    font-size: 12px;
  }
}

/* ========================================
   EXTRA SMALL MOBILE (max-width: 575px)
======================================== */
@media (max-width:575px) {
  section {
    padding: 20px 20px 0 !important;
  }

  .brand-grid .brand-card:nth-child(3) {
    margin-bottom: 0 !important;
  }

  .brand-grid .brand-card:nth-child(4) {
    margin-bottom: 0 !important;

  }

  

  section#contact {
    margin-bottom: 50px;
  }

  .value-content {
    margin-top: 5px;
  }


  section#services {
      padding: 20px 0px 0 !important;
  }
section#services .section-subtitle{
    margin-top: 0px !important;

}
  section.testimonials-section {
    padding-bottom: 20px !important;
  }

  img.logo-img {
    width: 120px;
  }

  /* Typography */
  .hero h1 {
    font-size: 1.75rem;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .about-content h2,
  .value-content h2,
  .contact-info h2 {
    font-size: 1.5rem;
  }

  .service-card h3 {
    font-size: 1.1rem;
  }

  .benefit-card h3 {
    font-size: 1.25rem;
  }

  .blog-content h3 {
    font-size: 1.1rem;
  }

  /* Buttons */
  .btn {
    padding: 10px 18px;
    font-size: 0.85rem;
  }

  /* Hero */
  .hero {
      padding: 100px 0px 0px 0px !important;
  }

  .hero p {
    font-size: 0.95rem;
  }

  .badge {
    font-size: 0.8rem;
    padding: 5px 12px;
  }

  .value-content .badge {
           font-weight: bold;
    font-size: 30px;
    margin: 30px 0 auto;
  }

  p.section-subtitle {
    font-size: 27px;
  }

  .image-wrapper {
    width: auto;
    height: auto;
    margin-top: 70px;
  }

  /* Services */
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 25px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: inherit !important;
  }

  /* Value */
  .image-wrapper-square {
    width: 100%;
    max-width: 300px;
    height: 380px;
  }

  .value-grid {
    gap: 18px;
  }

  /* Benefits */
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    padding: 25px 22px;
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .testimonials-section .container {
    overflow: hidden !important;
  }

  .testimonial-card {
    padding: 20px;
  }

  /* Blog */
  .blog-grid {
    grid-template-columns: 1fr;
    padding-top: 0px;
  }

  .blog-image {
    height: 200px;
  }
.blog-section h1.section-subtitle {
    margin-bottom: 0px;
  }
  .blog-content {
    padding: 20px;
  }

  /* Contact */
  .contact-info,
  .contact-form-wrapper {
    padding: 30px 20px;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-col {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .social-links {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  video.hero-video {
    width: 100%;
    padding-top: 20px;
  }

  .grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }

  .value-item {
    width: 100%;
  }

  .popup-content {
    position: relative;
    max-width: 300px;
    width: 90%;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    animation: popupFade 0.4s ease;
    top: -90px;
  }

  .overlay-btn button,
  .overlay-btn {
    display: none;
  }

  .creator-card h2 {
    font-size: 49px;
  }

  .creator-card h2 span {
    font-size: 54px;
  }

  .influencer-photos {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .influencer-photos img {
    width: 290px;
  }
}

@media (max-width: 480px) {
  .video-card video {
    height: 220px;
  }
.video-slider .slick-slide {
      display: block !important;
    height: auto !important;
    padding: 0 10px !important;
    min-width: 100%;
    margin: 0 auto;
}
  .video-slider .slick-prev {
    left: 0;
  }
.hero-content{
  text-align: left;
}
  .video-slider .slick-next {
    right: 0;
  }
}

/* ========================================
   TINY MOBILE (max-width: 399px)
======================================== */
@media (max-width:399px) {
  .hero h1 {
    font-size: 1.5rem;
  }

  .section-header h2 {
    font-size: 18px;
  }

  .image-wrapper {
    width: 200px;
    height: 260px;
  }
.hero-content{
  text-align: left;
}
.hero-content h2{
    line-height: 50px;
    margin-bottom: 10px;
}
  .creator-card-img img {
    width: 136px !important;
    height: 200px !important;
    max-width: 200px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: cover !important;
  }

  .about-image img {
    width: 100%;
    height: 100%;
  }

  .circle-bg {
    width: 240px;
    height: 240px;
  }

  .float-card {
    display: none;
  }

  .company-logo {
    font-size: 1rem;
  }

  .image-wrapper-square {
    height: 300px;
  }

  video.hero-video {
    width: 100%;
    padding-top: 20px;
  }
}