.elementor-287 .elementor-element.elementor-element-0260a8e{--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-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-287 .elementor-element.elementor-element-e4a9e4e{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-287 .elementor-element.elementor-element-e4a9e4e .elementor-divider-separator{width:100%;}.elementor-287 .elementor-element.elementor-element-e4a9e4e .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-287 .elementor-element.elementor-element-b67da6a{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-287 .elementor-element.elementor-element-4df1284{font-family:"Georgia", Sans-serif;font-weight:400;color:#000000;}.elementor-287 .elementor-element.elementor-element-c23e687{--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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-287 .elementor-element.elementor-element-b200bf4 .elementor-heading-title{color:#0070FF;}.elementor-287 .elementor-element.elementor-element-7d53c12{--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-287 .elementor-element.elementor-element-a00372b{--display:flex;}.elementor-287 .elementor-element.elementor-element-2e53460{--display:flex;}.elementor-287 .elementor-element.elementor-element-27bbcd0{--display:flex;}.elementor-287 .elementor-element.elementor-element-d4f597c{--display:flex;}.elementor-287 .elementor-element.elementor-element-a59b798{--display:flex;}.elementor-287 .elementor-element.elementor-element-b7b04e4{--display:flex;}.elementor-287 .elementor-element.elementor-element-46de568{--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-287 .elementor-element.elementor-element-f9d0470{font-family:"Georgia", Sans-serif;font-weight:400;color:#000000;}.elementor-287 .elementor-element.elementor-element-e3301bf{--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-287 .elementor-element.elementor-element-4747dd1{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-287 .elementor-element.elementor-element-4747dd1 .elementor-divider-separator{width:100%;}.elementor-287 .elementor-element.elementor-element-4747dd1 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-287 .elementor-element.elementor-element-68b8ed4{--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-287 .elementor-element.elementor-element-68b8ed4:not(.elementor-motion-effects-element-type-background), .elementor-287 .elementor-element.elementor-element-68b8ed4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-287 .elementor-element.elementor-element-371711a{font-family:"Georgia", Sans-serif;font-weight:400;color:#000000;}/* Start custom CSS for html, class: .elementor-element-5005b1b *//* Box container */
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  background: #e2e2e2;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Left section */
.box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 15px;
}

.box-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* Center section */
.box-center {
  flex: 2 1 300px;
  padding: 0 20px;
}

.box-center h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.box-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.box-center ul li {
  margin: 6px 0;
}

/* Right section */
.box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 150px;
  text-align: center;
}

.rating h2 {
  font-size: 1.6rem;
  margin: 0;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin: 4px 0;
}

.rating a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.visit-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.visit-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
    text-align: center;
  }

  .box-center {
    padding: 10px 0;
  }

  .visit-btn {
    width: 100%;
    max-width: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-893c720 *//* Box container */
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  background: #e2e2e2;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Left section */
.box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 15px;
}

.box-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* Center section */
.box-center {
  flex: 2 1 300px;
  padding: 0 20px;
}

.box-center h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.box-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.box-center ul li {
  margin: 6px 0;
}

/* Right section */
.box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 150px;
  text-align: center;
}

.rating h2 {
  font-size: 1.6rem;
  margin: 0;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin: 4px 0;
}

.rating a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.visit-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.visit-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
    text-align: center;
  }

  .box-center {
    padding: 10px 0;
  }

  .visit-btn {
    width: 100%;
    max-width: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a63d370 *//* Box container */
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  background: #e2e2e2;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Left section */
.box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 15px;
}

.box-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* Center section */
.box-center {
  flex: 2 1 300px;
  padding: 0 20px;
}

.box-center h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.box-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.box-center ul li {
  margin: 6px 0;
}

/* Right section */
.box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 150px;
  text-align: center;
}

.rating h2 {
  font-size: 1.6rem;
  margin: 0;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin: 4px 0;
}

.rating a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.visit-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.visit-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
    text-align: center;
  }

  .box-center {
    padding: 10px 0;
  }

  .visit-btn {
    width: 100%;
    max-width: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb76307 *//* Box container */
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  background: #e2e2e2;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Left section */
.box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 15px;
}

.box-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* Center section */
.box-center {
  flex: 2 1 300px;
  padding: 0 20px;
}

.box-center h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.box-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.box-center ul li {
  margin: 6px 0;
}

/* Right section */
.box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 150px;
  text-align: center;
}

.rating h2 {
  font-size: 1.6rem;
  margin: 0;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin: 4px 0;
}

.rating a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.visit-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.visit-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
    text-align: center;
  }

  .box-center {
    padding: 10px 0;
  }

  .visit-btn {
    width: 100%;
    max-width: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-322c398 *//* Box container */
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  background: #e2e2e2;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Left section */
.box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 15px;
}

.box-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* Center section */
.box-center {
  flex: 2 1 300px;
  padding: 0 20px;
}

.box-center h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.box-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.box-center ul li {
  margin: 6px 0;
}

/* Right section */
.box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 150px;
  text-align: center;
}

.rating h2 {
  font-size: 1.6rem;
  margin: 0;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin: 4px 0;
}

.rating a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.visit-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.visit-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
    text-align: center;
  }

  .box-center {
    padding: 10px 0;
  }

  .visit-btn {
    width: 100%;
    max-width: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c60d1c *//* Box container */
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  background: #e2e2e2;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Left section */
.box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 15px;
}

.box-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* Center section */
.box-center {
  flex: 2 1 300px;
  padding: 0 20px;
}

.box-center h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.box-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.box-center ul li {
  margin: 6px 0;
}

/* Right section */
.box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 150px;
  text-align: center;
}

.rating h2 {
  font-size: 1.6rem;
  margin: 0;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin: 4px 0;
}

.rating a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.visit-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.visit-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
    text-align: center;
  }

  .box-center {
    padding: 10px 0;
  }

  .visit-btn {
    width: 100%;
    max-width: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c496df4 *//* Box container */
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  background: #e2e2e2;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Left section */
.box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 15px;
}

.box-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* Center section */
.box-center {
  flex: 2 1 300px;
  padding: 0 20px;
}

.box-center h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.box-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.box-center ul li {
  margin: 6px 0;
}

/* Right section */
.box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 150px;
  text-align: center;
}

.rating h2 {
  font-size: 1.6rem;
  margin: 0;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin: 4px 0;
}

.rating a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.visit-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.visit-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
    text-align: center;
  }

  .box-center {
    padding: 10px 0;
  }

  .visit-btn {
    width: 100%;
    max-width: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd6e63d *//* Box container */
.pricing-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  background: #e2e2e2;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Left section */
.box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 15px;
}

.box-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

/* Center section */
.box-center {
  flex: 2 1 300px;
  padding: 0 20px;
}

.box-center h4 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
}

.box-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
}

.box-center ul li {
  margin: 6px 0;
}

/* Right section */
.box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 150px;
  text-align: center;
}

.rating h2 {
  font-size: 1.6rem;
  margin: 0;
}

.stars {
  color: #ffc107;
  font-size: 1.1rem;
  margin: 4px 0;
}

.rating a {
  color: #007bff;
  text-decoration: none;
  font-size: 0.9rem;
}

.visit-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}

.visit-btn:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
    text-align: center;
  }

  .box-center {
    padding: 10px 0;
  }

  .visit-btn {
    width: 100%;
    max-width: 250px;
  }
}/* End custom CSS */