.elementor-10326 .elementor-element.elementor-element-92dbdab{--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-10326 .elementor-element.elementor-element-1227ad4{--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-10326 .elementor-element.elementor-element-8661844{--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-10326 .elementor-element.elementor-element-5b07b24{--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-10326 .elementor-element.elementor-element-af00d55{--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-10326 .elementor-element.elementor-element-2db432d{--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-10326 .elementor-element.elementor-element-f96b6ce{--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-10326 .elementor-element.elementor-element-04b09a4{--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-10326 .elementor-element.elementor-element-756c0f6{--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-10326 .elementor-element.elementor-element-fd44f93{--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-10326 .elementor-element.elementor-element-9503fb7{--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-10326 .elementor-element.elementor-element-0133591{--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-10326 .elementor-element.elementor-element-2bc008e{--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-10326 .elementor-element.elementor-element-95b79e6{--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-10326 .elementor-element.elementor-element-ecd0513{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b727c64 *//* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

/* HERO */
.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;

  /* 🔥 EXACT DARK GRADIENT */
  background: linear-gradient(135deg, #02122a 0%, #031d3b 40%, #000814 100%);
  color: #fff;
}

/* CONTENT */
.hero-content {
  max-width: 900px;
}

/* HEADING */
.hero h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #ffffff;
}

/* TEXT */
.hero p {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* BUTTON GROUP */
.buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* BUTTON BASE */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.25s ease;
}

/* PRIMARY BUTTON */
.btn.primary {
  background: #ff6a00; /* 🔥 exact orange */
  color: #fff;
}

.btn.primary:hover {
  background: #e65c00;
}

/* SECONDARY BUTTON */
.btn.secondary {
  background: #e5e7eb; /* 🔥 exact light grey */
  color: #111;
}

.btn.secondary:hover {
  background: #d1d5db;
}

/* ARROW */
.arrow {
  font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7f41c5 *//* SECTION */
.media-why {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.media-why h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f2a44;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* SUBTEXT */
.subtitle {
  font-size: 15px;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 50px;
}

/* CARD */
.why-card {
  background: #e5e7eb;
  padding: 14px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

/* DOT */
.dot {
  width: 6px;
  height: 6px;
  background: #f97316;
  border-radius: 50%;
  flex-shrink: 0;
}

/* CARD TEXT */
.why-card p {
  font-size: 14px;
  color: #374151;
}

/* QUOTE */
.quote {
  text-align: center;
  color: #1f2a44;
}

.quote-icon {
  font-size: 28px;
  color: #f97316;
  display: block;
  margin-bottom: 10px;
}

.quote p {
  font-style: italic;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .media-why h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81499be *//* SECTION */
.media-services {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.media-services h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 40px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.service-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px;
  text-align: left;
  transition: 0.25s ease;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.05);
}

/* TITLE */
.service-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 8px;
}

/* TEXT */
.service-card p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 6px;
}

/* HIGHLIGHT */
.service-card span {
  font-size: 13px;
  color: #f97316;
  font-weight: 500;
}

/* CTA */
.services-cta {
  margin-top: 40px;
}

.services-cta a {
  font-size: 14px;
  color: #f97316;
  text-decoration: none;
  font-weight: 500;
}

.services-cta a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67fb665 *//* SECTION */
.mediatech-solutions {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.mediatech-solutions h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 40px;
}

/* GRID */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.solution-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 26px 20px;
  text-align: left;
  transition: 0.25s ease;
}

/* HOVER */
.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.05);
}

/* ICON */
.icon {
  font-size: 26px;
  color: #f97316;
  margin-bottom: 12px;
}

/* TEXT */
.solution-card p {
  font-size: 15px;
  font-weight: 500;
  color: #1f2a44;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e778ed8 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

body {
  background: #f3f4f6;
}

/* SECTION */
.solutions {
  padding: 80px 20px;
  text-align: center;
}

/* HEADING */
.solutions h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 40px;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

/* CARD */
.card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: left;
  transition: 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.05);
}

/* ✅ ICON FIX */
.icon {
  font-size: 28px;
  color: #f97316;
  display: block;
  margin-bottom: 12px;
}

/* TEXT */
.card p {
  font-size: 15px;
  font-weight: 500;
  color: #1f2a44;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd48c0d *//* SECTION */
.why-choose {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.why-choose h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

/* SUBTITLE */
.subtitle {
  font-size: 14.5px;
  color: #6b7280;
  max-width: 650px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* GRID */
.choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.choose-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px;
  text-align: left;
  transition: 0.25s ease;
}

.choose-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.05);
}

/* ICON */
.icon {
  font-size: 24px;
  color: #f97316;
  margin-bottom: 10px;
  display: block;
}

/* TITLE */
.choose-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 6px;
}

/* TEXT */
.choose-card p {
  font-size: 13.5px;
  color: #6b7280;
}

/* BOTTOM TEXT */
.bottom-text {
  margin-top: 40px;
  font-size: 14px;
  font-style: italic;
  color: #1f2a44;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .choose-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f695b66 *//* SECTION */
.process {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.process h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 50px;
}

/* GRID */
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* CARD */
.process-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px;
  text-align: left;
  position: relative;
  transition: 0.25s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.05);
}

/* STEP CIRCLE */
.step {
  position: absolute;
  top: -12px;
  left: 18px;
  width: 28px;
  height: 28px;
  background: #f97316;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TITLE */
.process-card h3 {
  font-size: 14.5px;
  font-weight: 600;
  color: #1f2a44;
  margin-top: 10px;
  margin-bottom: 6px;
}

/* TEXT */
.process-card p {
  font-size: 13px;
  color: #6b7280;
}

/* FOOTER PILL */
.process-footer {
  margin-top: 40px;
  display: inline-block;
  background: #e5e7eb;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 13px;
  color: #374151;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bd1439 *//* SECTION */
.tech-stack {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.tech-stack h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 40px;
}

/* GRID */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* CARD */
.tech-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 14px;
  color: #374151;
  text-align: left;
  transition: 0.25s ease;
}

/* HOVER */
.tech-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4384d40 *//* SECTION */
.usecases {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.usecases h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 40px;
}

/* GRID */
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.usecase-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
  transition: 0.25s ease;
}

.usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.05);
}

/* BADGE */
.badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #fde7d3;
  color: #f97316;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* TITLE */
.usecase-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 8px;
}

/* TEXT */
.usecase-card p {
  font-size: 13.5px;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .usecase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .usecase-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6bc79f4 *//* SECTION */
.challenges {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.challenges h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 8px;
}

/* UNDERLINE */
.underline {
  width: 50px;
  height: 3px;
  background: #f97316;
  margin: 0 auto 40px;
  border-radius: 2px;
}

/* GRID */
.challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.challenge-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
}

/* LIST */
.challenge-card ul {
  list-style: none;
}

/* ITEM */
.challenge-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #374151;
}

/* ICON STYLE */
.challenge-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #f97316;
  color: #f97316;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .challenge-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e377419 *//* SECTION */
.benefits {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.benefits h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 8px;
}

/* UNDERLINE */
.underline {
  width: 50px;
  height: 3px;
  background: #f97316;
  margin: 0 auto 40px;
  border-radius: 2px;
}

/* GRID */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.benefit-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
}

/* LIST */
.benefit-card ul {
  list-style: none;
}

/* ITEM */
.benefit-card li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #374151;
}

/* ICON STYLE (circle check) */
.benefit-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #f97316;
  color: #f97316;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* QUOTE */
.benefit-quote {
  margin-top: 40px;
  font-size: 14px;
  font-style: italic;
  color: #1f2a44;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31c1963 *//* SECTION */
.security {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* TOP ICON */
.top-icon {
  width: 50px;
  height: 50px;
  background: #fde7d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.top-icon span {
  color: #f97316;
  font-size: 22px;
}

/* HEADING */
.security h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

/* SUBTITLE */
.subtitle {
  font-size: 14.5px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* GRID */
.security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.security-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
}

/* LIST */
.security-card ul {
  list-style: none;
}

/* ITEM */
.security-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #374151;
}

/* LOCK ICON STYLE */
.security-card li::before {
  content: "🔒";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #f97316;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .security-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33380bd *//* SECTION */
.faq {
  background: #f3f4f6;
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.faq h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 40px;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ITEM */
.faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

/* QUESTION */
.faq-question {
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2a44;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ARROW */
.arrow {
  color: #f97316;
  font-size: 14px;
  transition: 0.3s;
}

/* ANSWER */
.faq-answer {
  display: none;
  padding: 0 16px 16px;
  font-size: 13px;
  color: #6b7280;
  text-align: left;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc8bc02 *//* SECTION */
.cta {
  background: linear-gradient(180deg, #e19a74 0%, #d6b2a2 100%);
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

/* SUBTEXT */
.cta-subtitle {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.95;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #e36a2e;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #f5f5f5;
}

/* FOOTER TEXT */
.cta-footer {
  margin-top: 30px;
  font-size: 12.5px;
  color: #ffffff;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .cta h2 {
    font-size: 24px;
  }
}/* End custom CSS */