@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');


ul, li {
    margin: 0;
    padding:0;
}
section.thank-page .alert {
    position: inherit;
}
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 17px;
  margin: 1.5rem 0;
  line-height: 1.7;
  color: #434343;
}

.navbar {
  background-color: #101010 !important;
  padding: 1rem 2rem;
}

.nav-link {
  color: #fff !important;
  margin: 0 0.5rem;
}

.nav-link.active,
.nav-link:hover {
  color: #ff2d2d !important;
}

.btn-contact {
  background-color: #555;
  color: #fff;
  border-radius: 10px;
  padding: 0.5rem 3rem;
  margin-right: 1rem;
  border: 1px solid #fff;
}

.btn-contact:hover {
  background-color: #ff2d2d;
  color: #fff;
}

header.site-header {
  width: 100%;
  max-width: 100% !important;
  display: block;
  padding: 0;
}

.sidebar-home {
  background-color: #222;
  min-height: 100vh;
  padding: 1rem;
}

.sidebar-home h6 {
  color: #ff5f5f;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 1rem;
}

.sidebar-home .nav-link {
  color: #ccc;
  font-size: 0.9rem;
  margin: 0.3rem 0;
  display: flex;
  align-items: center;
}

.sidebar-home.nav-link:hover {
  color: #fff;
}

.btn-explore {
  background-color: #ff2d2d;
  color: #fff;
  padding: 0.75rem 1.5rem;
  margin-right: 1rem;
}

.btn-explore:hover {
  background-color: #ff4444;
}

.btn-contact {
  background-color: transparent;
  border: 1px solid #666;
  color: #fff;
  padding: 0.75rem 1.5rem;
}

.btn {
  padding: 10px 28px;
  font-size: 16px;
}

.btn-contact:hover {
  background-color: #333;
}
ul#pills-tab li {
    margin-bottom: 6px;
    margin-top: 6px;
}
.hero h1 {
  font-size: 3.0rem;
  font-weight: 700;
  /*margin-right: -35px;*/
}

.hero p {
  color: #ffffffd1;

}

.hero-image img {
  max-width: 100%;
  border-radius: 10px;
}

.home main#main {
  width: 100%;
  max-width: 100%;
}

.home .sidebar {
  background: #101010;
  padding: 20px 12px;
}

.sidebar .btn-danger {
  background-color: #ec2226;
  border-color: #ec2226;
  padding: 14px 15px;
  font-size: 17px;
  border-radius: 12px;
}

.sidebar .btn-danger img {
  margin-left: 17px;
}

.sidebar h6 {
  color: #ec2226;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0 35px;
}

.nav-link {
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 16px 15px;
  margin-bottom: 10px;
}

.nav-link img {
  margin-right: 10px !important;
  width: 36px !IMPORTANT;
  height: 27px !important;
}

.padding-sec {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.hero {
  background: #010101;
  width: 100%;
  padding-top: 95px;
  min-height: 82vh;
}

.hero h1 span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}

.btn {
  border-radius: 12px;
  /*  padding: 16px 30px;
  font-size: 19px;*/
}

.logo-strip {
  padding: 2rem 0;
  background-color: #fff;
}

.logo-strip img {
  max-height: 50px;
  max-width: 150px;
  filter: grayscale(100%) brightness(0.6);
  transition: filter 0.3s ease;
}

.logo-strip img:hover {
  filter: grayscale(0%) brightness(1);
}

.features-section {
  padding: 4rem 0;
}

.feature-card {
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  padding: 35px 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 80px;
  height: 80px;
}

.feature-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 35px;
}

.feature-text {
  font-size: 17px;
  color: #8e8e93;
}

.section-title {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}

.video-sec .section-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 3rem;
}

.video-sec .feature-box img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.video-sec .feature-item {
  margin-bottom: 2rem;
}

.video-sec .feature-item h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.video-sec .progress {
  height: 6px;
  border-radius: 5px;
}

.video-sec .btn-cta {
  background: #e53935;
  color: #fff;
  font-weight: 600;
  padding: 0.9rem 1.8rem;
  border-radius: 10px;
  margin-top: 1rem;
  box-shadow: 0 4px 12px rgba(229, 57, 53, 0.4);
  transition: 0.3s ease;
}

.video-sec .btn-cta:hover {
  background: #d32f2f;
  color: #fff;
}

.best-slider-slider .card-body {
  padding: 1.5rem;
}

.best-slider-slider .card-title {
  font-size: 25px;
  font-weight: 600;
}

.best-slider-slider .rating {
  color: #000;
  font-size: 18px;
  margin-right: 12px;
}

div#news-slider .post-slide {
  padding: 0 15px;
}

div#news-slider .post-slide p {
  color: #8e8e93;
}

div#news-slider .post-slide .btn.loc-btn {
  border-radius: 8px;
  padding: 9px 25px;
  font-size: 16px;
  background: #34c75924;
  color: #34c759;
  border-radius: #34c759;
}

.owl-controls .owl-buttons div {
  background-image: url("https://nsfwcoders.com/wp-content/uploads/2025/09/Frame.png");
  background-position: center;
  width: 60px;
  height: 60px;
}

footer#site-footer {
  max-width: 100%;
  background: #000000;
  padding: 50px 0;
}

.owl-controls .owl-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.owl-controls .owl-buttons div.owl-next {
  filter: invert(1);
  transform: rotate(180deg);
}

.owl-controls .owl-buttons div {
  border: 2px solid #c7c7cc;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0 8px;
}

.contact-box p {
  margin: 0;
}

ul.nav#pills-tab li button {
  width: 100%;
  background: transparent;
  margin-bottom: 0;
}

ul.navbar-nav li.nav-item {
  position: relative;
  margin-right: 15px;
}

ul.navbar-nav li.nav-item::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 25%;
  right: -3px;
  background-color: #fff;
}

ul.navbar-nav li.nav-item:last-child::before {
  display: none;
}

header.site-header a.btn.btn-contact:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #ec2226;
  border-radius: 12px;
  animation: pulse-border 1100ms ease-out infinite;
}

header.site-header a.btn.btn-contact:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #101010;
  border-radius: 12px;
  transition: all 200ms;
  z-index: 0;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}

header.site-header a.btn.btn-contact {
  position: relative;
  border-color: #ec2226;
}

header.site-header a.btn.btn-contact span {
  position: relative;
  z-index: 1;
}

.hero-image video {
  margin-bottom: -7px;
}

div#conatct-from-popup .modal-dialog {
  background: transparent;
  width: 100%;
  /*max-width: min-content;*/
  /*background-image: linear-gradient(90deg, #6915F1 0%, #0274B3 100%);*/
  background-color:#fff;
    padding: 20px 20px;
    border-radius: 20px;
  /*min-width: 65%;*/
  /*height: 90%;*/
}

div#conatct-from-popup.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

div#conatct-from-popup .modal-content {
  background-color: transparent;
  border: none;
  padding: 0;
}

div#conatct-from-popup .modal-header {
  border: none;
  padding: 0;
}

.modal-header .btn-close {
  display: flex;
  top: 25px;
  background-color: #FFFFFF1F;
  font-size: 33px;
  border-radius: 50px;
  padding: 16px;
  color: #fff;
}

div#conatct-from-popup .modal-header {
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
}

div#conatct-from-popup .modal-header .btn-close {
    padding: 12px;
    z-index: 100;
    opacity: 1;
    background-image: none;
    width: 25px;
    height: 25px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        top: -25px;
            right: -25px;
}

div#conatct-from-popup .contact-container h2 {
  font-family: 'Roboto';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
  color: #FFFFFF;
}

div#conatct-from-popup p {
  color: #e2e2e2e6;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 0;
}

div#conatct-from-popup .branding {
  position: absolute;
  bottom: 20px;
}

div#conatct-from-popup .branding img {
  width: 60%;
}

div#conatct-from-popup label.form-label,
div#conatct-from-popup label.form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
}

div#conatct-from-popup .form-control::placeholder {
  color: #595959;
  font-size: 14px;
  font-weight:500;
}

div#conatct-from-popup .form-control {
    border-bottom: 2px solid #D1D1D6;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
    border-radius: 0;
}

div#conatct-from-popup button.btn.btn-submit {
  background-color: #ec2024;
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 29px 29px 29px 29px;
  padding: 14px 23px 14px 23px;
}

div#conatct-from-popup button.btn.btn-submit:hover {
  background-color: #131623;
  color: #ffffff;
}

footer {
  background: #000;
  color: #ccc;
  padding: 3rem 1rem 1rem;
}

footer h2 {
  font-weight: 700;
  color: #fff;
}

footer h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}

footer a {
  color: #999;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

footer a:hover {
  color: #fff;
}

.social-icons a {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.7rem;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.85rem;
}

footer .brand {
  font-weight: 700;
  color: #e53935;
  font-size: 1.25rem;
}

footer .brand span {
  font-size: 0.8rem;
  font-weight: 400;
  display: block;
  color: #ccc;
}

footer#site-footer h2 {
  font-size: 40px;
  line-height: 1.3;
}

footer#site-footer h5 {
  font-size: 20px;
  margin-bottom: 16px;
}

footer#site-footer a {
    color: #ffffff85;
    font-size: 14px;
    margin-bottom: 15px;
}
footer#site-footer a .fa-2x {
    font-size: 16px;
    color: #fff;
    border: 1px solid #ffffff8a;
    border-radius: 50px;
    padding: 8px;
    width: 35px;
    height: 35px;
    text-align: center;
}
footer .arrow-imggg::before {
  content: " ";
  position: absolute;
  background-image: url("https://nsfwcoders.com/wp-content/uploads/2025/09/bottom-arr-txt.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: -1px;
  top: -1px;
  width: 150px;
  height: 150px;
  animation: animName 20s linear infinite;
}

footer .arrow-imggg img {
  width: 118px;
  height: 118px;
  position: absolute;
  right: 14px;
}

.arrow-imggg {
  position: relative;
  padding: 15px 15px;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

footer#site-footer .container {
  max-width: 85%;
}

.footer-bottom p {
  color: #fff;
}

.feature-box video.embed-responsive-item {
  width: 100%;
}

.contact-section {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact-section .form-control {
  border-radius: 8px;
  padding: 12px;
  background: #F9F9F8;
}

.btn-red {
  background: linear-gradient(to right, #ff4b2b, #ff0000);
  border: none;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-red:hover {
  background: linear-gradient(to right, #ff0000, #ff4b2b);
}

.testimonial-card img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: 16px;
}

.testimonial-card {
  border: 1px solid #e5e5ea;
  border-radius: 16px;
  padding: 15px;
  background: #FBFBFD;
}

.testimonial-card .play-btn {
  background: #191D2F;
  display: inline-block;
  border-radius: 28px;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 11px;
}

.testimonial-card .testimonial-overlay {
    position: absolute;
    top: 191px;
    padding: 12px;
}

.testimonial-card .testimonial-overlay p {
  color: #fff;
}

.testimonial-card img.quote-icon01 {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 3px;
  top: 12px;
  border-radius: 0;
  object-fit: contain;
}

.form-row {
  border: 1px solid #e5e5ea;
  border-radius: 16px;
}

.form-row img {
  width: 100%;
}

div#faqAccordion .accordion-item {
  border: 1px solid #e5e5ea !IMPORTANT;
  border-radius: 12px !important;
  margin-bottom: 15px;
  padding: 4px;
}

div#faqAccordion .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
}

.navbar-brand {
  width: 11%;
}
button.btn.btn-primary.video-btn {
    padding: 0;
    background: transparent;
    border: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.modal button.btn-close {
    position: absolute;
    right: -15px;
    z-index: 100;
    border: none;
    top: -20px;
    background-color: #fff;
    opacity: 1;
    width: 50px;
    height: 50px !important;
    border-radius: 50px;
    padding: 0;
    font-size: 13px;
    min-height: auto;
}
 .contact-box {
      background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
      border-radius: 30px;
      color: #fff;
      padding: 40px;
      position: relative;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }
div#form-popup.modal button.btn-close.close-btn {
    position: absolute;
    top: 45px;
    right: 57px;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 50%;
    width: 40px;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    min-height: auto;
    opacity: 1;
    color: #fff;
    filter: invert(1);
}
div#form-popup .form-control:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
div#form-popup .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-radius: 0;
    color: #fff;
    padding: 5px 0px;
    font-size: 14px;
}
   div#form-popup .form-control::placeholder {
      color: rgba(255,255,255,0.7);
    }
div#form-popup .form-check-label {
    color: #fff;
    font-size: 14px;
}
.contact-box p {
    margin: 0;
    font-size: 14px;
}
div#form-popup h2 {
    font-size: 25px;
}
    .btn-submit {
      background: red;
      color: #fff;
      border: none;
      padding: 10px 30px;
      border-radius: 30px;
      font-weight: 500;
      transition: 0.3s;
    }
    .btn-submit:hover {
      background: darkred;
    }
.modal-header {
    padding: 0;
}
.modal-content {
    background-color: transparent !IMPORTANT;
    padding: 0;
    border: none;
}
.modal-dialog {
    max-width: 70%;
}
img.popup-logo {
    width: 140px;
    position: absolute;
    bottom: 26px;
}
.post-meta {
    font-size: 14px;
    background: #FFFFFF1A;
    padding: 9px 20px 9px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 1rem;
    color: #fff;
}
    .featured-text {
      position: relative;
      z-index: 2;
      font-size: 2rem;
      font-weight: bold;
    }
footer#site-footer h3 {
    font-size: 18px;
}
.featured-img img {
    height: 435px;
    width: 100%;
    object-fit: cover;
}
.excerpt-txt p {
    color: #fff;
   margin: 0 0 20px;
}
.post-meta svg {
    width: 22px;
    margin-right: 6px;
}
/**/
 .about-banner {
      background-color: #000;
      color: #fff;
      text-align: center;
    }
    .about-banner h1 {
      font-weight: 700;
    }
    .about-banner p {
      font-size: 1rem;
      max-width: 700px;
      margin: 20px auto;
      color: #ccc;
    }
    .about-banner .btn-explore svg {
    width: 13px;
    margin-right: 5px;
}
   .video-wrapper {
      position: relative;
      max-width: 800px;
      margin: 40px auto 0;
      border-radius: 20px;
      overflow: hidden;
    }
    .video-wrapper img {
      width: 100%;
      border-radius: 20px;
    }
   .video-wrapper .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      color: #e50914;
      cursor: pointer;
    }
    .video-wrapper .play-btn svg {
    fill: #ffffffcf;
}
    .text-outline-white span {
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
}
section.bigggg-text h2 {
    margin: 0;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #f6f6f6;
    color: #fbfbfb;
    font-size: 190px;
    font-weight: 900;
    text-align: center;
}
.about-banner {
    padding-bottom: 170px;
}
section.ab-video {
    margin-top: -180px;
}
    .all-about-section h2 {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 20px;
    }
    .all-about-section p, p.text-muted {
      color: #333 !important;
      line-height: 1.7;
    }
    .about-img {
      max-width: 100%;
      border-radius: 10px;
    }

    /* --- CTA Section --- */
    .ab-cta-section {
      background-color: #000;
      color: #fff;
      text-align: center;
      padding: 70px 20px;
    }
.ab-cta-section h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.4;
}
.ab-cta-section h2 img {
    width: 100px;
}
    .ab-cta-section .btn-explore {
      background: #e50914;
      border: none;
      padding: 12px 30px;
      border-radius: 8px;
      font-weight: 600;
      margin-top: 25px;
    }
.about-icons-section01 .border {
    border-color: #dee2e6 !important;
    padding: 30px !important;
    border-radius: 16px;
}
.about-icons-section01 .border img {
    margin-bottom: 20px;
}

    .media-coverage h2 {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 20px;
    }

    .media-coverage p {
      color: #ccc;
      line-height: 1.7;
    }

    /*.media-logo {*/
    /*  background-color: #111;*/
    /*  border-radius: 10px;*/
    /*  padding: 30px;*/
    /*  text-align: center;*/
    /*  transition: all 0.3s ease;*/
    /*}*/

.media-logo img {
    max-width: 100%;
}

    .media-logo:hover {
      background-color: #1a1a1a;
      transform: translateY(-5px);
    }

.bg-dark {
    background-color: #060606 !important;
}
div#story-slider p {
    width: 70%;
}
div#story-slider img {
    width: 90%;
    height: 320px;
    object-fit: cover;
    margin: 0 auto;
}
div#story-slider .owl-controls .owl-buttons {
    justify-content: flex-start;
    margin-top: 0;
    position: absolute;
    bottom: 0;
}
h2.year-heading {
    font-size: 10em;
    font-weight: 700;
    line-height: 0.8em;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #E5E5EA;
    stroke: #E5E5EA;
    color: #F6F6F6;
    margin-bottom: -65px;
    width: 100%;
    margin-left: -18px;
}
.post-slide {
    padding: 0 15px;
    height: 100%;
}
div#business-choose-slider .post-slide img {
    width: 65px;
    margin-bottom: 15px;
}
div#business-choose-slider h5 {
    font-size: 22px;
}
div#business-choose-slider .owl-controls .owl-buttons {
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 45%;
}
div#cients-logos-slider1, div#cients-logos-slider2 {
    padding: 0;
}
div#cients-logos-slider1 {
    margin-bottom: 8px;
}
div#cients-logos-slider1 .border, div#cients-logos-slider2 .border {
    border-color: #E5E5EA !IMPORTANT;
    border-radius: 14px !important;
    padding: 25px 18px !important;
}
div#cients-logos-slider1 img, div#cients-logos-slider2 img {
    width: 75px;
    margin-bottom: 10px;
}
div#cients-logos-slider1 h2, div#cients-logos-slider2 h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
section.home-hover-section1 .box-content {
    text-align: center;
}
section.home-hover-section1 .border {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
}
section.home-hover-section1 .box-content p {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
}
section.home-hover-section1 .box-content h2 {
    font-weight: 700;
    font-size: 30px;
}
div#team-slider .post-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 185px;
}
div#team-slider .post-slide {
    padding: 0 10px;
}
div#team-slider .icon-div {
    position: absolute;
    width: 100%;
    top: 45%;
}
div#team-slider .icon-div img {
    background: #ffffff57;
    padding: 0;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    object-fit: none;
}
div#team-slider .owl-controls.clickable {
    position: absolute;
    top: -160px;
    right: 20px;
}
.about-icons-section01.know-ab .border {
    border-color: #FFFFFF12 !important;
    padding: 30px !important;
    border-radius: 16px;
    background: #FFFFFF05;
}
.ab-fsqqqq .accordion-button::after {
    background-image: url("https://nsfwcoders.com/wp-content/uploads/2025/10/Vector-1-1.png)");
}
.ab-fsqqqq .accordion-button:not(.collapsed)::after {
     background-image: url("https://nsfwcoders.com/wp-content/uploads/2025/10/Vector-1-1.png)");
}
.btn-explore:hover {
    background-color: #414141;
}
section.candy-banner-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
a.btn.btn-border.text-white {
    border: 1px solid #fff;
    line-height: 21px;
}
.clone-feature-section {
      background: #f9f9f9;
    }
.clone-feature-section .feature-tags span {
    background: #fff;
    border-radius: 30px;
    padding: 9px 22px;
    margin: 5px;
    display: inline-block;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 1px solid #ddd;
    color: #000;
}
.clone-feature-section .feature-card {
      background: #000;
    }
.clone-feature-section .feature-card img {
      width: 100%;
      border-radius: 15px;
      object-fit: cover;
    }
.stats-box::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 3px;
    background: #ddd;
    right: -11px;
}
.col-6.stats-box h3 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
}
.col-6.stats-box p {
    margin: 8px 0 0;
}
.clone-feature-section .feature-card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.clone-feature-section .feature-card h5 {
    font-size: 25px;
}
section.clone-feature-section img.play-btn {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 70px;
}
section.clone-feature-section img {
    width: 100%;
}
section.clone-icons-section01 p.text-muted.text-white {
    color: #ffffff7a !important;
}
.box-sh-row{
    border: 1px solid #ffffff3b;
    border-radius: 20px;
    padding: 25px;
    background:#101010;
}
.case-study-sec .card img {
    border-radius: 12px;
    width: 100%;
    height: 25rem;
    object-fit: cover;
}
.case-study-sec .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.case-study-sec .btn-outline-dark {
  border-radius: 30px;
  font-size: 0.9rem;
  padding: 6px 18px;
}
.mid-col {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
    display: flex;
    justify-content: end;
    position: relative;
}
div#candyfeature-slider .step-box {
    background: #ffffff0a;
    border-right: 2px solid #ffffff1c;
}
div#candyfeature-slider .post-slide {
    padding: 0 0px;
}
div#candyfeature-slider .post-slide h6 {
    margin-bottom: 40px;
}
div#candyfeature-slider .post-slide p {
    margin-top: 15px;
    color: #ffffff6b;
}
.mid-col img.hover-imgg {
    position: absolute;
    width: 275px;
    height: 160px;
    object-fit: cover;
    left: 13px;
    transform: rotate(-10deg);
    transition: .2s all ease;
    opacity: 0;
}
.mid-col:hover img.hover-imgg {
    opacity:1;
}
div#candyfeature-slider .owl-controls.clickable {
    display: none !important;
}
.border-txt {
    width: 60%;
}
.icon-imgggg {
    position: absolute;
    right: 0;
    top: 40px;
}
.icon-imgggg img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.usecase-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  transition: all 0.3s ease;
  background: #fff;
}
.usecase-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}
.usecase-card img {
    width: 58px;
    margin-bottom: 15px;
}
.usecase-card h6 {
    font-size: 17px;
    font-weight: 600;
}
.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    padding-left: 50px;
}

.process-number {
    background: #FCD7D8;
    color: #EC2024;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 20px;
    flex-shrink: 0;
}
.process-step::before {
    content: " ";
    position: absolute;
    height: 100%;
    border-left: 3px dashed #EC2024;
    left: 68px;
    z-index: -1;
    top: 23px;
}
.process-text {
    margin-top: 12px;
}
.process-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 400px;
}
section.bg-imggg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.process-text p {
    margin-top: 0;
}
.process-text h6 {
    font-weight: 700;
    font-size: 20px;
}
.process-step:last-child::before {
    border: none;
}
/* --- Tech Stack Section --- */

    .tech-btn {
      background-color: #f44336;
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 10px 25px;
      transition: 0.3s;
    }

    .tech-btn:hover {
      background-color: #ff5e52;
    }

    .tech-tags {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-top: 40px;
    }

.tech-tag {
    color: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #222;
    transition: 0.3s;
    display: block;
    text-align: center;
    background: linear-gradient(90deg, rgb(255 255 255 / 8%) 0%, rgba(0, 0, 0, 1) 50%, rgb(255 255 255 / 12%) 100%);
    margin-bottom: 30px;
}

    .tech-tag:hover {
      background-color: #1e1e1e;
    }

    /* --- Business Model Section --- */

    .business-tabs .btn {
      border-radius: 30px;
      background-color: #f8f8f8;
      color: #000;
      border: 1px solid #eee;
      margin-right: 10px;
      transition: 0.3s;
    }

    .business-tabs .btn.active,
    .business-tabs .btn:hover {
      background-color: #f44336;
      color: #fff;
    }
    .plan-card {
      border: 1px solid #eee;
      border-radius: 15px;
      padding: 25px;
      transition: all 0.3s ease;
      background: #fff;
    }

    .plan-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    .imgg-card img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 15px;
      object-fit: cover;
      height: 240px;
    }
.learn-more {
    font-size: 0.9rem;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    width: 100%;
    justify-content: end;
}
.learn-more img {
    width: 25px;
    height: auto;
    border-radius: 0;
    object-fit: none;
    margin: 0;
}

    .learn-more:hover {
      color: #f44336;
    }
section.tech-section .owl-controls.clickable {
    display: none !important;
}
/*div#tech-tags-slider1 {*/
/*    margin-left: -70px;*/
/*    padding: 0;*/
/*    width: 110%;*/
/*    max-width: 110%;*/
/*}*/
/*div#tech-tags-slider2{*/
/*    padding: 0;*/
/*    margin-left: -20px;*/
/*     width: 105%;*/
/*    max-width: 105%;*/
/*}*/
section.red-bg {
    background: #ec2226;
}
section.red-bg.elevate-sec a.btn {
    background: #fff;
    color: #ec2226 !important;
}
section.red-bg.elevate-sec a.btn svg {
    fill: #ec2226 !important;
}
/* --- Advantages Section --- */
    .advantage-card {
      padding: 30px 25px;
      transition: 0.3s;
      height: 100%;
    border-right: 1px solid #d1d1d6;
}

    .advantage-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }
.advantage-icon img {
    width: 40px;
    margin-bottom: 20px;
}
.advantage-card p {
    margin-top: 0;
}
hr{
   background-color:#d1d1d6; 
}
  /* --- Testimonial Section --- */
    .testimonial-section {
      position: relative;
    }

.testimonial-section h2 {
    font-size: 215px;
    font-weight: 600;
    position: absolute;
    top: 30%;
    left: 59%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
    color: #fff;
}

.testimonial-img {
    position: relative;
    z-index: 2;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

    .client-info {
      z-index: 3;
      position: relative;
      margin-top: 20px;
    }

.border-txt {
    padding-right: 65px;
}

    .info-card {
      border: 1px solid #eee;
      border-radius: 15px;
      padding: 25px 30px;
      background: #fff;
      transition: all 0.3s ease;
      height: 100%;
      text-align: left;
      position: relative;
    }

    .info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .info-card h5 {
      font-weight: 600;
    }

    .dot {
      position: absolute;
      top: 25px;
      right: 25px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .dot.blue { background-color: #2196f3; }
    .dot.red { background-color: #f44336; }
    .dot.purple { background-color: #9c27b0; }
    .dot.yellow { background-color: #ffeb3b; }
    .dot.green { background-color: #4caf50; }
    .dot.pink { background-color: #e91e63; }

    .arrow-btn {
      position: absolute;
      bottom: 25px;
      right: 25px;
      width: 35px;
      height: 35px;
    }

    .arrow-btn:hover {
      background-color: #f44336;
      color: #fff;
      border-color: #f44336;
    }
.clone-feature-section .feature-tags button {
    border: none;
    background-color: transparent !IMPORTANT;
}
.clone-feature-section .nav-tabs, .clone-feature-section div#nav-tabContent {
    border: none !important;
    padding: 0 !IMPORTANT;
}
.mega-menu .info-card {
    border: none;
    min-height: 295px;
}
.mega-menu .info-card:hover {
    transform: none;
    box-shadow: none;
}
.mega-menu .info-card h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}
.mega-menu .info-card:last-child {
    border: none;
    padding-right: 0;
}
.dropdown-menu li {
    font-size: 14px;
    margin-bottom: 9px;
}
.info-card a.know-more {
    color: #EC2024;
    font-weight: 500;
}
.contact-icons {
    background-image: url("https://nsfwcoders.com/wp-content/uploads/2025/10/Frame-2147207522.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.contact-icons a img {
    width: 100%;
}
.mega-menu .info-card ul {
    list-style: none;
}
.contact-support-tab .nav-pills .nav-link.active {
      background-color: #0d6efd;
    }
  .contact-support-tab  .tab-content {
      flex: 1;
    }
  .contact-support-tab  .support-card {
      border: 1px solid #dee2e6;
      border-radius: 0px;
      background: #fff;
      padding: 20px;
      height: 100%;
    }
   .contact-support-tab .support-card a {
      text-decoration: none;
      color: #0d6efd;
      font-weight: 500;
    }
.contact-support-tab .sidebar {
    border-right: 1px solid #dee2e6;
    height: 100vh;
    position: relative;
    min-height: 770px;
}
.contact-support-tab .nav-pills .nav-link {
    background-color: transparent !important;
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}
.contact-support-tab .sidebar::before {
    content: " ";
    position: absolute;
    height: 545px;
    background-color: #D9D9D9;
    left: 10px;
    top: 40px;
    width: 8px;
}
.contact-support-tab .sidebar div#v-pills-tab {
    padding-left: 17px;
}
.contact-support-tab .nav-pills .nav-link.active::before {
    content: " ";
    position: absolute;
    left: 10px;
    width: 8px;
    background-color: #0274B3;
    height: 82px;
}
 .contact-infff {
      background-color: #000;
      border-radius: 15px;
      padding: 40px;
      margin-top: 40px;
    }

.contact-infff p, .contact-infff a {
    color: #bfbfbf;
    margin-bottom: 5px;
    margin-top: 6px;
}

    .contact-infff a:hover {
      color: #0d6efd;
      text-decoration: none;
    }

    .contact-infff .social-links a {
      display: block;
      margin-bottom: 8px;
      color: #0d6efd;
    }
.contact-infff img {
    margin-bottom: 30px;
    width: 71px;
    height: 71px;
    object-fit: contain;
}
section.find-contact-sec .support-card {
    border-right: 1px solid #ddd;
    padding: 0 30px 0 25px;
}
a {
    text-decoration: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > .row {
    background-color: #fff;
    margin: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu::before {
    background-image: url('https://nsfwcoders.com/wp-content/uploads/2025/10/menu-bar.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: " ";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    z-index: -1000000;
}
.ktm-mega-menu .dropdown-menu {
    padding: 7px !IMPORTANT;
}
.alert {
    position: absolute;
    z-index: 50000;
    width: 100%;
    text-align: center;
}





/**====================== 
CONTACT MODAL CSS START 
=========================**/

.modal-info-box {
    padding: 20px 20px;
    background-color: #000;
    border-radius: 14px;
}

.modal-info-content {
    margin-bottom: 5px;
}

.modal-info-content h2 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
}

.contact-form-box .input-group {
    margin-bottom: 30px;
}

form.contact-form-box {
    padding-top: 20px;
}

/**====================== 
CONTACT MODAL CSS FINISH 
=========================**/




.hover-text p {
    color:#fff;
}


@media all and (min-width: 1200px) and (max-width:1399px) {
    .sidebar-box {
            padding: 16px 10px;
    }
    
    .sidebar-sticky-box {
        top: 60px;
    }
    
    .schdule-call-button .btn-primary {
            font-size: 15px;
                padding-top: 8px;
    padding-bottom: 8px;
    }
    
     .sidebar-link-list-box ul.sidebar-link {
         gap:25px;
     }
    
    .sidebar-link-list-box ul.sidebar-link li a {
    font-size: 14px;
        
    }
}
