.elementor-3008 .elementor-element.elementor-element-04e57a4{--display:flex;}.elementor-3008 .elementor-element.elementor-element-26eec3b{--display:flex;}.elementor-3008 .elementor-element.elementor-element-977716e{--display:flex;}.elementor-3008 .elementor-element.elementor-element-4156e32{--display:flex;}.elementor-3008 .elementor-element.elementor-element-5ac90b0{--display:flex;}.elementor-3008 .elementor-element.elementor-element-4704835{--display:flex;}.elementor-3008 .elementor-element.elementor-element-3aaf22c{--display:flex;}.elementor-3008 .elementor-element.elementor-element-096e8ad{--display:flex;}.elementor-3008 .elementor-element.elementor-element-046089e{--display:flex;}.elementor-3008 .elementor-element.elementor-element-db83c40{--display:flex;}/* Start custom CSS for html, class: .elementor-element-918b78f */.hero-o1 {
    background: #ffffff;
    padding: 80px 0;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center; /* THIS fixes vertical alignment */
    justify-content: space-between;
    gap: 60px;
}

/* LEFT */
.hero-content {
    width: 55%;
}

.hero-content h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.hero-content h1 span {
    color: #2f6fed;
}

.hero-content p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.btn-primary {
    background: #2f6fed;
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.btn-secondary {
    background: #6c757d;
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

/* TRUST */
.hero-trust {
    font-size: 14px;
    color: #444;
    display: flex;
    gap: 25px;
}

/* RIGHT IMAGE */
.hero-image {
    width: 45%;
    display: flex;
    justify-content: flex-end; /* pushes image to right edge */
}

.hero-image img {
    max-width: 100%;
    width: 500px;
    border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content,
    .hero-image {
        width: 100%;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-image {
        justify-content: center;
        margin-top: 40px;
    }
}
.hero-content h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.text-highlight {
    color: #2f6fed;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-436092c */.o1-info-section {
    background: #f9fafc;
    padding: 100px 20px;
}

.o1-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr; /* keeps image right */
    align-items: center; /* vertical alignment */
    gap: 80px;
}

/* TEXT */
.o1-text h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
}

.o1-intro {
    font-size: 18px;
    color: #444;
    margin-bottom: 35px;
    line-height: 1.6;
}

.o1-item {
    margin-bottom: 25px;
}

.o1-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2f6fed;
}

.o1-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* IMAGE */
.o1-image {
    display: flex;
    justify-content: flex-end; /* pushes to right edge */
}

.o1-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .o1-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .o1-image {
        justify-content: center;
        margin-top: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e30ae70 */.o1-media-support {
    background: #ffffff;
    padding: 100px 20px;
}

.o1-media-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER */
.o1-media-header {
    text-align: center;
    margin-bottom: 70px;
}

.o1-media-header h2 {
    font-size: 38px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.o1-media-header p {
    font-size: 18px;
    color: #555;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

/* GRID */
.o1-media-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* CARDS */
.media-card {
    background: #f9fafc;
    padding: 35px;
    border-radius: 14px;
    transition: 0.3s ease;
}

.media-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2f6fed;
}

.media-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.media-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* DISCLAIMER */
.o1-disclaimer {
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .o1-media-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f243971 */.alt-bg {
  background: #eef2f7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #111;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 80px;
}

/* GRID */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* SERVICE ITEM */
.service-item {
    text-align: center;
    padding: 20px;
}

/* ICON STYLE */
.service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}

/* COLORS (Same Palette as Who Needs) */
.blue { background:#78b7d9; }
.orange { background:#e6773e; }
.green { background:#7da87b; }
.yellow { background:#e7b86f; }

.service-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.service-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}
/* 4-column layout for this section */
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Responsive tweaks */
@media (max-width: 1000px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed7e2a4 */.alt-bg {
  background: #eef2f7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9139ac5 */.cta-split {
  background: #eef2f7;
  padding: 50px 20px;
}

.cta-split-box {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-left h2 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 8px;
}

.cta-left p {
  color: #6c757d;
}

.btn.large {
  padding: 16px 32px;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-split-box {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b768c16 */.o1-process {
    background: #ffffff;
    padding: 110px 20px;
}

.o1-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER */
.o1-process-header {
    text-align: center;
    margin-bottom: 80px;
}

.o1-process-header h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.process-subtitle {
    font-size: 18px;
    color: #2f6fed;
    font-weight: 500;
}

/* TIMELINE */
.process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    position: relative;
}

/* Thin connecting line */
.process-timeline::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: #e5e7eb;
    z-index: 0;
}

/* STEP */
.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-circle {
    width: 60px;
    height: 60px;
    background: #2f6fed;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-weight: 600;
    font-size: 18px;
}

.process-step h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.process-step p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .process-timeline {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .process-timeline::before {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-874a087 */body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f7fa;
}

.section {
  padding: 60px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.title {
  font-size: 32px;
  font-weight: 600;
  color: #2c3e50;
}

.subtitle {
  color: #7f8c8d;
  margin-bottom: 40px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.icon {
  width: 60px;
  height: 60px;
  background: #2c4a6b;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2c3e50;
}

.card p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.alt-bg {
  background: #eef2f7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-659bf10 */.why-choose-modern {
    background: #f3f5f8;
    padding: 110px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER */
.why-header {
    text-align: center;
    margin-bottom: 70px;
}

.why-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2c3e60;
    margin-bottom: 10px;
}

.why-header p {
    font-size: 18px;
    color: #5b6c85;
}

/* GRID */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* CARD */
.why-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.05);
    text-align: center;
    transition: 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.08);
}

.why-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #2f4f75;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.why-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e60;
}

.why-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b71d311 */.cta-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #2c4a6b, #1e3550);
  text-align: center;
}

.cta-box {
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.4;
}

/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Primary Button */
.btn.primary {
  background: #ffffff;
  color: #2c4a6b;
}

.btn.primary:hover {
  background: #e6ecf2;
  transform: translateY(-2px);
}

/* Optional Secondary Button (if needed later) */
.btn.secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.1);
}
.cta-title {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-438664b *//* FAQ SECTION ONLY */
.faq-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

/* LOCAL CONTAINER */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* TITLE */
.faq-section .faq-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

/* FAQ ITEM */
.faq-section .faq-item {
  background: #eef2f3;
  border-radius: 6px;
  margin-bottom: 18px;
}

/* QUESTION */
.faq-section .faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS / MINUS ICON */
.faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 22px;
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

/* ANSWER */
.faq-section .faq-item p {
  padding: 0 22px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */