.elementor-6161 .elementor-element.elementor-element-cc962e9{--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-6161 .elementor-element.elementor-element-69aec04{--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-6161 .elementor-element.elementor-element-9faa4f2{--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-6161 .elementor-element.elementor-element-76452d0{--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-6161 .elementor-element.elementor-element-efdb1e6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6161 .elementor-element.elementor-element-7a65e48{--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-6161 .elementor-element.elementor-element-6da734f{--e-image-carousel-slides-to-show:1;}.elementor-6161 .elementor-element.elementor-element-770095c{--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-6161 .elementor-element.elementor-element-b48e367{padding:100px 0px 100px 0px;}.elementor-6161 .elementor-element.elementor-element-7fc1285{--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-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6161 .elementor-element.elementor-element-d78b8a3 .elementor-button{background-color:#0161FF;}.elementor-6161 .elementor-element.elementor-element-d78b8a3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6161 .elementor-element.elementor-element-0e1c394{--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-6161 .elementor-element.elementor-element-94e559c{--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-6161 .elementor-element.elementor-element-8f42c12 .elementor-button{background-color:#0161FF;}.elementor-6161 .elementor-element.elementor-element-8f42c12{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(min-width:768px){.elementor-6161 .elementor-element.elementor-element-7a65e48{--width:80%;}.elementor-6161 .elementor-element.elementor-element-770095c{--width:30%;}}/* Start custom CSS for html, class: .elementor-element-e9cc111 */body {
  background: #f5f7fb;
  margin: 0;
}

.project-page {
  font-family: 'Montserrat', sans-serif;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #0b2c5d, #0e3a7a);
  padding: 50px 40px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.hero h1 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 16px;
  opacity: 0.9;
}

.urgency-bar {
  margin-top: 20px;
  display: inline-block;
  padding: 14px 26px;
  background: linear-gradient(90deg, #ff8a00, #ff3d00);
  border-radius: 30px;
  font-weight: 700;
}

/* SECTIONS */
.card-section {
  background: #ffffff;
  margin-top: 35px;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.card-section h2 {
  color: #0b2c5d;
  font-weight: 800;
  margin-bottom: 18px;
}

.text {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
}

/* LISTS */
.icon-list {
  list-style: none;
  padding: 0;
}

.icon-list li {
  padding: 10px 0;
  color: #000000;
  font-weight: 500;
}

/* TABLE */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.price-table thead {
  background: #0b2c5d;
  color: #ffffff;
}

.price-table th,
.price-table td {
  padding: 14px;
  text-align: left;
}

.price-table tbody tr:nth-child(even) {
  background: #f1f4f9;
}

/* CTA */
.cta {
  margin-top: 40px;
  background: linear-gradient(90deg, #ff8a00, #ff3d00);
  color: #ffffff;
  text-align: center;
  padding: 28px;
  border-radius: 20px;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(255,138,0,0.35);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b48e367 */.visit-form-box {
  background: linear-gradient(135deg, #eef4ff, #f9fbff);
  padding: 30px 26px;
  border-radius: 22px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.15);
  font-family: 'Montserrat', sans-serif;
  border: 1px solid rgba(79,140,255,0.15);
}

/* Input fields */
.visit-form-box input,
.visit-form-box textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid #d6e2ff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  transition: all 0.3s ease;
}

/* Focus effect */
.visit-form-box input:focus,
.visit-form-box textarea:focus {
  outline: none;
  border-color: #4f8cff;
  box-shadow: 0 0 0 3px rgba(79,140,255,0.2);
}

/* Placeholder text */
.visit-form-box ::placeholder {
  color: #7b8fb5;
  font-weight: 500;
}

/* Submit button */
.visit-form-box button,
.visit-form-box input[type="submit"] {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2f5cff, #4f8cff);
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.4px;
  box-shadow: 0 18px 35px rgba(47,92,255,0.4);
  transition: all 0.3s ease;
}

/* Button hover */
.visit-form-box button:hover,
.visit-form-box input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px rgba(47,92,255,0.5);
}

/* Small trust text (optional if exists) */
.visit-form-box .form-note {
  font-size: 12px;
  color: #5f6f94;
  margin-top: 10px;
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fad030 */.more-units-strip {
  margin-top: 30px;
  padding: 16px 22px;
  background: linear-gradient(90deg, #ffb347, #ff7a18);
  color: #1a1a1a;
  border-radius: 14px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}

.more-units-strip span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* {
  font-family: 'Montserrat', sans-serif;
}

/* HERO */
.hero-section {
  background: linear-gradient(135deg,#0b2c5d,#0e3a7a);
  padding: 60px 30px;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

.hero-section h1 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
}

.hero-sub {
  color: #dbe8ff;
  margin-top: 10px;
}

.hero-pill {
  margin-top: 25px;
  background: linear-gradient(90deg,#ff8a00,#ff3d00);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 700;
  display: inline-block;
}

/* LIGHT SECTION */
.light-section {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  margin-top: 40px;
}

/* HEADINGS */
.dark-heading {
  color: #000000;
  font-weight: 800;
  margin-bottom: 20px;
}

/* CARDS */
.card-section {
  margin-top: 50px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 20px;
}

.info-card {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 14px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

/* TABLE */
.table-section {
  margin-top: 50px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

thead th {
  background: #0b2c5d;
  color: #ffffff;
  padding: 14px;
  text-align: left;
}

tbody td {
  padding: 14px;
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

/* URGENCY STRIP */
.urgency-strip {
  margin-top: 40px;
  background: linear-gradient(90deg,#ff8a00,#ff3d00);
  color: #ffffff;
  padding: 16px;
  border-radius: 40px;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(255,138,0,0.35);
}/* End custom CSS */