:root {
  --sc-orage: #F16A21;

  --sc-light-orange: #fcdeac;
  --sc-white-orange: #FFFBEA;
  --sc-freeup-orange: #FFF8ED;
  --sc-gray: #E0E0E0;
  --sc-light-gray: #FAFAFA;
  --sc-black: #333;
  --sc-white: #fff;
  --sc-blue: #5c6bc0;
  --sc-light-blue: #ccdaf1;
  --sc-yellow: #FAE048;
  --sc-light-yellow: #fdf9c4;
}

html {
  scroll-behavior: smooth;
}

body {
  background: rgb(255 252 249 / 100%) !important;
}

.tab-button img {
  border-radius: 0;
}



.sc-section {
  font-family: 'Alexandria', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 40px 0;
}

.sc-section p {
  font-family: 'Alexandria', sans-serif;
  color: var(--sc-black);
  font-size: 16px;
}

.sc-section .sc-text-light {
  color: #666666;
}

.sc-mb-40 {
  margin-bottom: 24px;
}

.sc-section h3 {
  font-size: 24px;
}

.sc-section .single-slider h3 {
  margin-bottom: 1rem;
}

.sc-section .single-slider p {
  color: var(--sc-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 0.5rem;
}

h2.sc-section-heading {
  font-size: 32px;
  font-weight: 700;
  color: var(--sc-black);
  text-align: center;
  margin-bottom: 3rem;
}

.ast-container {
  padding: 0;
}

.sc-flex {
  display: flex;
}

.sc-flex-wrap {
  flex-wrap: wrap;
}

.sc-items-center {
  align-items: center;
}

.sc-small-text {
  font-size: 12px !important;
}



.sc-py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sc-p-2 {
  padding: 2rem;
}

.sc-p2-b-small {
  padding: 24px;
}

.sc-p-3 {
  padding: 3rem;
}

.sc-p-5 {
  padding: 68px 78px;
}

.sc-pb-0 {
  padding-bottom: 0;
}

.sc-large-gap {
  gap: 10%;
}

.sc-vertical-adjust {
  display: flex;
  flex-direction: column;
}

.sc-mt-auto {
  margin-top: auto;
}

.sc-m-0 {
  margin: 0;
}

.sc-space-top {
  margin-top: 9rem;
}

.sc-mb-1 {
  margin-bottom: 12px;
}

.sc-mr-2 {
  margin-right: 1rem;
}

.sc-mb-2 {
  margin-bottom: 24px;
}

.sc-mb-3 {
  margin-bottom: 2rem;
}

.sc-mb-4 {
  margin-bottom: 2.5rem;
}

.sc-mb-5 {
  margin-bottom: 3rem;
}

.sc-my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.sc-mb-0 {
  margin-bottom: 0 !important;
}

.sc-overflow-hidden {
  overflow: hidden;
}

.sc-bottom-right-cut {
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.sc-links {
  display: flex;
  gap: 24px;
}

.sc-link,
.sc-link:visited {
  padding: 0.70rem 1rem;
  border-radius: 4px;
  border: 1px solid var(--sc-black);
  color: var(--sc-black);
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10px;
  gap: 10px;
  transition: background-color 0.5s ease, border 0.5s ease, color 0.5s ease;
}

.sc-blog-link,
.sc-blog-link:visited,
.sc-blog-link:hover {
  color: var(--sc-black);
}

.sc-section .swiper-pagination-bullet-active {
  background-color: var(--sc-white);
}


.sc-link:hover {
  color: var(--sc-white);
  background-color: var(--sc-orage);
  border: 1px solid var(--sc-orage);
}

.sc-link:hover img {
  filter: brightness(100);
}

.sc-link.sc-orange {
  background-color: var(--sc-orage);
  color: var(--sc-white);
  border: 1px solid var(--sc-orage);
}

.sc-link.sc-orange:hover {
  background-color: var(--sc-white);
  color: var(--sc-black);
  border: 1px solid var(--sc-black);
}

.sc-link.sc-orange:hover img {
  filter: brightness(0);
}

.champ-ai-link,
.champ-ai-link:visited {
  color: white;
}

.ai-button-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 180px;
  height: 47px;
}

#ai-button {
  font-size: 0;
}

.ai-button-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.sc-gap-5 {
  gap: 53px;
}

.sc-gap-2 {
  gap: 2rem;
}

.sc-gap-1 {
  gap: 24px;
}

.sc-text-orange {
  color: var(--sc-orage);
}

.sc-text-white {
  color: var(--sc-white) !important;
}

.sc-text-yellow {
  color: var(--sc-yellow);
}

.sc-text-black {
  color: var(--sc-black) !important;
}

.sc-bg-blue {
  background-color: var(--sc-blue);
}

.sc-bg-orange {
  background-color: var(--sc-orage);
}

.sc-bg-white {
  background-color: var(--sc-white);
}

.sc-bg-white-orange {
  background-color: var(--sc-white-orange);
}

.sc-bg-light-yellow {
  background-color: var(--sc-light-yellow);
}

.sc-bg-light-orange {
  background-color: var(--sc-light-orange);
}

.sc-bg-freeup-orange {
  background-color: var(--sc-freeup-orange);
}

.sc-bg-gray {
  background-color: var(--sc-gray);
}

.sc-bg-light-gray {
  background-color: var(--sc-light-gray);
}

.sc-bg-gray-gredient {
  background: linear-gradient(180deg, #F0EEF9 0%, #FEFCE8 100%);
}

.sc-quotes-bg {
  background-color: #FDFBEA;
  position: relative;
}

.sc-border-none {
  border: none;
}

.sc-border-radius {
  border-radius: 24px;
}

.sc-top-border-radius {
  border-radius: 24px 24px 0 0;
}

.sc-text-center {
  text-align: center;
}

.sc-accordion {
  border-bottom: 1.5px solid var(--sc-gray);
}

.sc-top-border {
  border-top: 1.5px solid var(--sc-gray);
}

.sc-accordion-label {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.5rem 1rem 0;
  cursor: pointer;
  font-size: 20px;
}


.star-ratings {
  position: relative;
  display: inline-block;
}

.fill-ratings {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.stars {
    display: flex;
}
.star {
  
  background-color: #FDF9C4;
  line-height: normal;
}

.quote-icon {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  z-index: 1;
}


.sc-accordion-label h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--sc-black);
}

.sc-faqs .sc-accordion-label h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.8);


}

.sc-accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;

}

.sc-accordion-content h3 {
  font-size: 20px;
}

.sc-active-accordion .sc-accordion-content {
  max-height: 500px;
  padding: 1rem 0rem;
}


.sc-active-accordion .chevron-down {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(66%) sepia(13%) saturate(2633%) hue-rotate(348deg) brightness(95%) contrast(103%);
}

.sc-active-accordion .sc-accordion-label {
  color: var(--sc-orage);
}

.sc-accordion-icon {
  background-color: var(--sc-gray);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sc-active-accordion .sc-accordion-icon {
  background-color: rgb(247 99 12 / 22%);
  filter: brightness(0) saturate(100%) invert(66%) sepia(13%) saturate(2633%) hue-rotate(348deg) brightness(95%) contrast(103%);
}

.sc-active-accordion .sc-label-title h3 {
  color: var(--sc-orage);
}

.sc-fs-1 {
  font-size: 16px !important;
}

.sc-large-heading {
  font-size: 36px;
  color: var(--sc-black);
}

.sc-font-bold {
  font-weight: 700;
}

.sc-font-normal {
  font-weight: 400;
}

.sc-font-light {
  font-weight: 300;
}

.sc-end-height {
  align-items: end;
  height: 100%;
}

.sc-fs-0 {
  font-size: 0;
}

.sc-free-up-links-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 68px;
  align-self: center;
}

.sc-free-up-links {
  margin-bottom: 20px;
}

.sc-social-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.sc-social-logos-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.sc-social-logos-flex .sc-social-logo {
  flex: 0 0 calc(16.666666667% - 10px);
}


.sc-social-logo:hover img {
  border: 1.5px solid var(--sc-orage);
  border-radius: 50%;
}

.favorite-tools .sc-social-logo:hover img {
  border: none;
  border: inherit;
}

.sc-client-feedback {
  display: flex;
  width: 90%;
  margin: auto;
  align-items: center;
  padding: 3rem 2rem;
  gap: 5rem;
  color: var(--sc-white);
}


.sc-case-study {
  display: grid;
  grid-template-columns: 3fr 7fr;
  width: 90%;
  height: 100%;
  margin: auto;
  align-items: center;
  gap: 4rem;
  color: var(--sc-white);
}

.vertical-slider {
  width: 100%;
  margin: 0 auto;
  height: 260px;
}

.sc-bg-vertical-slider {
  background-color: #E3DFF5;
  border: 1px solid #CBD3EA;
}

.sc-bg-light-blue {
  background-color: var(--sc-light-blue);
}

.sc-case-study-image-wrap {
  width: 100%;
  font-size: 0;
}

.sc-case-study-image {
  border-radius: 100% !important;
}

.sc-quotes {
  position: absolute;
  top: 28px;
  left: -18px;
  width: 55px;
}

.sc-star {
  position: absolute;
  bottom: -10px;
  right: -12px;
  transform: translateY(-50%);
  width: 80px;
}

.sc-section .sc-case-study h3 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #7e57c2;
  font-weight: 700;
}

.sc-section .sc-case-study h2 {
  font-size: 1.7rem;
  color: #5c6bc0;
  font-weight: 700;
}

.sc-section .sc-case-study h4 {
  font-size: 1rem;
  color: #5c6bc0;
  font-weight: 700;
}

.sc-case-study-info p {
  color: var(--sc-black);
}

.sc-guid-description {
  padding: 1rem;
}

.sc-section-space {
  margin: 24px 0;
}

.sc-guid-item {
  border: 1px solid var(--sc-gray);
  border-radius: 24px;
}

.sc-guid-item img {
  border-bottom: 1px solid var(--sc-gray);
}

.sc-icon-md {
  width: 100px;
  max-width: 90%;
}

.sc-relative {
  position: relative;
}

.sc-inline-block {
  display: inline-block;
}

.sc-z-99 {
  position: relative;
  z-index: 9;
}

.sc-award {
  position: absolute;
  bottom: -8px;
  right: -1px;
  z-index: 1;
  font-size: 0;
}

.sc-w-full {
  width: 100%;
}

.sc-testimonnials .fill-ratings {
  color: #5c6bc0;
}

.sc-testimonnials .fill-ratings,
.sc-testimonnials .empty-ratings {
  font-size: 1.5rem;
}

.star-ratings {
  color: #ccc;
  font-size: 2rem;
  position: relative;
  margin: 0;
  padding: 0;
}

.fill-ratings {
  color: var(--sc-orage);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fill-ratings span {
  display: flex;
}

.empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

.sc-section h1,
.sc-section h2,
.sc-section h3,
.sc-section h4,
.sc-section h5,
.sc-section h6,
.sc-section strong {
  font-weight: 700;
  color: var(--sc-black);
}

.sc-guid-description h3 {
  font-size: 1.4rem;
}

.sc-partners {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background: #fff;
  padding: 1rem;
  border-radius: 24px;
}

.sc-partner {
  border-right: 1.5px solid #e0e0e0;
  padding-right: 1rem;
}

.sc-partner:last-child {
  border-right: none;
  padding-right: 0;
}


main {
  padding: 2rem 0;
}

.logo-slider {
  width: 100%;
  position: relative;


}

.logo-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  height: auto !important;
}

.logo-slider .swiper-slide {
  text-align: center;
   background-color: rgb(255, 252, 249);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.free-up .sc-link {
  min-width: 180px;
}

.sc-logo-box {
  display: flex;
  justify-content: center;
}

.sc-video {
  display: none;
}

.sc-active-video {
  display: block;
}

.sc-w-20 {
  width: 20px;
}

.sc-w-30 {
  width: 30px;
}

.sc-w-40 {
  width: 40px;
}

.sc-testimonials-row {
  display: grid;
}




.sc-guid-item {
  top: 0px;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #f2f8f9; */

}

.sc-guid-item:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  /* border: 1px solid #cccccc; */
}


.sc-icon-static-size {
  height: 45px;
}




.sc-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}

.sc-tooltip img {
  display: block;
}

.sc-tooltip .sc-tooltiptext {
  visibility: hidden;
  width: 130px;
  background: rgba(110, 110, 110, 1);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 7px 10px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;

}


.sc-tooltip .sc-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(110, 110, 110, 1) transparent transparent transparent;
}

.sc-tooltip:hover .sc-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.sc-tooltip:hover {

  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}

.sc-support {
  display: flex;
  flex-direction: column;
}

.sc-support .sc-mt-auto {
  margin-top: auto;
}

.sc-section a:hover {
  text-decoration: none !important;
}

.ast-scroll-top-icon:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  left: 1px;
  position: relative;
  top: 9px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 10px;
}

/* Faqs */
.sc-accordion .content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.sc-active-accordion .content {
  max-height: 500px;
  overflow: auto;
}


.sc-upper-content {
  position: relative;
  z-index: 9;
  margin-top: 60px;
}

.sc-upper-content-heading {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.sc-upper-content-description {
  width: 680px;
  max-width: 100%;
  margin: 0 auto 40px;
}



.sc-link,
.sc-link:visited {
  font-size: 18px;
  padding: 16.5px 21.5px;
  border-radius: 8px;
}

.section-bg {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.section-bg::before,
.section-bg::after {
  content: '';
  background: url(https://www.socialchamp.com/wp-content/uploads/2025/05/sc-bg-element.png) no-repeat;
  position: absolute;
  width: 400px;
  height: 100%;

  transform: translateY(-50%);
  z-index: 1;
}

.section-bg::before {
  left: -20px;
  top: 70%;
}

.section-bg::after {
  top: 20%;
  right: -20px;
  transform: translateY(-50%) rotate(180deg);
}

.sc-mx-auto {
  margin: 0 auto;
}

.sc-review-platform {
  gap: 12px;
}

.sc-video-thumbnail {
  width: 100%;
  border-radius: 24px;
}

#tourVideo {
  visibility: hidden;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.free-up .sc-link {
  min-width: 194px;
}

.sc-rating-status-wrap {
  position: relative;
  text-align: center;
  width: 750px;
  max-width: 100%;
  margin: 40px auto 0;
}

.sc-rating-status {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border-radius: 50px;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sc-mt-zero {
  margin-top: 0;
}

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

.image-container {
  position: relative;
  width: 100%;
  margin-top: 110px;
}

.image-container img {
  border-radius: 24px;
}

.play-btn {
  display: flex;
  padding: 16.5px 16.3px;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: none;
  border-radius: 24px;
  box-shadow: 0px 0px 50px #ff6900;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #232e4d;
  cursor: pointer;
  outline: none;
  z-index: 2;

  transition: transform 0.2s;
  justify-content: flex-start;
  min-width: 205px;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.04);
  background-color: #fff;
}



@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 #ff7a2922, 0 4px 32px 0 #ff7a2940;
  }

  70% {
    box-shadow: 0 0 0 18px #ff7a2922, 0 4px 32px 0 #ff7a2940;
  }

  100% {
    box-shadow: 0 0 0 0 #ff7a2922, 0 4px 32px 0 #ff7a2940;
  }
}

.play-img {
  width: 32px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.play-btn-text {

  color: #333;
  font-family: Alexandria;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
}

.sc-star-text {
  border-right: 2px solid #E0E0E0;
  padding-right: 20px;
  margin: 0 20px;
}


.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 1.7rem;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  padding: 5px;
}

.close-btn:hover {
  background: #000;
}

.sc-rating-status-wrap .fill-ratings,
.sc-rating-status-wrap .empty-ratings {
  font-size: 28px;
}

.loading-spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #fff3;
  border-top: 5px solid #ff7a29;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 60px auto;
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.logo-slider {
  max-width: 1960px;
}





.publish .tab__section-name {
  background-color: #9AAEDF;
  color: #fff;
}

.analytics .tab__section-name {
  background-color: #F3D4BB;
  color: #464646;
}

.engage .tab__section-name {
  background-color: #F9E367;
  color: #464646;
}

.calendar .tab__section-name {
  background-color: #D6CEED;
  color: #464646;
}

.social-listening .tab__section-name {
  background-color: #F3D4BB;
  color: #464646;
}




.tab__column img {
  max-width: 100%;
}

.tab__section-name {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 300 !important;
  margin-bottom: 2rem;
}

.tab__title {
  font-size: 2.125rem !important;
  margin-bottom: 2rem;
  font-weight: 500 !important;
}

.tab__description {
  font-size: 1.125rem !important;
  font-weight: 300;
}

.tab-bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4rem;
  border-radius: 26px;
}


.scrollspy {
    position: sticky;
    top: 73px;
    z-index: 9999;
    padding: 10px 0 30px;
    margin: 0 -1px;
    background-color: rgb(255 252 249 / 100%) !important;
}

.sc-tab-button.active,
.sc-tab-button:hover {
  background-color: #E0E3EF;
  color: var(--sc-black);
}

.publish-link.active,
.publish-link:hover {
  background-color: #E0E3EF;
}

.analytics-link.active,
.analytics-link:hover {
  background-color: #FFF0E6;
}

.engage-link.active,
.engage-link:hover {
  background-color: #FFF6CD;
}

.calendar-link.active,
.calendar-link:hover {
  background-color: #E9E3F1;
}

.social-listening-link.active,
.social-listening-link:hover {
  background-color: #FFF0E6;
}

.tab-content {
  margin-bottom: 2rem;
}

.tab-content.publish .tab-bg {
  border: 1px solid #CBD3EA;
}
.tab-content.analytics .tab-bg {
  border: 1px solid #F3D4BB;
}
.tab-content.engage .tab-bg {
  border: 1px solid #FFEA84;
}
.tab-content.calendar .tab-bg {
  border: 1px solid #D6CEED;
}
.tab-content.social-listening .tab-bg {
  border: 1px solid #F3D4BB;
}

.sc-tab-nav ul {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 0;
}

.sc-tab-nav li {
  flex: 1;
  list-style: none;
}


.sc-tab-nav a {
    background-color: #EDEDED;
    padding: 10px 15px;
    line-height: 100%;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #464646;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.sc-text-xl {
  font-size: 24px !important;
}

.sc-text-5xl {
  font-size: 60px !important;
}

.sc-font-semibold {
  font-weight: 500 !important;
}
.sc-personilized-box {
    background: #fff;
    margin-top: 4rem;
    border-radius: 24px;
    box-shadow: 0px 0px 14px 0px #FF690033;
}
.social-platforms {
  padding: 3rem 4rem;
  border-radius: 24px;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  gap: 10px;
}

.social-platforms-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.sc-my-4 {
  margin: 2rem 0;
}

.sc-justify-center {
  justify-content: center;
}

.sc-mt-half {
  margin-top: 50px !important;
}
.video-layer {
  background-color: rgb(70 70 70 / 44%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.video-length {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
    display: flex
;
    gap: 5px;
    align-items: center;
    font-size: 14px;
}
.sc-gap-16 {
  gap: 16px !important;
}
.sc-logo-box {
   background-color: rgb(255, 252, 249);
}
.sc-logo-box img {
  mix-blend-mode: multiply;
}
.circle-play-button {
  min-width: inherit;

  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.circle-large-button {
  width: 100px;
  height: 100px;
}

.circle-small-button {
  width: 60px;
  height: 60px
}

.video-gallery {
  display: grid;
  gap: 24px;
}

.video-thumb {
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 10px;
}

.video-thumb h3 {
  color: var(--sc-orage);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  padding: 0 0.5rem;
}

.video-thumb p {
  padding: 0 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.video-thumb img {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.3s;
}



.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal iframe {
  background-color: #000;
  width: 1000px;
  max-width: 100%;
  height: 70vh;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}



.industry-award {
    background: url(https://www.socialchamp.com/wp-content/uploads/2024/07/sc-cup-award.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100% auto;
    position: absolute;
}
.award-top-left {
  width: 113px;
  height: 118px;
  top: 79px;
    left: 7px;
    transform: rotateZ(321deg);
}
.award-bottom-left {
  width: 48px;
  height: 50px;
  top: 77px;
    right: 1px;
    transform: rotate(321deg);
}
.award-top-right {
  width: 59px;
  height: 61px;
  bottom: 20px;
    left: 19px;
    transform: rotate(45deg);
}

.award-bottom-right {
    width: 190px;
    height: 198px;
    bottom: 0;
    right: 20px;
    transform: rotate(6deg);
}



@media(max-width: 1300px) {
  .vertical-slider {
    height: 300px;
  }
}


@media (max-width: 1300px) and (min-width: 1201px) {

  .sc-section h1 {
    font-size: 30px;
  }

  .sc-section h2 {
    font-size: 24px;
  }

  .sc-section h3 {
    font-size: 20px;
  }

  .sc-section h4 {
    font-size: 20px;
  }

  .sc-p-5 {
    padding: 30px;
  }

  .sc-p-3 {
    padding: 20px;
  }

  .sc-p2-b-small {
    padding: 15px 15px 0 15px;
  }
}


@media (min-width: 1280px) {
  .sc-clinet-info {
    width: 800px;
    margin: auto;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .ast-container {
    max-width: 100%;
  }
}


@media (max-width: 1200px) {
  .sc-my-5 {
    margin-top: inherit;
    margin-bottom: inherit;
  }

  .sc-pb-0 {
    padding-bottom: 0;
  }

  .sc-section h1 {
    font-size: 28px;
  }

  .sc-section h2 {
    font-size: 22px;
  }

  .sc-section h4 {
    font-size: 24px;
  }

  .sc-p-5 {
    padding: 28px;
  }

  .sc-p-3 {
    padding: 30px;
  }

  .sc-pb-0 {
    padding-bottom: 0 !important;
  }

  .sc-responsive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sc-responsive-grid .sc-w-3 {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .sc-main-title {
    font-size: 74px !important;
    line-height: 82px;
    font-weight: 500 !important;
    letter-spacing: -2.96px;
  }

  .tab-content:nth-child(odd) .tab__panel .tab__text {
    order: 2;
  }


  .tab__panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
  }

  .tab__text {
    width: 40%;
  }

  .tab__image {
    width: 50%;
  }

  .case-study-sec .swiper-pagination {
    width: 20px;
    left: initial;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .champ-ai-link {
    border: 1.5px solid transparent;
    border-radius: 4px;
  }

  .champ-ai-link:hover {
    background: white;
    color: rgba(151, 71, 255, 1);
    border: 1.5px solid rgba(151, 71, 255, 1);
    border-radius: 4px;
  }

  .champ-ai-link:hover img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(57%) saturate(5835%) hue-rotate(250deg) brightness(100%) contrast(102%);
  }

  .champ-ai-link:hover #ai-button {
    display: none;
  }


  .sc-quotes-column-head {
    display: flex;
    flex-direction: column;
    min-height: 120px;
  }

  .sc-quotes-column-head .star-ratings {
    margin-top: auto;
  }

  .sc-mobile {
    display: none;
  }

  .sc-testimonials-row {

    grid-template-columns: repeat(3, 1fr);
  }





  .sc-row {
    display: flex;
  }

  .sc-w-3 {
    width: 25%;
  }

  .sc-w-4 {
    width: 33.333333333%;
  }

  .sc-w-6 {
    width: 50%;
  }

  .sc-w-8 {
    width: 66.666666667%;
  }

  .sc-pr-5 {
    padding-right: 100px;
  }
}


@media (max-width: 1024px) {
  .sc-faqs .sc-accordion-label h3 {
    font-size: 16px;
  }

  .sc-res-bottom {
    margin-bottom: 24px;
  }

  .sc-swiper-clinet .swiper-pagination {
    margin-left: 30px;
    display: flex;
    bottom: 2.5rem;
  }

  .sc-p-5 {
    padding: 24px;
  }

  .sc-links {
    display: block;
  }

  .sc-link {
    width: 100%;
    margin-bottom: 1rem;
  }

  .sc-p-2 {
    padding: 24px;
  }

  .sc-bottom-right-cut {
    display: none;
  }

  .champ-ai-link {
    width: 100%;
  }

  .sc-main-title {
    font-size: 2rem;
  }

  .sc-py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sc-client-feedback {
    width: 100%;
    display: block;
    padding: 48px 30px;
    text-align: center;
    box-sizing: border-box;
  }

  .sc-clinet-info {
    text-align: left;
  }

  .sc-case-study {
    display: block;
    width: 100%;
  }

  .sc-client-profile {
    margin-bottom: 2rem;
  }

  .sc-gap-5 {
    gap: 20px;
  }
  .sc-tab-nav {
    display: none;
  }

  .tab-bg {
    padding: 2rem;
  }

  .footer-adv .footer-adv-widget {
    width: 100% !important;
  }

  .sc-logo-box {
    padding: 0 1rem;
  }

  .champ-ai-link:hover {
    color: white;
  }

  .sc-section .single-slider h3 {
    font-size: 18px;
  }

  .sc-section .single-slider p {
    font-size: 24px;
  }

  .sc-case-study-image-wrap {
    text-align: center;
  }

  .vertical-slider {
    height: 100%;
    height: 600px;
  }

  .ai-button-wrap {
    width: 100%;
    height: 50px;
  }

  .sc-desktop {
    display: none;
  }

  .a1 {
    grid-area: 1/1;
  }

  .a2 {
    grid-area: 3/1;
  }

  .a3 {
    grid-area: 5/1;
  }

  .a4 {
    grid-area: 2/1;
  }

  .a5 {
    grid-area: 4/1;
  }

  .a6 {
    grid-area: 6/1;
  }

  .sc-space-top {
    margin-top: 5rem;
  }

  .sc-free-up-links-wrap {
    align-items: center;
    margin-top: 20px;
    padding-right: 0;
  }

  .sc-free-up-links {
    margin-bottom: 0;
    width: 100%;
  }

  .free-up .sc-link {
    width: 100%;
  }

  .free-up-w-100 {
    width: 100%;
  }

  .sc-w-20 {
    min-width: 20px;
  }
  .sc-main-title {
    font-size: 48px !important;
    line-height: 56px;
  }

  .sc-accordion-label h3 {
    font-size: 20px;
  }

  .sc-award-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .sc-award {
    display: none;
  }

  .sc-icon-md {
    width: 100%;
    max-width: 100%;
  }

  .sc-w-4 {
    margin-bottom: 1rem;
  }

  .sc-guid-item {
    margin-bottom: 1rem;
  }
}

@media (min-width: 769px) {
   .video-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .sc-swiper-clinet .swiper-pagination {
    width: auto;
    margin-left: calc(32% + 2px);
    bottom: 2.5rem;
  }

  .sc-lg-mb-2 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .modal iframe {
    width: 90%;
    height: 250px;
  }
  .image-container {
    margin-top: 40px;
  }

  .sc-rating-status-wrap {
    margin: 0 auto;
  }

  .sc-main-title {
    --sc-main-title-size: 40px;
    line-height: 45px !important;
  }

  .sc-upper-content {
    margin-top: 30px;
  }

  .sc-rating-status-wrap .bg-gredient-image {
    width: 130%;
    height: 180px;
    max-width: 200%;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .sc-rating-status-wrap .sc-gap-1 {
    gap: 10px;
  }

  .sc-rating-status-wrap .fill-ratings,
  .sc-rating-status-wrap .empty-ratings {
    font-size: 20px;
  }

  .sc-rating-status-wrap .sc-small-text {
    font-size: 10px !important;
    white-space: nowrap;
  }

  .section-bg::before,
  .section-bg::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .sc-responsive-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 359px) {
  .vertical-slider {
    height: 700px;
  }

  .sc-award-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 420px) {

  .sc-rating-status-wrap .fill-ratings,
  .sc-rating-status-wrap .empty-ratings {
    font-size: 15px;
  }

  .sc-star-text {
    padding-right: 7px;
    margin: 0 7px;
  }

  .sc-review-platform {
    gap: 5px;
  }

}


.elementor-kit-532 img {
    border-radius: 0 !important;
}