@charset "UTF-8";
/*
Theme Name: discover
Theme URI: 
Author: BannerWave LLC
Description: Wordpress Theme
Version: 0.0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css");
/* @import must be at top of file, otherwise CSS will not work */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
.debug {
  position: fixed;
  top: 0px;
  left: 0px;
  color: crimson;
  margin: 0;
  padding: 3px;
  font-size: 12px;
  line-height: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999; }
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MAX"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1500px - Unlimited"; }

@media (max-width: 0px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MAX"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1500px - 0px"; } }

@media (max-width: 1499px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: XL"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1250px - 1499px"; } }

@media (max-width: 1249px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: LG"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 992px - 1249px"; } }

@media (max-width: 991px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MD"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 768px - 991px"; } }

@media (max-width: 767px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: SM"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 576px - 767px"; } }

@media (max-width: 575px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: XS"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 0px - 575px"; } }

.adminbar .debug {
  top: 32px; }
  @media (max-width: 991px) {
    .adminbar .debug {
      top: 0px;
      left: 120px; } }

@media (max-width: 991px) {
  #wpadminbar {
    display: none; }
  html#no {
    margin-top: 0 !important; } }

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

html, body {
  margin: 0;
  padding: 0; }

body {
  position: relative; }

.banner-contianer {
  padding: 220px 20px;
  background-image: linear-gradient(to bottom, #1a0029, #000);
  text-align: center;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .banner-contianer {
      padding: 190px 20px; } }
  @media (max-width: 575px) {
    .banner-contianer {
      padding: 170px 15px; } }
  .banner-contianer .banner-inner {
    max-width: 1600px;
    margin: 0 auto; }
    .banner-contianer .banner-inner .bannerheading {
      font-size: 80px;
      color: white;
      font-family: "Inter", sans-serif;
      width: 60%;
      margin: 0 auto;
      font-weight: 700;
      line-height: normal; }
      @media (max-width: 1370px) {
        .banner-contianer .banner-inner .bannerheading {
          font-size: 60px;
          width: 70%; } }
      @media (max-width: 991px) {
        .banner-contianer .banner-inner .bannerheading {
          font-size: 47px;
          width: 80%; } }
      @media (max-width: 767px) {
        .banner-contianer .banner-inner .bannerheading {
          font-size: 40px;
          width: 90%; } }
      @media (max-width: 575px) {
        .banner-contianer .banner-inner .bannerheading {
          font-size: 27px;
          width: 100%;
          line-height: 40px; } }
    .banner-contianer .banner-inner .bannerdescription {
      font-size: 20px;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      color: #fff;
      padding: 12px 0px;
      line-height: normal;
      width: 60%;
      margin: 0 auto;
      font-weight: 400;
      line-height: 26px; }
      .banner-contianer .banner-inner .bannerdescription p {
        margin: 0; }
      @media (max-width: 1450px) {
        .banner-contianer .banner-inner .bannerdescription {
          font-size: 17px; } }
      @media (max-width: 1000px) {
        .banner-contianer .banner-inner .bannerdescription {
          width: 80%;
          font-size: 17px; } }
      @media (max-width: 767px) {
        .banner-contianer .banner-inner .bannerdescription {
          font-size: 16px;
          line-height: 26px;
          width: 100%; } }
    .banner-contianer .banner-inner .bannerbtn {
      background: linear-gradient(90deg, #7500C0, #A100FF);
      background-size: 200% auto;
      color: #fff;
      border: none;
      padding: 15px 35px;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      border-radius: 50px;
      display: inline-flex;
      align-items: center;
      font-family: Arial, sans-serif;
      transition: background-position 0.6s ease, transform 0.3s ease;
      margin-top: 20px; }
      @media (max-width: 450px) {
        .banner-contianer .banner-inner .bannerbtn {
          padding: 15px 30px;
          font-size: 14px;
          margin-top: 15px; } }
      .banner-contianer .banner-inner .bannerbtn svg {
        margin-left: 10px;
        transition: transform 0.3s ease; }
      .banner-contianer .banner-inner .bannerbtn:hover {
        background-position: right center; }
        .banner-contianer .banner-inner .bannerbtn:hover svg {
          transform: translateX(5px); }

.iconboxslide {
  padding: 40px 20px;
  background-color: black; }
  @media (max-width: 575px) {
    .iconboxslide {
      padding: 30px 15px; } }
  .iconboxslide .icon_inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px; }
    @media (max-width: 1100px) {
      .iconboxslide .icon_inner {
        gap: 20px; } }
    @media (max-width: 880px) {
      .iconboxslide .icon_inner {
        flex-wrap: wrap; } }
    .iconboxslide .icon_inner .left-side {
      width: 50%; }
      @media (max-width: 880px) {
        .iconboxslide .icon_inner .left-side {
          width: 100%; } }
      .iconboxslide .icon_inner .left-side img.left-image {
        width: 100%; }
    .iconboxslide .icon_inner .right-side {
      width: 50%; }
      @media (max-width: 880px) {
        .iconboxslide .icon_inner .right-side {
          width: 100%; } }
      .iconboxslide .icon_inner .right-side .iconbox_heading {
        font-size: 60px;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 25px; }
        @media (max-width: 1350px) {
          .iconboxslide .icon_inner .right-side .iconbox_heading {
            font-size: 50px;
            line-height: 65px; } }
        @media (max-width: 1100px) {
          .iconboxslide .icon_inner .right-side .iconbox_heading {
            font-size: 40px;
            line-height: 55px; } }
        @media (max-width: 880px) {
          .iconboxslide .icon_inner .right-side .iconbox_heading {
            font-size: 50px;
            line-height: 65px;
            width: 80%;
            margin-top: 25px; } }
        @media (max-width: 660px) {
          .iconboxslide .icon_inner .right-side .iconbox_heading {
            font-size: 40px;
            line-height: 55px;
            width: 100%;
            margin-top: 25px; } }
        @media (max-width: 450px) {
          .iconboxslide .icon_inner .right-side .iconbox_heading {
            font-size: 28px;
            line-height: 41px;
            width: 100%;
            margin-top: 20px; } }
      .iconboxslide .icon_inner .right-side .icon-wrap .icon-box {
        display: flex;
        gap: 15px;
        padding-bottom: 15px; }
        @media (max-width: 880px) {
          .iconboxslide .icon_inner .right-side .icon-wrap .icon-box {
            width: 70%; } }
        @media (max-width: 660px) {
          .iconboxslide .icon_inner .right-side .icon-wrap .icon-box {
            width: 100%; } }
        .iconboxslide .icon_inner .right-side .icon-wrap .icon-box .icon_title {
          color: white;
          font-size: 25px;
          font-family: "Inter", sans-serif;
          font-weight: 500; }
          @media (max-width: 450px) {
            .iconboxslide .icon_inner .right-side .icon-wrap .icon-box .icon_title {
              font-size: 20px; } }
        .iconboxslide .icon_inner .right-side .icon-wrap .icon-box .icon_description {
          color: white;
          font-size: 16px;
          line-height: 25px;
		  width: 90%;		
          font-family: Arial, Helvetica, sans-serif;
          padding-top: 10px; }
          @media (max-width: 767px) {
            .iconboxslide .icon_inner .right-side .icon-wrap .icon-box .icon_description {
               width: 100%; } }
          .iconboxslide .icon_inner .right-side .icon-wrap .icon-box .icon_description p {
            margin: 0; }
			 @media (max-width: 450px) {
            .iconboxslide .icon_inner .right-side .icon-wrap .icon-box .icon_description {
              font-size: 14px;
              line-height: 23px; } }
          .iconboxslide .icon_inner .right-side .icon-wrap .icon-box .icon_description p {
            margin: 0; }
			

.pricing {
  text-align: center;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  background: #000;
  color: #fff;
  min-height: 100vh; }
  .pricing .inner {
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 50px; }
    .pricing .inner .title {
      font-size: 55px;
      font-weight: bold;
      margin-bottom: 40px;
      width: 26%;
      margin: 0 auto;
      font-family: Arial, Helvetica, sans-serif;
      list-style: 55px;
      padding-bottom: 25px; }
      @media (max-width: 1410px) {
        .pricing .inner .title {
          font-size: 40px;
          list-style: 45px; } }
      @media (max-width: 1000px) {
        .pricing .inner .title {
          font-size: 35px;
          list-style: 45px;
          width: 40%; } }
      @media (max-width: 1000px) {
        .pricing .inner .title {
          font-size: 35px;
          list-style: 45px;
          width: 100%; } }
      .pricing .inner .title span {
        color: #8b5cf6;
        display: block; }
    .pricing .inner .intelli-line {
      display: inline-block;
      width: 0;
      height: 5px;
      background: #a100ff;
      margin-bottom: 50px;
      flex-shrink: 0;
      animation: loads 2s linear forwards; }
    .pricing .inner .cardss {
      display: flex;
      justify-content: center;
      gap: 30px; }
      @media (max-width: 767px) {
        .pricing .inner .cardss {
          flex-wrap: wrap; } }
      .pricing .inner .cardss .cardt {
        background: linear-gradient(145deg, #0f0f0f, #1a1a1a);
        padding: 30px;
        border-radius: 22px;
        width: 22%;
        text-align: left;
        border: 2px solid transparent;
        transition: all 0.3s ease-in-out; }
        .pricing .inner .cardss .cardt:hover {
          box-shadow: 2px 2px 15px rgba(112, 112, 112, 0.7);
          background-color: var(--color-l2z70kk2);
          border-color: #a100ff; }
        @media (max-width: 1350px) {
          .pricing .inner .cardss .cardt {
            width: 30%; } }
        @media (max-width: 880px) {
          .pricing .inner .cardss .cardt {
            width: 50%; } }
        @media (max-width: 767px) {
          .pricing .inner .cardss .cardt {
            width: 75%;
            padding: 25px 15px 25px 15px; } }
        @media (max-width: 500px) {
          .pricing .inner .cardss .cardt {
            width: 100%; } }
        .pricing .inner .cardss .cardt .line {
          height: 1px;
          background: #fff;
          margin-bottom: 20px;
          flex-shrink: 0;
          width: 280px;
          display: inline-block;
          display: flex;
          margin: 0 auto; }
          @media (max-width: 880px) {
            .pricing .inner .cardss .cardt .line {
              width: 100%; } }
        .pricing .inner .cardss .cardt h2 {
          font-size: 45px;
          margin-bottom: 35px;
          text-align: center;
          margin: 0;
          padding: 25px 0px; }
          @media (max-width: 1200px) {
            .pricing .inner .cardss .cardt h2 {
              font-size: 35px;
              padding: 20px 0px; } }
        .pricing .inner .cardss .cardt .desc {
          font-size: 17px;
          color: #ccc;
          padding: 25px 0px 40px 0px;
          font-family: Arial, sans-serif;
          line-height: 25px; }
          @media (max-width: 1280px) {
            .pricing .inner .cardss .cardt .desc {
              padding: 10px 0px 20px 0px; } }
          .pricing .inner .cardss .cardt .desc p {
            margin: 0; }
        @media (max-width: 575px) {
          .pricing .inner .cardss .cardt {
            font-size: 15px;
            line-height: 22px; } }
        .pricing .inner .cardss .cardt h3 {
          font-size: 1.1rem;
          margin: 15px 0;
          font-weight: bold; }
        .pricing .inner .cardss .cardt ul {
          list-style: none;
          padding: 0;
          margin: 20px 0 50px 0; }
          .pricing .inner .cardss .cardt ul li {
            position: relative;
            margin: 8px 0;
            padding-left: 20px;
            font-family: "Inter", sans-serif;
            font-size: 16px; }
            @media (max-width: 1280px) {
              .pricing .inner .cardss .cardt ul li {
                font-size: 14px; } }
            .pricing .inner .cardss .cardt ul li::before {
              content: "✔";
              color: #a100ff;
              position: absolute;
              left: 0; }
        .pricing .inner .cardss .cardt .price {
          font-size: 30px;
          font-weight: bold;
          margin-bottom: 30px;
          text-align: center;
          font-family: "Inter", sans-serif; }
          @media (max-width: 575px) {
            .pricing .inner .cardss .cardt .price {
              font-size: 20px;
              margin-bottom: 15px; } }
        .pricing .inner .cardss .cardt .btn {
          display: block;
          padding: 8px 40px;
          background: #fff;
          text-align: center;
          color: white;
          text-decoration: none;
          border-radius: 6px;
          font-weight: bold;
          transition: all 0.3s ease;
          font-family: Arial, sans-serif;
          margin: 0 auto;
          width: fit-content;
          font-size: 18px;
          display: flex;
          align-items: center;
          gap: 10px;
          background: linear-gradient(90deg, #7500C0, #A100FF); }
          @media (max-width: 575px) {
            .pricing .inner .cardss .cardt .btn {
              padding: 8px 30px;
              font-size: 16px; } }
          .pricing .inner .cardss .cardt .btn svg path {
            fill: white; }
          .pricing .inner .cardss .cardt .btn:hover {
            background-position: right center;
            color: #fff; }
          .pricing .inner .cardss .cardt .btn:hover svg path {
            fill: white; }

@keyframes loads {
  0% {
    width: 0; }
  100% {
    width: 250px; } }

.navigation {
  padding: 0px 20px;
  position: relative;
  z-index: 55; }
  .navigation .navbar {
    max-width: 1170px;
    margin: 0 auto;
    background: black;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 40px; }
    @media (max-width: 575px) {
      .navigation .navbar {
        padding: 10px 20px; } }
    .navigation .navbar .logo {
      align-items: center;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      color: #ffffff;
      width: 20%; }
      .navigation .navbar .logo .icon {
        font-size: 20px;
        line-height: 20px;
        margin-right: 6px;
        color: #a855f7; }
      .navigation .navbar .logo .brand {
        width: 100%; }
    .navigation .navbar .nav-links {
      width: 50%;
      display: flex;
	  gap: 30px;
      justify-content: center; }
      .navigation .navbar .nav-links a {
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif; }
        .navigation .navbar .nav-links a:hover {
          color: #a855f7; }
    .navigation .navbar .cta {
      width: 20%;
      text-align: end; }
      .navigation .navbar .cta .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 16px;
        border: none;
        border-radius: 6px;
        background: #ffffff;
        font-family: Arial, sans-serif;
        color: white;
        cursor: pointer;
        font-weight: 400;
        font-family: Arial, sans-serif;
        background: linear-gradient(90deg, #7500C0, #A100FF); }
        .navigation .navbar .cta .btn svg {
          margin-left: 05px;
          transition: transform 0.3s ease; }
        .navigation .navbar .cta .btn:hover {
          background-position: right center; }
          .navigation .navbar .cta .btn:hover svg {
            transform: translateX(5px); }
    .navigation .navbar .menu-toggle {
      display: none;
      font-size: 20px;
      line-height: 20px;
      padding: 8px 10px;
      background: transparent;
      color: #ffffff;
      border: 1px solid #333333;
      border-radius: 6px;
      cursor: pointer; }
  .navigation .nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 75%;
    background: #0d0d0d;
    border-left: 1px solid #1f1f1f;
    padding: 20px 5%;
    transform: translateX(100%);
    transition: transform 300ms ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .navigation .nav-drawer.open {
      transform: translateX(0); }
    .navigation .nav-drawer .drawer-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px; }
      .navigation .nav-drawer .drawer-head .title {
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif; }
      .navigation .nav-drawer .drawer-head .close-btn {
        font-size: 45px;
        line-height: 24px;
        background: transparent;
        border: none;
        color: #ffffff;
        cursor: pointer; }
    .navigation .nav-drawer a {
      font-size: 18px;
      line-height: 26px;
      color: #ffffff;
      text-decoration: none;
      padding: 8px 0;
      display: block;
      font-family: Arial, Helvetica, sans-serif; }
      .navigation .nav-drawer a:hover {
        color: #a855f7; }
    .navigation .nav-drawer .cta {
      margin-top: 10px; }
      .navigation .nav-drawer .cta .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 16px;
        border: none;
        border-radius: 6px;
        background: #ffffff;
        color: white;
        cursor: pointer;
        font-weight: 700;
        font-family: Arial, sans-serif;
        background: linear-gradient(90deg, #7500C0, #A100FF); }
        .navigation .nav-drawer .cta .btn svg {
          margin-left: 05px;
          transition: transform 0.3s ease; }
        .navigation .nav-drawer .cta .btn:hover {
          background-position: right center; }
          .navigation .nav-drawer .cta .btn:hover svg {
            transform: translateX(5px); }
  .navigation .backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 300ms ease;
    pointer-events: none;
    z-index: 999; }
    .navigation .backdrop.show {
      opacity: 1;
      pointer-events: auto; }
  @media (max-width: 991px) {
    .navigation .navbar .nav-links {
      display: none; }
    .navigation .navbar .cta {
      display: none; }
    .navigation .navbar .menu-toggle {
      display: inline-flex; } }

.marquee_container {
  background-color: black; }
  .marquee_container .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 20px; }
    .marquee_container .inner .marquee-slider {
      mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%); }
      .marquee_container .inner .marquee-slider .slick-track {
        display: flex;
        align-items: center;
        gap: 40px; }
      .marquee_container .inner .marquee-slider .marquee-image {
        width: auto; }
        .marquee_container .inner .marquee-slider .marquee-image img {
          width: 100%; }

.box-slider {
  background: #000; }
  .box-slider .box-slide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 20px;
    display: flex;
    gap: 25px; }
    @media (max-width: 991px) {
      .box-slider .box-slide {
        padding: 80px 20px; } }
    @media (max-width: 575px) {
      .box-slider .box-slide {
        padding: 70px 15px; } }
    .box-slider .box-slide .box-card {
      background: transparent;
      border-radius: 25px;
      padding: 30px;
      border: 1px solid #fff;
      height: 250px; }
      @media (max-width: 575px) {
        .box-slider .box-slide .box-card {
          height: 100%;
          padding: 30px 15px; } }
      .box-slider .box-slide .box-card .box-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px; }
        .box-slider .box-slide .box-card .box-icon img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .box-slider .box-slide .box-card .box-title {
        color: #fff;
        font-size: 25px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        margin-bottom: 15px; }
        @media (max-width: 575px) {
          .box-slider .box-slide .box-card .box-title {
            font-size: 22px; } }
      .box-slider .box-slide .box-card .box-text {
        color: #fff;
        font-size: 16px;
        line-height: 25px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: auto; }
        .box-slider .box-slide .box-card .box-text p {
          margin: 0; }
    .box-slider .box-slide .slick-slide {
      padding: 35px 20px;
      margin: 0 20px; }

.services-container {
  background-color: black; }
  .services-container .service-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 20px; }
    @media (max-width: 991px) {
      .services-container .service-inner {
        padding: 80px 20px; } }
    @media (max-width: 580px) {
      .services-container .service-inner {
        padding: 60px 15px; } }
    .services-container .service-inner .service_heading {
      font-size: 60px;
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 15px;
      width: 50%; }
      @media (max-width: 1200px) {
        .services-container .service-inner .service_heading {
          width: 60%; } }
      @media (max-width: 880px) {
        .services-container .service-inner .service_heading {
          font-size: 45px;
          line-height: 60px;
          width: 80%; } }
      @media (max-width: 580px) {
        .services-container .service-inner .service_heading {
          font-size: 35px;
          line-height: 45px;
          width: 95%; } }
      @media (max-width: 450px) {
        .services-container .service-inner .service_heading {
          font-size: 25px;
          line-height: 35px;
          width: 95%; } }
    .services-container .service-inner .services_desc {
      color: white;
      font-size: 16px;
      line-height: 25px;
      font-family: Arial, Helvetica, sans-serif;
      width: 40%; }
      @media (max-width: 880px) {
        .services-container .service-inner .services_desc {
          width: 60%; } }
      @media (max-width: 580px) {
        .services-container .service-inner .services_desc {
          width: 100%; } }
      .services-container .service-inner .services_desc p {
        margin: 0; }
    .services-container .service-inner .services_content {
      display: flex;
      gap: 35px;
      flex-wrap: wrap;
      padding-top: 40px; }
      @media (max-width: 1200px) {
        .services-container .service-inner .services_content {
          gap: 25px; } }
      .services-container .service-inner .services_content .services-bgborder {
        background: radial-gradient(circle at 100% 100%, transparent 0, transparent 12px, transparent 12px) 0% 0%/15px 15px no-repeat, radial-gradient(circle at 0 100%, transparent 0, transparent 12px, transparent 12px) 100% 0%/15px 15px no-repeat, radial-gradient(circle at 100% 0, transparent 0, transparent 12px, transparent 12px) 0% 100%/15px 15px no-repeat, radial-gradient(circle at 0 0, transparent 0, transparent 12px, transparent 12px) 100% 100%/15px 15px no-repeat, linear-gradient(transparent, transparent) 50% 50%/calc(100% - 6px) calc(100% - 30px) no-repeat, linear-gradient(transparent, transparent) 50% 50%/calc(100% - 30px) calc(100% - 6px) no-repeat, linear-gradient(rgba(161, 0, 255, 0) 0%, #a100ff 100%);
        border-radius: 15px;
        padding: 2px;
        width: calc(33.33% - 35px);
        display: flex; }
        @media (max-width: 880px) {
          .services-container .service-inner .services_content .services-bgborder {
            width: calc(50% - 25px); } }
        @media (max-width: 580px) {
          .services-container .service-inner .services_content .services-bgborder {
            width: calc(100% - 0px); } }
        .services-container .service-inner .services_content .services-bgborder .services-card {
          background: black;
          border-radius: 15px;
          padding: 50px 30px; }
          @media (max-width: 1200px) {
            .services-container .service-inner .services_content .services-bgborder .services-card {
              padding: 40px 20px; } }
          .services-container .service-inner .services_content .services-bgborder .services-card .service_boxtitle {
            color: #fff;
            font-size: 20px;
            font-family: "Inter", sans-serif;
            font-weight: 500;
            margin: 15px 0px;
            line-height: 25px; }
            @media (max-width: 1200px) {
              .services-container .service-inner .services_content .services-bgborder .services-card .service_boxtitle {
                font-size: 18px; } }
          .services-container .service-inner .services_content .services-bgborder .services-card .service_boxdescription {
            color: #fff;
            font-size: 16px;
            line-height: 25px;
            font-family: Arial, Helvetica, sans-serif;
            margin-top: auto; }
            @media (max-width: 1200px) {
              .services-container .service-inner .services_content .services-bgborder .services-card .service_boxdescription {
                font-size: 15px; } }
            .services-container .service-inner .services_content .services-bgborder .services-card .service_boxdescription p {
              margin: 0; }

table.xdebug-error.xe-warning {
  display: none; }

/*# sourceMappingURL=style.css.map */




.wwd {
  background: #000000;
  padding: 70px 20px;
  color: #fff;
}

/* Fixed inner width = 1700px */
.wwd-inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.wwdcont {
  width: 100%;
  max-width: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0% auto;
  padding: 0px 0px 50px 0px;
}

.wwdconthead {
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 97px;
  line-height: 110px;
  text-transform: uppercase;
}

.wwdconttext {
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #ededed;
  text-align: center;
}


.faq-underline {
  display: block;
  width: 0;
  height: 5px;
  background: #a100ff;
  margin-bottom: 10px;
  flex-shrink: 0;
  animation: load 2s linear forwards;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 250px;
  }
}
.wwd-grid.btwo-grid {
  justify-content: center;
}

/* .wwd-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
} */

.wwd-grid .card {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 150px) / 4);
  height: 440px;
  border-radius: 14px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.card_link {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
}

/* ------- Optional responsive (agar chaho) ------- */

@media (max-width: 1550px) {
  .wwd-grid {
    gap: 30px;
  }

  .wwd-grid .card {
    flex: -1 0 calc((100% - 90px) / 4) !important;
  }

  .wwdconthead {
    font-size: 70px;
    line-height: 80px;
  }

  .wwdconttext {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 1280px) {
  .wwd-grid {
    gap: 30px;
  }

  .wwd-grid .card {
    box-sizing: border-box;
    flex: 1 0 calc((100% - -130px) / 4) !important;
  }

  .card__text {
    line-height: 18px !important;
  }

  .card__title {
    font-size: 18px !important;
  }

  .card__head {
    gap: 10px;
    margin-bottom: 5px;
  }

  .card__inner {
    padding: 0px 10px 10px 15px !important;
  }

  .wwdconthead {
    font-size: 60px;
    line-height: 75px;
  }

  .wwdconttext {
    font-size: 18px;
    /* spec */
    line-height: 25px;
    /* spec */
  }
}

@media (max-width: 900px) {
  .wwd-grid {
    gap: 30px;
  }

  .wwd-grid .card {
    box-sizing: border-box;
    flex: 1 0 calc((100% - -30px) / 2);
  }

  .card__title {
    font-size: 18px;
  }

  .wwdconthead {
    font-size: 50px;
    line-height: 60px;
  }

  .wwdconttext {
    font-size: 18px;
    line-height: 25px;
  }
}

@media(max-width:775px) {
  .wwdcont {
    padding: 0px 0px 20px 0px;
  }
}

@media (max-width: 560px) {
  .faq-underline {
    margin: 20px 0 20px 0px;
  }

  .wwdcont {
    padding-bottom: 20px;
  }

  .wwd-grid {
    column-gap: 16px;
    row-gap: 20px;
  }

  .wwd-grid .card {
    box-sizing: border-box;
    flex: 100%;
    height: auto;
  }

  .wwdconthead {
    font-size: 35px;
    line-height: 40px;
  }

  .wwdconttext {
    font-size: 16px;
    line-height: 25px;
  }
}

.case2nd {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.cardcasestd {
  flex: 1 1 400px;
  max-width: 500px;
  background: black;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  font-family: Arial, sans-serif;
}


@media (max-width: 880px) {
  .cardcasestd {
    flex: 1 1 300px;
    max-width: 500px;
  }

}


@media (hover: none) {
  .card:hover {
    transform: none;
    box-shadow: none;
  }
}

.cardtitle {
  font: 700 21px/1.25 Arial, sans-serif;
  color: #fff;
  margin: 0 0 8px 0;
}

.card {
  aspect-ratio: 0.8;
  border-radius: 14px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 23px !important;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease;
  user-select: none;
}

/* Overlay (default state: only gradient) */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  transform: translateY(50%);
  transition: all 0.4s ease;
  z-index: 1;
}

/* Text/content clear */
.card>* {
  position: relative;
  z-index: 2;
}

/* Card Body: Hidden by default */
.cardbody {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease;
}

/* Card Text */
.cardtext {
  padding-bottom: 30px;
  font: 400 14px/1.6 "Inter", Arial, sans-serif;
  color: #ddd;
  margin: 0;
  opacity: 1 !important;
}

@media screen and (min-width: 769px) {
  .card:hover::before {
    transform: translateY(0);
    backdrop-filter: blur(6px);
    /* background blur */
    -webkit-backdrop-filter: blur(6px);
    /* Safari support */
  }

  .card:hover .cardbody {
    max-height: 300px;
    /* Expand body*/
    z-index: 2 !important;
  }
}

/* ============================= */
/* MOBILE: Auto Open (no hover)  */
/* ============================= */
@media screen and (hover: none) and (pointer: coarse) {
  .card::before {
    transform: translateY(0) !important;
    /* Overlay fully visible */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .cardbody {
    max-height: 250px !important;
    /* Always open */
    z-index: 2 !important;
  }
}

.expand-text {
  text-align: right;
  padding-top: 20px;
  padding-right: 7px;
  color: #fff;
  text-decoration: underline;
  font-size: 17px;
  font-family: Arial, sans-serif;
}


.insights__see-alls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffff;
  font-weight: 700;
  text-decoration: none;
  justify-content: end;
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  width: 30%;
}


.insights__see-all__btnr {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #a100ff 50%, #6d00ad 50%);
  background-size: 200% 200%;
  background-position-x: 100%;
  transition: background-position-x 0.6s cubic-bezier(0.85, 0, 0, 1),
    transform 0.6s cubic-bezier(0.85, 0, 0, 1);
  color: #fff;
  margin-left: 4px;
}

.insights__see-all__btnr svg {
  width: 10px;
  height: 10px;
}

.singlestd {
  background: #000;
  color: #fff;
  padding: 125px 20px 100px 20px;
}

/* ===== Fixed-width inner container ===== */
.singlestd-inner {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* ===== Left (text) ===== */
.singlestd-title {
  margin: 0;
  /*   font-family: Arial, sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 72px;
  /* spec */
  line-height: 95px;
  /* spec */
  text-transform: uppercase;
}

/* heading ke neeche 30px ka gap: purple line */
/* .singlestd-line {
  display: block;
  width: 250px;
  height: 5px;
  background: #ffffff;
  margin-top: 30px;
} */

.singlestd-line {
  display: block;
  width: 0;
  /* Start with zero width */
  height: 5px;
  background: #a100ff;
  /* Solid color for simplicity, or use a gradient */
  margin-bottom: 10px;
  flex-shrink: 0;
  animation: loadssss 2s linear forwards;
  /* Animation to grow width */
}

@keyframes loadssss {
  0% {
    width: 0;
    /* Start at 0% width */
  }

  100% {
    width: 250px;
    /* End at full width (250px as per your original CSS) */
  }
}


.singlestd-text {
  margin: 18px 0 0;
  /* slight space after line */
  max-width: 850px;
  /* readable line length */
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  /* spec */
  line-height: 25px;
  /* spec */
  color: #ededed;
}

/* ===== Right (image) ===== */
.singlestd-right {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
}

.singlestd-left {
  flex: 1 1 50%;
}

.singlestd-illustration {
  max-width: 100%;
  height: 55vh;
  display: block;
  border-radius: 20px;
}

/* ===== Responsive polish (still flex) ===== */

@media (max-width: 1550px) {
  .singlestd-title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1200px) {
  .singlestd-title {
    font-size: 50px;
    line-height: 60px;
  }

  .singlestd-line {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .singlestd-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .singlestd-title {
    font-size: 50px;
    line-height: 60px;
  }

  .singlestd-right {
    width: 100%;
    justify-content: start;
  }

  .singlestd-illustration {
    width: 50% !important;
    height: auto;
    display: block;
  }

  .singlestd-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100% !important;
  }
}

@media (max-width: 900px) {
  .singlestd-inner {
    flex-wrap: wrap;
  }

  .singlestd-left,
  .singlestd-right {
    flex: 1 1 100%;
  }

  .singlestd-line {
    margin-top: 15px;
  }

  .singlestd-right {
    order: 2;
  }

  .singlestd-title {
    font-size: 50px;
    line-height: 60px;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .singlestd-title {
    font-size: 35px;
    line-height: 40px;
    width: 100%;
  }

  .singlestd-illustration {
    width: 100% !important;
  }
}

@media (max-width: 520px) {
  .singlestd-title {
    font-size: 30px;
    line-height: 40px;
  }

  .singlestd-line {
    margin-top: 15px;
    width: 120px;
    height: 5px;
  }

  .singlestd-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.snglstdsecmain {
  background-color: #000;

  padding: 0px 20px 70px 20px;
}

.snglestdchld {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 1620px;
  max-width: 100%;
  margin: 0% auto;
}

.snglstdhead {
  color: white;
  font-size: 80px;
  font-weight: bold;
  line-height: normal;
  font-family: Arial, sans-serif;
  margin: 0px;
}

/* .singlestdchld-line {
  display: block;
  width: 250px;
  height: 5px;
  background: #a100ff;
} */

.singlestdchld-line {
  display: block;
  width: 0;
  /* Start with zero width */
  height: 5px;
  background: #a100ff;
  /* Solid color for simplicity, or use a gradient */
  margin-bottom: 10px;
  flex-shrink: 0;
  animation: loads 2s linear forwards;
  /* Animation to grow width */
}


.sngpera {
  color: white;
  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  /* spec */
  line-height: 36px;
  /* spec */
}

.snglestdchld p img {
  width: 100%;
}

@media (max-width: 1550px) {
  .snglstdhead {
    font-size: 70px;
    font-weight: bold;
    line-height: 90px;
  }

  .sngpera {
    font-size: 18px;
    /* spec */
    line-height: 30px;
    /* spec */
  }
}

@media (max-width: 1280px) {
  .snglestdchld {
    gap: 10px;
  }

  .snglstdhead {
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
  }

  .sngpera {
    font-size: 16px;
    /* spec */
    line-height: 25px;
    /* spec */
  }
}

@media (max-width: 768px) {
  .snglestdchld {
    gap: 15px;
  }

  .snglstdhead {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
  }

  .sngpera {
    font-size: 16px;
    /* spec */
    line-height: 25px;
    /* spec */
  }
}

@media (max-width: 580px) {
  .snglestdchld {
    gap: 15px;
  }

  .snglstdhead {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
  }

  .sngpera {
    font-size: 14px;
    /* spec */
    line-height: 22px;
    /* spec */
  }
}




.snglestdchld p {
  color: #fff;
  margin: 7px 0px;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.snglestdchld p strong {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 34px;
  text-decoration: underline;
}

.snglestdchld ol li {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.snglestdchld h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Lato", sans-serif;
  margin: 0px;
}

.snglestdchld ol,
ul {
  margin: 0px;
  font-size: 19px;
}

.snglestdchld ul li {
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  font-size: 19px;
}

.snglestdchld ul li::marker {
  color: #a100ff;
  /* apna desired color */
  font-size: 18px;
  /* agar size bhi change karna ho */
}

.snglestdchld h1 {
  font-size: 48px;
  color: #ffffff;
}

.snglestdchld h2 {
  font-size: 35px;
  color: #620598;
}

.snglestdchld h3 {
  font-size: 30px;
  color: #620598;
}

.snglestdchld h4 {
  font-size: 25px;
  color: #620598;
}

.snglestdchld h5 {
  font-size: 22px;
  color: #620598;
}

@media(max-width:1249px) {

  .snglestdchld p {
    color: #fff;
    margin: 7px 0px;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .snglestdchld p strong {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    text-decoration: underline;
  }

  .snglestdchld ol li {
    color: #fff;
    font-family: "Lato", sans-serif;
  }

  .snglestdchld h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    margin: 0px;
  }

  .snglestdchld ol,
  ul {
    margin: 0px;
    font-size: 19px;
  }

  .snglestdchld ul li {
    color: #fff;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
    font-size: 19px;
  }

  .snglestdchld ul li::marker {
    color: #a100ff;
    /* apna desired color */
    font-size: 18px;
    /* agar size bhi change karna ho */
  }

  .snglestdchld h1 {
    font-size: 42px;
    color: #ffffff;
  }

  .snglestdchld h2 {
    font-size: 32px;
    color: #ffffff;
  }

  .snglestdchld h3 {
    font-size: 28px;
    color: #ffffff;
  }

  .snglestdchld h4 {
    font-size: 24px;
    color: #ffffff;
  }

  .snglestdchld h5 {
    font-size: 20px;
    color: #ffffff;
  }
}

@media(max-width:775px) {

  .snglestdchld p {
    font-size: 20px;
    line-height: 26px;
  }

  .snglestdchld p strong {
    font-size: 26px;
  }

  .snglestdchld ol,
  ul {
    font-size: 18px;
  }

  .snglestdchld ul li {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .snglestdchld ul li::marker {
    color: #a100ff;
    /* apna desired color */
    font-size: 18px;
    /* agar size bhi change karna ho */
  }

  .snglestdchld h1 {
    font-size: 36px;
    color: #ffffff;
  }

  .snglestdchld h2 {
    font-size: 28px;
    color: #ffffff;
  }

  .snglestdchld h3 {
    font-size: 24px;
    color: #ffffff;
  }

  .snglestdchld h4 {
    font-size: 22px;
    color: #ffffff;
  }

  .snglestdchld h5 {
    font-size: 20px;
    color: #ffffff;
  }
}

@media(max-width:575px) {

  .snglestdchld p {
    font-size: 18px;
    line-height: 20px;
  }

  .snglestdchld p strong {
    font-size: 22px;
  }

  .snglestdchld ol,
  ul {
    font-size: 17px;
  }

  .snglestdchld ul li {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .snglestdchld ul li::marker {
    font-size: 17px;
    /* agar size bhi change karna ho */
  }

  .snglestdchld h1 {
    font-size: 30px;
  }

  .snglestdchld h2 {
    font-size: 24px;
  }

  .snglestdchld h3 {
    font-size: 22px;
  }

  .snglestdchld h4 {
    font-size: 20px;
  }

  .snglestdchld h5 {
    font-size: 19px;
  }
}

/* Contact US */



/* Gravity Form Wrapper */
.contactcontiner {
  background-color: #000;
}

.contactcontiner .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 70px 20px;
}

.gform_title , .contactheading {
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 97px;
  line-height: 110px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

@media(max-width:1550px) {
  .gform_title {
    font-size: 70px;
    line-height: 80px;
  }
}


@media(max-width:1280px) {
  .gform_title , .contactheading {
    font-size: 60px;
    line-height: 75px;
  }
}

.contact-form {
  width: 50%;
  background-color: #000;
  padding: 0px 20px 70px 20px;
  margin: 0 auto;
}


@media(max-width:1280px) {
  .contact-form {
    width: 80%;

  }
}

@media(max-width:767px) {
  .contact-form {
    width: 85%;

  }

  .gform_title , .contactheading {
    font-size: 40px;
    line-height: 75px;
  }
}

@media(max-width:575px) {
  .contact-form {
    width: 90%;
  }

  .gform_title , .contactheading {
    font-size: 35px;
    line-height: 55px;
  }
}

.gform_wrapper {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

/* Title Center Alignment */
.gform_title , .contactheading {
  margin: auto;
}

/* Large Inputs and Select Fields */
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
  inline-size: 100%;
  height: 51px;
  border-radius: 0px;
  background-color: #202020;
  border: none;
}

/* Removing Border When Active on Inputs and Select */
.gform-theme--foundation .gfield input.large:focus,
.gform-theme--foundation .gfield select.large:focus {
  border: none !important;
  background-color: #333;
  /* Darker background on focus */
}

/* Textarea Styles */
.gform-theme--foundation .gfield textarea.large {
  background-color: #202020;
  border: none;
  border-radius: 0px;
}

/* Specific Inputs (ID Based) */
#input_1_3_6,
#input_1_1_3 {
  background-color: #202020;
  border: none;
  border-radius: 5px;
  height: 50px;
}

/* Input Text Color */
#input_1_9 {
  color: #A2A2A0 !important;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  border-radius: 5px;
}

/* Label Styling */
.gfield_label {
  color: white !important;
  font-family: Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

/* On Field Focus: Remove Border and Change Background */
.gform-theme--foundation .gfield input:focus,
.gform-theme--foundation .gfield textarea:focus,
.gform-theme--foundation .gfield select:focus {
  border: none;
  background-color: #333;
  /* Darker background on focus */
  color: white;
}

/* Change Background When Suggesting Text */
.gform-theme--foundation .gfield input[type="text"]:not(:focus):not(:placeholder-shown) {
  background-color: #282828 !important;
  /* Change the background when text is entered */
}

.gform-theme--foundation .gfield input[type="text"]:not(:focus):not(:placeholder-shown)~.gfield_label {
  color: #ffffff !important;
}

/* Handle Suggested Text (Autocomplete) */
.gform-theme--foundation .gfield input[type="text"]:focus {
  background-color: #333 !important;
  /* Background when focused */
  border: none !important;
}

#label_1_11_1 {
  color: white !important;
  font-family: Arial, sans-serif !important;
  font-weight: lighter !important;
  font-size: 18px !important;

}
@media(max-width:575px){
   #label_1_11_1{
    font-size: 16px!important;
  }
}

.gform_button,
#gform_submit_button_1 {
  background: linear-gradient(90deg, #7500C0, #A100FF);
  color: #fff;
  border: none;
  padding: 15px 35px;
  font-size: 16px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition: background-position 0.6s ease, transform 0.3s ease;
  &:hover {
    background-position: right center;
  }
}

.navigation {
  padding: 0px 20px;
  position: relative;
  z-index: 55;
}




/* footer css */
.footer-wrap {
  width: 100%;
  background: #000;
  display: flex;
  justify-content: center;
}

/* ===== BG BLOCK (image + gradient) ===== */
.footer-bg {
  width: 1700px;
  max-width: 100%;
  position: relative;
  padding-top: 72px;
  padding-bottom: 5px;
  border-radius: 150px 150px 0px 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  isolation: isolate;
}

/* background image */
.footer-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/tecnosurge/wp-content/uploads/2025/08/Group-53.png") center/cover no-repeat;
  /* replace path */
  z-index: -2;
}

/* purple glow gradient overlay (#A100FF @ 20%) with dark fade */
.footer-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(161, 0, 255, 0.2) 0%,
      rgba(161, 0, 255, 0.1) 35%,
      rgba(0, 0, 0, 0.85) 100%);
  z-index: -1;
}

/* ===== INNER LAYOUT ===== */
.footer-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px 0px;
  /* side/bottom breathing room */
  box-sizing: border-box;
  gap: 70px;
  /* title ↔ links = 80px (spec) */
}

/* ===== TITLE ===== */
.footer-title {
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 42px;
  /* spec */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

/* ===== NAV AREA ===== */
.footer-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  /* big row ↔ small row spacing */
}

/* top links row */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  /* 30px gap between items (spec) */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* purple separators between items */
.footer-links li {
  position: relative;
  display: flex;
  align-items: center;
}

/* separator line (not after last) */
.footer-links li:not(:last-child)::after {
  content: "";
  display: block;
  width: 26px;
  /* separator width */
  height: 3px;
  background: #a100ff;
  border-radius: 2px;
  margin-left: 30px;
  /* keeps total gap = 30px visually */
}

/* sub links row */
.footer-sub-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sub-links li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-sub-links li:not(:last-child)::after {
  content: "";
  width: 26px;
  height: 3px;
  background: #a100ff;
  border-radius: 2px;
  margin-left: 30px;
}

/* links look */
.footer-links a,
.footer-sub-links a {
  /* font-family: Arial, sans-serif; */
  font-size: 21px;
  /* spec */
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

/* ===== COPYRIGHT PILL ===== */
/* distance from links to copyright = 150px (spec) */
.footer-copy {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 100px;
  background: #a100ff;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-radius: 22px 22px 0px 0px;
}

/* ===== RESPONSIVE POLISH ===== */

@media (max-width: 1550px) {
  .footer-bg {
    margin: 0px 20px;
    border-radius: 100px 100px 0px 0px;
  }

  .footer-copy {
    margin-top: 70px;
  }

  .footer-nav {
    gap: 25px;
  }

  .footer-links {
    gap: 15px;
    /* 30px gap between items (spec) */
  }

  .footer-links a,
  .footer-sub-links a {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .footer-bg {
    border-radius: 65px 65px 0px 0px;
  }

  .footer-copy {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .footer-bg {
    margin: 0px 20px;
    border-radius: 50px 50px 0px 0px;
  }

  .footer-title {
    font-size: 34px;
  }

  .footer-inner {
    gap: 50px;
  }

  .footer-copy {
    font-size: 16px;
    padding: 12px 70px;
  }

  .footer-links li:not(:last-child)::after {
    display: none;
  }

  .footer-sub-links li:not(:last-child)::after {
    display: none;
  }

  .footer-links li {
    border-right: 2px solid #a100ff;
    padding-right: 10px;
  }

  .footer-sub-links li {
    border-right: 2px solid #a100ff;
    padding-right: 10px;
  }
}

@media(max-width:575px) {
  .footer-nav {
    gap: 35px;
  }

  .footer-copy {
    padding: 12px 35px;
  }
}

@media (max-width: 480px) {
  .footer-title {
    font-size: 25px;
  }

  .footer-links a,
  .footer-sub-links a {
    font-size: 16px;
  }

  .footer-inner {
    gap: 48px;
  }

  .footer-copy {
    font-size: 14px;
    height: 54px;
  }

  .footer-links li:not(:last-child)::after,
  .footer-sub-links li:not(:last-child)::after {
    width: 18px;
    margin-left: 20px;
  }

}


ul.footer-media-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tex-wraps {
  margin: 0px 20px;

  a img {
    width: 35px;
    height: 35px;

  }
}

@media (max-width: 578px) {
  ul.footer-media-links {
    /* width: 65%; */
    margin: 0;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 0px;
    justify-content: center;
  }
}

.contact-underline {
  display: block;
  width: 0;
  height: 5px;
  background: #a100ff;
  margin-bottom: 10px;
  flex-shrink: 0;
  animation: load 2s linear forwards;
  margin-top: 15px;
  margin: 0 auto;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 250px;
  }
}









