/*!
Theme Name: engage
Theme URI: https://engage-services.co.uk
Author: engage-services.co.uk
Author URI: https://engage-services.co.uk
Description: Engage is a WordPress theme for holding pages.
Text Domain: engage
*/

/*======= Homepage start =======*/

/*-- hero start --*/
.hero-banner-section {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 636px;
    background-color: var(--engage-navy);
    overflow: hidden;
}

.hero-banner-section_media {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-banner-section_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-banner-section_overlay-wrap{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-banner-section_overlay-wrap:before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 100%;
    background: rgba(20, 37, 65, 0.90);

}

.hero-banner-section_overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0.9;
}

.hero-banner-section .main {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-banner-section_content {
    max-width: 612px;
    padding: 60px 0;
    color: var(--engage-white);
}

.hero-banner-section_title {
    color: var(--engage-white);
    margin-bottom: 22px;
}

.hero-banner-section_desc {
    margin-bottom: 26px;
}

.hero-banner-section_desc p {
    font-family: var(--ff-alt);
    font-size: 22px;
    line-height: 1.36;
    color: var(--engage-white);
}

.hero-banner-section_desc p strong {
    font-size: 20px;
}

.hero-banner-section_desc ul{
    list-style: disc;
    padding-left: 20px;
    margin: 0 0 20px;
}

.hero-banner-section_desc ol{
    list-style: decimal;
    padding-left: 20px;
    margin: 0 0 20px;
}


@media (max-width: 1200px) {

    .hero-banner-section_overlay-wrap{
        right: -90px;
    }

}


@media (max-width: 1024px) {
    .hero-banner-section { min-height: 606px; }
    .hero-banner-section_desc p { font-size: 20px; }
	.hero-banner-section_content{
		max-width: 510px;
	}

    .hero-banner-section_overlay-wrap {
        right: -62px;
    }

}

@media (max-width: 991px) {
    .hero-banner-section {
        display: block;
        min-height: 0;
    }
    .hero-banner-section_media { position: static; }
    .hero-banner-section_img {
        position: static;
        width: 100%;
        height: 300px;
        object-position: center top;
    }
    .hero-banner-section_overlay { display: none; }
    .hero-banner-section_overlay-wrap{
        display: none;
    }
    .hero-banner-section_content {
        max-width: none;
        padding: 57px 0 112px;
    }

    .hero-banner-section_title br{
        display: none;
    }

    .hero-banner-section_content h1{
        font-size: 27px;
    }

    .hero-banner-section_content .btn{
        width: 100%;
        display: block;
    }

    .hero-banner-section_desc p{
        font-size: 18px;
    }

    .hero-banner-section_desc p strong{
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hero-banner-section_img { height: auto; min-height: 200px; }
    .hero-banner-section_content { padding: 42px 0 80px; }
    .hero-banner-section_desc p strong { font-size: 16px; }
	.hero-banner-section_content .btn{
		width: 100%;
	}

    .hero-banner-section_desc p{
        font-size: 16px;
    }

    
}
/*-- hero end --*/


/*-- services start --*/

.services-section{
	padding: 0 0 134px;
}
.service-top-bg-inner-section {
    background-color: var(--engage-peach);
    padding: 85px 0 230px;
}

.service-top-content {
    max-width: 846px;
}

.service-top-content h2,
.service-top-content h3 {
    color: var(--engage-black);
}

.service-top-content h3 {
    font-weight: 400;
    margin-bottom: 12px;
}

.service-list-inner-section {
    margin-top: -170px;
}

.service-row {
    gap: 100px 25px;
    justify-content: center;
}

.service-col {
    width: calc((100% - 50px) / 3);
    text-align: center; 
}

.service-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
}

.service-content {
    padding-top: 22px;
}

.service-content h4 {
    margin-bottom: 12px;
    font-size: 22px;
}


@media (max-width: 1536px) {
    .service-top-bg-inner-section { padding-bottom: 194px; }
    .service-list-inner-section { margin-top: -134px; }
    .service-row { gap: 84px 15px; }
    .service-col { width: calc((100% - 30px) / 3); }
    .service-img img { height: 260px; }
}

@media (max-width: 1200px) {
    .service-top-bg-inner-section { padding-bottom: 174px; }
    .service-list-inner-section { margin-top: -114px; }
    .service-img img { height: 207px; }
}

@media (max-width: 1024px) {
    .service-top-bg-inner-section { padding: 60px 0 162px; }
    .service-list-inner-section { margin-top: -102px; }
    .service-row { gap: 100px 14px; }
    .service-col { width: calc((100% - 28px) / 3); }
    .service-img img { height: 187px; }
}

@media (max-width: 991px) {
	.services-section{
		padding: 0 0 100px;	
	}
    .service-top-bg-inner-section { padding: 50px 0 130px; }
    .service-list-inner-section { margin-top: -90px; }
    .service-row { gap: 84px; }
    .service-col { width: 100%; text-align: left; }
    .service-img img { height: 200px; }
    .service-content { padding-top: 20px; }
}

@media (max-width: 767px) {
	.service-top-bg-inner-section {
        padding: 63px 0 153px;
    }
    .service-list-inner-section { margin-top: -114px; }
    .service-row { gap: 32px; }
    .service-content {
        padding-top: 30px;
    }
	.service-img img{
		border-radius: 10px;
	}

    .service-content h4{
        font-size: 20px;
    }
}
/*-- services end --*/


/*-- story video start --*/
.story-section {
    padding: 0 0 135px;
    text-align: center;
}

.story-section_title {
    font-size: 30px;
    margin-bottom: 54px;
}

.story-video-wrap {
    overflow: hidden;
    border-radius: 14px;
    line-height: 0;
	padding-bottom: 56%;
	position: relative;
    border: 2px solid var(--engage-navy);
}

.story-video-mp4 {
    width: 100%;
    height: 100%;
	object-position: center center;
	object-fit: cover;
    display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
    transform: scale(1.01);
    border-radius: 14px;
}

.unmute-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(var(--engage-text-rgb), 0.3);
}

.unmute-btn i { font-size: 18px; }

@media (max-width: 1200px) {
    .story-section_title { margin-bottom: 60px; }
}

@media (max-width: 1024px) {
    .story-section_title { margin-bottom: 36px; }
}

@media (max-width: 767px) {
    .story-section { padding: 0 0 80px; }
    .story-section_title { font-size: 22px; margin-bottom: 26px; }

	.story-video-wrap{
		margin: 0 -20px;
		border-radius: 0;
		padding-bottom: 63%;
	}

    .unmute-btn {
        top: 12px;
        right: 12px;
        padding: 9px 14px;
        font-size: 14px;
    }
    .unmute-btn i { font-size: 16px; }

}
/*-- story video end --*/


/*-- why engage start --*/
.why-engage-section {
    position: relative;
    padding: 0 0 100px;
    min-height: 735px;
}

.why-engage-section_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.why-engage-section_pattern {
    position: absolute;
    bottom: -37%;
    z-index: 0;
    width: auto;
    pointer-events: none;
}

.why-engage-section_pattern--left  { left: 0; }
.why-engage-section_pattern--right { right: 0; display: none; }

.why-engage-section .main { position: relative; z-index: 1; }

.why-engage-section_row {
    justify-content: space-between;
    align-items: flex-start;
}

.why-engage-section_side {
    width: 32%;
    /* position: sticky;
    top: 40px; */
}

.why-engage-section_eyebrow {
    display: block;
    font-family: var(--ff-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}

.why-engage-section_title {
    margin-bottom: 56px;
}

.why-engage-section_img img {
    width: 100%;
    border-radius: 16px;
}

.why-engage-section_content {
    width: 58%;
}

.why-engage-section_block {
    margin-bottom: 36px;
	padding-top: 60px;
}

.why-engage-section_block h4 {
    margin-bottom: 4px;
	font-size: 22px;
}

.why-engage-section_block p{
	margin-bottom: 44px;
}

.why-engage-section_block h5{
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 44px;
}

.why-engage-section_block h5 strong{
	font-weight: 700;
}


@media (max-width: 1200px) {

	.why-engage-section_side{
		width: 34%;
	}
	.why-engage-section_pattern{
		width: 400px;
		left: -3%;
		bottom: -24%;
	}

    .why-engage-section{
        min-height: 810px;
    }


}

@media (max-width: 1024px) {
    
	.why-engage-section{
		padding-bottom: 87px;
        min-height: inherit;
	}
    .why-engage-section_pattern--left  { display: none; }
	.why-engage-section_pattern--right {
        display: block;
        left: auto;
        right: 0;
        bottom: -15%;
        width: 300px;
    }

	.why-engage-section_side{
		width: 100%;
		position: static;
		margin-bottom: 30px;
	}

	.why-engage-section_content{
		width: 100%;
	}
	.why-engage-section_img img {
		height: 200px;
		object-fit: cover;
		object-position: top center;
		border-radius: 20px;
	}

	.why-engage-section_title{
		max-width: 669px;
		margin-bottom: 50px;
	}

	.why-engage-section_block h4{
		margin-bottom: 10px;
	}

	.why-engage-section_block p{
		margin-bottom: 34px;
	}
}

@media (max-width: 991px) {
	.why-engage-section {
        padding: 0 0 103px;
    }
    .why-engage-section_row { flex-direction: column; }
    .why-engage-section_side {
        width: 100%;
        position: static;
        top: auto;
        margin-bottom: 40px;
    }
    .why-engage-section_content { width: 100%; }
	.why-engage-section_title {
        margin-bottom: 49px;
    }

	.why-engage-section_block{
		padding-top: 0;
		margin-bottom: 42px;
	}

	.why-engage-section_pattern--right {
        right: -52px;
        bottom: -228px;
        width: 300px;
    }

}

@media (max-width: 767px) {
    .why-engage-section { padding: 0 0 70px; }
    .why-engage-section_eyebrow { font-size: 18px; }
    .why-engage-section_side { margin-bottom: 47px; }
    .why-engage-section_block { margin-bottom: 28px; }
	.why-engage-section_block h4 {
		font-size: 20px;
	}

	.why-engage-section_eyebrow{
		font-size: 22px;
	}

	.why-engage-section_img img{
		height: 160px;
		border-radius: 10px;
	}
	.why-engage-section_block .btn{
		display: block;
	}
	.why-engage-section_pattern--right {
        right: -18px;
        bottom: -143px;
        width: 180px;
    }
}
/*-- why engage end --*/


/*-- full width gallery start --*/
.full-width-section {
    position: relative;
    padding: 0 0 100px;
    overflow: hidden;
}

.full-width-section_row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
}

.full-width-section_img {
    flex: 0 0 auto;
    width: 709px;
    height: 445px;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 1536px) {
    .full-width-section_row { gap: 15px; }
    .full-width-section_img { width: 620px; }
}

@media (max-width: 1200px) {
    .full-width-section_row { gap: 12px; }
    .full-width-section_img { width: 483px; height: 347px; }
}

@media (max-width: 1024px) {
    .full-width-section { padding: 0 0 151px; }
    .full-width-section_row { gap: 16px; }
    .full-width-section_img { width: 442px; height: 318px; }
}

@media (max-width: 991px) {
    .full-width-section { padding: 0 0 75px; }
    .full-width-section_row { gap: 9px; }
    .full-width-section_img { width: 400px; height: 288px; }
}

@media (max-width: 767px) {
    .full-width-section { padding: 0 0 60px; }
    .full-width-section_row { gap: 4px; }
    .full-width-section_img { width: 194px; height: 139px; border-radius: 10px; }
}
/*-- full width gallery end --*/


/*-- blockquote start --*/
.blockquote-section {
    padding: 0 0 115px;
}

.blockquote-section_quote {
    position: relative;
    margin-left: 126px;
    padding-left: 49px;
}

.blockquote-section_quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 5px;
    width: 5px;
    border-radius: 2.5px;
    background-color: var(--engage-plum);
}

.blockquote-section_quote p {
    max-width: 1144px;
    font-family: var(--ff-heading);
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.25;
    margin: 0;
}

.blockquote-section_author , cite {
    display: block;
    margin-top: 25px;
    font-family: var(--ff-alt);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    color: var(--engage-green);
    font-style: normal;
}

@media (max-width: 1536px) {
    .blockquote-section { padding: 0 0 101px; }
    .blockquote-section_quote { margin-left: 0; }
    .blockquote-section_quote p { max-width: 1034px; }
}

@media (max-width: 1200px) {
    .blockquote-section_quote p { max-width: 942px; }
}

@media (max-width: 1024px) {
    .blockquote-section { padding: 0 0 100px; }
    .blockquote-section_quote p { max-width: 857px; }
}

@media (max-width: 991px) {
    .blockquote-section_quote p { max-width: 640px; font-size: 28px; line-height: 1.2857; }
    .blockquote-section_author , cite { margin-top: 20px; }
}

@media (max-width: 767px) {
    .blockquote-section_quote { padding-left: 28px; }
    .blockquote-section_quote p { max-width: none; font-size: 24px; line-height: 1.3334; }
    .blockquote-section_author , cite { margin-top: 29px; }
}
/*-- blockquote end --*/


/*-- approach start --*/
.approach-section {
    position: relative;
    padding: 0 0 125px;
}

.approach-section_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.approach-section_pattern { position: absolute; width: 728px; }
.approach-section_pattern--desk { top: 40px; right: calc((100% - 1480px) / 2 + 20px - 150px); }
.approach-section_pattern--mob  { display: none; right: 0; bottom: 0; }

.approach-section_img {
    position: absolute;
    z-index: 2;
    top: 116px;
    left: calc((100% - 1480px) / 2 + 20px);
    width: 463px;
    height: 579px;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}

.approach-section_box-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.approach-section_box {
    margin-left: calc((100% - 1480px) / 2 + 195px);
    margin-right: calc((100% - 1480px) / 2 + 20px);
    padding: 100px 125px 100px 440px;
    background-color: var(--engage-blue);
    border-radius: 20px;
    color: var(--engage-white);
}

.approach-section_eyebrow {
    display: block;
    font-family: var(--ff-heading);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.34;
    margin-bottom: 5px;
}

.approach-section_content h2 {
    margin-bottom: 40px;
}

.approach-tag {
    display: inline-block;
    padding: 2px 20px;
    border-radius: 50px;
    font-family: var(--ff-heading);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 15px;
}

.approach-tag--assess  { background-color: var(--engage-gold); }
.approach-tag--connect { background-color: var(--engage-sky); }
.approach-tag--recover { background-color: var(--engage-green-bright); }

.approach-section_content p {
    margin-bottom: 40px;
}

.approach-section_content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1536px) {
    .approach-section_img { left: max(20px, calc((100% - 1295px) / 2 + 20px)); width: 411px; }
    .approach-section_box {
        margin-left: max(164.5px, calc((100% - 1295px) / 2 + 164.5px));
        margin-right: max(20px, calc((100% - 1295px) / 2 + 20px));
        padding: 100px 118px 100px 388px;
    }

    .approach-section_pattern--desk{
        right: calc((100% - 1295px) / 2 + 20px - 114px);
    }
}

@media (max-width: 1200px) {
    .approach-section { padding: 0 0 206px; }
    .approach-section_bg { bottom: -278px; }
    .approach-section_pattern--desk { display: none; }
    .approach-section_pattern--mob  { display: block; width: 739px; right: -311px; bottom: 306px; }
    .approach-section_img { left: max(20px, calc((100% - 1040px) / 2 + 20px)); width: 372px; }
    .approach-section_box {
        margin-left: max(167px, calc((100% - 1040px) / 2 + 167px));
        margin-right: -30px;
        padding: 100px 75px 100px 303px;
    }
}

@media (max-width: 1024px) {
    .approach-section_img { left: calc((100% - 945px) / 2 + 20px); width: 291px; }
    .approach-section_box {
        margin-left: calc((100% - 945px) / 2 + 206.5px);
        margin-right: -24px;
        padding: 100px 17px 99px 180px;
    }

    .approach-section_pattern--mob{
        width: 744px;
        right: -490px;
        bottom: 306px;
    }
}

@media (max-width: 991px) {
    .approach-section { padding: 0 0 164px; }
    .approach-section_bg { bottom: -377px; }
    .approach-section_img {
        position: static;
        width: 100%;
        height: 200px;
        border-radius: 0;
    }
    .approach-section_box {
        margin: 0;
        border-radius: 0;
        padding: 80px 40px 119px 41px;
    }
    .approach-section_pattern--mob{
        width: 744px;
        right: -493px;
        bottom: 363px;
    }
}

@media (max-width: 767px) {
    .approach-section { padding: 0 0 105px; }
    .approach-section_bg { bottom: -446px; }
    .approach-section_eyebrow { font-size: 22px; line-height: 1.27; margin-bottom: 10px; }
    .approach-section_box { padding: 50px 20px 91px; }
    .approach-section_pattern--mob {
        width: 290px;
        right: -172px;
        bottom: 447px;
    }
}
/*-- approach end --*/


/*-- our clients start --*/
.our-client-section {
    position: relative;
    padding: 0 0 125px;
}

.client-row {
    justify-content: space-between;
    align-items: flex-start;
}

.client-content-col {
    width: 36.8%;
    align-items: flex-start;
}

.our-client-section_eyebrow {
    display: block;
    font-family: var(--ff-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 7px;
}

.client-content-col h2 {
    margin-bottom: 15px;
}

.client-content-col p {
    margin-bottom: 30px;
}

.client-logo-col {
    width: 57.3%;
    margin-top: 42px;
}

.client-logo-row {
    gap: 40px 39px;
    align-items: center;
}

.client-logo-item {
    width: calc((100% - 117px) / 4);
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .client-row { flex-direction: column; }
    .client-content-col { width: 100%; }
    .client-logo-col {
        width: 100%;
        margin-top: 100px;
    }
    .client-logo-row { gap: 40px 45px; }
    .client-logo-item { width: calc((100% - 135px) / 4); }
}

@media (max-width: 991px) {
    .client-logo-col { margin-top: 80px; }
    .client-logo-row { gap: 40px 33px; }
    .client-logo-item { width: calc((100% - 99px) / 4); }
}

@media (max-width: 767px) {
    .our-client-section { padding: 0 0 93px; }
    .our-client-section_eyebrow { font-size: 22px; }
    .client-content-col .btn { width: 100%; }
    .client-logo-row { gap: 40px 22px; justify-content: center; }
    .client-logo-item { width: calc((100% - 44px) / 3); }
}
/*-- our clients end --*/


/*-- partner start --*/
.partner-section {
    position: relative;
    background-color: var(--engage-peach);
    padding: 117px 0 307px;
    min-height: 728px;
}

.partner-section_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.partner-section_pattern {
    position: absolute;
    left: 0;
    bottom: -525px;
}

.partner-section_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.partner-section .main {
    position: relative;
    z-index: 2;
}

.partner-section_content {
    max-width: 584px;
}

.partner-section_eyebrow {
    display: block;
    font-family: var(--ff-heading);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 6px;
}

.partner-section_content h2 {
    margin-bottom: 15px;
}

@media (max-width: 1536px) {
    .partner-section_content { max-width: 533px; }
    .partner-section { min-height: 715px; padding: 118px 0 290px;}
}

@media (max-width: 1200px) {
    .partner-section { padding: 117px 0 343px;  min-height: 793px;}
    .partner-section_content { max-width: 406px; }
    .partner-section_img { width: 49.3%; }
    .partner-section_pattern {
        bottom: -430px;
        width: 500px;
        left: 0;
    }
}

@media (max-width: 1024px) {
    .partner-section_content { max-width: 445px; }
    .partner-section_img { width: 41.5%; }
    .partner-section_content h2 br{
        display: none;
    }
}

@media (max-width: 991px) {
    .partner-section { padding: 0 0 316px; min-height: inherit; }
    .partner-section_img {
        position: static;
        width: 100%;
        height: 200px;
        display: block;
        object-position: top center;
    }
    .partner-section_content {
        max-width: none;
        margin-top: 50px;
    }
    .partner-section_pattern {
        bottom: -464px;
    }
}

@media (max-width: 767px) {
    .partner-section { padding: 0 0 304px; }
    .partner-section_img { height: 160px; }
    .partner-section_content { margin-top: 60px; }
    .partner-section_eyebrow { font-size: 22px; }
    .partner-section_pattern {
        bottom: -247px;
        width: 340px;
    }
}
/*-- partner end --*/

/*======= Homepage end =======*/


/*======= Footer start =======*/

/*-- lets talk start --*/
.footer-main {
    position: relative;
}

.lets-talk-section {
    position: absolute;
    top: -101px;
    left: 0;
    right: 0;
    z-index: 2;
}

.lets-ralk-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: var(--engage-white);
    border-radius: 20px;
    padding: 41px 54px 51px 53px;
}

.lets-ralk-box_title {
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 7px;
}

.lets-ralk-box p {
    font-size: 20px;
    line-height: 1.4;
    font-family: var(--ff-alt);
}

.lets-ralk-box p a{
    
}

.lets-ralk-box .btn {
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .lets-talk-section { top: -179px; }
    .lets-ralk-box {
        display: block;
        padding: 41px 60px 44px 54px;
    }
    .lets-ralk-box .btn { margin-top: 30px; }
}

@media (max-width: 1024px) {
    .lets-ralk-box { padding-bottom: 63px; }
}

@media (max-width: 991px) {
    .lets-ralk-box { padding: 43px 54px 63px 48px; }
}

@media (max-width: 767px) {
    .lets-ralk-box { padding: 41px 23px 52px 26px; }
    .lets-ralk-box_title { font-size: 38px; line-height: 1.21; }
    .lets-ralk-box p { font-size: 18px; }
    .lets-ralk-box .btn { width: 100%; }
}
/*-- lets talk end --*/


/*-- footer start --*/
.site-footer {
    position: relative;
    z-index: 1;
    padding: 213px 0 24px;
    background-color: var(--engage-navy);
    color: var(--engage-white);
}

.footer-top-row {
    justify-content: space-between;
    align-items: flex-end;
}

.footer-top-left-col {
    align-items: flex-start;
}

.footer-logo img {
    width: 267px;
}

.footer-top-left-col p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    margin: 14px 0 0;
    font-family: var(--ff-alt);
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.footer-social a {
    color: var(--engage-white);
    font-size: 30px;
    line-height: 1.17;
}

.footer-top-right-col {
    align-items: flex-end;
}

.footer-partof {
    font-size: 16px;
    line-height: 1.5;
}

.site-footer hr {
    border: none;
    border-top: 1px solid rgba(var(--engage-white-rgb), 0.3);
    margin: 50px 0 30px;
}

.footer-bottom{
    font-family: var(--ff-alt);
}

.footer-bottom-row {
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-left-col {
    flex-direction: row;
    gap: 33px;
}

.footer-bottom-left-col a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: underline;
    color: var(--engage-white);
}

.footer-bottom-left-col a:hover,
.footer-bottom-left-col a:focus{
    text-decoration: none;
}

.footer-bottom-right-col p {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .site-footer { padding-top: 260px; }
}

@media (max-width: 991px) {
    .site-footer { padding: 260px 0 24px; }

    .footer-top-left-col{
        width: 70%;
    }
}

@media (max-width: 767px) {
    .site-footer { padding: 306px 0 24px; }
    .footer-top-row { flex-direction: column; }
    .footer-top-left-col {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .footer-top-right-col {
        width: 100%;
        align-items: center;
        margin-top: 66px;
    }
    .site-footer hr { margin: 52px 0 48px; }
    .footer-bottom-row { flex-direction: column; }
    .footer-bottom-left-col {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .footer-bottom-right-col { margin-top: 50px; }
    .footer-bottom{
        text-align: center;
    }
}
/*-- footer end --*/

/*======= Footer end =======*/


/*======= Popup start =======*/

/*-- popup dialog start --*/
.my-mfp-slide-bottom .mfp-content {
    width: 100%;
}

.popup-dialog {
    position: relative;
    max-width: 1342px;
    margin: 20px auto;
    padding: 63px 45px 40px 73px;
    background: var(--engage-white);
    border-radius: 20px;
}

.popup-dialog_tabs {
    margin-bottom: 50px;
}

.popup-dialog_tab {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--engage-text);
}

a.popup-dialog_tab {
    text-decoration: underline;
}

a.popup-dialog_tab:hover,
a.popup-dialog_tab:focus {
    color: var(--engage-blue);
}

.popup-dialog_tab.is-active {
    font-weight: 700;
    color: var(--engage-blue);
    text-decoration: none;
    cursor: default;
}

.popup-dialog_tab + .popup-dialog_tab {
    margin-left: 17px;
    padding-left: 20px;
    border-left: 1px solid var(--engage-text);
}

.popup-dialog_content {
    max-height: max(300px, calc(90vh - 230px));
    overflow-y: auto;
    padding-right: 63px;
    scrollbar-width: thin;
    scrollbar-color: var(--engage-grey) transparent;
}

.popup-dialog_content a{
    text-decoration: underline;
}

.popup-dialog_content::-webkit-scrollbar {
    width: 10px;
}

.popup-dialog_content::-webkit-scrollbar-thumb {
    background-color: var(--engage-grey);
    border-radius: 50px;
}

.popup-dialog_content h2 {
    margin-bottom: 30px;
}
.popup-dialog_content h3 , .popup-dialog_content h4 , .popup-dialog_content h5 , .popup-dialog_content h6{
    margin-bottom: 15px;
}

.popup-dialog .mfp-close {
    top: 33px;
    right: 31px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: var(--engage-text);
    opacity: 1;
    transition: color 0.3s var(--ease-out-quart);
}

.popup-dialog .mfp-close:hover,
.popup-dialog .mfp-close:focus {
    color: var(--engage-blue);
}

.popup-dialog .mfp-close i {
    pointer-events: none;
}

@media (max-width: 767px) {
    .popup-dialog { padding: 40px 20px 30px; }
    .popup-dialog_tabs { margin-bottom: 30px; }
    .popup-dialog_tab { font-size: 18px; }
    .popup-dialog_content { padding-right: 20px; }
    .popup-dialog_content h2 { margin-bottom: 20px; }
    .popup-dialog .mfp-close { top: 8px; right: 8px; }
}
/*-- popup dialog end --*/


/*-- popup slide animation start --*/
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/*-- popup slide animation end --*/


/*-- consultation form popup --*/

#consultation-dialog {
    padding-left: 0;
    padding-right: 0;
}

.form-dialog_content_inner-top {
    padding: 10px 40px 0;
}

.form-dialog_content_inner-top h2 {
    margin: 0 0 10px;
}

.form-dialog {
    max-width: 768px;
    padding: 50px 50px 44px;
}

.form-dialog_content {
    position: relative;
}

.form-dialog_content.is-loading {
    min-height: 280px;
}

.form-dialog_loader {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--engage-white);
}

.form-dialog_loader::after {
    content: "";
    width: 46px;
    height: 46px;
    border: 4px solid rgba(var(--engage-text-rgb), 0.15);
    border-top-color: var(--engage-blue);
    border-radius: 50%;
    animation: form-dialog-spin 0.7s linear infinite;
}

@keyframes form-dialog-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .form-dialog { padding: 44px 16px 30px; }
}
/*-- consultation form popup end --*/

/*======= Popup end =======*/
