@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Georgian:wght@100..900&display=swap');
body {margin: 0; padding: 0;font-family: "Roboto", sans-serif;}
p {
	font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px !important;
	color: #28282A;
	margin-bottom: 1rem;
}
a,
a:hover {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	text-decoration: none !important;
	cursor: pointer
}
button,
button:hover {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	text-decoration: none !important;
	cursor: pointer
}
h1,h2,h3,h4,h5,h6 {font-family: "Noto Serif Georgian", serif;font-weight: 600; margin: 0;}
.bannersection {
    background: url(../images/bannerbg.png) no-repeat;
    padding: 75px 15px;
    background-size: cover;
    min-height: 600px;
    color: #fff; 
}
.aboutbanner {
    background: url(../images/innerbanner.png) no-repeat;
    background-size: cover;
    color: #fff;
}
.innerbanner {
	padding: 220px 15px 120px;
	color: #fff;
}
.legalsection {
    background: url(../images/legalbg.png) no-repeat;
    padding: 75px 15px;
    background-size: cover;
    color: #fff;
}
.red-btn button {
    background: #D13349;
    border: 2px solid #D13349;
    color: #fff!important;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.red-btn button:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff!important;
    padding: 10px 20px;
    font-size: 16px;
}
.red-btns button {
    background: #D13349;
    border: 2px solid #D13349;
    color: #fff!important;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.red-btns button:hover {
    background: transparent;
    border: 2px solid #D13349;
    color: #D13349!important;
    padding: 10px 20px;
    font-size: 16px;
}
.border-btn button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff!important;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.border-btn button:hover {
    background: #D13349;
    border: 2px solid #D13349;
    color: #fff!important;
    padding: 10px 20px;
    font-size: 16px;
}
.greybg {
    background: #E9E9DB;
}
.bannerimg img {
    width: 100%;
    border-radius: 15px;
}
.blackbg {background: #1A1E25;}
.whitetext {
    color: #fff;
}
.whitetext h2 {
    color: #fff;
}
.whitetext p {
    color: #fff;
}
h2.l-line-head:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #D13349;
    width: 100px;
    height: 2px;
}
h2.l-line-head {
    position: relative;
    margin-bottom: 25px;font-size: 40px; font-weight: 600;
}
h2.cline-head:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    background: red;
    width: 100px;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    bottom: -10px;
}
h2.cline-head {
    position: relative;
    margin-bottom: 25px;
    font-size: 40px;font-weight: 600;
}
.managetext h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}
.plans img {width: 100%;}
.plans h4 {
    background: #F0F3F6;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.legalsection h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.stepper {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
    min-height: 300px;
}
.stepper h4 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 600;
}
.stepper p {
    font-size: 15px!important;
    line-height: 25px;
}
.one {
    background: #fff url(../images/01.png) no-repeat;
    background-position: 30px 30px;
}
.two {
    background: #fff url(../images/02.png) no-repeat;
    background-position: 30px 30px;
}
.three {
    background: #fff url(../images/03.png) no-repeat;
    background-position: 30px 30px;
}
.four {
    background: #fff url(../images/04.png) no-repeat;
    background-position: 30px 30px;
}
.bannertext {
    position: relative;
    bottom: 25px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    text-align: center;
}
.red-text {color: #D13349;}
.red-text a {color: #D13349;}
.legalsection p {
    color: #fff;
}
.truetick span {
    background: url(../images/redtick.png);
    background-repeat: no-repeat;
    padding-left: 30px;
}
.location {
    background: url(../images/location.png);
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-bottom: 5px;
}
.phone {
    background: url(../images/phone.png);
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-bottom: 5px;
}
.email {
    background: url(../images/email.png);
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-bottom: 5px;
}
.cinfo a {color: #333; text-decoration: none;}
.bannersection h1 {
    font-size: 50px;
    margin: 0;
    color: #fff;
}
header.site-header {
    position: fixed;
    width: 100%;
}
header.site-header.fixed {
    background: #071a35eb;
}
.header__navigation a {
    font-size: 16px!important;
    color: #fff!important;
    font-family: "Roboto", sans-serif!important;
    text-transform: uppercase!important;
}
.header__extras {display: none!important;}
.header__navigation {
    align-items: center;
    flex-direction: column!important;
    flex-grow: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: flex-end;
    margin-left: auto;
    opacity: 1;
    order: 2;
    padding-left: var(--go-navigation--padding--x,2vw);
    padding-right: 0;
    position: relative;
    text-align: right;
    visibility: visible;
}
.tright-head h6 {
	color: #fff;
	font-size: 17px;
	margin: 0;
}
.copyright {
    background: #D13349;
    text-align: center;
}
.footerbottom {
    background: #1A1E25;
    padding: 40px 0;
}
.foot h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}
.foot p {
    color: #fff;
    line-height: 25px;
}
.foot p a {
    color: #fff;
}
.foot ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot ul li {
    color: #fff;
    background: url(../images/farrow.png) no-repeat;
    padding-left: 30px;
    background-position: 0 7px;
    margin-bottom: 10px;
}
.foot ul li a {
    color: #fff;
}
.copyright p {
    padding: 5px 0;
    color: #fff;
    font-size: 15px;
}
.copyright p a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 5px;
}
.bannersection p {
    color: #fff;
}
.flocate {
    background: url(../images/flocate.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 5px;
}
.fphone {
    background: url(../images/fphone.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 5px;
}
.femail {
    background: url(../images/femail.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-bottom: 5px;
}
/* ===== Scrollbar CSS ===== */
* {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
/* Firefox */
*::-moz-scrollbar {
    width: 5px;
}

*::-moz-scrollbar-track {
    background: #ffffff;
}

*::-moz-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid transparent;
}

/* Disable the eye icon in Edge */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}
/* ===== Scrollbar CSS ===== */
.header__inner {
    padding: 25px 15px!important;
}
.header__inner {
    border-bottom: 1px solid #d9d9d938 !important;
}
.footerform br {
    display: none;
}
.footerform input, .footerform select {
    height: 45px;
}
.footerform input, .footerform select, .footerform textarea {
    margin: 0!important;
    border: 2px solid #ccc!important;
    border-radius: 10px!important;
    padding: 10px!important;
}
.footerform textarea { height: 100px;}
.footerform input[type=submit] {
    background: #D13349;
    border: none!important;
    padding: 15px 25px!important;
    height: auto!important;
}
.socialicons a {
    background: #fff;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    color: red;
}
.innerbanner h1 {
    font-size: 50px;
    margin: 0;
    color: #fff;
}
.bannertext h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #013274;
}
.cinfo h4 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
.primary-menu > li > .sub-menu {
	width: 275px;
}
/******media starts******/
@media (min-width: 320px) and (max-width: 767px) {
    .bannersection {
        padding: 75px 15px;
        background-size: cover;
        min-height: auto;
        color: #fff;
    }
    .innerbanner {
        padding: 100px 15px 100px;
        color: #fff;
        background-position: center;
    }
    .bannerimg {
        margin: 15px 0;
    }
    .legalsection h2 {
        color: #fff;
        font-size: 35px;
        margin: 0;
    }
    .foot {
        text-align: center;
    }
    .foot ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    .foot ul li {
        display: inline-block;
    }
    .foot p {
        color: #fff;
        line-height: 25px;
        display: inline-block;
    }
    .flogo {
        text-align: center;
    }
    .site-content {
        overflow: hidden;
        text-align: center;
    }
    h2.l-line-head::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        background: #D13349;
        width: 100px;
        height: 2px;
        right: 0;
        margin: 0 auto;
    }
    .managetext h2 {
        font-size: 30px;
        margin: 0;
        font-weight: 600;
    }
    h2.l-line-head {
        position: relative;
        margin-bottom: 25px;
        font-size: 30px;
        font-weight: 600;
        margin: 0 auto 20px;
        text-align: center;
    }
    h2.cline-head {
        position: relative;
        margin-bottom: 25px;
        font-size: 30px;
        font-weight: 600;
        margin: 0 auto 20px
        text-align: center;
    }
    .bannersection h1 {
        font-size: 40px;
        margin: 0;
        color: #fff;
    }
    .socialicons {
        margin-bottom: 15px;
    }
    .stepper {
        min-height: auto;
    }
    .mbtn {
        display: block!important;
    }
    .mbtn a.red-btn {
        margin: 0 auto 15px!important;
        display: inline-block;
    }
    .mbtn a.red-btns {
        margin: 0 auto 15px!important;
        display: inline-block;
    }
    .cinfo {
        text-align: left;
    }
    .cinfo h4 {
        font-size: 25px;
        margin: 0;
        font-weight: 600;
    }
    .phone {
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .email {
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .innerbanner h1 {
        font-size: 40px;
        margin: 0;
        color: #fff;
    }
  }


  @media (min-width: 768px) and (max-width: 1024px) {
    .foot h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 15px;
    }
    h2.l-line-head {
        position: relative;
        margin-bottom: 25px;
        font-size: 30px;
        font-weight: 600;
    }
    h2.cline-head {
        position: relative;
        margin-bottom: 25px;
        font-size: 30px;
        font-weight: 600;
    }
    .plans h4 {
        background: #F0F3F6;
        padding: 15px;
        border-radius: 0 0 10px 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }
    .legalsection h2 {
        color: #fff;
        font-size: 30px;
        margin: 0;
    }
    .innerbanner {
        padding: 100px 15px 100px;
        color: #fff;
    }
    .innerbanner h1 {
        font-size: 40px;
        margin: 0;
        color: #fff;
    }
    .bannersection {
        min-height: auto;
        color: #fff;
    }
    .managetext h2 {
        font-size: 30px;
        margin: 0;
        font-weight: 600;
    }
  }


/* CONTACT PAGE ONLY */
.page-template-templatescontact-php .contact-page-intro {
  padding: 48px 0 24px;
  border-bottom: 1px solid #e7e1d8;
}

.page-template-templatescontact-php .contact-page-intro__inner {
  max-width: 760px;
}

.page-template-templatescontact-php .contact-page-title {
  margin: 0 0 12px;
}

.page-template-templatescontact-php .contact-page-intro__text {
  margin: 0;
  max-width: 680px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

.page-template-templatescontact-php .contact-page-main {
  padding: 36px 0 64px;
}

.page-template-templatescontact-php .contact-page-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: 36px;
  align-items: start;
}

.page-template-templatescontact-php .contact-form-card,
.page-template-templatescontact-php .contact-sidebar-card {
  background: #fff;
  border: 1px solid #e2dbd1;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.page-template-templatescontact-php .contact-form-card {
  padding: 32px;
}

.page-template-templatescontact-php .contact-sidebar-card {
  overflow: hidden;
}

.page-template-templatescontact-php .contact-form-card h2,
.page-template-templatescontact-php .contact-sidebar-card h3 {
  margin-top: 0;
}

.page-template-templatescontact-php .contact-form-card h2 {
  margin-bottom: 24px;
}

.page-template-templatescontact-php .contact-sidebar-card__inner {
  padding: 28px 28px 24px;
}

.page-template-templatescontact-php .contact-sidebar-card h3 {
  margin-bottom: 22px;
  font-size: 1.2rem;
}

.page-template-templatescontact-php .contact-sidebar-item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ece6dd;
}

.page-template-templatescontact-php .contact-sidebar-item:last-of-type {
  margin-bottom: 20px;
}

.page-template-templatescontact-php .contact-sidebar-item__label {
  margin-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b6258;
}

.page-template-templatescontact-php .contact-sidebar-item__value,
.page-template-templatescontact-php .contact-sidebar-item__value a {
  color: #1f1f1f;
  text-decoration: none;
  line-height: 1.7;
}

.page-template-templatescontact-php .contact-sidebar-item__value a:hover {
  text-decoration: underline;
}

.page-template-templatescontact-php .contact-sidebar-card__cta {
  margin-top: 4px;
}

.page-template-templatescontact-php .contact-sidebar-card__cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
}

.page-template-templatescontact-php .contact-map {
  border-top: 1px solid #e2dbd1;
}

.page-template-templatescontact-php .contact-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

/* CF7 styling */
.page-template-templatescontact-php .contact-form-wrap .wpcf7 form {
  margin: 0;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-grid {
  display: block;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.page-template-templatescontact-php .contact-form-wrap label {
  display: block;
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #1f1f1f;
}

.page-template-templatescontact-php .contact-form-wrap input[type="text"],
.page-template-templatescontact-php .contact-form-wrap input[type="email"],
.page-template-templatescontact-php .contact-form-wrap input[type="tel"],
.page-template-templatescontact-php .contact-form-wrap select,
.page-template-templatescontact-php .contact-form-wrap textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #cfc8bc;
  border-radius: 6px;
  background-color: #fff;
  color: #222;
  box-sizing: border-box;
  box-shadow: none;
}

.page-template-templatescontact-php .contact-form-wrap textarea {
  min-height: 150px;
  resize: vertical;
}

.page-template-templatescontact-php .contact-form-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

.page-template-templatescontact-php .contact-form-wrap input:focus,
.page-template-templatescontact-php .contact-form-wrap select:focus,
.page-template-templatescontact-php .contact-form-wrap textarea:focus {
  outline: none;
  border-color: #a79a86;
  box-shadow: 0 0 0 2px rgba(167, 154, 134, 0.12);
}

.page-template-templatescontact-php .contact-form-wrap .cf7-full {
  margin-bottom: 20px;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-radio-group .wpcf7-list-item {
  margin: 0;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-radio-group .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-note {
  margin: 10px 0 22px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a5a5a;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-submit {
  min-height: 50px;
  padding: 12px 22px;
}
.page-template-templatescontact-php .contact-form-wrap .wpcf7-spinner {
  margin: 10px 0 0 12px;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 0.88rem;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
  .page-template-templatescontact-php .contact-page-intro {
    padding: 40px 0 22px;
  }

  .page-template-templatescontact-php .contact-page-main {
    padding: 28px 0 52px;
  }

  .page-template-templatescontact-php .contact-page-main__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-template-templatescontact-php .contact-map iframe {
    height: 260px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .page-template-templatescontact-php .contact-page-title {
    margin-bottom: 10px;
  }

  .page-template-templatescontact-php .contact-page-intro__text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .page-template-templatescontact-php .contact-form-card,
  .page-template-templatescontact-php .contact-sidebar-card__inner {
    padding: 22px;
  }

  .page-template-templatescontact-php .contact-form-wrap .cf7-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-template-templatescontact-php .contact-map iframe {
    height: 220px;
  }

  .page-template-templatescontact-php .contact-form-card h2 {
    margin-bottom: 20px;
  }
}
/* =========================
   CONTACT PAGE CLEANUP
   ========================= */

.page-template-templatescontact-php .footersection > .container-fluid > .row:first-child {
  display: none;
}

.page-template-templatescontact-php .contact-page-intro {
  padding: 42px 0 22px;
  border-bottom: 1px solid #e7e1d8;
}

.page-template-templatescontact-php .contact-page-intro__inner {
  max-width: 760px;
}

.page-template-templatescontact-php .contact-page-title {
  margin: 0 0 12px;
}

.page-template-templatescontact-php .contact-page-intro__text {
  margin: 0;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

.page-template-templatescontact-php .contact-page-main {
  padding: 32px 0 60px;
}

.page-template-templatescontact-php .contact-page-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: 36px;
  align-items: start;
}

.page-template-templatescontact-php .contact-form-card,
.page-template-templatescontact-php .contact-sidebar-card {
  background: #fff;
  border: 1px solid #e2dbd1;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.page-template-templatescontact-php .contact-form-card {
  padding: 32px;
}

.page-template-templatescontact-php .contact-sidebar-card {
  overflow: hidden;
}

.page-template-templatescontact-php .contact-form-card h2,
.page-template-templatescontact-php .contact-sidebar-card h3 {
  margin-top: 0;
}

.page-template-templatescontact-php .contact-form-card h2 {
  margin-bottom: 22px;
}

.page-template-templatescontact-php .contact-sidebar-card__inner {
  padding: 28px 28px 24px;
}

.page-template-templatescontact-php .contact-sidebar-card h3 {
  margin-bottom: 22px;
  font-size: 1.2rem;
}

.page-template-templatescontact-php .contact-sidebar-item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ece6dd;
}

.page-template-templatescontact-php .contact-sidebar-item:last-of-type {
  margin-bottom: 20px;
}

.page-template-templatescontact-php .contact-sidebar-item__label {
  margin-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b6258;
}

.page-template-templatescontact-php .contact-sidebar-item__value,
.page-template-templatescontact-php .contact-sidebar-item__value a {
  color: #1f1f1f;
  text-decoration: none;
  line-height: 1.7;
}

.page-template-templatescontact-php .contact-sidebar-item__value a:hover {
  text-decoration: underline;
}

.page-template-templatescontact-php .contact-sidebar-card__cta {
  margin-top: 6px;
}

.page-template-templatescontact-php .contact-sidebar-card__cta .btn,
.page-template-templatescontact-php .contact-sidebar-card__cta .red-btns {
  background: #c84553 !important;
  border: 1px solid #c84553 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 12px 20px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.page-template-templatescontact-php .contact-sidebar-card__cta .btn:hover,
.page-template-templatescontact-php .contact-sidebar-card__cta .red-btns:hover {
  background: #b63a48 !important;
  border-color: #b63a48 !important;
}

.page-template-templatescontact-php .contact-map {
  border-top: 1px solid #e2dbd1;
}

.page-template-templatescontact-php .contact-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}

/* Form */
.page-template-templatescontact-php .contact-form-wrap .wpcf7 form {
  margin: 0;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-grid {
  display: block;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 18px;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-full {
  margin-bottom: 18px;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-row > div,
.page-template-templatescontact-php .contact-form-wrap .cf7-full {
  min-width: 0;
}

.page-template-templatescontact-php .contact-form-wrap p {
  margin: 0;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.page-template-templatescontact-php .contact-form-wrap label {
  display: block;
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: #1f1f1f;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-field-label {
  margin: 0 0 10px;
  font-size: 0.98rem;
  font-weight: 600;
  color: #1f1f1f;
}

.page-template-templatescontact-php .contact-form-wrap input[type="text"],
.page-template-templatescontact-php .contact-form-wrap input[type="email"],
.page-template-templatescontact-php .contact-form-wrap input[type="tel"],
.page-template-templatescontact-php .contact-form-wrap select,
.page-template-templatescontact-php .contact-form-wrap textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #cfc8bc;
  border-radius: 6px;
  background-color: #fff;
  color: #222;
  box-sizing: border-box;
  box-shadow: none;
}

.page-template-templatescontact-php .contact-form-wrap textarea {
  min-height: 150px;
  resize: vertical;
}

.page-template-templatescontact-php .contact-form-wrap select {
  appearance: auto;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  background-image: none;
}

.page-template-templatescontact-php .contact-form-wrap input:focus,
.page-template-templatescontact-php .contact-form-wrap select:focus,
.page-template-templatescontact-php .contact-form-wrap textarea:focus {
  outline: none;
  border-color: #a79a86;
  box-shadow: 0 0 0 2px rgba(167, 154, 134, 0.12);
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-radio {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  cursor: pointer;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: #c84553;
}

.page-template-templatescontact-php .contact-form-wrap .cf7-note {
  margin: 12px 0 22px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a5a5a;
}

.page-template-templatescontact-php .contact-form-wrap input.wpcf7-submit,
.page-template-templatescontact-php .contact-form-wrap .wpcf7-submit.btn,
.page-template-templatescontact-php .contact-form-wrap .wpcf7-submit.red-btns,
.page-template-templatescontact-php .contact-form-wrap .wpcf7-submit.btn.red-btns {
  background: #c84553 !important;
  border: 1px solid #c84553 !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 12px 24px;
  min-height: 50px;
  box-shadow: none;
}

.page-template-templatescontact-php .contact-form-wrap input.wpcf7-submit:hover,
.page-template-templatescontact-php .contact-form-wrap .wpcf7-submit.btn:hover,
.page-template-templatescontact-php .contact-form-wrap .wpcf7-submit.red-btns:hover,
.page-template-templatescontact-php .contact-form-wrap .wpcf7-submit.btn.red-btns:hover {
  background: #b63a48 !important;
  border-color: #b63a48 !important;
  color: #fff !important;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-spinner {
  margin: 10px 0 0 12px;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 0.9rem;
}

.page-template-templatescontact-php .contact-form-wrap .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
  .page-template-templatescontact-php .contact-page-main__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-template-templatescontact-php .contact-map iframe {
    height: 260px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .page-template-templatescontact-php .contact-page-intro {
    padding: 34px 0 20px;
  }

  .page-template-templatescontact-php .contact-page-main {
    padding: 24px 0 48px;
  }

  .page-template-templatescontact-php .contact-form-card,
  .page-template-templatescontact-php .contact-sidebar-card__inner {
    padding: 22px;
  }

  .page-template-templatescontact-php .contact-form-wrap .cf7-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-template-templatescontact-php .contact-map iframe {
    height: 220px;
  }
}
/* Shared CF7 radio fix for forms using the same markup site-wide */
.cf7-radio-group {
  position: relative;
  z-index: 2;
}

.wpcf7-radio {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  cursor: pointer;
  pointer-events: auto;
}

.wpcf7-radio input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 !important;
  opacity: 1 !important;
  position: static !important;
  pointer-events: auto !important;
  accent-color: #c84553;
}
/* =========================
   HOME PAGE TESTIMONIALS
   File: lawfirm.css
   ========================= */

.testimonials-section {
  padding: 60px 0;
  background: #E9E9DB;
}

.testimonials-section h2 {
  text-align: center;
  margin-bottom: 36px;
}

.testimonials-source {
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #b08d57;
  margin-bottom: 10px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.testimonial {
  background: #fff;
  border: 1px solid #e2dbd1;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.testimonial p {
  margin-bottom: 14px;
  line-height: 1.7;
}

.testimonial span {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #122b46;
}

@media (max-width: 991px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding: 48px 0;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 40px 0;
  }

  .testimonial {
    padding: 20px;
  }

  .testimonials-section h2 {
    margin-bottom: 28px;
  }
}