.elementor-16 .elementor-element.elementor-element-d6f8367{--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;}.elementor-16 .elementor-element.elementor-element-a44e8a1{width:100%;max-width:100%;}.elementor-16 .elementor-element.elementor-element-a44e8a1 > .elementor-widget-container{margin:-19px -11px 0px -11px;}.elementor-16 .elementor-element.elementor-element-b43272f{--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;}.elementor-16 .elementor-element.elementor-element-dc39386{width:100%;max-width:100%;}.elementor-16 .elementor-element.elementor-element-b54a068{--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;}.elementor-16 .elementor-element.elementor-element-c833250{width:100%;max-width:100%;}.elementor-16 .elementor-element.elementor-element-c833250 > .elementor-widget-container{margin:-21px -11px 0px -11px;}.elementor-16 .elementor-element.elementor-element-dff996b{--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;}.elementor-16 .elementor-element.elementor-element-4ce0211{width:100%;max-width:100%;}.elementor-16 .elementor-element.elementor-element-4ce0211 > .elementor-widget-container{margin:-21px -11px 0px -11px;}.elementor-16 .elementor-element.elementor-element-f681900{--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;}.elementor-16 .elementor-element.elementor-element-912fac8{width:100%;max-width:100%;}.elementor-16 .elementor-element.elementor-element-912fac8 > .elementor-widget-container{margin:-20px -11px 0px -11px;}.elementor-16 .elementor-element.elementor-element-54c9c2e{--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;}.elementor-16 .elementor-element.elementor-element-580ba5f{--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;}.elementor-16 .elementor-element.elementor-element-b4073b4{width:100%;max-width:100%;}.elementor-16 .elementor-element.elementor-element-b4073b4 > .elementor-widget-container{margin:-30px -11px 0px -11px;}/* Start custom CSS for html, class: .elementor-element-a44e8a1 *//* Existing styles remain same till hero-content */

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 100%;
  padding: 0 20px;
}

/* New Blur Background Box */
.text-box {
  display: inline-block;
  padding: 40px 30px;
  backdrop-filter: blur(10px);
  background:#f0f8fa;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 10px solid rgba(255, 255, 255, 0.2);
  margin: auto;
  transition: transform 0.3s ease;
}

.text-box:hover {
  transform: translateY(-5px);
}

/* Responsive Padding */
@media (max-width: 768px) {
  .text-box {
    padding: 30px 20px;
    border-radius: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc39386 *//* 💼 Lead Form Styling */
.croquis-lead-form {
  background: #f8f8f8;
  padding: 60px 30px;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 10px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.07);
  max-width: 900px;
  margin: auto;
}

.croquis-lead-form h2 {
  text-align: center;
  font-size: 30px;
  color: #b71c1c;
  margin-bottom: 40px;
  font-weight: 700;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  color: #333;
  font-weight: 600;
  font-size: 15px;
}

.form-group input,
.form-group select {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #b71c1c;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-group button {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-group button:hover {
  background-color: #1ebe5d;
}

@media (max-width: 600px) {
  .form-group.full-width {
    grid-column: span 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c833250 *//* About Us Section Styling */
#about-us {
    background: linear-gradient(to right, #f8f9fa, #e9ecef); /* Soft gradient for depth */
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    position: relative;
}

#about-us h2 {
    text-align:center;
    font-size: 42px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

#about-us h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #c5a47e; /* Elegant gold line */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#about-us p {
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
    text-align: left;
    letter-spacing: 0.5px;
}

#about-us strong {
    color: #c5a47e;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #about-us h2 {
        font-size: 30px;
    }

    #about-us p {
        font-size: 15px;
        padding: 0 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ce0211 *//* 🔥 Why Croquis Hub - Stylish CSS */
#why-croquis-hub {
  padding: 60px 20px;
  background: linear-gradient(to right, #fdfcfb, #e2d1c3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#why-croquis-hub h2 {
  text-align: center;
  font-size: 36px;
  color: #b71c1c;
  margin-bottom: 30px;
  position: relative;
  font-weight: 700;
}

#why-croquis-hub h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #b71c1c;
  margin: 10px auto 0;
  border-radius: 2px;
}

#why-croquis-hub p {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

/* 📱 Responsive Design */
@media (max-width: 768px) {
  #why-croquis-hub h2 {
    font-size: 28px;
  }

  #why-croquis-hub p {
    font-size: 16px;
    padding: 0 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-912fac8 *//* 💎 Our Services - Premium Look */
#our-services {
  background: linear-gradient(to right, #f5f5f5, #fff);
  padding: 70px 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.03);
}

#our-services h2 {
  font-size: 38px;
  color: #b71c1c;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
}

#our-services h2::after {
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: #b71c1c;
  margin: 10px auto 0;
  border-radius: 2px;
}

#our-services p {
  max-width: 960px;
  margin: 0 auto 25px;
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  text-align: center;
}

/* 🌟 Styled List with Icons */
#our-services ul {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding-left: 0;
  list-style: none;
}

#our-services ul li {
  position: relative;
  padding: 15px 20px 15px 50px;
  margin-bottom: 20px;
  background: #fff;
  border-left: 4px solid #b71c1c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  transition: all 0.3s ease;
}

#our-services ul li::before {
  content: \"\\f00c\"; /* FontAwesome check icon */
  font-family: \"Font Awesome 6 Free\";
  font-weight: 900;
  color: #b71c1c;
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 18px;
}

#our-services ul li:hover {
  background-color: #fff8f5;
  transform: translateY(-3px);
}

/* 📱 Responsive Styles */
@media (max-width: 768px) {
  #our-services h2 {
    font-size: 28px;
  }

  #our-services p {
    font-size: 15px;
    padding: 0 10px;
  }

  #our-services ul li {
    font-size: 15px;
    padding: 12px 16px 12px 45px;
  }

  #our-services ul li::before {
    top: 14px;
    left: 15px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4073b4 *//* Services Section */
.services-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    padding: 100px 20px;
    background: linear-gradient(to bottom right, #f8f9fa, #eef0f3);
    font-family: 'Lora', serif;
}

/* Service Card Style */
.service-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    padding: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-left: 4px solid #a87c54;
    text-align: center;
}

/* Floating Effect */
.floating:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Heading */
.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Paragraph */
.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

/* Read More Button */
.btn-read-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #a87c54;
    text-decoration: none;
    border: 1px solid #a87c54;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    background-color: #a87c54;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .service-card h3 {
        font-size: 20px;
    }

    .service-card p {
        font-size: 14px;
    }
}/* End custom CSS */