/* Base styles */
body{
    background-position: -10vw -5vw , 90vw 70vh;
    background-attachment: fixed;
    background-size: 20vw;
    background-repeat: no-repeat;
    background-color: #F3F3F3;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'FuturaLT';
  src: url('../fonts/futura-lt/FuturaLT-CondensedExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/static/Inter_18pt-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-medium';
  src: url('../fonts/static/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter-regular';
  src: url('../fonts/static/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
p{
  font-family: 'Inter-regular', sans-serif;
}
span{
  font-family: 'Inter-regular', sans-serif;
}
small{
    font-family: 'Inter-regular', sans-serif;
}
.custom-accordion .accordion-body{
      font-family: 'Inter-regular', sans-serif;
}

.headings-font {
  font-family: 'FuturaLT', sans-serif;
}

.FontOfInter {
  font-family: 'Inter-regular', sans-serif;
}

.headOne {
  background: linear-gradient(-200deg, #ffffff, #888888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px !important;
  background-size: 300% !important;
  /*animation: Gradient 6s ease infinite !important;*/
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing{
background-color: #000;
}
.offcanvas-title{
  display: none;
}
.btn-close.white-close {
    filter: invert(1);
}

.headOnecolr{
  background: linear-gradient(-45deg, #444444, #ffffff, #888888,  #444444);
 background-size: 300% !important;
  animation: Gradient 6s ease infinite !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-Inter {
  font-family: "in";
}

.navbarToggleColor {
  background-color: white;
}

.imgProfStyle {
  width: 10%;
  height: 10%;
}

.hero-wrapper {
  background:
    /* linear-gradient(rgba(229, 9, 20, 0.7), rgba(229, 9, 20, 0.7)), */
    url('../images/bgHero.webp') center/cover no-repeat;
  color: white;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.bg-wrapper-btm {
  background:
    /* linear-gradient(rgba(229, 9, 20, 0.7), rgba(229, 9, 20, 0.7)), */
    url('../images/Rectanglebg.webp') center/cover no-repeat;
  color: white;
}

/* Remove default spacing from header and hero */
header {
  /*background: transparent;*/
  border-bottom: none;
  padding: 0;
  position: fixed;
    top: 0;
    right: 0;
    left: 0;
  background: linear-gradient(black, #000, rgb(0 0 0 / 74%), #00000000);
  z-index: 9999;
}

/* Adjust nav link styles for dark bg */
.nav-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-custom-btn{
  border: 1px solid #FFFFFF !important;
  border-radius: 5px !important;
  text-decoration: none;
  transition: color 0.3s;    
}
.nav-custom-btn:hover{
  background: radial-gradient(circle at center, #E81823 0%, #930D0F 100%);
  border: 1px solid transparent !important;
}
.nav-links-cus {
  color: white !important;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-link a:hover {
  color: #da0808 !important;
}

.nav-links a:hover {
  color: #da0808 !important;
}

.formHeading {
  background: linear-gradient(90deg, #ffffff, #888888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px !important;
}

/* Ensure hero fills full height */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 80px 0;
  padding-bottom: 190px;
  /* This ensures room for .btm-holo to sit */
  overflow: hidden;
  /* Prevent content from spilling outside hero */
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.curved {

  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* Bottom Hologram */
.btm-holo {
  width: 600px;
  margin-bottom: -48%;
  pointer-events: none;
  user-select: none;
}

.rgt-holo {
  width: 296px;
  pointer-events: none;
  user-select: none;
}

.lft-holo {
  width: 296px;
  pointer-events: none;
  user-select: none;
}

/* Center bottom positioning */
.center-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Common styling for floating elements */
.custom-elements .element {
  position: absolute;
  z-index: 10;
}

/* Specific positions */
.center-bottom {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.left-center {
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}

.left-center2 {
  top: 30%;
  left: -200px;
  transform: translateY(-50%);
}

.right-center2 {
  top: 90%;
  right: -140px;
  transform: translateY(-50%);
}

.right-center {
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
}

.formBorderColor {
  border-color: #848484 !important;
}

.mt-10 {
  margin-top: 10% !important;
}

.vectorsStyles {
  object-fit: contain;
  pointer-events: none;
}

.marginTopAni {
  margin-top: 150%;
}
.info-card{
  box-shadow: 0px 30px 40px -20px #7272721A;
}
.info-card h4{
  font-size: 30px;
}
.stats-list {
    list-style: disc; /* keeps natural bullets */
    padding-left: 1.5rem;
    margin: 0;
}

.stats-list li::marker {
    color: #dc3545; /* Bootstrap 'text-danger' red */
    font-size: 1rem; /* adjust as needed */
}

.highlight {
    color: #dc3545;
    font-weight: bold;
}

/* 
.imgofVectors{
  width: 10%;
  margin-left: 300px;
  z-index: 1000111;
} */
.bgCross {
  background: url(../images/bgCross.webp);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 180px;
  /* or whatever makes sense for your layout */
  padding: 2rem;
  width: 340px;
}

.heightOfCard {
  height: 360px;
}
.SeoResultsImg{
  box-shadow: 0px 30px 40px -20px #7272721A;
}
.firstAiMode {
  margin-top: -10%;
}

.firstVector {
  width: 400px;
  margin-left: 100px;
}

.secondVector {
  width: 300px;
  margin-left: 180px;
  margin-top: 80px !important;
}

.thirdVec {
  width: 300px;
  margin-left: 180px;
  margin-top: -50px;
}

.FourthVec {
  width: 400px;
  margin-left: 100px;
  margin-top: 150px;
}

.sixthVec {
  width: 300px;
  margin-right: 180px;
  margin-top: 70px;
}

.seventhVec {
  width: 300px;
  margin-right: 190px;
  margin-top: 140px;
}

.logobixCenter {
  width: 700px;
  margin-top: 50px;
}

#boxInsided {
  margin-left: 200px !important;
}
.sticky-wrapper{
  position: relative;
    height: 500px;
}
.stick-head {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 0px;
}

.stick-step {
    position: sticky;
    top: 20vh;
    z-index: 2;
    
    align-items: center
}
.stick-step .colm{
    background-color: #000000;
}
main.vis {
        background-image: url(../images/result.webp);
    background-attachment: fixed;
        background-position: center;
    background-size: cover;
}

.texts-sm-center {
  text-align: left;
}

.form-container-dark {
  /* background-color: #121212; */
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

/* Inputs with outline look */
.dark-input {
  background-color: transparent;
  color: #fff;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 10px 12px;
}

.bg-none {
  background: none !important;
  border-color: #444 !important;
}

.lead {
  color: #E9E9E9;
}

.font-50 {
  font-size: 50px;
}

.text-gray {
  color: #848484 !important;
  line-height: 1.8 !important;
}

.btn-bg-clr {
  background: radial-gradient(circle at center, #E81823 0%, #930D0F 100%);
  color: white;
  border: none;
}
.btn-bg-clr:hover{
    background: radial-gradient(circle at center, #930D0F 0%, #E81823 100%) !important;
}
.redish-radial{
  background: radial-gradient(circle at center, #E81823 0%, #930D0F 100%);

}
.bgAllOver {
  background-color: #F3F3F3;
}

.custom-uppercase {
  text-transform: uppercase;
}

.font-small-custom {
  font-size: 13.47px !important;
}

.dark-input::placeholder {
  color: #aaa;
  font-size: 0.95rem;
}

.dark-input:focus {
  border-color: #e50914;
  box-shadow: 0 0 0 0.15rem rgba(229, 9, 20, 0.25);
  background-color: transparent;
  color: #fff;
}

/* Red button with arrow */
.btn-danger {
  background-color: #e50914;
  border: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-danger:hover {
  background-color: #bf0812;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.8em;
  color: #e50914;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a:hover {
  color: #e50914;
}

.hero h2 {
  font-size: 2.8em;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #000;
  color: #e50914;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-primary:hover {
  background-color: #1a1a1a;
}

/* Sections */
section {
  padding: 60px 20px;
}

/* Features */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}

.feature-card {
  background-color: #222;
  padding: 20px;
  flex: 1 1 250px;
  border-radius: 8px;
  text-align: center;
}

.feature-card h4 {
  color: #e50914;
  margin-bottom: 10px;
}

.lft-holo-sec {
  /* width: 296px; */
  pointer-events: none;
  user-select: none;
}

.rgt-holo-sec {
  width: 296px;
  pointer-events: none;
  user-select: none;
}

/* .right-center-sec2 {
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
} */

.left-center-sec {
  top: 50%;
  left: -300px;
  transform: translateY(-50%);
}
   
@keyframes Gradient {
  

0% {
    background-position: 0% 50%;
}

50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}}
.SecondSecBG {
  width: 0px;
}
.OldFeatures{
  margin-top: 0px;
}
.BGimgData{
  margin-top: 0px;
}
.bgCross {
  z-index: 2;
}
.bgCross .one {

    position: absolute;
    height: 100%;
    width: 100%;
    top: 40%;
    object-fit: contain;
    right: -40%;
    z-index:-1
}
.bgCross .two {

    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    object-fit: contain;
    left: 10%;
    z-index:-1
}
.bgCross .three {

     position: absolute;
    height: 100%;
    width: 100%;
    top: 40%;
    object-fit: contain;
    left: -42%;
    z-index:-1
}
.bgCross .four {

    position: absolute;
    height: 100%;
    width: 100%;
   bottom: 85%;
    object-fit: contain;
    left: -50%;
    z-index:-1
}
.topmargined {
  margin-top: -340px;
}
/* .botmargined {
margin-bottom: -250px;} */
/* About */
#about {
  margin: 0px !important;
}

.about p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
}

.feature-card-custom {
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 30px 40px -20px #7272721A;
}

.boxOnCarouselImages {
  width: 240px;
  background-color: #F2F2F2;
  padding: 10px;
  height: 116px;

  /* Overlay settings */
  position: absolute;
  bottom: -25px; /* Pull it halfway down (110px / 2 = 55px) */
  left: 80px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 10;
}

.boxOnCarouselImages2 {
  width: 240px;
  background-color: #F2F2F2;
  padding: 10px;
  height: 116px;

  /* Overlay settings */
  position: absolute;
  bottom: 160px; /* Pull it halfway down (110px / 2 = 55px) */
  left: 640px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 10;
}

.boxOnCarouselImages3 {
  width: 240px;
  background-color: #F2F2F2;
  padding: 10px;
  height: 116px;

  /* Overlay settings */
  position: absolute;
  bottom: 110px; /* Pull it halfway down (110px / 2 = 55px) */
  left: 200px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 10;
}

.boxOnCarouselImages4 {
  width: 240px;
  background-color: #F2F2F2;
  padding: 10px;
  height: 116px;

  /* Overlay settings */
  position: absolute;
  bottom: -40px; /* Pull it halfway down (110px / 2 = 55px) */
  left: 480px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 10;
}

.boxOnCarouselImages5 {
  width: 240px;
  background-color: #F2F2F2;
  padding: 10px;
  height: 116px;

  /* Overlay settings */
  position: absolute;
  bottom: 45px; /* Pull it halfway down (110px / 2 = 55px) */
  left: 80px;

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 10;
}
.HeadingsLinearColor {
  background: linear-gradient(to right, #000000, #585858);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.relative-Overflow {
  overflow: visible !important;
  position: relative;
  margin-bottom: 80px; /* make room for the box below the image */
}

.carousel-control-prev{
left: -40px;
}



.custom-prev, .custom-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: linear-gradient(-45deg, #ffffff, #888888);
    border-radius: 5px;
    color: #000 !important;
}

.custom-prev:hover, .custom-next:hover {
background:radial-gradient(circle at center, #E81823 0%, #930D0F 100%);}


.check-icon {
  width: 16px;
  height: 16px;
}

/* Testimonials */
.testimonial-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-grid blockquote {
  background-color: #1c1c1c;
  padding: 20px;
  border-left: 4px solid #e50914;
}

.seo-img {
  width: 236px;
  height: 236px;
  object-fit: cover;
  filter: grayscale(50%) contrast(1.1);
  transition: 0.3s ease;
}

.seo-img:hover {
  filter: none;
}
.ServiceCard{
  text-align: center;
}
.ServiceCard-text{
  margin-top: 10px;
}
.seo-services h5 {
  color: #000;
  margin-bottom: 8px;
}

.seo-services p {
  color: #333;
  font-size: 16px;
  margin: 0;
}

.linear-gradient-text-heading {
  background: linear-gradient(90deg, #000000, #585858);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For Firefox */
  color: transparent;
}

.custom-accordion .accordion-item {
  background-color: #1a1a1a;
  border: none;
  margin-bottom: 15px;
}

.custom-accordion .accordion-button {
  background-color: #2b2b2b;
  color: #fff;
  font-weight: bold;
  border: none;
  box-shadow: none;
  padding: 1rem;
  position: relative;
  transition: background-color 0.3s;
}

.custom-accordion .accordion-button:not(.collapsed) {
background: radial-gradient(circle at center, #E81823 0%, #930D0F 100%);
  color: white;
}

.custom-accordion .accordion-button::after {
  content: '+';
  font-size: 1.25rem;
  color: white;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: '–';
}

.custom-accordion .accordion-body {
  background-color: #111;
  color: #ccc;
  padding: 1rem;
}

/* Remove Bootstrap default arrow */
.accordion-button::after {
  display: none !important;
}

/* Add custom + and - using ::before */
.accordion-button {
  position: relative;
  padding-right: 3rem;
  /* space for the icon */
  background-color: #2b2b2b;
  color: #fff;
  font-weight: bold;
  border: none;
  box-shadow: none;
  transition: background-color 0.3s;
}

/* Custom icon */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 1.5rem;
  font-size: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

/* Change to minus when open */
.accordion-button:not(.collapsed)::before {
  content: "–";
  color: #fff;
}

/* Open state styling */
.accordion-button:not(.collapsed) {
  background-color: #d92525;
  color: white;
}

/* Optional: Accordion body styling */
.accordion-body {
  background-color: #111;
  color: #ccc;
}



.diagram-wrapper {
  height: 400px;
  /* define height so SVG has room */
}

.connector-svg {
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* .box-item {
  background: white;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
} */
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.box-item {
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  transition: transform 0.3s ease;
  animation: scaleUp 2s ease-in-out infinite;
}

.center-logo img {
  max-width: 140px;
  animation: scaleUp 3s ease-in-out infinite;
}

.left-boxes {
  left: 5%;
  top: 28%;
  transform: translateY(-50%);
}

.left-boxesSec {
  left: 15%;
  top: 47%;
  transform: translateY(-50%);
}

.left-boxesThird {
  left: 15%;
  top: 69%;
  transform: translateY(-50%);
}

.left-boxesFourth {
  left: 5%;
  top: 88%;
  transform: translateY(-50%);
}

.right-boxes2 {
  top: 2%;
  right: 60px;
  justify-content: center;
  display: flex;
  transform: translateY(-50%);
}

.right-boxes {
  right: -2%;
  top: 2%;
  transform: translateY(-50%);
}

.right-boxesSecond {
  right: 15%;
  top: 43%;
  transform: translateY(-50%);
}

.right-boxesThird {
  right: 15%;
  top: 43%;
  transform: translateY(-50%);
}

.eightVec {
  width: 400px;
  right: 10% !important;
  top: 51%;
  transform: translateY(-50%);
}

.right-boxesFourth {
  right: 5%;
  top: 61%;
  transform: translateY(-50%);
}

.center-logo {
  margin: 0 auto;
  z-index: 2;
}



/* Pricing */
.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.pricing-card {
  background-color: #222;
  padding: 25px;
  flex: 1 1 250px;
  border-radius: 8px;
  text-align: center;
}

.pricing-card h4 {
  color: #e50914;
}

.pricing-card ul {
  list-style: none;
  margin: 15px 0;
}

.pricing-card ul li {
  margin-bottom: 10px;
}

.btn-secondary {
  background-color: #e50914;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-secondary:hover {
  background-color: #c40810;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: #d3151e;
}
/* Contact */
.contact form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact input,
.contact textarea {
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #1e1e1e;
  color: white;
}

.contact input:focus,
.contact textarea:focus {
  outline: 2px solid #e50914;
}

/* Footer */
footer {
  background-color: #000;
  text-align: center;
  padding: 20px 0;
  color: #aaa;
  font-size: 0.9em;
}

.custom-carousel-arrow {
  background: transparent;
  border: none;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.carousel-control-prev.custom-carousel-arrow {
  left: -40px; /* Adjust as needed */
}

.carousel-control-next.custom-carousel-arrow {
  right: -40px; /* Adjust as needed */
}

.custom-carousel-arrow img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
  transition: transform 0.2s ease-in-out;
}

.custom-carousel-arrow img:hover {
  transform: scale(1.1);
}

.modal-content{
  background-color: #000;
}
.modal-header .btn-close{
  filter: invert(1) grayscale(100%) brightness(200%);

}

@media (min-width: 480px) {
   /* small devices */ 
  .SecondSecBG{
    width: 500px;
    height: auto;
  }
  .stick-step.colm {
    height: 80vh;
  }
  .boxOnCarouselImages,.boxOnCarouselImages2,.boxOnCarouselImages3,.boxOnCarouselImages4 {
   
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  width: 100% !important;}
  .featuresGridToppMargin {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) { /* tablets */ }
@media (min-width: 1024px) { /* small desktops */ }

@media (min-width: 1280px) {
   /* large desktops */ 
  .SecondSecBG{
    width: 1180px;
    height: auto;
  }
  .BGimgData{
    margin-top: -140px;
  }
  .ServiceCard{
    text-align: left;
  }
  .featuresGridToppMargin {
    margin-top: 20px !important;
  }
}

@media (max-width: 1050px) {
.boxOnCarouselImages2 {
   bottom: 6vh !important;
        left: 60vw !important;
}
.boxOnCarouselImages {
   
    bottom: -5vh!important;
    left: 10vw!important;}
}
@media (max-width: 768px) {

  .left-center,
  .right-center {
    display: none !important;
  }

  .left-center2,
  .right-center2 {
    display: none !important;
  }

  .font-50 {
    font-size: 30px !important;
  }

  .topmargined {
    margin-top: 0px !important;
  }

  .texts-sm-center {
    text-align: center !important;
  }
  .featuresGridToppMargin {
    /* margin-top: 150px !important; */
  }
}
