.elementor-1046 .elementor-element.elementor-element-fc92a2d{--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-1046 .elementor-element.elementor-element-0e8de31{--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:50px;--padding-bottom:50px;--padding-left:100px;--padding-right:100px;}.elementor-1046 .elementor-element.elementor-element-b20169e{--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;--gap:15px 15px;--row-gap:15px;--column-gap:15px;--padding-top:0px;--padding-bottom:0px;--padding-left:100px;--padding-right:100px;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-1046 .elementor-element.elementor-element-d72ba3e .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-1046 .elementor-element.elementor-element-d72ba3e .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-1046 .elementor-element.elementor-element-d72ba3e{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1046 .elementor-element.elementor-element-d72ba3e .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-widget-theme-post-title .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-1046 .elementor-element.elementor-element-7232376 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:600;color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1046 .elementor-element.elementor-element-18bd11e .elementor-icon-list-icon{width:14px;}.elementor-1046 .elementor-element.elementor-element-18bd11e .elementor-icon-list-icon i{font-size:14px;}.elementor-1046 .elementor-element.elementor-element-18bd11e .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-1046 .elementor-element.elementor-element-18bd11e .elementor-icon-list-item{font-family:"Roboto", Sans-serif;font-size:15px;font-weight:400;}.elementor-1046 .elementor-element.elementor-element-59101dd .jet-listing-dynamic-image{justify-content:center;}.elementor-1046 .elementor-element.elementor-element-59101dd .jet-listing-dynamic-image__figure{align-items:center;}.elementor-1046 .elementor-element.elementor-element-59101dd .jet-listing-dynamic-image a{display:flex;justify-content:center;width:100%;}.elementor-1046 .elementor-element.elementor-element-59101dd .jet-listing-dynamic-image img{width:100%;height:500px;object-fit:cover;border-radius:10px 10px 10px 10px;}.elementor-1046 .elementor-element.elementor-element-59101dd .jet-listing-dynamic-image__caption{text-align:left;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-1046 .elementor-element.elementor-element-0e8de31{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1046 .elementor-element.elementor-element-b20169e{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1046 .elementor-element.elementor-element-59101dd .jet-listing-dynamic-image img{height:300px;object-fit:contain;}}/* Start custom CSS for post-comments, class: .elementor-element-a616a06 */.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #4a6cf7;
  box-shadow: 0 0 8px rgba(74,108,247,0.3);
  outline: none;
}

.comment-form input[type="submit"],
.comment-form button.submit {
  background-color: #4a6cf7;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background-color: #3551c7;
  transform: translateY(-2px);
}/* End custom CSS */