.elementor-10727 .elementor-element.elementor-element-a676709{--display:flex;}.elementor-10727 .elementor-element.elementor-element-4ea9a73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-574b087{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-b34668c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-96003f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-200b6fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-441e657{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-a660eda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-589298e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-8edf54a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-1c6d64b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-a301646{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-4e718f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-b269889{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10727 .elementor-element.elementor-element-31298af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ec2dee7 */.cto-hero-section {

  background: linear-gradient(
    180deg,
    #a400ff 0%,
    #8f11f2 35%,
    #7b12dc 65%,
    #6817d4 100%
  );

  padding: 70px 20px 60px;

  text-align: center;

  font-family: 'Poppins', sans-serif;

  overflow: hidden;
}

.cto-hero-container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.cto-hero-section h1 {

  color: #ffffff;

  font-size: 76px;

  line-height: 0.95;

  font-weight: 800;

  margin: 0 0 34px;
}

/* SUBTEXT */
.cto-hero-text {

  max-width: 980px;

  margin: 0 auto 42px;

  color: rgba(255,255,255,0.96);

  font-size: 22px;

  line-height: 1.55;

  font-weight: 400;
}

/* BUTTONS */
.cto-hero-buttons {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 16px;

  flex-wrap: wrap;
}

/* BUTTON COMMON */
.cto-btn-primary,
.cto-btn-secondary {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  text-decoration: none;

  font-size: 16px;

  font-weight: 600;

  border-radius: 10px;

  transition: all 0.3s ease;

  min-width: 255px;

  height: 58px;
}

/* PRIMARY BUTTON */
.cto-btn-primary {

  background: #ffffff;

  color: #7b12dc !important;

  padding: 0 28px;
}

/* SECONDARY BUTTON */
.cto-btn-secondary {

  border: 2px solid rgba(255,255,255,0.95);

  color: #ffffff !important;

  background: transparent;

  padding: 0 28px;
}

/* ICON */
.btn-icon {

  display: flex;

  align-items: center;

  justify-content: center;

  line-height: 1;
}

/* HOVER */
.cto-btn-primary:hover {
  transform: translateY(-2px);
}

.cto-btn-secondary:hover {

  background: rgba(255,255,255,0.08);

  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .cto-hero-section {
    padding: 70px 20px;
  }

  .cto-hero-section h1 {

    font-size: 46px;

    line-height: 1.05;
  }

  .cto-hero-text {

    font-size: 18px;

    line-height: 1.6;
  }

  .cto-hero-buttons {

    flex-direction: column;

    width: 100%;
  }

  .cto-btn-primary,
  .cto-btn-secondary {

    width: 100%;

    max-width: 340px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-391e1c7 */.cto-stats-section {

  background: #f5f5f5;

  padding: 38px 20px;

  font-family: 'Poppins', sans-serif;
}

.cto-stats-container {

  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 30px;

  align-items: center;
}

/* ITEM */
.cto-stat-item {

  text-align: center;
}

/* ICON */
.cto-stat-icon {

  color: #8b1cf5;

  margin-bottom: 14px;

  display: flex;

  justify-content: center;

  align-items: center;
}

/* TITLE */
.cto-stat-item h3 {

  margin: 0 0 4px;

  color: #112b63;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.2;
}

/* TEXT */
.cto-stat-item p {

  margin: 0;

  color: #5d6677;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .cto-stats-container {

    grid-template-columns: repeat(2, 1fr);

    gap: 40px 20px;
  }
}

@media (max-width: 576px) {

  .cto-stats-container {

    grid-template-columns: 1fr;
  }

  .cto-stats-section {

    padding: 50px 20px;
  }

  .cto-stat-item h3 {

    font-size: 18px;
  }

  .cto-stat-item p {

    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ee62f4 */.cto-problem-section {

  background: #f5f5f5;

  padding: 70px 20px 95px;

  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.cto-problem-container {

  max-width: 1180px;

  margin: auto;
}

/* TITLE */
.cto-problem-section h2 {

  text-align: center;

  color: #102b63;

  font-size: 56px;

  line-height: 1.15;

  font-weight: 700;

  margin: 0 0 18px;
}

/* SUBTITLE */
.cto-problem-subtitle {

  max-width: 760px;

  margin: 0 auto 60px;

  text-align: center;

  color: #3f4758;

  font-size: 24px;

  line-height: 1.5;

  font-weight: 400;
}

/* GRID */
.cto-problem-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 32px;
}

/* CARD */
.cto-card {

  background: #ffffff;

  border-radius: 18px;

  padding: 42px 38px;

  box-shadow: 0 8px 22px rgba(0,0,0,0.08);

  position: relative;
}

/* LEFT BORDER COLORS */
.cto-card-left {

  border-left: 5px solid #ff3948;
}

.cto-card-right {

  border-left: 5px solid #a020f0;
}

/* CARD TITLE */
.cto-card h3 {

  color: #102b63;

  font-size: 24px;

  font-weight: 700;

  line-height: 1.35;

  margin: 0 0 28px;
}

/* LIST */
.cto-card ul {

  list-style: none;

  padding: 0;

  margin: 0;
}

.cto-card ul li {

  display: flex;

  align-items: flex-start;

  gap: 14px;

  color: #132f67;

  font-size: 17px;

  line-height: 1.7;

  margin-bottom: 22px;
}

/* BULLET */
.bullet {

  min-width: 24px;

  width: 24px;

  height: 24px;

  border-radius: 50%;

  background: #ffe1e4;

  position: relative;

  margin-top: 3px;
}

.bullet::after {

  content: "";

  width: 8px;

  height: 8px;

  background: #ff3948;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

/* RIGHT CARD TEXT */
.cto-card-right p {

  color: #3d4658;

  font-size: 17px;

  line-height: 1.75;

  margin-bottom: 22px;
}

/* HIGHLIGHT */
.highlight-text {

  color: #102b63 !important;

  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .cto-problem-grid {

    grid-template-columns: 1fr;
  }

  .cto-problem-section h2 {

    font-size: 42px;
  }

  .cto-problem-subtitle {

    font-size: 20px;
  }
}

@media (max-width: 768px) {

  .cto-problem-section {

    padding: 60px 18px 80px;
  }

  .cto-problem-section h2 {

    font-size: 34px;
  }

  .cto-problem-subtitle {

    font-size: 18px;

    margin-bottom: 40px;
  }

  .cto-card {

    padding: 32px 24px;
  }

  .cto-card h3 {

    font-size: 22px;
  }

  .cto-card ul li,
  .cto-card-right p {

    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ba8c58 */.caas-services-section {

  background: #f5f5f5;

  padding: 70px 20px 80px;

  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.caas-services-container {

  max-width: 1250px;

  margin: auto;
}

/* TITLE */
.caas-services-section h2 {

  text-align: center;

  color: #102b63;

  font-size: 58px;

  line-height: 1.15;

  font-weight: 700;

  margin: 0 0 24px;
}

/* SUBTITLE */
.caas-services-subtitle {

  max-width: 980px;

  margin: 0 auto 58px;

  text-align: center;

  color: #394254;

  font-size: 22px;

  line-height: 1.55;

  font-weight: 400;
}

/* GRID */
.caas-services-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 26px;

  margin-bottom: 52px;
}

/* CARD */
.caas-service-card {

  background: #ffffff;

  border-radius: 18px;

  padding: 46px 30px 40px;

  text-align: center;

  box-shadow: 0 8px 22px rgba(0,0,0,0.08);

  border: 1px solid #e8e8e8;

  transition: all 0.3s ease;
}

.caas-service-card:hover {

  transform: translateY(-4px);
}

/* ICON WRAP */
.caas-icon-wrap {

  width: 64px;

  height: 64px;

  margin: 0 auto 28px;

  border-radius: 50%;

  background: #efe3ff;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #9123ff;
}

/* TITLE */
.caas-service-card h3 {

  color: #102b63;

  font-size: 22px;

  font-weight: 700;

  line-height: 1.3;

  margin: 0 0 16px;
}

/* TEXT */
.caas-service-card p {

  color: #5a6476;

  font-size: 17px;

  line-height: 1.65;

  margin: 0;
}

/* BOTTOM TEXT */
.caas-bottom-text {

  text-align: center;

  color: #2e3440;

  font-size: 22px;

  line-height: 1.6;

  font-weight: 600;

  max-width: 1150px;

  margin: auto;
}

/* RESPONSIVE */
@media (max-width: 1100px) {

  .caas-services-grid {

    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .caas-services-section {

    padding: 60px 18px 70px;
  }

  .caas-services-section h2 {

    font-size: 38px;
  }

  .caas-services-subtitle {

    font-size: 18px;

    margin-bottom: 42px;
  }

  .caas-services-grid {

    grid-template-columns: 1fr;

    gap: 22px;
  }

  .caas-service-card {

    padding: 38px 24px;
  }

  .caas-bottom-text {

    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75c9a38 */.who-for-section {

  background: #f5f5f5;

  padding: 70px 20px 85px;

  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.who-for-container {

  max-width: 1240px;

  margin: auto;
}

/* TITLE */
.who-for-section h2 {

  text-align: center;

  color: #102b63;

  font-size: 58px;

  line-height: 1.15;

  font-weight: 700;

  margin: 0 0 55px;
}

/* GRID */
.who-for-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 34px;
}

/* CARD */
.who-for-card {

  background: #ffffff;

  border-radius: 18px;

  padding: 46px 36px 42px;

  box-shadow: 0 8px 22px rgba(0,0,0,0.08);

  border-top: 5px solid #a020f0;

  transition: all 0.3s ease;
}

.who-for-card:hover {

  transform: translateY(-4px);
}

/* ICON */
.who-for-icon {

  width: 52px;

  height: 52px;

  border-radius: 50%;

  background: #f0e2ff;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #9723ff;

  margin-bottom: 28px;
}

/* TITLE */
.who-for-card h3 {

  color: #102b63;

  font-size: 22px;

  line-height: 1.45;

  font-weight: 700;

  margin: 0 0 18px;
}

/* TEXT */
.who-for-card p {

  color: #5a6476;

  font-size: 17px;

  line-height: 1.75;

  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .who-for-grid {

    grid-template-columns: 1fr;

    gap: 24px;
  }

  .who-for-section h2 {

    font-size: 42px;
  }
}

@media (max-width: 768px) {

  .who-for-section {

    padding: 60px 18px 70px;
  }

  .who-for-section h2 {

    font-size: 34px;

    margin-bottom: 40px;
  }

  .who-for-card {

    padding: 36px 26px;
  }

  .who-for-card h3 {

    font-size: 20px;
  }

  .who-for-card p {

    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3ddb4a */.why-avaantra-section {

  background: #f5f5f5;

  padding: 70px 20px 85px;

  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.why-avaantra-container {

  max-width: 1220px;

  margin: auto;
}

/* TITLE */
.why-avaantra-section h2 {

  text-align: center;

  color: #102b63;

  font-size: 58px;

  line-height: 1.15;

  font-weight: 700;

  margin: 0 0 18px;
}

/* SUBTITLE */
.why-avaantra-subtitle {

  text-align: center;

  color: #394254;

  font-size: 22px;

  line-height: 1.5;

  margin: 0 auto 58px;

  max-width: 850px;
}

/* GRID */
.why-avaantra-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 42px 60px;

  margin-bottom: 58px;
}

/* ITEM */
.why-avaantra-item {

  display: flex;

  align-items: flex-start;

  gap: 16px;
}

/* ICON */
.why-icon {

  min-width: 28px;

  color: #9723ff;

  margin-top: 2px;
}

/* CONTENT */
.why-content h3 {

  color: #102b63;

  font-size: 19px;

  line-height: 1.45;

  font-weight: 700;

  margin: 0 0 10px;
}

.why-content p {

  color: #5c6677;

  font-size: 17px;

  line-height: 1.65;

  margin: 0;
}

/* TESTIMONIAL */
.why-testimonial {

  background: #f2ebfa;

  border-left: 5px solid #9723ff;

  border-radius: 16px;

  padding: 42px 34px;

  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* TESTIMONIAL TEXT */
.testimonial-text {

  color: #384255;

  font-size: 20px;

  line-height: 1.8;

  font-style: italic;

  margin: 0 0 14px;
}

/* AUTHOR */
.testimonial-author {

  color: #6c7485;

  font-size: 16px;

  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .why-avaantra-grid {

    grid-template-columns: 1fr 1fr;

    gap: 34px;
  }

  .why-avaantra-section h2 {

    font-size: 42px;
  }

  .why-avaantra-subtitle {

    font-size: 20px;
  }
}

@media (max-width: 768px) {

  .why-avaantra-section {

    padding: 60px 18px 70px;
  }

  .why-avaantra-grid {

    grid-template-columns: 1fr;

    gap: 28px;
  }

  .why-avaantra-section h2 {

    font-size: 34px;
  }

  .why-avaantra-subtitle {

    font-size: 18px;

    margin-bottom: 42px;
  }

  .why-content h3 {

    font-size: 18px;
  }

  .why-content p {

    font-size: 16px;
  }

  .testimonial-text {

    font-size: 18px;
  }

  .why-testimonial {

    padding: 30px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38d7777 */.ctoaas-offerings-section {

  background: #f5f5f5;

  padding: 70px 20px 90px;

  font-family: 'Poppins', sans-serif;
}

/* CONTAINER */
.ctoaas-container {

  max-width: 1220px;

  margin: auto;
}

/* TITLE */
.ctoaas-offerings-section h2 {

  text-align: center;

  color: #102b63;

  font-size: 56px;

  line-height: 1.2;

  font-weight: 700;

  margin: 0 0 48px;
}

/* CARD */
.ctoaas-card {

  background: #fff;

  border: 1px solid #dddddd;

  border-radius: 18px;

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);

  padding: 38px 28px;

  margin-bottom: 28px;
}

/* GRID */
.ctoaas-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 34px;
}

/* ITEM */
.ctoaas-item {

  display: flex;

  align-items: flex-start;

  gap: 16px;
}

/* SINGLE ITEM */
.ctoaas-single-item {

  display: flex;

  align-items: flex-start;

  gap: 16px;
}

/* ICON */
.ctoaas-icon {

  color: #9723ff;

  min-width: 26px;

  margin-top: 2px;
}

/* CONTENT */
.ctoaas-content h3 {

  color: #102b63;

  font-size: 18px;

  line-height: 1.4;

  font-weight: 700;

  margin: 0 0 12px;
}

.ctoaas-content p {

  color: #5f6777;

  font-size: 15px;

  line-height: 1.7;

  margin: 0 0 14px;
}

/* HIGHLIGHT TEXT */
.ctoaas-content span {

  color: #9723ff;

  font-size: 15px;

  font-weight: 600;

  line-height: 1.5;
}

/* LEFT BORDER CARD */
.highlighted-card {

  border-left: 5px solid #9723ff;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .ctoaas-grid {

    grid-template-columns: 1fr;
  }

  .ctoaas-offerings-section h2 {

    font-size: 42px;
  }
}

@media (max-width: 768px) {

  .ctoaas-offerings-section {

    padding: 60px 18px 70px;
  }

  .ctoaas-offerings-section h2 {

    font-size: 34px;

    margin-bottom: 38px;
  }

  .ctoaas-card {

    padding: 28px 22px;
  }

  .ctoaas-content h3 {

    font-size: 18px;
  }

  .ctoaas-content p {

    font-size: 15px;
  }

  .ctoaas-content span {

    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ddb1dbc */.cto-engagement-process{

  background:#f5f5f5;

  padding:80px 20px;

  font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.cto-container{

  max-width:1200px;

  margin:auto;
}

/* TITLE */
.cto-engagement-process h2{

  text-align:center;

  font-size:56px;

  line-height:1.2;

  font-weight:700;

  color:#102b63;

  margin:0 0 18px;
}

/* SUBTITLE */
.cto-subtitle{

  text-align:center;

  font-size:18px;

  line-height:1.7;

  color:#4b5563;

  max-width:850px;

  margin:0 auto 60px;
}

/* GRID */
.cto-grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:28px;
}

/* CARD */
.cto-card{

  background:#fff;

  border:1px solid #dddddd;

  border-radius:18px;

  padding:24px 22px;

  box-shadow:0 6px 18px rgba(0,0,0,0.08);

  transition:0.3s ease;
}

.cto-card:hover{

  transform:translateY(-4px);
}

/* TOP */
.cto-top{

  margin-bottom:18px;
}

/* STEP + ICON */
.cto-step-icon{

  display:flex;

  align-items:center;

  gap:10px;

  color:#9723ff;
}

/* CIRCLE */
.step-circle{

  width:38px;

  height:38px;

  background:linear-gradient(135deg,#7c3aed,#9723ff);

  color:#fff;

  border-radius:50%;

  display:flex;

  align-items:center;

  justify-content:center;

  font-size:16px;

  font-weight:700;
}

/* TITLE */
.cto-card h3{

  font-size:18px;

  line-height:1.45;

  color:#102b63;

  font-weight:700;

  margin:0 0 14px;
}

/* TEXT */
.cto-card p{

  color:#5f6777;

  font-size:15px;

  line-height:1.8;

  margin:0 0 22px;
}

/* DELIVERABLE */
.deliverable-box{

  background:#f3e8ff;

  border-radius:10px;

  padding:14px 14px;

  color:#7e22ce;

  font-size:14px;

  line-height:1.6;
}

.deliverable-box span{

  display:block;

  font-size:12px;

  font-weight:700;

  margin-bottom:2px;
}

/* RESPONSIVE */
@media(max-width:991px){

  .cto-grid{

    grid-template-columns:1fr 1fr;
  }

  .cto-engagement-process h2{

    font-size:42px;
  }
}

@media(max-width:768px){

  .cto-grid{

    grid-template-columns:1fr;
  }

  .cto-engagement-process{

    padding:60px 18px;
  }

  .cto-engagement-process h2{

    font-size:34px;
  }

  .cto-subtitle{

    font-size:16px;

    margin-bottom:40px;
  }

  .cto-card{

    padding:22px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3c4f0f */.engagement-models-section{

  background:#f5f5f5;

  padding:80px 20px;

  font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.engagement-container{

  max-width:1220px;

  margin:auto;
}

/* TITLE */
.engagement-models-section h2{

  text-align:center;

  font-size:56px;

  line-height:1.2;

  font-weight:700;

  color:#102b63;

  margin:0 0 55px;
}

/* GRID */
.engagement-grid{

  display:grid;

  grid-template-columns:repeat(4,1fr);

  gap:24px;
}

/* CARD */
.engagement-card{

  background:#fff;

  border:1px solid #dddddd;

  border-top:4px solid #a855f7;

  border-radius:18px;

  padding:34px 24px;

  box-shadow:0 6px 18px rgba(0,0,0,0.08);

  transition:0.3s ease;
}

.engagement-card:hover{

  transform:translateY(-5px);
}

/* HEADING */
.engagement-card h3{

  color:#102b63;

  font-size:20px;

  line-height:1.4;

  font-weight:700;

  margin:0 0 18px;
}

/* TEXT */
.engagement-card p{

  color:#5f6777;

  font-size:16px;

  line-height:1.8;

  margin:0 0 28px;

  min-height:70px;
}

/* BADGE */
.engagement-badge{

  background:#f3e8ff;

  color:#9723ff;

  font-size:16px;

  font-weight:600;

  line-height:1.4;

  border-radius:12px;

  padding:14px 16px;

  display:inline-block;

  width:100%;

  box-sizing:border-box;
}

/* RESPONSIVE */
@media(max-width:1100px){

  .engagement-grid{

    grid-template-columns:repeat(2,1fr);
  }

  .engagement-models-section h2{

    font-size:44px;
  }
}

@media(max-width:768px){

  .engagement-grid{

    grid-template-columns:1fr;
  }

  .engagement-models-section{

    padding:60px 18px;
  }

  .engagement-models-section h2{

    font-size:34px;

    margin-bottom:40px;
  }

  .engagement-card{

    padding:28px 22px;
  }

  .engagement-card h3{

    font-size:19px;
  }

  .engagement-card p{

    font-size:15px;

    min-height:auto;
  }

  .engagement-badge{

    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3902992 */.deliverables-section{

  background:#f5f5f5;

  padding:70px 20px;

  font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.deliverables-container{

  max-width:1200px;

  margin:auto;
}

/* TITLE */
.deliverables-section h2{

  text-align:center;

  font-size:58px;

  line-height:1.2;

  font-weight:700;

  color:#102b63;

  margin:0 0 55px;
}

/* GRID */
.deliverables-grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:70px;
}

/* COLUMN */
.deliverables-column{

  display:flex;

  flex-direction:column;

  gap:30px;
}

/* ITEM */
.deliverable-item{

  display:flex;

  align-items:flex-start;

  gap:16px;
}

/* ICON */
.deliverable-icon{

  color:#9723ff;

  min-width:24px;

  margin-top:2px;
}

/* TEXT */
.deliverable-item span{

  color:#374151;

  font-size:18px;

  line-height:1.7;

  font-weight:500;
}

/* RESPONSIVE */
@media(max-width:1100px){

  .deliverables-grid{

    grid-template-columns:1fr 1fr;

    gap:40px;
  }

  .deliverables-section h2{

    font-size:44px;
  }
}

@media(max-width:768px){

  .deliverables-grid{

    grid-template-columns:1fr;

    gap:25px;
  }

  .deliverables-section{

    padding:60px 18px;
  }

  .deliverables-section h2{

    font-size:34px;

    margin-bottom:38px;
  }

  .deliverable-item span{

    font-size:16px;
  }

  .deliverables-column{

    gap:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cd29ca */.cto-case-studies-section{

  background:#f5f5f5;

  padding:80px 20px;

  font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.cto-case-container{

  max-width:1220px;

  margin:auto;
}

/* TITLE */
.cto-case-studies-section h2{

  text-align:center;

  color:#102b63;

  font-size:58px;

  line-height:1.2;

  font-weight:700;

  margin:0 0 55px;
}

/* GRID */
.cto-case-grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:32px;
}

/* CARD */
.cto-case-card{

  background:#fff;

  border:1px solid #dddddd;

  border-radius:18px;

  padding:34px 24px;

  box-shadow:0 6px 18px rgba(0,0,0,0.08);

  transition:0.3s ease;
}

.cto-case-card:hover{

  transform:translateY(-5px);
}

/* ICON */
.case-icon{

  width:50px;

  height:50px;

  border-radius:50%;

  background:#f3e8ff;

  color:#9723ff;

  display:flex;

  align-items:center;

  justify-content:center;

  margin-bottom:24px;
}

/* HEADING */
.cto-case-card h3{

  color:#102b63;

  font-size:20px;

  line-height:1.4;

  font-weight:700;

  margin:0 0 22px;
}

/* BLOCK */
.case-block{

  margin-bottom:18px;
}

.case-block span{

  display:block;

  color:#374151;

  font-size:16px;

  font-weight:700;

  margin-bottom:4px;
}

.case-block p{

  color:#5f6777;

  font-size:16px;

  line-height:1.7;

  margin:0;
}

/* RESULT */
.result-block span{

  color:#9723ff;
}

/* RESPONSIVE */
@media(max-width:1100px){

  .cto-case-grid{

    grid-template-columns:1fr 1fr;
  }

  .cto-case-studies-section h2{

    font-size:44px;
  }
}

@media(max-width:768px){

  .cto-case-grid{

    grid-template-columns:1fr;
  }

  .cto-case-studies-section{

    padding:60px 18px;
  }

  .cto-case-studies-section h2{

    font-size:34px;

    margin-bottom:40px;
  }

  .cto-case-card{

    padding:28px 22px;
  }

  .cto-case-card h3{

    font-size:19px;
  }

  .case-block p{

    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da0b713 */.industries-serve-section{

  background:#f5f5f5;

  padding:70px 20px 80px;

  font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.industries-container{

  max-width:1280px;

  margin:auto;
}

/* TITLE */
.industries-serve-section h2{

  text-align:center;

  color:#102b63;

  font-size:56px;

  line-height:1.2;

  font-weight:700;

  margin:0 0 50px;
}

/* GRID */
.industries-grid{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:28px 24px;
}

/* CARD */
.industry-card{

  background:#ffffff;

  border:1px solid #dddddd;

  border-radius:18px;

  min-height:155px;

  padding:40px 28px;

  display:flex;

  align-items:flex-start;

  gap:22px;

  box-shadow:0 6px 18px rgba(0,0,0,0.08);

  transition:0.3s ease;
}

.industry-card:hover{

  transform:translateY(-4px);
}

/* ICON */
.industry-icon{

  width:40px;

  height:40px;

  min-width:40px;

  border-radius:50%;

  background:#f3e8ff;

  color:#9723ff;

  display:flex;

  align-items:center;

  justify-content:center;

  margin-top:2px;
}

/* CONTENT */
.industry-content h3{

  margin:0 0 10px;

  color:#102b63;

  font-size:20px;

  line-height:1.3;

  font-weight:700;
}

.industry-content p{

  margin:0;

  color:#5f6777;

  font-size:17px;

  line-height:1.7;

  font-weight:400;
}

/* RESPONSIVE */
@media(max-width:991px){

  .industries-grid{

    grid-template-columns:1fr;
  }

  .industries-serve-section h2{

    font-size:42px;
  }
}

@media(max-width:768px){

  .industries-serve-section{

    padding:60px 18px;
  }

  .industries-serve-section h2{

    font-size:34px;

    margin-bottom:35px;
  }

  .industry-card{

    padding:30px 22px;

    min-height:auto;
  }

  .industry-content h3{

    font-size:18px;
  }

  .industry-content p{

    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-055e272 */.security-governance-section{

  background:#f5f5f5;

  padding:70px 20px 60px;

  font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.security-container{

  max-width:1280px;

  margin:auto;
}

/* TITLE */
.security-governance-section h2{

  text-align:center;

  font-size:58px;

  line-height:1.2;

  font-weight:700;

  color:#102b63;

  margin:0 0 55px;
}

/* GRID */
.security-grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  column-gap:70px;

  row-gap:28px;

  align-items:flex-start;
}

/* ITEM */
.security-item{

  display:flex;

  align-items:flex-start;

  gap:16px;
}

/* ICON */
.security-icon{

  width:32px;

  height:32px;

  min-width:32px;

  display:flex;

  align-items:center;

  justify-content:center;

  color:#9723ff;

  margin-top:1px;
}

/* TEXT */
.security-item p{

  margin:0;

  color:#384152;

  font-size:18px;

  line-height:1.55;

  font-weight:400;
}

/* BOTTOM TEXT */
.security-bottom-text{

  text-align:center;

  margin-top:42px;

  color:#9723ff;

  font-size:22px;

  line-height:1.4;

  font-weight:700;
}

/* RESPONSIVE */
@media(max-width:991px){

  .security-grid{

    grid-template-columns:1fr 1fr;

    column-gap:40px;
  }

  .security-governance-section h2{

    font-size:42px;
  }
}

@media(max-width:768px){

  .security-grid{

    grid-template-columns:1fr;
  }

  .security-governance-section{

    padding:60px 20px;
  }

  .security-governance-section h2{

    font-size:34px;

    margin-bottom:35px;
  }

  .security-item p{

    font-size:16px;
  }

  .security-bottom-text{

    font-size:20px;

    margin-top:35px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5ff848 */.cto-faq-section{

  background:#f5f5f5;

  padding:70px 20px 80px;

  font-family:'Poppins',sans-serif;
}

/* CONTAINER */
.cto-faq-container{

  max-width:1280px;

  margin:auto;
}

/* TITLE */
.cto-faq-section h2{

  text-align:center;

  color:#102b63;

  font-size:56px;

  line-height:1.2;

  font-weight:700;

  margin:0 0 55px;
}

/* GRID */
.cto-faq-grid{

  display:flex;

  flex-direction:column;

  gap:26px;
}

/* CARD */
.cto-faq-card{

  background:#ffffff;

  border:1px solid #dddddd;

  border-radius:18px;

  padding:36px 34px;

  box-shadow:0 6px 18px rgba(0,0,0,0.08);

  transition:0.3s ease;
}

.cto-faq-card:hover{

  transform:translateY(-4px);
}

/* QUESTION */
.cto-faq-card h3{

  margin:0 0 14px;

  color:#9723ff;

  font-size:28px;

  line-height:1.4;

  font-weight:700;
}

/* ANSWER */
.cto-faq-card p{

  margin:0;

  color:#384152;

  font-size:18px;

  line-height:1.8;

  font-weight:400;
}

/* RESPONSIVE */
@media(max-width:991px){

  .cto-faq-section h2{

    font-size:42px;
  }

  .cto-faq-card h3{

    font-size:24px;
  }
}

@media(max-width:768px){

  .cto-faq-section{

    padding:60px 18px;
  }

  .cto-faq-section h2{

    font-size:34px;

    margin-bottom:35px;
  }

  .cto-faq-card{

    padding:28px 22px;
  }

  .cto-faq-card h3{

    font-size:20px;

    margin-bottom:12px;
  }

  .cto-faq-card p{

    font-size:15px;

    line-height:1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f5cadb */.cto-cta-section{

  background:linear-gradient(180deg,#b400ff 0%,#7b12d8 45%,#6810c9 100%);

  padding:70px 20px 55px;

  font-family:'Poppins',sans-serif;

  overflow:hidden;
}

/* CONTAINER */
.cto-cta-container{

  max-width:1280px;

  margin:auto;

  text-align:center;
}

/* HEADING */
.cto-cta-section h1{

  color:#ffffff;

  font-size:72px;

  line-height:1.05;

  font-weight:700;

  margin:0 0 24px;
}

/* SUBTEXT */
.cto-subtext{

  max-width:980px;

  margin:0 auto 40px;

  color:#ffffff;

  font-size:28px;

  line-height:1.5;

  font-weight:400;
}

/* BUTTON GROUP */
.cto-button-group{

  display:flex;

  justify-content:center;

  gap:16px;

  flex-wrap:wrap;

  margin-bottom:45px;
}

/* BUTTON */
.cta-btn{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  gap:12px;

  min-width:290px;

  height:64px;

  padding:0 30px;

  border-radius:12px;

  text-decoration:none;

  font-size:18px;

  font-weight:600;

  transition:0.3s ease;
}

/* PRIMARY */
.primary-btn{

  background:#ffffff;

  color:#7b12d8;
}

/* SECONDARY */
.secondary-btn{

  border:2px solid rgba(255,255,255,0.9);

  color:#ffffff;

  background:transparent;
}

.cta-btn:hover{

  transform:translateY(-3px);
}

/* ICON */
.btn-icon{

  display:flex;

  align-items:center;

  justify-content:center;
}

/* DIVIDER */
.cta-divider{

  width:100%;

  height:1px;

  background:rgba(255,255,255,0.22);

  margin:0 auto 35px;
}

/* STATS */
.cta-stats-grid{

  display:grid;

  grid-template-columns:repeat(5,1fr);

  gap:25px;
}

/* ITEM */
.cta-stat-item{

  display:flex;

  flex-direction:column;

  align-items:center;

  gap:10px;

  color:#ffffff;
}

/* ICON */
.stat-icon{

  color:#ffffff;

  display:flex;

  align-items:center;

  justify-content:center;
}

/* TEXT */
.cta-stat-item span{

  font-size:18px;

  line-height:1.4;

  font-weight:600;
}

/* RESPONSIVE */
@media(max-width:991px){

  .cto-cta-section h1{

    font-size:52px;
  }

  .cto-subtext{

    font-size:22px;
  }

  .cta-stats-grid{

    grid-template-columns:repeat(2,1fr);

    row-gap:30px;
  }
}

@media(max-width:768px){

  .cto-cta-section{

    padding:60px 18px 50px;
  }

  .cto-cta-section h1{

    font-size:38px;
  }

  .cto-subtext{

    font-size:18px;

    line-height:1.6;
  }

  .cta-btn{

    width:100%;

    min-width:100%;

    height:58px;

    font-size:16px;
  }

  .cta-stats-grid{

    grid-template-columns:1fr 1fr;
  }

  .cta-stat-item span{

    font-size:15px;
  }
}/* End custom CSS */