.whb-general-header .current-menu-item {
    border-bottom: 4px solid #C6CBCF;
    margin-bottom: -32px;
    border-radius: 0px 0px 0px 0px;
}
.whb-general-header .current-menu-item span.nav-link-text {
    color: #fff;
}

.fot-copy a {
    color: #728192;
    text-decoration: underline;
}
.fot-sec1 {
    color: #B0BCC9 !important;
}
.fot-sec1 a {
    color: #B0BCC9;
    text-decoration: underline;
}

.wd-content-layout {
    padding-block: 0px !important;
}

em {
    font-family: playfair-display !important;
}
.wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before {
    color: #000000;
}

/* ===== Teams Grid ===== */
.teams-grid-wrapper {
  width: 100%;
  padding: 40px 20px;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 25px;
}

/* ===== Team Card ===== */
.team-card {
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
} */

.team-image {
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
}

.team-info {
    text-align: left;
    padding-top: 20px;
}
.team-info h3 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-style: italic;
    margin-bottom: 10px;
}
.team-info p {
    margin-top: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.one_team_member .teams-grid {
    grid-template-columns: 1fr !important;
}


.our-team-sec1 .team-info p, .our-team-sec1 .team-info h3{
    color:#000000;
}

.our-team-sec1 p.team-excerpt {
    border-top: 1px solid #BDC6CF66;
    padding-top: 15px;
    font-family: 'Inter';
}

p.team-excerpt {
    border-top: 1px solid #BDC6CF66;
    padding-top: 15px;
    font-family: 'Inter';
}


.one_team_member .team-card.has-modal {
    display: flex;
    gap: 100px;
	    align-items: center;
}


.one_team_member .team-image-outer{
    width: 45%;
    height: 620px;
}
.one_team_member .team-image-outer .team-image {
    width:100%;
	height:100%;
}

.our-team-sec1 .team-image {
    filter: grayscale(0); }


.one_team_member .team-info {
    width: 55%;
}

.second-row .teams-grid .team-card.has-modal:first-child {
    display:none !important;
}
.team-image:hover {
    filter: grayscale(0);
    transition: 0.5s ease;
}
section.vc_section.our-team-sec1 .one_team_member .team-image{
        scale: 1 !important;
}

/*----------------------Additional Css--------------------------------------*/
/* Responsiveness */

@media (max-width: 1600px) {
.container{
    max-width:100% ;
    padding-left:150px;
    padding-right:150px;
}
 
header .container{
     max-width:100%;
    padding-left:10px;
    padding-right:10px;
}
	.container.main-footer.wd-entry-content {
    padding-left: 50px;
    padding-right: 50px;
}
	.container.main-footer a.woodmart-nav-link span {
    font-size: 16px;
}
	.blog-design-masonry.blog-style-bg.has-post-thumbnail .wd-post-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 300px;
}
	

}

em {
    font-style: italic;
    font-family: 'Playfair Display';
}

p {
    font-family: 'Inter' !important;
}

body.home header a.btn{
    background-color: rgba(10, 37, 65, 1) !important;
	color:  rgb(255 255 255) !important;
}

body.home header a.btn img{
filter:none;
}


header a.btn:is(.btn-style-default, .btn-style-3d){
    background-color: rgb(255 255 255) !important;
	color: rgba(10, 37, 65, 1) !important;
}

header a.btn:is(.btn-style-default, .btn-style-3d) img{
	filter: brightness(0) saturate(100%) invert(11%) sepia(55%) saturate(1580%) hue-rotate(185deg) brightness(91%) contrast(97%);
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
    box-shadow: none !important;
   
}

/* Annoucement ShortCode CSS */


.au-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
	    border-bottom:1px solid #BDC6CF;
}

.au-header h2 em {
    font-style: italic;
    font-weight: 400;
}

.au-tabs {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.au-tabs li {
    padding-bottom: 30px;
    margin-bottom: -2px;
	color:#303942;
}

.au-tabs li.active {
    color: #0A2541;
    font-weight: 600;
    border-bottom: 3px solid #6394C5;
}

.au-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.au-image {
    position: relative;
}

.au-image img {
    width: 100%;
    height: auto;
    display: block;
}

.au-tag {
    position: absolute;
    top: 12px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
}

.au-content {
    padding-top: 12px;
}

.au-date {
    font-size: 18px;
    color: #888;
}

.au-content h3 {
    font-size: 24px;
    margin: 6px 0;
    font-family: 'Inter';
    letter-spacing: -1.6px;
    font-weight: 500;
    margin-bottom: 25px;
}

.au-read {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    font-family: 'Inter';
    letter-spacing: 1px;
    font-weight: 400;
}
span.au-read img {
    position:relative;
    top:-3px;
}

/* Press Release CSS */

.press-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.press-title em {
    font-style: italic;
    font-weight: 400;
}

.press-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.press-card {
    position: relative;
    background: #f4f8fb;
    padding: 30px;
}

.press-text h3 {
    font-size: 32px;
    margin: 15px 0;
    width: 85%;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 42px;
    letter-spacing: -1.2px;
}

.press-text p {
    color: #555;
    line-height: 1.6;
}

.press-read {
    font-weight: 600;
    color: #0A2541;
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    text-decoration: underline !important;
}
.press-read img{
	position:relative;
	top:-3px;
}

.press-image {
    padding: 0;
    color: #fff;
}

.press-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.75), transparent);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.press-overlay h3 {
    font-size: 32px;
    width: 80%;
    letter-spacing: -1.6px;
    line-height: 42px;
}

.press-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
}

.press-date {
    font-size: 13px;
    color: #888;
}

.press-arrow {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.tag-date span.press-tag {
    position:relative;
    top:0;
    background:white;
    color:black;
    left:0;
    padding:5px;
}
a.press-card.press-image h3 {
    color:white;
}
a.press-card.press-image span.press-arrow {
    width:fit-content;
    background:#0C131B;
    padding:0px 8px;
    position:absolute;
    right:0;
    bottom:2px;
    color:white !important
}

.blog-hero {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
}

.blog-back {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #cfd8e3 !important;
    text-decoration: none;
	text-transform: uppercase;
}

.blog-title {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.blog-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 14px;
    color: #b8c4d6;
    margin-bottom: 30px;
}

.blog-category {
    background: rgba(255,255,255,0.15);
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
}

.blog-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-image {
    position: relative;
    bottom: -267px;
    margin-top: -240px;
}
 
section.vc_section.blog-top-section{
    overflow: visible;
    margin-bottom:267px;
}
.blog-image img {
        height: 524px;
    object-fit: cover;
}
div#comments {
    display: none !important;
}
div#wd-696791167ca52 {
    color:white !important;
}
div#wd-6967a5905bb47{
    color:white !important;
}
.team-card:hover .team-image {
    scale:1.1;
    
}
.team-card .team-image {
    transition:0.5s ease;
}
.team-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.team-modal.active {
    display: flex;
}

/*----------------------Team Popup----------------------*/

/* ===== Modal Overlay ===== */
.team-modal {
  position: fixed;              /* IMPORTANT */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;                /* IMPORTANT */
  padding: 20px;
}

/* ===== Modal Box ===== */
.team-modal-content {
  background: #fff;
  width: 100%;
  max-width: 900px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  animation: fadeInScale 0.3s ease;
}

/* ===== Modal Body ===== */
.team-modal-body {
  display: flex;
  flex-wrap: wrap;
}

.team-modal-left {
  width: 60%;
	padding-right:50px;
}


.team-modal-right {
  width: 40%;
}
.team-modal-right img {
    height: 530px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.team-modal-right h2 {
  margin-top: 0;
  font-size: 26px;
}

.team-modal-right p {
  margin: 10px 0;
  color: #555;
}

.team-content {
  margin-top: 15px;
  line-height: 1.6;
  color: #444;
}

.team-modal .team-content {
    height: 252px;
    overflow-y: scroll;
    padding-right: 20px;
    font-size: 18px;
    color: #303942;
    /* padding-bottom: 40px; */
    margin-bottom: 50px;
}

.team-modal .team-content::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #F5F5F5;
}

.team-modal .team-content::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.team-modal .team-content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #DAE3ED;
}

.team-modal .outer {
    display: flex;
    border-top: 1px solid #D6DFE9;
    padding: 20px 0px;
}


.team-modal .outer p {
    margin: 0px;
}

.team-modal .outer p.head {
    width: 30%;
    font-size: 20px;
    font-family: 'Inter' !important;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.team-modal .outer p.head-textt {
    width: 70%;
}

.team-modal h3.top-head {
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #0A2541;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.team-modal .outer:last-child {
    padding-bottom: 0px;
}

.team-modal .bottom-image {
    background-image: url();
    background: #0A2541;
    text-align: center;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-modal h3.image-head {
    font-size: 40px;
    font-family: 'Playfair Display' !important;
    font-style: italic;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    margin-bottom: 10px;
}

.team-modal .bottom-image p {
    font-size: 20px;
    color: #B0BCC9;
    line-height: 100%;
    margin: 0px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .team-modal-body {
    flex-direction: column;
  }

  .team-modal-left,
  .team-modal-right {
    width: 100%;
  }

  .team-modal-left {
    height: 300px;
  }
}

/* ===== Animation ===== */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.team-modal-content{
    background: #fff;
    max-width: 1200px;
    width: 100%;
    padding: 60px;
    position: relative;
    border-radius: 0px;
}

.team-modal-close {
    position: absolute !important;
    top: 0px;
    right: 0px;
    font-size: 28px !important;
    background: none;
    border: none !important;
    cursor: pointer !important;
    background: #DDE4EB !important;
    color: #606B77 !important;
    height: 60px;
    width: 60px !important;
    font-weight: 400 !important;
	z-index:2;
}

/*------------------Popup end---------------------*/

.practiceAreaSection .vc_col-sm-4 .vc_column-inner {
    background:white;
    padding:30px;
    transition:0.5s ease;
    
}

.practiceAreaSection h5{
    font-size:24px;
    font-family: 'Inter' !important;
    font-weight:500 !important;
}
.practiceAreaSection .vc_col-sm-4 .vc_column-inner:hover {
    background-image: url(https://caseyestate.agencypartnerinteractive.com/wp-content/uploads/2026/01/Group-34430.png) !important;
    transition: 0.5s ease;
    background-size: cover;
    background-repeat: no-repeat;
}
.practiceAreaSection .vc_col-sm-4 .vc_column-inner:hover h5, .practiceAreaSection .vc_col-sm-4 .vc_column-inner:hover p{
    color:white !important ;
    transition:0.5s ease;
} 
.practiceAreaSection .vc_col-sm-4 .vc_column-inner:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(139deg) brightness(103%) contrast(101%);
    transition:0.5s ease;
}
section.vc_section.HeroSection:before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background: linear-gradient(0deg, rgba(11, 13, 15, 0) 0%, rgba(11, 13, 15, 0.6) 73.12%);
    opacity:1;
    display: block;
    left:0;
}
.arrowDivision, .arrowDivision2 {
    margin: 0px !important;
    width: fit-content;
    position:absolute;
    top:20%;
    right:0;
}
.arrowDivision2 {
     top:40% ;
}

.contact-info a {
    color:white
}
a.btn.btn-style-default.btn-shape-rectangle.btn-size-small.btn-icon-pos-right {
    height:52px;
    width:169px;
	font-size:18px
}
.whb-flex-row.whb-general-header-inner {
    margin-bottom:12px
}
a.btn.btn-style-default.btn-shape-rectangle.btn-size-large.btn-icon-pos-right {
    padding-top:20px;
    padding-bottom:20px;
    letter-spacing:1px;
}.team-card.has-modal .team-image{
    scale:1;
    transition:0.5s ease;
}

.team-card.has-modal:hover .team-image{
    scale:1.1;
    transition:0.5s ease;
}
.teams-grid {}

.team-card.has-modal:first-child h3  {
    font-size: 48px;
    font-family: 'INTER';
    font-style: normal;
}

.team-card.has-modal:first-child p{
    font-size: 24px;
    border-bottom:1px solid #D7DDE4;
    padding-bottom:30px;
    margin-bottom:30px
    
}

.team-card.has-modal:first-child h2  {
    font-size: 18px;
    color:#0A2541;
}

body.page-id-467 ul#menu-main-menu a {
    color:black
    
}
body.page-id-467 .whb-main-header .container {
    border-bottom:1px solid #0A254133 !important;
}


body.page-id-467 .site-logo img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(18%) saturate(4424%) hue-rotate(184deg) brightness(94%) contrast(97%);
}

body.page-id-467 a.btn {
    background-color:#0A2541 !important;
    color:white !important;
}
body.page-id-467 a.btn img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(191deg) brightness(100%) contrast(104%);
}
body.page-id-482 ul#menu-main-menu a {
    color:black
    
}
body.page-id-482 .whb-main-header .container {
    border-bottom:1px solid #0A254133 !important;
}


body.page-id-482 .site-logo img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(18%) saturate(4424%) hue-rotate(184deg) brightness(94%) contrast(97%);
}

body.page-id-482 a.btn {
    background-color:#0A2541 !important;
    color:white !important;
}
body.page-id-482 a.btn img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7489%) hue-rotate(191deg) brightness(100%) contrast(104%);
}

/* Thankyou Page */
body.page-id-495 header{
    display:none;
}
.custom-404-btn {
    display: inline-block;
    padding: 14px 34px;
    border: 1px solid rgba(255,255,255,0.4);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600; /* 👈 makes it bold */
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
span.blog-date:before {
    content:".";
    font-size:0px;
    line-height:0px;
    background-color:#C9C9C966;
    padding:4px;
    position:relative;
    top:-5px;
    right:10px;
    border-radius:2px
    
}
span.blog-date {
    padding-left: 10px;
}
span.blog-category {
    text-transform:uppercase;
}
.contact-info p{
    color: #61A0DF;
    margin-bottom: 0px;
}
.whb-flex-row.whb-general-header-inner {
    margin-bottom: 1px;
}


/*--------------------------------------New Custom Css-----------------------------------*/
body .whb-general-header{
	border:0px !important;
}
body .btn.btn-style-bordered {
	--btn-brd-width: 1px !important; 
}
body .btn-size-large {
        --btn-padding: 20px 30px !important;
    }

body .whb-general-header .container{
    border-bottom: 1px solid #FFFFFF4D;
	padding-left:0px;
	padding-right:0px;
	        width: clamp(var(--wd-container-w), 97%, 100%) !important;
}

body .whb-general-header a.woodmart-nav-link {
    letter-spacing: 1px;
}
section.vc_section h5.vc_custom_heading {
    letter-spacing:1px;
    font-weight:600 !important;
}
.wd-list span.wd-list-content.list-content {
    letter-spacing:-0.6px;
}

.home-sec3 .vc_inner .wd-text-block p{
    letter-spacing:-0.6px;
    line-height:20px;
    padding-bottom:8px;
}
.home-sec3 .vc_inner .wd-text-block{
    border-radius: 0px 0px 3px 3px
}
.home-sec5 .vc_row.vc_row-o-equal-height{
    margin-bottom:40px !important;
}

section.vc_section.home-sec5 {
    padding-top:100px !important;
}

section.vc_section.home-sec5 .team-info h3 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    font-style: italic;
    margin-bottom: 10px;
}

section.vc_section.home-sec5 .team-info p {
    margin-top: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

section.vc_section.home-sec5 .team-card.has-modal:first-child p {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.fot-sec1 p a{
    color:#B0BCC9 !important;
    text-decoration:underline !important;
}
.fot-sec1 p{
    color:#69727B;
}

.wd-text-block.wd-font-weight-500.wd-fontsize-custom p {
    letter-spacing: -1.6px !important;
}

.wd-text-block.wd-font-weight-400.wd-fontsize-m p{
    letter-spacing:-0.6px !important;
}

h5.vc_custom_heading.vc_do_custom_heading {
    letter-spacing: 1px;
    font-weight: 500 !important;
    font-family: 'Playfair Display' !important;
}
a.press-card.press-image:hover span {
    color: #fff !important;
}
a.press-card.press-image span {
    color: #fff !important;
}
section.vc_section.practice-sec1{
    padding-top: 100px;
}

section.vc_section.practice-sec1 h5.vc_custom_heading {
    font-family: 'Inter' !important;
    letter-spacing: -1.2px;
    margin-top: 80px;
}

.practiceAreaSection .vc_col-sm-4 .vc_column-inner{
    transition: 1s ease !important;
}
.practiceAreaSection .vc_col-sm-4 .vc_column-inner .wd-text-block{
    margin-bottom:15px;
}
.practice-sec1{
	padding-top:100px !important;
}
/*---------------------------------------404 Page----------------------------*/
/* Reset theme spacing */
body.error404 {
    margin: 0;
    padding: 0;
}

.wd-content-area {
    padding: 0 !important;
    margin: 0 !important;
}

/* 404 Wrapper */
.custom-404 {
    position: relative;
    min-height: calc(100vh - 120px);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-image:url(/wp-content/uploads/2026/01/Rectangle-16.png);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Big background 404 */
.custom-404::before {
    content: "404";
    position: absolute;
    font-size: 28vw;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.06);
    z-index: 1;
}

/* Content */
.custom-404-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 20px;
}

/* Headings */
.custom-404-content h1 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ffffff; /* FIXED */
}

.custom-404-sub {
    font-size: 18px;
    color: #cfd8e3;
    margin-bottom: 15px;
}

.custom-404-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #b8c4d6;
    margin-bottom: 35px;
}

/* Button */
.custom-404-btn {
    display: inline-block;
    padding: 14px 34px;
    border: 1px solid rgba(255,255,255,0.4);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600; /* 👈 makes it bold */
    letter-spacing: 1px;
    transition: all 0.3s ease;
}


.custom-404-btn:hover {
    background: rgba(255,255,255,0.15);
}

.privacy-sec1 .wpb_column.vc_col-sm-4 {
    position: sticky;
    top: 50px;
}

.whb-sticked .whb-sticky-row{
    background-color: #0a2541cc !important;
}
.whb-sticked .whb-general-header.whb-sticky-row .current-menu-item {
    margin-bottom: -11px; }

.page.page-id-482 .wd-page-content,.page.page-id-482 .wd-page-wrapper,.page.page-id-467 .wd-page-content,.page.page-id-467 .wd-page-wrapper {
    background-color:#F4F9FF !important
}
.page.page-id-482 .whb-sticked .whb-sticky-row, .page.page-id-467 .whb-sticked .whb-sticky-row{
    background-color: #f4f9ffd4 !important;
}
.team-image-outer {
    overflow: hidden;
}
.team-card:hover h3{
    text-decoration:underline;
}

.desktop-show{
		display:block;
	}
	.mobile-show{
		display:none !important;
	}



/*--------------------------Responsive-------------------------------------------------------------------------------------------------*/

/*----------------Large Laptop Screens-------------------------------*/
@media screen and (max-width: 1600px) {
	.container{
		width:100%;
		min-width:100%;
		padding-left:5% !important;
		padding-right:5% !important;
	}
body .vc_custom_1767964952765 {
    padding-right: 100px !important;
}
body .vc_custom_1770146393090 {
    margin-top: 100px !important;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
body .whb-general-header .container{
    border-bottom:0px !important;}
body .whb-general-header .container .whb-general-header-inner {
    border-bottom: 1px solid #FFFFFF4D !important;
}

.au-content h3 {
	font-size: 22px; }

}/*------------Laptop End-------------------*/
/*----------------small Laptop Screens-------------------------------*/
@media screen and (max-width: 1439px) {
	.container{
		width:100%;
		min-width:100%;
		padding-left:3% !important;
		padding-right:3% !important;
	}
body .vc_custom_1767964952765 {
    padding-right: 100px !important;
}
.wd-main-logo img {
    max-width: 227px !important;
}

.whb-general-header span.nav-link-text {
    font-size: 15px !important;
}
body .vc_custom_1767964952765 {
    padding: 50px !important;
}

body .vc_custom_1768923137461 {
    padding-right: 0px !important;
}
.team-image{
	height: 300px; }

body .vc_custom_1767108959700{
    padding-right: 0px !important;
    padding-left: 40px !important;
}
.vc_row.fot-copy p{
    font-size:14px !important;
}
section.vc_section.HeroSection .vc_row:first-child p{
    font-size: 70px;
    line-height: 80px;
}
section.vc_section.HeroSection .vc_row:first-child p {
    font-size: 70px;
    line-height: 80px;
}

section.vc_section.HeroSection .vc_row:nth-child(2) p {
    font-size: 18px !important;
    line-height: 24px;
}
.teams-grid{
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }


body .vc_section.blue-top-section  .blue-back-head p {
    font-size: 44px;
	line-height:54px;

}

}/*------------Small Laptop End-------------------*/
/*---------------------------------Tablet Responsive---------------------------*/
@media screen and (max-width: 1199px) {

.mobile-nav.wd-side-hidden{
    background: #0A2541;
}

.mobile-nav span.nav-link-text {
    color: #fff;
    font-size: 16px;
}

.mobile-nav .close-side-widget a {
    color: #fff;
}

.mobile-nav li.menu-item{
    border:none !important;
}

.mobile-nav a.woodmart-nav-link {
    border: 0px !important;
}

.mobile-nav .mobile-pages-menu {
    margin-top: 30px;
}

    .mobile-nav{
        --wd-side-hidden-w: min(500px, 80vw) !important;
    }
.vc_section.HeroSection .vc_col-sm-4,.vc_section.HeroSection .vc_col-sm-8{
        width: 50%;
    }

.wd-text-block.wd-font-weight-500.wd-fontsize-custom p{
    letter-spacing: -1.6px !important;
    font-size: 40px;
    line-height: 50px;
}
.wd-text-block.wd-font-weight-500.wd-fontsize-custom p br{
    display:none;
}

section.vc_section.home-sec2 .vc_col-sm-4 {
        width: 50%;
    }

body .vc_custom_1767964952765{
        padding: 50px 30px !important;
    }
.home-sec3 .vc_col-sm-4 {
        width: 33%;
    }

    .team-image {
        height: 350px;
    }

    .teams-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 2fr));
    }

.team-modal .team-content{
   overflow-y:visible;
	height: auto;
	} 

.team-modal-right img {
    height: 400px; }

.team-modal-body {
        flex-direction: column-reverse;
    gap:40px
    }

    .team-modal-left {
        height: 300px;
        overflow-y: scroll;
    }

.au-content h3 {
    font-size: 18px; }

	.fot-sec1{
		width:80%;
	}
.vc_section.blue-top-section .vc_col-sm-6 {
    width: 80%;
}

.one_team_member .team-card.has-modal {
	gap: 30px; }
.press-text h3,.press-overlay h3{
    font-size: 24px;
    line-height: 30px ; }

.whb-color-light:not(.whb-with-bg) {
    background-color: #071d3382 !important;
}

p br{
	display:none !important;}

body .vc_custom_1769184110469 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}
}/*---------Tablet End------------------*/

/*---------------------------------Mobile Responsive---------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	    section.vc_section.HeroSection .vc_row:first-child p {
        font-size: 56px;
        line-height: 65px;
    }

section.vc_section.HeroSection .vc_row:first-child p br{
    display:block !important;
}

    .vc_section.HeroSection .vc_col-sm-4, .vc_section.HeroSection .vc_col-sm-8 {
        width: 100%;
    }

.wd-text-block.wd-font-weight-500.wd-fontsize-custom p{
        letter-spacing: -1.2px !important;
        font-size: 32px;
        line-height: 42px;
    }
section.vc_section h5.vc_custom_heading{
    font-size: 16px !important; }
section.vc_section.home-sec2 .vc_col-sm-4 {
        width: 100%;
    }

section.vc_section.home-sec2  .vc_col-sm-12 img {
    height:250px;
}
section.vc_section.home-sec2 .vc_col-sm-4 ul {
    margin-bottom:0px !important;
}


section.vc_section.home-sec3 .vc_row.wpb_row{
    display: flex;
    flex-direction: column-reverse;
}

section.vc_section.home-sec3 .vc_row.wpb_row .vc_row.wpb_row {
    display: flex;
    flex-direction: row;
}

.home-sec3 .vc_inner .wd-text-block p {
    font-size: 14px;
}

.home-sec3 .vc_col-sm-5 .vc_column-inner {
    height:474px;
}

.arrowDivision img {
     transform: rotate(120deg);
}

.arrowDivision, .arrowDivision2 {
    right: 20%; }

.arrowDivision2 img{
  transform: scaleX(-1);
}
.arrowDivision2{
    transform: rotate(-60deg);
}
	.desktop-show{
		display:none !important;
	}
	.mobile-show{
		display:block !important;
	}
.teams-grid .team-card {
    display:none;
}
.teams-grid .team-card:first-child {
    display:block;
}

.teams-grid-wrapper {
    padding: 0px;
}

section.vc_section.home-sec5 .team-info h3{
    text-align:center;
}
section.vc_section.home-sec5 .team-card.has-modal:first-child p {
    text-align:center;
}

section.vc_section.home-sec5 a.btn {
   width: 45%;
   padding-top: 15px;
   padding-bottom: 15px;
   margin-left: auto;
   margin-right: auto;
}

section.vc_section.home-sec5 .wd-text-block{
    margin-bottom:0px;
}

.team-modal-content {
    padding: 20px; }

    .team-modal-right img {
        height: 300px;
    }

.team-modal h3.image-head {
    font-size: 28px;
    margin-bottom: 0px;
}

.team-modal-left {
    padding-right: 0px;
}

.au-posts .au-post {
    display:none;
}

.au-posts .au-post:first-child {
    display:block;
    width: 100%;
}
.au-posts {
    grid-template-columns: repeat(1, 1fr);
}

section.vc_section.home-sec6 a.btn {
        width: fit-content;
        padding-top: 15px;
        padding-bottom: 15px;
    margin-right: auto;
}

section.vc_section a.btn {
	width: fit-content !important;
        padding-top: 15px !important;
	padding-bottom: 15px !important; }


.main-footer .wpb_single_image{
    width:75%;
}

#wd-6953ed50c1ef9 .woodmart-title-container {
    line-height: 20px;
    font-size: 16px; }



.fot-col2 .vc_column-inner .vc_column-inner{
    border-top: 1px solid #FFFFFF1A;
}



.main-footer .fot-col2 .vc_column-inner {
    padding-top:0px !important;
}
.main-footer .fot-col2 .vc_column-inner .vc_column-inner{
    padding-top: 40px !important;
}

 body .vc_custom_1767108959700 {
        padding-right: 0px !important;
        padding-left: 15px !important;
    }


 body .vc_custom_1767108345838 {
    padding-bottom: 20px !important;
}
ul#menu-footer-menu {
    display: block;
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 30px;
}
.fot-sec1 p {
    color: #69727B;
    font-size: 16px;
    }
body .vc_custom_1767109102295 {
    padding-bottom: 0px !important;
}

body .main-footer .fot-copy.vc_row .vc_column-inner {
    border: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 30px !important;
}

.vc_row.fot-copy p {
        font-size: 14px !important;
        text-align: center !important;
    }

div#wd-697a11503e40d {
    margin-bottom: 0px;
}

div#wd-697a11503e40d p{
    text-align:left !important;
}

.container.main-footer.wd-entry-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
section.top-section-inner.blue-top-section{
    background-size:cover;
}
body .vc_custom_1768491773732 {
    padding-right: 15px !important; }

.about-sec1 .vc_row.wpb_row {
    display: flex;
    flex-direction: column-reverse;
}

.about-sec1 .vc_row.wpb_row .vc_col-sm-6:nth-child(2) {
    height:351px;
    padding-left:15px;
    padding-right:15px
}
    .about-sec1 .vc_row.wpb_row:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

body .about-sec1 .vc_row.wpb_row:nth-child(2) .vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body .about-sec1 .vc_row.wpb_row:nth-child(2) .vc_col-sm-6:first-child {
    height:351px;
    padding-left:15px;
    padding-right:15px;
}

section.about-sec3 a.btn {
        width: 46%;
        padding-top: 15px;
        margin-right: auto;
    }
body section.about-sec3{
    padding-top:50px !important;
}

section.annouc-sec2 .au-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom:40px;
}

section.annouc-sec2 .au-header h2{
    font-size:32px;
}
section.vc_section.annouc-sec2 .au-posts .au-post{
    display:block;
    margin-bottom:20px;
}


.press-grid {
    grid-template-columns: repeat(1, 1fr);
}
a.press-card.press-image {
    height: 425px;
}
.press-card.press-text {
    height: 425px;
}

.one_team_member .team-image{
    width: 100%;
    height: 400px;
}
.one_team_member .team-info {
    width: 100%;
}

.second-row .teams-grid .team-card.has-modal:first-child {
    display: none !important;
}
.second-row .teams-grid .team-card{
    display:block !important;
    margin-bottom:30px;
}
.second-row .teams-grid .team-card:last-child{
    margin-bottom:0px !important;
}

section.vc_section.blue-top-section {
    background-size:cover;
}
    .vc_section.blue-top-section .vc_col-sm-6 {
        width: 100%;
    }
body .vc_custom_1769181534689 {
    padding-bottom: 60px !important;
}
section.vc_section.contact-sec1 .vc_col-sm-5 {
    padding-left:15px;
    padding-right:15px;
}
.blog-title{
	font-size: 20px; }
.blog-image{
    position: relative;
    bottom: -210px;
    margin-top: -190px;
}

.blog-image img {
    height: 210px; }
    body .vc_custom_1769184110469 {
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-top: -100px;
    }
.blog-hero {
	padding: 40px 0px; }

body .vc_custom_1768319453368 {
	padding-top: 80px !important; }

body .vc_custom_1767108345838 {
	border-right-width: 0px !important;}
	.one_team_member .team-image-outer{
		width: 100%;
        height: 400px;
	}
.about-sec1 .vc_row.wpb_row .vc_col-sm-6:nth-child(2) {
        height: auto !important;
	}

	.about-sec1 .vc_row.wpb_row.top-row1 .vc_col-sm-6:nth-child(2) {
		height:375px !important;
	}

section.vc_section.thank-yoou:after{
    content:"";
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    background: linear-gradient(0deg, rgb(8 34 59 / 65%) 27.46%, rgba(8, 34, 59, 0.74) 50.77%, rgba(8, 34, 59, 0.9) 100%);
    left: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

section.vc_section.thank-yoou .vc_row {
    position:relative;
    z-index:2;
}

section.vc_section.thank-yoou p em{
    font-style:normal !important;
}

section.vc_section.thank-yoou .wd-text-block.wd-font-weight-500.wd-fontsize-custom p{
        letter-spacing: -1.2px !important;
        font-size: 48px;
        line-height: 52px;
    }
section.vc_section.blue-top-section {
        background-position: top !important;
    }

section.vc_section.blue-top-section:after{
    content:"";
    height:297px;
    width:336px;
    position:absolute;
    background-image:url(/wp-content/uploads/2026/02/Group-34436-1.png);
    background-repeat:no-repeat;
    right:-40px;
    bottom:-170px;
}

section.vc_section.blue-top-section{
    overflow:visible;
    
}

}/*-----------------------Mobile End----------------------*/

.au-header h2 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
}

body em {
    font-style: italic !important;
    font-family: 'Playfair Display' !important;
}