/*
Theme Name: West Center CPA
Theme URI: https://
Author: Web Dev
Author URI: https://
Description: A custom WordPress theme built from scratch
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: west-center-cpa
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Shippori+Mincho&display=swap');
body, html{
    overflow-x: hidden;
	
}
:root{
    --primary-color:#000000;
    --secondary-color:#5C6370;
    --white-color:#ffffff;
    --black-color:#000000;
    --gray-color:#B2B2B2;
    --cta-text:"DM Sans", sans-serif;
    --manrope-font:"Cormorant Garamond", serif;
    --DM-font:"DM Sans", sans-serif;
	--bc-body-color: #5C6370;

}


	/* Global Styles */
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
   

	/* Heading Typography (Arial) */
	h1,
	h2,
	h3,
	h4,
	h5,
	p,
	body {
		font-family: var(--manrope-font);
	
	}

	/* Mobile first (defaults) */
	h1 {
		font-weight: 700;
		font-size: 72px;
	}

	h2 {
		font-weight: 700;
		font-size: 56px;
	}

	h3 {
		font-weight: 600;
		font-size: 24px;
	}

	h4 {
		font-weight: 600;
		font-size: 20px;
	}

	h5 {
		font-weight: 600;
		font-size: 18px;
	}

    p{
	font-size:18px;
    }



	/* ≥576px (sm) */
	@media (min-width: 576px) {


		h1 {
			font-size: 40px;
		}

		h2 {
			font-size: 34px;
		}

		h3 {
			font-size: 28px;
		}

		h4 {
			font-size: 22px;
		}

		h5 {
			font-size: 18px;
		}
	}

	/* ≥768px (md) */
	@media (min-width: 768px) {
		h1 {
			font-size: 40px;
		}

		h2 {
			font-size: 35px;
		}

		h3 {
			font-size: 32px;
		}

		h4 {
			font-size: 24px;
		}

		h5 {
			font-size: 20px;
		}
	}

	/* ≥992px (lg) */
	@media (min-width: 992px) {
		h1 {
			font-size: 45px;
		}

		h2 {
			font-size: 40px;
		}

		h3 {
			font-size: 35px;
		}

		h4 {
			font-size: 30px;
		}

		h5 {
			font-size: 22px;
		}
	}

	/* ≥1200px (xl) - Desktop */
	/* @media (min-width: 1200px) {



		h1 {
			font-size: 60px !important;
		}

		h2 {
			font-size: 55px !important;
		}

		h3 {
			font-size: 35px;
		}

		h4 {
			font-size: 30px;
		}

		h5 {
			font-size: 24px;
		}
	} */




.color-black{
    color: var(--secondary-color) !important;
}
h1,h2,h3,h4,h5,h5{
    font-family: var(--manrope-font);
}
p{
    font-family: var(--DM-font);
	font-size:18px;
	color:var(--bc-body-color) !important ;
}
li{
    font-family: var(--DM-font);
}
.container{
    max-width: 1506px !important;
    width: 100% !important;
} 
h1{
    font-size: 128px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 128px !important;
}

h2 {
    font-size: 56px !important;
    font-weight: 800 !important;
    font-family: var(--manrope-font);
    color:var(  --black-color) !important ;
    line-height: 60px;
}
h3{
    font-size: 38px !important;
}
h4{
    font-size: 33px !important;
}
h5{
    font-size: 30px !important;
}
h6{
    font-size: 28px !important;
}


.header-menu-row .header-logo{
    max-width:300px;
    width:100%;
}
.header-logo-col {
    width: 350px;
}




/*========================Home Page Css Start================= */

.navbar-nav.header-menu .menu-item a {
    transition: 0.3s ease !important;
}

.navbar-nav.header-menu .menu-item a:hover {
    color: var(--primary-color) !important;
}

.navbar-nav.header-menu .menu-item a:before {
    content: '';
    width: 0%;
    height: 2px !important;
    background-color: var(--primary-color) !important;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: 0.3s ease;
    display:none;
}

/*.navbar-nav.header-menu .menu-item a:hover:before {*/
/*    width: 100%;*/
/*    transition: 0.3s ease;*/
/*}*/

/*.navbar-nav.header-menu .current-menu-item a:before {*/
/*    width: 100%;*/
/*    transition: 0.3s ease;*/
/*}*/



.navbar-nav.header-menu .menu-item a {
    position: relative;
}

.services-intro-section {
    background-color: #F4F4F4;
}

.home-service-card {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  overflow: hidden;
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.home-service-card:hover .service-card-overlay {
  opacity: 0.8; /* Background image reveals on hover */
}

.service-card-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h3.home-service-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px !important;
}

p.home-service-description {
    color: #424752 !important;
}

.home-service-icon img {
    width: 40px !important;
    height: 40px;
    object-fit: contain;
}

.home-service-icon {
    margin-bottom: 30px;
}

a.learn-more-link {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--DM-font) !important;
    text-decoration: none;
}

.learn-more-link svg {
    width: 10px;
}

h3.stat-number.counter {
    color: var(--primary-color) !important;
    font-size: 48px !important;
    font-family: var(--DM-font) !important;
    font-weight: 900;
}

.advantage-stats .stat-box {
    width: 230px;
}

p.stat-label {
    font-size: 10px !important;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1px;
    color: #424752 !important;
    text-transform: uppercase;
}

.copyright .row {
    padding: 0 !important;
}

.copyright .col-sm-12.col-md-7 p {text-align: left;}

.copyright .col-sm-12.col-md-5 p {
    text-align: right;
}

.copyright p {
    font-size: 15px;
    font-family: var(--DM-font) !important;
    text-transform: uppercase;
    color: #A4A4A4 !important;
    font-weight: 700 !important;
}


.footer-contact-info-btn a {
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 16px;
    color: var(--white-color);
    letter-spacing: 2.2px;
    text-decoration: none;
    font-family: var(--DM-font) !important;
    border: 1px solid #ffffff20;
    padding: 16px 10px;
    width: 376px !important;
    display: block;
    height: 50px;
    text-align: center;
    align-content: center;
    max-width: 100% !important;
    transition: 0.5s ease;
}

.footer-contact-info-btn a:hover {
    background-color: #fff !important;
    color: #000 !important;
}



.sec-section {
    padding: 80px 20px !important;
}


p.ftr-desc {
    color: #A4A4A4 !important;
    font-size: 15px !important;
    line-height: 22px;
}

.top-section {
    background-color: var(--primary-color);
    padding: 12px 20px;
}

header.header-section {
    padding: 12px 20px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 170px 20px !important;
    display: flex;
    align-items: center;
}

/* Video background */
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* Dark overlay over video */
.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

/* Content sits above video */
.hero-content-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Small top label */
span.hero-top-label {
    display: block;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-family: var(--manrope-font);
    max-width: 270px;
    margin: 10px auto;
    background-color: #ffffff20;
    border-radius: 10px;
    border: 1px solid #ffffff54;
}

/* H1 heading */
h1.hero-heading {
    font-size: 72px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.15 !important;
    /*max-width: 750px;*/
    margin: 0 auto 20px auto;
}

/* Paragraph */
p.hero-paragraph {
    /*font-size: 18px !important;*/
    font-weight: 400;
    color: #fff !important;
    margin: 0px;
    /*max-width: 560px;*/
}

/* CTA button wrapper */
.hero-btns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* CTA button */
a.hero-cta-btn {
    font-size: 18px !important;
    padding: 16px 30px !important;
    width: auto !important;
    height: auto !important;
    background: #fff !important;
    color: #000 !important;
    font-weight: 600;
    font-family:var(--DM-font);
    letter-spacing: 1px;
    border-radius:6px;
}

a.hero-cta-btn:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

a.hero-cta-btn:before {
    color: #fff !important;
    background: var(--primary-color) !important;
}

.hero-section h1 {

    max-width: 100% !important;
}

.hero-section h1{
    position:relative;
}

/*.hero-section h1:before {*/
/*    content: '';*/
/*    width: 70px;*/
/*    height: 4px;*/
/*    background-color: #0066A1;*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    left: 0;*/
/*    right: unset;*/
/*}*/
.hero-section h1:before {
    display:none;
}
span.advantage-label {
    color: #0066A1;
    font-size: 11px;
    font-weight: 700;
    font-family: var(--DM-font);
    letter-spacing: 3.3px;
}

h2.advantage-heading {
    width: 500px;
    max-width: 100% !important;
}

p.advantage-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
}

p.advantage-detail {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.glob-btn2 {
    margin-left: 12px;
    background-color: #ffffff54 !important;
    backdrop-filter: blur(2px) #ffffff54 !important;
    border: 1px solid #ffffff5c;
}

.hero-section p {
    font-size: 24px;
    font-family:var(--manrope-font);
    font-weight: 400;
    color: #fff !important;
}

/* Mobile responsive hero */
@media (max-width: 767px) {
    h1.hero-heading {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }
    p.hero-paragraph {
        font-size: 16px !important;
    }
    span.hero-top-label {
        font-size: 12px;
        letter-spacing: 2px;
    }
    a.hero-cta-btn {
        font-size: 14px !important;
        padding: 13px 26px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    h1.hero-heading {
        font-size: 44px !important;
    }
}





.section.resources-section {
    background-image: url(https://dreamcowebsites.com/westcentralcpa/wp-content/uploads/2026/04/Section-1-1-scaled.webp);
    padding: 60px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}
.section.resources-section:before{
    content:"";
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index:1;
    background: #ffffffc4;
}

.section.resources-section .container {
    z-index:5;
    position:relative;
}


.section.resources-section p.section-description {
    margin: 20px 0px 40px !important; 
}

.card-resource {
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    border: 2px solid #E2E4E9;
    transition:0.5s;
	box-shadow: 0px 1px 2px 0px #0000001A;
    margin: 14px 0px;
}

.card-resource p {
    font-weight: 700;
    font-family: var(--manrope-font);
    margin:10px 0px;
    color: black !important;
}

.card-resource a {
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    font-size:14px;
    text-decoration:none;
}

.card-resource:hover {
    box-shadow: 3px 3px 9px 1px #00000008;
    border-color: black;
}

.card-resource:hover a {
text-decoration:underline; 
}

p.tag {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--manrope-font);
    position:relative;
    left:40px;
	color:#000 !important;
}

p.tag:after{
    content:"";
    width:30px;
    height:3px;
    background-color:black;
    position:absolute;
    left:-40px;
     top:45%;
}


.about-sec .box-con {
    width: 100%;
    max-width: 1130px;
    margin: auto;
padding: 15px 30px 20px 5px;
    border: 1px solid #E2E4E9;
    border-radius: 24px;
}

img.about-image {
    width: 100%;
}

.right-s p {
    font-size: 24px;
    font-family: var(--manrope-font);
    color: black !important;
}

.right-s svg {
    display: block;
	    margin-bottom: 30px;
}

.about-sec {
    padding: 80px 15px;
}

.title {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-family: var(--DM-font);
    font-weight: 500;
    color: #5C6370;
    font-style: italic;	
}

.title span:nth-child(1) {
    font-weight: 700;
    color:black
}

.title span {
    text-transform: uppercase;
}

h2.gform_submission_error.hide_summary {
    font-size: 16px !important;
    color: #c02b0a !important;
    font-weight: 500 !important;
    line-height: 17.6px !important;
    margin: 0 0 12px 0;
}


/* ============================================
   STORYTELLING SECTION STYLES
   ============================================ */

.storytelling-section {
    padding: 80px 20px !important;
    background-color: var(--white-color);
}

.storytelling-section.sec-section {
    margin: 48px 0;
}

.storytelling-left {
    padding-right: 40px;
}

.storytelling-heading {
    /* font-size: 48px !important; */
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: var(--primary-color) !important;
    font-family: var(--manrope-font) !important;
    /* margin-bottom: 30px; */
    font-style: italic;
}

.storytelling-description {
    font-size: 18px !important;
    line-height: 28px !important;
    color: var(--secondary-color) !important;
    font-family: var(--DM-font) !important;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.storytelling-right {
    padding-left: 20px;
}

.storytelling-video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background-color: var(--black-color);
}

.storytelling-video-wrapper::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.storytelling-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important; 
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    font-family: var(--DM-font);
    display: block;
	box-shadow: 0px 25px 50px -12px #00000040;
	
}

/* .video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
    z-index: 5;
    pointer-events: none;
}

.storytelling-video::-webkit-media-controls-panel {
    background-color: rgba(0, 0, 0, 0.8);
}

.storytelling-video::-webkit-media-controls-time-remaining-display {
    color: var(--white-color);
    font-family: var(--DM-font);
    font-size: 14px;
}

.storytelling-video::-webkit-media-controls-current-time-display {
    color: var(--white-color);
    font-family: var(--DM-font);
    font-size: 14px;
}
 */


.storytelling-video::-webkit-media-controls-panel {
    display: none !important;
}



/*======================== Flim Tax Credits Page Css Start======================== */


.hero-Banner {
    padding: 100px 20px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
	min-height:400px;
}
.content-center {
    max-width: 80% !important;
    margin: 0 auto;
    text-align: center;
}
.content-center h2{
	margin-bottom:20px;
}

.content-center b, .content-center strong{
	
	color:#000;
}

.l-box {
    border: 1px solid #B2B2B2;
    border-radius: 12px;
    overflow: hidden;
    background: #FFFFFF01;
    box-shadow: 0px 1px 3px -1px #0000001A;
	    width: 50%;
}
.inner-container {
    display: flex;
    gap: 20px;
    width: 80%;
    margin: 50px auto ;
}
h3.black-bg {
    background: #000;
    color: #fff;
    font-family: var(--DM-font);
    font-size: 23px !important;
    padding: 11px 20px;
}
h3.gray-bg {
    background: #5C6370;
    color: #fff;
    font-family: var(--DM-font);
    font-size: 23px !important;
    padding: 11px 20px;
}
.l-box p b {
    color:#5C6370 ;
	display:block;
}
.l-box p {
    margin: 12px;
}
.l-box .border-bottom {
    border-color: #B2B2B2 !important;
}
.l-box .border-bottom:last-child {
    border:none !important;
}
.tax-credit {
    background: #F8FAFC;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #E2E4E9;
}
.row.four-v {
    width: 66% !important;
    margin: 30px auto ;
	 gap: 20px;
	justify-content:space-between;
}
.row.four-v .col-lg-6{
	padding:0px !important;
	width:48%;
}
.benefits {
    background: #FFFFFF;
    padding: 20px;
    display: flex;
    border-radius: 12px;
    border: 1px solid #E2E4E9;
    box-shadow: 0px 1px 3px 0px #0000001A;
	gap:15px;
}
.benefits p {
    margin-bottom: 0;
    color: #000 !important;
	font-weight: 500;
}
.benefits img {
    margin-top: 2px;
	width: 20px;
    height: 20px;
}
.claim-section {
    background-image: url(https://dreamcowebsites.com/westcentralcpa/wp-content/uploads/2026/04/Section-3.webp);
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 15px;
   background-position: center center;
background-size: cover;
	
}
.claim-section h2{
	color:#fff !important;
}
.claim-section .section-description{
	color:#FFFFFFCC !important;
	    width: 45%;
    margin: 0 auto ;
}
.cont-d {
      display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px auto ;
    align-items: center;
	position:relative;
	gap:50px;
}
.cont-d p {
    margin-left: 15px;
    color: #FFFFFFE5 !important;
	margin-bottom:0px;
}
.ph-cont{
    display: flex;
    align-items: center;	
}
.line::after {
    content: '|';
    color: #fff;
    position: absolute;
      left: 49.5%;
    top: 1%;
}
a.hero-cta-btn:hover svg {
	filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(44deg) brightness(105%) contrast(107%);
}
.col-70{
	  max-width: 70% !important;
    margin: 0px auto  !important;
}

.col-70 .card-resource{
	    min-height: 214px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*========================Live Theater Credits Page Css End=============== */





.head-border {
  width: 64px;
  height: 4px;
  background-color: #0066A1;
  margin-bottom: 20px;
}



	  
@media (min-width: 992px) {
    .header-cta-canvas-col {
    display: none;
}
}


/*======================== Service Page Css End ===================== */      

/*
header.header-section {
    position: absolute;
    top: 40px;
    z-index: 9;
    margin: 0 auto !important;
    max-width: 100%;
    width: 100%;
}*/
.glob-btn {
    background: var(--primary-color);
    display: inline-block;
    color: var(--white-color);
    text-decoration: none;
    align-content: center;
    padding: 26px 15px;
    width: 248px !important;
    max-width: 100% !important;
    height: 76px;
    font-family: var(--DM-font);
    font-weight: bold;
    letter-spacing: 2.6px;
    line-height: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 13px !important;
}
a.glob-btn:before {
    position:absolute;
    content:'';
    width:100%;
    height:250px;
    background:#000;
    bottom:0;
    color: #fff;
    left:0;
    transform:translateY(100%);
    transition: transform 0.25s ease-out;
    z-index:-1;
}
a.glob-btn:hover:before{
    transform:translateY(0);
} 
a.glob-btn.header-btn {
    max-width: max-content !important;
}
.header-menu {
    position: relative;
    padding:11px 0;
}
/*
.header-menu::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #d2000012 5%, #D20000 95%);
}
.header-menu::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -1px;
    width: 30px;  
    height: 30px;  
    background: #ff0000; 
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

*/
.navbar-nav.header-menu {
    gap: 35px;
    flex: 1;
    justify-content: right;
}
.navbar-nav.header-menu .menu-item a {
    color: #5C6370;
    text-decoration: none;
    font-family: var(--DM-font);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
}
.navbar-nav.header-menu .current-menu-item a{
    color:var(--primary-color);
}
.mobile-menu-offcanvas {
    display:none ;
}





/* Thank You CSS Start */
.thank-hero-sec {
    padding: 50px 10px;
}
.thank-fir-row .brdr {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.thank-fir-row .brdr {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.thank-fir-row .brdr h1 {
    color: var(--primary-color);
    font-size: 60px !important;
}
.thank-fir-row p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.thank-sec-row .brdr {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 20px;
    height: 100%;
    justify-content: center;
}
.thank-sec-row .brdr h3 {
    color: var(--primary-color);
    font-size: 25px !important;
    font-weight: 400;
    margin-bottom: 15px;
}
.thank_socio_row i.fa-brands {
    color: var(--secondary-color);
    font-size: 25px;
}
.brdr a.glob-btn {
    width: max-content !important;
}
.row.thank-sec-row {
    row-gap: 20px;
}


/* Thank You CSS ENd */



/* Footer CSS Start */

footer.wc-footer {
    background: black;
    padding: 70px 20px 0;
    text-align: center;
}

/* Logo */
.wc-footer-logo-wrap {
    margin-bottom: 10px;
}
.wc-footer-logo-link {
    text-decoration: none;
    display: inline-block;
}
.wc-footer-logo-img {
    max-width: 460px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Social icon */
.wc-footer-social {
    margin-bottom: 15px;
}
.wc-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s ease;
}
.wc-footer-social a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Nav links */
.wc-footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 36px;
    margin-bottom: 28px;
}
.wc-footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--inter-font);
    transition: 0.3s ease;
}
.wc-footer-nav a:hover {
    color: #ffffff;
}

/* Tagline */
p.wc-footer-tagline {
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 30px auto;
    font-family: var(--inter-font) !important;
}

/* Bottom divider + copyright */
.wc-footer-bottom {
    border-top: 1px solid #333;
    padding: 20px 0;
    margin-top: 10px;
}
p.wc-footer-copy {
    color: #ffffff  !important;
    font-size: 12px !important;
    margin: 0;
    font-family: var(--inter-font) !important;
}

@media (max-width: 767px) {
    .wc-footer-nav {
        gap: 10px 20px;
    }
    .wc-logo-main {
        font-size: 18px;
    }
    .wc-logo-sub {
        font-size: 15px;
    }
	.about-sec .box-con {
    	padding: 20px;
	}
	.right-s svg {
    	margin-top: 30px;
	}
	
}

/* Footer CSS END */

/* Blog Page CSS START 

.blog-page-container.container {
    margin: 0 auto;
    padding: 40px 10px;
}
.blog-page-container .col-md-8 {
    padding-right: 40px;
}
.blog-page-container .col-md-4 {
    padding-left: 40px;
    border-left: 1px solid var(--primary-color);
}
aside.sidebar.blog_categories ul {
    list-style: none;
    padding: 0;
}
aside.sidebar.blog_categories ul li {
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
    padding-top: 15px;
    padding-bottom: 15px;
}
aside.sidebar.blog_categories ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
article.blog-card.blog-archive-page {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 7%);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}
.blog-archive-page .card-content .blog_cardd_title, .blog-archive-page .card-content .blog_cardd_title a {
    font-size: 30px !important;
    color: #000;
    text-decoration: none;
}
.blog-archive-page .card-content .post-btn {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.blog-archive-page .card-content .fa.fa-arrow-right {
    font-size: 12px;
    color: var(--primary-color);
}


.single-post-container {
    padding: 100px 10px;
    flex-wrap: wrap;
}
img.attachment-large.size-large.wp-post-image {
    max-width: 100%;
}
.blog-meta.d-flex.align-items-center.gap-3 {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.recnt_sidebar {
    padding-left: 40px;
    border-left: 1px solid var(--primary-color);
}
.recent_pst_title {
    font-size: 20px;
    color: #000;
}
.recnt_sidebar ul {
    padding-left: 0;
}
.recnt_sidebar ul li {
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
    padding-top: 15px;
    padding-bottom: 15px;
}
.recnt_sidebar ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

*/
/* Blog Page CSS END */



/* Media Query Start */

@media(min-width:1070px){
.home-logo-track {
    column-gap: 50px !important;
}
}

/* 
@media(min-width:768px){
.advantage-right hr {
    margin: 35px 0px;
}
p.ftr-desc.ftr-desc-wth {
    width: 346px;
    margin-bottom: 30px;
}
} */

/* Min Width 1025px to Max Width 1199px */


@media(min-width:1025px) and (max-width:1199px){

h1 {
    font-size: 100px !important;
    line-height: 115px !important;
}

.header-logo-col {
    width: 250px;
} 
	
	.content-center p br{
		display:none;
	}
	.sec-section .content-center {
    max-width: 100% !important;
	
	}
	.col-70 {
    max-width: 90% !important;
    margin: 0px auto !important;
}
}


/* Max Width 391px */
@media(max-width:391px){
.header-topbar{
        display: none;
}
header.header-section {
    top: 10px;
}    
}
/* END */


/* Min Width 981px to Max Width 1024px */
@media(min-width:981px) and (max-width:1024px){
h1{
    font-size: 42px !important;
    line-height: 75px !important;
}
h2{
    font-size: 37px !important;
}
h3{
    font-size: 30px !important;
}
h4{
    font-size: 28px !important;
}
h5{
    font-size: 26px !important;
}
h6{
    font-size: 24px !important;
}
p {
	font-size: 16px;			
	}
	
.desktop-hero-image {
    max-width: 550px;
    bottom: 0;
}

.hero-section {
    padding: 120px 20px !important;
}

.sec-section {
    padding: 60px 20px !important;
}

.hero-section p,
p.hero-paragraph {
    font-size: 22px;
}

p.advantage-description {
    font-size: 22px !important;
    line-height: 30px !important;
}

p.advantage-detail {
    font-size: 19px !important;
    line-height: 29px !important;
}

.services-grid .col-lg-3 {
    flex: 0 0 auto;
    width: 50% !important;
}

.home-service-card {
    margin-bottom: 20px;
}
	
/* globalhero section for inner pages */	
.hero-Banner {
    min-height: 280px;
}
	
/* flim tax page  */	
.content-center {
    max-width: 80% !important;
}
.inner-container {
    width: 100%;	
}
.row.four-v {
    width: 85% !important;
    gap: 20px;
}
.col-70{
	  max-width: 90% !important;
	  margin: 20px auto  !important;
}
	.header-logo-col {
    width: 230px;
}
	}
/* End */

/*  Max Width 990px */
@media (max-width:990px){
h1{
    font-size: 42px !important;
    line-height: 75px !important;
}
h2{
    font-size: 37px !important;
}
h3{
    font-size: 30px !important;
}
h4{
    font-size: 28px !important;
}
h5{
    font-size: 26px !important;
}
h6{
    font-size: 24px !important;
}
p {
	font-size: 16px;			
	}
	
	.footer-col:nth-child(1){
    max-width: 100%;
    width:100%;
    text-align:center;
    border-bottom:1px solid #fff;
    padding-bottom:15px;
    margin-bottom:30px;
}
.footer-col:nth-child(2), .footer-col:nth-child(3), .footer-col:nth-child(4){
     max-width:32%;
    width:100%;
    border:none;
    padding-left:0;
}
footer .row{
    justify-content:center;
    padding-bottom: 20px;    
}
footer {
    padding: 50px 10px 0;
}
.navbar-nav.header-menu{
    display: none !important;
}
.header-cta-canvas-col {
    display: flex;
    flex: 1;
    justify-content: end;
    gap: 10px 20px;
    align-self: center;
    align-items: center;
}

div#mobmenu-custom p{
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin-top:1px !important;
}
.header-btn{
    padding: 9px 30px !important;
}


.mobile-menu-offcanvas {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 375px;
    background: var(--white-color);
    height: 100vh;
    padding: 20px;
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateX(-100%);
}
.mobile-menu-offcanvas.open {
    opacity: 1;
    transform: translateX(0);
    z-index: 9;
}

.mobile-menu-offcanvas  .mobile-logo{
    max-width:250px;
    margin:35px 0;
}
.mobile-menu-offcanvas .mobile-menu li{
    list-style: none;
    margin-bottom:10px;
}
.mobile-menu-offcanvas .mobile-menu li a{
    color: #000;
    font-family: var(--poppins-font);
    text-decoration: none;
    font-size:17px;
}
.mobile-menu-offcanvas .mobile-menu{
    padding:0;
}
.menu-close {
    position: absolute;
    top: 25px;
    right: 25px;
}

div#mobmenu-custom {
  background: var(--primary-color);
  padding: 8px 10px;
  width: max-content;
  display: flex;
  align-items: center;
  column-gap: 5px;
  cursor: pointer;
}

/* Hamburger lines */
#mobmenu-custom span {
  display: block;
  height: 2px;
  width: 18px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
  position: relative;
}

/* Space between bars */
#mobmenu-custom span:not(:last-child) {
  margin-bottom: 4px;
}

/* Active (cross) state */
#mobmenu-custom.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}

#mobmenu-custom.active span:nth-child(2) {
  opacity: 0;
}

#mobmenu-custom.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -7px;
}
	
		
	
    p.ftr-desc.ftr-desc-wth {
        width: 346px;
        margin: auto !important;
    }
    
    .footer-social {
    justify-content: center !important;
    margin-top: 20px !important;
}

	.desktop-hero-image {
    max-width: 550px;
    bottom: 0;
}

.hero-section {
    padding: 120px 20px !important;
}

.sec-section {
    padding: 60px 20px !important;
}

.hero-section p,
p.hero-paragraph {
    font-size: 22px;
}

p.advantage-description {
    font-size: 22px !important;
    line-height: 30px !important;
}

p.advantage-detail {
    font-size: 19px !important;
    line-height: 29px !important;
}

.services-grid .col-lg-3 {
    flex: 0 0 auto;
    width: 50% !important;
}

.home-service-card {
    margin-bottom: 20px;
}
	
/* globalhero section for inner pages */	
.hero-Banner {
    min-height: 280px;
}
	
/* flim tax page  */	
.inner-container {
    width: 100%;	
}
.content-center {
        max-width: 100% !important;
    }
	.content-center br{
		display:none;
	}	
.row.four-v {
    width: 100% !important;
	  margin: 20px auto;
}
.col-70{
	  max-width: 100% !important;
	  margin: 20px auto  !important;
	gap:20px;
	justify-content:center;
}
	.col-70 .col-md-4{
	width: 100%;
		padding:0px !important;
	}
	
.col-70 .card-resource p {
    font-size: 20px;
}
	.col-70 .card-resource{
		    margin: 0px 0px;
}

	
.claim-section {
    padding: 65px 15px;	
}
.claim-section .section-description {
    width: 100%;
	
	}
	
	.storytelling-section.sec-section{
		margin:0px ;
	}
	.right-s p {
    font-size: 20px;
	}
	.inner-container {
    margin: 35px auto 0;
			flex-direction:column;
}	
	.l-box{
		width:100%;
	}
	.row.four-v .col-lg-6 {
    padding: 0px !important;
    width: 100%;
}
		.content-center p br{
		display:none;
	}
	
}
/* End */



/* Max Width 767px */
@media(max-width:767px){
h1{
    font-size: 34px !important;
    line-height: 45px !important;
}
h2{
    font-size: 28px !important;
}
h3{
    font-size: 26px !important;
}
h4{
    font-size: 24px !important;
}
h5{
    font-size: 22px !important;
}
h6{
    font-size: 20px !important;
}
.mob-text-center{
    text-align: center;
}
.desktop-hero-image {
    display: none;
}
.why-choose-section {
    height: auto;
    padding: 50px 0;
}
.about-section, .freight-section {
    padding: 50px 10px;
}

.footer-col{
    text-align:center;
}
.footer-social {
    justify-content: center;
}
.footer-col .footer-heading{
    margin:0 auto 30px;
}
.footer-contact-info {
    align-items: start;
    justify-content: center;
    gap: 0;
}
.footer-col:nth-child(1){
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.footer-col:nth-child(2) {
    border-left: none;
    padding-left: 0;
}
img.footer-logo {
    max-width: 245px;
}

.hero-section .row .col-sm-12 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mob-hero-img{
    display: block;
}
.mob-hero-img img {
    max-width:450px;
    width:100%;
}
.cont-d {
    flex-wrap: wrap;
    gap: 17px;
}

.header-logo-col {
    width: 60%;
}
header.header-section {
    top: 20px;
}
.gallery-section {
    padding: 40px 10px;
}
.header-topbar {
    justify-content: center;
}
.page-banner {
    min-height: 300px;
}

.page-banner .row h1 {
    margin: 0 auto;
    padding: 50px 0 0;    
}


.footer-contact-info img {
    margin-right: 10px;
}
.footer-contact-info:last-child img{
    margin:0 !important;
}


.single-post-container #primary {
    max-width:100% !important;
    width:100% !important;
    flex: unset !important;
}
.single-post-container aside#secondary {
    max-width:100% !important;
    width:100% !important;
    flex: unset !important;
}
.recnt_sidebar {
    padding-left: 0;
    border-left: none;
}
img.attachment-large.size-large.wp-post-image {
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.single-post-container {
    padding: 50px 10px;
    flex-wrap: wrap;
}
.blog-page-container .col-md-4 {
    padding: 0 20px;
    border-left: none;
}
.blog-page-container .col-md-8 {
    padding-right: 10px;
}

.hero-section {
    padding: 80px 20px !important;
}

/*.hero-section h1:before {*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

.glob-btn2 {
    margin-left: 0px;
    margin-top: 12px;
}

.sec-section {
    padding: 40px 20px !important;
}

.hero-section p,
p.hero-paragraph {
    font-size: 20px;
}

h3.stat-number.counter {
    font-size: 35px !important;
}
.advantage-stats .stat-box {
    text-align: center;
}

.row.advantage-stats {
    justify-content: center !important;
}

.advantage-right {
    text-align: center;
}

.advantage-left {
    text-align: center;
}

h2.advantage-heading {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.advantage-description {
    font-size: 20px !important;
    line-height: 30px;
}

p.advantage-detail {
    font-size: 18px !important;
    line-height: 28px !important;
}

.home-service-card {
    width: 300px;
    margin-bottom: 20px !important;
    max-width: 100% !important;
}

.row.services-grid .col-sm-12 {
    justify-content: center !important;
    display: flex;
}

.copyright .col-sm-12.col-md-7 p, .copyright .col-sm-12.col-md-5 p {text-align: center !important;}

.footer-contact-info-btn {
    justify-content: center !important;
    display: flex !important;
}

/* globalhero section for inner pages */	
.hero-Banner {
        min-height: 230px;
        padding: 70px 20px;
  }
	.hero-Banner h1 {
    margin-bottom: 0px;
}
	.right-s p {
    margin-top: 40px;
}
header.header-section {
    padding: 12px 0px;
}	

}

/* Responsive - Tablets (768px and up) */
@media (min-width: 768px) {
    .storytelling-section {
        padding: 60px 20px !important;
    }
}


/* Responsive - Mobile (up to 767px) */
@media (max-width: 767px) {
    .storytelling-section {
        padding: 40px 20px !important;
    }
    
    .storytelling-left {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .storytelling-right {
        padding-left: 0;
    }
    
    .storytelling-heading {
        line-height: 1.4 !important;
    }
	h2.storytelling-heading br {
    display: none;
}
    
    .storytelling-description {
        font-size: 15px !important;
        line-height: 24px !important;
    }
    
    .storytelling-video-wrapper {
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .storytelling-video {
        border-radius: 8px;
    }
	


    .mobile-menu-offcanvas .mobile-logo {
        max-width: 180px !important;
	}}
/* End */

@media (max-width: 480px) {
	
   h1.hero-heading {
        font-size: 30px !important;   
    }	
	
	h1.hero-heading br{
		display:none;
	}
	p, h2, h3 ,h4, h5, span, a {
		text-align:center;
	}
	p.tag {
    left: 0;
}
	p.tag:after {
		display:none;
	}
	    p.tag{
        margin: 30px 0px !important;
    }
 .section.resources-section p.section-description {
    margin-bottom: 0px;
}
	.right-s svg {
    display: block;
    margin: auto;
}
.title span, .l-box, .row.four-v .col-lg-6, .col-70 .col-md-4 {
    width: 100%;
}
.card-resource a, .card-resource svg {
    width: 100%;
    display: block;
}

.cont-d{
		flex-direction:column;
	}
	.cont-d{
		gap:15px;
	}
	.line::after{
		display:none;
	}
	.inner-container {
    margin: 35px auto 0;
			flex-direction:column;
}
}



/* Min Width 1025px */
@media(min-width:1025px){
.header-logo-col {
    width: 320px;
}    
}

/* End */