@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
  overflow-x: hidden !important;
}

body {
    background: #f4f4f4;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}


.hero {
  background: linear-gradient(rgba(32, 122, 252, 0.2), rgba(255, 255, 255, 1));
  padding: 60px 20px;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}

.hero-text {
  flex: 1 1 500px;
  min-width: 300px;
}

.tagline {
  text-transform: uppercase;
  font-size: 16px;
  color: rgba(32, 122, 252, 1);
  font-weight: bold;
  background: rgba(255, 255, 255, 1);
  border-radius: 40px;
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 16px;
}

.hero-text h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.1;
  color: rgba(0, 0, 0, 1);
  max-width: 100%;
}

.description {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 100%;
  margin: 20px 0;
}

.highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: rgba(34, 36, 40, 1);
  margin-bottom: 24px;
}
.highlights img{
  mix-blend-mode: multiply;
}
.highlights span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-primary {
  background: #2563eb;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary:hover {
  background: rgba(32, 122, 252, 1);
}

.secondary {
  background: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}

.secondary:hover {
  text-decoration: underline;
}

.hero-image-container {
  position: relative;
  flex: 1 1 400px;
  max-width: 100%;
}

.video-bg {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.badge-satisfaction,
.badge-projects,
.dabba {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px);
  color: rgba(32, 122, 252, 1);
  text-align: center;
  border-radius: 24px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.badge-satisfaction {
  top: 10%;
  left: -10%;
  width: 140px;
  height: 80px;
  font-size: 18px;
}

.badge-satisfaction span {
  font-size: 12px;
  color: black;
}

.badge-projects {
  top: 5%;
  right: -5%;
  padding: 10px;
  font-size: 16px;
}

.badge-projects span {
  font-size: 12px;
  color: black;
}

.dabba {
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(32, 122, 252, 0.4);
}

#centered-img img {
    min-width: 40vw;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
  /* 🌐 Media Queries of hero section */
@media (max-width: 768px) {
    .hero-container {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 60px;
    }
  
    .hero-text h1 {
      font-size: 2rem;
    }
  
    .tagline,
    .description {
      width: 100%;
      /* margin-left: -9px; */
    }
  
    .highlights {
      flex-direction: column;
      transform: translateX(-1px);

    }
  
    .hero-buttons {
      flex-direction: column;
      width: 100%;
    }
  
    .btn-primary,
    .secondary {
      width: 100%;
      text-align: center;
    }
  
    .badge-satisfaction,
    .badge-projects,
    .dabba {
      position: static;
      margin: 10px 0;
      width: 100%;
      padding: 10px;
    }
  
    .video-bg {
      height: auto;
    }
    .dabba{
      display: none;
    }
    .ecommerece-container h1 {
    font-size: 36px !important;
  }
  
}
@media (max-width: 600px) {
  .button-group {
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      padding: 10px;
  }

  .button-group button {
      flex: 1 1 calc(33.333% - 20px);
      min-width: 90px;
      font-size: 14px;
      padding: 10px;
      border-radius: 6px;
  }
  .image img{
    height: 100% !important;
    width: 100% !important;
  }
/*   
  .engagement-models-content h2{
    font-size: 36px !important;
  }
  .engagement-models-content p{
    font-size: 17px !important;
    line-height: 23px !important;
    max-width: 300px;
  }
  .custom-col{
    padding-left: 59px !important;
  }
  .model-box{
    padding: 16px 10px 16px 44px !important;
  }
  .model-box h4{
    font-size: 22px !important;
  }
  .wide-range-section h2{
    font-size: 33px !important;
  }
  .model-box p{
    font-size: 15px !important;
  } */
  .portfolio-container{
    margin: 7px 10px 0px 17px !important;
  }
  .prevBtn img,.nextBtn img{
    width: 45px !important;
  }
  .portfolio-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  
  }

  .portfolio-controls .arrows {
    display: flex;
  }

  #prevBtn,
  #nextBtn {
    width: 50px;     
    height: 50px;
    object-fit: contain;
    transition: transform 0.2s ease;
  }

  #prevBtn:hover,
  #nextBtn:hover {
    transform: scale(1.1); /* slight hover zoom */
  }
  .image-group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;                  /* reduced gap for tighter look */
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 16px;            /* horizontal padding for mobile */
  }
  
  .image-group img {
    width: 180px;               /* fixed size for neat layout */
    height: auto;
    border-radius: 12px;        /* smooth corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* light shadow */
    transition: transform 0.3s ease;
  }
  
  .image-group img:hover {
    transform: scale(1.05);     /* zoom on hover */
  }
  .consultants-content p{
    color: #000000 !important;
    font-weight: 400 !important;
  }  
  .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;  /* bas sirf ye line honi chahiye */
    background: white;
    overflow-y: auto;
    transition: left 0.4s ease;
    padding: 20px;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }
  .image-container1 {
    padding-left: 17px;
    padding-top: 35px;
  }
  
}


  /* ecommerece section */
  .ecommerece-section{
    background-color: #fff;
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
  }
  .ecommerece-container {
    max-width: 800px;
    text-align: center;
  }
  .ecommerece-container h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgba(16, 16, 18, 1);
  }

  
  .ecommerece-container p {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
  }
  
  .button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  
  .button-group button {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  button:hover {
    border-color: #555;
  }
  button.active {
    border-color: #007bff;
    color: #007bff;
    background-color: #f0f8ff;
  }
  .gradient-container {
    background: linear-gradient(to right, rgba(193, 218, 254, 0.8), rgba(255, 255, 255, 1));
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  
  .ecommerece-content {
    flex: 1 1 400px;
    max-width: 600px;
  }
  
  .ecommerece-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .ecommerece-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .ecommerece-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .feature-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 14px;
    flex: 1 1 120px;
    text-align: center;
  }
  
  .btn-transform {
    background-color: #2563eb;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
  }
  
  .btn-transform:hover {
    background-color: #1e4fcc;
  }
  
  .image {
    flex: 1 1 300px;
    max-width: 500px;
    text-align: center;
  }
  .image img {
    width: 100%;
    max-width: 400px;
    height: 400px;
    border-radius: 20px;
  }
  button.active, button.active:hover, button.active:focus {
    border-color: #007bff;
    color: #007bff;
    background-color: #f0f8ff;
    outline: none;
  }
  /* 🌐 Media Queries */
  @media (max-width: 1024px) {
    .gradient-container {
      padding: 40px 30px;
      margin-left: 20px;
      margin-right: 20px;
    }
  
    .ecommerece-content,
    .image {
      max-width: 100%;
      text-align: center;
    }
  
    .ecommerece-content h2 {
      font-size: 1.75rem;
    }
  
    .feature-box {
      flex: 1 1 45%;
    }
  }
  
  @media (max-width: 600px) {
    .ecommerece-content h2 {
      font-size: 1.5rem;
    }
  
    .ecommerece-content p {
      font-size: 0.95rem;
    }
  
    .feature-box {
      flex: 1 1 100%;
    }
  
    .btn-transform {
      width: 100%;
      font-size: 1rem;
    }
    .ecommerece-section{
      margin-top: -75px;
    }
  }
  
 
  
 /* Who We Are Section */
 .who-we-are {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; /* stretch height */
  gap: 40px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.who-text,
.who-image {
  flex: 1 1 500px;
  max-width: 600px;
  min-height: 314px; /* match image height */
  box-sizing: border-box;
}

/* Text box styling */
.who-text {
  background-color: rgba(242, 242, 242, 1);
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

/* Image box */
.who-image {
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* Image styling */
.who-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures full fit & crop */
  display: block;
  cursor: pointer;
}

  
  /* Media Queries for Small Devices */
  @media (max-width: 768px) {
    
    .who-we-are {
      flex-direction: column;
      align-items: center;
      padding: 40px 16px;
      gap: 24px;
    }
  
    .who-text,
    .who-image {
      width: 100%;
      max-width: 100%;
      min-height: auto;  /* allow natural height on small screens */
    }
  .who-text {
    padding: 12px 16px;     /* less top-bottom space */
    text-align: center;
    gap: 10px;
  }

    .who-text,
    .who-image {
      flex: 1 1 100%;       /* full width but no fixed minimum */
      max-width: 100%;      /* don't go beyond screen */
    }
  
  
  
    .who-text h3 {
      font-size: 33px;
    
      padding-top: 15px;
    }
  
    .who-text p {
      font-size: 15px;
    }
  
    .who-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 10px;
    }
  }
  
  .ecommerece-content p {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
    font-weight: 400;
  }
  .ecommerece-features {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .feature-box {
    background: rgba(207, 212, 221, 1);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .feature-box::before {
    content: "✔";
    color: #007bff;
  }

  .btn-transform {
    padding: 10px 20px;
    background:rgba(32, 122, 252, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s ease;
  }

  .btn:hover {
    background: #0056d6;
  }

  .image {
    max-width: 40%;
  }

  .image img {
    width: 100%;
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      text-align: center;
    }

    .content, .image {
      max-width: 100%;
    }

    .features {
      justify-content: center;
      flex-wrap: wrap;
    }
  }
  /* wide-range-section */
  .wide-range-section {
    text-align: center;
    padding: 50px 20px;
  }
  
  .wide-range-section h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .wide-range-section .description {
    font-size: 14px;
    color: #555;
    max-width: 600px;
    margin: 0 auto 30px;
  }
  
  .services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
  }
  .container-model{
    max-width: 1200px !important;
    width: 100%;
    margin: auto;
  }
  .custom-col{
    height: 500px !important;
  }

  .accordion{
    align-self: start;
  }
  @media (max-width: 768px) {
    .services {
      grid-template-columns: 1fr;
    }
  }
  .accordion {
    background: #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  
  .accordion input[type="checkbox"] {
    display: none;
  }
  
  .accordion label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
  }
  
  .accordion .label-content {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .accordion .label-content span {
    font-weight: 600;
    font-size: 15px;
    color: #222;
  }
  
  .accordion .arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  
  .accordion .content {
    padding: 0 20px 15px;
    font-size: 14px;
    color: #444;
    display: none;
  }
  
  .accordion input:checked + label .arrow {
    transform: rotate(180deg);
  }
  
  .accordion input:checked ~ .content {
    display: block;
  }
  



  .btn-started {
    padding: 12px 25px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .btn:hover {
    background: #0056c1;
  }
.btn-talk {
    background-color: #160682;
    color: rgba(255, 255, 255, 1);
    width: 311px;
    height: 60px;
    border-radius: 43px;
    border: none;
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: 0%;
}

.contact-btn:hover {
    background-color: #3949ab;
}

.carousel-item {
    height: 100vh;
    position: relative;
}

.video-bg {
    width: 480px;
    border-radius: 53px;    
}

.carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: Source Sans Pro;
    width: 80%;
}

/* .carousel-caption h1{
    padding: 10px;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);

} */


.carousel-caption {
    position: absolute !important;
    left: 50% !important;
    bottom: 50% !important;
    transform: translate(-50%, 50%) !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    max-width: 70%;
    padding: 0px !important;
}

.carousel-childd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 100px;
}
.carousel-child{
    display: flex;
    justify-content: center;

    color: rgba(54, 54, 54, 1);
    margin-top: -66px;
}

.carousel-caption.custom-caption h2 {
    margin-bottom: 20px;
    /* Heading ke niche gap */
}
  








/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

/* .hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
} */

.hero-container {
    width: 100%;
}

.hero-btn {
    background-color: rgba(22, 6, 130, 1);
    color: white;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: 600;
    /* Semi-bold */
    border: none;
    border-radius: 43px;
    cursor: pointer;
    width: 311px;
    height: 60px;
    transition: background-color 0.3s ease;
}
.hero-btn:hover {
    background-color: #3949ab;
}
.close-btn{
border: none;
outline: none;
height: 23px;
width: 23px;
background-color: none;
display: none;
}
/* Responsive Styles */
@media (min-width: 1025px) {
    .menu-toggle {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .navbar {
        background-color: #333;
        color: white;
        padding: 15px 20px;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        display: none;
    }
    .nav-item{
        display: none;
    }
    .nav-menu ul {
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 1000;
        display: none;
    }
    .nav-menu.active ul {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .contact-btn {
        display: none;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .hero-container{
       width: 100%;
    }
}
@media (max-width: 768px) {
    .container {
        flex-wrap: wrap;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }
}
@media (max-width: 425px) {
    .hero {
        width: 100%;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }

    .btn-talk {
        padding: 10px 20px;
        font-size: 1rem;
    }
}







* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f4f4f4;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.navbar {
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.logo img {
    max-width: 150px;
    height: auto;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.contact-btn {
    background-color: rgba(22, 6, 130, 1);
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 43px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #3949ab;
}

.menu-toggle {
    display: none;
    outline: none;

    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

/* Services Section */
.services-section {
    padding: 50px 20px;
    text-align: center;
    background-color: #fff;
}

.services-section h2 {
    font-size: 50px;
    line-height: 80.45px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Source Sans Pro;
    color: rgba(54, 54, 54, 1);
}

.services-section h2 span {
    color: rgba(22, 6, 130, 1);
}

.services-container {
    display: flex;
    gap: 20px;
    /* justify-content: center; */
    overflow: auto;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.service-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 58px 45px 58px 45px;
    width: 614px;
    height: 614px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 0 0 539px;
    /* Prevent shrinking: flex-grow = 0, flex-shrink = 0, flex-basis = 300px */
}

.service-card img {
    max-width: 150px;
    margin-bottom: 20px;

}

.service-card h3 {
    font-family: Inter;
    font-weight: 400;
    font-size: 32px;
    line-height: 38.73px;
    letter-spacing: 0%;
    text-align: center;
    flex: 0 0 300px;
    /* Prevent shrinking: flex-grow = 0, flex-shrink = 0, flex-basis = 300px */
}

.service-card p {
    justify-content: center;
    padding: 104px 13px 91px 23px;
    color: rgba(54, 54, 54, 1);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .nav-menu ul {
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 1000;
    }

    .nav-menu.active ul {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .contacts-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .services-section h2 {
        font-size: 2rem;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .service-card p {
        font-size: 0.9rem;
    }
}

/* Focus Section */
.focus-section {
    padding: 50px 20px;
    text-align: center;
    background-color: #fff;
}

.focus-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.focus-section h2 span {
    color: rgba(22, 6, 130, 1);
}

.focus-container {
    display: flex;

    gap: 0px;
}

.focus-card img {
    width: 100%;

    display: flex;
}

.view-all-btn {
    margin-top: 20px;
    background-color: rgba(22, 6, 130, 1);
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 43px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.view-all-btn:hover {
    background-color: #3949ab;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .nav-menu ul {
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 1000;
    }

    .nav-menu.active ul {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .contact-btn {
        display: none;
    }
}
/* portfolio section */
.portfolio-container {
    background: linear-gradient(to right, rgba(193, 218, 254, 0.8), rgba(255, 255, 255, 1));
    border-radius: 40px;
    padding: 40px 20px;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  .portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .portfolio-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
  }

  .portfolio-controls {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .portfolio-controls a {
    color: #0066ff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
  }

  

  /* Scroll wrapper to allow scroll */
  .portfolio-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden !important;      /* 🚫 prevent vertical scrollbar */
    scroll-behavior: smooth;
    position: relative;
    width: 100%;
    white-space: nowrap;     /* items stay in one row */
  }
  .portfolio-scroll-wrapper > * {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
  .portfolio-scroll-wrapper {
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE/Edge */
  }
  
  .portfolio-scroll-wrapper::-webkit-scrollbar {
    display: none;                /* Chrome/Safari */
  }
    
  
  .arrows button img{
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .arrows img{
    cursor: pointer;
  }
  .image-web {
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    width: max-content;
    padding-bottom: 10px;
  }
  .image-web img {
    width: 100%;
    height: 100%;
    max-width: 341px;
    max-height: 238px; /* You can set max-height to keep it uniform */
    object-fit: cover; /* Ensures images maintain their aspect ratio */
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Responsive */
  @media (max-width: 768px) {
    .portfolio-header h2 {
      font-size: 24px;
    }

    .portfolio-controls {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .image-web img {
      max-width: 280px;
    }
  }



/* Engagement Models Section */
.engagement-section {
    padding: 50px 20px;
    background-color: #fff;
    text-align: center;
}

.engagement-models-content h2 {
    width: 555;
    height: 80;
    top: 80px;
    left: 683px;
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 55px;
    line-height: 80.45px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(54, 54, 54, 1);
    margin-top: -102px;
}

.engagement-models-content p {
    width: 100%;
    height: 80px;
    top: 182px;
    left: 575px;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 22px;
    line-height: 40.22px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(54, 54, 54, 1);
    text-align-last: center;
    margin: auto;
    margin-bottom: 60px;
}

.engagement-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.engagement-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.engagement-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    flex: 1 1 30%;
    min-width: 300px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.engagement-card img {
    max-width: 50px;
}

/* Section Styling */
.engagement-models {
    padding: 80px 0;
    background-color: #fff;
}

/* Headings */
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 40px;
}

/* Model Boxes */

.model-box h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.model-box p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Image Styling */
.image-container1 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.engagement-models {
    padding: 80px 0;
    background-color: #fff;
}

.model-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 25px 0px 28px 49px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.icon {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.icon img {
    width: 50px;
    height: 50px;
}

.text h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  /* Remove the left icon */
  .icon {
    display: none;
  }

  /* Engagement card fixes */
  .engagement-card,
  .model-box {
    margin: 0 15px 25px 15px; /* added 25px bottom space */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
.model-box {
    margin-bottom: 30px;
}

.image-section {
    margin-top: 40px; /* push image downward */
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 80px;
}

  /* Text adjustments */
  .text h4{
     font-size: 1.5rem;
    text-align: center;
  }
  .engagement-models-content h2 {
    font-size: 33px;
    text-align: center;
  }

  .text p{
        font-size: 1rem;
    line-height: 1.5;

    text-align: center;
  }
  .engagement-models-content p {
    font-size: 1rem;
    line-height: 1.5;

    text-align: center;
        margin: 0 !important;
        padding: 0px 19px;

  }


  /* Stack engagement items */
  .engagement-container {
    flex-direction: column;
    gap: 20px;
  }

  /* Optional: tighten image container spacing */
  .image-container1 {
    padding: 0 15px;
  }
}

/* media queries of angagement modals */
/* @media (max-width: 425px) {
    .engagement-models-content h2 {
        font-size: 3.6rem;
    }
    .engagement-models-content p{
        font-size: -0.7rem;
    }
    .model-box{
        font-size: 1rem;
        padding: 10px 55px;
        margin-top: 83px;
    }
    .icon {
      position: absolute;
      left: -12px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 5px;
  }
} */
.madeenat-alrehan h1 {
    margin: 56px;
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 40px;
    line-height: 50.28px;
    letter-spacing: 0%;
}

.madeenat-alrehan p {
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 39px;
    line-height: 50.28px;
    letter-spacing: 0%;
    margin: -46px 0px 0px 54px;

}



.image-container {
    position: relative;
    width: 100px;
    height: 100px;
    transition: all 0.4s ease-in-out;
}

.image-container img {
    width: 159%;
    height: 135%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.image-container.center {
    width: 250px;
    height: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* consultant section */
.consultants {
  padding: 60px 20px;
  background-color: #fff;
}

.consultants-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

.consultants-content h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3;
  color: #363636;
  margin-bottom: 20px;
  margin-top: -45px;
}

.consultants-content h2 span {
  color: rgba(22, 6, 130, 1);
}

.consultants-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: #363636;
  max-width: 800px;
  margin: 0 auto;
}

.image-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

.profile {
  text-align: center;
  font-family: Arial, sans-serif;
  flex: 1 1 160px;
  max-width: 180px;
}

.profile img {
  width: 100%;
  max-width: 180px;
  height: auto;
  border-radius: 50%;
}

.profile p {
  margin-top: 8px;
  color: #363636;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Source Sans Pro';
}

.profile span {
  display: block;
  font-size: 16px;
  color: #363636;
  font-weight: 400;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .consultants-content h2 {
    font-size: 32px;
    margin-top: 23px;
  }

  .consultants-content p {
    font-size: 16px;
  }

  .image-group {
    gap: 20px;
  }

  .profile {
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  .wide-range-section h2{
    font-size: 33px;
  }

  .profile {
    max-width: 100%;
  }

  .consultants-content h2 {
    font-size: 28px;
  }

  .consultants-content p {
    font-size: 14px;
  }

  .image-group {
    gap: 15px;
  }
  .consultants{
    margin-top: -75px;
  }
}

/* footer section */
.curve-bg {
  background-color: #160082;
  height: 220px;
  border-bottom-left-radius: 47% 90%;
  border-bottom-right-radius: 47% 90%;
  position: relative;
}

.newsletter-box {
  position: relative; /* Changed from fixed to relative */
  margin: -100px auto 40px auto; /* Pull it up over the curve */
  width: 90%;
  max-width: 1200px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}


.newsletter-left {
  max-width: 500px;
}

.newsletter-left img {
  width: 130px;
  transform: translateX(-10px);
}

.newsletter-left h2 {
  margin: 15px 0 8px;
  font-size: 24px;
}

.newsletter-left p {
  font-size: 14px;
  color: #666;
}

.newsletter-right {
width: 100%;
max-width: 550px;
margin: 0 auto; /* Center on desktop */
display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.newsletter-right input {
padding: 12px 15px !important;
border: 1px solid #ccc !important;
border-radius: 8px !important;
width: 100% !important;
height: 50px !important;
box-sizing: border-box !important;
}

/* Mobile Responsive: optional but safe */
@media (max-width: 600px) {
.newsletter-right input {
width: 100%;
max-width: 100%;
}
}


.newsletter-right button {
  background-color: #160082;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 5%;
  width: 170px;
  transform: translateX(-23px);
  height: 43px;
}

.footer {
  margin-top: 130px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  font-size: 14px;
}

.location {
  max-width: 220px;
  display: flex;
  gap: 10px;
}

.location i {
  margin-top: 4px;
}

.social {
display: flex;
align-items: center; 
gap: 10px; 
font-size: 20px;
}

.social-icons {
display: flex;
gap: 10px;
}

.bottom-bar {
  border-top: 2px solid #1906824D;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #777;
}

.bottom-bar a {
  color: #777;
  text-decoration: none;
  margin-left: 15px;
}
.light {
font-weight: normal !important; 
font-size: 18px;  
color: #666;      
line-height: 28px;
}

.bold{
  font-size: 20px;
}
.newsletter-box input::placeholder {
  font-size: 18px; 
  color: #888;  
  font-weight: 300;

}



@media (max-width: 768px) {
  .light {
font-weight: 400 !important; 
color: #666;      
line-height: 14px !important;

}

  .newsletter-box {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin-top: -180px;
  }

  .newsletter-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 45px;
  }

  .social {
    align-items: center;
  }

  .bottom-bar {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  /* .newsletter-right input {
min-width: auto;
width: 100%;
} */
  .newsletter-right button {
    right: 9%;
    width: 100px;
    font-size: 13px;
    transform: translateY(-8px);

  }
  .newsletter-box input::placeholder {
    font-size: 14px; 
    color: #888;  
  
}
.location img{
  margin-top: 10px;
  gap: 0px;
}
}
 /* form */
 
    /* New outer container */
    .main-container {
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(to bottom, #d6eaff 60%, #ffffff 50%);
      padding: 80px 10px;
    }

    /* Existing contact-container */
    .contact-container {
      max-width: 1200px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      display: flex;
      overflow: hidden;
    }

    .contact-left {
      background: none;
      background-image: url('icons/Frame\ 1000007555.png');
      background-size: cover;
      background-position: center;
      color: white;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin: 30px;
      border-radius: 30px;
    }

    .contact-left h2 {
      font-size: 55px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 30px;
      line-height: 1.4;
      /* transform: translateY(-100px); */
      padding: 20px;
      max-width: 500px;
    }

    .contact-info {
      display: flex;
      flex-direction: column;
      gap: 20px;
      font-size: 15px;
      padding: 20px;
    }

    .contact-info div {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 20px;
    }

    .contact-info i {
      color: white;
      font-size: 20px;
      margin-right: 10px;
    }

    .contact-right {
      flex: 2;
      padding: 40px;
    }

    .section-title {
      text-align: center;
      font-size: 28px;
      margin-bottom: 30px;
      color: #333;
    }

    .form-group {
      margin-bottom: 25px;
    }
/* 
    .form-toggle-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 10px;
    }

    .form-toggle-group button {
      border: none;
      padding: 8px 15px;
      border-radius: 20px;
      background: #e0e0e0;
      color: #333;
      cursor: pointer;
      box-sizing: border-box;
    } */
    .form-toggle-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .form-toggle-group button {
      box-sizing: border-box;  /* ✅ Fix added */
      border: 1px solid #e0e0e0;
      padding: 10px 20px;
      border-radius: 999px;
      background: #f5f5f5;
      color: #333;
      cursor: pointer;
      font-size: 12px;
      font-weight: 600;
      white-space: nowrap;
      margin-top: 5px;
    }
 

    .form-toggle-group button:hover {
      background: #a4c7f2;
      color: #0082ED;
      border: 3px solid #0082ED;
    }
   

    .input-row{
      display: flex;
      gap: 20px;
 
    }

    input[type="text"],
    input[type="email"],
    textarea {
      border: none;
      border-bottom: 1px solid #ccc;
      width: 100%;
      padding: 8px 4px;
      font-size: 15px;
      background: transparent;
      outline: none;
    }

    textarea {
      resize: vertical;
      height: 80px;
    }

    .file-upload {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      background-color: #f9f9f9;
      padding: 20px;
      border-radius: 8px;
      border: 1px solid #ddd;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .file-upload input[type="file"] {
      display: none;
    }

    .file-upload .file-upload-button {
      padding: 12px 20px;
      background-color: #007bff;
      color: white;
      font-size: 16px;
      font-weight: 600;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      width: 100%;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
    }

    .file-upload .file-upload-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .file-upload .file-upload-button:focus {
      outline: none;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

    .file-upload label {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      margin-bottom: 8px;
    }

    .file-upload input[type="file"]:focus {
      outline: none;
      border-color: #007bff;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    }

    .submit-btn {
      margin-top: 25px;
    }

    .submit-btn button {
      background-color: #160082;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 25px;
      cursor: pointer;
      font-size: 16px;
      transition: 0.3s ease;
    }

    .submit-btn button:hover {
      background-color: #003bb3;
    }

    /* Responsive */
    @media (max-width: 768px) {
  .main-container {
    padding: 0;
    height: auto;
    background: #d6eaff;
  }

  .contact-container {
    flex-direction: column;
    height: auto;
    box-shadow: none;
    border-radius: 0;
  }

  .contact-left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 20px;
    border-radius: 0;
    background-size: cover;
    background-position: center;
  }

  .contact-left h2 {
    transform: none;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0;
  }

  .contact-info div {
    font-size: 16px;
    transform: translateX(-36px);
  }

  .contact-right {
    width: 100%;
    padding: 30px 20px;
  }

  .input-row {
    flex-direction: column;
    gap: 10px;
  }

  .form-toggle-group {
    gap: 8px;
    flex-direction: column;
  }

  .form-toggle-group button {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    text-align: left;
  }

  .file-upload .file-upload-button {
    font-size: 14px;
    padding: 10px;
  }

  .submit-btn button {
    width: 100%;
  }
}

/* services */




.services-grid-web {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    justify-content: center;

}

.services-card-web {
    background: white;
    padding: 10px 30px;
    border-radius: 24px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid#626262;
    height: 345px;

}

.services-card-web:hover {
    background: linear-gradient(to bottom, #a0c4ff, #ffffff);
    
}

.services-web-icon video {
    position:absolute;
    margin: auto;
    display: block;
    width: 80px;
    padding-top: 21px;

}
.services-card-heading-web{
    padding-top: 45px;
    padding-right: 71px;
    font-size: 21px;
}
.services-card-heading-apps{
    padding-top: 50px;
    padding-right: 71px;
    font-size: 21px;
    margin-left: 79px;
    font-weight: 400;
}

.services-card-web p {
    margin-top: 100px;
    width: 366px;
    font-size: 16px;
    /* padding-right: 56px; */
    color: #363636;
    text-align: center;
}
.choose-container-h7{
padding-top: 60px;
}
.services-card-heading {
    padding-top: 49px;
    font-weight: 400;
    font-size: 19px;
    margin-left: 58px;
}

.services-web {
    opacity: 0;
    height: 0;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    margin-top: 10px;
    text-align: left;
    color: #363636;
}
.services-web p {
    color: #363636;
    font-weight: 300;
}
.services-card-web:hover p {
    opacity: 0;
}
.services-card-web:hover .services-web {
    opacity: 1;
    height: auto;
}
.services-web-btn {
    display: inline-block;
    background: #160682;
    color: #FFFFFF;
    border-radius: 43px;
    text-decoration: none;
    font-weight: 600;
    width: 311px;
    height: 60px;
    font-size: 24px;
    margin: 100px;
    padding-top: 14px;
}
/* banner  */
.services-web-banner {
    position: relative;
    width: 100%;
    height: 500px;
    /* Set the height */
    background-image: url("img/servicesbanner.png");
    /* Replace with your image */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}
.services-web-banner-content {
    position: relative;
    /* Fixed typo and added position */
    padding: 20px 40px;
    border-radius: 10px;
    z-index: 2;
}
.services-web-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* Dark overlay */
    backdrop-filter: blur(1px);
    /* Blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    z-index: 1;
}
.ser-web-ban-head {
    font-size: 58px;
    margin-bottom: 10px;
    font-weight: 700;
}
.ser-web-ban-para {
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
    color: #ffffff;
}
.ser-web-ban-btn {
    background: white;
    color: black;
    padding: 15px 30px;
    /* Adjusted padding */
    text-decoration: none;
    border-radius: 40px;
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    /* Fix alignment */
    margin-top: 20px;
}
.ser-web-ban-btn:hover {
    background: black;
    color: white;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
kick start */ .container {
    width: 100%;
    margin: 50px auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-content h1 {
    text-align: center;
    font-size: 38px;
    font-family: Source Sans Pro;
    font-weight: 600;
    color: #363636;
    margin-bottom: 10px;
    padding-top: 70px;
}
.text-content h1 span {
    color: #160682;
}
.text-content p {
    color: #363636;
    font-size: 18px;
    line-height: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
    font-weight: 300;
    text-align: center;
}
.list-video-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-top: 20px;
    align-items: flex-start;
    /* Aligns items to the top */
}
.list-container {
    flex: 1;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: -300px;
}
.list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 0px;
}
.list-container ul li {
    font-size: 18px;
    color: #444;
    padding: 8px 0;
    display: flex;
    align-items: center;
    margin-left: 265px;
}
.list-container ul li::before {
    content: "\25CF";
    /* Solid circle bullet */
    color: grey;
    font-size: 18px;
    margin-right: 10px;
}
.video-content {
    flex: 1;
    display: flex;
    justify-content: center;
}
.video-content img{
    width: 500px;
height: 500px;
}
.video-content video {
    width: 100%;
    border-radius: 69px;
    object-fit: cover;
    padding: 51px;
}
/* why choose us  */
.choose-container {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.laptop video{
    width: 488px;
    margin-right: 50px;
     border-radius: 50px;
}
.choose-container-h2 {
    font-size: 38px;
    font-weight: 600;
}
.highlight {
    color: #190682;
}
.desc {
    color: #363636;
    font-size: 19px;
    margin-bottom: 40px;
    line-height: 22px;
}
.features-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.features {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
    height: 425px;
}
.feature-box {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    border: 3px solid transparent;
    transition: all 0.3s ease-in-out;
}
.feature-box:hover {
    border: 3px solid;
    border-image-source: linear-gradient(97deg, #190682, #0082ED);
    border-image-slice: 1;
    border-radius: 10px;
}
.feature-box strong {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 18px;
    line-height: 308%;
    letter-spacing: 0%;
    color: #000000;
}
.feature-box p {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.video-container {
    width: 40%;
    text-align: center;
}
.video-container video {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 450px;
}
.image-container {
    position: relative;
    width: 100px;
    height: 100px;
    transition: all 0.4s ease-in-out;
}
.image-container.center {
    width: 250px;
    height: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* custom section */
.custom-content {
    margin-bottom: 100px;
}
.custom-content h1 {
    width: 1044px;
    font-family: Source Sans Pro;
    font-size: 2.5rem;
    line-height: 122%;
    letter-spacing: 0%;
    margin: 0px -109px;
}
.custom-content span {
    color: #160682;
}
.custom-content p {
    color: #363636;
    font-weight: 300;
    width: 92%;
    margin: 0px -105px;
}
.service {
    margin: 20px auto;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-out;
}
.service p {
    width: 617px;
    height: 150px;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #363636;
}
.service h2 {
    width: 617px;
    height: 35px;
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #363636;
}
.icons {
    display: grid;
    align-items: center;
    gap: 5px;
    padding: 14px;
    position: absolute;
    top: 10px;
    margin: -27px 0px 0px -70px;
}
.group-icon {
    width: 39px;
    height: 39px;
}
.frame-icon {
    margin: 0px 17px;
    height: 121px;
}
.service {
    opacity: 1;
    transform: translateY(0);
}
.service.hidden {
    opacity: 0;
    transform: translateY(50px);
}
.feature h3 {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: 408px;
    height: 30px;
    color: #000000;
}
.feature p {
    width: 408px;
    height: 161px;
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}
.custom-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 200px;
    padding-bottom: 100px;
}
.custom-container::-webkit-scrollbar {
    display: none;
  }
  .custom-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.ellipse video {
    position: absolute;
    top: -53px;
    left: 34%;
    transform: translate(0, -40%);
    z-index: 999;
    width: 127px;
height: 127px;
border-radius: 100px;
}
.card-container {
    position: relative;
    background: #CACACA42;
    padding: 116px 37px;
    border-radius: 8px;
    width: 473px;
    height: 420px;
    border-radius: 24px;
    z-index: 9;
}
.custom-section h2 {
    font-size: 64px;
    line-height: 80.45px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Source Sans Pro;
    color: rgba(54, 54, 54, 1); 
    margin:auto;
    width: 90%;
    text-align: center;
}
.custom-section h2 span {
    color: rgba(22, 6, 130, 1);
}
/* mobile side bar */
.sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 280px;
  height: 100vh;
  background: white;
  overflow-y: auto;
  transition: left 0.4s ease;
  padding: 20px;
  box-shadow: 3px 0 15px rgba(0,0,0,0.2);
  z-index: 1000;
}
.dropdown-content {
  display: none;
  padding-left: 15px;
  transition: all 0.3s ease;
}
.dropdown-item-mobile.open > .dropdown-content {
  display: block;
}
.sidebar.active {
  left: 0;
}
.dropdown-item-mobile {
  margin-bottom: 10px;
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  color: #333;
}
.dropdown-toggle img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.dropdown-item-mobile.open .dropdown-toggle img {
  transform: rotate(180deg);
}
.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 15px;
}
.dropdown-item-mobile.open .dropdown-content {
  max-height: 1000px;
}
.dropdown-content a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
}
.dropdown-content a img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.sidebar-links a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.sidebar-links a img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
/* top go arrow */
#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999;
    background-color: white;
    color: rgba(32, 122, 252, 1); /* Sky blue */
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: none; /* Hidden initially */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.4s ease;
}

#scrollToTopBtn:hover {
    background-color: #f1f1f1;
}
@media (max-width: 600px) {
    #scrollToTopBtn {
        width: 35px;
        height: 35px;
        font-size: 18px;
        bottom: 25px;
        right: 15px;
    }
}
