@charset "UTF-8";
/* Service Pages Styles */
.service-page {
  overflow-x: hidden;
}
.service-page .section1 {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  position: relative;
}
.service-page .section1 .section1-wrapper {
  padding-top: 140px;
  padding-bottom: 80px;
}
.service-page .section1 .section1-wrapper .container {
  position: relative;
  z-index: 10;
}
.service-page .section1 .section1-wrapper .col1 {
  max-width: 800px;
}
.service-page .section1 .section1-wrapper .col1 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.service-page .section1 .section1-wrapper .col1 h1 .accent-color {
  color: #ff7f06;
  display: block;
  font-size: 2.8rem;
  margin-top: 0.5rem;
}
.service-page .section1 .section1-wrapper .col1 .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 2rem;
}
.service-page .section2,
.service-page .section3,
.service-page .section4,
.service-page .section5,
.service-page .section6,
.service-page .section7,
.service-page .section8 {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 576px) {
  .service-page .section2,
  .service-page .section3,
  .service-page .section4,
  .service-page .section5,
  .service-page .section6,
  .service-page .section7,
  .service-page .section8 {
    padding: 40px 0;
  }
}
.service-page .section2:nth-child(even),
.service-page .section3:nth-child(even),
.service-page .section4:nth-child(even),
.service-page .section5:nth-child(even),
.service-page .section6:nth-child(even),
.service-page .section7:nth-child(even),
.service-page .section8:nth-child(even) {
  background-color: #f8f9fa;
}
.service-page .section2 .container,
.service-page .section3 .container,
.service-page .section4 .container,
.service-page .section5 .container,
.service-page .section6 .container,
.service-page .section7 .container,
.service-page .section8 .container {
  position: relative;
  z-index: 2;
}
.service-page .section2 .section-image,
.service-page .section3 .section-image,
.service-page .section4 .section-image,
.service-page .section5 .section-image,
.service-page .section6 .section-image,
.service-page .section7 .section-image,
.service-page .section8 .section-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.service-page .section2 .section-image:hover,
.service-page .section3 .section-image:hover,
.service-page .section4 .section-image:hover,
.service-page .section5 .section-image:hover,
.service-page .section6 .section-image:hover,
.service-page .section7 .section-image:hover,
.service-page .section8 .section-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.service-page .section2 h2,
.service-page .section3 h2,
.service-page .section4 h2,
.service-page .section5 h2,
.service-page .section6 h2,
.service-page .section7 h2,
.service-page .section8 h2 {
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}
.service-page .section2 h2 .accent-color,
.service-page .section3 h2 .accent-color,
.service-page .section4 h2 .accent-color,
.service-page .section5 h2 .accent-color,
.service-page .section6 h2 .accent-color,
.service-page .section7 h2 .accent-color,
.service-page .section8 h2 .accent-color {
  color: #ff7f06;
}
.service-page .section2 h3,
.service-page .section3 h3,
.service-page .section4 h3,
.service-page .section5 h3,
.service-page .section6 h3,
.service-page .section7 h3,
.service-page .section8 h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .service-page .section2 h3,
  .service-page .section3 h3,
  .service-page .section4 h3,
  .service-page .section5 h3,
  .service-page .section6 h3,
  .service-page .section7 h3,
  .service-page .section8 h3 {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 575px) {
  .service-page .section2 h3,
  .service-page .section3 h3,
  .service-page .section4 h3,
  .service-page .section5 h3,
  .service-page .section6 h3,
  .service-page .section7 h3,
  .service-page .section8 h3 {
    font-size: 22px !important;
  }
}
.service-page .section3 .quality-section {
  background: linear-gradient(135deg, rgba(255, 127, 6, 0.1), rgba(98, 180, 191, 0.1));
  padding: 2rem;
  border-radius: 15px;
  border-left: 4px solid #ff7f06;
  height: 100%;
}
.service-page .section3 .quality-section h3 {
  color: #ff7f06;
  margin-top: 0;
}
.service-page .section3 .features-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
.service-page .section3 .features-grid .feature-item {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.service-page .section3 .features-grid .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.service-page .section3 .features-grid .feature-item h4 {
  color: #62b4bf;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.service-page .section3 .features-grid .feature-item p {
  margin-bottom: 0;
  font-size: 1rem;
}
.service-page .service-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.service-page .service-list li {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
}
.service-page .service-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #ff7f06;
  font-weight: bold;
  font-size: 0.9rem;
}
.service-page .service-list li:last-child {
  border-bottom: none;
}
.service-page .section6 .review-card {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
  border-top: 4px solid #ff7f06;
}
.service-page .section6 .review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.service-page .section6 .review-card h3 {
  color: #62b4bf;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.service-page .section6 .review-card p {
  margin-bottom: 0;
  font-size: 1rem;
}
.service-page.seo-page .keyword-features {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
.service-page.seo-page .keyword-features .feature-box {
  background: linear-gradient(135deg, #ff7f06, #ff9939);
  color: white;
  padding: 1.5rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.service-page.seo-page .keyword-features .feature-box:hover {
  transform: scale(1.05);
}
.service-page.seo-page .keyword-features .feature-box h4 {
  margin: 0;
  font-size: 1.1rem;
  color: white;
}
.service-page.seo-page .analytics-card {
  background: linear-gradient(135deg, rgba(255, 127, 6, 0.1), rgba(98, 180, 191, 0.1));
  padding: 2rem;
  border-radius: 15px;
  height: 100%;
  border-left: 4px solid #ff7f06;
}
.service-page.seo-page .analytics-card h3 {
  color: #62b4bf;
  margin-top: 0;
}
.service-page.affiliate-marketing-page .section6 {
  background: linear-gradient(135deg, rgba(255, 127, 6, 0.05), rgba(98, 180, 191, 0.05));
}
.service-page.sem-page .section1 {
  background: linear-gradient(135deg, #2d5a87 0%, #1e3a5f 100%);
}

.about-page {
  overflow-x: hidden;
}
.about-page .section1 {
  position: relative;
  overflow: hidden;
}
.about-page .section1 .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.about-page .section1 .section1-wrapper {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}
.about-page .section1 .section1-wrapper .container {
  position: relative;
  z-index: 10;
}
.about-page .section1 .section1-wrapper .col1 {
  max-width: 900px;
}
.about-page .section1 .section1-wrapper .col1 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.about-page .section1 .section1-wrapper .col1 h1 .accent-color {
  color: #ff7f06;
  display: block;
  font-size: 2.8rem;
  margin-top: 0.5rem;
}
.about-page .section1 .section1-wrapper .col1 .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 2rem;
}
.about-page .section3,
.about-page .section4,
.about-page .section5,
.about-page .section6,
.about-page .section7 {
  padding: 100px 0;
  position: relative;
}
.about-page .section3:nth-child(even),
.about-page .section4:nth-child(even),
.about-page .section5:nth-child(even),
.about-page .section6:nth-child(even),
.about-page .section7:nth-child(even) {
  background-color: #f8f9fa;
}
.about-page .section3 .container,
.about-page .section4 .container,
.about-page .section5 .container,
.about-page .section6 .container,
.about-page .section7 .container {
  position: relative;
  z-index: 2;
}
.about-page .section3 .section-image,
.about-page .section4 .section-image,
.about-page .section5 .section-image,
.about-page .section6 .section-image,
.about-page .section7 .section-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.about-page .section3 .section-image:hover,
.about-page .section4 .section-image:hover,
.about-page .section5 .section-image:hover,
.about-page .section6 .section-image:hover,
.about-page .section7 .section-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.about-page .section3 h2,
.about-page .section4 h2,
.about-page .section5 h2,
.about-page .section6 h2,
.about-page .section7 h2 {
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}
.about-page .section3 h2 .accent-color,
.about-page .section4 h2 .accent-color,
.about-page .section5 h2 .accent-color,
.about-page .section6 h2 .accent-color,
.about-page .section7 h2 .accent-color {
  color: #ff7f06;
}
.about-page .section3 p,
.about-page .section4 p,
.about-page .section5 p,
.about-page .section6 p,
.about-page .section7 p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 1.5rem;
}
.about-page .momentum-highlight {
  background: linear-gradient(135deg, rgba(255, 127, 6, 0.1), rgba(98, 180, 191, 0.1));
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2rem;
  border-left: 4px solid #ff7f06;
  position: relative;
}
.about-page .momentum-highlight::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: #ff7f06;
  font-weight: bold;
  line-height: 1;
}
.about-page .momentum-highlight p {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  color: #333;
  font-size: 1.2rem;
  padding-left: 2rem;
}
.about-page .trust-features .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}
.about-page .trust-features .service-list li {
  position: relative;
  padding: 1.2rem 0 1.2rem 3.5rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.about-page .trust-features .service-list li:before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  color: #ff7f06;
  font-weight: bold;
  font-size: 1.4rem;
  background: rgba(255, 127, 6, 0.1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .trust-features .service-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.about-page .section7 {
  background: linear-gradient(135deg, rgba(255, 127, 6, 0.05), rgba(98, 180, 191, 0.05));
}
.about-page .section7 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.about-page .section7 .cta-subtitle {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.about-page .section7 .cta-button {
  background: linear-gradient(135deg, #ff7f06, #ff9939);
  border: none;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about-page .section7 .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 127, 6, 0.4);
  background: linear-gradient(135deg, #ff8c20, #ffa653);
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dropdown .dropdown-toggle svg {
  transition: transform 0.3s ease;
}
.dropdown:hover .dropdown-toggle svg {
  transform: rotate(180deg);
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .dropdown .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.8rem 1.5rem;
  color: #333 !important;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item.active {
  background: linear-gradient(135deg, rgba(255, 127, 6, 0.1), rgba(98, 180, 191, 0.1));
  color: #ff7f06 !important;
}
.dropdown .dropdown-menu .dropdown-item.active {
  font-weight: 600;
}
.dropdown:hover .dropdown-menu, .dropdown.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-nav-content .dropdown .dropdown-menu {
  position: static;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 0.5rem;
}
.mobile-nav-content .dropdown .dropdown-menu .dropdown-item {
  color: #333;
  font-size: 0.9rem;
  padding: 12px !important;
}
.mobile-nav-content .dropdown .dropdown-menu .dropdown-item:hover, .mobile-nav-content .dropdown .dropdown-menu .dropdown-item.active {
  background: rgba(255, 127, 6, 0.2);
  padding: 12px !important;
}

@media (max-width: 768px) {
  .service-page .section1 .section1-wrapper,
  .about-page .section1 .section1-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .service-page .section1 .section1-wrapper .col1 h1,
  .about-page .section1 .section1-wrapper .col1 h1 {
    font-size: 2.5rem;
  }
  .service-page .section1 .section1-wrapper .col1 h1 .accent-color,
  .about-page .section1 .section1-wrapper .col1 h1 .accent-color {
    font-size: 2rem;
  }
  .service-page .section1 .section1-wrapper .col1 .hero-subtitle,
  .about-page .section1 .section1-wrapper .col1 .hero-subtitle {
    font-size: 1.1rem;
  }
  .service-page .section3,
  .service-page .section4,
  .service-page .section5,
  .service-page .section6,
  .service-page .section7,
  .service-page .section8,
  .about-page .section3,
  .about-page .section4,
  .about-page .section5,
  .about-page .section6,
  .about-page .section7,
  .about-page .section8 {
    padding: 60px 0;
  }
  .service-page .section3 .row .col-lg-6:last-child,
  .service-page .section4 .row .col-lg-6:last-child,
  .service-page .section5 .row .col-lg-6:last-child,
  .service-page .section6 .row .col-lg-6:last-child,
  .service-page .section7 .row .col-lg-6:last-child,
  .service-page .section8 .row .col-lg-6:last-child,
  .about-page .section3 .row .col-lg-6:last-child,
  .about-page .section4 .row .col-lg-6:last-child,
  .about-page .section5 .row .col-lg-6:last-child,
  .about-page .section6 .row .col-lg-6:last-child,
  .about-page .section7 .row .col-lg-6:last-child,
  .about-page .section8 .row .col-lg-6:last-child {
    margin-bottom: 0;
  }
  .service-page .section3 .features-grid,
  .about-page .section3 .features-grid {
    grid-template-columns: 1fr;
  }
  .service-page .section6 .review-card,
  .about-page .section6 .review-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .about-page .trust-features .service-list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .about-page .trust-features .service-list li {
    padding: 1rem 5px 1rem 2.5rem;
    font-size: 1rem;
  }
  .about-page .trust-features .service-list li:before {
    width: 25px;
    height: 25px;
    font-size: 0.8rem;
    left: 0.8rem;
    top: 1.2rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 280px) and (max-width: 576px) {
  .about-page .trust-features .service-list li:before {
    width: 20px;
    height: 20px;
    font-size: 0.6rem;
  }
}
@media (max-width: 768px) {
  .about-page .section7 h2 {
    font-size: 2.2rem;
  }
  .about-page .section7 .cta-subtitle {
    font-size: 1.1rem;
  }
  .about-page .section7 .cta-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
  .dropdown .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin-top: 0.5rem;
  }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 576px) {
  .service-page .section1 .section1-wrapper .col1 h1,
  .about-page .section1 .section1-wrapper .col1 h1 {
    font-size: 2rem;
  }
  .service-page .section1 .section1-wrapper .col1 h1 .accent-color,
  .about-page .section1 .section1-wrapper .col1 h1 .accent-color {
    font-size: 1.8rem;
  }
  .service-page .section3,
  .service-page .section4,
  .service-page .section5,
  .service-page .section6,
  .service-page .section7,
  .service-page .section8,
  .about-page .section3,
  .about-page .section4,
  .about-page .section5,
  .about-page .section6,
  .about-page .section7,
  .about-page .section8 {
    padding: 40px 0;
  }
  .about-page .momentum-highlight {
    padding: 1.5rem;
  }
  .about-page .momentum-highlight::before {
    font-size: 3rem;
    top: -5px;
    left: 15px;
  }
  .about-page .momentum-highlight p {
    font-size: 1.1rem;
    padding-left: 1.5rem;
  }
  .about-page .section7 h2 {
    font-size: 1.8rem;
  }
}
.dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.banner-video-parent .services-video-bg {
  position: relative;
}
.banner-video-parent .breadcrumb__title {
  font-size: 30px;
  text-align: center;
}
.banner-video-parent .breadcrumb__title .breadcrumb__title-text {
  color: #fff;
  font-size: 38px;
}
@media (max-width: 767px) {
  .banner-video-parent .breadcrumb__title .breadcrumb__title-text {
    font-size: 24px;
  }
}
.banner-video-parent .video-parent {
  position: relative;
  height: 400px;
}
.banner-video-parent .video-parent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.8196078431);
  opacity: 0.8;
  z-index: 1;
}
.banner-video-parent .services-bg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-video-parent .services-bg-content h2 {
  color: #fff;
  font-weight: 700 !important;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .banner-video-parent .services-bg-content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .banner-video-parent .services-bg-content {
    width: 100%;
  }
  .banner-video-parent .services-bg-content h2 {
    text-align: center;
  }
}
.banner-video-parent .services-video-bg .video-parent video {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.banner-video-parent .service-video-bg .video-parent .image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.footer {
  background-color: #02222f;
}
.footer .footer-main {
  padding: 80px 0 20px;
}
@media (max-width: 576px) {
  .footer .footer-main .footer-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer .footer-main ul li {
    text-align: center;
  }
}
.footer .footer-title {
  margin-bottom: 16px;
  font-weight: 700;
  color: #ff7f06;
  font-size: 18px;
}
.footer .footer-links .custom-ul li a {
  color: #ffffff !important;
}
.footer .copyright {
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .footer .site-info .logo {
    display: flex;
    justify-content: center;
  }
}
.footer .footer-logo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}

.bg-dark {
  background-color: #02222f !important;
}
.bg-dark p {
  color: #fff;
}

@media (max-width: 767px) {
  .me-features-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.me-features-card i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background: linear-gradient(90deg, #ff512f 0%, #f09819 100%);
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 25px;
}

.search-engine-box {
  background-color: #3e4a55;
  padding: 25px;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.search-engine-box .search-engine-box-title {
  font-size: 28px !important;
}
.search-engine-box .search-engine-card-img {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-card-div {
  background: linear-gradient(135deg, #ff7f06 0%, #ff7f06 50%, #ed1e79 100%);
  padding: 24px;
  border-radius: 12px;
}

.c-list li:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/iconArrow.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  display: block;
}

.mb-60 {
  margin-bottom: 60px;
}

.ar-about-thumb {
  display: inline-block;
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.ar-about-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  overflow: hidden;
}
.banner-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 20, 100, 0.55);
  z-index: -1;
}
.banner-bg .container {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

.custom-icon {
  color: #ffffff;
  font-size: 70px;
}

.custom-icon2 {
  color: #ff7f06;
  font-size: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.reset-captcha {
  background-color: #ff7f06;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.cant-read {
  line-height: 26px !important;
}

.thankyou-page-wrapper {
  height: 500px;
  background-color: #02222f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  position: relative;
  overflow: hidden;
}
.thankyou-page-wrapper h1 {
  color: #fff;
}

.document-container h3 {
  color: #000000;
  margin: 30px 0 0 0 !important;
  font-size: 24px !important;
}

.document-container ul,
.document-container ol {
  padding-left: 32px !important;
  list-style-type: disc !important;
}

.document-container .sub-heading {
  font-size: 17px;
  margin-bottom: 16px;
}

.max-perc {
  width: 95% !important;
}

.cookie-popup-container .data-resume .sub-title {
  font-weight: bold;
  cursor: pointer;
  transition: 300ms;
  font-size: 14px !important;
  line-height: 18px;
  color: var(--accent-sub-title-color);
  margin-bottom: 4px !important;
}

.search-engine-img {
  height: 500px !important;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 767px) {
  .search-engine-img {
    height: 300px !important;
  }
}

.search-engine-icon {
  width: 90px;
}
@media (max-width: 767px) {
  .search-engine-icon {
    width: 90px;
  }
}
.search-engine-icon svg {
  width: 90px;
  height: 90px;
}
@media (max-width: 767px) {
  .search-engine-icon svg {
    width: 90px;
    height: 90px;
  }
}

.search-engine-detail {
  width: 60% !important;
}
@media (max-width: 767px) {
  .search-engine-detail {
    width: 100% !important;
  }
}

.search-engine-techincal-parent {
  width: 120px;
}
@media (max-width: 576px) {
  .search-engine-techincal-parent {
    width: 100% !important;
  }
}

.search-engine-techincal-text {
  background: linear-gradient(135deg, #ff7f06, #ff9939);
  color: white;
  padding: 0.8rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .search-engine-techincal-text {
    width: 100% !important;
    text-align: center;
    background: none !important;
  }
}

active,
.mobile-nav-content a.active {
  color: #ff7f06 !important;
  font-weight: bold;
  background: rgba(255, 127, 6, 0.2);
}

.footer-bottom__content {
  gap: 20px;
  font-size: 14px;
  color: #cccccc;
  line-height: 162.5%;
  padding: 33px 0;
}

.footer-bottom__content.has-border-top {
  border-top: 1px solid rgba(204, 204, 204, 0.2);
}

.search-engine-tracking-card {
  background-color: #ff7f06;
  border-radius: 10px;
  padding: 12px;
}

.search-engine-keyword-card {
  background-color: #02222f;
}
.search-engine-keyword-card .service-engine-keyword-title {
  font-size: 22px !important;
}

.active {
  color: #ff7f06 !important;
}

/* Desktop Dropdown (push-down) */
.desktop-dropdown .dropdown-menu-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 0;
  margin: 0;
}

.desktop-dropdown.open .dropdown-menu-content {
  max-height: 500px;
  /* or enough for 3-4 items */
}

.desktop-dropdown .toggle-icon {
  margin-left: 8px;
  transition: transform 0.3s;
}

.desktop-dropdown.open .toggle-icon {
  transform: rotate(45deg);
  /* + to x */
}

/* Mobile Dropdown */
.mobile-dropdown-toggle {
  background-color: none;
  border: none !important;
  padding: 20px 20px;
  background-color: transparent !important;
  color: #000;
}

.mobile-dropdown .mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 0;
  margin: 0;
}
.mobile-dropdown .mobile-dropdown-menu li:hover {
  background: rgba(255, 127, 6, 0.2);
}
.mobile-dropdown .mobile-dropdown-menu li a {
  padding: 12px 38px;
}

.mobile-dropdown.open .mobile-dropdown-menu {
  max-height: 500px;
  background-color: #eeeeee;
  margin-bottom: 24px;
}

.mobile-dropdown .mobile-toggle-icon {
  margin-left: 8px;
  transition: transform 0.3s;
}

.mobile-dropdown.open .mobile-toggle-icon {
  transform: rotate(45deg);
}

.home-main-img {
  height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.origion-heading {
  margin-top: 100px;
}

.our-origins-page .section2 {
  padding: 0 0 !important;
}

.search-engine-start-img {
  width: 100% !important;
}
@media (max-width: 991px) {
  .search-engine-start-img {
    height: 500px !important;
    width: 100% !important;
    margin-bottom: 24px !important;
  }
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  /* background-color: #0e0f11; */
  /* background: var(--gradient-dark); */
  background: #02222f;
}

.preloader .agx-btn {
  font-weight: 700;
}

.preloader-inner {
  left: 50%;
  top: 50%;
  gap: 20px;
  transform: translate(-50%, -50%);
  position: absolute;
}

.loader {
  animation: loaderspin 1.5s infinite;
  height: 50px;
  width: 50px;
  border: none !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) !important;
  top: 60px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 1.5s infinite;
  background-color: #cccccc;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1.5s infinite;
  background-color: var(--pink);
}

.preloader-logo-img {
  width: 240px;
}

.search-engine-technical-section img {
  border-radius: 0;
  height: 200px;
}
.search-engine-technical-section p {
  border-radius: 0 !important;
}

@media (max-width: 991px) {
  .large-image {
    height: 300px !important;
    width: 100%;
  }
}

.contact-js-wrapper {
  background-color: #02222f;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  position: relative;
  overflow: hidden;
  padding: 24px;
  /* margin-top: 24px; */
}
@media (max-width: 991px) {
  .contact-js-wrapper {
    padding: 24px 0px;
  }
}

.wheel-wrapper {
  background: #021b35 !important;
}

.spin-check-captcha-button {
  color: #fff !important;
  background-color: #ff7f06 !important;
}

video {
  pointer-events: none !important;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 576px) and (max-width: 900px) {
  .out-origion-text {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 576px) {
  .out-origion-text {
    font-size: 24px !important;
  }
}

.search-engine-icon {
  min-width: 50px;
  height: 50px;
}/*# sourceMappingURL=services.css.map */