a{
    text-decoration: none;
    color: white;
}

a:hover{
    color:#FE7028;
}
/****************************************** START BANNER SECTION ******************************************/
/* Banner Section */
.gsp-banner-section {
    position: relative;
    background: url('../img/banner-bg.jpeg') center/cover no-repeat;
    color: white;
    padding-block: 200px 70px;
    font-family: Arial, sans-serif;
    overflow: hidden;
  }
  .gsp-banner-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background:#000000ed; /* black overlay 60% */
    z-index: 1;
  }
  .gsp-banner-section .container {
    position: relative;
    z-index: 2;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  /* Left Content */
  .gsp-left-content {
    flex: 1 1 50%;
    padding: 20px;
  }

  .gsp-left-content h2 {
    font-size: 45px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .gsp-left-content span {
    color: #FE7028;
  }
  .gsp-left-content p {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 16px;
    color: #f5f5f5;
  }
  .gsp-left-img {
    max-width: 85%;
    border-radius: 6px;
    margin-bottom: 10px;

  }
  /* Right Form */
  .gsp-form-box p {
    font-size: 18px;
}
  .gsp-form-box {
    flex: 1 1 35%;
    background: rgba(0, 0, 0, 0.76);
    padding: 35px;
    border-radius: 15px;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  }
  .gsp-form-box h3 {
    margin-top: 0;
    color: #FE7028;
  }
  .gsp-form-box p {
    margin: 5px 0 10px;
  }
  /* Progress Bar */
  .gsp-progress {
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    height: 10px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .gsp-progress-fill {
    height: 10px;
    background: #FE7028;
    width: 0%;
    transition: width 0.3s ease-in-out;
  }
  /* Steps */
  .form-phone{
    font-size: 25px !important;
  }
  .gsp-step {
    display: none;
  }
  .gsp-step.active {
    display: block;
  }
  label {
    display: block;
    margin: 8px 0;
    font-size: 15px;
  }
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px !important;
    margin: 8px 0 15px;
    border-radius: 6px;
    border: 1px solid #333;
    background: #fff !important;
    color: #000;
    font-size: 14px;
  }
  textarea {
    resize: vertical;
  }
  /* Buttons */
  .gsp-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    background: #FE7028;
    color: black;
    font-weight: bold;
    cursor: pointer;
    margin: 5px 5px 0 0;
    transition: 0.3s;
  }
  .gsp-btn:hover {
    background: white;
    color: black;
  }
  /* Call Info */
  .gsp-call strong {
    font-size: 20px;
    color: #FE7028;
  }
  /* Responsive */
  @media(max-width: 768px) {
    .gsp-container {
      flex-direction: column;
      text-align: center;
    }
    .gsp-left-content, .gsp-form-box {
      flex: 1 1 100%;
      margin-bottom: 30px;
    }
    .gsp-banner-section{
        padding-block: 150px 50px;
    }
    .gsp-left-img{
        max-width: 100%;
    }
    .gsp-banner-section h1{
        font-size: 34px;
    }
    .gsp-form-box p{
        font-size: 18px !important;
    }
 
      .gsp-left-content{
        margin-bottom: 0px !important;
      }
  }


  /****************************************** END BANNER SECTION ******************************************/

  /****************************************** START LOGO SECTION ******************************************/

  .logo-carousel {
    padding: 30px 0;
    background: #151515;
  }

  .logo-carousel .item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-carousel img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    transition: 0.3s;
  }
  .logo-carousel img.bark-logo {
    padding: 15px !important;
}

  .logo-carousel img:hover {
    filter: grayscale(0);
  }
  .logo-carousel .owl-dots, .logo-carousel .owl-nav {
    display: none;
}
  

  /****************************************** END LOGO SECTION ******************************************/





  /****************************************** START PUBLISHING SOLUTIONS SECTION ******************************************/
  .genre-services-section {
    background: white;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
  }
  .genre-heading {
    color: #151515;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: bold;
  }
  .genre-service-box {
    background: #151515;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
  }

  .genre-service-box:hover {
    background: #FE7028;
    
  }
  .genre-service-box img.genre-img {
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .genre-service-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #FE7028;
    margin-bottom: 12px;
  }
  .genre-service-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .genre-service-box ul li {
    margin: 6px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  .genre-service-box ul li i {
    color: #FE7028;
    margin-right: 8px;
  }
  .genre-service-box:hover h3 , .genre-service-box:hover ul li ,   .genre-service-box:hover ul li i{
    color:#fff;
  }

  section.genre-services-section .owl-dots{
    position: absolute;
    bottom: -70px;
  }
  section.genre-services-section .owl-dots span{
    background-color: #FE7028 !important;
  }
  section.genre-services-section button.owl-dot.active span{
    background-color: black !important;
  }
  /****************************************** END PUBLISHING SOLUTIONS SECTION ******************************************/



  /****************************************** START UNIQUE SECTION ******************************************/
  .unique-section {
    background: #fff;
  }
  .unique-section .section-title {
    color: #151515;
    font-weight: bold;
  }
  .unique-section .section-subtitle {
    color: #151515;
    max-width: 700px;
    margin: 0 auto;
  }
  .unique-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 20px;
    min-height: 180px;
    transition: 0.3s;
  }
  .unique-box:hover {
    border: 1px solid #FE7028;
    transform: translateY(-5px);
  }
  .unique-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #151515;
    margin-bottom: 10px;
  }
  .unique-box p {
    font-size: 15px;
    margin: 0;
    color: #444;
  }
  .unique-img {
    max-width: 140px;
    height: auto;
    margin-left: 20px;
  }
  @media screen and (min-width: 1200px) and (max-width: 1400px) {

    .unique-img {
      max-width: 110px !important;
      margin-left: 0px;
    }
    .unique-box{
      padding: 15px;
    }
  }
  /****************************************** END UNIQUE SECTION ******************************************/


  /****************************************** START PARTNER SECTION ******************************************/
  .cta-section {
    background: url('../img/partner-bg.jpg') no-repeat bottom center/cover;
    position: relative;
  }
  .cta-section2{
    background: url('../img/partner-bg.jpg') no-repeat top center/cover;
  }
  .cta-section .cta-overlay {
    background: rgb(0 0 0 / 66%); /* black overlay */
    width: 100%;
    height: 100%;
    padding: 80px 20px;
  }
  .cta-section h2 {
    font-weight: bold;
    color: #fff;
  }
  .cta-section p {
    color: #f1f1f1;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
  }
  .cta-section .btn {
    background: #FE7028;
    border: none;
    color: #151515;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    transition: 0.3s;
  }
  .cta-section .btn:hover {
    background: #151515;
    color: white;
  }
  .cta-section2 .btn:hover{
    background:white;
    color: black;
  }
  /****************************************** END PARTNER SECTION ******************************************/



  /****************************************** START SERVICES SECTION ******************************************/

  .services-section {
    background: #fff;
  }
  .services-section h2 {
    font-weight: bold;
    color: #151515;
  }
  .service-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
  }
  .service-box:hover {
    transform: translateY(-5px);
    border: 1px solid #FE7028;
  }
  .service-box i {
    font-size: 36px;
    color: #FE7028;
    margin-bottom: 15px;
  }
  .service-box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #151515;
    margin: 0;
  }
  .btn-service {
    background: #FE7028;
    color: #151515;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    transition: 0.3s;
    border: none;
  }
  .btn-service:hover {
    background: #151515;
    color: white;
  }
  
  /****************************************** END SERVICES SECTION ******************************************/
  /****************************************** START APPROACH SECTION ******************************************/

  .approach-section {
    background: url('../img/publishing-approach-bg.jpg') no-repeat center center/cover;
  }
  .approach-section h2 {
    font-weight: bold;
    color: #151515;
  }
  .approach-section p {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
  }
  .btn-approach {
    background: #FE7028;
    color: #151515;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 60px;
    transition: 0.3s;
    border: none;
  }
  .btn-approach:hover {
    background: #151515;
    color: white;
  }
  .approach-img {
    max-height: 450px;
  }

  /****************************************** END APPROACH SECTION ******************************************/

  /****************************************** START TESTIMONIALS SECTION ******************************************/
  .testimonials-intro {
    background: #fff;
  }
  .testimonials-intro h2 {
    font-weight: bold;
    color: #151515;
  }
  .testimonials-intro p {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
  }
  .btn-testimonial {
    background: #FE7028;
    color: #151515;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 60px;
    border: none;
    transition: 0.3s;
  }
  .btn-testimonial:hover {
    background: #151515;
    color: white;
  }
  .testimonial-img {
    max-height: 500px;
  }
  @media(max-width: 768px) {
    section.testimonials-intro .row{
      flex-direction: column-reverse !important;
    }
  section.testimonials-intro .row img {
    width: 70%;
    margin-bottom: 30px;
}
  }
  /****************************************** END TESTIMONIALS SECTION ******************************************/

  /****************************************** START RESOURCE SECTION ******************************************/

  .resource-section {
    background: white;
  }
  .resource-section h2 {
    font-weight: bold;
    color: #151515;
  }
  .resource-section p {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
  }
  .btn-resource {
    background: #FE7028;
    color: #151515;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 60px;
    transition: 0.3s;
    border: none;
  }
  .btn-resource:hover {
    background: black;
    color: white;
  }
  .resource-img {
    max-height: 450px;
  }

  /****************************************** END RESOURCE SECTION ******************************************/