@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
body {
    font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  /* font-family: "Source Sans 3", serif; */
 
}


:root {
    /* fonts */
    --font-reddit-sans: "Reddit Sans";
    --font-source-sans-3: "Source Sans 3";
  

}

.navbar {
    background-color:transparent;
   position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
}


.navbar a {
    color: #000 !important;
}


  .banner{position: relative;}

  .header-contact-details {   border-bottom: 1px solid #e6e6e633;color: #333;  padding: 6px 0; }
 .header-contact-details a {  color: #333; text-decoration: none; }
 .header-contact-details a:hover {  color: #ccc;}
                      
 .main-header{    position: fixed; width: 100%; z-index: 999; top: 0;}



   .hero {
        /* background: linear-gradient(to right, #fff6ee, #dfe1f6); */
    background: aliceblue;
    padding: 128px 0;
    position: relative;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    --color: rgb(0 136 255 / 5%);
    /* background-color: #191a1a; */
    background-image: linear-gradient(0deg, transparent 24%, rgb(114 114 114 / 1%) 25%, rgb(114 114 114 / 0%) 26%, transparent 27%, transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%, transparent 74%, var(--color) 75%, rgb(114 114 114 / 7%) 76%, transparent 77%, transparent);
    background-size: 55px 55px;
       }

    .hero h1 {
      font-weight: 700;
      font-size: 2.5rem;
      color: #2b2b2b;
    }

    .hero p {
      font-size: 1.1rem;
      color: #000;
          font-family: 'Source Sans 3';
    }

    .btn-main {
      background-color:#2f96f9 ;
      color: white;
      padding: 10px 25px;
      border-radius: 8px;
      margin-right: 15px;
      font-weight: 600;
    }

    .btn-secondary {
      color: #2f96f9;
      font-weight: 600;
    }

    .service-box {
      text-align: center;
   margin: 10px;
    background: #ffffff;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 8px 10px rgb(39 115 200 / 8%);
  
    border: 1px dashed #d9d5d5;
    }
.service-box p{font-size: 15px;
    color: #000000;
    font-weight: 500;}
    .service-box i {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .hero-img {
      max-width: 100%;
      
     
    }

    .stats-box, .experts-box {
      position: absolute;
      background-color: white;
      border-radius: 12px;
      padding: 10px 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      z-index: 3;
    }

    .stats-box {
         top: 33%;
    right: 55%;
    }

    .experts-box {
      bottom: 33%;
      right: 15%;
      display: flex;
      align-items: center;
      gap: 10px;
    }

.whatwedo-section {
  background-color: #f9f9f9;
}

.whatwedo-title {
  font-weight: 700;
  color: #2c3e50;
  font-size: 2rem;
}

.whatwedo-desc {
  max-width: 700px;
  font-size: 1.1rem;
  color: #555;
}

.whatwedo-box {
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatwedo-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.sub-button{    background-color: var(--color-gold-200);    padding: 10px 25px; font-size: 22px;}

.brands-section {
  background-color: #002747;
}

.brands-title {
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
}

.brands-subtitle {
  font-size: 1.1rem;
  color: #fff;
}
.brand-slider{padding-top: 3rem;}
.brand-card {
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.brand-icon {
  font-size: 2rem;
}

.brand-name {
  font-weight: 600;
  color: #333;
}

.brands-section img{    display: block;
        width: 94%;
    height: 105px;
    background: #ffffff;
    border-radius: 8px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 20px;
    transition: transform 0.3s ease;
}

.scrolled-down{background-color: #fff !important;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);}
                 

.customer-base-section {
  background-color: #fff;
  position: relative;
}

.customer-base-section .floating-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgb(41 147 20) !important;
}
  .about-section {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }

    

    .images img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      transition: transform 0.3s ease;
    }

    .images img:hover {
      transform: scale(1.05);
    }

    .content h1 {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 10px;
    }

    .content h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: #777;
    }

    .content p {
      margin-bottom: 20px;
      line-height: 1.7;
    }

    .features {
      display: flex;
      gap: 40px;
      margin-top: 40px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .feature {
      text-align: center;
    }

    .feature img {
      width: 50px;
      margin-bottom: 10px;
    }

    .tagline {
      font-size: 24px;
      font-weight: 700;
      margin-top: 60px;
      text-align: center;
    }

    @media (max-width: 768px) {
      .about-section {
        grid-template-columns: 1fr;
      }
      .images {
        grid-template-columns: 1fr;
      }
    }

      .integration-section {
     
    text-align: center;
    position: relative;
    overflow: hidden;
        margin: 4rem 0;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    width: 100%;
    height: 100%;
    background: #41c8f2;
    --gap: 5em;
    --line: 1px;
    --color: rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(-90deg, #00000017 calc(var(--gap) - var(--line)), var(--color) calc(var(--gap) - var(--line) + 1px), rgb(255 255 255 / 45%) var(--gap)), linear-gradient(0deg, transparent calc(var(--gap) - var(--line)), var(--color) calc(var(--gap) - var(--line) + 1px), rgb(255 255 255 / 53%) var(--gap));
    background-size: var(--gap) var(--gap);
       
    }

    /* .integration-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/pattern.jpg') center/cover no-repeat;
  opacity: 0.1; 
  z-index: 0;
} */

.integration-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* Color overlay */
  z-index: 1;
}

.integration-section * {
  position: relative;
  z-index: 2;
}

    .integration-section h2 {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #fff;
    }

    .integration-section p {
      color: #fff;
      font-size: 16px;
      margin-bottom: 50px;
    }

    .integration-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
      gap: 20px;
      justify-content: center;
      margin-bottom: 40px;
      padding: 0 0%;
    }

    .integration-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 16px 20px;
      
      align-items: center;
      gap: 15px;
      transition: transform 0.3s ease;
    }

    .integration-card:hover {
      transform: translateY(-3px);
    }

    .integration-card img {
        height: 41px;
    width: 180px;
    object-fit: contain;
    }

    

    .integration-card .text .title {
      font-weight: 600;
      font-size: 16px;
    }

    .integration-card .text .subtitle {
      color: #888ea3;
      font-size: 13px;
      padding-top: 10px;
    }

    .other-integrations {
      color: #c4cad9;
      margin-bottom: 20px;
    }

    .icon-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 40px;
    }

    .icon-badge {
      width: 50px;
      height: 50px;
      background: #1A1D2C;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }

    .icon-badge img {
      width: 24px;
      height: 24px;
    }

    .icon-badge:hover {
      background: #2B2F45;
    }

    .cta-button {
      background: white;
      color: #0C0E1B;
      font-weight: 600;
      padding: 12px 24px;
      border-radius: 999px;
      border: none;
      cursor: pointer;
      font-size: 14px;
      transition: background 0.3s;
    }

    .cta-button:hover {
      background: #e5e5e5;
    }

    @media (max-width: 768px) {
      .integration-card {
        justify-content: center;
        text-align: center;
        flex-direction: column;
      }
      .integration-card .text {
        text-align: center;
      }
    }



   .strengths-section {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      border-radius: 20px;
    
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
     margin: 40px 0;
     align-items: center;
    }

    .strengths-left {
       background-image: linear-gradient(to left, #0d4e96, #134782);
      flex: 1 1 40%;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: left;
      position: relative;
      overflow: hidden;
            border-radius: 20px;
    }

    .strengths-left h2 {
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 15px;
      width: 100%;
       color: #fff;
    }

  

    .strengths-left p {
      font-size: 15px;
      color: #fff;
      width: 100%;
    }

    .girl-container {
      position: relative;
      margin-top: 30px;
    }

    .girl-pattern {
      position: absolute;
      top: -20px;
      left: -40px;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
    }

    .girl-pattern::before,
    .girl-pattern::after {
      content: '';
      position: absolute;
      border: 1px solid #a1b6a1;
      border-radius: 12px;
    }

    .girl-pattern::before {
      width: 120px;
      height: 150px;
      top: 10px;
      left: 0;
    }

    .girl-pattern::after {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      top: 90px;
      left: 90px;
    }

    .girl-container img {
      width: 220px;
      border-radius: 12px;
      position: relative;
      z-index: 2;
    }

    .strengths-right {
      flex: 1 1 60%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 20px;
      margin-bottom: 10px;
    }

    .service-card {
      background: #ffffff;
      border-radius: 15px;
      padding: 20px;
          box-shadow: 0 8px 10px rgb(39 115 200 / 8%);
    transition: all 0.3s ease;
    border: 1px dashed #d9d5d5;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-icon {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .service-text {
      font-weight: 500;
      color: #222;
    }

    .cta-button {
      background: #3a9144;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 10px;
      font-weight: 600;
      cursor: pointer;
      width: fit-content;
      transition: background 0.3s ease;
    }

    .cta-button:hover {
      background: #317a39;
    }

    @media (max-width: 768px) {
      .strengths-section {
        flex-direction: column;
      }

      .strengths-left, .strengths-right {
        flex: 1 1 100%;
        padding: 30px;
        text-align: center;
        align-items: center;
      }

      .strengths-left h2, .strengths-left p {
        text-align: center;
      }

      .services-grid {
        grid-template-columns: 1fr;
      }
    }
    

  
.hero h1  span {
    color: #0D47A1;
    position: relative;
}


.team-section {
  background-color: #0c1d26;
  padding: 60px 0;
  color: #fff;
  padding-bottom:20px;
}

.section-tag {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
 
}

.section-title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}

.team-card {
  background: rgba(255, 255, 255, 0.04);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.team-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.team-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.social-icons {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.team-img:hover .social-icons {
  opacity: 1;
}

.social-icons a {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 6px;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #4caf50;
  color: #fff;
}

.team-card h5 {
  margin-top: 15px;
  font-size: 18px;
}

.role {
  font-size: 14px;
  color: #41c8f2;
}



.circle-image-wrapper {
  position: relative;
  margin: auto;
}

.circle-bg {
position: absolute;
    top: 34%;
    left: 81%;
    width: 288px;
    height: 288px;
    background: linear-gradient(135deg, #f89a15, #cc4b16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.person-img {
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: contain;
}


   .tab-card {
      transition: all 0.3s ease;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 12px;
    }
    .tab-card:hover {
      background-color: #f1f5ff;
    }
    .tab-card.active {
      background-color: #eef5ff;
      border-color: #0044cc2b;
    }
    .tab-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #eaf0ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #0d6efd;
    }
    .tab-arrow {
      font-size: 1.25rem;
      color: #555;
    }
    .tab-content-box {
      background-color: #eef5ff;
      border-radius: 12px;
      padding: 30px;
    }

    .stats-box .bi,.experts-box .bi{    color: #0d6efd;
    background: aliceblue;
    border-radius: 10px;}
    .btn{    background: #2f96f9;
    color: #fff;
    border-radius: 9px !important;
    padding: 10px 10px !important;border-color: #2f96f9;}


   .images-do{width: 100%;
    display: flex;
    overflow: hidden;    gap: 15px;}
    
  .images-do img{    width: 49%;
    height: 350px; object-fit: cover;    border-radius: 6px;}

.what-we-do-panel{    padding: 5rem 0;}

.customer-base-section{    padding-top: 1rem !important;
    padding-bottom: 4rem !important;}
.what-we {
    background: #fff;
    box-shadow: -1px 3px 20px 0px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 1.2rem;
}

.sub_what-we{    position: absolute;
    left: -145px;
    bottom: -41px;}


    .title-why-book {
    font-size: 17px;
    color: #333;
    padding-bottom: 5px;
    font-weight: 800;
}


.what-we-content p{  margin: 0;font-size: 14px; color: #5a5a5a;}

.icon1 img{width: 44px; height: 44px;}


.why_us_image{position: relative;}
.why_us_image .circle1
 {
  position: absolute;
  display:none;
    z-index: 0;
    top: 97px;
    right: 64px;
    height: 50%;
    width: 50%;
    border-radius: 361px 400px 0 0;
    background-color: #ea8115;
    transform: rotate(100deg);
}

.rounded-circle {
    border-radius: 50% !important;
    outline: #f3f3f3 solid 11px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}

.customer-base-section .floating-avatar::before{content: "";
width: 50px;
height: 2px;
color: #000;}

    .team-title {
      text-align: center;
      margin-bottom: 2rem;
    }
    .team-title h6 {
      color: #64748b;
      font-weight: 500;
    }
    .team-title h2 {
      font-size: 24px;
      font-weight: bold;
    }
    .team-title p {
      color: #475569;
      font-size: 1rem;
    }
    .team-member {
      text-align: center;
      padding: 1.5rem;
    }
    .team-member img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 1rem;
    }
    .member-name {
      font-weight: 600;
      font-size: 1.1rem;
    }
    .member-role {
      color: #0d47a1;
      font-weight:600;
      font-size: 0.95rem;
      margin-bottom: 0.5rem;
    }
    .member-desc {
        font-size: 15px;
    color: #4e4e4e;
    margin-bottom: 1rem;
        font-family: 'Source Sans 3';
    }
    .social-icons a {
      color: #0f172a;
      margin: 0 0.3rem;
      font-size: 1rem;
    }
    @media (min-width: 768px) {
      .team-member img {
        width: 100px;
        height: 100px;
      }
    }

    .career-panel .section-title{  font-size: 24px;}

    .career-panel{padding-top: 24px;}



    .left-section h1 {
      font-size: 52px;
      margin-bottom: 20px;
    }
    .left-section p {
          font-size: 17px;
    color: #222222;
    margin-bottom: 20px;
    }
    .buttons {
      display: flex;
      gap: 20px;
      margin-bottom: 40px;
    }
    .buttons a {
      padding: 16px 28px;
      border-radius: 999px;
      font-weight: 600;
      text-decoration: none;
      font-size: 16px;
    }
    .get-started {
      background-color: #2f96f9;
      color: white;
    }
    .learn-more {
      background-color: white;
      color: #0e0e2c;
      border: 1px solid #e0e0f0;
    }
    .features {
      display: flex;
      gap: 40px;
      font-size: 14px;
      color: #8a8aa0;
    }
    .features span {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .features span::before {
      content: '\25CF';
      color: #5b3df5;
      font-size: 10px;
    }
    .right-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(2, 1fr);
      gap: 20px;
    }
    .card {
      background: white;
      border-radius: 0;
      border: none;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
    }
    .card .label {
      display: none;
      position: absolute;
      bottom: 16px;
      left: 16px;
      background: white;
      border-radius: 12px;
      padding: 6px 12px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      font-size: 14px;
    }
    .purple-card {
      background: #b6e8f8;
      color: #0e0e2c;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 20px;
      font-weight: bold;
      font-size: 18px;   
       border-bottom-right-radius: 70px;
    }
    .img-up {
      border-top-left-radius: 30px;
    }
    .img-down {
      border-bottom-left-radius: 30px;
    }

    .social-icons{display:none;}
    .about-panel{    padding-bottom: 4rem;}

    .Director-section{margin-top: -10rem;
    position: relative;}

    .contact_details{padding-left: 16px;}

    .contact_left a{text-decoration: none;    font-weight: 600;
    font-size: 16px;
    color: #ff4d00 !important;justify-content: center;}

    .contact_left p{font-size: 15px;}

    .about_page_inside{    padding-top: 3rem;}


     .company-box {
      background: white;
      border-radius: 16px;
      box-shadow: 0 0 20px rgba(0,0,0,0.08);
      padding: 30px;
      max-width: 700px;
      margin: 40px auto;
    }
    .company-title {
      font-size: 1.6rem;
      font-weight: 700;
      color: #0c446b;
      margin-bottom: 15px;
    }
    .company-detail {
      margin-bottom: 15px;
    }
    .label {
      font-weight: 600;
      color: #333;
    }
    .value {
      color: #555;
    }
    @media (max-width: 576px) {
      .company-box {
        padding: 20px;
      }
      .company-title {
        font-size: 20px;
      }
    }


       .contact-section {
      padding: 60px 20px;
    }
    .contact-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
      padding: 30px;
    }
    .form-control,
    .form-select {
      border-radius: 10px;
    }
    .map-card {
      overflow: hidden;
      border-radius: 16px;
    }
    .form-control::placeholder {
      color: #aaa;
    }
    .form-note {
      font-size: 13px;
      color: #888;
    }
    .info-column h6 {
      font-weight: 600;
    }
    .info-column p {
      font-size: 14px;
      color: #555;
    }
    @media (max-width: 768px) {
      .map-card iframe {
        height: 250px;
      }
    }

    .section-title1{    font-weight: 400;
    font-size: 15px !important;
    padding-top: 12px;
    color: #616161;}


        .culture-section {
      padding: 60px 20px;
      background: linear-gradient(135deg, #f5faff, #ffffff);
    }

    .culture-box {
      max-width: 850px;
      margin: auto;
      background: #fff;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    }

    .culture-title {
      font-size: 2rem;
      font-weight: 700;
      color: #0c446b;
      margin-bottom: 20px;
    }

    .culture-text {
      font-size: 1.05rem;
      line-height: 1.7;
      color: #444;
    }


    .icon-box {
      font-size: 1.5rem;
      color: #0C446B;
      margin-right: 10px;
    }
    .section-title {
      font-size: 1.8rem;
      font-weight: bold;
      color: #0C446B;
    }
    .highlight-box {
      background: #e9f2fb;
      padding: 15px;
      border-radius: 10px;
      margin-top: 20px;
    }
    .cta-text {
      font-weight: 500;
      color: #333;
    }
    .footer-line {
      font-size: 1.1rem;
      margin-top: 30px;
      color: #0C446B;
      font-weight: 500;
      text-align: center;
    }

    .navbar-toggler{border: var(--bs-border-width) solid rgb(4 0 0 / 89%);}
    .section-card .section-title{ font-size: 24px; margin:0;}

   .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(/images/menu-regular.png)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
   
     .more-legal ul{    display: flex;
    justify-content: end;
    list-style: none;
    gap: 13px;}

     .more-legal a{    color: #fff;
    text-decoration: none;
    font-size: 14px;}

     .contact-section a{text-decoration:none;}

     .customer-base-section p{    color: #1a1a1a;}

     .event_heading ul{    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 0;
    margin: 0;}

       .event_heading ul li{list-style:none;}

       .event_heading img{width:100%;    border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
      .event_subheading{box-shadow: 3px 11px 21px #3333331f;}
      .event_subheading p{    background: #fff;
    text-align: center;
    padding: 7px 0;
    border: 4px solid #0d47a1;}

      .events-video-panel iframe { width: 100%;}

      .event_year{font-weight: 600;
    font-size: 22px;
    color: #ef7000fc;padding-bottom: 1.5rem;}


      .event_name{    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #0d47a1;
    padding-bottom: 2rem;}
      .event-subheading-panel{    padding-top: 2rem;}

          .team-title2 h2 {  font-size: 24px; font-weight:600;
                             text-align:center;padding-top:1rem;  }

          .nav-link:hover{color:#2f96f9!important;}
     .section_title{    font-size: 1.8rem;
    font-weight: bold;
    color: #0C446B;}

     .customer-base-section .buttons{    margin-top: 10px;}


       .contact_details {
           text-align:center;
position: relative;
   width: 210px;
    height: 60px;;
    border-radius: 14px;
    z-index: 2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 60px #bebebe54, -20px -20px 60px #ffffff
 
}

.bg {
       position: absolute;
    top: 5px;
    left: 5px;
    width: 200px;
    height: 50px;
    z-index: 2;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(100px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
}

.blob1{
       position: absolute;
    z-index: 18;
    top: 50%;
    left: 50%;
    width: 114px;
    height: 55px;
    border-radius: 50%;
    background-color: #14ff155e;
    opacity: 1;
    filter: blur(45px);
    animation: blob-bounce 5s infinite ease;
}

.blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 56px;
    border-radius: 50%;
    background-color: #0d47a1;
    opacity: 1;
    filter: blur(5px);
    animation: blob-bounce 5s infinite ease;
}

@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }

  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }

  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }

  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }

  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}



     .profile-section {
      padding: 15px 0;
    }
     .profile-image{display:flex; justify-content:center;}

    .profile-image img {
      height: 322px;
    /* max-width: 93%; */
    /* height: auto; */
    border-radius: 12px;
    border: 4px solid #0d47a1;
    width: 322px;
    /* background-color: #e6f0ff; */
    object-fit: contain;
    padding: 5px;
    border-radius: 100%;
    }
/*.image-border {
    border: 4px solid;
    padding: 14px 14px 20px 14px;
    border-radius: 12px;
       height: 400px;
    width: 370px;
}*/

    .name-highlight {
      font-size: 24px;
      font-weight: 600;
      color: #333;
          padding-top: 14px;
    }

    .aka {
      font-size: 1rem;
      color: #777;
    }

    .designation {
      background-color: #e6f0ff;
      color: #0d6efd;
      font-weight: 500;
      display: inline-block;
      padding: 6px 14px;
      border-radius: 20px;
      margin-top: 8px;
    }

    .info-text {
      font-size: 0.95rem;
      color: #555;
      margin-top: 10px;
    }

    .highlights {
      margin-top: 20px;
    }

    .highlights h5 {
      color: #c91956;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .highlights ul {
      padding-left: 1.2rem;
    }

    .highlights ul li {
      margin-bottom: 10px;
      color: #444;
    }

   

    @media (max-width: 767.98px) {
      .name-highlight {
        font-size: 1.3rem;
      }
    }


        .section-box {
      background: #ffffff;
      padding: 40px 30px;
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    }

    .section-box h2, .section-box h4 {
      color: #1e1e1e;
    }

    .divider {
      height: 1px;
      background-color: #ddd;
      margin: 30px 0;
    }
.checklist {
    padding: 0;}
    .checklist li {
      margin-bottom: 10px;
      list-style:none;
    }

    .quote-box {
         background: #e8f7f0;
    border-left: 5px solid #2cb67d;
      padding: 16px 20px;
      font-style: italic;
      border-radius: 10px;
      color: #444;
       margin-top: 20px;
    }

    .callout-box {
      background: #e8f7f0;
      border-left: 5px solid #2cb67d;
      padding: 20px;
      border-radius: 12px;
      color: #2c3e50;
      font-weight: 500;
    }

    @media (max-width: 576px) {
      .section-box {
        padding: 25px 20px;
      }
    }

.profile-section .row {padding-bottom:1.5rem;}

.rise_banner img {    width: 182px;}
.rise_banner { position: absolute;
    bottom: -1px;
    right: 135px;}
	
	.meta-warriors-announcement {
  background-color: #f4f8fb;
  padding: 30px;
  border-radius: 10px;
 margin-bottom:1.5rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.meta-warriors-announcement h2 {
  color: #1a3e5f;
  font-size: 26px;
  margin-bottom: 15px;
}

.meta-warriors-announcement p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.meta-warriors-announcement strong {
  color: #000;
  font-weight: bold;
}

.meta-warriors-announcement em {
  font-style: italic;
  color: #d04545;
}



.nav-pills .nav-link {
  border-radius: 50px;
  color: #333;
  background-color: #e9ecef;
  margin: 0 5px;
  transition: all 0.3s ease;
  margin-bottom:10px;
}

.nav-pills .nav-link.active {
  background-color: #2f96f9;
  color: #fff!important;
}

.img-fluid {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.img-fluid:hover {
  transform: scale(1.02);
}


.main {
  grid-column: main;
  padding: 1.25rem;
}

/* Photo Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
    grid-auto-rows: 23.5rem;
    grid-auto-flow: dense;
    gap: 0.75rem;
}

.gallery figure {
  container: figure / inline-size;
  overflow: hidden;

  display: grid;

  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

.gallery img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;

  /* grid-row: 1 / -1; */
  /* grid-column: 1 / -1; */
  grid-area: 1 / 1 / -1 / -1;

  transition: scale 1s ease-in-out;
}

.gallery figure:hover img {
  scale: 1.125;
}

.gallery figcaption {
  grid-area: 1 / 1 / -1 / -1;
  align-self: end;
  z-index: 1;

  padding: 3em 15% 1em 1em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  background: linear-gradient(transparent 25%, rgb(0 0 0 / 0.75));
  display: none;
}

@container figure (width > 20rem) {
  .gallery figcaption {
    display: block;
  }
}

.gallery figcaption h3 {
  font-size: 1.0625rem;
}

.gallery figcaption p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (width > 600px) {
  .gallery figure:nth-child(1) {
    grid-area: span 2 / span 2;
  }

  .gallery figure:nth-child(4n + 1) {
    grid-row: span 2;
  }

  .gallery figure:nth-child(4n + 2) {
    grid-column: span 2;
  }
}


  .more-team-images {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .more-team-images-item {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .more-team-images-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .more-team-images-item:hover img {
      transform: scale(1.05);
    }
	
	
	
       .section {
      padding: 30px 20px;
    }

    .title {
      font-size: 1.8rem;
      font-weight: 700;
      color: #222;
    }

    .highlight {
      color: #0d47a0;
    }

   .timeline-content img{display:none;}

    .card-block.green {
      border-left-color: #2cb67d;
    }

    .card-block h5 {
      font-weight: 600;
      color: #0d47a1;
      margin-bottom: 20px;
    }

    .story-text {
      font-size: 1.05rem;
      line-height: 1.75;
      color: #000;
    }

    .quote-box {
      background-color: #eaf7ee;
      padding: 20px;
      border-left: 4px solid #2cb67d;
      border-radius: 12px;
      font-style: italic;
      color: #2e7d32;
      margin-top: 30px;
    }

    .emoji-title {
      font-size: 1.3rem;
      font-weight: 600;
      color: #333;
    }

    @media (max-width: 768px) {
      .title {
        font-size: 1.6rem;
      }
    }


 .timeline {
  position: relative;
  margin: 30px auto;
  padding: 0 20px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0.1px;
    background-color: #42c7f285;
    transform: translateX(-50%);
    z-index: 0;
}

/* Scroll-filling effect */
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  background-color: #0d47a0;
  transform: translateX(-50%);
  z-index: 2;
  height: 0%;
  transition: height 0.3s ease-out;
}
  .timeline-item {
    position: relative;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.7s ease;
  }

  .timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .timeline-row {
    position: relative;
    display: flex;
    align-items: center;
  }

  .timeline-dot {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #0d47a0;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: all 0.4s ease;
  }

  .timeline-dot.active {
    transform: translateX(-50%) scale(1.4);
    background: #0d47a0;
  }

  .timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  }

  .timeline-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  @media (max-width: 768px) {
      .timeline{padding-left:30px;}
    .timeline::before {
      left: 20px;
    }
    .timeline::after{ left: 20px;}

    .timeline-dot {
      left: -20px;
      transform: none;
    }

    .timeline-dot.active {
      transform: scale(1.4);
    }

    .timeline-row {
      flex-direction: column;
      align-items: flex-start;
    }

    .timeline-left, .timeline-right {
      width: 100% !important;
      text-align: left !important;
      padding-left: 20px;
    }
  }

  .timeline::after {
  height: var(--timeline-fill-height, 0%);
}

  .timeline-content h5{    color: #0d47a0;
    font-weight: 600;}

  .journey-panel{background:aliceblue;}
  .integration-card a{text-decoration:none;}
  
  

  .section-header {
      text-align: center;
      margin-bottom: 40px;
    }
    .spl-box {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      padding: 30px;
      margin-bottom: 30px;
    }
    .spl-box h5 {
      font-weight: 600;
    }
    .highlight {
      color: #0d6efd;
      font-weight: 600;
    }
    .team-box {
      background-color: #f1f4f8;
      border-radius: 12px;
      padding: 15px;
      margin-top: 10px;
    }
    .scorecard {
       background-color: #eaf7ee;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    border-left: 4px solid #2cb67d;
    }
    .badge-custom {
      background-color: #198754;
      color: white;
      padding: 5px 12px;
      border-radius: 20px;
      font-size: 14px;
    }

    .team-info{display: flex;
    justify-content: space-around;}

    .badge-role {
        display:none;
  background-color: #e0f0ff;
  color: #0d6efd;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 8px;
}

.highlight-text {
  color: #0d6efd;
  font-weight: 600;
}

.man-of-match {
  background-color: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 12px 15px;
  border-radius: 10px;
  margin-top: 10px;
}

.man-of-match i {
  color: #ffc107;
  margin-right: 6px;
}
.man-of-match p{margin:0;}

.spl-panel{background:aliceblue;}
.section-header h2{    color: #0d47a1;}


   .faq-heading {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 30px;
    }
    .accordion-button {
      font-weight: 600;
    }
    .accordion-item {
      border: none;
      border-bottom: 1px solid #e0e0e0;
    }
    .accordion-button:not(.collapsed) {
      background-color: #f8f9fa;
      box-shadow: none;
    }
    .accordion-body{background: aliceblue;}
    .navbar a{font-size:15px;}
    .accordion-body strong{    color: #0d47a1;}
    .rise_banner1 {
    position: absolute;
    bottom: -6px;
    left: 135px;
}

    .rise_banner1 img {
    width: 120px;}

     .hiring-card {    position: absolute;
    top: -50px;
    z-index: 9;
    right: 10px;
    border-radius: 20px;
    text-align: center;
    }

    .hiring-bubble {
       background: linear-gradient(to right, #d9e0ff, #3c59d8);
    padding: 4px 11px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    width: max-content;
    margin: 0 auto;
    color: #111;
    background: linear-gradient(90deg, #cfd7f7 0%, #3a66da 100%);
    }

    .job-label {
         margin-top: 5px;
    display: inline-block;
    color: #0d47a1;
    padding: 3px 12px;
    font-weight: 400;
    border-radius: 999px;
    font-size: 14px;
    background: linear-gradient(90deg, #f4b9a2 0%, #e92c28 100%);
    }

    .job-label  img{  width: 25px;}
    .job-label  a{text-decoration:none; color:#fff;}
