.elementor-1810 .elementor-element.elementor-element-5b25d67{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1810 .elementor-element.elementor-element-ae4bd73{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}.elementor-1810 .elementor-element.elementor-element-ae4bd73:not(.elementor-motion-effects-element-type-background), .elementor-1810 .elementor-element.elementor-element-ae4bd73 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1810 .elementor-element.elementor-element-9ac38cf{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}.elementor-1810 .elementor-element.elementor-element-9ac38cf:not(.elementor-motion-effects-element-type-background), .elementor-1810 .elementor-element.elementor-element-9ac38cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F5F3;}.elementor-1810 .elementor-element.elementor-element-c04fb8f{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}.elementor-1810 .elementor-element.elementor-element-c04fb8f:not(.elementor-motion-effects-element-type-background), .elementor-1810 .elementor-element.elementor-element-c04fb8f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1810 .elementor-element.elementor-element-c93da32{--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;--padding-top:60px;--padding-bottom:60px;--padding-left:40px;--padding-right:40px;}.elementor-1810 .elementor-element.elementor-element-c93da32:not(.elementor-motion-effects-element-type-background), .elementor-1810 .elementor-element.elementor-element-c93da32 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(45deg, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 100%);}@media(max-width:1024px){.elementor-1810 .elementor-element.elementor-element-ae4bd73{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-1810 .elementor-element.elementor-element-9ac38cf{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-1810 .elementor-element.elementor-element-c04fb8f{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-1810 .elementor-element.elementor-element-c93da32{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-1810 .elementor-element.elementor-element-ae4bd73{--content-width:1200px;}.elementor-1810 .elementor-element.elementor-element-9ac38cf{--content-width:1200px;}.elementor-1810 .elementor-element.elementor-element-c04fb8f{--content-width:1200px;}.elementor-1810 .elementor-element.elementor-element-c93da32{--content-width:1200px;}}/* Start custom CSS for container, class: .elementor-element-5b25d67 *//* Terms Hero Section */
.terms-hero {
  min-height: 40vh;
  background: #2B2420;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  text-align: center;
}

.terms-breadcrumb {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.terms-breadcrumb a {
  color: #F7F5F3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.terms-breadcrumb a:hover {
  color: #B8873E;
}

.terms-breadcrumb .separator {
  color: #F7F5F3;
  margin: 0 8px;
}

.terms-breadcrumb .current {
  color: #F7F5F3;
}

.terms-hero-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.terms-hero-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #F7F5F3 !important; /* Added !important to override */
  line-height: 1.6;
}

.terms-hero-subtitle p {
  margin: 5px 0;
  color: #F7F5F3 !important; /* Added !important to override */
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .terms-hero {
    min-height: 35vh;
    padding: 40px 20px;
  }
  
  .terms-hero-title {
    font-size: 32px;
  }
  
  .terms-hero-subtitle {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ae4bd73 *//* Terms Introduction Section */
.terms-intro {
  max-width: 1000px;
  margin: 0 auto;
}

.terms-section-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #2B2420;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #B8873E;
}

.terms-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #3D3531;
  line-height: 1.8;
}

.terms-content p {
  margin: 0 0 20px 0;
}

.terms-company-details {
  background: #F7F5F3;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid #B8873E;
  margin-top: 30px;
}

.terms-company-details h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2B2420;
  margin: 0 0 15px 0;
}

.terms-company-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-company-details li {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.6;
}

.terms-company-details a {
  color: #B8873E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.terms-company-details a:hover {
  color: #D4782A;
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .terms-section-title {
    font-size: 24px;
  }
  
  .terms-content {
    font-size: 15px;
  }
  
  .terms-company-details {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9ac38cf *//* Terms Main Content Section */
.terms-main-content {
  max-width: 1000px;
  margin: 0 auto;
}

.terms-block {
  background: #FFFFFF;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(26, 22, 20, 0.08);
  transition: box-shadow 0.3s ease;
}

.terms-block:hover {
  box-shadow: 0 4px 16px rgba(26, 22, 20, 0.12);
}

.terms-block-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #2B2420;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #B8873E;
}

.terms-block-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #3D3531;
  line-height: 1.8;
}

.terms-block-content p {
  margin: 0 0 15px 0;
}

.terms-block-content p:last-child {
  margin-bottom: 0;
}

.terms-block-content strong {
  color: #2B2420;
  font-weight: 600;
}

.terms-block-content ul {
  margin: 15px 0 15px 20px;
  padding: 0;
}

.terms-block-content li {
  margin: 8px 0;
  line-height: 1.6;
}

.terms-block-content a {
  color: #B8873E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.terms-block-content a:hover {
  color: #D4782A;
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .terms-block {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  
  .terms-block-title {
    font-size: 20px;
  }
  
  .terms-block-content {
    font-size: 14px;
  }
  
  .terms-block-content ul {
    margin-left: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c04fb8f *//* Terms Contact Section */
.terms-contact {
  max-width: 1000px;
  margin: 0 auto;
}

.terms-contact-inner {
  text-align: center;
}

.terms-contact-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #3D3531;
  margin: 0 0 40px 0;
}

.terms-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.terms-contact-item {
  background: #F7F5F3;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.terms-contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(26, 22, 20, 0.12);
}

.terms-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #B8873E;
  border-radius: 50%;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.terms-contact-icon svg {
  width: 28px;
  height: 28px;
}

.terms-contact-details h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2B2420;
  margin: 0 0 10px 0;
}

.terms-contact-details a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #B8873E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.terms-contact-details a:hover {
  color: #D4782A;
  text-decoration: underline;
}

.terms-contact-details p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3D3531;
  line-height: 1.6;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .terms-contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .terms-contact-item {
    padding: 25px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .terms-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .terms-contact-item:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c93da32 *//* Terms Final CTA Section */
.terms-final-cta {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.terms-cta-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 15px 0;
}

.terms-cta-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 0 0 30px 0;
}

.terms-cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.terms-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: #FFFFFF;
  color: #2B2420;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.terms-cta-btn:hover {
  background: #F7F5F3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #B8873E;
}

.terms-cta-btn svg {
  width: 20px;
  height: 20px;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .terms-cta-title {
    font-size: 28px;
  }
  
  .terms-cta-text {
    font-size: 16px;
  }
  
  .terms-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  
  .terms-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    min-height: 44px;
  }
}/* End custom CSS */