body {
  font-family: Lexend;
  padding: 0;
  margin: 0;
    /* cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10M.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H5.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708zM10 8a.5.5 0 0 1 .5-.5h3.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L14.293 8.5H10.5A.5.5 0 0 1 10 8'/%3E%3C/svg%3E") 8 8, auto;   */
  background-color: #000;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='%23FFF' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") 12 12, auto;
    /* cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z'/%3E%3C/svg%3E") 0 0, auto; */
}


/*--------------------------Client Logo-------------------------------------------------*/

.client-section {
  padding: 15px 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.client-section .title h2.headline {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}

.client-grid {
  display: flex;
  justify-content: center; /* Center items in each row */
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 25px;
  flex-wrap: nowrap; /* Keep them in one line */
}

.client-logo {
  border-radius: 10px;
  transition: transform 0.3s ease;
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.client-logo:hover {
  transform: scale(1.05);
}

/*--------------------------Footer----------------------------------------*/
.our_footer_area {
  background-color: #000000;
  color: #ffffff;
  padding: 40px 0 20px;
}

.footer-top {
  margin-bottom: 30px;
}

.footer-top h2 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-top h2 i {
  margin-right: 8px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu li a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu li a:hover {
  color: #3498db;
}

.footer-h {
  color: #bdc3c7;
  margin-bottom: 10px;
}

.footer-h a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-h a:hover {
  color: #3498db;
}

.logo-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo-biss img {
  max-width: 90px;
  height: auto;
}

.footer-bottom {
  padding-top: 20px;
  color: #95a5a6;
}

.footer-content {
  margin-top: 10px;
}

.footer-content .legal {
  padding: 10px 20px;
}

.footer-content .legal a {
  text-decoration: none;
  color: #bdc3c7;
  font-size: 14px;
}

.footer-content .legal .left-link {
  margin-right: auto;
}

.footer-content .legal .right-link {
  margin-left: auto;
}


.legal a {
  color: #95a5a6;
  text-decoration: none;
  margin: 0 5px;
}

.legal a:hover {
  color: #3498db;
}

@media (max-width: 768px) {
  .logo-section {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.legal {
  text-align: center;
}


.logo-section.with-social {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-icons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #000;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #3498db;
}

/* Mobile responsive alignment */
@media (max-width: 768px) {
  .logo-section.with-social {
    align-items: center;
  }
}


/*----------------------------------
Heading animation
------------------------------------*/

.banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner-content {
  text-align: center;
  color: white;
  max-width: 100%;
}

.text-green {
  background: linear-gradient(to right, #21ffcc, #0e1ed3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-blue {
  background: linear-gradient(to right, #160addf2, #8a0085);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.banner-subtext {
  font-size: 18px;
  margin: 0 auto;
  transition: all 0.6s ease;
  color: rgb(255, 255, 255);
  line-height: 1.6;
}
/* Animation classes */
.heading-part-1 {
  display: inline-block;
  transition: transform 2.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.heading-part-2 {
  display: inline-block;
  transition: transform 2.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.scroll-triggered .heading-part-1 {
  transform: translateX(-100vw);
}

.scroll-triggered .heading-part-2 {
  transform: translateX(100vw);
  position: static;
  top: 0;
  left: 0;
  width: 100%;
}

.scroll-triggered .banner-subtext {
  transform: translateY(-50px);
  opacity: 0;
}

.content-section {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
}

.content-section h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.content-section p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 0.9rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .main-heading {
    font-size: 2.5rem;
  }

  .banner-subtext {
    font-size: 1rem;
  }

  .content-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .main-heading {
    font-size: 2rem;
  }
}

/* .banner-logo {
    text-align: center;
    margin-bottom: 20px;
}

.banner-logo img {
    max-width: 500px;  
    height: auto;
} */

/*----------------------------------
 Service Cards
------------------------------------*/
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.service-card {
  background-color: #000; /* black background */
  border: 2px solid;
  border-image: linear-gradient(45deg, #9c27b0, #00e5ff) 1;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  cursor: pointer;
  color: #fff; /* White text */
  box-shadow: 0 0 10px rgba(156, 39, 176, 0.4);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.6);
}

.service-icon {
  margin-bottom: 20px;
}

.service-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.service-description {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 1.6;
}

/*Color Variables*/
::selection {
  background-color: #99a9bb;
  color: #FFF
}

/*----------------------------------
 Headings
------------------------------------*/

/* Section Title*/
.title {
  text-align: center;
  text-transform: uppercase;
}

.title h2 {
  font-size: 30px;
  color: #99a9bb;

  font-weight: 550;
  text-transform: capitalize;
}

.pt_banner_30 {
  padding-top: 35px !important
}

.title-left h1 {
  font-size: 35px;

  font-weight: 700;
  color: #364167;
  line-height: 50px;
  text-transform: capitalize;
}


.title h4 {

  color: #ffffff;
  padding-top: 55px;
}

.subtitle h2 {

  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.title h1 {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
  text-transform: capitalize;
}

.title h2 {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
}

.title h3 {
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  line-height: 50px;
  text-transform: uppercase;
}

/*-------------------About Us------------------*/

.business-card {
  background: rgb(0, 0, 0);
  border-radius: 12px;
  padding: 25px;
  border: 2px solid;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  border-image: linear-gradient(45deg, #9c27b0, #00e5ff) 1;
  height: 100%;
  cursor: pointer;
}

.business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.6);
}

.business-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: white;
}

.business-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.business-card p {
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.row {
  margin-right: 5px;
  margin-left: 0px;
}

.communities-section {
  padding: 80px 0;
  color: white;
  position: relative;
  cursor: pointer;
}

.communities-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><circle cx="30" cy="30" r="2"/></g></svg>');
  z-index: 1;
}

.communities-section .container {
  position: relative;
  z-index: 2;
}

.community-item {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.community-icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2.5rem;
  color: #fff;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.community-item h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #fff;
}

.community-item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.value-card {
  background-color: #000; /* black background */
  border: 2px solid;
  border-image: linear-gradient(45deg, #9c27b0, #00e5ff) 1;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(156, 39, 176, 0.4);
  padding: 30px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.6);
}

.value-card h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.value-card p {
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.section-title p {
  font-size: 18px;
  color: #666;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .intro-content h1 {
    font-size: 2rem;
  }

  .intro-content p {
    font-size: 1rem;
  }

  .business-card {
    padding: 30px 20px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }
}

.about-company-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.about-company-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 103, 103, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeInUp 0.8s ease-out;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
}

.company-description {
  font-size: 1.2rem;
  color: #666;
  max-width: 900px;
  margin: 30px auto 0;
  text-align: center;
  line-height: 1.8;
}

.vmv-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 80px;
}

.vmv-card {
  background: rgb(0, 0, 0);
  border-radius: 12px;
  padding: 25px;
  border: 2px solid;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  border-image: linear-gradient(45deg, #9c27b0, #00e5ff) 1;
  height: 100%;
  cursor: pointer;
}

.vmv-card:nth-child(1) {
  animation-delay: 0.2s;
}

.vmv-card:nth-child(2) {
  animation-delay: 0.4s;
}

.vmv-card:nth-child(3) {
  animation-delay: 0.6s;
}

.vmv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.6);
}

.vmv-icon {
  background-color: var(--card-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 24px;
  color: white;
}

.vmv-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.vmv-content {
  font-size: 1.3;
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}

.values-list {
  list-style: none;
  margin-top: 15px;
}

.values-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 0;
}

.values-list li strong {
  color: #ffffff;
  font-weight: 600;
}

.values-list li::before {
  content: '✓';
  /* color: #2ecc71; */
  font-weight: bold;
  margin-right: 10px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-company-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .company-description {
    font-size: 1.1rem;
  }

  .vmv-container {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 60px;
  }

  .vmv-card {
    padding: 30px 20px;
  }

  .vmv-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .vmv-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }

  .company-description {
    font-size: 1rem;
  }

  .vmv-card {
    padding: 25px 15px;
  }
}

/* -------------------------------About Founder & CEO Section ---------------------------------------------------*/
.founder-section {
  background-color: #000;
  color: #fff;
  padding: 80px 20px;
}

.founder-container {
  max-width: 1200px;
  margin: 0 auto;
}
.founder-title{
  font-size: 15px;
}

.founder-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ffb6c1;
  padding: 40px;
  flex-wrap: wrap;
}

.founder-heading {
  flex: 1 1 300px;
}

.founder-heading h2 {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.founder-details {
  flex: 1 1 500px;
  padding-left: 30px;
}

.founder-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.founder-icons .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.founder-icons .teal {
  background: #38b2ac;
}

.founder-icons .purple {
  background: #805ad5;
}

.founder-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.founder-name span {
  font-weight: 500;
}

.founder-bio {
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 25px;
  text-align: justify;
}

.founder-socials i {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.founder-socials i:hover {
  color: #ffb6c1;
}

/* Responsive */
@media (max-width: 768px) {
  .founder-grid {
    flex-direction: column;
    padding: 30px 20px;
  }

  .founder-heading h2 {
    font-size: 42px;
    text-align: center;
  }

  .founder-details {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .founder-bio {
    text-align: center;
  }

  .founder-socials {
    justify-content: center;
  }
}


/*-----------------------------start banner area 1*--------------------------*/

.bg-banner-img {
  background-image: url();
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  max-width: 100%;
  top: 50px;
}

.clip-ellipse {
  clip-path: ellipse(95% 100% at top);
  -webkit-clip-path: ellipse(93% 100% at top);

}

.mb-90 {
  padding-bottom: 140px;
  padding-top: 200px;
}

.overlay-all {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.ovrllay {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: #0000009c;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.shap_top {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
}

.all-text {
  padding: 108px 50px;
}

.shap_bottom {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}


.banner-text {
  text-align: left;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.py-70 {
  padding: 70px 0px;
}

.pb_90 {
  padding-bottom: 100px;
}

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

/* start about_area */
/*--------------------------------------------------*/


.about_left_text {
  background: #1c3c8a !important;
  background-image: linear-gradient(to right top, #255ab6, #255ab6, #255ab694, #1c3c8a94, #1c3c8ab5) !important;
  padding: 30px;
  margin: 60px 0px;
  box-shadow: -5px 15px 50px #00000085 !important;
}

.about_left_text h1 {
  font-size: 43px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
}

.about_left_text p {
  font-size: 18px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px;
}

/*start servise area */
/*--------------------------------------------------*/
.unify {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
  color: #000000;
}

.unify_about {
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #364167;
}

.bottom-s {
  font-size: 16px;
  line-height: 1.7em;
  color: #97a6b9;
  margin-bottom: 30px;
}

.col-4pad {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.title p {
  font-size: 18px;
  line-height: 30px;
  color: #868e92;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 20px;
}

.service-1 {
  text-align: center;
  padding: 30px 15px 30px 20px;
  border-radius: 10px;
  transition-duration: 1s;
}


iframe {
  border: 0
}

.padding-30px-left {
  padding-left: 30px;
}

.list-style-1 li {
  padding: 5px 0;
}

ul li {
  list-style: none;
}

.map_top_h {
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  color: #364167;
  padding-top: 80px;
  padding-bottom: 100px;
}

.service-1:hover {
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);

  transition-duration: 1s;
}

.about_row {
  margin-top: 100px;
}

.mb_150 {
  margin-bottom: 150px;
}

.font_30 {
  font-size: 30px;
  font-weight: 600;
}

.p-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.about_h {
  font-size: 25px;
  color: #414141;
  font-weight: 540;
  margin-top: 45px;
}

.about_s2 {
  text-align: left;
  font-size: 25px;
  color: #90a0b4;
  line-height: 40px;
  font-weight: 400;
  margin: 30px 0px;
}

.about_bottom_h {
  font-size: 20px;
  line-height:
    35px;
  color: #595959;
  padding-right: 15px;
  text-transform: capitalize;
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.mt_90 {
  margin-top: 90px;
}

.pl_90 {
  padding-left: 90px;
}

.pr_90 {
  padding-right: 90px;
}

.mr-0 {
  margin-right: 0px;
}

.pl-40 {
  padding-left: 40px !important;
}

.py-40 {
  padding: 0px 30px;
}

.pr-0 {
  padding-right: 0px !important;
}

.left-service {
  margin-top: 90px;
  margin-bottom: 60px;
}

.left-services {
  margin-top: 58px;
  margin-bottom: 58px;
}

.left-services_32 {
  margin-top: 58px;
  margin-bottom: 58px;
}


/*--------------------------------------------------*/


/*9.start  bhoechie tab */
.list-group-item span {
  font-size: 20px;
  color: #90a0b4 !important;
  margin-left: 30px;
  font-weight: 700;
}

.list-group-item {

  text-align: left;
  margin-left: 25px;
}

.about_row_2 {
  margin-top: 180px;
}

div.bhoechie-tab-container {
  z-index: 10;
  padding: 0 !important;
  margin-top: 20px;


  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}



div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active span {
  background-color: transparent;
  color: #29314b !important;

}

div.bhoechie-tab-menu div.list-group>a.active .filter-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%)
}




div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.bhoechie-tab-content h2 {
  font-size: 28px;
  color: #29314b;
  font-weight: 700;
  padding: 50px 0px;
}

.bhoechie-tab-content {
  position: relative;
}

.tabas-gb-clip {
  position: absolute;
  width: 100%;
  height: 1000px;
  background: #e8eafd;

  padding-bottom: 200px;
  clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%, 10% 100%, 0% 101%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%, 0% 99%, 0% 97%, 0% 100%) !important;
}


.bhoechie-tab-content p {
  font-size: 20px;
  line-height: 35px;
  color: #90a0b4;
  padding-bottom: 25px;
}

.tabs-img {
  padding: 25px 0px;
  text-align: center;
}

.filter-img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%)
}

/*End  bhoechie tab */


/*----------------------------------   


 10.pricingTable_area
------------------------------------*/
.back-right-text-c {
  padding-top: 90px;
}

.pricingTable {
  text-align: center;
}

.mt-50 {
  margin-top: 40px !important;
}

.tebel-color.pricingTable .pricingTable-header {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 60px 0;
  background: #7a90ff;
  position: relative;
  transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-header {
  padding: 40px 0;
  background: #6871f4;
  position: relative;
  transition: all 0.3s ease 0s;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

}

.pricingTable-header_blue {
  background: #1e1558 !important;

}

.pricingTable-header_pink {
  background: #e50077 !important;

}


.pricingTable .pricingTable-header:before {
  left: 40px;
}

.pricingTable .pricingTable-header:after {
  right: 40px;
}

.pricingTable .heading {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.pricingTable .heading_top {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.pricingTable .price-value {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.pricingTable .currency {
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -19px;
}

.pricingTable .pricing-content {
  padding-top: 20px;
  background: #fff;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}



.pricingTable .pricing-content:before {
  left: 40px;
}

.pricingTable .pricing-content:after {
  right: 40px;
}

.pricingTable .pricing-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
}

.pricingTable:hover .pricing-content ul:before,
.pricingTable:hover .pricing-content ul:after {
  background: #0e0fb352 !important;
  background-image: linear-gradient(to left, #0e0fb34f, #0e0fb378, #e6349c75, #e6349c9e, #e6349c) !important;
}

.pricingTable .pricing-content ul:before {
  left: 44px;
}

.pricingTable .pricing-content ul:after {
  right: 44px;
}

.pricingTable .pricing-content ul li {
  font-size: 16px;
  font-weight: 400;
  color: #90a0b4;
  padding: 8px 0;
}

.pricingTable .pricing-content ul li:last-child {
  border-bottom: none;
}

.pricingTable .btn-default {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: #7a90ff;
  padding: 12px 25px;
  margin: 30px 0;
  margin-top: 60px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg);
  -o-transform: skew(-14deg);
}

.pricingTable .btn-default:hover {
  text-decoration: none;
}

.pricingTable:hover .btn-default {

  background: #4e5bf8cc !important;

}

.px_70 {
  padding: 12px 70px !important;
}

.color-gray {
  color: #dedede;
}

.pricingTable {
  box-shadow: 0px 0px 70px #bbbaba69;
  border-radius: 5px;
}

.p-0 {
  padding: 0px !important;
}

.pt-100 {
  padding-top: 80px !important;
}

.tabel-color {
  font-size: 25px;
  font-weight: 600;
  color: #364167;
  margin: 40px 0px;
}

.mt_table_button_100 {
  margin-bottom: 40px;
}

.tabel-color_save {
  color: #6871f4;
}

.bg_bottom_table {
  position: absolute;
  width: 100%;
  height: 1000px;
  background: #e8eafd;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 40%, 0% 100%, 0% 87%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 40%, 0% 100%, 0% 87%, 0% 100%) !important;
}

.bg_top_table {
  padding-top: 110px;
  position: relative;
}


.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-size: 20px;
  color: #364167;
  font-weight: 600;
  padding-right: 40px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 7px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 10px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}


.radio-primary input[type="radio"]+label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #6871f4;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #6871f4;
}

.active_t {
  background: #6871f4;
}

/*------------------------------------
.End pricingTable_area
------------------------------------*/

/*----------------------------------
testimonial_area
------------------------------------*/
.reviews-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  position: relative;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.reviews-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  padding: 0 60px; /* Space for navigation arrows */
}

.reviews-wrapper {
  overflow: hidden;
  width: 100%;
}

.reviews-grid {
  display: flex;
  gap: 30px;
  padding: 40px 0;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.review-card {
  /* min-width: 350px;
  width: 300px; */
  min-width: 250px;
  max-width: 266px;
  flex: 0 0 auto;
  background-color: #000;
  color: #fff;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 12px;
  text-align: center;
 transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    border-image: linear-gradient(45deg, #9c27b0, #00e5ff) 1;
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
}

.review-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 40px rgba(0, 229, 255, 0.4);
}

.reviewer-info {
  margin-bottom: 15px;
}

.reviewer-avatar {
  background: linear-gradient(45deg, #9c27b0, #00e5ff);
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(0, 229, 255, 0.3);
}

.reviewer-details h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 5px 0;
  line-height: 1.4;
  color: #ffffff;
}

.trustpilot-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 15px;
}

.trustpilot-logo {
  display: flex;
  align-items: center;
  gap: 5px;
}

.trustpilot-icon {
  color: #FFD700;
  font-size: 1rem;
}

.trustpilot-text {
  font-weight: 600;
  color: #00e5ff;
}

.review-date {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 20px;
}

.star {
  color: #FFD700;
  font-size: 1.3rem;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.star::before {
  content: '★';
}

.review-content {
  font-size: 0.96rem;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}

/* Navigation Arrows */
.navigation-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: linear-gradient(45deg, #9c27b0, #00e5ff);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 229, 255, 0.4);
}

.navigation-arrows:hover {
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 8px 25px rgba(0, 229, 255, 0.6);
  background: linear-gradient(45deg, #b039c4, #00bcd4);
}

.navigation-arrows:active {
  transform: translateY(-50%) scale(1.05);
}

.navigation-arrows:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  transform: translateY(-50%) scale(0.9);
}

.nav-left {
  left: 10px;
}

.nav-right {
  right: 10px;
}


/* For very small devices - 320px */
@media (max-width: 320px) {
  .reviews-container {
    padding: 0 20px; /* less padding for arrows */
  }

  .reviews-grid {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .review-card {
    min-width: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .review-content {
    font-size: 0.85rem;
  }

  .navigation-arrows {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

/* For small devices - 375px */
@media (max-width: 375px) {
  .reviews-container {
    padding: 0 25px;
  }

  .reviews-grid {
    flex-wrap: nowrap;
    gap: 15px;
  }

  .review-card {
    min-width: 103%;
    max-width: 100%;
    padding: 18px;
  }

  .review-content {
    font-size: 0.9rem;
  }

  .navigation-arrows {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}


/* End Testimonial Area */


/*----------------------------------
   13.our_partners_area
------------------------------------*/
/* Our Partners Area start */
.bg-grediunt {
  background: #f4f9fb !important;
  background-image: linear-gradient(to right bottom, #f4f9fb, #fff, #f4f9fb, #fff, #f4f9fb) !important;
}

.bg-grediunts {
  background: #f1f9fc !important;
  background-image: linear-gradient(to right bottom, #f1f9fc, #f1f9fc, #f1f9fc, #f1f9fc, #f1f9fc) !important;
}

.our_partners_area .partners {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.our_partners_area .book_now_aera {

  padding: 50px 0;
}

.our_partners_area .book_now_aera .book_now .booking_text {
  padding-top: 8px;
}

.our_partners_area .book_now_aera .book_now .booking_text h4 {

  color: #364167;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;

}

.our_partners_area .book_now_aera .book_now .booking_text p {
  color: #364167;
  font-size: 16px;
  padding-top: 20px;
}

.our_partners_h {
  text-align: center;
}

.our_partners_h h1 {
  font-size: 30px;
  color: #29314b;
  font-weight: 600;
  margin-bottom: 30px;
}

.our_partners_h p {
  font-size: 18px;
  line-height: 30px;
  color: #868e92;
  font-weight: 500;
}

.bg_gary {
  background: #e8eafd !important;
}

.bottom-partner {
  position: relative;
  top: 30px;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.bg-new {
  background: #e8eafd !important;
  padding: 20px;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  border-radius: 20px;
}

.skew_14 {
  display: block;
  transform: skew(8deg);
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -o-transform: skew(8deg);
}

/* End Our Partners Area */
/*----------------------------------
   14.our_modal_area
------------------------------------*/


.hero {
  position: relative;
  height: 500px;
  width: 100%;
  background: #ccc;
}

.hero__overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.no-background-blend-mode .hero__overlay {
  background: rgba(27, 82, 83, 0.6) !important;
}

.hero__overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 300ms linear;
  opacity: 0;
}

.hero__overlay--active {
  opacity: 1;
}

.hero__modal {
  width: 50%;
  margin: 30px auto 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__close {
  position: absolute;
  z-index: 15;
  right: -15px;
  bottom: 96%;
  width: 40px;
  border-radius: 50%;
  background: #67336b;
  height: 40px;
  text-indent: -9999em;
}

.hero__close:before,
.hero__close:after {
  content: '';
  position: absolute;
  width: 20px;
  top: 50%;
  left: 50%;
  height: 4px;
  margin-left: -10px;
  background: #fff;
  transform: rotate(45deg);
}

.hero__close:after {
  transform: rotate(-45deg);
}

.hero a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: black;
}

.About-right-bg-img {
  background: url(../images/about-bg-right.jpg) right top no-repeat;
}



.clip-polygon_right {
  background: #e8eafd !important;
}

.clip-polygon_left {
  background-color: #fff !important;
  background: url(../images/s-left.jpg) right top no-repeat;
  background-size: cover;
}

.clip-polygon_left_2 {
  background: url(../images/s-right.jpg)left top no-repeat;
  background-size: cover;

}

.clip-polygon_right_2 {
  background: #e8eafd !important;
}

.py-200 {
  padding: 201px 0px !important;
  padding-bottom: 328px !important;
}



/*------------------------------------
15.Edit-css
------------------------------------*/

/*Edit-css start*/
.top-button {
  margin-top: 10px;
}

.button_12 {
  padding: 12px 28px !important;
  background: #6871f4 !important;
}


.py-30 {
  padding: 20px 0px;
}

.tr {
  text-align: right;
}



section {
  padding: 70px 0px;
}

.banner-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000000;
  width: 100%;
  margin-top: 50px;
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 120px 120px;
  background-repeat: repeat;

}

/* .banner-content {
  padding: 20px 20px;
  text-align: center;
} */


.main-heading {
  font-size: 75px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
}

.text-black {
  color: #000;
}



@media (max-width: 768px) {
  .main-heading {
    font-size: 40px;
    line-height: 1.4;
    padding: 0 15px;
    /* Add horizontal padding */
  }

  .banner-subtext {
    font-size: 16px;
    padding: 0 15px;
  }
/* 
  .banner-section {
    padding: 40px 10px;
    height: auto;
  }
} */

.main-h {
  font-size: 43px;
  line-height: 60px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 40px;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
  visibility: visible;

}

.main-h2 {
  font-size: 24px;
  visibility: visible;
  animation-name: fadeInUp;
  font-weight: normal;
  margin-bottom: 30px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  visibility: visible;
  animation-name: fadeInUp;
}

.main-h3 {
  visibility: visible;
  animation-name: fadeInUp;
}

.slider_area .slider_inner .camera_caption div a {
  width: 180px;
  text-align: center;
  background: #f6b60b;
  display: block;
  text-shadow: none;
  margin: 0 auto;
  outline: none !important;
  box-shadow: none;
  border: 0;
  color: #222222;
  position: relative;
  z-index: 2;
  padding: 0;
}

.top-banner {
  margin-top: 45px;
  margin-bottom: 40px;

}

.top-about {
  margin-top: 20px;
  margin-bottom: 20px;

}

.button_py_12 {
  padding: 12px 50px;
}

.mt-120 {
  padding: 60px 0px 30px 75px;
}


.professional_builder .builder_all .builder i {
  color: #9eccfd !important;
}

.pb-90 {
  padding-bottom: 90px;
}


.location li {
  font-size: 20px;
  list-style-type: none;
  line-height: 30px;
  color: #000000;
  margin-top: 25px;
}

.location_map li {
  font-size: 20px;
  list-style-type: none;
  line-height: 35px;
  color: #3b4a6b;
  margin-bottom: 25px;
}

.location_map {

  margin: 0px;
}

.location li i {
  margin-right: 10px;
}

.location_map li i {
  margin-right: 10px;
}

.location_map li a {
  margin-right: 10px;
  color: #3b4a6b !important;
}

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */

  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.maps {
  margin-bottom: 0px;
}

#contatti a {
  color: #fff;
  text-decoration: none;
}


.hero__player {
  height: 450px !important;
  z-index: 999;
}

iframe {
  width: 100%;
  height: 550px;
}

@media (max-width: 575.98px) {


  #contatti .maps iframe {
    width: 100%;
    height: 550px;
  }
}
}

@media (min-width: 576px) {

  #contatti .maps iframe {
    width: 100%;
    height: 450px;
  }
}

@media (min-width: 768px) {

  #contatti .maps iframe {
    width: 100%;
    height: 850px;
  }
}


.mt-30 {
  margin-bottom: 10px;
}

.mr-15 {
  margin-left: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}



.pb-50 {
  padding-bottom: 50px;
}

.form-c {
  display: block;
  height: 6rem;
  padding: 1.5rem 2.4rem;
  border: 0;
  outline: none;
  color: #151515;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
    Multicoloured Hover Variations
*/

#social-fb:hover {
  color: #fff;
}

#social-tw:hover {
  color: #fff;
}

#social-gp:hover {
  color: #fff;
}

#social-em:hover {
  color: #fff;
}

/*End Edit-css*/
/*--------------------------------------------------*/


/*------------------------------------
16.about_page_css_start
------------------------------------*/

.about_text {
  color: #6871f4;
}

.about_banner_mb_50 {
  margin-bottom: 50px;
}

.about_left_text_top p {
  font-size: 20px;
  color: #b4becc;
  line-height: 35px;
  margin-top: 35px;
}

.about_left_text_top h1 {
  font-size: 30px;
  margin-top: 20px;
  color: #36415f;
  font-weight: 600;
}

.img_radius {
  border-radius: 10px;
}

.service-about {
  padding: 40px 20PX;
  box-shadow: 0px 5px 30px #d6d6d6;
  background-image: url(../images/service_bg.png);
  background-repeat: no-repeat;
  background-position: -5px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.px_10 {
  padding: 0px 10px !important;
}

.mt_20 {
  margin-top: 20px;
}

/*------------------------------------
*.service right img start
------------------------------------*/
.font_style {
  font-style: italic;
  font-weight: 600;
}

.service_left_text_top h1 {
  font-size: 35px;
  margin-top: 20px;
  color: #36415f;
  font-weight: 700;
  line-height: 50px;
}

.service_left_text_top p {
  font-size: 20px;
  color: #b4becc;
  line-height: 35px;
  margin-top: 25px;
}

.services-service {
  transition-duration: 0.5s;
  padding: 40px 25px;
  box-shadow: 5px 8px 50px #cececead;
}

.services-service p {
  font-size: 19px;
  line-height: 1.7em;
  color: #97a6b9;
  margin-bottom: 30px;
}

.services-service:hover p {
  color: #fff;

}

.services-service:hover .unify_about {
  color: #fff !important;

}

.services-service:hover {
  background: #012b72;
  transition-duration: 1s;
}

.services-service:hover .btn-default {
  background: #fff !important;
  color: #000 !important;

}

.service-about-services {
  transition-duration: 1s;
  padding: 40px 25px;

}

.service-about-services:hover {

  box-shadow: 5px 8px 50px #cececead;
}

.service-about-services p {
  font-size: 19px;
  line-height: 1.7em;
  color: #97a6b9;
  margin-bottom: 30px;
}

/*------------------------------------
*.service  right img End
------------------------------------*/


/*------------------------------------
*.service left img tabs start
------------------------------------*/

.bg_t:before {
  border: transparent !important;
}

.bg_t {
  background: transparent !important;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .left-tabs-text,
div.bhoechie-tab-menu div.list-group>a.active .fa {
  background-color: #012b72;
  color: #ffffff !important;
}

div.bhoechie-tab-menu div.list-group>a.active:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #012b72;
  border-left: 5px solid transparent;
}

.tabs_box_s .list-group-item {
  margin-left: 0px;
  padding: 10px;
}

.left-tabs-text {
  font-size: 20px;
  font-weight: 600;
  color: #36415f;
  margin: 15px 0px;
}

.tabs_box_s p {
  font-size: 17px;
  line-height: 32px;
  color: #aeafc1;
  padding-bottom: 13px;
}

.tabs_box_s {
  box-shadow: 2px 0px 5px #e8e8e8;

}

.tabs_box_s .list-group-item {
  border-bottom: 1px solid #e8e8e8;
}

.py-0 {
  padding: 0px;
}

.fitter {
  float: left;
  max-width: 100px;
  margin: 60px 15px;
}

/*------------------------------------
*.service left img tabs End
------------------------------------*/

/*------------------------------------
*.section heading left Start
------------------------------------*/


.section-heading.left {
  margin-bottom: 30px;
  text-align: left;
}

.section-heading h4 {
  font-size: 30px;
  line-height: normal;
  position: relative;
  padding-bottom: 20px;
  font-weight: 600;
  color: #36415f;

}

/*------------------------------------
*.section heading left End
------------------------------------*/

/*----------------commingsoon-area start------------------*/
.comming-soon-area {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comming-soon-wrap h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.comming-soon-wrap p {
  font-size: 16px;
  margin-bottom: 30px;
}

.timer span.cdown {
  display: block;
  float: left;
  width: 24%;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  background: #296dc1;
  justify-content: center;
  color: #fff;
  transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  margin-left: 10px;
}

.timer span.cdown:first-child {
  margin-left: 0px;
}

.timer span.time-count {
  font-size: 40px;
  margin: 0px auto;
  margin-bottom: 10px;
  display: block;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  padding-bottom: 10px;
  width: 100px;
  position: relative;
}

.timer span.time-count::before,
.timer span.time-count::after {
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.timer span.time-count::after {
  left: 30px;
  bottom: -2px;
}

.timer span.cdown p {
  color: #fff;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  font-size: 18px;
}

.search-sidebar input {
  width: 100%;
  height: 45px;
  background: transparent;
  border: 1px solid #c0dbfd;
  padding-left: 10px;
}

.search-sidebar button {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  top: 0;
  color: #fff;
  background: #296dc1;
  border: 1px solid #296dc1;
}

/*------------------------------------
Responsive
------------------------------------*/
@media (min-width: 1023px) and (max-width: 1100px) {
  .shap_top {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
  }

  .all-text {
    padding: 108px 50px;
  }

  .shap_bottom {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
  }

  .about-bottom-s {
    font-size: 19px;

  }
}

@media (max-width: 767px) {

  section {
    padding: 30px 0px !important;
  }

  section.bg-banner-img {
    padding-bottom: 100px !important;
  }

  .row.book_now {
    text-align: left !important;
  }

  .service-about-services.text-left.tabs_box_s {
    margin-bottom: 15px;
  }

  .col-md-3 {
    margin-bottom: 25px;
  }

  .img_radius {
    margin: 20px 0px;
  }

  .services-service {
    margin-bottom: 20px;
  }

  .mb-90 {
    padding-top: 150px !important;
  }

  .hero__player {
    height: 200px !important;
    width: 100%;
  }

  .header_aera {
    padding: 30px 0px !important
  }

  .btn {
    padding: 18px 30px !important;
  }

  .title h2 {
    padding-top: 0px !important;
  }

  .top-banner .button-banner {
    font-size: 12px !important;
  }

  p.about_bottom_h.mt-50 {
    padding: 0px 10px;
  }

  .m-s {
    padding: 0px !important;
  }

  button.navbar-toggle {
    background: #0d67b3;
    border-color: #0d67b3 !important;
    color: #fff !important;
  }

  .col-xs-6.pr-0 {
    width: 100%;
    padding-right: 15px !important;
  }

  .pr-0 {
    padding-right: 15px !important;
  }

  .pt-100 {
    padding-top: 30px !important;
  }

  .about_h {
    padding-top: 15px;
  }

  .left-services.wow.fadeInRight.text-right {
    padding-bottom: 20px;
  }

  .left-service {
    margin-top: 30px;
    padding-bottom: 25px;
  }

  .clip-polygon_right {
    background: #e8eafd !important;
  }

  .clip-polygon_right_2 {
    background: #e8eafd !important;
  }

  .bg-new {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }

  .booking_text .skew_14 {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }

  .list-group-item span {
    display: none;
  }

  .bg_top_table {
    padding-top: 30px;
  }

  .pl_90 {
    padding-left: 40px;
  }

  .pr_90 {
    padding-right: 40px;
  }

  .button-left {
    padding: 18px 30px !important;
  }

  .main-h {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  p.banner-text.wow.fadeInUp.main-h3 {
    text-align: center;
  }

  div#banner-text {
    text-align: center;
  }

  .About-right-bg-img {
    background-image: none;
  }

  .py-70 {
    padding: 30px;
  }

  .title h1 {
    font-size: 30px !important;
  }

  .title-left h1 {
    font-size: 30px;
    margin-top: 10px;
  }

  img.posi-r-img {
    bottom: 0;
  }

  .top-banner.wow.fadeInRight.text-left {
    text-align: center;
  }

  .slider_inner.camera_wrap {
    height: 500px !important;
  }

  .our_team_area .team_row .team_membar {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .bg-about-img {
    background-image: none;
  }

  .left-tabs-text-2 {
    font-size: 17px;
  }

  .service-about {
    margin-bottom: 15px;
  }

  .service-Team {
    margin-bottom: 15px;
  }

  .all-text {
    padding: 0px;
  }

  .owl-nav {
    display: none !important;
  }

  .owl-dots {
    display: block !important;
  }

  .bhoechie-tab-content h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 25px 0px;
  }

  .bhoechie-tab-content p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 20px;
  }

  .list-group-item span {
    display: block;
  }

  img.filter-img {
    display: none;
  }

  .list-group-item {
    margin-left: 0px;
    padding: 0px;
  }

  .list-group-item span {
    margin-left: 20px;
    padding-bottom: 50px;
  }

  .btn {
    padding: 18px 25px !important;
    font-size: 12px;
  }

  .top-about {
    text-align: center;
  }

  .title h1 {
    font-size: 25px !important;
  }

  .testimonial_area .item .media .media-left {
    padding-right: 10px;
  }

  .tabel-color_save {
    color: transparent;
  }
}

@media (max-width: 1024px) {
  .button-left {
    padding: 18px 35px;
  }

  .left-service {
    margin-top: 55px;
  }

  .button-banner {
    padding: 18px 22px;
  }

  .list-group-item span {
    font-size: 18px;
  }

  p.about_bottom_h.wow.fadeInUp {
    font-size: 15px;
  }


  .left-services {
    margin-top: 32px;
  }

  .about_left_text p {
    font-size: 17px;
    color: #fff;
    margin: 15px 0px;
    line-height: 30px;
  }
}

@media (max-width: 320px) {
  .list-group-item span {
    font-size: 15px;
  }

  .list-group-item span {
    margin-left: 5px;
  }

  .button-banner {
    font-size: 13px;
  }
}

/*------------------------------------
End Responsive
------------------------------------*/
/* Contact Us */
.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="90" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.container-contact {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}


.contact-info-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.contact-info-card {
  background: rgb(0, 0, 0);
  border-radius: 12px;
  padding: 25px;
  border: 8px solid;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  border-image: linear-gradient(45deg, #9c27b0, #00e5ff) 1;
  text-align: center;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.6);
}

.contact-info-card .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #0c3fa8, #5b45a0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.contact-info-card h3 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-info-card p {
  color: #5a6c7d;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.contact-info-card a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: #2980b9;
}

.contact-content {
  display: flex;
  justify-content: center;
}

.form-section {
  background: #000; /* Dark background */
  color: white;
  border: none;
  box-shadow: none;
}

.form-section h2 {
  text-align: center;
  font-size: 4.5rem;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
}

.form-section .subtitle {
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.form-group {
  margin-bottom: 25px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #5e5eae;
  background: transparent;
  color: white;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #888;
  font-weight: 300;
  font-size: 15px;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-bottom: 1px solid #a291fb;
  background: transparent;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  background: none;
  color: #ccc;
  border: 1px solid #5e5eae;
  padding: 12px 32px;
  font-size: 1rem;
  border-radius: 25px;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #5e5eae;
  color: #fff;
  box-shadow: 0 0 15px #5e5eae;
}


@media (max-width: 768px) {
  .contact-info-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .form-section {
    padding: 30px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    padding: 30px 20px;
  }
}

/* -------------------------Career Page-------------------------- */
.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 150px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
}

.hero-title .highlight {
  background: linear-gradient(45deg, #4CAF50, #2196F3, #FF9800);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-btn {
  background: #4285f4;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(66, 133, 244, 0.3);
}

.hero-btn:hover {
  background: #3367d6;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4);
  color: white;
  text-decoration: none;
}

/* Technology Icons */
.tech-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 150px;
}

.tech-row {
  display: flex;
  justify-content: center;
  gap: 130px;
  flex-wrap: wrap;
}

.tech-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  position: relative;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.tech-icon:hover {
  transform: scale(1.1);
}

.tech-icon img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Row 1 - 6 icons */
.tech-row:nth-child(1) .tech-icon:nth-child(1) {
  background: linear-gradient(45deg, #f0db4f, #323330);
  animation-delay: 0s;
}

.tech-row:nth-child(1) .tech-icon:nth-child(2) {
  background: linear-gradient(45deg, #61dafb, #21232a);
  animation-delay: 0.2s;
}

.tech-row:nth-child(1) .tech-icon:nth-child(3) {
  background: linear-gradient(45deg, #3776ab, #ffd43b);
  animation-delay: 0.4s;
}

.tech-row:nth-child(1) .tech-icon:nth-child(4) {
  background: linear-gradient(45deg, #777bb4, #4f5b93);
  animation-delay: 0.6s;
}

.tech-row:nth-child(1) .tech-icon:nth-child(5) {
  background: linear-gradient(45deg, #21759b, #464646);
  animation-delay: 0.8s;
}

.tech-row:nth-child(1) .tech-icon:nth-child(6) {
  background: linear-gradient(45deg, #00c4cc, #7c4dff);
  animation-delay: 1s;
}

/* Row 2 - 5 icons */
.tech-row:nth-child(2) .tech-icon:nth-child(1) {
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  animation-delay: 1.2s;
}

.tech-row:nth-child(2) .tech-icon:nth-child(2) {
  background: linear-gradient(45deg, #001e36, #ff0050);
  animation-delay: 1.4s;
}

.tech-row:nth-child(2) .tech-icon:nth-child(3) {
  background: linear-gradient(45deg, #74b9ff, #0984e3);
  animation-delay: 1.6s;
}

.tech-row:nth-child(2) .tech-icon:nth-child(4) {
  background: linear-gradient(45deg, #a29bfe, #6c5ce7);
  animation-delay: 1.8s;
}

.tech-row:nth-child(2) .tech-icon:nth-child(5) {
  background: linear-gradient(45deg, #00b894, #00cec9);
  animation-delay: 2s;
}

/* Row 3 - 4 icons */
.tech-row:nth-child(3) .tech-icon:nth-child(1) {
  background: linear-gradient(45deg, #ff7675, #fd79a8);
  animation-delay: 2.2s;
}

.tech-row:nth-child(3) .tech-icon:nth-child(2) {
  background: linear-gradient(45deg, #fdcb6e, #e17055);
  animation-delay: 2.4s;
}

.tech-row:nth-child(3) .tech-icon:nth-child(3) {
  background: linear-gradient(45deg, #6c5ce7, #a29bfe);
  animation-delay: 2.6s;
}

.tech-row:nth-child(3) .tech-icon:nth-child(4) {
  background: linear-gradient(45deg, #00b894, #55efc4);
  animation-delay: 2.8s;
}

/* Row 4 - 3 icons */
.tech-row:nth-child(4) .tech-icon:nth-child(1) {
  background: linear-gradient(45deg, #0984e3, #74b9ff);
  animation-delay: 3s;
}

.tech-row:nth-child(4) .tech-icon:nth-child(2) {
  background: linear-gradient(45deg, #2d3436, #636e72);
  animation-delay: 3.2s;
}

.tech-row:nth-child(4) .tech-icon:nth-child(3) {
  background: linear-gradient(45deg, #f39c12, #e74c3c);
  animation-delay: 3.4s;
}

/* Row 5 - 2 icons */
.tech-row:nth-child(5) .tech-icon:nth-child(1) {
  background: linear-gradient(45deg, #e17055, #fdcb6e);
  animation-delay: 3.6s;
}

.tech-row:nth-child(5) .tech-icon:nth-child(2) {
  background: linear-gradient(45deg, #00cec9, #55efc4);
  animation-delay: 3.8s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tech-row {
    gap: 20px;
  }

  .tech-icon {
    width: 60px;
    height: 60px;
  }

  .tech-icon img {
    width: 50px;
    height: 50px;
  }
}


/* --------------------Current Openings Section ------------------------*/

.openings-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 60px;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.job-card {
  background-color: #000; /* black background */
  border: 2px solid;
  border-image: linear-gradient(45deg, #9c27b0, #00e5ff) 1;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 0 10px rgba(156, 39, 176, 0.4);
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.6);
}

.job-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(45deg, #74b9ff, #0984e3); /* blue example */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.job-icon.sales {
  background: linear-gradient(45deg, #74b9ff, #0984e3);
}

.job-icon.inside-sales {
  background: linear-gradient(45deg, #fd79a8, #e84393);
}

.job-icon.linkedin {
  background: linear-gradient(45deg, #0077b5, #004182);
}

.job-icon i {
  font-size: 32px;
  color: #fff;
}

.job-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.job-location {
  color: #aaaaaa;
    font-size: 11px;
    margin-bottom: 25px;
}

.apply-btn {
  border: none;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}


/* Responsive Design */
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }

  .header-menu-toggle {
    display: block;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .tech-icons {
    gap: 20px;
  }

  .tech-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .job-grid {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------- Lets Talk --------------------------------*/
.contact-cta-section {
  background-color: #000;
  padding: 80px 20px;
  color: #fff;
}

.contact-cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1110px;
  margin: auto;
  flex-wrap: wrap;
}

.contact-text {
  max-width: 600px;
}

.request-label {
  font-size: 3.1rem;
  color: #ffffff;
  margin-bottom: 10px;
}

.cta-heading {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.lets-talk-button {
  width: 300px;
  height: 300px;
  background-color: black;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.lets-talk-button i {
  font-size: 3.5rem;
  margin-bottom: 8px;
}

.lets-talk-button:hover {
  background: radial-gradient(circle at center, #073dff, #94aaff);
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
  color: white;
}

/*------------------------------- Contact Form  ----------------------- */
.connect-section {
  background-color: #0d0d0d;
  color: white;
  padding: 60px 20px;
}

.connect-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.connect-info {
  flex: 1 1 40%;
}

.connect-info h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.brand-name {
  background: linear-gradient(to right, #e94b94, #5a58e3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.connect-info p {
  font-size: 16px;
  margin: 10px 0;
}

.connect-info i {
  margin-right: 10px;
  color: #e94b94;
}

.social-icons a {
  color: white;
  margin-right: 15px;
  font-size: 20px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #e94b94;
}

.connect-form {
  flex: 1 1 50%;
}

.connect-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

input,
textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #3aa3ff;
  padding: 10px;
  color: white;
  font-size: 16px;
}

input::placeholder,
textarea::placeholder {
  color: gray;
}

textarea {
  resize: vertical;
  height: 50px;
}

button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 12px 25px;
  font-size: 16px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.3s, color 0.3s;
}

button:hover {
  background-color: white;
  color: #0d0d0d;
}

/*-----------------------------Solutions------------------------------*/
.products-section {
  padding: 32px 20px;
  background: #000000;
  text-align: center;
}

.product-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  text-align: left;
}

.product-feature.left-image .product-image {
  order: 1;
}

.product-feature.left-image .product-content {
  order: 2;
}

.product-feature.right-image .product-image {
  order: 2;
}

.product-feature.right-image .product-content {
  order: 1;
}

.product-image img {
  width: 100%;
  max-width: 450px;
  transition: transform 0.6s ease;
}

.product-image img:hover {
  transform: rotate(10deg);
}


.product-content {
  flex: 1 1 500px;
  padding: 20px;
}

.product-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.product-content p {
  font-size: 16px;
  color: #c8c5c5;
  margin-bottom: 20px;
}

.product-content ul {
  list-style: none;
  padding-left: 0;
}

.product-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
}

.product-content ul li::before {
  content: '■';
  position: absolute;
  left: 0;
  color: #0500d0;
  font-size: 20px;
  top: -5px;
}


/* -------------------------------Join Us------------------------------------------- */
.join-us-section {
  background: #000;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.join-us-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: pulse 8s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.6;
  }
}

.join-us-container {
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
}

.form-container {
  border-radius: 20px;
  padding: 50px;
  margin: 60px 50px;
  position: relative;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.form-group {
  flex: 1;
  min-width: 300px;
}

.form-group.full-width {
  flex: 100%;
}

.form-input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e1e5e9;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fff;
  outline: none;
}

.form-input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  transform: translateY(-2px);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-select {
  cursor: pointer;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  appearance: none;
  color: white;
}

.file-input-container {
  position: relative;
  overflow: hidden;
  border: 2px dashed #667eea;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  background: #000000;
  transition: all 0.3s ease;
}

.file-input-container:hover {
  border-color: #5a6fd8;
  background: #f0f2ff;
}

.file-input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.file-input-label {
  display: inline-block;
  padding: 12px 24px;
  background: #667eea;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.file-input-label:hover {
  background: #5a6fd8;
  transform: translateY(-2px);
}

.file-input-text {
  display: block;
  margin-top: 10px;
  color: #666;
}

.join-submit-btn {
  background: none;
  color: #ccc;
  border: 1px solid #5e5eae;
  padding: 12px 32px;
  font-size: 1rem;
  border-radius: 25px;
  letter-spacing: 1px;
  transition: 0.3s ease;
  text-align: center;
}

.join-submit-btn:hover {
  background: #5e5eae;
  color: #fff;
  box-shadow: 0 0 15px #5e5eae;
}

.required {
  color: #e74c3c;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

@media (max-width: 768px) {
  .form-container {
    padding: 30px 20px;
    margin: 0 10px;
  }

  .form-group {
    min-width: 100%;
  }

  .join-us-title {
    font-size: 2.5rem;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }
}

/* -----------------Legal Disclaimer---------------------- */
.legal-disclaimer {
  background: #000000;
  min-height: 100vh;
  padding: 60px 0;
}

.disclaimer-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #007bff;
}

.disclaimer-header h1 {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 10px;
}

.disclaimer-header p {
  color: #ffffff;
  font-size: 1.1rem;
}

.disclaimer-section {
  margin-bottom: 30px;
}

.disclaimer-section h3 {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.disclaimer-section p {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 15px;
}

.contact-info h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-item i {
  width: 20px;
  margin-right: 10px;
}

.contact-item a {
  color: #ffffff;
  text-decoration: none;
}

.contact-item a:hover {
  color: #007bff;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #007bff;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.back-to-top.show {
  opacity: 1;
}

.last-updated {
  text-align: center;
  color: #666;
  font-style: italic;
  margin-top: 20px;
}

/* ----------------------------Policy------------------------------- */
.privacy-policy {
  background:#000000;
  min-height: 100vh;
  padding: 60px 0;
}

.policy-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #007bff;
}

.policy-header h1 {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 10px;
}

.policy-header p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
}

.policy-intro {
  background: #e3f2fd;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border-left: 4px solid #007bff;
}

.policy-intro p {
  margin: 0;
  color: #000000;
  font-weight: 500;
}

.policy-section {
  margin-bottom: 35px;
}

.policy-section h3 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
}

.policy-section h4 {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 20px 0 15px 0;
  font-weight: 600;
}

.policy-section p {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 15px;
}

.policy-section ul {
  margin: 15px 0;
  padding-left: 20px;
}

.policy-section li {
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.6;
}

.highlight-box {
  background: #e3f2fd;
  border-left: 4px solid #007bff;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.highlight-box p {
  margin: 0;
  color: #000000;
  font-weight: 500;
}

.contact-info h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-item i {
  color: #007bff;
  width: 20px;
  margin-right: 10px;
}

.contact-item a:hover {
  color: #007bff;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #007bff;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.back-to-top.show {
  opacity: 1;
}

.effective-date {
  text-align: center;
  color: #666;
  font-style: italic;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.table-of-contents {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.table-of-contents h4 {
  color: #333;
  margin-bottom: 15px;
}

.table-of-contents ul {
  list-style: none;
  padding: 0;
}

.table-of-contents li {
  margin-bottom: 8px;
}

.table-of-contents a {
  color: #007bff;
  text-decoration: none;
}

.table-of-contents a:hover {
  text-decoration: underline;
}

/* -----------------------------Cookies------------------------------------------ */

/* Cookie Popup */

/* Cookie Popup */
#cookiePopup {
  background-color: #e3ebff;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0 0px 25px 25px;
  font-size: 12px;
  width: 400px;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  text-align: justify;
  line-height: 1.8em;
  padding-bottom: 20px;
  border-radius: 6px;
  z-index: 9999;
  transition: all 0.5s ease-in;
}

#cookiePopup img {
  display: block;
  width: 50%;
  height: auto;
  transform: translateZ(0);
  position: relative;
  margin: auto;
  margin-top: 20px;
}

#cookiePopup p {
  text-align: center;
  padding: 5px 30px 5px 30px;
  color: black;
  font-size: 14px;
}

#acceptCookie {
  background-color: #fdbe33;
  border: none;
  color: #ffffff;
  font-size: 1.1em;
  padding: 0.5em 1em;
  border-radius: 5px;
}

.button-cookie2 {
  display: flex;
  justify-content: space-around;
}

.btn-cookie .button-cookie {
  background-color: #16066f;
  border: none;
  color: #ffffff;
  font-size: 1.1em;
  padding: 0.5em 1em;
  border-radius: 5px;
}

.btn-cookie .button-cookie:hover {
  background-color:#ffffff;
  color: #16066f;
}

#cookiePopup a {
  color: #000000;
}

.hide {
  display: none;
}

.show {
  display: block;
}



/* Max width 768px - Tablets and small laptops */
@media (max-width: 768px) {
  #cookiePopup {
    width: 300px; /* fixed small width */
    margin: 15px auto; /* center it horizontally */
    left: 0;
    right: 0;
  }

  .btn-cookie {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .btn-cookie .button-cookie {
    font-size: 0.9em;
    width: 50%;
    margin: 2px 2px;
    padding: 0.5em 1em;
  }
}



@media (max-width: 425px) {
  #cookiePopup {
           width: 237px;
        margin: 15px auto;
        left: 0;
        right: 0;
        height: 300px;
  }

  .btn-cookie {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .btn-cookie .button-cookie {
    font-size: 0.9em;
    width: 50%;
    margin: 2px 2px;
    padding: 0.5em 1em;
  }
}


@media (max-width: 300px) {
  .btn-cookie {
    flex-direction: column;
    align-items: center;
  }

  .btn-cookie .button-cookie {
    width: 90%; /* stack buttons if too narrow */
  }
}


/* Max width 275px - Very small devices */
@media (max-width: 275px) {
  #cookiePopup {
    width: 95%;
    margin: 8px;
    font-size: 10px;
  }

  .btn-cookie .button-cookie {
    font-size: 0.8em;
    padding: 0.3em 0.6em;
  }
}
/* ------------------------------ *//*Banner Section ,Banner container(Index front page ) -----------------------*/
/* Mobile First - 320px and below */
@media (max-width: 320px) {
  /* Base container adjustments */
  .container {
      padding: 0 10px;
      margin: 0 auto;
      max-width: 100%;
  }
  
  .container-contact {
      padding: 0 10px;
      max-width: 100%;
  }
  
  body {
      font-size: 14px;
      line-height: 1.4;
      overflow-x: hidden;
  }
  
  /* Header/Navigation */
  .s-header {
      padding: 8px 10px;
  }
  
  .navbar-container {
      flex-direction: column;
      gap: 8px;
  }
  
  .header-logo p {
      font-size: 14px;
      text-align: center;
  }
  
  .header-nav__list {
      flex-direction: column;
      gap: 8px;
      text-align: center;
  }
  
  .header-nav__list li a {
      font-size: 14px;
      padding: 8px 12px;
  }  
  /* Banner Section */
  .banner-section {
      padding: 40px 10px;
      min-height: 60vh;
      text-align: center;
  }
  
  .banner-content {
      max-width: 100%;
      padding: 0 5px;
  }
  
  .main-heading {
      font-size: 24px;
      line-height: 1.2;
      margin-bottom: 15px;
  }
  
  .heading-part-1 {
      display: block;
      margin-bottom: 8px;
  }
  
  .heading-part-2 {
      display: block;
      font-size: 20px;
  }
  
  .text-green, .text-blue {
      font-size: 22px;
  }
  
  .banner-subtext {
      font-size: 14px;
      line-height: 1.4;
      margin-top: 15px;
      padding: 0 5px;
  }
  
  .banner-subtext br {
      display: none;
  }
  
  /* Title sections */
  .title h3 {
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center;
      padding: 0 10px;
  }
  
  /* Services Grid */
  .services-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 0 10px;
  }
  
  .service-card {
      padding: 20px 15px;
      border-radius: 8px;
      text-align: center;
      max-width: 100%;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .service-icon img {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
  }
  
  .service-title {
      font-size: 18px;
      margin-bottom: 12px;
      line-height: 1.3;
  }
  
  .service-description {
      font-size: 14px;
      line-height: 1.4;
      color: #666;
  }
 
}
/* ------------------------------Navbar------------------------------  */ 
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease-in-out, background 0.3s ease;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar.navbar-hidden {
    transform: translateY(-100%);
}

.navbar.navbar-scrolled {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(15px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.logo {
  font-weight: bold;
  font-size: 20px;
  background: linear-gradient(90deg, #ffffff, #00ffff, #ff55ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.nav-links ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}


.nav-links a.active,
.nav-links a:hover {
  color: #c700ff;
}


.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #c700ff;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.right-controls {
  display: flex;
  align-items: center;
     gap: 1rem;
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom right, #e49af5, #88a9fd);
  display: none;
  z-index: 2000;
  padding: 50px;
  box-sizing: border-box;
}

.start-project-btn {
  background: #f3f3f3;
  color: #000;
  border: none;
  padding: 10px 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;

}

.start-project-btn:hover {
  background: #ddd;
}

 /* Mobile Toggle Button */
        .toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            padding: 5px;
            color: #333;
            z-index: 1002;
            transition: all 0.3s ease;
        }

        .toggle:hover {
            color: #8a0085;
        }

.menu-icon {
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-left: 30px;
}


  .overlay.active {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}


.overlay-content {
  display: flex ;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      position: relative;
      flex-direction: row-reverse;
}

.overlay-logo {
  position: absolute;
  top: 30px;
  left: 40px;
}

.overlay-logo img {
  margin-top: 65px;
  height: 300px; /* Adjust as needed */
}


.overlay-content ul {
  list-style: none;
  padding: 0;
  margin-top: 100px;
  color: white;
}

.overlay-content ul li {
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.overlay-right {
  text-align: right;
  max-width: 400px;
}

.overlay-right p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}

.overlay-right .start-project-btn {
  background: #fff;
  color: #000;
  margin-bottom: 20px;
}

.overlay-center-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.social-icons i {
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 40px;  
    height: 40px;
background:linear-gradient(to right, #5c04a4, #8a0085);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1rem;   /* arrow size */
    cursor: pointer;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3);

    display: flex;               
    align-items: center;         /* vertical center */
    justify-content: center;     /* horizontal center */
    padding: 0;                  /* default padding remove */
    line-height: 1;              /* text spacing remove */
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.scroll-to-top:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 255, 136, 0.5);
    background: linear-gradient(45deg, #8a0085,#5c04a4);
}

.scroll-to-top:active {
    transform: scale(0.9);
}


@media (max-width: 768px) {
 
  .logo {
    font-size: 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgb(4 3 3 / 90%);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: height 0.3s ease-in-out;
    z-index: 999;
  }
  .nav-links ul {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  .toggle {
    display: block;
  }

  .nav-links.active {
    height: 200px;
  }
  .start-project-btn {
    font-size: 14px;
    padding: 8px 14px;
    flex: 1;
    text-align: center;
  }
  .menu-icon {
    display: none;
  }
}
/* ------------------------------------------------------Buttton------------------------------------------------ */
.neon-btn {
    padding: 10px 20px;
background:linear-gradient(to right, #5c04a4, #8a0085);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3);
}

.neon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 136, 0.5);
    color: white;
    text-decoration: none;
}

.join-btn {
  padding: 12px 30px;
  color: #ffffff;
  background-color: #000000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  font-weight: bold;
  /* text-shadow: 0 0 5px rgb(237, 239, 255), 0 0 10px rgb(255, 255, 255); */
  box-shadow: 0 0 10px rgb(255, 255, 255), 0 0 20px rgb(87, 85, 85) inset;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 40px;
}

.join-btn:hover {
  background-color: rgb(173, 160, 176);
  color: #000;
  text-shadow: none;
}
/* -------------------Preloader------------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

.preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

/* Logo Container */
.logo-container {
  text-align: center;
  position: relative;
}

/* Main Logo Text */
.logo-text {
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  opacity: 0;
  animation: logoFadeIn 1.5s ease-out 0.5s forwards;
}

.logo-text .x-vector {
  background: linear-gradient(45deg, #00ff88, #0066ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  animation: gradientShift 3s ease-in-out infinite;
}

.logo-text .technologies {
  font-family: Rubrik;
  color: #ffffff;
  display: block;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  margin-top: 0.5rem;
  opacity: 0;
  animation: subtitleFadeIn 1s ease-out 1.5s forwards;
}

/* Animated Circles */
.loading-circles {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 2rem auto;
}

.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
}

.circle-1 {
  border-top: 3px solid #00ff88;
  animation-delay: 0s;
}

.circle-2 {
  border-right: 3px solid #0066ff;
  animation-delay: 0.5s;
  transform: scale(0.8);
}

.circle-3 {
  border-bottom: 3px solid #ff6b6b;
  animation-delay: 1s;
  transform: scale(0.6);
}

/* Progress Bar */
.progress-container {
  width: 300px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin: 2rem auto 1rem;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #00ff88, #0066ff);
  border-radius: 2px;
  width: 0%;
  animation: progressFill 3s ease-in-out forwards;
  position: relative;
}

.progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shimmer 1.5s infinite;
}

/* Loading Text */
.loading-text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
  opacity: 0;
  animation: loadingTextFadeIn 1s ease-out 2s forwards;
}

.loading-dots {
  display: inline-block;
  animation: dots 1.5s infinite;
}

/* Floating Particles */
.particles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #00ff88;
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 4s ease-in-out infinite;
}

.particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { left: 20%; animation-delay: 0.5s; background: #0066ff; }
.particle:nth-child(3) { left: 30%; animation-delay: 1s; }
.particle:nth-child(4) { left: 40%; animation-delay: 1.5s; background: #ff6b6b; }
.particle:nth-child(5) { left: 50%; animation-delay: 2s; }
.particle:nth-child(6) { left: 60%; animation-delay: 2.5s; background: #0066ff; }
.particle:nth-child(7) { left: 70%; animation-delay: 3s; }
.particle:nth-child(8) { left: 80%; animation-delay: 3.5s; background: #00ff88; }
.particle:nth-child(9) { left: 90%; animation-delay: 4s; }

/* Animations */
@keyframes logoFadeIn {
  from { 
      opacity: 0; 
      transform: translateY(30px) scale(0.9); 
  }
  to { 
      opacity: 1; 
      transform: translateY(0) scale(1); 
  }
}

@keyframes subtitleFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loadingTextFadeIn {
  from { opacity: 0; }
  to { opacity: 0.8; }
}

@keyframes gradientShift {
  0%, 100% { 
      background: linear-gradient(45deg, #00ff88, #0066ff); 
      -webkit-background-clip: text;
      background-clip: text;
  }
  50% { 
      background: linear-gradient(45deg, #0066ff, #00ff88, #ff6b6b); 
      -webkit-background-clip: text;
      background-clip: text;
  }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes progressFill {
  from { width: 0%; }
  to { width: 100%; }
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes dots {
  0%, 20% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes particleFloat {
  0% { 
      opacity: 0; 
      transform: translateY(100vh) translateX(0px) scale(0); 
  }
  10% { 
      opacity: 1; 
      transform: translateY(90vh) translateX(10px) scale(1); 
  }
  90% { 
      opacity: 1; 
      transform: translateY(-10vh) translateX(-10px) scale(1); 
  }
  100% { 
      opacity: 0; 
      transform: translateY(-20vh) translateX(5px) scale(0); 
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .logo-text {
      font-size: 2.5rem;
  }
  
  .logo-text .technologies {
      font-size: 1rem;
  }
  
  .progress-container {
      width: 250px;
  }
  
  .loading-circles {
      width: 80px;
      height: 80px;
  }
}

@media (max-width: 480px) {
  .logo-text {
      font-size: 2rem;
  }
  
  .logo-text .technologies {
      font-size: 0.9rem;
  }
  
  .progress-container {
      width: 200px;
  }
}


/* -------------------------------------------------new lets talk-section---------------------------------------------------- */

.lets-talk-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Animated Background */
.background-3d {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  perspective: 1000px;
}

.background-3d .cube {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgb(242 20 210 / 15%);
  border: 1px solid rgb(183 16 182 / 57%);
  box-shadow: 0 0 15px #9700b0;
  animation: floatCube 20s linear infinite;
}

.background-3d .cube:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.background-3d .cube:nth-child(2) { top: 40%; left: 75%; animation-delay: 5s; }
.background-3d .cube:nth-child(3) { top: 65%; left: 30%; animation-delay: 10s; }
.background-3d .cube:nth-child(4) { top: 80%; left: 5%; animation-delay: 15s; }
.background-3d .cube:nth-child(5) { top: 50%; left: 85%; animation-delay: 20s; }

@keyframes floatCube {
  0% {
    transform: translateZ(0) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translateZ(300px) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotate(360deg);
    opacity: 0.3;
  }
}

/* Form Container */
.form-container {
  position: relative;
  z-index: 2;
  /* max-width: 400px; */
  width: 90%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,255,128,0.1);
}

.form-container h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #ef95ff, #af00cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-container p {
  color: #ccc;
  margin-bottom: 25px;
}

.form-container input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
}

.form-container input::placeholder {
  color: #aaa;
}

.form-container button {
  width: 100%;
  padding: 12px;
  font-size: 1.1rem;
  border: none;
  border-radius: 30px;
  background: #a500cd;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 0 15px #9200ab;
}

.form-container button:hover {
  background: #1ebd5a;
  box-shadow: 0 0 25px #25D366;
}

/* Mobile */
@media (max-width: 500px) {
  .form-container h1 {
    font-size: 2rem;
  }
  .form-container {
    padding: 25px;
  }
}
