

/*html, body {*/
/*  overflow-x: hidden;*/
/*}*/

/*.quickEnquiryBtn {*/
/*  position: fixed;*/
/*  bottom: 0px;*/
/*  right: 20px;*/
/*  background: linear-gradient(135deg,#fd5526,#e80a89);*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*  text-align: center;*/
/*  padding: 10px 14px;*/
/*  box-shadow: 0 4px 12px rgba(0,0,0,0.2);*/
/*  cursor: pointer;*/
/*  line-height: 1.2;*/
/*  z-index: 1000;*/
/*  border-radius: 4px 4px 0 0;*/
/*  user-select: none;*/
/*  font-size: 18px;*/
/*  font-family: "Poppins", sans-serif;*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .quickEnquiryBtn{*/
/*        width: 90px;*/
/*        height: 65px;*/
/*    }*/
/*}*/

.whatsapp {
    z-index: 999999;
    vertical-align: middle;
    position: fixed;
    bottom: 1%;
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
    left: 2%
}

.call-button {
            z-index: 999999;
            vertical-align: middle;
            position: fixed;
            bottom: 1%;
            -webkit-transform: translateY(-8%);
            -ms-transform: translateY(-8%);
            transform: translateY(-8%);
            right: 2%;
            width: 50px;
        }

        @media (max-width: 600px) {
            .call-button a img {
                width: 60px; /* Slightly larger for smaller screens */
            }
        }
        
        @media (min-width: 601px) {
            #call-button a img {
                width: 70px; /* Larger for bigger screens */
            }
        }

/*Hero Section****************************/

/* Background Video */
    .hero-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: transform 20s ease-in-out;
      object-fit: cover;
      object-position: center;
      z-index: -2;
    }
    
    .hero-video.zoom-out {
  transform: scale(0.95); /* 0.95 = slight zoom out */
}

    /* Overlay for better text contrast */
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0) 100%);
      z-index: -1;
    }

    .branding-section {
      /*background-color: #1E1E1E;*/
      /*background-image: url('https://www.sparkstudios.in/images/branding/branding-new-images/new-bg-branding.mp4');*/
      color: #fff;
      /*padding: 60px 20px;*/
      position: relative;
      width: 100%;
      height: 100vh; /* Force full viewport height */
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 8%;
      overflow: hidden;
    }
    
    .branding-content {
      max-width: 1200px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px;
      /*margin-top: 10px;*/
      /*padding-top: 65px;*/
      z-index: 1;
    }
    
    .branding-text {
      flex: 1 1 500px;
    }
    
    .branding-subtitle {
      color: #fd5526;
      font-size: 25px;
      margin-bottom: 10px;
      font-family: "Poppins";
      font-weight: 600;
    }
    
    .branding-heading {
      font-size: 38px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 20px;
      font-family: "Merriweather";
      font-style: italic;
    }
    
    .branding-heading span {
      color: #fd5526;
    }
    
    .branding-description {
      font-size: 16px;
      line-height: 1.6;
      max-width: 600px;
      font-family: "Poppins";
      color: #fff;
    }
    
    .gif{
        width: 600px;
        height: 600px
    }
    
    .branding-image {
      flex: 1 1 500px;
      text-align: center;
    }
    
    .branding-image img {
      max-width: 100%;
      height: auto;
    }
    
    .cta-1{
        display: inline-block;
        border: none;
        background-image: linear-gradient(to bottom, #e80a89, #f05a28);
        border-radius: 28px;
        font-size: 16px;
        padding: 5px 15px 5px 15px;
        color: #ffffff;
        font-weight: 400;
        font-family: poppins;
        margin-right: 10px;
    }
    
    .cta-2{
        display: inline-block;
        border: none;
        background-image: linear-gradient(to bottom, #e80a89, #f05a28);
        border-radius: 28px;
        font-size: 16px;
        padding: 5px 15px 5px 15px;
        color: #fff;
        font-weight: 400;
        font-family: poppins;
    }
    
    .cta-2:hover{
        color: #ffffff;
        text-decoration: none;
    }
    
    @media (max-width: 1024px) and (min-width: 769px) {
        .branding-description{
            font-size: 16px;
            font-family: "Poppins";
        }
    }
    
    @media (max-width: 768px) {
        .gif {
        width: 390px;
        height: 390px
      }
      
      .branding-image{
          flex: 1 1 400px;
      }
      
      .branding-heading{
        font-size: 30px;  
      }
      
      .branding-heading span{
        font-size: 30px;  
      }
      
      .branding-subtitle {
      font-size: 25px;
      font-family: "Poppins";
      }
      
      .cta-1{
          margin-bottom: 10px;
      }
    }
    
    @media (max-width: 320px) {
      .branding-section{
         height: 130vh;
      }
      .cta-1{
          text-align: left;
          margin-right: -10px;
      }
  }
    
    /*@media (max-width: 640px) {*/
    /*    .branding-heading{*/
    /*    font-size: 35px;  */
    /*  }*/
    /*}*/
    
/*Hero Section End***********************************/
    
    
/*Logo Slider****************************/
    
    .logo-slider-section {
      background-color: #1a1a1a;
      padding: 40px 0 0 0;
      overflow: hidden;
    }
    
    .logo-slider {
      position: relative;
      width: 100%;
      height: 100px;
      overflow: hidden;
    }
    
    .logo-track {
      display: flex;
      width: max-content;
      animation: scrollLogos 35s linear infinite;
    }
    
    .logo-slider:hover .logo-track {
      animation-play-state: paused;
    }
    
    .logo-track img {
      flex-shrink: 0;       
      height: 80px;         
      margin: 0 50px;   
    }
    
    .logo-track img:hover {
      filter: grayscale(0%);
    }
    
    @keyframes scrollLogos {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    
    /* Tablet speed boost */
     @media (max-width: 1024px) and (min-width: 769px) {
      .logo-track {
        animation-duration: 10s;
        width: calc(200%);
      }
    
      .logo-track img {
        margin: 0 25px;
        height: 65px;
      }
      
      .branding-content{
          display: flex;
          flex-direction: column-reverse;
      }
      
      .branding-section{
          padding: 50px 25px;
      }
      
      .branding-text{
          flex: 1 1 1px;
      }
    }
    
    @media (max-width: 768px) {
      .logo-track {
        animation-duration: 21s;
        width: max-content;
      }
    
      .logo-track img {
        margin: 0 15px;
        height: 50px;
      }
      
      .branding-section{
        padding: 50px 10px 38px 0px;
      }
      
      .branding-text{
        padding-left: 25px;
        padding-right: 25px;
      }
    }
    
        
/*Logo Slider End******************************/
    
/*Project****************************/
    
    .project-heading {
      background-color: #1a1a1a;
      text-align: left; 
      padding-top: 90px;
    }

    .project{
      max-width: 1200px;
      margin: auto;
   }

.project-label {
  color: #fd5526;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: poppins;
  font-weight: 600;
}

.project-title {
  font-family: "Merriweather";
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  font-style: italic;
}

.project-title span {
  color: #fd5526;
}

.service-slider-wrapper {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0px 10px 0px;
  background-color: #1a1a1a;
}

/*.service-slider {*/
/*  display: flex;*/
/*  width: max-content;*/
/*  scroll-behavior: smooth;*/
/*  overflow: hidden;*/
/*  scrollbar-width: none;*/
/*  -webkit-overflow-scrolling: touch;*/
/*}*/

.service-slider {
  display: flex;
  will-change: transform;
  cursor: grab;
}
.service-slider:active {
  cursor: grabbing;
}

.service-slider::-webkit-scrollbar {
  display: none; 
}

.service-card {
  width: 477px;
  height: 900px;
  background: #1a1a1a;
  padding-top: 40px;
  padding-bottom: 115px;
  padding-right: 61px;
  padding-left: 61px;
  color: #fff;
  flex: 0 0 auto;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  filter: grayscale(1);
}

.service-card img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  border-radius: 6px;
}

.service-card:hover{
  filter: grayscale(0);
  height: 100%;
  background: linear-gradient(359deg, #fd5526 6.31%, rgba(111, 136, 9, 0) 62%);
}

.service-number {
  font-size: 38px;
  color: #fd5526;
  font-family: poppins;
}

.service-title {
  font-size: 38px;
  margin: 5px 0 10px;
  font-family: "Merriweather";
  font-style: italic;
  text-decoration: none;
}

    .service-description {
       font-size: 16px;
       color: #fff;
       margin-bottom: 30px;
       margin-top: 30px;
       font-family: "poppins";
       text-decoration: none;
    }

    .service-link {
      display: inline-block;
      padding: 8px 16px;
      border: 1px solid #fff;
      border-radius: 30px;
      color: #fff;
      text-decoration: none;
      transition: all 0.3s ease;
      text-decoration: none;
    }

.service-link:hover{
  color: #fff;
  text-decoration: none;
}

.service-link:hover span {
  margin-left: 6px;
}

.service-card-link:hover {
  display: block;
  text-decoration: none;
}
    
   @media (max-width: 1024px) and (min-width: 769px) {
      .project-heading{
        padding-left: 25px;
        padding-top: 45px;
      }
      .service-slider-wrapper{
          padding: 20px 0px;
      }
      .service-card{
           height: 725px;
      }
    }
    
 
    @media (max-width: 768px) {
    .project-heading{
        padding-left: 25px;
        padding-top: 25px;
       }
       
    .service-card{
     padding-top: 25px;
     padding-bottom: 0px;
     padding-right: 85px;
     padding-left: 30px;
    }
    
    .project-title{
        font-size: 30px;
    }
    
    .project-label{
        font-size: 21px;
    }
    
    .service-title{
        font-size: 30px;
    }
    
    .service-slider-wrapper{
        padding: 0px 0px;
    }
    
    .service-number{
        font-size: 25px;
        font-weight: 700;
        margin-top: 15px;
    }
    
    .service-card{
           height: 755px;
      }
}

@media (max-width: 375px) {
    .service-card img{
        width: 88%;
    }
}
    
/*Project End**************************************/
    
    
/*Process****************************/
        
        .process-section {
          background-color: #1E1E1E;
        }
        
        .process{
          display: flex;
          padding: 70px 0px 0px 0px;
          gap: 250px;
          align-items: flex-start;
          width: 100%;
          max-width: 1200px;
          margin: auto;
        }
    
        .left-process {
          position: sticky;
          top: 100px;
          flex: 1;
          max-width: 400px;
        }
        
        .process-branding-heading{
          color: #fff;
          font-weight: 600;
          letter-spacing: 1px;
          font-family: "Merriweather";
          font-size: 38px;
          font-style: italic;
        }
    
        .process-branding-heading span {
          color: #fd5526;
        }
    
        .right-process {
          flex: 2;
          display: flex;
          flex-direction: column;
          gap: 1px;
        }
    
        .step {
          border-top: 1px solid #fd5526;
          padding-top: 15px;
          /*display: flex;*/
        }
    
        .step h3 {
          font-weight: 600;
          font-size: 1rem;
          margin-bottom: 10px;
          color: #888;
        }
    
        .step p {
          color: #fff;
          font-size: 1rem;
          line-height: 1.6;
          font-family: "Poppins";
        }
    
        .step span {
          font-weight: bold;
          color: #fd5526;
          margin-right: 20px;
          font-size: 21px;
        }
        
        @media (max-width: 1024px) and (min-width: 769px) {
        .process{
            gap: 120px;
            padding-left: 25px;
            padding-right: 25px;
        }
        
        .process-branding-heading{
            color: #fff;
          font-weight: 600;
          letter-spacing: 1px;
          font-family: "Merriweather";
          font-size: 38px;
          font-style: italic;
        }
    }
    
        @media (max-width: 768px) {
          .section {
            flex-direction: column;
            padding: 30px 20px;
          }
    
          .left-porcess {
            position: relative;
            top: 0;
            max-width: 100%;
          }
    
          .right-process {
            margin-top: 0px;
            gap: 5px;
          }
          
          .process{
              padding: 50px 0px 0px 0px;
          }
        }
        
    @media (max-width: 768px) {
      .process {
        gap: 50px;
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
      }
      
      .left-process {
          position: static;
        }
        
        .process-branding-heading{
         font-size: 30px;   
        }
    }
        
/*Process End*******************************/
        
/*CTA Banner-1****************************/
    
    .cta-move-box-1 {
        background-image: url('https://www.sparkstudios.in/images/branding/branding-new-images/Branding-cta-bg-1.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 18px;
        max-width: 1200px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 50px;
        color: white;
        flex-wrap: wrap;
      }
    
    .call{
        color:#fff;
        font-size: 25px;
    }
    
    .call:hover{
        color: #fff;
        text-decoration: none;
    }
    
    .cta-move-subheading-1{
        font-family: Merriweather;
        font-size: 38px;
        font-style: italic;
        font-weight: 600;
    }
    
    .cta-move-text-1{
        font-family: Poppins;
        font-size: 25px;
        font-weight: 600;
    }
    
    .cta-move-button-2:hover {
    background-color: #cf0398;
    color: #FFF;
  }
  
  @media (max-width: 768px) {
      .cta-move-subheading-1{
          font-size: 30px;
      }
      
      .call{
          font-size: 21px;
      }
      
      .cta-move-text-1{
          font-size: 20px;
      }
  }
  
  @media (max-width: 375px) {
      .cta-move-box-1{
         padding: 30px;
      }
  }
  
  @media (max-width: 320px) {
      .cta-move-box-1{
         padding: 10px;
      }
  }
  
        
/*CTA Banner-1 End************************************/
    
/*Offering****************************/
    
    /* Offerings Section */
    .offerings-section {
      background-color: #1a1a1a;
      padding: 60px 0px 60px 0px;
      color: white;
      font-family: 'Segoe UI', sans-serif;
    }
    
    .offerings-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      padding-bottom: 65px;
    }
    
    .offerings-left h2 {
      font-size: 25px;
      color: #fd5526; /* Bright green */
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0;
      font-family: "Poppins";
      font-weight: 600;
    }
    
    .offerings-right p {
      font-size: 16px;
      line-height: 1.6;
      color: #fff;
      margin: 0;
      max-width: 600px;
      font-family: "Poppins";
    }
    
    .logo-stack-wrapper {
      position: relative;
      height: 200vh;
      background: #1a1a1a;
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
    }
    
    .logo-design-section-1 {
      position: sticky;
      top: 50px;
      height: 40vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .logo-design-section-2 {
      position: sticky;
      top: 75px;
      height: 40vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .logo-design-section-3 {
      position: sticky;
      top: 100px;
      height: 40vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .logo-design-section-4 {
      position: sticky;
      top: 125px;
      height: 40vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .logo-design-section-5 {
      position: sticky;
      top: 150px;
      height: 40vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .logo-design-section-1,
    .logo-design-section-2,
    .logo-design-section-3,
    .logo-design-section-4,
    .logo-design-section-5,
    {
      background: transparent !important;
    }
    
    .logo-design-box {
      /*max-width: 1100px;*/
      width: 1200px;
      height: 300px;
      margin: 0 auto;
      background-color: #1e1e1e;
      border-radius: 18px;
      display: flex;
      overflow: hidden;
    }
    
    .logo-text {
      flex: 1;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    
    .logo-text h2 {
      font-size: 28px;
      margin-bottom: 10px;
      color: #fff;
    }
    
    .logo-text h3 {
      font-size: 25px;
      margin-bottom: 10px;
      color: #fff;
    }
    
    .underline {
      width: 400px;
      height: 1px;
      background-color: #fd5526;
      margin-bottom: 16px;
    }
    
    .logo-text .subtitle {
      font-size: 16px;
      margin-bottom: 15px;
      color: #fff;
      font-family: "Poppins";
    }
    
    .logo-text ul {
      padding-left: 20px;
    }
    
    .offering-points li::marker{
          color: #fd5526;
      }
    
    .logo-text ul li {
      margin-bottom: 8px;
      font-size: 16px;
      color: #fff;
      font-family: "Poppins";
    }
    
    .logo-image {
      flex-shrink: 0;
    }
    
    .logo-image img {
      height: 320px;
      width: 526px;
      object-fit: cover;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      transform: translateY(-20px);
    }
    
    .logo-design-section-1 .logo-design-box { transform: scale(1); z-index: 6; }
    .logo-design-section-2 .logo-design-box { transform: scale(1); z-index: 5; }
    .logo-design-section-3 .logo-design-box { transform: scale(1); z-index: 4; }
    .logo-design-section-4 .logo-design-box { transform: scale(1); z-index: 3; }
    .logo-design-section-5 .logo-design-box { transform: scale(1); z-index: 2; }
    .logo-design-section-6 .logo-design-box { transform: scale(1); z-index: 1; }
    
    .logo-design-box {
      transition: transform 0.4s ease, box-shadow 0.3s ease;
    }

    
    @media (max-width: 1024px) and (min-width: 769px) {
        .offerings-section{
            padding: 60px 25px 60px 25px;
        }
    }
    
    /* Responsive */
    @media (max-width: 768px) {
      .offerings-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-bottom: 5px;
      }
    
      .offerings-right p {
        font-size: 16px;
        text-align: left;
        /*padding-bottom: 75px;*/
      }
      
      .offerings-section{
        padding-left: 25px;
        padding-right: 25px;
      }
    }
    
    
    @media (max-width: 1024px) and (min-width: 769px) {
        .logo-text h3{
            font-size: 21px;
        }
    }
    
    @media (max-width: 1024px) {
      .logo-design-box {
        display: flex;
        flex-direction: row;
        height: auto;
      }
    
      .logo-image img {
        width: 335px;
        height: 320px;
        border-radius: 0 0 20px 20px;
      }
    
      .underline {
        margin: 0 auto 16px auto;
      }
      
      .offering-points li::marker{
          color: #fd5526;
      }
    }
    
    @media (max-width: 768px) {
      .logo-image {
        display: none;
      }
      
      .underline{
          width: 320px;
          margin-right: 500px;
      }
      
      .logo-stack-wrapper {
        background-attachment: scroll;
      }
      
      .offering-points li::marker{
          color: #fd5526;
      }
      
      .logo-text h3{
          font-size: 21px;
      }
      
      .logo-design-section-1{
          
      }
      
    }
    
    
/*Offering-end**********************************/
    
    
/*Top 3D****************************/
    
    .projects-section-2{
           background-color: #1e1e1e;
       }
    
    .projects-header-2{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 200px;
        text-align: center;
        padding: 0px 0px 40px 0px;
        max-width: 1200px;
        margin: auto;
    }
    
    .top-section{
           background-color: #1e1e1e;
       }
    
    .top-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 140px;
      padding: 50px 0px 50px 0px;
      max-width: 1200px;
      margin: auto;
    }
    
    .top-right {
      flex: 2 1 500px;
      color: #e1e1e1;
      font-size: 15px;
      line-height: 1.6;
    }
    
    .top-left {
      flex: 1 1 300px;
    }
    
    .top-title {
        font-size: 38px;
        font-weight: 700;
        color: #fff;
        font-family: "Merriweather";
        font-style: italic;
    }
    
    .top-title span{
        font-size: 38px;
        font-weight: 700;
        color: #fd5526;
    }
    
    .top-para{
        font-family: "Poppins";
        color: #fff;
        font-size: 16px;
    }
    
    .top-img{
        width: 325px;
        border-radius: 18px;
    }
    
    .projects-right-2 {
      flex: 2 1 500px;
      color: #e1e1e1;
      font-size: 15px;
      line-height: 1.6;
      text-align: left;
    }
    
    .section-title{
        font-size: 25px;
        color: #fd5526;
    }
    
    .b-points{
        padding-left: 20px;
        line-height: 35px;
        font-family: "Poppins";
        color: #fff;
        font-size: 20px;
    }
    
    .b-points li::marker {
      color: #fd5526;
    }
    
    li::marker{
        color: transparent;
    }
    
    
    @media (max-width: 1024px) and (min-width: 769px) {
        /*.top-header{*/
        /*    flex-wrap: nowrap;*/
        /*}*/
        
        .top-header{
            gap: 20px;
            padding: 25px 25px 10px 25px;
        }
        
        .projects-header-2{
            gap: 35px;
            padding: 0px 40px 40px;
        }
        
        .projects-left{
            flex: 0 1 300px;
        }
    }
    
    /* Mobile speed boost */
    @media (max-width: 768px) {
      .top-header {
        gap: 20px;
        padding-left: 25px;
        padding-right: 25px;
      }
      
      .projects-header-2{
          gap: 40px;
          padding-left: 25px;
        padding-right: 25px;
      }
      
      .top-title{
          font-size: 30px;
      }
      
      .top-title span{
          font-size: 30px;
      }
      
      .section-title{
          font-size: 21px;
      }
      
      .b-points{
          font-size: 16px;
      }
    }
    
    @media (max-width: 320px) {
      .top-img{
          width: 270px;
      }
  }
    
/*Top 3D End**********************************/
    
/*Carousel video****************************/
    
    .carousel-section-video {
      padding: 50px 0 50px 0;
      background-color: #1a1a1a;
    }
    
    .main-title-video {
      font-size: 38px;
      color: #fff;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 30px;
      font-family: "Merriweather";
      font-style: italic;
      /*padding-left: 37px;*/
    }
    
    .main-title-video span {
      color: #fd5526;
      font-size: 38px;
      font-family: "Merriweather";
    }
    
    .video-title{
        max-width: 1200px;
        margin: auto;
    }
    
    .carousel-wrapper-video {
      display: flex;
      align-items: center;
      max-width: 1270px;
      background-color: #1a1a1a;
      margin: auto;
    }
    
    .carousel-track-video {
      display: flex;
      overflow: hidden;
      scroll-behavior: smooth;
      gap: 30px;
      width: 100%;
    }
    
    .carousel-card-video {
      background: #1a1a1a;
      padding: 10px;
      border-radius: 10px;
      box-sizing: border-box;
      flex: 0 0 calc((100% - 0px) / 2); /* default: 3 cards */
    }
    
    .carousel-card-video img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 10px;
    }
    
    .video{
        width: 560px;
        height: 315px;
        left: 0px;
        top: 0px;
    }
    
    .carousel-arrow-video {
      color: #fd5526;
      font-size: 23px;
      cursor: pointer;
      background: none;
      border: none;
    }
    
    
    @media (max-width: 1024px) and (min-width: 769px) {
        .carousel-card-video {
        flex: 0 0 calc((100% - 0px) / 1);
        padding-left: 0px;
      }
      
      .carousel-section-video{
          padding: 25px 25px 0px 25px;
      }
      
      .video{
        width: 642px;
        height: 360px;
      }
    }
    
    /* Mobile: 1 card */
    @media (max-width: 768px) {
      
      .carousel-section-video {
        padding: 20px 10px;
        overflow-x: hidden;
      }
    
      .carousel-wrapper-video {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
      }
    
      .carousel-track-video {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 39px;
        scroll-behavior: smooth;
      }
    
      .carousel-card-video {
        min-width: 100%;
        flex-shrink: 0;
        scroll-snap-align: start;
        padding-left: 10px;
      }
    
      .carousel-card-video iframe {
        width: 100%;
        height: 200px;
        border-radius: 10px;
      }
    
      .carousel-wrapper-video button {
        display: none;
      }
      
      .main-title-video{
          padding-left: 20px;
          font-size: 30px;
      }
      
      .main-title-video span{
          font-size: 30px;
      }
    }
    
/*Carousel video End*********************************/
    
        
/*Testimonials****************************/
    
    .testimonial-section {
      padding: 60px 30px;
      overflow: hidden;
      background-color: #1e1e1e;
    }

    .testimonial-wd{
      max-width: 1200px;
      margin: auto;   
    }

    .sub-title {
      color: #ff4d00;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: 600;
    }

    .title-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px;
    }

    .main-title{
      font-size: 38px;
      font-weight: 600;
      line-height: 1.3;
      color: #fff;
      font-family: Merriweather;
      font-style: italic;
    }
    
    .main-title span{
        color: #ff4d00;
    }

    .description {
      color: #fff;
      max-width: 500px;
      font-size: 16px;
      line-height: 1.6;
      font-family: Poppins;
    }

    .testimonial-carousel {
      display: flex;
      flex-wrap: nowrap;
      overflow: hidden;
      scroll-behavior: smooth;
      gap: 30px;
    }

    .testimonial {
      flex: 0 0 32.3333%;
      min-width: 33.3333%;
      background-color: transparent;
    }

    .quote-icon {
      background-color: #ff4d00;
      color: #000;
      font-size: 40px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-bottom: 20px;
    }

    .message {
      font-size: 16px;
      color: #fff;
      line-height: 1.6;
      margin-bottom: 20px;
      font-family: Poppins;
      
    }

    .name {
      font-weight: bold;
      font-size: 16px;
      color: #ff4d00;
      margin-bottom: 5px;
    }

    .role {
      font-size: 14px;
      color: #aaa;
    }

    /*.dots {*/
    /*  margin-top: 30px;*/
    /*  text-align: center;*/
    /*}*/

    /*.dot {*/
    /*  height: 12px;*/
    /*  width: 12px;*/
    /*  margin: 0 5px;*/
    /*  background-color: #fff;*/
    /*  border-radius: 50%;*/
    /*  display: inline-block;*/
    /*  cursor: pointer;*/
    /*}*/

    .dot.active {
      background-color: #ff4d00;
    }

    @media (max-width: 1024px) {
      .testimonial {
        flex: 0 0 50%;
        min-width: 50%;
      }
    }

    @media (max-width: 768px) {
      .testimonial {
        flex: 0 0 100%;
        min-width: 100%;
      }
      
      .sub-title{
          font-size: 21px;
      }
      
      .main-title{
          font-size: 30px;
      }
    }
    
/*Testimonials End************************/
    
/*CTA Banner 2****************************/
    
    .cta-move-wrapper {
        background: #1E1E1E;
        padding: 60px 20px;
        display: flex;
        justify-content: center;
      }
    
      .cta-move-box {
        background-image: url('https://www.sparkstudios.in/images/branding/branding-new-images/branding-cta-bg-3.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 18px;
        max-width: 1200px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 50px;
        color: white;
        flex-wrap: wrap;
      }
    
      .cta-move-left {
        flex: 1;
        min-width: 280px;
      }
    
          .cta-move-heading {
            font-size: 25px;
            margin-bottom: 20px;
            font-family: Poppins;
            font-weight: 600;
          }
    
      .cta-move-button {
        padding: 12px 28px;
        border: 0px solid #fff;
        border-radius: 30px;
        background: transparent;
        color: white;
        font-weight: bold;
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.3s ease;
        font-size: 16px;
        background: linear-gradient(90deg, rgba(198, 45, 143, 1) 0%, rgba(239, 66, 82, 1) 50%, rgba(241, 92, 46, 1) 100%);
      }
      
      .cta-move-button a{
          color:#fff;
          font-size: 16px;
          text-transform: uppercase;
      }
      
      .cta-move-button a:hover{
          color:#fff;
          text-decoration: none;
      }
      
      .cta-move-button-2 {
        padding: 12px 28px;
        border: 1px solid #fff;
        border-radius: 30px;
        background: transparent;
        color: white;
        font-weight: bold;
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.3s ease;
        font-size: 25px;
        text-transform: uppercase;
      }
    
    
      .cta-move-right {
        flex: 1;
        min-width: 280px;
        text-align: right;
        margin-top: 3px;
      }
    
      .cta-move-subheading {
        color: #fff;
        font-size: 25px;
        margin-bottom: 10px;
        font-family: Poppins;
        /*margin-right: 60px;*/
        font-weight: 600;
      }
    
      .cta-move-text {
        font-size: 18px;
        color: #fff;
        font-family: Poppins;
      }
      
      @media (max-width: 1024px) and (min-width: 769px) {
        .cta-move-subheading{
            margin-right: 0px;
        }
        
        .cta-move-button-2{
            font-size: 21px;
        }
    }
    
      @media (max-width: 768px) {
        .cta-move-box {
          flex-direction: column;
          text-align: center;
        }
        
        .cta-move-left{
            text-align: center;
        }
    
        .cta-move-right {
          text-align: center;
          margin-top: 30px;
        }
        
        .cta-move-wrapper{
          padding: 40px 20px;  
        }
        
        .cta-move-subheading{
            display: none;
        }
        
        .cta-move-text{
            display: none;
        }
        
        .cta-move-heading{
           font-size: 25px;
           text-align: center;
        }
        
        .cta-move-button-2{
          font-size: 21px;
      }
    }
    
    @media (max-width: 375px) {
      .cta-move-box{
         padding: 30px; 
      }
  }
  
  @media (max-width: 320px) {
      .cta-move-box{
         padding: 10px; 
      }
  }
      
/*CTA Banner 2 End**************************/
    
    
/*Sliding Contact Form****************************/
    
    .contact-form-container {
      position: fixed;
      top: 50%;
      right: -400px;
      transform: translateY(-50%);
      width: 330px;
      height: auto;
      transition: right 0.4s ease-in-out;
      padding: 20px;
      z-index: 2000;
      border-radius: 12px;
      overflow-y: auto;
      
     background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 1);
    }
    
    
    .contact-form-container.active {
      right: 20px;
    }
    
    .form-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .form-header h2 {
      margin: 0;
      font-size: 25px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-family: Poppins;
    }
    
    .form-header h2:hover{
        color: #fd5526;
    }
    
    #closeFormBtn {
      font-size: 24px;
      cursor: pointer;
      color: #fff;
    }
    
    form {
      margin-top: 20px;
    }                                                                                                                           
    
    form label {
      display: block;
      margin: 10px 0 5px;
      font-weight: 600;
      color: #fff;
      font-size: 18px;
      font-family: Poppins;
    }
    
    form input,
    form textarea {
      width: 100%;
      padding: 8px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 6px;
      margin-bottom: 5px;
    }
    
    form button {
      margin-top: 15px;
      padding: 10px;
      width: 100%;
      background-color: #cf0398;
      color: #fff;
      border: none;
      border-radius: 6px;
      font-weight: bold;
      cursor: pointer;
      font-size: 18px;
    }
    
    form button:hover {
      background-color: #fd5526;
    }
    
    select{
        height: 45px;
        border-radius: 5px;
    }
    
    @media (max-width: 480px) {
      .contact-form-container {
        width: 90%;
        right: -100%;
        left: auto;
        transform: translateY(-50%);
      }
    
      .contact-form-container.active {
        right: 5%;
      }
    }
    
/*Sliding Contact Form-end***************************/
    
    
/*FAQ****************************/
    
    .faq-sec-wrapper {
      background: #1E1E1E;
      padding: 0px 20px 80px 20px;
      display: flex;
      justify-content: center;
    }
    
    .faq-sec-container {
      background: #1a1a1a;
      display: flex;
      max-width: 1200px;
      width: 100%;
      border-radius: 18px;
      overflow: hidden;
      color: #fff;
    }
    
    .faq-sec-left {
      flex: 1;
      padding: 50px 40px;
      background: #2a2a2a;
    }
    
    .faq-sec-left h5 {
      color: #fd5526;
      font-size: 25px;
      margin-bottom: 10px;
      font-weight: 600;
    }
    
    .faq-sec-left h2 {
      font-size: 38px;
      line-height: 1.2;
      font-family: "Merriweather";
      font-style: italic;
    }
    
    .faq-sec-right {
      flex: 2;
      padding: 50px 40px;
    }
    
    .faq-sec-item {
      border-bottom: 1px solid #333;
      padding: 20px 0;
    }
    
    .faq-sec-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }
    
    .faq-sec-question h3 {
      font-size: 1.1rem;
      margin: 0;
    }
    
    .faq-sec-icon {
      font-size: 16px;
      transition: transform 0.3s;
      color: #fd5526;
    }
    
    .faq-sec-answer {
      display: none;
      margin-top: 16px;
      color: #dcdcdc;
      font-size: 1rem;
      font-family: "Poppins";
    }
    
    .faq-sec-item.active .faq-sec-answer {
      display: block;
    }
    
    .faq-sec-item.active .faq-sec-icon {
      transform: rotate(45deg);
    }
    
    @media (max-width: 1024px) and (min-width: 769px) {
        .faq-sec-left h5{
            font-weight: 700;
        }
        
        .faq-sec-left h2{
            font-size: 30px;
        }
    }
    
    @media (max-width: 768px) {
          .faq-sec-container {
            display: flex;
            flex-direction: column;
          }
          
          .faq-sec-wrapper{
           padding: 40px 20px 80px 20px;   
          }
        }
    
/*FAQ End*****************************************/
    
    
/*Portfolio-1*************************************/
    
    .logo-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      background-color: #1a1a1a;
    }
    
    .logo-box {
      position: relative;
      flex: 1 1 calc(33.333% - 20px);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    
    .logo-box img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    
    /*.logo-box img:hover{*/
    /*    transform: scale(1.1);*/
    /*}*/

    
    .text-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      opacity: 0;
      transition: all 0.3s ease;
      text-align: center;
    }
    
    .text-overlay h5 {
      font-size: 20px;
      margin: 0 0 8px;
      font-weight: bold;
    }
    
    .text-overlay p {
      font-size: 14px;
      margin: 0;
    }
    
    .text-overlay a {
      font-size: 30px;
      margin: 0;
      color: #fff !important;
      text-decoration: none !important;
    }
    
    .logo-box:hover .text-overlay{
      background: rgba(0, 0, 0, 0.4);
      opacity: 1;
      cursor: pointer;
      color: #fff !important;
    }
    
    .logo-box:hover{
        -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
  position: relative;
    z-index: 1;
    }
    
    @media (max-width: 991px) {
      .logo-box {
        flex: 1 1 calc(33.333% - 20px);
      }
    }
    
    @media (max-width: 600px) {
      .logo-box {
        flex: 1 1 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 5px;
      }
    
      .text-overlay h5 {
        font-size: 18px;
      }
    
      .text-overlay p {
        font-size: 13px;
      }
      
      .logo-gallery {
          gap: 10px;
      }
    }
    
/*Portfolio-1 End****************************/
    

/*Portfolio-2****************************/
    
    .portfolio-gallery {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 10px;
      background-color: #1a1a1a;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    
    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    
    .gallery-item img {
      width: 100%;
      height: 100%;
      display: block;
      transition: transform 0.3s ease;
      object-fit: cover;
    }
    
    .gallery-item:hover img {
      transform: scale(1.05);
    }
    
    .overlay-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: 0.3s ease;
      text-align: center;
    }
    
    .gallery-item:hover .overlay-text {
      opacity: 1;
      color: #fff;
    }
    
    .overlay-text h5 {
      font-size: 18px;
      margin: 0 0 10px;
      color: #fff;
    }
    
    .overlay-text a {
      font-size: 18px;
      margin: 0;
      color: #fff;
      text-decoration: none;
    }
    
    @media (max-width: 991px) {
      .portfolio-gallery {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    
    @media (max-width: 600px) {
      .portfolio-gallery {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    
.socialbg {
    background-color: #fd5526;
    background-image: linear-gradient(to right, #fd5526, #cf0398);
    width: 100%;
}
    
/*Portfolio-2 End****************************/
      
    /* Responsive Design */
    /*@media (min-width: 640px) {*/
    /*}*/
    
    /*@media (min-width: 768px) {*/
        
    /*}*/
    
    /*@media (min-width: 1024px) {*/
       
    /*}*/
    
    /*@media (max-width: 768px) {*/
        
    /*}*/
    
    /*@media (max-width: 640px) {*/
        
    /*}*/