body {
      background-color: #d4e5ff;
      font-family: 'Arial', sans-serif;
    }
    .navbar {
      background-color: #ebf9fb;
      padding: 15px 0;
      position: sticky;
      top: 0px;
      z-index: 111;
      border-bottom: 1px solid #adbbce;
      /* box-shadow: 3px 3px 10px #1a2d45 */
    }
    .navbar-brand img {
      height: 30px;
    }
    .navbar-nav .nav-link {
      color: #333;
      font-weight: bold;
      margin-right: 20px;
      text-transform: uppercase;
      font-size: 14px;
      transition: all 0.2s ease-in-out;
    }
    .navbar-nav .nav-link:hover {
      color: #26b3fb;
      transform: scale(1.2);
    }
    .get-started-btn {
      background-color: #1a2d45;
      color: white;
      border: none;
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      transition: all 0.2s ease-in-out;
    }
    .get-started-btn:hover {
      background-color: #26b3fb;
    }


    /* main section */
    .main-section {
      padding: 80px 0;
      background: url('./images/serviceBackground.jpg') no-repeat center center;
      background-size: cover;
    }
    .main-heading {
      color: #1a2d45;
      font-size: 3.5rem;
      font-weight: 700;
    }
    .sub-heading {
      color: #26b3fb;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 20px;
    }
    
    .main-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      margin-bottom: 2rem;
      max-width: 500px;
    }
    .main-image {
      border-radius: 15px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    @media (max-width: 768px) {
      .main-heading {
        font-size: 2rem;
      }
      .sub-heading {
        font-size: 1.5rem;
      }
      .main-text {
        font-size: 1rem;
      }
      .main-section {
        padding: 40px 0;
      }
    }


    /* about section */
.about-section {
  background: url('./images/11.png') no-repeat center center;
      padding: 80px 0;
    }
    .about-heading {
      color: #1a2d45;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .about-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 500px;
      margin-bottom: 40px;
    }
    .stats-row {
      display: flex;
      justify-content: space-between;
      max-width: 500px;
    }
    .stat-item {
      text-align: center;
    }
    .stat-number {
      font-size: 2rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 10px;
    }
    .stat-label {
      font-size: 1rem;
      color: #666;
      line-height: 1.4;
    }
    .about-img{
        text-align: center;
    }
    .about-image {
      border-radius: 35px;
      width: 80%;
      height: auto;
      object-fit: cover;
    }
    .made-with {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #1e3a8a;
      color: white;
      border-radius: 25px;
      padding: 10px 20px;
      font-size: 0.9rem;
      font-weight: 500;
    }
    .made-with:hover {
      background-color: #3b82f6;
    }
    @media (max-width: 768px) {
      .about-heading {
        font-size: 2rem;
      }
      .about-text {
        font-size: 1rem;
      }
      .stat-number {
        font-size: 1.5rem;
      }
      .stat-label {
        font-size: 0.9rem;
      }
      .about-section {
        padding: 40px 0;
      }
      .stats-row {
        flex-direction: column;
        gap: 20px;
      }
      .marginforphone{
        margin-top: 1.5rem;
      }
    }

    /* service section */
    .services-section {
      padding: 80px 0;
      background: url('./images/rm222batch3-kul-13.jpg')no-repeat center center;
      background-size: cover;
    }
    .services-heading {
      color: #6c63ff;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .services-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 800px;
      margin-bottom: 40px;
    }
    .service-column h4 {
      color: #26b3fb;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .service-column ul {
      padding-left: 20px;
      margin: 0;
    }
    .service-column ul li {
      color: #333;
      font-size: 1rem;
      line-height: 1.8;
    }
    @media (max-width: 768px) {
      .services-heading {
        font-size: 2rem;
      }
      .services-text {
        font-size: 1rem;
      }
      .service-column h4 {
        font-size: 1.1rem;
      }
      .service-column ul li {
        font-size: 0.9rem;
      }
      .services-section {
        padding: 40px 0;
      }
      .service-column {
        margin-bottom: 30px;
      }
    }


/* service card */

.card{
  width: auto;
  height: 100%;
  background-color: #b7d7e4;
  padding: 15px;
  border: none;
  /* box-sizing: border-box; */
  box-shadow: 0px 4px 5px grey;
}




    /* why choose */
    .why-choose-section {
      padding: 80px 0;
      background: url('./images/blue-abstract-gradient-wave-wallpaper.jpg')no-repeat top right ;
    }
    .why-choose-heading {
      color: #3b82f6;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .why-choose-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 800px;
      margin-bottom: 40px;
    }
    .approach-column {
      text-align: left;
    }
    .approach-column i {
      color: black;
      font-size: 2rem;
      margin-bottom: 15px;
      border: 2px solid black;
      border-radius: 50%;
      padding: 10px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .approach-column h4 {
      color: #333;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .approach-column p {
      color: #666;
      font-size: 1rem;
      line-height: 1.6;
    }
    @media (max-width: 768px) {
      .why-choose-heading {
        font-size: 2rem;
      }
      .why-choose-text {
        font-size: 1rem;
      }
      .approach-column h4 {
        font-size: 1.1rem;
      }
      .approach-column p {
        font-size: 0.9rem;
      }
      .why-choose-section {
        padding: 40px 0;
      }
      .approach-column {
        margin-bottom: 30px;
      }
    }

    /* success story */
    .success-stories-section {
      padding: 80px 0;
      background: url('./images/11.png') no-repeat center center;
      background-size: cover;
    }
    .success-stories-heading {
      color: #6c63ff;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .success-stories-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 800px;
      margin-bottom: 40px;
    }
    .story-card {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      height: 100%;
    }
    .story-card h4 {
      color: #333;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .story-card p {
      color: #666;
      font-size: 1rem;
      line-height: 1.6;
      margin: 0;
    }
    @media (max-width: 768px) {
      .success-stories-heading {
        font-size: 2rem;
      }
      .success-stories-text {
        font-size: 1rem;
      }
      .story-card h4 {
        font-size: 1.1rem;
      }
      .story-card p {
        font-size: 0.9rem;
      }
      .success-stories-section {
        padding: 40px 0;
      }
      .story-card {
        margin-bottom: 20px;
      }
    }

    /* expertise section */
.expertise-img{
    height: auto;
    width: 100%;

}

    .expertise-section {
      padding: 40px 0;
      background: url('../corpswing.co.uk/');
      border-radius: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .expertise-heading {
      color: #6c63ff;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .expertise-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 800px;
    }
    .expertise-list {
      padding-left: 20px;
      margin: 0;
    }
    .expertise-list li {
      color: #333;
      font-size: 1.1rem;
      line-height: 2;
      list-style-type: none;
      position: relative;
    }
    .expertise-list li:before {
      content: "▶";
      color: #333;
      position: absolute;
      left: -20px;
      font-size: 0.9rem;
      top: 5px;
    }
    .made-with {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #1e3a8a;
      color: white;
      border-radius: 25px;
      padding: 10px 20px;
      font-size: 0.9rem;
      font-weight: 500;
    }
    .made-with:hover {
      background-color: #3b82f6;
    }
    @media (max-width: 768px) {
      .expertise-heading {
        font-size: 2rem;
      }
      .expertise-text {
        font-size: 1rem;
      }
      .expertise-list li {
        font-size: 1rem;
      }
      .expertise-section {
        padding: 40px 20px;
      }
    }


    /* detail and summary */
    .details-section {
      max-width: 400px;
      margin: 0;
    }
    details {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
      overflow: hidden;
    }
    summary {
      padding: 15px 20px;
      font-size: 1.25rem;
      font-weight: 600;
      color: #3b82f6;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #f5f7fa;
    }
    summary::-webkit-details-marker {
      display: none;
    }
    summary::after {
      content: '\25BC'; /* Down arrow */
      font-size: 1rem;
      color: #3b82f6;
      transition: transform 0.3s ease;
    }
    details[open] summary::after {
      content: '\25B2'; /* Up arrow */
      transform: rotate(180deg);
    }
    .details-content {
      padding: 20px;
      color: #333;
      font-size: 1rem;
      line-height: 1.6;
      background-color: #fff;
    }
    .details-content ul {
      padding-left: 20px;
      margin: 0;
    }
    .details-content ul li {
      color: #333;
      font-size: 1rem;
      line-height: 2;
    }
    @media (max-width: 768px) {
      summary {
        font-size: 1.1rem;
        padding: 10px 15px;
      }
      .details-content {
        font-size: 0.9rem;
        padding: 15px;
      }
      .details-content ul li {
        font-size: 0.9rem;
      }
      .details-section {
        padding: 0 15px;
      }
    }

/* testimonial section */
        .testimonials-section {
      padding: 80px 0;
    }
    .testimonials-heading {
      color: #6c63ff;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .testimonials-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 500px;
      margin-bottom: 30px;
    }
    .testimonial-item {
      margin-bottom: 20px;
    }
    .testimonial-item i {
      color: #6c63ff;
      font-size: 1.5rem;
      margin-right: 10px;
    }
    .testimonial-quote {
      font-size: 1.5rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 5px;
    }
    .testimonial-author {
      font-size: 1rem;
      color: #666;
    }
    .recognition-item i {
      color: #6c63ff;
      font-size: 1.5rem;
      margin-right: 10px;
    }
    .recognition-text {
      font-size: 1rem;
      font-weight: 600;
      color: #333;
    }
    .recognition-subtext {
      font-size: 0.9rem;
      color: #666;
    }
    .awards-image {
      border-radius: 15px;
      width: 95%;
      height: auto;
      object-fit: cover;
    }
    @media (max-width: 768px) {
      .testimonials-heading {
        font-size: 2rem;
      }
      .testimonials-text {
        font-size: 1rem;
      }
      .testimonial-quote {
        font-size: 1.2rem;
      }
      .testimonial-author {
        font-size: 0.9rem;
      }
      .recognition-text {
        font-size: 0.9rem;
      }
      .recognition-subtext {
        font-size: 0.8rem;
      }
      .testimonials-section {
        padding: 40px 0;
      }
      .awards-image {
        margin-top: 20px;
      }
    }

    /* contact section */
    .contact-section {
      padding: 80px 0;
      background: url('./images/19366.jpg') no-repeat ;
      background-size: cover;
    }
    .contact-heading {
      color: #6c63ff;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .contact-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 500px;
      margin-bottom: 30px;
    }
    .contact-item {
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
    }
    .contact-item i {
      color: #6c63ff;
      font-size: 1.5rem;
      margin-right: 15px;
      margin-top: 5px;
    }
    .contact-item h4 {
      color: #333;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 5px;
    }
    .contact-item p {
      color: #666;
      font-size: 1rem;
      line-height: 1.6;
      margin: 0;
    }
    .contact-item a {
      color: #3b82f6;
      text-decoration: none;
    }
    .contact-item a:hover {
      text-decoration: underline;
    }
    .contact-image {
      border-radius: 15px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .made-with {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #1e3a8a;
      color: white;
      border-radius: 25px;
      padding: 10px 20px;
      font-size: 0.9rem;
      font-weight: 500;
    }
    .made-with:hover {
      background-color: #3b82f6;
    }
    @media (max-width: 768px) {
      .contact-heading {
        font-size: 2rem;
      }
      .contact-text {
        font-size: 1rem;
      }
      .contact-item h4 {
        font-size: 1.1rem;
      }
      .contact-item p {
        font-size: 0.9rem;
      }
      .contact-section {
        padding: 40px 0;
      }
      .contact-image {
        margin-top: 20px;
      }
    }


        .contact-form-section {
      max-width: 600px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      padding: 40px;
    }
    .contact-form-heading {
      color: #6c63ff;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
      text-align: center;
    }
    .contact-form-text {
      color: #333;
      font-size: 1.1rem;
      line-height: 1.6;
      margin-bottom: 30px;
      text-align: center;
    }
    .form-label {
      color: #333;
      font-weight: 500;
      font-size: 1rem;
    }
    .form-control {
      border-radius: 8px;
      border: 1px solid #ddd;
      padding: 10px;
      font-size: 1rem;
      color: #333;
    }
    .form-control:focus {
      border-color: #6c63ff;
      box-shadow: 0 0 5px rgba(108, 99, 255, 0.3);
      outline: none;
    }
    textarea.form-control {
      resize: none;
      height: 120px;
    }
    .submit-btn {
      background-color: #1a2d45;
      color: white;
      border: none;
      border-radius: 25px;
      padding: 12px 30px;
      font-weight: 500;
      font-size: 1rem;
      text-transform: uppercase;
      width: 100%;
      margin-top: 20px;
    }
    .submit-btn:hover {
      background-color: #26b3fb;
    }
    @media (max-width: 768px) {
      .contact-form-heading {
        font-size: 2rem;
      }
      .contact-form-text {
        font-size: 1rem;
      }
      .contact-form-section {
        padding: 20px;
        margin: 0 15px;
      }
      .form-label {
        font-size: 0.9rem;
      }
      .form-control {
        font-size: 0.9rem;
        padding: 8px;
      }
      .submit-btn {
        font-size: 0.9rem;
        padding: 10px 20px;
      }
    }


    /* footer */

     footer {
            background:#26b3fb;
            color:  #1a2d45;
            padding: 20px 0;
        }


