.bookkeeping-services {
 background-image: url("../../images/services/childrens-bookkeping/hero-banner-bg.webp");
 padding: 50px 0 0;
 background-size: cover;
 background-position: right;
}
.bookkeeping-services p {
 border-left: 2px solid #222;
 padding-left: 25px;
 font-size: 16px;
}
.drawline
{
 margin-top: -16px;
}
.bookkeeping-services small 
{
 font-size: 14px;
 font-style: normal;
 line-height: 46px;
 letter-spacing: 10px;
 text-transform: uppercase;
}
.letter-spacing {
 letter-spacing: 3px;
}

.thumb-box {
 width: 150px;
 border-radius: 10px;
}

/* Circle Gradient Background */
.circle-bg {
 position: absolute;
 width: 420px;
 height: 420px;
 border-radius: 50%;
 background: radial-gradient(circle at center, #ff6a3d, #f04355, #2746f2);
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 z-index: 0;
}

.person-img {
 position: relative;
 z-index: 2;
 width: 320px;
}

/* Responsive */
@media (max-width: 768px) {
 .circle-bg {
  width: 280px;
  height: 280px;
 }

 .person-img {
  width: 230px;
 }

 .thumb-box {
  width: 105px;
  height: 55px;
 }
}

/* Start Services Page Intro CSS */
.publishing-exact {
 background: #fff;
}
.publishing-exact-img
{
 width: 100%;
}
/* IMAGE GRID */
.image-wrap {
 display: flex;
 gap: 18px;
}


/* COUNTER CARDS */
.counter-card {
 position: absolute;
 bottom: -21px;
 padding: 22px 28px;
 border-radius: 12px;
 text-align: center;
}

.counter-card h3 {
 font-size: 40px;
 font-weight: 700;
 font-family: "DM Sans", sans-serif;
 margin-bottom: 6px;
}
.counter-card p {
 font-size: 17px;
 margin: 0;
 font-family: "DM Sans", sans-serif;
 text-align: left;
 line-height: 21px;
 font-weight: 600;
}
.small-svg {
 margin-top: -10px;
 width: 100px;
}

.counter-card.red {
 background: #e63946;
 color: #fff;
 right: 200px;
}

.counter-card.gray {
 background: #f2f3f5;
 color: #333;
 right: 6px;
 width: 175px;
}

.section-label {
 font-size: 15px;
 letter-spacing: 3px;
 color: #000;
 z-index: 9;
 position: relative;
 top: 20px;
}

.title {
 font-size: 37px;
 font-weight: 900 !important;
 line-height: 1.25;
 font-family: "DM Sans", sans-serif;
}
.title1 {
 font-size: 32px;
 font-weight: 900 !important;
 line-height: 1.25;
 font-family: "DM Sans", sans-serif;
}
.main-title {
 font-size: 47px;
 font-weight: 900 !important;
 line-height: 1.25;
 font-family: "DM Sans", sans-serif;
}
.title .fw-normal 
{
 font-family: "DM Sans", sans-serif;
}
.main-title .fw-normal 
{
 font-family: "DM Sans", sans-serif;
}
.pad-top-70
{
 padding-top: 70px !important;
}
/* RESPONSIVE */
@media (max-width: 992px) {
 .image-wrap {
  flex-direction: column;
 }
 .counter-card {
  position: absolute;
  margin-top: 0px;
  display: inline-block;
  bottom: 10px;
 }
 .title {
  font-size: 26px;
 }
}

/* End Services Page Intro CSS */

/* Start Services Section Tab CSS */
.services-tab-section {
 background: #FDEFF1;
 padding-bottom: 80px !important;
}
.paddding-bottom-100
{
 padding-bottom: 80px;
}
.services-tab-section .container {
 background-color: #fff;
 padding: 70px 50px 30px;
 border-radius: 15px;
 margin-top: -10%;
 box-shadow: 0 4px 47.4px 0 rgba(0, 0, 0, 0.16);
}
.services-tab-section .owl-prev span
{
 background-color: #fff;
 box-shadow: 2px 2px 10px #ccc;
 position: relative;
 padding: 6px 15px;
 margin: 0 4px;
 border-radius: 50px;
 font-size: 23px;
}
.services-tab-section .owl-next span
{
 background-color: #fff;
 box-shadow: 2px 2px 10px #ccc;
 position: relative;
 padding: 6px 15px;
 margin: 0 4px;
 border-radius: 50px;
 font-size: 23px;
}
/* Image */
.service-img {
 position: relative;
}

/* Default Title Below Image */
.default-title {
 padding: 12px 0;
 font-family: "DM Sans", sans-serif;
 font-weight: 700;
 font-size: 16px;
 text-align: left;
 transition: 0.3s ease;
}

/* Hover Overlay (Hidden Default) */
.hover-overlay {
 position: absolute;
 inset: 0;
 background: rgba(0,0,0,0.68);
 color: #fff;
 display: flex;
 flex-direction: column;
 justify-content: center;
 border-radius: 10px;
 align-items: left;
 text-align: left;
 padding: 16px;
 opacity: 0;
 transition: 0.3s ease;
}

.hover-overlay h3 {
 font-weight: 700;
 margin-bottom: 6px;
 font-size: 16px;
 color: #fff;
 font-family: "DM Sans", sans-serif;
}

.hover-overlay p {
 font-size: 14px;
 line-height: 1.4;
}

/* Hover Effects */
.service-card:hover .hover-overlay {
 opacity: 1;
}

.service-card:hover .default-title {
 opacity: 0;
 transform: translateY(8px);
}
.services-tabs .nav-link {
 font-size: 15px;
 border-radius: 50px;
 padding: 13px 20px;
 margin: 0 3px;
 color: #1e1e1e;
 font-weight: 600;
 font-family: "DM Sans", sans-serif;
}
.services-tabs .nav-link.active {
 background: #e63946;
 color: #fff;
}

/* Card */
.service-card {
 overflow: hidden;
 transition: 0.3s ease;
 position: relative;
}
.service-img img 
{
 border-radius: 10px;
}


/* Hide content until hover */
.service-content {
 padding: 14px;
 opacity: 0;
 transform: translateY(12px);
 transition: 0.3s ease;
}

.service-card:hover .service-content {
 opacity: 1;
 transform: translateY(0);
}

.service-content h6 {
 font-weight: 700;
 font-family: "DM Sans", sans-serif;
}

.service-content p {
 font-size: 13px;
 color: #666;
}

/* Owl arrows */

/* Start Whychoose Code CSS */
.why-choose-us {
 background: #fff;
}

/* Label */
.section-tag {
 font-size: 12px;
 letter-spacing: 3px;
 color: #888;
}



/* Feature Cards */
.feature-box {
 background: #f7f7f7;
 border-radius: 14px;
 padding: 25px 20px 15px;
 height: 100%;
 border: 1px solid #ccc;
 transition: 0.3s ease;
}

.feature-box:hover {
 transform: translateY(-4px);
 box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Icon Circle */
.icon-circle {
 width: 44px;
 height: 44px;
 background: #ededed;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 18px;
 margin-bottom: 10px;
}

/* Text */
.feature-box h3 {
 font-weight: 700;
 font-family: "DM Sans", sans-serif;
 margin-bottom: 6px;
 font-size: 16px;
}
.icon-circle
{
 margin-bottom: 25px;
}
.feature-box p {
 font-size: 15px;
 line-height: 1.6;
}
/* End Whychoose Code CSS */

/* Start Testimonials CSS */
.testimonials-section {
 background: #fff;
}

/* Label */
.section-tag {
 font-size: 12px;
 letter-spacing: 3px;
 color: #999;
}



/* Text */
.testimonial-item p {
 font-size: 15px;
 color: #444;
 line-height: 1.8;
}

.testimonial-item span {
 color: #777;
 font-size: 14px;
}

/* Footer Counter */
.testimonial-footer {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-top: 10px;
}

.counter {
 display: flex;
 align-items: center;
 gap: 10px;
}

.counter .line {
 width: 40px;
 height: 1px;
 background: #ccc;
}

/* Custom Arrows */
.custom-nav button {
 border: none;
 background: none;
 font-size: 18px;
 margin-left: 12
}
.counter1 {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 12px;
 font-size: 15px;
 font-weight: 600;
}

/* Left & Right Numbers Fixed Width */
.counter1 span {
 min-width: 20px;
 text-align: center;
}

/* Center Line */
.counter1 .line {
 width: 45px;
 height: 2px;
 background: #bbb;
 display: inline-block;
}
#currentSlide {
 transition: all 0.3s ease;
}
.testimonials-heading {
 position: relative;
 padding: 8px 0 40px;
 text-align: left;
 overflow: hidden;
}
.testimonial-box {
 background: #FFF6F8;
 border-radius: 18px;
 position: relative;
 z-index: 9;
 padding: 50px;
}
/* Big Background Word */
.testimonials-heading .bg-text {
 position: absolute;
 font-size: 70px;
 font-weight: 900;
 letter-spacing: 6px;
 font-family: "DM Sans", sans-serif;
 color: rgba(0, 0, 0, 0.05);
 white-space: nowrap;
 z-index: 0;
}
.testimonial-item
{
 padding-top: 10px;
 padding-right: 60px;
}
/* Quote Circle Icon */
.testimonials-heading .quote-icon {
 position: relative;
 z-index: 2;
 width: 50px;
 height: 50px;
 background: #e11d2e;
 color: white;
 border-radius: 50%;
 display: flex;
 top: 35px;
 left: 5px;
 align-items: center;
 justify-content: center;
 font-size: 28px;
}
@media (max-width: 768px) {
 .testimonials-heading .bg-text {
  font-size: 32px;
 }
}
/* End Testimonials CSS */

/* Start Process Section CSS */
.process-section {
 background-image: url("../images/services/childrens-bookkeping/shape-bg.webp"); 
 background-size: cover;
 padding: 228px 0 200px;
 margin-top: -18%;
 position: relative;
 background-position: right;
}

.process-card {
 position: relative;
 background: #ffffff;
 padding: 30px 15px 10px;
 height: 100%;
 box-shadow: 0 10px 30px rgba(0,0,0,0.08);
 transition: all 0.45s ease;
 overflow: hidden;
 border-radius: 10px;
}

/* TOP RIGHT ARROW */
.process-card::after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 width: 63px;
 height: 63px;
 background-image: url("../images/services/childrens-bookkeping/arrow.webp"); /* your arrow image */
 background-repeat: no-repeat;
 background-position: top right;
 background-size: contain;

 transition: transform 0.45s ease, filter 0.45s ease;
}
.process-card:hover::after {
 transform: scale(1.1);
 filter: brightness(0) invert(1); /* turns arrow white on red bg */
}
.step-badge {
 display: inline-block;
 background: #e63946;
 color: #fff;
 font-size: 10px;
 font-weight: 600;
 padding: 3px 10px;
 border-radius: 6px;
 margin-bottom: 34px;
 transition: all 0.45s ease;
}

.process-card h3 {
 font-size: 14px;
 font-weight: 700;
 font-family: "DM Sans", sans-serif;
 margin-bottom: 10px;
 transition: color 0.45s ease;
}

.process-card p {
 font-size: 13px;
 line-height: 1.5;
 transition: color 0.45s ease;
}

/* 🔥 HOVER EFFECT */
.process-card:hover {
 background: #e63946;
 transform: scale(1.08);
 transition-delay: 0.15s;
}



.process-card:hover h3,
.process-card:hover p {
 color: #ffffff;
}

.process-card:hover .step-badge {
 background: #ffffff;
 color: #e63946;
}

/* RESPONSIVE */
@media (max-width: 768px) {
 .process-card {
  transform: none !important;
 }
}

/* End Process Section CSS */

/* Start Additional Services Section CSS */
.additional-services {
}
.services-wrapper {
 background: #1f1f1f;
 border-radius: 20px;
 padding: 60px 50px;
 margin-top: -16%;
 color: #ffffff;
 position: relative;
 z-index: 99;
}
/* LEFT CONTENT */
.small-title {
 font-size: 11px;
 letter-spacing: 2px;
 color: #f87171;
 font-weight: 600;
}
.services-wrapper h2 {
 font-size: 37px;
 font-weight: 700;
 margin: 15px 0;
 font-family: "DM Sans", sans-serif;
}
.services-wrapper .additional-media p {
 font-size: 15px;
 color: #fff;
 line-height: 1.5;
 font-weight: 600;
}
/* SERVICE BOX */
.additional-media {
 background: #2a2a2a;
 border-radius: 12px;
 padding: 16px 18px;
 font-size: 14px;
 font-weight: 500;
 position: relative;
 cursor: pointer;
 transition: all 0.4s ease;
}
/* HOVER EFFECT */
.additional-media:hover {
 background: #e63946;
 transform: translateY(-4px);
}
.additional-media:hover::after {
 transform: translateY(-50%) translateX(4px);
}
/* RESPONSIVE */
@media (max-width: 991px) {
 .services-wrapper {
  padding: 35px;
 }
 .services-wrapper h2 {
  font-size: 24px;
 }
}
@media (max-width: 576px) {
 .services-wrapper {
  padding: 25px;
 }
 .service-box {
  font-size: 13px;
 }
}
/* End additional Services Section CSS */

/*  Start CTA Box Code CSS */
.cta-box {
 background-image: url('../images/services/childrens-bookkeping/cta-banner-bg.webp');
 background-size: cover;
 border-radius: 14px;
 padding: 30px 35px;
 color: #fff;
 position: relative;
 overflow: hidden;
}


/* TEXT */
.cta-text span {
 font-size: 15px;
 opacity: 0.9;
 display: block;
 font-family: "DM Sans", sans-serif;
}

.cta-text strong {
 font-size: 18px;
 font-weight: 600;
 line-height: 1.4;
 display: block;
}

/* ICONS */
.cta-icons {
 gap: 12px;
}

.cta-icon {
 width: 55px;
 height: 55px;
 background: #FFE7EA;
 color: #dc2626;
 border-radius: 50%;
 display: flex;
 align-items: center;
 border: 5px solid #B90F20;
 justify-content: center;
 font-size: 18px;
 text-decoration: none;
 transition: all 0.3s ease;
}

.cta-icon:hover {
 transform: translateY(-3px);
 background: #B90F20;
 color: #fff;
 border: 5px solid #fff;
}

/* 🔥 MOBILE – ONE LINE TEXT + ICONS STAY INLINE */
@media (max-width: 768px) {
 .cta-text strong {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
 }
}

/*  Ens CTA Box Code CSS */




/*  Start Responsive CSS Mobile and TAb CSS */
@media (max-width: 575px) {
 .cta-box {
  padding: 18px;
  gap: 15px;
 }
 .bookkeeping-services
 {
  padding: 22px 0 0;
 }
 .testimonial-item {
  padding-top: 18px;
  padding-right: 0px;
 }
 .cta-icons {
  justify-content: flex-start !important;
 }
 .counter-card {
  position: relative;
  margin-top: 0px;
  display: inline-block;
  bottom: 10px;
 }
 .counter-card.gray {
  background: #f2f3f5;
  color: #333;
  right: -10px;
  width: 175px;
 }
 .counter-card {
  position: relative;
  margin-top: 0px;
  display: inline-block;
  bottom: -21px;
 }
 .counter-card.red {
  background: #e63946;
  color: #fff;
  right: 0px;
 }
 .main-title {
  font-size: 32px;
  font-weight: 900 !important;
  line-height: 1.25;
  font-family: "DM Sans", sans-serif;
 }
 .services-tab-section .container
 {
  margin-top: -28%;
  padding: 40px 24px 30px;
 }
 .testimonial-box {
  background: #FFF6F8;
  border-radius: 18px;
  position: relative;
  z-index: 9;
  padding: 25px 30px;
 }
 .process-section {
  background-image: url(../images/services/childrens-bookkeping/shape-bg.webp);
  background-size: cover;
  padding: 49px 0 80px;
  margin-top: -11%;
  position: relative;
  background-position: right;
 }
 .bookkeeping-services
 {
  padding: 30px 0 30px;
 }
 .cta-section .text-end
 {
  text-align: left !important;
 }

 .testimonials-section {
  background: #fff;
  padding-top: 10px !important;
 }
 .pad-top-70 {
  padding-top: 30px !important;
 }
}
@media (min-width: 576px) and (max-width: 991px) {
 .paddding-bottom-100 {
  padding-bottom: 32px;
 }
 .bookkeeping-services
 {
  padding: 30px 0 30px;
 }
 .services-tab-section .container {
  background-color: #fff;
  padding: 33px 30px 10px;
 }

 .testimonial-box {
  background: #FFF6F8;
  border-radius: 18px;
  position: relative;
  z-index: 9;
  padding: 30px 40px 50px;
 }
 .process-section
 {
  padding: 169px 0 125px;
 }
 .services-wrapper h2 br  
 {
  display: none;
 }
 .cta-box
 {
  padding: 23px 17px;
 }
 .testimonials-section .mb-4 {
  margin-bottom: 0.5rem !important;
 }
 .testimonials-section
 {
  padding-top: 10px !important;
 }
 .title br 
 {
  display: none;
 }
 .publishing-exact {
  background: #fff;
  padding-bottom: 10px !important;
 }
 .pad-top-70 {
  padding-top: 30px !important;
 }
}

@media screen and (min-width: 1592px) and (max-width: 1920px) {
 .services-tab-section .container {
  background-color: #fff;
  padding: 70px 50px 30px;
  border-radius: 15px;
  margin-top: -7%;
  box-shadow: 0 4px 47.4px 0 rgba(0, 0, 0, 0.16);
 }
 .services-wrapper {
  background: #1f1f1f;
  border-radius: 20px;
  padding: 60px 50px;
  margin-top: -10%;
  color: #ffffff;
  position: relative;
  z-index: 99;
 }
 .process-section
 {
  padding: 318px 0 200px;
 }
 .counter-card.gray {
  background: #f2f3f5;
  color: #333;
  right: 6px;
  width: 210px;
 }
 .counter-card.red {
  background: #e63946;
  color: #fff;
  right: 239px;
 }
 .counter-card {
  position: absolute;
  bottom: 29px;
  padding: 22px 28px;
  border-radius: 12px;
  text-align: center;
 }
}

/*  End Responsive CSS Mobile and TAb CSS */

/*  Start Scrollup Animation CSS */
.fadein {
 opacity: 0;
 transition: all 1.5s;
 transform: translate(0,100px)
}

.fadein.visible {
 opacity: 1;
 transform: translate(0,0)
}

@-webkit-keyframes zoom {
 from {
  -webkit-transform: scale(1,1)
 }

 to {
  -webkit-transform: scale(1.5,1.5)
 }
}

@keyframes zoom {
 from {
  transform: scale(1,1)
 }

 to {
  transform: scale(1.5,1.5)
 }
}
/*  End Scrollup Animation CSS */







/*  =============================================   */

/*   Start Fashion Industry Banner CSS   */
.fashion-indutry-banner
{
 background-image: url('../images/services/fashion-industry/hero-banner-bg.webp');
 background-size: cover;
 padding: 50px 0 80px;
}
.fashion-indutry-banner .banner-button {
 text-align: center;
 margin-top: -6%;
}
.vertical-text-wrap {
 position: absolute;
 left: 52px;
 top: 57%;
 transform: translateY(-50%);
}
.vertical-text {
 writing-mode: vertical-rl;
 transform: rotate(180deg);
 font-size: 80px;
 font-weight: 700;
 letter-spacing: 10px;
 color: rgba(255, 255, 255, 0.7);
 text-transform: uppercase;
 font-family: "DM Sans", sans-serif;
}
@media (max-width: 768px) {
 .vertical-text {
  letter-spacing: 3px;
  font-size: clamp(16px, 6vw, 28px);
 }
}

.vertical-text-wrap-services {
 position: absolute;
 left: 4px;
 bottom: -152px;
 transform: translateY(-50%);
}
.vertical-text-services {
 writing-mode: vertical-rl;
 transform: rotate(180deg);
 font-size: 35px;
 font-weight: 700;
 line-height: 40px;
 letter-spacing: 1px;
 color: #fff;
 text-transform: uppercase;
 font-family: "Outfit", sans-serif;
}
@media (max-width: 768px) {
 .vertical-text-services {
  letter-spacing: 3px;
  font-size: clamp(16px, 6vw, 28px);
 }
}

.vertical-text-wrap1 {
 position: absolute;
 right: 52px;
 top: 57%;
 transform: translateY(-50%);
}
.vertical-text1 {
 writing-mode: vertical-rl;
 transform: rotate(180deg);
 font-size: 76px;
 font-weight: 700;
 letter-spacing: 6px;
 color: rgba(255, 255, 255, 0.7);
 text-transform: uppercase;
 font-family: "DM Sans", sans-serif;
}
@media (max-width: 768px) {
 .vertical-text1 {
  letter-spacing: 3px;
  font-size: clamp(16px, 6vw, 28px);
 }
}
.fahion-banner-content {
 text-align: center;
 max-width: 800px;
 margin: auto;
 padding: 0;
 font-family: "DM Sans", sans-serif;
}
.fahion-banner-content span {
 display: block;
 font-size: clamp(12px, 1.2vw, 14px);
 font-weight: 600;
 letter-spacing: 8px;
 text-transform: uppercase;
 color: #000;
 margin-bottom: 12px;
 font-family: 'DM Sans', sans-serif;
}
.fahion-banner-content h1 {
 font-size: 55px;
 font-weight: 800;
 line-height: 1.05;
 letter-spacing: 4px;
 text-transform: uppercase;
 color: #000;
 margin-bottom: 10px;
 font-family: 'DM Sans', sans-serif;
}
.fahion-banner-content p {
 font-size: 16px;
 font-weight: 400;
 line-height: 1.4;
 color: #000;
 max-width: 608px;
 margin: auto;
 font-family: 'DM Sans', sans-serif;
}
.fashion-indutry-banner img 
{
 margin-top: -3%;
 width: 100%;
}

@media (max-width: 575px) {
 .fahion-banner-content span {
  letter-spacing: 2.5px;
 }
 .fashion-indutry-banner img {
  margin-top: 7%;
  margin-bottom: 15%;
  width: 100%;
 }
 .fashion-indutry-banner
 {
  padding: 30px 0 30px;
 }
 .fahion-banner-content h1 {
  letter-spacing: 0.5px;
  font-size: 30px;
 }
 .service-card1:hover p {
  opacity: 1;
  transform: translateY(-38%) !important;
 }
 .service-card1:hover h3 {
    transform: translateY(-37px) !important;
}
.sports-high-impact {
    padding: 30px 0 30px !important;
}
}

/* Start AI-Driven Code CSS */
.ai-driven
{
 padding: 50px 0;
}
.section-label-new {
 font-size: 15px;
 letter-spacing: 3px;
 color: #000;
 text-transform: uppercase;
 z-index: 9;
 position: relative;
 top: 0px;
}
/* EXPERIENCE BOX */
.experience-box {
 position: absolute;
 z-index: 2;
 background: #e78163;
 width: 138px;
 padding: 25px 18px 20px;
 border-radius: 5px;
 color: #fff;
 text-align: left;
 top: 44%;
 margin-left: 4%;
 font-family: 'Outfit', sans-serif;
}
.number {
 font-size: 43px;
 font-weight: 700;
 margin: 0;
 line-height: 1;
 color: #fff;
 font-family: 'Outfit', sans-serif;
}
.years {
 font-size: 33px;
 letter-spacing: 8px;
 font-weight: 600;
 margin: 1px 0 1px;
 font-family: 'Outfit', sans-serif;
 color: #fff;
}
.subtitle {
 font-size: 16px;
 letter-spacing: 4px;
 font-weight: 600;
 margin-bottom: 4px;
 font-family: 'Outfit', sans-serif;
}
.desc {
 font-size: 11px;
 letter-spacing: 3px;
 font-weight: 500;
 line-height: 1.6;
 font-family: 'Outfit', sans-serif;
}

/* RESPONSIVE */
@media (max-width: 768px) {

 .experience-box {
  width: 220px;
  padding: 40px 20px;
  margin-left: 20px;
 }

 .number {
  font-size: 56px;
 }

 .years {
  font-size: 36px;
  letter-spacing: 5px;
 }
}

@media (max-width: 576px) {

 .experience-box {
  width: 120px;
  margin: 0px auto 0;
  bottom: 31px;
  left: 10%;
  top: auto;
  padding: 19px 20px;
 }

 .number {
  font-size: 25px;
 }

 .years {
  font-size: 20px;
 }

 .subtitle,
 .desc {
  font-size: 8px;
 }
}
.title-new {
 font-size: 37px;
 font-weight: 500 !important;
 line-height: 1.25;
 font-family: "Outfit", sans-serif;
}
/*   End Fashion Industry Banner CSS   */

/* Start Fashion Industry Services Code CSS */
.fashion-services
{
 background-color: #CA1212;
 padding: 70px 0;
}
.custom-tabs {
 gap: 12px;
}

.custom-tabs .nav-link {
 background: #e53935;
 color: #fff;
 border-radius: 8px;
 padding: 14px 17px;
 font-size: 14px;
 font-weight: 600;
 letter-spacing: 1px;
 font-family: 'Outfit', sans-serif;
 border: none;
 transition: all 0.3s ease;
 white-space: nowrap;
}
.custom-tabs .nav-link.active {
 background: #000;         
 color: #fff;
}
.custom-tabs .nav-link:hover {
 background: #000;
 color: #fff;
}
.custom-tabs .nav-link:focus {
 box-shadow: none;
}
.service-card1 {
 position: relative;
 overflow: hidden;
 border-radius: 10px;
 aspect-ratio: 4 / 5;
}
.service-card1 img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.6s ease;
}
.content1 {
 position: absolute;
 inset: 0;
 z-index: 2;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 gap: clamp(0px, 1vw, 0px);
 padding: 10px 10px 20px;
 background: linear-gradient(
  to top,
  rgba(0,0,0,0.85),
  rgba(0,0,0,0.4),
  transparent
 );
 transition: background 0.5s ease;
}
.content1 h3 {
 color: #fff;
 font-size: clamp(13px, 1.1vw, 15px);
 font-weight: 600;
 text-transform: uppercase;
 line-height: 1.3;
 transform: translateY(0);
 transition: transform 0.45s ease;
 font-family: "Outfit", sans-serif;
}
.content1 p {
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 color: #f1f1f1;
 font-size: clamp(13px, 1vw, 14px);
 line-height: 1.4;
 transition: all 0.45s ease;
}
.arrow1 {
 width: 30px;
 height: 30px;
 background: #fff;
 color: #000;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 15px;
 margin-top: clamp(0px, 1vw, 0px);
 transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.service-card1:hover img {
 transform: scale(1.08);
}
.service-card1:hover h3 {
 transform: translateY(-8px);
}
.service-card1:hover p {
 max-height: 120px;
 opacity: 1;
}
.service-card1:hover .arrow1 {
 transform: translateY(-5px);
 box-shadow: 0 8px 18px rgba(0,0,0,0.35);
}
.service-card1:hover .content1 {
 background: linear-gradient(
  to top,
  rgba(0,0,0,0.95),
  rgba(0,0,0,0.75),
  rgba(0,0,0,0.55)
 );
}
/* End Fashion Industry Services Code CSS */

/* Start Fashion Photo Retouching Services Code CSS */
.photo-retouching
{
 background-color: #f2f0ef;
 padding: 70px 0;
 position: relative;
}
.photo-retouching img 
{
 width: 100%;
}
.photo-retouching .feature-box-retouching {
 background: #fff;
 padding: 24px 24px 24px 26px;
 position: relative;
 height: 100%;
 border-radius: 0 10px 10px 10px;
 margin: 0 25px;
}
.photo-retouching .icon-box {
 position: absolute;
 left: -31px;
 top: 0px;
 width: 32px;
 height: 32px;
 background: #1a1a1a;
 color: #fff;
 font-size: 18px;
 border-radius: 4px 0px 4px 4px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: 600;
}
.photo-retouching .content-box h3 {
 font-size: 16px;
 font-weight: 600;
 margin-bottom: 8px;
 color: #000;
 font-family: 'Outfit', sans-serif;
}
.photo-retouching .content-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 575px) {
 .photo-retouching .feature-box-retouching {
  padding: 20px 20px 20px 48px;
 }

 .photo-retouching .icon-box {
  left: -12px;
  top: 20px;
 }
}
/* End Fashion Photo Retouching Services Code CSS */

/*  Start Fashion Industry CLient Testimonials Code CSS */
.fashion-testimonials
{
 padding: 70px 0;
}
.testimonial-card {
 background-color: #282828;
 color: white;
 padding: 25px;
 border-radius: 20px;
 position: relative;
 font-family: sans-serif;
 line-height: 1.6;
}
.fashion-testimoniasl-heading
{
 position: absolute;
 z-index: 9;
 top: 5%;
}
.testimonial-card img 
{
 position: absolute;
 right: 0px;
 bottom: 0px;
 z-index: 9;
}
/* Creating the inverted curve */
.testimonial-card::after {
 content: "";
 position: absolute;
 bottom: 0;
 right: 0;
 width: 80px;
 height: 80px;
 background-color: #fff;
 /* Matches the background color of the parent container */
 box-shadow: 40px 40px 0 40px #fff; 
 border-bottom-right-radius: 50%;
 pointer-events: none;
}

.action-button {
 position: absolute;
 bottom: 2px;
 right: -4px;
 background-color: #222;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 2;
}
.arrow {
 font-size: 1.5rem;
 color: #fff;
}

.action-button1 {
 position: absolute;
 bottom: 2px;
 right: -4px;
 background-color: #EFEFEF;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 2;
}
.arrow-gray {
 font-size: 1.5rem;
 color: #000;
}

.stars {
 color: #fff;
 margin-bottom: 20px;
 letter-spacing: 3px;
}
.fashion-testimonials .content {
 font-size: 15px;
 line-height: 1.6;
 margin-bottom: 20px;
}
.back-gray
{
 background-color: #EFEFEF;
 margin-top: 20px;
}
.author { font-weight: bold; font-size: 0.9rem; }
/*  End Fashion Industry CLient Testimonials Code CSS */

/* Start Fashion Process FLow Code CSS */
.fashion-processflow
{
 padding: 0px 0 50px;
}
.process-section-fashion {
 background: #f7f7f7;
}
.fashion-processflow .process-card-fashion {
 background: #fff;
 padding: 24px;
 border-radius: 13px;
 border: 1px solid #D0D0D0;
 background: #FFF;
 box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
 height: 90%;
 margin-bottom: 30px;
 position: relative;
}
.fashion-processflow .process-card-fashion .step {
 font-size: 14px;
 font-weight: 600;
 color: #000;
}

.fashion-processflow .process-card-fashion .line {
 display: block;
 height: 1px;
 background: #cfcfcf;
 margin: 6px 0 14px;
}
.fashion-processflow .process-card-fashion h3 {
 font-size: 16px;
 font-weight: 600;
 margin-bottom: 10px;
 padding-top: 10px;
 font-family: 'Outfit', sans-serif;
}
.fashion-processflow .process-card-fashion p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
}
.fashion-processflow .arrow-circle-fashion {
 position: absolute;
 top: 40%;
 right: -35px;
 z-index: 9;
}
.fashion-processflow .arrow-circle-fashion img 
{
 width: 55px;
}
/* End Fashion Process Flow Code CSS */

/* Start Fashion Additional Services Code CSS */
.fashion-additional-services
{
 background-image: url('../images/services/fashion-industry/img-additional-services.webp');
 background-size: cover;
 padding: 50px 0 50px;
 background-position: left;
}
.fashion-additional-services .row>* 
{
 margin-top: 15px !important;
}
.fashion-addional-service-box {
 position: relative;
 background: #fff;
 border-radius: 16px;
 padding: 15px 15px 15px 38px;
 box-shadow: 0 8px 25px rgba(0,0,0,0.25);
 height: 100%;
 margin: 0 10px;
 transition: transform 0.3s ease;
}
.fashion-addional-service-box:hover {
 transform: translateY(-6px);
}
.fashion-addional-icon-circle {
 position: absolute;
 left: -22px;
 top: 50%;
 transform: translateY(-50%);
 width: 48px;
 height: 48px;
 background: #d71920;
 color: #fff;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 18px;
 font-weight: bold;
 border: 2px solid #fff;
}
.fashion-addional-service-content h3 {
 font-size: 16px;
 font-weight: 600;
 margin-bottom: 6px;
 font-family: 'Outfit', sans-serif;
}
.fashion-addional-service-content p {
 font-size: 15px;
 color: #000;
 line-height: 1.5;
 margin-bottom: 6px;
}
.fashion-addional-service-content a {
 color: #d71920;
 font-weight: 600;
 font-size: 14px;
 text-decoration: none;
}
.fashion-addional-service-content a span {
 font-size: 16px;
}
@media (max-width: 768px) {
 .fashion-addional-service-box {
  padding-left: 55px;
 }
 .fashion-addional-icon-circle {
  left: -18px;
  width: 40px;
  height: 40px;
  font-size: 14px;
 }
}
/* End Fashion Additional Services Code CSS */

/* Start Fashion Brand Services Code CSS */
.fashion-brand
{
 padding: 70px 0;
}
.cta-section {
 background: #e9e9e9;
}

.cta-box-fashion-brand {
 background: linear-gradient(135deg, #3b3b3b, #2c2c2c);
 border: 2px dashed #8a8a8a;
 border-radius: 10px;
 padding: 20px 20px 25px;
 color: #fff;
}

.cta-title {
 font-size: 21px;
 font-weight: 600;
 line-height: 1.4;
 margin: 0;
 font-family: 'Outfit', sans-serif;
 margin-bottom: 20px;
}
.cta-buttons {
 display: flex;
 gap: 15px;
 justify-content: flex-start;
 flex-wrap: wrap;
}
.cta-btn {
 background: #d71920;
 color: #fff;
 padding: 8px 14px;
 width: 100px;
 border-radius: 7px;
 text-align: center;
 font-weight: 600;
 text-decoration: none;
 transition: all 0.3s ease;
 display: inline-block;
}
.cta-btn:hover {
 background: #b8151b;
 color: #fff;
 transform: translateY(-3px);
 box-shadow: 0 8px 18px rgba(215, 25, 32, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
 .cta-title {
  font-size: 24px;
  text-align: center;
 }

 .cta-buttons {
  justify-content: center;
 }
}

@media (max-width: 576px) {
 .cta-box {
  padding: 35px 20px;
 }

 .cta-title {
  font-size: 20px;
 }

 .cta-btn {
  padding: 8px 14px;
  width: 90px;
  font-size: 14px;
 }
}

/* Start Fashion Brand Services Code CSS */

/* End Fashion Industyry Services Code CSS */

/*  =============================================   */



/*  ===========================================    */
/* Start Sports Brand Services Code CSS */
.sports-banner-content {
 text-align: center;
 max-width: 800px;
 margin: auto;
 padding: 0;
 font-family: "DM Sans", sans-serif;
}
.section-label-sports {
 font-size: 15px;
 letter-spacing: 1px;
 color: #000;
 text-transform: uppercase;
 z-index: 9;
 position: relative;
 top: 0px;
}

.sports-industry-banner
{
 padding: 60px 0;
 background-image: url('../images/services/sports/sports-banner-grey-bg.webp');
 background-size: cover;
 position: relative;
}
.left-up
{
    position: absolute;
    top: 30%;
    left:10%;
}
.right-down
{
    position: absolute;
    bottom:43%;
    right: 10%;
}
.sports-banner-content small {
 display: block;
 font-size: clamp(12px, 1.2vw, 14px);
 font-weight: 600;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: #000;
 margin-bottom: 12px;
 font-family: 'DM Sans', sans-serif;
}
.sports-banner-content h1 {
 font-size: 55px;
 font-weight: 800;
 line-height: 1.05;
 letter-spacing: 4px;
 text-transform: uppercase;
 margin-bottom: 10px;
 margin-top: 10px;
 font-family: 'DM Sans', sans-serif;
 background: linear-gradient(90deg, #FF8A31 0%, #F60F1A 81.61%);
 background-clip: text;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.sports-banner-content p {
 font-size: 16px;
 font-weight: 400;
 line-height: 1.4;
 color: #000;
 max-width: 620px;
 margin: auto;
 font-family: 'DM Sans', sans-serif;
}
.consult-btn {
 display: inline-flex;
 align-items: center;
 text-decoration: none;
 border-radius: 50px;
 overflow: hidden;
 transition: all 0.4s ease;
 font-family: Arial, sans-serif;
}
.consult-btn .btn-text {
 padding: 10px 28px;
 color: #fff;
 font-size: 18px;
 border-radius: 50px;
 background-color: #d32f2f;
 font-weight: 400;
 transition: 0.4s ease;
 font-family: 'Outfit', sans-serif;
}
.consult-btn .btn-icon {
 display: flex;
 align-items: center;
 width: 50px;
 padding-left: 18px;
 text-align: center;
 height: 50px;
 background: #d32f2f;
 color: #fff;
 font-size: 20px;
 border-radius: 50%;
 margin: 0px;
 transition: 0.4s ease;
}
.consult-btn:hover {
 background: #d32f2f;
 padding: 0 5px 0 0px;
}
.consult-btn:hover .btn-icon {
 background: #fff;
 color: #e53935;
 transform: translateX(5px);
}
.consult-btn:hover .btn-text {
 padding-right: 35px;
}
/* Responsive */
@media (max-width: 768px) {
 .consult-btn .btn-text {
  font-size: 16px;
  padding: 12px 22px;
 }

 .consult-btn .btn-icon {
  width: 48px;
  height: 48px;
  font-size: 18px;
 }
}
@media (max-width: 480px) {
 .consult-btn .btn-text {
  font-size: 14px;
  padding: 10px 18px;
 }

 .consult-btn .btn-icon {
  width: 42px;
  height: 42px;
  font-size: 16px;
 }
}
@media (max-width: 575px) {
 .sports-industry-banner
 {
  padding: 30px 0 30px;
 }
 .sports-banner-content h1 {
  letter-spacing: 0.5px;
  font-size: 30px;
 }
 
}

/*  Start For High-Impact Fan Engagement Code CSS */
.sports-high-impact
{
 padding: 30px 0 80px;
}
.dot {
 width: 150px;
 position: absolute;
 bottom: -75%;
 left: 6%;
}
.sports-high-impact .sports-three 
{
    width: 90%;
}
/*  Start For High-Impact Fan Engagement Code CSS */

/* Start Sports Counter Box Code CSS */
.stats-section {
 padding-top: 0px;
 position: relative;
 padding-bottom: 70px;
}
.dot-right
{
 position: absolute;
 right: 10px;
 margin-top: 30px;
 width: 80px;
}
.stat-box {
 background: #fff;
 border-radius: 10px;
 padding: 40px 30px;
 position: relative;
 height: 100%;
 border: 1px solid #e5e5e5;
 overflow: hidden;
}
.stat-box h2 {
 margin-top: 30px;
 margin-bottom: 5px;
 color: #25282A;
 font-family: 'Outfit', sans-serif;
 font-size: 65px;
 font-style: normal;
 font-weight: 700;
 line-height: 68px;
 text-transform: capitalize;
}
.stat-box p, .small-step {
    color: #2a2a2a;
    font-weight: 500;
}
/* ICON */
.icon {
    position: absolute;
    right: 31px;
    bottom: 52%;
    width: 70px;
}
.icon img {
 position: absolute;
 width: 100%;
 transition: 0.4s ease;
}
.icon-white {
 opacity: 0;
}
/* ACTIVE STYLE */
.stat-box.active {
 border-radius: 10px;
 background: linear-gradient(270deg, #D72638 -30.51%, #E8543D 102.34%);
 color: #fff;
 border: none;
}
.stat-box.active h2 
{
 color: #fff;
}
.stat-box.active p,
.stat-box.active .small-step {
 color: #fff;
}
.stat-box.active .icon-black {
 opacity: 0;
}
.stat-box.active .icon-white {
 opacity: 1;
}
/* End Sports Counter Box Code CSS */

/* Start End-to-End Creative Solutions Code CSS */
.end-to-end-creative
{
    padding: 0 0 50px;
}
.end-to-end-creative .row
{
  background-image: url('../images/services/sports/img-end-to-end.webp');
  background-size: cover;
  padding: 170px 50px 30px;
  margin: 10px 0 50px;
  border-radius: 20px;
}
/* End End-to-End Creative Solutions Code CSS */

/*  Start Sports Why Choose Us Code CSS */
.sports-whychoose
{
 padding: 30px 0 0px;
}
.back-gray-new
{
 background-color: #F9F9F9;
}
.section-label-sports i 
{
 color: #FF9A20;
}
.sports-whychoose-box 
{
 margin-bottom: 50px;
}
.sports-whychoose-box img 
{
    width: 70px;
    margin-bottom: 5px;
}
.sports-whychoose-box h3 
{
 color: #25282A;
 font-family: 'Outfit', sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 text-transform: uppercase;
}
.step-card {
 padding: 40px 30px;
 height: 100%;
 transition: 0.3s ease;
 border-radius: 12px 12px 20px 20px;
 border: 1px solid #D6D6D6;
 position: relative;
}
.step-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.step-label {
 font-size: 12px;
 letter-spacing: 4px;
 display: block;
 margin-bottom: 2px;
 color: #25282A;
 font-weight: 600;
 padding-left: 26px;
}
.step-number {
 font-size: 64px;
 font-weight: 700;
 color: #000;
 line-height: 1;
 font-family: 'Outfit', sans-serif;
 margin-bottom: 15px;
}
.step-card h3 {
 font-weight: 500;
 margin-bottom: 15px;
 color: #25282A;
 position: absolute;
 font-size: 17px;
 top: 27%;
 width: 200px;
 left: 33%;
 font-family: 'Outfit', sans-serif;
}
.step-card p {
 font-size: 15px;
 line-height: 1.6;
 color: #25282A;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
 .step-card {
  padding: 30px 20px;
 }
 .step-number {
  font-size: 48px;
 }
}
/*  End Sports Why Choose Us Code CSS */

/* Start Sports Tab Services Code CSS */
.sports-service-card {
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    height: 100%;
    border-radius: 36px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 20px;
}

/* Image */
.sports-service-img img {
      width: 100%;
    display: block;
    transition: 0.4s ease;
    border-radius: 10px;
    padding-bottom: 30px;
}

.sports-tab-design .nav-link {
  position: relative;
  background: transparent !important;
  color: #333;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
  padding: 10px 30px;
  transition: 0.3s;
}

/* ACTIVE TAB STYLE */
.sports-tab-design .nav-link.active {
  background: transparent !important;
  color: #e30613 !important;
}

.sports-tab-design .nav-link.active::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 8px;
    height: 28px;
    border-left: 2px solid #e30613;
    border-top: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    transform: translateY(-50%);
}

/* RIGHT BRACKET */
.sports-tab-design .nav-link.active::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 28px;
  border-right: 2px solid #e30613;
  border-top: 2px solid #e30613;
  border-bottom: 2px solid #e30613;
  transform: translateY(-50%);
}

/* Default Bottom Heading */
.default-content {
    padding: 35px 0px;
    text-align: center;
    background: #fff;
}

.default-content h6 {
    color: #25282A;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
}

/* ===================== */
/* Overlay Content */
/* ===================== */

.sports-service-card .overlay-content {
  position: absolute;
  inset: 0;
  background: #e11d2e;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: left;
  opacity: 0;
  transition: 0.4s ease;
}

.sports-service-card .overlay-content h6 {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
}

.sports-service-card .overlay-content p {
    font-size: 15px;
    line-height: 1.5;
}
/* Hover Effect */
.sports-service-card:hover .overlay-content {
  opacity: 1;
}

.sports-service-card:hover .default-content {
  opacity: 0;
}

.sports-service-card:hover .sports-service-img img {
  transform: scale(1.05);
}


.custom-pagination .page-link {
  width: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #000;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.custom-pagination .page-link:hover {
  background: #e21e2d;
  color: #fff;
  border-color: #e21e2d;
}

.custom-pagination .page-item.active .page-link {
  background: #e21e2d !important;
  color: #fff;
  border-color: #e21e2d;
  box-shadow: 0 4px 10px rgba(226,30,45,0.3);
}

/* End Sports Tab Services Code CSS */

/* Start Sports Industry Testimonials CSS */
.sports-testimonials-section {
 background: #fff;
}
.sports-section-tag {
 font-size: 12px;
 letter-spacing: 3px;
 color: #999;
}
.sports-testimonial-item p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    padding-bottom: 50px;
}
.sports-testimonial-item h3 
{
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.sports-testimonial-item img {
    width: 50px !important;
    background-color: #fff;
    border-radius: 50px !important;
}
.sports-testimonial-item span {
 color: #fff;
 font-size: 14px;
 font-family: 'Outfit', sans-serif;
}
.sports-testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20%;
    left: 63%;
}
.sports-counter {
 display: flex;
 align-items: center;
 gap: 10px;
}
.sports-counter .sports-line {
 width: 40px;
 height: 1px;
 background: #fff;
}
.sports-custom-nav button {
 border: none;
 background: none;
 font-size: 18px;
 margin-left: 12
}
.sports-counter1 {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 12px;
 font-size: 15px;
 font-weight: 600;
}
.sports-counter1 span {
 min-width: 20px;
 text-align: center;
}
.sports-counter1 .sports-line {
 width: 45px;
 height: 2px;
 background: #fff;
 display: inline-block;
}
#sports-currentSlide {
 transition: all 0.3s ease;
}
.sports-testimonial-box .owl-nav {
    position: absolute;
    left: -30%;
    top: 6%;
}
.sports-testimonial-box .owl-prev
{
        width: 40px;
    height: 40px;
    background-color: #fff !important;
    margin: 0 2px;
    border-radius: 50px;
}
.sports-testimonial-box .owl-prev span 
{
    font-size: 25px;
}
.sports-testimonial-box .owl-next span 
{
    font-size: 25px;
}
.sports-testimonial-box .owl-next
{
        width: 40px;
    height: 40px;
    background-color: #fff !important;
    margin: 0 2px;
    border-radius: 50px;
}
.sports-testimonials-heading {
 position: relative;
 padding: 8px 0 40px;
 text-align: left;
 overflow: hidden;
}
.sports-testimonial-box {
 background-image: url('../images/services/sports/testimonial-bg.webp');
 background-size: cover;
 border-radius: 18px;
 position: relative;
 z-index: 9;
 padding: 50px;
}
.sports-testimonials-heading .sports-bg-text {
 position: absolute;
 font-size: 70px;
 font-weight: 900;
 letter-spacing: 6px;
 font-family: "DM Sans", sans-serif;
 color: rgba(0, 0, 0, 0.05);
 white-space: nowrap;
 z-index: 0;
}
.sports-testimonial-item
{
 padding-top: 10px;
 padding-right: 60px;
}
 
@media (max-width: 768px) {
 .sports-testimonials-heading .sports-bg-text {
  font-size: 32px;
 }
}
/* End Sports Industry Testimonials CSS */


/* Start Sports Get Started Code CSS */
.sports-get-started
{
 padding: 70px 0 60px;
}
.sports-get-started .row 
{
    background-image: url('../images/services/sports/abstract-line.webp');
    background-size: contain;
    background-position: center;
}
.sports-get-started img 
{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
/* End Sports Get Started Code CSS */

/* Start Sports Photo Editing Solutions CSS */
.sports-editing-solutions-box
{
 border-radius: 20px;
 background: #F8F8F8;
 padding: 20px;
 margin-bottom: 50px;
}
.sp-icons 
{
    position: relative;
    margin-top: -50px;
}
.sports-editing-solutions-box h3 
{
 font-family: 'Outfit', sans-serif;
 color: #25282A;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 padding-bottom: 20px;
 padding-top: 10px;
 line-height: 23px; /* 115% */
 text-transform: capitalize;
}
/* End Sports Photo Editing Solutions CSS */


/* Sports Page Tab Responisve CSS */
@media (min-width: 768px) and (max-width: 991.98px) {
.icon {
    position: absolute;
    right: -10px;
    bottom: 48%;
    width: 70px;
}
.sports-high-impact {
    padding: 30px 0 50px;
}
.end-to-end-creative .row
{
    padding: 120px 30px 30px;
}
.end-to-end-creative {
    padding: 0 0 20px;
}
.sports-testimonial-box
{
    padding: 20px 30px 30px; 
}
.sports-get-started .row
{
    background-size: cover;
}
.stat-box {
    padding: 30px 18px;
}
.stat-box h2
{
    font-size: 40px;
        margin-top: 1px;
}
.stat-box .icon-white {
    width: 50px;
}
.stat-box .icon-black {
    width: 50px;
}
.fashion-testimoniasl-heading {
    position: relative;
    z-index: 9;
    top: 5%;
}
}
/* End Page Tab Responisve CSS */

/* Start Sports Page Mobile Responisve CSS */
@media (max-width: 767.98px) {
.sports-editing-solutions-box{
    margin-bottom: 50px !important;
  }
.sports-testimonial-box
{
    padding: 20px 30px;
}
.sports-testimonial-box .owl-nav {
    position: absolute;
    left: -2%;
    top: -17%;
}
.sports-testimonial-item p
{
    padding-bottom: 20px;
}
.sports-get-started .row
{
    background-size: cover;
}
.sports-testimonial-item {
    padding-top: 10px;
    padding-right: 0px;
}
.end-to-end-creative .row
{
    padding: 40px 24px 30px;
}
.sports-banner-content small
{
    letter-spacing: 2px;
}
}
/* End Sports Page Mobile Responisve CSS */

/* End Sports Brand Services Code CSS */
/*  ===========================================    */
