/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #5C30FD;
  --theme-2: #8760FD;
  --theme-3: #2B2B6B;
  --theme-4: #ECE6FF;
  --header: #101828;
  --base: #5C30FD;
  --text: #696969;
  --border: #E6E6E6;
  --border2: #373737;
  --ratting: #F8BC26;
  --bg: #101828;
  --bg2: #0D0D0D;
  --bg3: #121416;
  ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 22px 40px;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  z-index: 9;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn::before, .theme-btn::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--header);
  border-radius: 50%;
  z-index: -1;
}
.theme-btn::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.theme-btn::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.theme-btn:hover::after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.theme-btn.bg-white {
  background: var(--white);
  color: var(--header);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
.theme-btn.hover-white {
  transition: all 0.4s ease-in-out;
}
.theme-btn.hover-white::before, .theme-btn.hover-white::after {
  background-color: var(--white);
}
.theme-btn.hover-white:hover {
  color: var(--header);
}
.theme-btn.bg-2 {
  background: var(--theme-2);
}
.theme-btn.bg-2::before, .theme-btn.bg-2::after {
  background: var(--header);
}
.theme-btn.bg-2:hover {
  color: var(--white);
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.theme-btn.white-border {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.theme-btn.white-border::before, .theme-btn.white-border::after {
  background-color: var(--white);
}
.theme-btn.white-border:hover {
  color: var(--header);
}

.service-section {
    background: linear-gradient(135deg, #07162e 0%, #0d2448 100%);
    position: relative;
    z-index: 1;
    padding: 50px;
}

.shape-1,
.shape-2 {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    z-index: -1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -120px;
    left: -120px;
}

.shape-2 {
    width: 250px;
    height: 250px;
    bottom: -100px;
    right: -100px;
}

.creative-service-card {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    transition: all .4s ease;
}

.creative-service-card:hover {
    transform: translateY(-12px);
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.creative-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.08),
        transparent
    );
    transition: .8s;
}

.creative-service-card:hover::before {
    left: 100%;
}

.service-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 55px;
    font-weight: 800;
    color: rgba(255,255,255,0.05);
    line-height: 1;
}

.creative-service-card .icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,114,255,0.35);
}

.creative-service-card .icon i {
    color: #fff;
    font-size: 30px;
}

.creative-service-card h4 a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.creative-service-card h4 a:hover {
    color: #00c6ff;
}

.creative-service-card p {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 30px;
}

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.service-btn i {
    transition: .3s;
}

.service-btn:hover {
    color: #00c6ff;
}

.service-btn:hover i {
    transform: translateX(6px);
}

@media(max-width: 767px) {
    .creative-service-card {
        padding: 35px 25px;
    }

    .creative-service-card h4 a {
        font-size: 21px;
    }
}