/* prosomo.css */

.my_responsibid_btn button {
    background-color: #494949 !important;
    border-radius: 0 !important;
    color: #20a9e3 !important;
    padding: 8px 15px !important;
    font-size: 15px !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
}

@media (max-width: 1199px) {
    .my_responsibid_btn button {
        font-size: 12px !important;
    }
}

.header__flex {
    align-items: center !important;
}

@media only screen and (max-width : 767px) {

    .header__branding .header__branding-logo {
        max-height: 60px !important;
    }

    .sticky-wrapper {
        height: 107px !important;
    }

}


@media only screen and (max-width : 474px) {
    .header__flex {
        flex-wrap: wrap !important;
    }

    .header__branding {
        margin-left: -10px !important;
    }

    .header__branding .header__branding-logo {
        max-width: 77px !important;
    }

    .sticky-wrapper {
        height: 54px !important;
    }


}


.mobile__nav-header a img {
    width: auto;
}

.header__branding .header__branding-logo {
    width: auto !important;
    height: auto !important;

}

/* two_buttons */

.two_buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    row-gap: 12px;
    column-gap: 12px;
    margin-top: 45px;
}

.two_buttons br {
    display: none;
}

.two_buttons.two_buttons_row {
    flex-direction: row;
}

.two_buttons.two_buttons_col {
    flex-direction: column;
}

.two_buttons.two_buttons_wrap {
    flex-wrap: wrap;
}

.two_buttons.two_buttons_start {
    justify-content: flex-start;
}

/* CTA online quote */

.page-id-1383 #module_9 .content-area__button {
    margin-top: 0 !important;
}

/*form style*/
/* Compact Gravity Form styling (Form ID 5) */
#gform_wrapper_5 {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 600px;
}

#gform_wrapper_5 input[type="text"],
#gform_wrapper_5 input[type="email"],
#gform_wrapper_5 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#gform_wrapper_5 input:focus,
#gform_wrapper_5 select:focus {
  border-color: #204ce5;
  box-shadow: 0 0 0 3px rgba(32,76,229,0.2);
  outline: none;
}

#gform_wrapper_5 .gform_footer {
  margin-top: 10px;
}

#gform_wrapper_5 .gform_button {
  background: #204ce5;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

#gform_wrapper_5 .gform_button:hover {
  background: #001AB3;
}

#gform_wrapper_5 .gform_button:active {
  transform: translateY(1px);
}
/*WidgetTitle*/
.widget__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding-top: 20px;
  font-weight: 600;
  color: #0A2C55; /* Deep Navy from logo */
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: none;       /* remove old heavy underline */
  display: inline-block;
  position: relative;
}

.widget__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #27AAE1, #0A2C55); /* brand gradient */
  border-radius: 2px;
  margin-top: 6px;
}
/*TrustWidget*/
.nj-trust-widget {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 600px;
}
/*SideBar*/
.sidebar {
  padding-left: 40px;
	background:none!important;
}
/*BlogPosts*/
.blog__posts {
  padding-right: 53px;
  padding-top:40px;
}
.revised-line img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 6px;
}

.shorter_message_box textarea {
  height: 70px !important;
}



#popmake-5113 #gform_submit_button_2 {
  background-color: #20a9e3 !important;
  border-color: #20a9e3 !important;
}

#popmake-5113 #gform_submit_button_2:hover,
#popmake-5113 #gform_submit_button_2:focus,
#popmake-5113 #gform_submit_button_2:active {
  background-color: #1b8cc4 !important;
  border-color: #1b8cc4 !important;
}

#popmake-5113 .pum-close {
  background-color: #20a9e3 !important;
}

#popmake-5113 .pum-close:hover,
#popmake-5113 .pum-close:focus,
#popmake-5113 .pum-close:active {
  background-color: #1b8cc4 !important;
}

/* mobile_footer */

.mobile_footer {
    display: none;
}

@media only screen and (max-width : 767px) {

  .footer-layout {
    padding-bottom: 53px;
    background-color: #05274a;
  }


  .mobile_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #05274a;
    border-top: 1px solid #fff;
    z-index: 1000;
  }

  .mobile_footer a {
    display: block;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    padding: 12px;
  }

  .mobile_footer svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin-right: 9px;
    transform: translateY(4px);
  }

  .olark-launch-button-wrapper.olark-text-button {
    transform: translateY(-47px);
  }
}