.top-banner {
    padding: 60px 0 30px;
    background-image: url(/wp-content/themes/astra-child/images/top-banner-bg-01_opt.jpg);
    background-size: cover;
}
.top-banner .section-wrap{max-width:100%; padding:0;}
.top-banner-col-1 {
    width: 100%;
    z-index: 1;
}
.ast-header-sticky-active{background: rgb(0 0 0 / 70%);}
.ast-custom-header .mega-menu-wrap{
	
    max-width: 1000px !important;
    margin:0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
}


.top-banner-col-2 {
    width: 100%;
    height: fit-content;
    margin-top: -24%;
}

.top-banner-col-2>div {
    width: 100%;
}

.top-banner h1 {
    font-family: var(--font-family--title1);
    display: flex;
    justify-content: space-between;
    padding: 2%;
    background-color: var(--color-red);
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
}

.top-banner-col-2 .top-title-left,
.top-banner-col-2 .top-title-right {
    display: block;
    width: 30%;
}

.top-banner-col-2 .top-title-th,
.top-banner-col-4 .top-title-th {
    position: relative;
    top: -17px;
    left: 3px;
    font-size: .5em;
}

.top-banner-col-2 .top-title-right {
    text-align: right;
}
.top-banner h1, .top-banner p{color: var(--color-white);}
@media (min-width: 501px){
.top-banner-col-2 h1 img {
    display: none;
}
}

@media (min-width: 768px) {
    .top-banner .three-col {
        width: 33%;
    }
}

@media (min-width: 1750px) {
    .top-banner-col-2 {
        margin-top: -16%;
    }
}

@media (max-width: 800px) {
    .top-banner {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .top-banner-col-1>div {
        margin-left: 0;
    }

    .top-banner-col-2 {
        margin-top: 0;
    }

    .top-banner-col-2 h1 {
        flex-direction: column;
    }

    .top-banner-col-2 .top-title-left,
    .top-banner-col-2 .top-title-right {
        width: 100%;
        text-align: center;
    }

    .top-banner-col-2 .top-title-right {
        text-align: center;
    }

    .top-banner-col-3 {
        order: 1;
		text-align:right;
    }

 
    .top-banner-col-4 {
        padding: 0 20px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
		justify-content: center;
    }
	

    .top-banner-col-5 {
        order: 2;
    }

    .top-banner-col-6 {
        order: 3;
        margin-top: 20px;
    }

    .top-banner-col-7 {
        order: 4;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .top-banner-col-1 {display: none;}
	.top-banner-col-2 h1 {background: none;}
	.top-title-mob {display: block; font-size: 1.5em; margin-top: -10px;}
	.top-banner-col-2 .top-title-right {position: relative; width: fit-content; margin: auto;}
	.top-title-right::before, .top-title-right::after {
		content: "";
		background: var(--color-red);
		height: 3px;
		width: 25%;
		position: absolute;
		top: 50%;
	}
	.top-title-right::before {left: -30%;}
	.top-title-right::after {right: -30%;}
	.top-banner-col-3, .top-banner-col-5 {width: 40%;}
	.top-banner-col-6, .top-banner-col-7 {width: 50%;}
	.top-banner-col-4>div p:first-child {margin-bottom: 0;}
}

@media (max-width: 390px) {
    .top-banner h1 {font-size: 24px;}
	.top-banner .top-banner-col-4>div p {font-size: 22px;}
	.top-banner-col-6 .button-full {padding: 10px 15px; font-size: 14px;}
	.top-banner-col-7 .button-outline {padding: 7px 10px; font-size: 14px;}
}
/* End of Top Banner - Section Styles */

/* Tilted - Section Styles */
.tilted-section {
    padding: 0 0 100px;
    background-color: var(--color-gray);
}

.tilted-section .section-wrap {
    max-width: 100%;
}

.tilted-col:first-child h3 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    font-size: clamp(30px, 4vw, 48px);
}

.tilted-col:first-child .sub-t {
    display: block;
    font-size: .6em;
}

.tilted-col:first-child h4 {
    color: var(--color-red);
    font-family: var(--font-family--title3);
    font-size: clamp(26px, 4vw, 26px);
}

.tilted-section h5 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
	font-size: 20px;
}

.tilted-col:first-child p {
    color: var(--color-white);
}

.tilted-col:first-child {
    width: 40%;
    padding: 3%;
}

.tilted-col:nth-child(n+2) {
    width: 15%;
}

.tilted-col:nth-child(n+2)>div,
.tilted-col-img,
.tilted-col-img img {
    height: 100%;
}

.tilted-col-img img {
    object-fit: cover;
    width: 100%;
}

.tilted-section {
    background-image: url(/wp-content/themes/astra-child/images/stain-mark-01.png);
    background-repeat: no-repeat;
    background-position-y: -80%;
	overflow:hidden;
}

.tilted-col:first-child {
    display: flex;
    align-items: flex-end;
    margin-top: 7%;
}

.tilted-col:nth-child(n+2) {
    box-shadow: -15px 15px 60px 10px rgba(0, 0, 0, 1);
    background-color: var(--color-black);
}

.tilted-col:first-child>div {
    max-width: 80%;
    margin-left: auto;
    margin-right: 10%;
}

.tilted-col-img {position: relative;}

.tilted-col-img h5 {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0 20% 0 15%;
    margin-bottom: 80px;
    transform: skew(15deg, 0deg);
}

.tilted-col:nth-child(5) h5 {
	padding: 0 5% 0 15%;
}

.tilted-col-img::before {
    content: "";
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9007935938047094) 90%, rgba(0, 0, 0, 1) 100%);
}

.tilted-col-img::after {
    content: "";
    width: 100%;
    position: absolute;
    display: block;
    height: 101%;
	margin-left: -1%;
    top: 0;
    background: linear-gradient(180deg, rgba(41,41,41,0) 40%, rgba(0,0,0,0.9052871148459384) 70%, rgba(0,0,0,1) 100%);
}

.tilted-section::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 130px;
    margin-top: -5px;
    background-image: url(/wp-content/themes/astra-child/images/tire-mark-01.png);
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
}

.tilted-section .tilted-col {
        transform: skew(-15deg, 0deg);
    }

    .tilted-col:first-child>div {
        transform: skew(15deg, 0deg);
    }

    ..tilted-col-img h5 {
        transform: skew(15deg, 0deg);
    }

@media (max-width: 1360px) {
    .tilted-col-img h5 {padding: 0 5% 0 10%;}
}

@media (max-width: 1024px) {

    .tilted-section .section-wrap {padding: 0 3%;}

    .tilted-col:nth-child(n+2)>div,
    .tilted-col-img,
    .tilted-col-img img {
        height: auto;
    }

    .tilted-col:first-child {
        width: 100%;
        text-align: center;
    }
	
	.tilted-col:first-child>div {max-width: 100%; margin: auto;}

    .tilted-col:nth-child(n+2)>div {
        margin: 0 2%;
    }

    .tilted-col:nth-child(n+2) {
        width: 25%;
        /*box-shadow: none;*/
        /*background-color: unset;*/
    }
	
	/*.tilted-col:nth-child(5) {margin-right: -26%;}*/

    .tilted-col-img::before,
    .tilted-col-img::after {
        /*display: none;*/
    }

    .tilted-col:nth-child(n+2)>div>div:nth-child(2) {
        /*background-color: unset;*/
        /*box-shadow: none;*/
    }

    .tilted-section h5 {
        margin-top: 10px;
		margin-bottom: 30px;
    }
	
	.tilted-col:nth-child(5) h5 {
    padding: 0 0 0 5%;
}
}

@media (max-width: 500px) {
    .tilted-section {padding-bottom: 20px;}
    /*.tilted-section .section-wrap {margin-left: -33%;}*/
    .tilted-col:nth-child(n+2) {
        width: 80%;
		margin-left: -15%;
    }
	
	.tilted-col:nth-child(n+3) {margin-top: -25%;}
	
	.tilted-col:first-child {text-align: left;}
	
	.tilted-col-img h5, .tilted-col:nth-child(5) h5 {top: 55%; padding: 0 10% 0 20%;}
	.tilted-col-img::before {display: none;}
	.tilted-col-img::after {width: 101%; background: linear-gradient(180deg, rgba(41,41,41,0) 30%, rgba(0,0,0,0.9052871148459384) 60%, rgba(0,0,0,1) 100%);}
}

@media (max-width: 320px) {
    .tilted-col:nth-child(n+2) {
        width: 85%;
    }

    .tilted-col {
        margin-bottom: 30px;
    }
}
/* End of Tilted - Section Styles */

/* Bike - Section Styles */
.bike-section {
    padding: 0;
}

.bike-section .section-wrap {
    max-width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.303046218487395) 20%, rgba(255, 255, 255, 0) 100%);
}

.bike-section {
    background-color: var(--color-gray);
}

.bike-top-col-1 {
    width: 60%;
}

.bike-top-col-2 {
    width: 40%;
    justify-content: center;
}

.bike-top-col-2>div {
    max-width: 600px;
    margin: 0 3% 0 5%;
}

.bike-btn-col {
    display: flex;
    justify-content: space-between;
}

.bike-btn-col p:first-child{
    width: 65%;
    font-family: var(--font-family--title3);
}
.bike-btn-col p:last-child{width: 35%;}
.bike-btn-col a {
    width:100%;
    height: fit-content;
    padding: 10px 5px;
    margin-left: 10px;
}

.bike-top-col-2 h3,
.bike-section .four-col h4 {
    font-family: var(--font-family--title2);
}

.bike-top-col-2 h3 {
    font-size: clamp(28px, 4vw, 48px);
}

.bike-mid-col {
    width: 100%;
    padding: 5% 0;
}

.bike-mid-col h3 {
    display: inline-block;
    position: relative;
}

.bike-mid-title-1 {
    font-family: var(--font-family--title3);
    font-size: clamp(22px, 4vw, 34px);
}

.bike-mid-title-2 {
    font-family: var(--font-family--title4);
    display: block;
    font-size: clamp(38px, 4vw, 90px);
    margin-top: 20px;
}

.bike-top-col-2 h3,
.bike-top-col-2 p,
.bike-mid-col h3,
.bike-section .four-col h4 {
    color: var(--color-white);
}

.bike-mid-col>div {
    width: 90%;
    text-align: center;
    padding: 0 5%;
    overflow: hidden;
}

.bike-mid-col h3::before,
.bike-mid-col h3::after {
    content: "";
    position: absolute;
    height: 0;
    border-top: 5px solid var(--color-red);
    width: 600px;
}

.bike-mid-col h3::before {
    right: 100%;
    margin-right: 15px;
    margin-top: 18px;
}

.bike-mid-col h3::after {
    left: 100%;
    margin-left: 15px;
    margin-top: -85px;
}

.bike-btn-col p {
    color: var(--color-red);
    font-size: 21px;
}

.bike-top-col-1 img {
    -webkit-mask-image: url(/wp-content/themes/astra-child/images/mask-1.png);
    -webkit-mask-size: cover;
    mask-image: url(/wp-content/themes/astra-child/images/mask-1.png);
    mask-size: cover;
}

.bike-section .four-col {
    width: 22%;
}

.bike-section .four-col h4 {
    width: 80%;
    margin: auto;
    font-size: clamp(16px, 2vw, 22px);
}

.bike-section .four-col img {
    -webkit-mask-image: url(/wp-content/themes/astra-child/images/bike-people-mask-1.png);
    -webkit-mask-size: cover;
    mask-image: url(/wp-content/themes/astra-child/images/bike-people-mask-1.png);
    mask-size: cover;
}

.bike-img-col {
    position: relative;
}

.bike-img-col::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9007935938047094) 90%, rgba(0, 0, 0, 1) 100%);
}

@media (min-width: 501px) {
    .bike-section {
        background-image: url(/wp-content/themes/astra-child/images/bike-bg-1.jpg);
        background-repeat: no-repeat;
        background-position: top right;
    }
}

@media (max-width: 1024px) {
    .bike-top-col-1 {
        width: 40%;
    }

    .bike-top-col-2 {
        width: 60%;
    }

    .bike-top-col-1>div,
    .bike-top-col-1 img {
        height: 100%;
    }

    .bike-top-col-1 img {
        object-fit: cover;
        width: 100%;
        -webkit-mask-image: unset;
        -webkit-mask-size: unset;
    }

    .bike-mid-col h3::before {
        right: 90%;
        margin-top: 12px;
    }

    .bike-mid-col h3::after {
        left: 90%;
        margin-top: -85px;
    }
}

@media (max-width: 767px) {
    .bike-top-col-1 {
        width: 80%;
    }

    .bike-top-col-2 {
        width: 100%;
        text-align: center;
    }

    .bike-top-col-2>div {
        max-width: 100%;
        margin: 3%;
    }

    .bike-btn-col {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .bike-section .four-col {
        width: 42%;
        margin-bottom: 30px;
    }

    .bike-top-col-2 h3 {
        margin-top: 20px;
    }

    .bike-btn-col p {
        width: 100%;
    }

    .bike-btn-col p:nth-child(2) {
        width: 50%;
    }

    .bike-mid-col h3::after {
        margin-top: -95px;
    }
}

@media (max-width: 320px) {
    .bike-section .four-col {
        width: 82%;
    }
}
/* End of Bike - Section Styles */

/* Rally + - Section Styles */
.gear-section {
    padding: 50px 0 0;
    background: linear-gradient(0deg, rgba(41, 41, 41, 1) 20%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 100%);
}

.gear-section .section-wrap {
    max-width: 100%;
}

.gear-section h4 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    font-size: clamp(22px, 4vw, 48px);
}

.gear-img-col img {
    -webkit-mask-image: url(/wp-content/themes/astra-child/images/gear-mask-01.png);
    -webkit-mask-size: cover;
    mask-image: url(/wp-content/themes/astra-child/images/gear-mask-01.png);
    mask-size: cover;
}

.gear-section .two-col:first-of-type {
    justify-content: center;
    align-items: flex-end;
}

.gear-section .two-col:first-child>div {
    max-width: 640px;
    margin: 0 5%;
}

.gear-row-left-1 {
    margin-bottom: 50px;
}

.gear-row-left-1 a {
    margin: 0 10% 0 auto;
}

.gear-row-left-1 h4 a {
	text-decoration-line: none !important;
	margin:0;
	color:var(--color-white);
	}

.gear-row-left-2 a {
    margin: 0 0 0 auto;
}

.gear-row-left-1 .button-full,
.gear-row-left-2 .button-full {
    position: relative;
}

.gear-row-left-1 .button-full::before,
.gear-row-left-2 .button-full::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 4px;
    background: var(--color-red);
    margin-top: 17px;
}

.gear-row-left-1 .button-full::before {
    right: 110%;
}

.gear-row-left-2 .button-full::before {
    right: 105%;
}

.gear-one-mid-col {
    margin: 40px 0;
}

.gear-one-mid-col h3 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    font-size: clamp(28px, 4vw, 48px);
    text-align: center;
}

.gear-section .four-col {
    max-width: 350px;
    padding: 0 10px;
}

.gear-section .four-col>div {
    position: relative;
    max-width: 300px;
    height: 100%;
    margin: auto;
    background-color: var(--color-white);
    padding: 20px 10px;
    border-radius: 15px;
    text-align: center;
}

.gear-txt-btm-col p {
    margin-bottom: 0;
    font-size: 20px;
}

.gear-price-btm {
    display: block;
    color: #e3311e;
    font-size: 20px;
    margin-top: 15px;
}

.gear-txt-btm-col p,
.gear-price-btm {
    font-weight: bold;
}

.gear-section .four-col>div::after {
    content: url(/wp-content/themes/astra-child/images/gear-offer-badge-01.png);
    position: absolute;
    top: -30px;
    right: 0;
}

.gear-one-btm-col {
    margin-top: 50px;
}

.gear-one-btm-col h4 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    font-size: clamp(22px, 4vw, 32px);
    text-align: center;
}

.gear-one-btm-col p {
    color: var(--color-red);
    font-family: var(--font-family--title2);
    font-size: 18px;
}

.gear-one-btm-col>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 800px) {
    .gear-section .two-col:first-of-type {
        width: 100%;
        margin: 40px 0;
        text-align: center;
    }

    .gear-section .two-col:nth-child(2) {
        width: 80%;
    }

    .gear-row-left-1 .button-full {
        margin: 0 0 0 auto;
    }

    .gear-img-col img {
        -webkit-mask-image: unset;
        -webkit-mask-size: unset;
        mask-image: unset;
        mask-size: unset;
    }

    .gear-section .two-col:first-child>div {
        max-width: 100%;
    }

    .gear-section .four-col:nth-child(n+1) {
        margin-bottom: 50px;
    }

    .gear-one-mid-col {
        margin-top: 50px;
    }

    .gear-one-btm-col {
        margin: 50px 3% 0;
    }

    .gear-one-btm-col p {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .gear-one-mid-col {
        padding: 0 3%;
    }
}
/* End of Rally Gear - Section Styles */

/* Gallery - Section Styles */
.gallery-section {
    padding: 50px 0 0;
	background: var(--color-black);
}

.gallery-section .section-wrap {
    max-width: 1530px;
}

.gallery-section .one-col {
    margin-bottom: calc(3% + 20px);
}

.gallery-section h3 {
    font-family: var(--font-family--title2);
    color: var(--color-white);
    font-size: clamp(32px, 4vw, 48px);
    text-align: center;
}

.gallery-section .five-col {
    width: 18%;
}

.gallery-section .five-col>div {
    margin: 5px;
}

.gallery-section .five-col img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery-col-1>div:first-child {
    height: 20%;
}

.gallery-col-2>div:first-child {
    height: 40%;
}

.gallery-col-4>div:first-child {
    height: 45%;
}

.gallery-col-5>div:first-child {
    height: 40%;
}

.gallery-col-1 {
    position: relative;
}

.gallery-col-1::before {
    content: "";
    position: absolute;
	pointer-events: none;
    width: 500%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.9007935938047094) 70%, rgba(0, 0, 0, 1) 100%);
}

@media (max-width: 500px) {
    .galler-section {
        padding-bottom: 0;
    }

    .gallery-section .gallery-col-1,
    .gallery-section .gallery-col-2,
    .gallery-section .gallery-col-3 {
        width: 30%;
    }

    .gallery-section .gallery-col-4,
    .gallery-section .gallery-col-5 {
        width: 45%;
    }

    .gallery-col-1::before {
        width: 300%;
    }

    .gallery-col-4 {
        position: relative;
    }

    .gallery-col-4::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.9007935938047094) 90%, rgba(0, 0, 0, 1) 100%);
    }
}
/* End of Gallery - Section Styles */

/* Reviews - Section Styles */
.reviews-section {background: var(--color-black);}
.reviews-section .section-wrap {
    max-width: 1500px;
}
@media (min-width:768px){
	.reviews-col-1 {
		width: 60% !important;
		justify-content: center;
	}
}
.reviews-col-2 {
    width: 40% !important;
}

.reviews-col-1 h3 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    font-size: clamp(24px, 4vw, 48px);
    line-height: 1.1;
}

.reviews-col-1 .sub-t {
    display: block;
    font-family: var(--font-family--title4);
    font-size: clamp(40px, 6vw, 117px);
    transform: scaleX(1.2);
    margin-left: 9%;
}

.rev-p1 {
    color: var(--color-white);
    font-size: clamp(16px, 4vw, 24px);
}

.reviews-stars-row .rev-p2 {
    color: var(--color-red);
    font-family: var(--font-family--title2);
    font-size: 26px;
    margin-bottom: 0;
}

.rev-p3 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    font-size: 12px;
    margin-top: 30px;
}

.reviews-stars-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.reviews-stars-row>div:first-child {
    width: 70%;
    padding-right: 20px;
}

.reviews-stars-row>div:nth-child(2) {
    width: 30%;
}

.reviews-col-2 img {
    -webkit-mask-image: url(/wp-content/themes/astra-child/images/review-mask-01.png);
    -webkit-mask-size: cover;
    mask-image: url(/wp-content/themes/astra-child/images/review-mask-01.png);
    mask-size: cover;
}

@media (max-width: 767px) {
    .reviews-col-1 {
        width: 100%;
        text-align: center;
    }

    .sub-t {
        margin-left: 0;
    }

    .reviews-stars-row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .reviews-stars-row>div {
        width: 100%;
    }

    .reviews-col-2 img {
        -webkit-mask-image: unset;
        -webkit-mask-size: unset;
        mask-image: unset;
        mask-size: unset;
    }

    .reviews-col-1 .sub-t {
        margin-left: 0;
    }

    .reviews-stars-row>div:first-child {
        width: 100%;
        padding: 0 3%;
    }

    .reviews-stars-row .rev-p2 {
        font-size: 20px;
    }
}
/* End of Reviews - Section Styles */

/* Map - Section Styles */
.map-section {
    padding: 80px 0;
	background: var(--color-black);
}

.map-section .section-wrap {
    max-width: 100%;
    justify-content: end;
}

.map-btm-col {
    background-image: url(/wp-content/themes/astra-child/images/map-transparent-bg-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 490px;
}

.map-btm-col>div {
    width: 100%;
}

.map-top-col h3 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    font-size: clamp(28px, 4vw, 44px);
    position: relative;
    z-index: 1;
}

.map-top-col .sub-t {
    display: block;
    color: var(--color-red);
}

.map-btm-col-1 p {
    font-size: 18px;
    font-family: var(--font-family--title2);
    font-weight: bold;
    text-shadow: 0px 0px 10px #ffffff;
    margin-bottom: 10px;
	margin-left: 40px;
}

.map-btm-col-1 hr {
    height: 0;
    border-top: 2px solid var(--color-red);
    background-color: unset;
    width: 95%;
    margin: auto;
}

.map-btm-col-1 hr::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: var(--color-red);
	right: 10px;
	bottom: -4px;
}

.map-btm-col-3 {
    background-image: url(/wp-content/themes/astra-child/images/map-red-stripe-bg-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 10px 0;
    width: 130%;
    margin-left: -25%;
}

.map-download {
    display: flex;
    align-items: center;
    padding-left: 20%;
	text-decoration: none !important;
}

.map-btm-col-3 p {
    color: var(--color-white);
    font-size: 20px;
    font-family: var(--font-family--title2);
    max-width: 380px;
    margin-bottom: 0;
    margin-left: 20px;
}

@media (min-width: 801px) {
    .map-top-col>div {
        width: 42%;
        margin: 0 3% 0 auto;
    }

    .map-btm-col .two-col {
        position: relative;
    }

    .map-btm-col-1 {
        position: absolute;
        width: 90%;
        left: 440px;
        top: -10px;
        text-align: center;
    }

    .map-btm-col-2 {
        margin-top: -300px;
    }
}

@media (min-width: 1360px) {
    .map-top-col>div {
        width: 55%;
    }
}

@media (min-width: 1600px) {
    .map-btm-col {
        max-width: 90%;
    }
}

@media (max-width: 800px) {
    .map-top-col {
        text-align: center;
        margin-bottom: 50px;
    }

    .map-btm-col-1 {
        position: absolute;
        left: 45%;
        margin-top: -10%;
    }

    .map-btm-col-1 p {
        font-size: 16px;
    }

    .map-btm-col-1 hr {
        width: 150%;
        margin-left: -35%;
    }

    .map-btm-col-2 {
        width: 70%;
        margin-top: -50%;
    }

    .map-btm-col-3 {
        width: 200%;
    }

    .map-download {
        padding-right: 30%;
    }

    .map-download p {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .map-top-col {
        padding: 0 3%;
    }

    .map-btm-col {
        height: 350px;
    }

    .map-btm-col-1 {
        left: 20%;
        width: 100%;
        margin-top: -20%;
    }

    .map-btm-col-1 p {
        font-size: 12px;
    }

    .map-btm-col-1 hr {
        width: 100%;
        margin-left: 0;
    }

    .map-btm-col-2 {
        margin-top: -35%;
        width: 50%;
    }

    .map-download {
        padding-left: 15%;
        padding-right: 40%;
    }

    .map-download p {
        font-size: 12px;
    }
}
/* End of Map - Section Styles */

/* Sponsors - Section Styles */
.sponsor-section {
    padding: 5% 0;
	background: var(--color-black);
}

.sponsor-section .section-wrap {
    max-width: 100%;
}

.sponsor-section h3,
.sponsor-section h4 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    text-align: center;
}

.sponsor-section h3 {
    font-size: clamp(26px, 4vw, 42px);
}

.sponsor-section h4 {
    font-size: clamp(14px, 4vw, 32px);
}

.sponsor-top-row {
    border-bottom: 8px solid var(--color-red);
}

.sponsor-mid-row,
.sponsor-btm-row {
    padding: 0 3%;
}

.sponsor-mid-row-1,
.sponsor-mid-row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sponsor-mid-row-1 {
    border-bottom: 4px solid var(--color-red);
}

.sponsor-mid-row-1>div {
    width: 20%;
}

.sponsor-mid-row-2>div {
    width: 15%;
}

.sponsor-btm-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 40px;
}

.sponsor-btm-col-1 {
    width: 70%;
    border-right: 4px solid var(--color-red);
}

.sponsor-btm-col-1>div,
.sponsor-btm-col-2>div {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sponsor-btm-col-2>div {
    justify-content: center;
}

.sponsor-btm-col-1-ttl,
.sponsor-btm-col-2-ttl {
    width: 100%;
}

.sponsor-btm-col-1-log {
    width: 15%;
}

.sponsor-btm-col-2 {
    width: 30%;
}

.sponsor-btm-col-2-log {
    width: 40%;
}

@media (max-width: 500px) {
    .sponsor-btm-col-1-log {
        width: 30%;
    }

    .sponsor-btm-col-2-log {
        width: 80%;
        margin-top: -20%;
    }

    .sponsor-btm-col-1>div,
    .sponsor-btm-col-2>div {
        width: 100%;
    }
}
/* End of Sponsors - Section Styles */

/* FAQ - Section Styles */
.faq-section {
    background-color: #3f3f3f;
    padding: 70px 3% 0;
}

.faq-mid-row {
    padding: 0 0 3%;
    border-bottom: 5px solid var(--color-white);
}

.faq-btm-row {
    padding: 30px 0;
    border-bottom: 8px solid var(--color-red);
}

.faq-mid-row>div {
    width: 100%;
}

.faq-top-row h3 {
    color: var(--color-white);
    font-family: var(--font-family--title2);
    font-size: clamp(28px, 4vw, 42px);
    text-align: center;
}

.faq-mid-row h4 {
    margin-bottom: 0;
    font-size: clamp(18px, 4vw, 22px);
    font-family: var(--font-family--system);
    color: var(--color-white);
}

.faq-mid-row p {
    color: var(--color-white);
    margin-top: 20px;
}

.faq-section summary {
    position: relative;
    display: flex;
    margin-top: 16px;
    padding-bottom: 8px;
}

.faq-section details {
    cursor: pointer;
    border-bottom: 2px solid var(--color-red);
}

.faq-section summary::after {
    content: "+";
    display: inline-block;
    position: absolute;
    right: 0;
    transition: transform 0.2s;
    color: var(--color-white);
    font-size: 22px;
    text-align: center;
    line-height: 1;
}

@media (min-width: 501px) {
    .faq-section {
        background-image: url(/wp-content/themes/astra-child/images/faq-bg-01.jpg);
        background-size: cover;
    }
}

@media (max-width: 800px) {
    .faq-mid-row h4 {
        padding-right: 20px;
    }
}

.two-col.top-banner-col-6, .three-col.top-banner-col-3{text-align:right;}
.three-col.top-banner-col-4{justify-content: center; padding: 0 20px;}
.three-col.top-banner-col-4 p{text-align:center;}
.three-col.top-banner-col-4 p:first-child{font-family: var(--font-family--title2); font-size: clamp(26px,4vw,42px); margin-bottom: 20px;}
.three-col.top-banner-col-4 p:nth-child(2n){font-family: var(--font-family--title3); font-size: 26px; margin-bottom: 0;}
.two-col.top-banner-col-7, .three-col.top-banner-col-5{text-align:left;}
.two-col.top-banner-col-6, .three-col.top-banner-col-3{text-align:right;}
.top-banner-col-6 .button-full{    margin-left: auto;
    margin-right: 20px;}