/*
Theme Name: VCC
Author: Parath  
Version: 1.0
*/

/********** Common Styles **********/
.container-fluid {
  width: 90% !important;
  margin: 0 auto;
}

.page-container {
  width: 80% !important;
  margin: 0 auto;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: "avenir-lt-pro", sans-serif;
}

.footer-container {
  width: 75% !important;
  margin: 0 auto;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: none !important;
  color: inherit;
}

main {
  background-color: #231f20;
  color: #fff;
}

.primary-color {
  color: #ee1d27 !important;
  transform: none;
  transition: none;
}

.secondary-color {
  color: #728c9f !important;
}

.primary-heading {
  font-size: 43px;
  font-weight: 300;
}

.secondary-heading {
  font-size: 19px;
  font-weight: 400;
}

.primary-dis {
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 24px;
}

.secondary-dis {
  font-size: 18px;
}

.middle-dis {
  font-size: 18px;
  font-weight: 300;
}

.submit-btn input[type="submit"] {
  border: none;
  background-color: #b11119 !important;
  padding: 0px 35px !important;
  height: 40px !important;
  font-size: 24px !important;
  color: #fff !important;
  margin-top: 10px;
  font-weight: 300;
  border-radius: 0px !important;
}

#mega-menu-wrap-header_menu
  #mega-menu-header_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  font-family: "avenir-lt-pro", sans-serif !important;
}

div#mega-menu-wrap-header_menu {
  font-family: "gill-sans-nova" !important;
}

#mega-menu-wrap-header_menu
  #mega-menu-header_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  background: rgb(50 50 50 / 15%);
}

ul.mega-sub-menu {
  margin-top: 5px !important;
}

#mega-menu-wrap-header_menu
  .mega-menu-toggle.mega-menu-open
  + #mega-menu-header_menu {
  padding-top: 10px;
  background: #222222;
}

/********** Header Styles **********/
header {
  background-color: #cdcfd0;
  padding: 35px 0 25px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-image: url(/wp-content/uploads/2026/02//VCC-header-bg_r2.png);
  background-size: cover;
  background-position: center;
}

.header-sec .header-content .header-logo a img {
  width: 90%;
}

.header-sec .header-content .header-menu ul li {
  padding: 10px 15px;
}

.header-sec .header-content .header-menu ul li a {
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 13px #757575b5;
}

ul#menu-primary-menus .menu-item-has-children {
  position: relative;
}

ul#menu-primary-menus .menu-item-has-children > ul.sub-menu {
  position: absolute;
  top: 40px;
  left: 15px;
  background: #1f1e1e63;
  z-index: 99;
  width: 309px;
  padding: 10px 0;
  margin: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

ul#menu-primary-menus .menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  transition: all 0.2s ease;
}

ul#menu-primary-menus
  .menu-item-has-children
  > ul.sub-menu
  li.current-menu-item {
  background: #22222285;
}

ul#menu-primary-menus
  .menu-item-has-children
  > ul.sub-menu
  li.current-menu-item {
  background: #22222285;
}

ul#menu-primary-menus
  .menu-item-has-children
  > ul.sub-menu
  li.current-menu-item,
ul#menu-primary-menus .menu-item-has-children > ul.sub-menu li:hover {
  background: #22222285;
  transition: all 0.5s ease;
}

ul#menu-primary-menus .menu-item-has-children > ul.sub-menu li > a {
  font-weight: 300;
  font-size: 18px;
}

ul#menu-primary-menus .menu-item-has-children > ul.sub-menu li {
  padding: 3px 16px;
}

/********** Owl Carousel **********/
main {
  padding-top: 105px;
}

.hero-sec {
  padding-bottom: 40px;
}

.hero-sec .item.hero-carousel-item {
  background-size: 100% 100% !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  /* height: 95vh; */
}

.hero-carousel-item img {
  position: relative;
  width: 100% !important;
  object-fit: cover !important;
  object-position: top center;
}

.hero-carousel-inner {
  background-color: #000000a6;
  position: absolute;
  bottom: 0;
}

.hero-carousel-text {
  padding: 30px 0 20px;
}

.hero-carousel-text h2 {
  font-size: 62px;
  font-family: "montserrat", sans-serif;
}

.hero-carousel-text h2 > span {
  display: block;
  padding-left: 30px;
}

/********** Main Styles **********/

input[type="range"]::-webkit-slider-thumb {
  --range-color: #fff;
}

/* THUMB */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  /* MAIN COLOR */
  border: 1px solid #aaa;
  /* DARK OUTLINE */
  cursor: pointer;
  margin-top: -6px;
}

/* HOVER EFFECT */
input[type="range"]::-webkit-slider-thumb:hover {
  background: #fff;
}

input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: none;
}
.leadership-item-icons {
  margin-top: 20px;
  margin-bottom: 25px;
  justify-content: end;
}
.leadership-item-icons a:nth-child(2) {
  margin: 0 20px;
}

.leadership-item .leadership-item-icons a img {
  /* mix-blend-mode: lighten; */
  transition: all 0.5s;
  width: 50px;
  height: 50px;
}
/* .leadership-item .leadership-item-icons a img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.5s;
} */
.talk-sec .talk-content a img {
  mix-blend-mode: lighten;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
}

/* .talk-sec .talk-content a img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.5s;
} */
.noel-item-icons a img {
  transition: all 0.5s;
  width: 50px;
  height: 50px;
}

/* .noel-item-icons a img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.5s;
} */

.real-estate-sec .real-estate-content .real-estate-item img {
  width: 100%;
}

.flexible-sec {
  padding: 0px 0 30px;
}

.flexible-sec .flexible-content p {
  line-height: 42px;
  font-weight: 300;
}

.real-estate-sec .real-estate-content .real-estate-item {
  margin-bottom: 80px;
}

.real-estate-sec .real-estate-content .real-estate-item a h4 {
  font-size: 30px;
  margin: 8px 0 4px;
  font-weight: 400;
}

.noel-content {
  background-image: linear-gradient(180deg, #343233 63%, #616162 93%);
  padding: 20px 20px 30px;
}

.noel-sec .noel-content .noel-item-text h4 {
  font-size: 21px;
}

.noel-sec .noel-content .noel-item-text p {
  font-size: 17px !important;
}

.build-sec {
  padding: 70px 0 80px;
}

.build-content {
  background-image:
    linear-gradient(90deg, #34323300 8%, #bbbbbba6 220%),
    url(/wp-content/uploads/2026/01/from-bg_r3.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 20px 25px 20px;
  border-radius: 10px;
  background-color: #bbbbbb;
}

.leadership-profile-content .leadership-profile-item:nth-child(1) {
  width: 22%;
}

.build-content .build-item:nth-child(1) h6 {
  font-size: 22px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
}

.build-sec .build-content .build-item h3 {
  font-weight: 400;
  font-size: 26px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

.build-sec .build-content .build-item h3 > span {
  font-weight: 700;
  font-size: 30px;
}

.build-sec .build-content .build-item p {
  font-size: 16px !important;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
}

.build-sec .build-content .build-item-form form .pl-right {
  padding-right: 6px;
}

.wpcf7 form select {
  appearance: none;
  background: #fff
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>')
    no-repeat right 12px center;
  background-size: 12px;
  padding-right: 35px;
}

.build-sec .build-content .build-item-form form .pl-left {
  padding-left: 6px;
}

.build-sec .build-content .build-item-form form input {
  height: 46px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 6px 9px;
  font-family: "gill-sans-nova";
}

.build-sec .build-content .build-item-form form select {
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #58585ae0 !important;
  padding: 6px 9px;
  font-family: "gill-sans-nova";
}

.build-sec .build-content .build-item-form form input::placeholder {
  color: #58585ae0 !important;
}

.build-sec .build-content .build-item-form form p {
  margin-bottom: 14px;
}

.build-sec .build-content .build-item-form form .build-item-range-sec input {
  background-color: transparent !important;
  height: 0 !important;
  padding-right: 0;
  padding-left: 0;
}

.build-sec .build-content .build-item-form form .build-item-range-sec label {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: -2px;
  font-family: "avenir-lt-pro", sans-serif;
}

.build-sec .build-content .build-item-form form .build-item-range-sec output {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  font-family: "avenir-lt-pro";
}

.build-sec .build-content .build-item-range-top-price h6 {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 17px;
  font-family: "gill-sans-nova", sans-serif;
}

.build-sec .build-content .build-item-form form .build-item-range-sec > p {
  margin-bottom: 0px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  display: none;
}

form input.wpcf7-not-valid {
  border: 2px solid red;
}

/********** Bridge Capital page Styles **********/
.thread-sec .thread-content p {
  line-height: 40px;
  font-weight: 300;
}

/* .business-growth-sec {
    padding: 55px 0 0;
} */
.business-growth-sec
  .business-growth-content
  .business-growth-item
  .business-growth-list {
  padding: 0px 0 70px;
}

.business-growth-sec
  .business-growth-content
  .business-growth-item
  .business-growth-list
  ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem !important;
  padding: 0 !important;
}

.business-growth-sec
  .business-growth-content
  .business-growth-item
  .business-growth-list
  ul
  li
  a {
  font-size: 26px;
  color: #ee1d27;
}

.talk-sec {
  background-image:
    linear-gradient(91deg, #202020e3 16%, #00000063 63%),
    url(/wp-content/themes/vcc/assets/images/build-back-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 40px 30px;
}

.talk-sec .talk-content {
  row-gap: 36px;
}

.talk-sec .talk-content h4,
.talk-sec .talk-content p {
  margin-bottom: 0;
}

.talk-sec .talk-content p {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.talk-sec .talk-content a img {
  mix-blend-mode: lighten;
}

.vcc-finance-sec {
  padding: 40px 40px 15px;
  background-color: #343233;
  margin: 60px 0 60px;
}

.vcc-finance-content ul li {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.vcc-finance-content .question-sec {
  padding: 0;
}

.vcc-finance-content .accordion-item {
  margin-bottom: 20px;
}

.vcc-finance-content .question-sec h3 {
  font-size: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 5px !important;
}

/* .vcc-finance-content .question-sec .accordion-button::after {
  display: none !important;
} */

.vcc-finance-content .question-sec p {
  font-size: 17px !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  color: #d7d7d7;
}

.vcc-finance-content
  .question-sec
  .accordion-item
  .accordion-header
  button.accordion-button {
  padding: 0 !important;
}

.case-studies-box {
  background: #2e2f32;
  padding: 20px 25px;
}

.case-studies-box .case-studies-box-title {
  font-weight: 400;
  font-size: 22px;
}

.case-studies-box .case-studies-box-content a h6 {
  font-size: 19px;
  color: #fff;
  font-weight: 300;
  margin-top: 6px;
}

.case-studies-box .case-studies-box-content a h6 span {
  color: #afafaf;
  font-weight: 500;
  display: block;
  font-size: 17px;
}

.case-studies-box .case-studies-box-content a img {
  width: 100%;
}

.more-case-btn {
  background-color: #33383d;
  padding: 15px 25px;
  display: flex;
}

.more-case-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/*********** Financing Solutions Page Styles **********/
.business-growth-sec
  .business-growth-content
  .business-growth-item
  .business-growth-list-custom {
  padding: 0px 0 20px;
}

.business-growth-sec
  .business-growth-content
  .business-growth-item
  .business-growth-list-custom
  ul
  li
  a {
  font-size: 20px;
  font-weight: 300;
}

.Commercial-sec .Commercial-content ul {
  padding-left: 2.6rem;
}

.Commercial-sec .Commercial-content ul li {
  list-style: disc !important;
  line-height: 30px;
}

.Commercial-sec .Commercial-content > h3 {
  margin-bottom: 18px;
}

.lending-text {
  margin: 35px 0 25px;
}

.Commercial-sec p {
  line-height: 1.5;
  font-family: "avenir-lt-pro";
  font-weight: 500;
}

.lending-text p {
  line-height: 1.5;
}

.clients-choose p {
  line-height: 1.8 !important;
}

/************ Leadership Page Styles ************/
.leadership-sec {
  padding-top: 40px;
}

h3.leadership-main-title {
  font-size: 52px;
  font-weight: 400;
  line-height: 46px;
}

h3.leadership-main-title span {
  font-weight: 700;
  font-size: 38px;
}

.leadership-profile-sec {
  margin-top: 50px;
}

.leadership-profile-sec
  .leadership-profile-content
  .leadership-profile-item
  img {
  width: 100%;
}

.leadership-profile-sec
  .leadership-profile-content
  .leadership-profile-item
  .leadership-profile-text {
  margin-bottom: 10px;
}

.leadership-profile-sec
  .leadership-profile-content
  .leadership-profile-item
  .leadership-profile-text
  p {
  margin-bottom: 6px;
}

.leadership-profile-sec
  .leadership-profile-content
  .leadership-profile-item
  .leadership-profile-text
  p:nth-child(1) {
  font-weight: 700 !important;
  font-size: 18px;
}

.leadership-profile-sec
  .leadership-profile-content
  .leadership-profile-item
  .leadership-profile-dis
  p {
  margin-bottom: 6px;
  font-size: 21px;
}

.leadership-item .secondary-heading {
  font-weight: 300;
}

.leadership-profile-dis p:last-child {
  margin-bottom: 0;
}

.leadership-profile-dis > p > span {
  font-weight: 700;
}

.question-sec {
  padding: 45px 40px 15px;
  background-color: #343233;
}

.question-sec h3 {
  margin-bottom: 16px;
}

.question-sec p {
  position: relative;
  padding: 0 0 0 35px;
}

.question-sec p span {
  position: absolute;
  left: 3px;
}

.question-sec .accordion-item {
  background: transparent !important;
  color: #fff;
  border: none !important;
}

.question-sec .accordion-item .accordion-header {
  border: none !important;
  outline: none !important;
  background: transparent !important;
}

.question-sec
  .accordion-item
  .accordion-header
  button.accordion-button.collapsed {
  background: none;
  color: #fff;
}

.question-sec .accordion-item .accordion-header button.accordion-button {
  background: none;
  color: #fff;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(1deg) !important;
  transition: all 0.5s !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.accordion-button::after {
  transform: rotate(-90deg);
  transition: all 0.5s !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

/************ Irvine CA Page Style ************/
.irvine-sec .irvine-content .irvine-item .irvine-main-heading {
  padding: 60px 0 40px;
}

.irvine-sec .irvine-content .irvine-item .irvine-title p {
  font-size: 20px;
  font-weight: 300;
}

.irvine-sec .irvine-content .irvine-item .irvine-price h5 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 0px;
}

.irvine-sec .irvine-content .irvine-item .irvine-price p {
  font-size: 20px;
  color: #ffffff8a;
}

.services-sec .services-item {
  padding: 20px 25px;
  background-color: #343233;
  border-radius: 0 0 0 25px;
}

.services-sec .services-item button {
  background-color: transparent !important;
  padding: 0;
}

.services-sec .services-item p.services-text {
  font-size: 16px;
  margin-bottom: 8px;
  text-align: start;
  font-family: "avenir-lt-pro";
  font-weight: 100;
}

.goals-sec {
  padding: 30px 0;
}

.goals-sec p > span {
  font-weight: 600 !important;
}

.office-building-sec {
  padding-top: 30px;
}

.office-building-sec .office-building-item p {
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 5px;
}

.Purpose-sec {
  padding: 20px 0;
}

.Outcome-sec {
  padding: 20px 0;
}

.Purpose-sec > h3,
.Outcome-sec > h3 {
  margin-bottom: 0.6rem;
}

.page-number-sec {
  background-color: #343233;
  padding: 10px 0;
  margin: 40px 0 30px;
}

.page-number-sec .page-number-content a {
  color: #fff;
  font-weight: 300;
}

.page-number-sec .page-number-content p {
  color: #fff;
  font-weight: 300;
}

.irvine-item .map-sec {
  padding: 0 0 13px;
  border-bottom: 2px solid #7a7a7a;
  margin-top: -55px;
  position: relative;
  z-index: 9;
}

.feedback-sec {
  padding: 15px;
}

.feedback-sec h3 {
  font-size: 20px;
}

.feedback-sec p {
  font-size: 16px;
}

.feedback-sec h4 {
  font-size: 16px;
}

/*********** Contact Us Page Styles **********/
.contact-sec {
  padding: 52px 0;
}

.contact-content .contact-item:nth-child(1) .contact-info-sec h5 {
  font-weight: 400;
}

.contact-content .contact-item:nth-child(1) .contact-info-sec p {
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1px;
}

.contact-content .contact-item:nth-child(1) .contact-info-sec p a {
  color: #fff;
}

/********** News Events Section **********/
.news-events-sec {
  padding: 50px 0;
}

.news-content {
  padding: 50px 50px;
  background: #343233;
}

.news-events-sec .news-content .news-items .news-inner-content .news-inner-box {
  width: 31%;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 4px 4px 20px 6px #242424;
  padding: 0;
  transition: all 0.5s;
}

.news-events-sec
  .news-content
  .news-items
  .news-inner-content
  .news-inner-box:hover {
  background: #171616;
  transition: all 0.5s;
}

.news-events-sec .news-content .news-items h1 {
  margin-bottom: 14px;
}

.news-events-sec .news-content .news-items .news-inner-content {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  row-gap: 45px;
}

.news-events-sec
  .news-content
  .news-items
  .news-inner-content
  .news-inner-box
  .news-inner-text {
  cursor: pointer;
  transition: all 0.5s;
  padding: 20px 25px;
  text-align: center;
}

.news-events-sec
  .news-content
  .news-items
  .news-inner-content
  .news-inner-box
  .news-inner-text
  h3.news-inner-title {
  transition: all 0.5s;
  font-size: 16px;
}

.news-events-sec
  .news-content
  .news-items
  .news-inner-content
  .news-inner-box:hover
  .news-inner-text
  h3.news-inner-title {
  color: #fff !important;
  transition: all 0.5s;
}

.news-events-sec
  .news-content
  .news-items
  .news-inner-content
  .news-inner-box:hover
  .news-inner-text
  p {
  color: #ee1d27 !important;
  transition: all 0.5s;
}

.news-events-sec
  .news-content
  .news-items
  .news-inner-content
  .news-inner-box
  img {
  width: 100%;
  height: 150px;
}

.news-events-sec
  .news-content
  .news-items
  .news-inner-content
  .news-inner-box
  .news-inner-text
  p {
  color: #fff !important;
  font-size: 12px;
  transition: all 0.5s;
}

.news-events-sec .news-content .news-items:nth-child(1) {
  padding-right: 50px;
}

.news-events-sec .news-content .news-items h2 {
  font-weight: 100;
  font-size: 28px;
  margin-top: 15px;
  color: #ee1d27;
}

.news-events-sec .news-content .news-items .news-side-bar ul {
  padding: 0px;
}

.news-events-sec .news-content .news-items .news-side-bar ul a {
  display: flex;
}

.news-events-sec .news-content .news-items .news-side-bar ul a {
  display: flex;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

.news-events-sec .news-content .news-items .news-side-bar ul a {
  display: flex;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

.news-events-sec .news-content .news-items .news-side-bar ul a:hover {
  color: #728c9f;
  transition: all 0.5s;
}

.post-sec {
  padding: 30px 0;
}

.post-sec .post-content .post-items h5 {
  font-size: 16px;
  margin-bottom: 30px;
}

.post-sec .post-content .post-items .post-items-inner-text {
  margin: 25px 0;
}

.post-sec .post-content .post-items .post-items-inner-text p {
  font-weight: 200;
}

.post-sec .post-content .post-items img {
  width: 100%;
  height: auto;
}

.news-side-box li a {
  border-bottom: 1px solid #ffffff;
}

.news-side-box li a img {
  width: 20% !important;
  height: 58px !important;
  margin-right: 15px;
}

.news-side-box li a p {
  width: 80% !important;
  margin-bottom: 0;
}

.news-side-box a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 0 !important;
}

.post-items h2 {
  font-weight: 100;
  font-size: 28px;
  color: #ee1d27;
}
.row.leadership-profile-content {
  margin-bottom: 10px;
}
.privacy-policy-sec {
  padding: 4% 0 2%;
}
.privacy-policy-sec .privacy-policy-content p a {
  transition: all 0.5s;
  text-decoration: underline !important;
  color: #fff;
}
.privacy-policy-sec .privacy-policy-content p a:hover {
  color: #ee1d27 !important;
  transition: all 0.5s;
}
/* ********** Footer Styles ********** */
footer {
  background-color: #728c9e;
  padding: 20px 0;
  color: #fff;
  z-index: 99999;
  position: relative;
  background-image: url(/wp-content/uploads/2026/02/footer-bg.png);
  background-size: 43% !important;
  background-position: center 78%;
  background-repeat: no-repeat;
}

.wpsms-chatbox.wpsms-chatbox--right-side {
  z-index: 9999999999;
}

.footer-logo {
  gap: 0.5rem !important;
}

.footer-logo h6 {
  font-size: 11px !important;
  font-weight: 100;
  font-family: "gill-sans-nova", sans-serif;
}

.footer-logo p {
  font-size: 9px !important;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 100;
}

footer .footer-content .footer-menu ul {
  margin-bottom: 0px;
}

footer .footer-content .footer-menu ul li a {
  color: #fff;
  margin-left: 20px;
  position: relative;
  font-size: 14px;
  font-family: "gill-sans-nova", sans-serif;
}

footer .footer-content .footer-menu ul li:last-child a:after {
  display: none;
}

footer .footer-content .footer-menu ul li a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 2px;
  right: -11px;
  width: 1px;
  height: 12px;
}

footer .footer-content .footer-menu .footer-menuPolicy-Terms > li a {
  font-size: 12px;
}

footer .footer-content .footer-menu .footer-menuPolicy-Terms li a:after {
  background-color: #fff;
  top: 3px;
  right: -11px;
  width: 1px;
  height: 10px;
}

/* footer .footer-content .footer-menu .footerimg {
  margin-top: 10px;
} */
footer .footer-content .footer-menu .footerimg ul {
  align-items: center;
}

footer .footer-content .footer-menu .footerimg ul li {
  padding: 0 8px;
  text-align: center;
}

footer .footer-content .footer-menu .footerimg ul li img.custom-size {
  width: 110px;
}

footer .footer-content .footer-menu .footerimg ul li img.cmba.img-fluid {
  width: 295px;
}

footer .footer-content .footer-menu .sub-footer-icons {
  margin-top: 10px;
  /* width: 14% !important; */
}

footer .footer-content .footer-menu .sub-footer-icons a img {
  width: 27px;
}

footer img.img-fluid.american {
  width: 170px;
}

#sticky-sidebar {
  position: relative;
}

#sticky-sidebar.sticky {
  position: fixed;
  top: 120px;
  /* distance from top */
  width: 351px;
  /* your sidebar width */
}

ul.qestAns {
  padding: 0;
}

/*********** Media Query **********/

@media screen and (max-width: 1480px) {
  .container {
    width: 75% !important;
    width: 75% !important;
    margin: 0 auto;
  }

  .hero-carousel-text h2 {
    font-size: 58px;
  }

  main {
    padding-top: 85px;
  }

  /* .hero-sec {
    padding-top: 55px;
  } */
}

@media screen and (max-width: 1366px) {
  .build-content .build-item {
    width: 50% !important;
  }

  .header-sec .header-content .header-logo a img {
    width: 100%;
  }

  .hero-carousel-text h2 {
    font-size: 52px;
  }

  .header-sec .header-content .header-menu ul li a {
    font-size: 18px;
  }

  .news-events-sec
    .news-content
    .news-items
    .news-inner-content
    .news-inner-box {
    width: 47%;
  }

  .news-events-sec .news-content .news-items:nth-child(1) {
    padding-right: 0px;
  }
  .leadership-sec {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .header-sec .header-content .header-menu ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .leadership-item-icons {
    justify-content: center;
  }
  .header-sec .header-content .header-menu ul li {
    padding: 10px 10px;
  }

  .build-content .build-item:nth-child(1) {
    width: 30% !important;
  }

  .build-content .build-item {
    width: 70% !important;
  }

  .build-content {
    background-image:
      linear-gradient(90deg, #00000047 20%, #00000047 60%),
      url("/wp-content/uploads/2026/01/from-bg_r3.png");
  }

  .primary-heading {
    font-size: 38px;
  }

  .secondary-heading {
    font-size: 24px;
  }

  .flexible-sec .flexible-content p {
    line-height: 52px;
  }

  .primary-dis {
    font-size: 18px;
  }

  .real-estate-sec .real-estate-content .real-estate-item a h4 {
    font-size: 26px;
  }

  .build-sec .build-content .build-item h3 {
    font-size: 26px;
  }

  .build-sec .build-content .build-item h3 > span {
    font-size: 30px;
  }

  .build-sec .build-content .build-item p {
    font-size: 17px;
  }

  .build-sec .build-content .build-item-form form input {
    font-size: 16px;
  }

  .build-sec .build-content .build-item-form form select {
    font-size: 16px;
  }

  .build-content .build-item:nth-child(1) h6 {
    font-size: 19px;
  }

  .submit-btn input[type="submit"] {
    font-size: 22px !important;
  }

  .real-estate-sec .real-estate-content .real-estate-item {
    margin-bottom: 30px;
  }

  .build-sec .build-content .build-item-form form .build-item-range-sec output {
    color: #fff;
  }

  .hero-carousel-text h2 {
    font-size: 42px;
  }

  .hero-carousel-text h2 > span {
    padding-left: 30px;
  }

  .vcc-finance-sec {
    margin: 30px 0 30px;
  }

  .build-sec {
    padding: 30px 0;
  }

  .lending-text {
    margin: 0px 0 15px;
  }

  /* .hero-carousel-item img {
    height: 80vh;
  } */
  .business-growth-sec
    .business-growth-content
    .business-growth-item
    .business-growth-list {
    padding: 0px 0 20px;
  }

  .business-growth-sec
    .business-growth-content
    .business-growth-item
    .business-growth-list
    ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 !important;
  }

  .irvine-item .map-sec {
    margin-top: 0;
  }

  .irvine-sec .irvine-content .irvine-item .irvine-main-heading {
    /* padding: 60px 0 40px; */
    padding: 0;
  }

  .thread-sec .thread-content p {
    line-height: 42px;
  }

  .talk-sec .talk-content {
    row-gap: 20px;
  }

  .talk-sec .talk-content p {
    font-size: 24px;
  }

  .news-events-sec
    .news-content
    .news-items
    .news-inner-content
    .news-inner-box {
    width: 47%;
  }

  .news-content {
    margin: 25px 0 0;
    padding: 30px 30px;
    background: #343233;
  }

  .news-events-sec .news-content .news-items .news-inner-content {
    row-gap: 40px;
  }

  .news-events-sec
    .news-content
    .news-items
    .news-inner-content
    .news-inner-box
    .news-inner-text {
    padding: 15px 15px 0;
  }

  .news-events-sec
    .news-content
    .news-items
    .news-inner-content
    .news-inner-box
    .news-inner-text
    h3.news-inner-title {
    font-size: 18px;
  }
  .col-xl-9.col-lg-12.col-md-12.leadership-item {
    display: flex;
    flex-direction: column;
  }
  .leadership-item-icons {
    margin: 20px auto 5px;
  }
  .row.leadership-profile-content .leadership-profile-item:nth-child(1) {
    width: 25% !important;
  }
  .row.leadership-profile-content .leadership-profile-item:nth-child(2) {
    width: 75% !important;
  }
  .Commercial-sec .Commercial-content > h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .leadership-item-icons a:nth-child(2) {
    margin: 0 15px;
  }
  .secondary-dis {
    font-size: 14px;
  }
  header .collapse:not(.show) {
    display: block !important;
  }

  /* .hero-sec .item.hero-carousel-item {
    height: 60vh;
  } */
  #mega-menu-wrap-header_menu
    #mega-menu-header_menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 17px;
    font-weight: 300 !important;
    font-family: "gill-sans-nova" !important;
  }

  #mega-menu-wrap-header_menu
    #mega-menu-header_menu
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 300 !important;
    font-family: "avenir-lt-pro", sans-serif !important;
  }

  .container-fluid {
    width: 95% !important;
    margin: 0 auto;
  }

  .page-container {
    width: 85% !important;
    margin: 0 auto;
  }

  .footer-container {
    width: 80% !important;
    margin: 0 auto;
  }

  .container {
    max-width: 85% !important;
    width: 85% !important;
  }

  div#navbarNavDropdown {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #231f20;
    text-align: center;
    top: 97px;
    padding-bottom: 20px;
  }

  .build-content .build-item {
    width: 100% !important;
  }

  .primary-heading {
    font-size: 32px;
  }

  .secondary-heading {
    font-size: 20px;
  }

  .flexible-sec .flexible-content p {
    line-height: 36px;
  }

  .business-growth-sec {
    padding: 0 0 40px;
  }

  .vcc-finance-content .question-sec h3 {
    font-size: 20px !important;
  }

  .hero-carousel-text h2 {
    font-size: 42px;
  }

  .thread-sec .thread-content p {
    line-height: 30px !important;
  }

  .business-growth-sec
    .business-growth-content
    .business-growth-item
    .business-growth-list
    ul
    li
    a {
    font-size: 13px !important;
  }

  .talk-sec .talk-content {
    row-gap: 15px;
  }

  .hero-carousel-text {
    padding: 20px 0 10px;
  }

  .irvine-sec .irvine-content .irvine-item .irvine-title p {
    font-size: 14px;
    font-weight: 300;
  }

  .irvine-sec .irvine-content .irvine-item .irvine-price p {
    font-size: 16px;
    color: #ffffff8a;
  }

  .irvine-sec .irvine-content .irvine-item .irvine-title p {
    font-size: 15px;
  }

  .vcc-finance-sec {
    padding: 15px;
  }

  .accordion-button::after {
    width: 15px !important;
    height: 15px !important;
    padding-left: 25px;
    background-size: contain !important;
  }

  .accordion-button:not(.collapsed)::after {
    padding-left: 0px;
  }

  .primary-heading,
  .flexible-sec h3.primary-heading.primary-color {
    font-size: 24px !important;
  }

  .talk-sec .talk-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .talk--item-icons-sec {
    display: inline-block;
  }

  .news-events-sec
    .news-content
    .news-items
    .news-inner-content
    .news-inner-box
    .news-inner-text
    h3.news-inner-title {
    font-size: 16px;
  }

  .news-events-sec
    .news-content
    .news-items
    .news-inner-content
    .news-inner-box
    .news-inner-text
    p {
    font-size: 14px;
  }
  main {
    padding-top: 105px;
  }
}

@media only screen and (max-width: 768px) {
  .container-fluid {
    width: 95% !important;
    margin: 0 auto;
  }

  .page-container {
    width: 90% !important;
    margin: 0 auto;
  }

  .footer-container {
    width: 90% !important;
    margin: 0 auto;
  }

  .container {
    max-width: 90% !important;
    width: 90% !important;
  }

  main {
    padding-top: 100px;
  }

  .hero-sec {
    padding-bottom: 25px;
    /* padding-top: 55px; */
  }

  /* .hero-sec .item.hero-carousel-item {
    height: 50vh;
  }  */
  /* 
  .hero-carousel-item img {
    height: 50vh;
  } */

  .real-estate-sec .real-estate-content .real-estate-item a h4 {
    font-size: 20px;
  }

  .primary-dis {
    font-size: 14px;
    line-height: 26px;
  }

  .noel-sec .noel-content .noel-item-text h3 {
    font-size: 26px;
  }

  .noel-sec .noel-content .noel-item-text h4 {
    font-size: 21px;
    font-weight: 400 !important;
  }

  .noel-sec .noel-content .noel-item-text p {
    font-size: 16px !important;
  }

  .build-sec .build-content .build-item h3 {
    font-size: 24px;
  }

  .build-sec .build-content .build-item p {
    font-size: 16px;
  }

  .real-estate-sec .real-estate-content .real-estate-item {
    margin-bottom: 20px !important;
  }

  .submit-btn input[type="submit"] {
    font-size: 18px !important;
  }

  .flexible-sec {
    padding: 0px 0 10px;
  }

  .build-sec {
    padding: 20px 0;
  }

  .hero-carousel-text h2 {
    font-size: 30px;
  }

  .vcc-finance-content .question-sec h3 {
    font-size: 18px !important;
  }

  .vcc-finance-sec {
    margin: 20px 0;
  }

  .business-growth-sec
    .business-growth-content
    .business-growth-item
    .business-growth-list
    ul {
    display: grid !important;
    gap: 4px !important;
  }

  .business-growth-sec
    .business-growth-content
    .business-growth-item
    .business-growth-list-custom {
    padding: 0px 0 10px;
  }

  .business-growth-sec
    .business-growth-content
    .business-growth-item
    .business-growth-list-custom
    ul
    li
    a {
    font-size: 18px;
  }

  .irvine-sec .irvine-content .irvine-item .irvine-title p {
    font-size: 14px;
  }

  .irvine-sec .irvine-content .irvine-item .irvine-price h5 {
    font-size: 28px;
  }

  .irvine-sec .irvine-content .irvine-item .irvine-price p {
    font-size: 16px;
  }

  .irvine-sec .irvine-content .irvine-item .irvine-title p {
    font-size: 15px;
  }

  .middle-dis {
    font-size: 14px;
  }

  .services-sec .services-item p.services-text {
    font-size: 14px;
  }

  footer .footer-content .footer-menu ul li a:after {
    top: 3px;
    height: 12px;
  }

  footer .footer-content .footer-menu .footer-menuPolicy-Terms li a:after {
    top: 2px;
    height: 10px;
  }

  footer .footer-content .footer-menu ul {
    margin-bottom: 8px;
  }

  .business-growth-sec
    .business-growth-content
    .business-growth-item
    .business-growth-list
    ul {
    display: flex !important;
    flex-direction: column;
  }
  .row.leadership-profile-content .leadership-profile-item:nth-child(1) {
    width: 30% !important;
  }
  .row.leadership-profile-content .leadership-profile-item:nth-child(2) {
    width: 70% !important;
  }
  .contact-sec {
    padding: 32px 0;
  }
  .header-sec .header-content .header-logo a img {
    width: 75%;
  }
}

@media only screen and (max-width: 576px) {
  .header-sec .header-content .header-logo a img {
    width: 100%;
  }
  .row.leadership-profile-content .leadership-profile-item:nth-child(1) {
    width: 100% !important;
  }
  .row.leadership-profile-content .leadership-profile-item:nth-child(2) {
    width: 100% !important;
  }
  .leadership-profile-sec
    .leadership-profile-content
    .leadership-profile-item
    img {
    width: 50%;
    margin-bottom: 20px !important;
  }
  main {
    padding-top: 100px;
  }

  .hero-sec {
    padding-bottom: 20px;
    /* padding-top: 50px; */
  }

  .secondary-heading {
    font-size: 20px;
  }

  .flexible-sec .flexible-content p {
    line-height: 36px;
  }

  .primary-heading {
    font-size: 18px !important;
  }

  .secondary-heading {
    font-size: 17px;
  }

  .flexible-sec .flexible-content p {
    line-height: 32px;
  }

  .noel-sec .noel-content .noel-item-text h4 {
    font-size: 19px;
    margin-top: 12px;
    font-weight: 400 !important;
  }

  .noel-sec .noel-content .noel-item-text p {
    font-size: 14px !important;
  }

  .build-sec .build-content .build-item h3 {
    font-size: 18px;
  }

  .build-sec .build-content .build-item h3 > span {
    font-size: 20px;
  }

  .build-sec .build-content .build-item p {
    font-size: 14px;
  }

  .submit-btn input[type="submit"] {
    font-size: 18px !important;
  }

  .build-sec .build-content .build-item-form form .build-item-range-sec label {
    font-size: 18px;
  }

  .build-sec .build-content .build-item-range-top-price h6 {
    margin-bottom: -4px;
    font-size: 13px;
  }

  .hero-carousel-text h2 {
    font-size: 18px;
  }

  .vcc-finance-content .question-sec h3 {
    font-size: 14px !important;
  }

  .case-studies-box .case-studies-box-title {
    font-size: 20px;
  }

  .case-studies-box .case-studies-box-content a h6 {
    font-size: 18px;
  }

  .business-growth-sec
    .business-growth-content
    .business-growth-item
    .business-growth-list
    ul
    li
    a {
    font-size: 18px;
  }

  .talk-sec {
    padding: 20px 25px 20px;
  }

  .page-number-content .primary-dis a , .page-number-content p.primary-dis  {
    font-size: 12px ;
  }

  .feedback-sec h4 {
    font-size: 14px;
  }

  .hero-carousel-text h2 > span {
    padding-left: 15px;
  }

  .build-sec .build-content .build-item-form form .build-item-range-sec output {
    font-size: 18px;
  }

  .news-events-sec
    .news-content
    .news-items
    .news-inner-content
    .news-inner-box {
    width: 100%;
  }
  .leadership-item-icons {
    width: 30%;
  }
  .privacy-policy-sec {
    padding: 4% 0 2%;
  }
  .leadership-item .leadership-item-icons a img {
    height: 35px !important;
    width: 35px !important;
  }
  .contact-sec {
    padding: 50px 0;
  }
}
