*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    list-style: none;
    text-decoration: none;
	font-family: "Manrope", sans-serif;
}
.wrapper , .banner .et_pb_slide_description{
    width: 95% !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 90% !important;
}
html {
    scroll-behavior: smooth;
}
header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}
.et_pb_section , .row{
	width:100%;
	float:left;
}
.center{
	text-align:center;
}
.p_t{
	padding-top:90px;
}
.p_b{
	padding-bottom:90px;
}
h1 , .banner h2{
    color: #FFF !important;
    font-family: "Unbounded", sans-serif;
    font-size: 46px !important;
    font-weight: 800 !important;
    line-height: 50px !important;
}
h2 , .page-id-2 h1{
    color: #1E3A8A !important;
    font-family: "Unbounded", sans-serif;
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: normal !important;
}
/* header-top */
.header-top-grid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 27px;
}
.header-top-grid a {
    color: #FFF !important;
    font-size: 13px;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-bottom:0!important;
	position: relative;
}
.header-top-grid a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #FFF;
    transition: width 0.3s ease;
}
.header-top-grid a:hover::after {
    width: 100%;
}
.header-top-tel , .header-top-mail{
	display: flex;
	align-items: center;
	gap: 8px;
}

/* header-bottom */
.header-grid{
	display:flex;
	align-items:center;
}
a.btn {
    border-radius: 8px !important;
    background: #E8792B !important;
    display: inline-flex;
    padding: 12px 24px !important;
    align-items: center;
    gap: 8px;
    color: #FFF !important;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: normal !important;
	transition: all 0.3s ease!important;
	border: 2px solid #E8792B!important;
	text-shadow: none!important;
}
a.btn:hover {
    background: #D46218 !important;
	border: 2px solid #D46218!important;
    transform: translateY(-2px);
}
a.arrow-btn:after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("https://testvalleypaving.co.uk/wp-content/uploads/2026/08/arrow-right.svg") no-repeat center;
    background-size: contain;
	transition: transform 0.3s ease!important;
}
a.arrow-btn:hover:after {
    transform: translateX(4px);
}
.header-bottom-center {
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: center;
}
.header-bottom-center .border-right{
	border-right: 1px solid #D1D5DB!important;
    padding-right: 28px!important;
}
.header-bottom-center a{
	padding-bottom:0!important;
}

/* header-menu */
.header-menu li{
	margin-top:0!important;
}
.header-menu a{
	color: #303030!important;
	font-size: 16px;
	font-weight: 600!important;
	line-height: normal!important;
	position: relative;
	padding:18px 0!important;
}
.header-menu .et_pb_menu__menu, .header-menu .et-menu-nav , .header-menu .et-menu-nav , .header-menu .et-menu{
	width:100%!important;
}
.et-db #et-boc .et-l .header-menu.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul{
	justify-content: space-between!important;
}
/* .header-menu ul{
	gap: 40px;
} */
.header-menu a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background: #E8792B;
    transition: width 0.3s ease;
}
.header-menu a:hover:after {
    width: 100%;
}
/* banner */
.banner{
	position:relative!important;
}
.banner .et_pb_slide {
    padding: 0 !important;
}
.banner .et_pb_slide_content , .inner-banner-box{
    border-radius: 8px !important;
    border: 2px solid #FFF !important;
    background: rgba(30, 58, 138, 0.82) !important;
    padding: 45px 28px !important;  
}
.banner .et_pb_slide_content{
	display: flex;
    width: 613px;
	flex-direction: column;
}
.banner h2{
	padding-bottom:28px!important;
}
.banner ul{
	margin:0!important;
	padding-bottom:0!important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin-bottom:58px!important;
}
.banner li{
	color: #FFF !important;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 10px;
}
.banner li::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("https://testvalleypaving.co.uk/wp-content/uploads/2026/08/orange-circle-icon.svg") no-repeat center;
    background-size: contain;
	flex-shrink:0!important;
	margin-top: 3px;
}
.banner-btn {
    display: flex;
    align-items: center;
    gap: 16px;
	flex-wrap: wrap;
}
.white-br-btn{
	border-radius: 8px !important;
    background: transparent!important;
    display: inline-flex;
    padding: 12px 24px !important;
    align-items: center;
    gap: 8px;
    color: #FFF !important;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: normal !important;
	border: 2px solid #FFF!important;
	text-shadow: none!important;
	transition: transform 0.3s ease, opacity 0.3s ease !important;
}
a.white-br-btn:hover {
    transform: translateY(-2px);
    opacity: 0.6 !important;
}
.heading h2{
	padding-bottom:0!important;
}
/* banner-absolute */
.banner-absolute {
    position: absolute !important;
    top: 50%;
    right:5%;
    transform: translateY(-50%);
    border-radius: 12px !important;
    overflow: hidden;
}
.banner-absolute .et_pb_code_inner{
    display: inline-flex;
    flex-direction: column;
}
.white-box {
    display: flex;
    padding: 16px 24px 12px 24px !important;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: #FFF !important;
}
.white-box span {
    color: #1E3A8A !important;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
#et-boc .et-l .white-box p{
	color: #1E3A8A!important;
	font-family: "Unbounded", sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: normal;
}
.blue-box {
    display: flex;
    padding: 10px 16px !important;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: #1E3A8A !important;
}
#et-boc .et-l .blue-box p{
	color: #FFF!important;
	text-align: center!important;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
}
.orange-box {
    display: inline-flex;
    padding: 10px 20px 16px 20px !important;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: #E8792B !important;
}
#et-boc .et-l .orange-box p{
	color: #FFF!important;
	text-align: center!important;
	font-size: 14px;
	font-weight: 800;
	line-height: normal;
}
/* Quick-Quote */
#et-boc .et-l .privacy-link {
    color: #D9D9D9 !important;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: normal !important;
    text-decoration: underline !important;
	transition: all 0.3s ease !important;
}
#et-boc .et-l .privacy-link:hover{
	color: #E8792B !important
}
.dark-box h2 , #et-boc .et-l .dark-box .home-text p{
	color: #fff !important;
}
.contact-form-row{
	display: flex;
	gap: 12px;
	flex-direction:column;
}
.contact-top-row {
    display: flex;
	gap: 12px;
}
.contact-top-row .form-field {
    flex: 1;
}
.form-field input, .form-field textarea {
    width: 100% !important;
    border: 0 !important;
    outline: none !important;
    border-radius: 4px !important;
    background: #FFF !important;
    display: flex;
    height: 48px !important;
    padding: 10px 14px !important;
	color: #1E3A8A !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: normal !important;
}
.form-field textarea {
    height: 108px!important;
    resize: none;
}
.form-field input::placeholder ,.form-field textarea::placeholder {
    color: #9CA3AF!important;
	font-size: 13px!important;
	font-weight: 400!important;
	line-height: normal!important;
}
.form-submit {
    margin-top: 16px;
}
.form-submit input[type="submit"] {
    display: inline-flex;
    padding: 13px 32px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
    background: #E8792B !important;
    color: #FFf !important;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease !important;
    cursor: pointer;
    width: 151px;
    text-align: center !important;
    margin-top: 16px !important;
}
.form-submit input[type="submit"]:hover {
    background: #D46218 !important;
    transform: translateY(-2px);
}
.wpcf7-not-valid-tip{
	color: #dc3232!important;
}
.quick-quote-contact .wpcf7-not-valid-tip{
	color: #ffb900!important;
}
.wpcf7-response-output{
	margin: 2em 0.5em 1em !important;
    padding: 0.2em 1em !important;
	border: 2px solid #00a0d2 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
	color: #dc3232!important;
	border-color: #ffb900 !important;
}
.quick-quote-contact .wpcf7 form.invalid .wpcf7-response-output{
	color: #ffb900!important;
	border-color: #dc3232!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}
.quick-quote-contact .wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}
/* Professional paving Contractors for Andover, Newbury and Basingstoke. */
.we-do-content {
    opacity: 0.92;
    background: #1E3A8A !important;
    display: flex;
    padding: 14px 18px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-left: 4px solid #E8792B !important;
}
.we-do-content h3 {
    color: #FFF !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: normal !important;
    padding-bottom: 0 !important;
}
#et-boc .et-l .we-do-content p{
	color: #E0E0E0!important;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
}
.we-do-content-row{
	position: absolute!important;
    bottom: 0;
    width: 100%;
}
.zoom-img img {
    display: block;
    width: 100%;
    transition: transform 0.5s ease!important;
}
.zoom-img:hover img {
    transform: scale(1.08);
}
/* Why Choose Test Valley Paving */
.choose-tvp-text {
    background: #1E3A8A !important;
    display: flex;
    width: 100%;
    padding: 27px 24px !important;
    gap:30px;
    align-items: center;
    position: absolute;
    bottom: 0;
	border-radius: 0 0 8px !important;
}
.choose-tvp-text a{
	color: #FFF!important;
	font-size: 14px;
	font-weight: 600!important;
	line-height: normal!important;
	padding-bottom:0!important;
	display:flex;
	align-items:center;
	gap:8px;
}
.choose-tvp-text .tel-icon:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("https://testvalleypaving.co.uk/wp-content/uploads/2026/08/tvp-tel-icon.svg") center / contain no-repeat;
    vertical-align: middle;
    margin-right: 6px;
}
.choose-tvp-text .mail-icon:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("https://testvalleypaving.co.uk/wp-content/uploads/2026/08/tvp-mail-icon.svg") center / contain no-repeat;
    vertical-align: middle;
    margin-right: 6px;
}
/* Why Choose Test Valley Paving */
#et-boc .et-l a.fmb-link {
    color: #A10E2F !important;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: normal !important;
    text-decoration: underline !important;
    padding-bottom: 0 !important;
}
.justify-center{
	display: flex;
    flex-direction: column;
    justify-content: center;  
}
.hover-box{
	transition: all 0.4s ease!important;
}
.hover-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08)!important;
}
.checkatrade-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.checkatrade-score {
    color: #1E3A8A !important;
    font-family: "Unbounded", sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: normal;
}
.checkatrade-points span{
	color: #111827!important;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
}
.checkatrade-points div{
	display: flex;
	align-items: center;
	gap: 8px;
}
.checkatrade-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.review-text {
    color: #FFF !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    padding-bottom: 18px !important;
/*     max-width: 493px; */
}
.review-name {
    color: #FFF !important;
    font-size: 21px;
    font-weight: 800;
    line-height: normal;
}
.review-date {
    color: rgba(255, 255, 255, 0.39)!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.custom-review-slider .custom-review-item {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
.custom-review-slider .owl-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 64px !important;
}
.custom-review-slider .owl-dot span {
    width: 40px!important;
    height: 2px!important;
    display: block!important;
    background: rgba(255, 255, 255, 0.40)!important;
}
.custom-review-slider .owl-dot.active span {
    background: #E8792B!important;
}
/* Areas We Cover */
.sub-heading h4 {
    color: #E8792B !important;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    padding-bottom: 0 !important;
}
#et-boc .et-l .home-text p{
	color: #444!important;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}
/* Ready to talk about your project? */
#et-boc .et-l .talk-text p , .talk-text p a{
	color: #6B7280!important;
	font-size: 26px;
	font-weight: 400;
	line-height: normal;
	opacity: 0.8;
}
.talk-text p a {
    opacity: 0.8;
    color: #E8792B !important;
    font-weight: 700 !important;
	transition: all 0.3s ease !important;
}
.talk-text p a:hover {
    opacity: 1;
}
/* footer-top */
#et-boc .et-l .footer-top p , #et-boc .et-l .follow-social p , .footer-top .contact-info a , .footer-top .menu a{
	color: #FFF!important;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}
.footer-top .contact-info a, .footer-top .menu a{
	position:relative;
	padding-bottom: 0 !important;
}
.footer-top .contact-info a::after  , .footer-top .menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #FFF;
    transition: width 0.3s ease;
}
.footer-top .contact-info a:hover::after  , .footer-top .menu a:hover::after{
    width: 100%;
}
#et-boc .et-l .footer-top .footer-about p{
	line-height: 24px;
}
.follow-social span{
	color: #FFF!important;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
}
.follow-social , .follow-social a {
    display: flex;
    gap: 8px;
	align-items: center;
	padding-bottom:0!important;
}
.follow-social a {
    transition: all 0.3s ease!important;
}
.follow-social a:hover {
    opacity: 0.75;
}
.follow-social a:hover img {
    transform: scale(1.08);
}
.follow-social a img {
    transition: transform 0.3s ease!important;
}
.footer-top h4.widgettitle {
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: normal !important;
    padding-bottom: 20px !important;
}
.footer-top .menu li{
	margin-bottom:10px!important;
	margin-top:0!important;
}
.footer-top .menu li:last-child , .footer-top .et_pb_widget{
	margin-bottom:0px!important;
}
.address-fot , .mail-fot{
	padding-bottom:20px!important;
}
.tel-fot{
	padding-bottom:8px!important;
}
.full-width-center , .full-width-right {
    width: auto !important;
    flex: 1;
    display: flex;
    flex-direction: column; 
}
.full-width-center{
	align-items: center;
}
.full-width-right{
	align-items: flex-end;
}
/* footer-bottom */
.footer-bottom .wrapper{
	display:flex;
}
.copyright .et_pb_text_inner , .footer-bottom a , #et-boc .et-l .footer-bottom p{
    color: #FFF !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: normal !important;
	transition: all 0.3s ease !important;
}
.footer-bottom a:hover{
	color: #E8792B !important;
}


/* about-us-page*/
/* About Test Valley Paving */
.inner-banner-box {
	width: 640px !important;
}
.inner-banner h1{
	padding-bottom:0!important;
}
#et-boc .et-l .inner-banner-text p{
	color: #DBDBDB!important;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
/* Our Story */
#et-boc .et-l .inner-text p{
	color: #303030!important;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.align-center{
	align-items:center;
}

/* tarmac-page*/
/* banner */
.page-id-50 .inner-banner-box , .page-id-52 .inner-banner-box , .page-id-54 .inner-banner-box , .page-id-60 .inner-banner-box{
    width: 710px !important;
}
/* faq */
.faq h5 {
    color: #1E3A8A !important;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: normal !important;
}
#et-boc .et-l .faq p{
	color: #303030!important;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

/* driveways-page*/
/* Driveway Options We Install */
.orange-tick{
	margin:0!important;
	padding-bottom:0!important;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.orange-tick li{
	color: #303030!important;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}
.orange-tick li:before{
	content:"";
	width:18px;
	height:18px;
	background:url("https://testvalleypaving.co.uk/wp-content/uploads/2026/08/orange-circle-icon-18.svg") no-repeat center;
	display: inline-block;
    background-size: contain;
	flex-shrink:0!important;
	margin-top: 3px;
}
.et-db #et-boc .et-l .ready-to-talk-sec .et_pb_module.heading h2 a{
	color: #E8792B!important;
	font-family: "Unbounded", sans-serif;
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: normal !important;
}

/* resin-driveways-page */
/* banner */
.page-id-56 .inner-banner-box{
    width: 750px !important;
}
/* Resin Bound vs Resin Bonded — What’s the Difference? */
.inner-subtitle h4{
    color: #1E3A8A !important;
    font-size: 17px;
    font-weight: 700 !important;
    line-height: normal !important;
    padding-bottom: 0 !important;
}
#et-boc .et-l .inner-subtext p{
	color: #303030!important;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

/* Patios-Page */
/* Recent Andover Patio Projects */
.galleryforge-item {
    border-radius: 12px !important;
    border: 1px solid #E5E7EB !important;
}
.galleryforge-item a{
	padding-bottom:0!important;
	width:100%;
	height:100%;
}
.galleryforge-item img {
	height: 100% !important;
	transition: transform 0.3s ease!important;
}
.galleryforge-pagination {
	margin-top: 30px !important;
}
.galleryforge-pagination button.is-active {
    background: #E8792B!important;
    border-color: #E8792B!important;
}
.galleryforge-pagination button:hover{
	background: #E8792B!important;
    border-color: #E8792B!important;
	color:#fff!important;
}
.galleryforge-pagination button{
	transition: all .3s ease!important;
}

/* contact-page */
.page-id-64 h1 , .page-id-639 h1{
	color: #1E3A8A!important;
}
.map iframe {
    width: 100%;
    float: left;
}
.contact-details {
    transition: all 0.3s ease!important;
}
.contact-details:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1)!important;
}
.contact-details .et_pb_code_inner{
	display: flex;
	padding: 20px;
	align-items: center;
	gap: 16px;
}
.contact-details-icon {
    border-radius: 20px !important;
    background: rgba(232, 121, 43, 0.12) !important;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.contact-details-icon img {
    transition: transform 0.3s ease!important;
}
.contact-details:hover .contact-details-icon img {
    transform: scale(1.1);
}
.contact-details-text h5{
	color: #666 !important;
    font-size: 13px;
    font-weight: 700 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    padding-bottom: 0 !important;
}
#et-boc .et-l .contact-details-text p, .contact-details-text a {
    color: #1E3A8A !important;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: normal !important;
    padding-bottom: 0 !important;
}
.contact-details-text a {
    position: relative;
    text-decoration: none !important;
}
.contact-details-text a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease!important;
}
.contact-details-text a:hover::after {
    transform: scaleX(1);
}
.rating-row {
    margin-top: 16px !important;
    display: flex;
    align-items: center;
    gap: 16px;
}
.rating-score{
	color: #1E3A8A!important;
	font-family: "Unbounded", sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: normal;
}
.rating-text {
    color: #303030 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.checkatrade-card {
    border-bottom: 1px solid #E5E7EB !important;
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
}
.verified-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.verified-row a{
	padding-bottom:0!important;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.contact-form label {
    display: block;
    margin-bottom: 8px !important;
    color: #303030 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.contact-form input,
.contact-form textarea {
    width: 100%!important;
    outline: none;	
	border-radius: 6px !important;
    border: 1px solid #E5E7EB !important;
    background: #FFF !important;
    display: flex;
    padding: 12px 16px !important;
    align-items: flex-start;
    align-self: stretch;
	color: #1E3A8A !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: normal !important;
}
.contact-form textarea {
    height: 126px!important;
    resize: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #666!important;
	font-size: 15px!important;
	font-weight: 400!important;
	line-height: normal!important;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #ef7925!important;
}
.contact-form .form-row {
    display: flex;
    gap: 10px;
}
.contact-form .form-row .form-group {
    width: 50%;
}
.contact-form-submit {
    margin-top: 53px!important;
}
.contact-form-submit input[type="submit"] {
    width: 100% !important;
    border-radius: 8px !important;
    background: #E8792B !important;
    padding: 16px 24px !important;
    align-items: center;
    color: #FFF !important;
    font-size: 15px;
    font-weight: 700 !important;
    line-height: normal !important;
    transition: all 0.3s ease !important;
    text-shadow: none !important;
    text-align: center !important;
	cursor:pointer;
}
.contact-form-submit input[type="submit"]:hover {
    background: #D46218 !important;
    transform: translateY(-2px);
}
#et-boc .et-l .private-policy-text  p{
	color: #666!important;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}


/* news page */
.news-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.news-card{
	border-radius: 12px!important;
	border: 1px solid #E5E7EB!important;
	background: #F8F9FA!important;
	overflow:hidden;
}
.news-content {
    display: flex;
    padding: 24px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.news-date {
    color: #666 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
h3.news-title, h3.news-title a {
    color: #1E3A8A !important;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 24px !important;
    padding-bottom: 8px !important;
}
#et-boc .et-l p.news-excerpt , p.news-excerpt{
	color: #666!important;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
a.read-more {
    color: #E8792B !important;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: normal !important;
    display: flex;
    align-items: center;
    gap: 6px;
	padding-bottom:0!important;
	transition: color 0.3s ease!important;
}
.read-more img {
    transition: transform 0.3s ease!important;
}
.read-more:hover img {
    transform: translateX(5px);
}
.news-image {
    width: 100%;
    float: left;
    height: 332px;
    overflow: hidden;
}
.news-image a {
    display: block;
    width: 100%;
    height: 100%;
	padding-bottom:0!important;
}
.news-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* news-details-page */
.news-breadcrumb {
    background: #F8F9FA;
    padding: 24px;
}
.news-detail-container span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.news-detail-container .current-pg-title{
	color: #1E3A8A;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
}
.news-detail-container .bread-arrow{
	font-weight: 400;
}
h1.news-single-title {
    color: #1E3A8A !important;
	padding-bottom:32px!important;
}
.news-detail-layout {
    display: grid;
    gap: 5.5%;
    grid-template-columns: 2fr 1fr;
}
.news-single-image {
    border-radius: 12px !important;
    overflow: hidden;
    height: 480px !important;
    margin-bottom: 48px !important;
}
.news-single-image img{
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}
.news-entry-content p{
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding-bottom:1em!important
}
.news-entry-content p a{
	color:#E8792B !important;
}
.news-entry-content p:last-child{
	padding-bottom:0!important
}
.related-heading {
    padding-bottom: 40px !important;
}
.related-heading .sub-heading {
    margin-bottom: 8px !important;
}
.related-heading .heading h2{
	font-size: 28px!important;
}
.recent-news-grid .news-card{
	margin-bottom: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease!important;
}
.recent-news-grid .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10)!important;
}
@media (max-width: 1024px) {
	.et-db #et-boc .et-l .header-menu.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul {
		justify-content: center !important;
	}
	.news-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 980px){
	.choose-tvp-text {
		border-radius: 0 0 8px 8px!important;
	}
	.full-width-center, .full-width-right {
		width: 47.25%!important;
		flex: auto;
		display: block;
		flex-direction: column;
	}
	.follow-social, .follow-social a {
		justify-content: center;
	}	
	.et-db #et-boc .et-l .et_pb_menu.header-menu .et_mobile_menu li>a {
		padding: 10px 0!important;
	}
	.news-detail-layout {
		gap: 60px;
		grid-template-columns: 1fr;
	}
}
@media (max-width: 768px){
	.banner-absolute {
		display: none;
	}
	.banner-btn {
    	display: block !important;
		text-align: center !important;   
	}
	.banner-btn > div {
		margin-bottom:20px !important;
	}
	.contact-top-row {
		display: block;
	}
	.contact-top-row .form-field {
    margin-bottom: 10px !important;
}
	.contact-form-row {
		display:block;
	}
	.choose-tvp-text {
		display:block;
	}
	.choose-tvp-text .tel-icon {
		margin-bottom:15px !important;
	}
	.news-grid {
		grid-template-columns:1fr;
	}
}
@media (max-width: 600px){
	.header-grid {
		flex-wrap:wrap;
	}
	.banner .et_pb_slide_content {
		width: 100%;
	}
	.footer-bottom .wrapper {
		flex-wrap: wrap;
	}
	h1 , .banner h2{
		font-size: 36px !important;
		line-height: 40px !important;
	}
	h2 , .page-id-2 h1 , .et-db #et-boc .et-l .ready-to-talk-sec .et_pb_module.heading h2 a{
		font-size: 26px !important;
	}
	#et-boc .et-l .talk-text p, .talk-text p a {
		font-size: 20px;
	}
	.news-grid {
		grid-template-columns: 1fr;
	}
	.contact-form .form-row .form-group {
		width: 100%;
	}
	.contact-form .form-row {
		flex-wrap: wrap;
	}
	.inner-banner-box {
		width: 100% !important;
	}
}