/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "utf-8";
/* CSS Document */
 

header {
  display:none;
}

html {
	scroll-behavior: smooth;
  font-size: 16px;
  }
  


h2 {
  font-size:36px;
}


 body {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
   	font-size: 15px;
    margin: 0;
    padding: 0;
	  color:#1e2d5c;
}

  
  h4 {
  font-family: 'PP Mori', Poppins, Helvetica, Arial, sans-serif;
	font-size:clamp(1.4rem, 4vw, 1.6rem);
	font-weight:500;
	line-height:1.2;
	margin: 0 0 30px;
	padding:0;
	display: block;
	vertical-align: top;
	font-feature-settings: "kern","liga","lnum","zero";
	letter-spacing: 0em;
	text-transform:none;
 
  }

p {
    margin: 0 0 1.7rem;
    letter-spacing: 0;
    display: block;
    direction: ltr;
    line-height: 1.6;
    font-weight: 400;
}

.light p {
	color:#FFF;
}

.light-blue-text {
	color:#7bb6d9 !important;
}
  
.white {
    color:#FFFFFF;
  }  

.rep-name {
	font-size: 85px;
	margin-top:75px;
	font-weight:500;
	margin: 30px 0px 10px 0px;
}


@media (max-width: 1024px) {
    .rep-name {
        font-size:50px
    }
}

@media (max-width: 767px) {
    .medium-headline {
        font-size:48px
    }
}

.rep-title {
	text-transform: uppercase;
	font-size:28px;
	font-weight:600;
	margin-bottom:10px;
}

.rep-info {
	
	font-size:28px;
	line-height:1;
	font-weight:300;
	margin-bottom:0px;
}

.rep-info a {
	
	font-size:28px;
	line-height:1;
	font-weight:300;
	margin-bottom:0px;
}

.small-headline {
    position: relative;
    font-family: 'PP Mori', Poppins, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.3 !important;
    font-size: 16px;
    display: block;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: .09em !important;
    font-weight: 600;
    margin-bottom: 12px
}


@media (max-width: 1024px) {
    .small-headline {
        font-size:15px
    }
}

@media (max-width: 767px) {
    .small-headline {
        font-size:14px
    }
}

.small-headline:last-child {
    margin-bottom: 0
}

.small-headline.small {
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: .1em !important;
    -webkit-font-smoothing: auto;
}



.medium-headline {
    position: relative;
    font-family: 'PP Mori', Poppins, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.3 !important;
    font-size: 22px;
    display: block;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: .09em !important;
    font-weight: 600;
    margin: 0px 20px;
}


@media (max-width: 1024px) {
    .medium-headline {
        font-size:20px
    }
}

@media (max-width: 767px) {
    .medium-headline {
        font-size:18px
    }
}


.giant-headline {
    line-height:1em;
}

.giant-headline,.giant-headline * {
    font-size: clamp(2.2rem, 8vw, 6.6rem);
}

.giant-headline.small {
    --giant-headline-max-font-size: 4.6rem;
    letter-spacing: -.035em
}

@media (max-width: 1200px) {
    .giant-headline.small {
        --giant-headline-max-font-size:4rem
    }
}

@media (max-width: 767px) {
    .giant-headline.small {
        letter-spacing:-.01em
    }
}

:root {
                --ease-in-cubic: cubic-bezier(.55,.055,.675,.19);
                --ease-out-cubic: cubic-bezier(.215,.61,.355,1);
                --ease-in-out-cubic: cubic-bezier(.645,.045,.355,1);
                --ease-in-circ: cubic-bezier(.6,.040,.98,.335);
                --ease-out-circ: cubic-bezier(.075,.82,.165,1);
                --ease-in-out-circ: cubic-bezier(.785,.135,.15,.860);
                --ease-in-expo: cubic-bezier(.95,.050,.795,.035);
                --ease-out-expo: cubic-bezier(.19,1.000,.22,1.000);
                --ease-in-out-expo: cubic-bezier(1,0,.0,1.000);
                --ease-in-quad: cubic-bezier(.55,.085,.68,.530);
                --ease-out-quad: cubic-bezier(.25,.460,.45,.940);
                --ease-in-out-quad: cubic-bezier(.455,.03,.515,.955);
                --ease-in-quart: cubic-bezier(.895,.03,.685,.22);
                --ease-out-quart: cubic-bezier(.165,.84,.440,1);
                --ease-in-out-quart: cubic-bezier(.77,0,.175,1);
                --ease-in-quint: cubic-bezier(.755,.05,.855,.06);
                --ease-out-quint: cubic-bezier(.23,1.000,.32,1.000);
                --ease-in-out-quint: cubic-bezier(.86,0,.07,1.000);
                --Dark-Blue---90: #1e2d5c;
                --Dark-Blue---80: #2d3d73;
                --Dark-Blue---70: #3d4e88;
                --Dark-Blue---60: #5667a4;
                --Dark-Blue---50: #7788c6;
                --Dark-Blue---40: #95a5de;
                --Dark-Blue---30: #b3c1f1;
                --Dark-Blue---20: #d6dfff;
                --Dark-Blue---10: #f0f3ff;
                --Light-Blue---60: #7bb6d9;
                --Light-Blue---50: #90c5e4;
                --Light-Blue---40: #a4d0ea;
                --Light-Blue---30: #bddff3;
                --Light-Blue---20: #d1e9f8;
                --Light-Blue---10: #eff6fa;
                --Vibrant-Blue---60: #2f70f6;
                --Vibrant-Blue---50: #4f84f3;
                --Vibrant-Blue---40: #6c98f3;
                --Vibrant-Blue---30: #9bb8f4;
                --Vibrant-Blue---20: #bbcff7;
                --Vibrant-Blue---10: #dae6fe;
                --Yellow---90: #eeb025;
                --Yellow---80: #efbb48;
                --Yellow---70: #f1c45f;
                --Yellow---60: #f2cc77;
                --Yellow---50: #f7d892;
                --Yellow---40: #f6dfa9;
                --Yellow---30: #f6e6c0;
                --Yellow---20: #f9efd8;
                --Yellow---10: #fff8e7;
                --Gray---90: #333331;
                --Gray---80: #474745;
                --Gray---70: #5a5a58;
                --Gray---60: #70706d;
                --Gray---50: #8b8b87;
                --Gray---40: #a7a7a3;
                --Gray---30: #c8c8c3;
                --Gray---20: #e2e2e0;
                --Gray---10: #f0f0f0;
                --Red---90: #af0f0f;
                --Red-90: var(--Red---90);
                --Red---50: #e43737;
                --Red---10: #ffb5b5;
                --Orange---90: #9e3b10;
                --Orange---50: #e46c37;
                --Orange---10: #ffb391;
                --Green---90: #2d4e02;
                --Green---50: #477c03;
                --Green---10: #cceea2;
                --dark-blue: var(--Dark-Blue---90);
                --vibrant-blue: var(--Vibrant-Blue---60);
                --blue: var(--vibrant-blue);
                --light-blue: var(--Light-Blue---60);
                --primary-color: var(--Vibrant-Blue---60);
                --secondary-color: var(--Dark-Blue---90);
                --tertiary-color: var(--Light-Blue---60);
                --accent-grey: #d8e2e9;
                --light-grey-color: #eff4f8;
                --grey-color: #333331;
                --black-color: #000;
                --dark-grey-color: #111;
                --red-color: var(--Red---50);
                --light-red-color: var(--Red---10);
                --green-color: var(--Green---50);
                --light-green: var(--Green---10);
                --fancybox-accent-color: var(--primary-color);
                --body-color: var(--Dark-Blue---90);
                --body-background-color: var(--secondary-color);
                --inner-body-background-color: #fff;
                --body-font-weight: 400;
                --body-margin: 0 0 1.7rem;
                --a-link-color: var(--primary-color);
                --a-hover-link-color: var(--secondary-color);
                --preload-bar-color: #fff;
                --preload-bg-color: var(--secondary-color);
                --loaded-bg-color: var(--body-background-color);
                --body-font-size: 15px;
                --body-line-height: 1.6;
                --strong-font-weight: 600;
                --bootstrap-column-default-padding: 0 20px;
                --backdrop-color: #000;
                --backdrop-color-opacity: .8;
                --max-height-editor: 300px;
                --base-animation-speed: 1.4s;
                --default-sans-serif: Arial,sans-serif;
                --default-serif: Georgia,Times,serif;
                --body-font: 'poppins',var(--default-sans-serif);
                --header-font: 'ppmori',var(--default-sans-serif);
                --nav-font: 'poppins',var(--default-sans-serif);
                --button-font: 'poppins',var(--default-sans-serif);
                --font-awesome: 'Font Awesome 6 Free';
                --serif-accent-font: 'perfectlynineties',var(--default-serif);
                --logo-max-width: 144px;
                --mobile-logo-max-width: 144px;
                --logo-left: 0;
                --logo-top: 16px;
                --mobile-logo-left: 0px;
                --mobile-logo-top: 12px;
                --mobile-menu-bg-color: var(--secondary-color);
                --mobile-menu-title-color: #fff;
                --mobile-body-color: #fff;
                --mobile-menu-font-size: 12px;
                --mobile-menu-item-font-weight: 800;
                --mobile-menu-font-family: var(--header-font);
                --mobile-menu-item-padding: 20px;
                --mobile-menu-item-min-height: 54px;
                --mobile-menu-item-border: rgba(255,255,255,.2);
                --mobile-menu-accent-color: var(--Dark-Blue---30);
                --mobile-menu-text-transform: uppercase;
                --mobile-menu-letter-spacing: .1em;
                --mobile-menu-child-group-text-transform: none;
                --mobile-menu-child-group-letter-spacing: 0;
                --mobile-menu-child-group-indent: 20px;
                --mobile-menu-child-item-font-size: 14px;
                --mobile-menu-child-item-padding: 10px 20px;
                --mobile-menu-child-item-font-weight: 400;
                --mobile-menu-child-item-min-height: 39px;
                --mobile-menu-child-item-color: #fff;
                --bottom-info-wrapper-padding: 20px;
                --above-menu-padding: 7px 30px;
                --above-menu-background-color: #162d3c;
                --above-menu-color: #fff;
                --above-menu-link-color: #a1d2fc;
                --above-menu-link-color-hover: var(--primary-color);
                --open-dropdown-main-menu-color: var(--secondary-color);
                --open-dropdown-main-menu-hover-color: var(--primary-color);
                --main-menu-bar-height: 70px;
                --main-menu-font-size: 12px;
                --main-menu-color: #fff;
                --main-menu-hover-color: var(--tertiary-color);
                --main-menu-open-bg-color: #000;
                --main-menu-open-bg-hover-color: var(--primary-color);
                --header-box-shadow-top: 0px 1px 1px 0px rgba(0,0,0,.1);
                --header-box-shadow-scroll: 0px 1px 1px 0px rgba(0,0,0,.1);
                --dropdown-menu-font-size: 12px;
                --dropdown-menu-border-color: rgba(0,0,0,.1);
                --dropdown-menu-box-shadow: 0 6px 12px -2px rgba(0,0,0,.09);
                --dropdown-menu-letter-spacing: 0em;
                --dropdown-menu-item-padding: 14px 26px 15px;
                --dropdown-menu-font-weight: 400;
                --dropdown-menu-background: var(--secondary-color);
                --dropdown-menu-color: #fff;
                --dropdown-menu-hover-background: var(--primary-color);
                --dropdown-menu-hover-color: #000;
                --mega-menu-color: #fff;
                --mega-menu-hover-color: var(--main-menu-hover-color);
                --mega-menu-font-size: 14px;
                --mega-menu-item-padding: 5px 0;
                --mega-menu-item-font-weight: 400;
                --header-letter-spacing: 0em;
                --header-line-height: 1.1;
                --header-font-weight: 400;
                --smaller-header-font-weight: 400;
                --header-margin: 0 0 30px;
                --header-padding: 0;
                --header-text-transform: none;
                --base-fill: 8vw;
                --extra-large-on-mobile: 3rem;
                --giant-fill: var(--base-fill);
                --giant-headline-max-font-size: 6.6rem;
                --giant-headline-min-font-size: 2.2rem;
                --giant-headline-line-height: 1em;
                --h1-fill: 5vw;
                --h1-max-font-size: 3.6rem;
                --h1-min-font-size: 2rem;
                --h2-fill: 3.4vw;
                --h2-max-font-size: 2.9rem;
                --h2-min-font-size: 1.85rem;
                --h3-fill: 3vw;
                --h3-max-font-size: 2.2rem;
                --h3-min-font-size: 1.7rem;
                --h4-fill: 2vw;
                --h4-max-font-size: 1.8rem;
                --h4-min-font-size: 1.6rem;
                --h5-fill: 2vw;
                --h5-max-font-size: 1.5rem;
                --h5-min-font-size: 1.4rem;
                --h6-fill: 2vw;
                --h6-max-font-size: 1.2rem;
                --h6-min-font-size: 1.2rem;
                --dot-nav-color: var(--Light-Blue---30);
                --dot-nav-color-active: var(--Yellow---90);
                --arrow-nav-color: var(--secondary-color);
                --arrow-nav-background-color: var(--Light-Blue---20);
                --arrow-nav-border-color: var(--Light-Blue---40);
                --arrow-nav-color-hover: #fff;
                --arrow-nav-background-color-hover: var(--secondary-color);
                --arrow-nav-border-color-hover: var(--secondary-color);
                --button-font-size: 14px;
                --button-mobile-font-size: 14px;
                --button-font-weight: 400;
                --button-line-height: 1.2;
                --button-letter-spacing: 0em;
                --button-border-radius: .4em;
                --button-padding: 9px 25px 10px;
                --button-mobile-padding: 9px 25px 10px;
                --button-margin: 0 14px 10px 0;
                --button-text-transform: none;
                --button-easing: all .6s var(--ease-out-expo);
                --button-color: #fff;
                --button-background-color: var(--primary-color);
                --button-border-width: 1.5px;
                --button-border-style: solid;
                --button-border-color: var(--primary-color);
                --hover-button-color: #fff;
                --hover-button-background-color: var(--Dark-Blue---70);
                --hover-button-border-color: var(--Dark-Blue---70);
                --large-button-padding: 12px 35px 13px;
                --large-button-mobile-padding: 12px 25px 13px;
                --large-button-font-size: 15px;
                --large-button-mobile-font-size: 14px;
                --small-button-padding: 8px 22px 9px;
                --small-button-mobile-padding: 8px 22px 9px;
                --small-button-font-size: 12px;
                --small-button-mobile-font-size: 12px;
                --narrow-button-padding: 14px;
                --secondary-button-color: var(--Gray---90);
                --secondary-button-background-color: var(--Light-Blue---20);
                --secondary-button-border-color: var(--Light-Blue---20);
                --secondary-hover-button-color: var(--Gray---90);
                --secondary-hover-button-background-color: var(--Light-Blue---40);
                --secondary-hover-button-border-color: var(--Light-Blue---40);
                --light-button-color: var(--secondary-color);
                --light-button-background-color: #fff;
                --light-button-border-color: #fff;
                --light-hover-button-color: #fff;
                --light-hover-button-background-color: var(--primary-color);
                --light-hover-button-border-color: var(--primary-color);
                --to-light-button-color: #fff;
                --to-light-button-background-color: var(--primary-color);
                --to-light-button-border-color: var(--primary-color);
                --to-light-hover-button-color: #fff;
                --to-light-hover-button-background-color: var(--Dark-Blue---70);
                --to-light-hover-button-border-color: var(--Dark-Blue---70);
                --outline-button-color: var(--secondary-color);
                --outline-button-background-color: transparent;
                --outline-button-border-color: var(--primary-color);
                --outline-hover-button-color: #fff;
                --outline-hover-button-background-color: var(--Dark-Blue---70);
                --outline-hover-button-border-color: var(--Dark-Blue---70);
                --light-outline-button-color: #fff;
                --light-outline-button-background-color: transparent;
                --light-outline-button-border-color: var(--primary-color);
                --light-outline-hover-button-color: #fff;
                --light-outline-hover-button-background-color: var(--Dark-Blue---70);
                --light-outline-hover-button-border-color: var(--Dark-Blue---70);
                --no-bg-button-color: var(--primary-color);
                --no-bg-button-hover-color: var(--secondary-color);
                --success-color: var(--green-color);
                --error-color: var(--red-color);
                --light-success-color: #9ad056;
                --light-error-color: #f66;
                --input-container-padding: 0 8px 8px;
                --mobile-input-container-padding: 0 0 8px;
                --input-font-size: 14px;
                --input-font-weight: 400;
                --input-padding: 11px 13px 11px;
                --input-border-width: 1px;
                --input-border-radius: 5px;
                --input-letter-spacing: 0em;
                --input-line-height: 1.5;
                --input-font-style: normal;
                --input-text-transform: none;
                --input-easing: all .15s linear;
                --input-color: #a4a5a6;
                --input-background-color: #fff;
                --input-border-color: #ccc;
                --input-box-shadow: none;
                --focus-input-color: #555;
                --focus-input-background-color: #fff;
                --focus-input-border-color: #777785;
                --focus-input-box-shadow: 0 10px 8px -7px rgba(0,0,0,.15) !important;
                --textbox-min-height: 0;
                --textbox-max-height: 160px;
                --label-font-size: 14px;
                --label-font-weight: 400;
                --label-text-transform: none;
                --label-padding: 8px 24px;
                --label-color: #333331;
                --submit-button-color: var(--button-color);
                --submit-button-background-color: var(--button-background-color);
                --submit-button-border-width: var(--button-border-width);
                --submit-button-border-style: var(--button-border-style);
                --submit-button-border-color: var(--button-border-color);
                --submit-hover-button-color: var(--hover-button-color);
                --submit-hover-button-background-color: var(--hover-button-background-color);
                --submit-hover-border-color: var(--hover-button-border-color);
                --single-input-padding: 11px 50px 11px 20px;
                --single-input-letter-spacing: 0em;
                --single-input-box-shadow: none;
                --single-input-border-radius: var(--input-border-radius);
                --single-input-font-weight: var(--input-font-weight);
                --single-input-color: var(--input-color);
                --single-input-border-width: 0;
                --single-input-border-color: var(--input-border-color);
                --single-input-background-color: var(--input-background-color);
                --single-focus-input-box-shadow: var(--focus-input-box-shadow);
                --single-focus-input-color: var(--focus-input-color);
                --single-focus-input-background-color: var(--focus-input-background-color);
                --single-focus-input-border-color: var(--focus-input-border-color);
                --single-submit-border-width: 0;
                --single-submit-padding: 10px 0px;
                --single-submit-font-size: 14px;
                --single-submit-color: var(--secondary-color);
                --single-submit-background-color: transparent;
                --single-submit-border-color: transparent;
                --single-submit-hover-color: var(--primary-color);
                --single-submit-hover-background-color: transparent;
                --single-submit-hover-border-color: transparent;
                --section-header-color: var(--label-color);
                --section-header-font-family: var(--body-font);
                --section-header-font-weight: 400;
                --section-header-font-size: var(--label-font-size);
                --search-field-color: var(--accent-grey);
                --search-field-bg-color: transparent;
                --search-field-border-color: var(--accent-grey);
                --search-field-color-focus: var(--secondary-color);
                --search-field-bg-color-focus: transparent;
                --search-field-border-color-focus: var(--secondary-color);
                --search-submit-color: var(--secondary-color);
                --search-submit-color-hover: var(--primary-color);
                --results-search-field-color: var(--dark-grey-color);
                --results-search-field-bg-color: transparent;
                --results-search-field-border-color: #d5d5d5;
                --results-search-field-color-focus: var(--dark-grey-color);
                --results-search-field-bg-color-focus: transparent;
                --results-search-field-border-color-focus: var(--dark-grey-color);
                --results-search-submit-color: #d5d5d5;
                --results-search-submit-color-hover: var(--dark-grey-color);
                --main-menu-background: #fff;
                --light-white-color: #fff;
                --light-white-color-hover: #fff;
                --social-icons-border-width: 0px;
                --social-icons-border-radius: 50%;
                --social-icons-color: var(--secondary-color);
                --social-icons-border-color: transparent;
                --social-icons-background-color: transparent;
                --social-icons-font-size: 17px;
                --social-icons-padding: 2px;
                --social-icons-width: 32px;
                --social-icons-height: 32px;
                --social-icons-margin: 1px;
                --hover-social-icons-color: var(--primary-color);
                --hover-social-icons-border-color: transparent;
                --hover-social-icons-background-color: transparent;
                --footer-menu-font-size: 12px;
                --footer-menu-sub-items-font-size: 12px;
                --footer-copyright-font-size: 12px;
                --footer-header-color: #fff;
                --footer-color: var(--Dark-Blue---30);
                --footer-color-opacity: 100%;
                --footer-hover-color: #fff;
                --footer-hover-color-opacity: 100%;
                --footer-background-color: var(--secondary-color);
                --footer-font-size: 12px;
                --footer-social-icons-color: #fff;
                --footer-social-icons-border-color: transparent;
                --footer-social-icons-background-color: transparent;
                --footer-hover-social-icons-color: var(--footer-color);
                --footer-hover-social-icons-border-color: transparent;
                --footer-hover-social-icons-background-color: transparent;
                --mobile-footer-menu-border-color: rgba(255,255,255,.25);
                --mobile-footer-menu-down-arrrow-color: rgba(255,255,255,1)
            } 



           .serif-accent {
                font-family: var(--serif-accent-font);
                font-style: normal
            }

            .serif-italic-accent {
                font-family: var(--serif-accent-font);
                font-style: italic
            }


.cta-btn-top {
	margin-top:20px;
}


/* FADE-UP TEXT */


#fade-up-text {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .faded-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }


/* HIGHLIGHT TEXT */

  
  .highlight {
    background-image: linear-gradient(to right, #b3d4eb 0%, #b3d4eb 100%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) 0.5s;
    display: inline-block;
    position: relative;
    padding: 2px 0;
  }

  .animated {
    background-size: 100% 100% !important;
  }

  
  
  
  
/* TESTIMONIAL SECTION */



.testimonial-section {
    margin: 0 auto;
    width: 90%;  /* Makes slider responsive */
}

.testimonial-section-wrapper {
    max-width: 1300px;
    margin: 50px auto;
    padding: 20px;
	background-color: #EFF6FA;
}


.testimonial-text {
    text-align: center;
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #1e2d5c;
    margin: 10px 0;
}

/* Slick Slider Customizations */
.slick-prev, .slick-next {
    font-size: 0; /* hide text */
    background-color: #d1e9f8;
    border: 1px solid #a4d0ea;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.slick-next, .slick-next:focus {
	margin:auto;
	right:20;
}

.slick-prev, .slick-prev:focus {
	margin:auto;
	left:20;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #1e2d5c;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #1e2d5c;
    border-color: #1e2d5c;
    color: white;
}

.slick-prev:before {
    content: "\f104"; /* left arrow */
}

.slick-prev {
	left:-100px;
	
}
.slick-next:before {
    content: "\f105"; /* right arrow */
}

.slick-next {
	right:-100px;
	
}

.slick-dots li button:before {
    color: #bddff3;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #eeb025;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-text {
        font-size: clamp(0.9rem, 4vw, 1.2rem);
    }

    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .testimonial-text {
        font-size: clamp(0.8rem, 5vw, 1rem);
    }
    
    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
    }
}


.testimonial-section-content {
    position: relative;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    vertical-align: top;
    font-feature-settings: "kern", "liga", "lnum", "zero";
    font-size: clamp(1.35rem, 4vw, 2.3rem);
    text-align: center;
    color: #1e2d5c;
    margin: 0 auto;
}

.testimonial-section-author {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #1e2d5c;
    margin-top: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #testimonial-section-wrapper {
        padding: 10px;
    }
    .testimonial-section-content {
        font-size: clamp(1.1rem, 5vw, 1.8rem);
    }
    .testimonial-section-author {
        font-size: 18px;
    }
}

/* Mobile adjustments for smaller screens */
@media (max-width: 480px) {
    .testimonial-section-content {
        font-size: clamp(1rem, 6vw, 1.6rem);
    }
    .testimonial-section-author {
        font-size: 16px;
    }
}

/* SLICK STYLES */


.slick-prev, .slick-prev:focus, .slick-next, .slick-next:focus {
    position: absolute;
    color: #1e2d5c !important;
    background: #d1e9f8 !important;
    border: 1px solid #a4d0ea;
    width: 46px;
    height: 46px;
    padding: 1px 0 0;
    text-align: center;
    border-radius: 30px;
    z-index: 1000;
    outline: none;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    color: inherit !important;
}

/* Make arrows larger on mobile */
@media (max-width: 768px) {
    .slick-prev, .slick-next {
        width: 60px;
        height: 60px;
    }
}

.slick-prev:hover, .slick-next:hover {
    color: #FFFFFF !important;
    background: #1e2d5c !important;
    border-color: #1e2d5c !important;
}

.slick-prev:before {
    content: "\f060";
}

.slick-next:before {
    content: "\f061";
}

/* Adjust slick dots for smaller screens */
.slick-dots li button:before {
    color: #bddff3;
    width: 7px;
    height: 7px;
}

.slick-dots li.slick-active button:before {
    color: #eeb025;
}

/* Responsive adjustments for arrows on smaller screens */

@media (max-width: 1024px) {
    .slick-prev, .slick-next {
        top: 50%;
        transform: translate(0, -50%);
		
    }
    .slick-prev {
        left: -50px;
    }
    .slick-next {
        right: -50px;
    }
}

@media (max-width: 480px) {
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }
}


  
  /***************************************/
  
  
  
  


/* Hide the default template header with the Lima One logo */
  body > div.body-wrapper.hs-content-id-161464868425.hs-landing-page.hs-page > div:nth-child(1) > header > div.header__container {
    display: none;
  }
  /* Full original element selector */
  /* body > div.body-wrapper.hs-content-id-68779337805.hs-landing-page.hs-page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section.dnd_area-row-0-padding.dnd_area-row-0-background-image > div > div > div > div > div.span6.widget-span.widget-type-cell.dnd_area-column-4-vertical-alignment.dnd_area-column-4-background-gradient.dnd_area-column-4-padding.dnd-column */
  
  body > div.body-wrapper.hs-content-id-98976846390.hs-landing-page.hs-page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section.dnd_area-row-0-padding.dnd_area-row-0-background-image > div > div > div > div > div.span5.widget-span.widget-type-cell.dnd_area-column-4-vertical-alignment.dnd_area-column-4-background-gradient.dnd_area-column-4-padding.dnd-column
  
  /* div.widget-span.widget-type-cell */ {
    margin: 0;
  }
  blockquote.testimonial__content {
    font-size: 18px;
  }
  div.tns-item {
    padding: 20px 0;
  }
  
  /* Change Selection Text Color When Highlighting */ 
  ::-moz-selection { 
    background-color: #00C6AB; 
    color: #fff; 
  } 
  ::selection { 
    background-color: #00C6AB; 
    color: #fff; 
  }
  
  #hs_cos_wrapper_widget_1651235406475_ > img { 
    border-radius: 50%;
  }

   /* Wrapper for the image and video */
    .rounded-image-container {
      width: 100%;
      max-width: 800px;
      height: auto;
      position: relative;
      border-radius: 5px;
      overflow: hidden;
  }

/* General container styles */
.container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap */
    gap: 10px; /* Vertical and horizontal gap */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    max-width: 1200px; /* Updated container width */
    margin: 0 auto; /* Center container */
}

/* General rectangle styles */
.rectangle {
    width: 500px; /* Increased rectangle width */
    height: 480px; /* Rectangle height */
    border-radius: 6px; /* Tighter rounded corners */
    background-size: cover; /* Cover the area with background image */
    background-position: center; /* Center the background image */
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align text and other items to the left */
    color: white; /* Text color */
    font-size: 28px; /* Font size for title */
    padding: 20px 20px 20px 30px; /* Increased left padding */
    box-sizing: border-box; /* Include padding in element’s total width and height */
    position: relative; /* Needed for absolute positioning of the product icon */
    overflow: hidden; /* Hide overflow to maintain container size */
    transition: background-image 0.3s ease-in-out, transform 0.3s ease-in-out; /* Smooth transition for background image and scale */
}

/* Hover effects for rectangles */
.rectangle:hover {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/ProductBackground.png'); /* New background image on hover */
    background-size: 105%; /* Slight zoom effect */
    background-position: center; /* Center the background image */
    transform: scale(1); /* Maintain container size */
}

/* Line on the left side of the rectangle */
.rectangle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px; /* Width of the line */
    height: 100%; /* Full height of the container */
    background-color: #F2CB77; /* Line color */
    transform: scaleY(0); /* Initially scale down the line */
    transform-origin: top; /* Scale from the top */
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.rectangle:hover::before {
    transform: scaleY(1); /* Expand line to full height on hover */
}

/* Product icon styles */
.rectangle .product-icon {
    width: 50px; /* Icon width */
    height: 50px; /* Icon height */
    background-size: cover; /* Cover the area with background image */
    background-position: center; /* Center the background image */
    margin-bottom: 5px; /* Reduced space between icon and text */
    margin-top: 25px; /* Reduced space between icon and text */
}

/* Background images for rectangles */
.top-left {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/FixNFlip-square-background-1024x880.webp');
}

.top-right {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/new-construction-square-background-1024x880.webp');
}

.bottom-left {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/BridgePlus-Icon.png');
}

.bottom-right {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/rental-square-background-1024x880.webp');
}

/* Background images for product icons */
.top-left .product-icon {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/FixAndFlip-Icon.png');
}

.top-right .product-icon {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/NewConstructionIcon.png');
}

.bottom-left .product-icon {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/Bridge-Icon.png');
}

.bottom-right .product-icon {
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/Rental-Icon.png');
}

/* Product description styles */
.product-description {
    font-size: 13px; /* Font size for description */
    color: #b3d4eb; /* Text color */
    margin-top: 5px; /* Space above the description */
    margin-bottom: 10px; /* Space below the description */
}

/* Button styles */
.button {
    display: inline-block;
    padding: 10px 20px; /* Consistent padding */
    border: 2px solid #2F70F6; /* Consistent border */
    border-radius: 10px; /* Tighter rounded corners */
    background: transparent; /* No fill */
    color: white; /* Initial text color */
    text-align: center;
    font-size: 14px; /* Font size */
    font-weight: 400; /* Slightly bolder font to avoid shrinking */
    text-decoration: none; /* Remove underline */
    cursor: pointer; /* Pointer cursor on hover */
    margin-top: 10px; /* Space above the button */
    margin-bottom: -3px; /* Space below the button */
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; /* Smooth transition */
}

.button:hover {
    border: 2px solid #3c4e88; /* Keep the border size the same */
    background-color: #3c4e88; /* Change background color */
    color: white; /* Keep text color */
    font-weight: 400; /* Keep the font weight the same to avoid size changes */
}

/* Product Bullets styles */
.product-bullets {
    font-size: 11px; /* Font size for bullets */
    color: #FFFFFF; /* Text color */
    margin-top: 10px; /* Space above the bullets */
    padding-left: 0px; /* Space for checkmark */
    text-align: left; /* Align bullets to the left */
}

.product-bullets ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0; /* Remove margin */
}

.product-bullets li {
    display: flex;
    align-items: center; /* Align items vertically */
    margin-bottom: 3px; /* Space between bullets */
    text-transform: uppercase; /* Make text uppercase */
    line-height: 1; /* Reduced line height */

}

.product-bullets li::before {
    content: "";
    display: inline-block;
    width: 16px; /* Width of the checkmark */
    height: 16px; /* Height of the checkmark */
    background-image: url('https://21050737.fs1.hubspotusercontent-na1.net/hubfs/21050737/Checkbox.png');
    background-size: contain; /* Ensure checkmark scales correctly */
    background-repeat: no-repeat; /* Prevent repeating */
    margin-right: 10px; /* Space between checkmark and text */
}

/* Responsive styling */
@media (max-width: 768px) {
    .container {
        flex-direction: column; /* Stack rectangles in a single column */
        gap: 15px; /* Adjusted gap for mobile */
        max-width: none; /* Remove max-width constraint on mobile */
    }
    .rectangle {
        width: 90%; /* Adjust width for mobile view */
        max-width: 800px; /* Set a maximum width */
        margin: 10px 0; /* Adjust margin for mobile view */
        /* Keep font size the same as for larger screens */
    }
}


  
  /* Case Study Code */


#case-study-section {
	background-image: url('');
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    position: relative;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#case-study-left-column,
#case-study-right-column {
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

#case-study-left-column {
    z-index: 1;
    width: 40%;
    max-width: 600px;
    padding-top: 45px;
    opacity: 1; /* Ensure the element is visible */
    transform: translateY(0); /* Remove the transform to show the element */
    transition: none; /* Disable animation for troubleshooting */
}

#case-study-right-column {
    z-index: 1;
    width: 60%;
    padding-right: 30px;
    padding-top: 65px;
    padding-left: 40px;
}

.case-study-pill {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 90px;
    font-family: 'Poppins', sans-serif;
    color: white;
    line-height: 1.5;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 8px;
}

#case-study-blue-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: rgba(30, 45, 92, 0.8);
    backdrop-filter: blur(10px);
    z-index: 0;
}

.case-study-h1 {
    color: white;
    font-size: 30px;
    text-align: left;
    line-height: 1;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    overflow-wrap: break-word;
    max-width: 100%;
}

.case-study-h2 {
    color: white;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    overflow-wrap: break-word;
    max-width: 100%;
}

.case-study-numbers-row {
    display: flex;
    justify-content: space-between;
}

.case-study-number-column {
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 0, 0, 0);
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 30px;
    line-height: 1.5;
    position: relative;
    min-width: 200px;
}

.case-study-highlight-description {
    font-size: 10px;
    color: #b3d4eb;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}

.case-study-divider-line {
    width: 100%;
    margin: 10px;
    margin-top: 20px;
    height: 1.5px;
    background-color: #b3d4eb;
}

/* Mobile Styles */
@media (max-width: 1000px) {
    #case-study-section {
        height: auto;
        padding-bottom: 40px;
        display: block;
    }

    #case-study-left-column,
    #case-study-right-column {
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    #case-study-right-column {
        padding-left: 30px;
        padding-right: 10px;
        margin-top: 0;
    }

    #case-study-blue-background {
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: auto;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        margin-top: 20px;
        margin-bottom: -40px;
        box-sizing: border-box;
        position: relative;
    }

    .case-study-divider-line {
        width: 80%;
    }
}






  
  
  
  
  
/* Floating CTA Code */
#floatingNavbar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#calendarIcon, #phoneIcon {
    color: #ffffff;
    background-color: #2f70f6;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border: 2px solid transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, border-color 0.3s;
}

#calendarIcon {
    margin-bottom: 10px; /* Add margin-bottom to calendar icon */
}

#calendarIcon:hover, #phoneIcon:hover {
    background-color: #1e2d5c;
    border-color: #2f70f6;
}

#calendarIcon:active, #phoneIcon:active {
    background-color: #1e2d5c;
    border-color: #2f70f6;
}

/* Media query for desktop */
@media (min-width: 768px) {
    /* Only show the calendar icon on desktop */
    #phoneIcon {
        display: none;
    }

    /* Make the calendar icon smaller on desktop */
    #calendarIcon {
        width: 60px;
        height: 60px;
        font-size: 24px; /* Slightly larger than on mobile but smaller than original */
    }
}

/* Media query for mobile (both icons visible) */
@media (max-width: 767px) {
    #phoneIcon {
        display: flex; /* Show phone icon on mobile */
    }

    #calendarIcon {
        display: flex; /* Show calendar icon on mobile */
        width: 50px;   /* Keep original size */
        height: 50px;  /* Keep original size */
        font-size: 18px;
    }
}
  
  
  
  
  
  
  
  
  

  
  
  
  
  
  
  

  

  
  
  
  
  
  
  
  
  
  
  

  


  
  
  

  
  

  
 /* General Reset and Box Sizing */
* {
    box-sizing: border-box; /* Include padding and borders in total width/height */
}

body {
    margin: 0; /* Remove default margin */
    overflow-x: hidden; /* Prevent horizontal scrolling */
}



/* Content Wrapper */


  
  /* Wrapper for the image and video */
.unique-rounded-image-container {
  width: 100%;
  max-width: 800px;
  height: auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

/* Container for the image and video */
.unique-headshot-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; /* Maintain a 1:1 aspect ratio for both the image and video */
  overflow: hidden;
  cursor: pointer; /* Make the entire container clickable */
}
  
  
/* BROKER SECTION */
  
    .broker-section-callout-content-box  {
		position: relative;
    	display: flex;
    	flex-direction: column;
    	flex-wrap: wrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	align-content: flex-start;
    	padding: 60px 26px;
    	margin: 0;
    	background: rgba(0,0,0,.55);
   	 	-webkit-backdrop-filter: blur(6px);
    	backdrop-filter: blur(6px);
    	border-radius: 10px;
    	color: #fff;
    	height: 100%;
        min-height: 420px;
        
    }

    .broker-section-callout-content-box .broker-section-callout-content-checkbox::before {
        position: absolute;
        width: 26px;
        height: 26px;
        color: #9f710d;
        background: #F2CC77;
        overflow: hidden;
        top: 9px;
        right: 9px;
        left: auto;
        pointer-events: none;
        text-align: center;
        font-family:var(--fa-style-family,"Font Awesome 6 Free");  
        content: "\f00c";
        display: inline-block;
        font-size: 16px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        padding: 1px 0 5px 1px;
        margin: 0;
        font-weight: 600;
        border: 0;
        -webkit-border-radius: .3em;
        border-radius: .3em;
        z-index: 100
    }

    .broker-section-callout-content-box > * {
        position: relative;
        z-index: 2;
    }

    .broker-section-callout-content-checkbox {
        position: absolute;
        top: 9px;
        right: 9px;
      	left:auto;
        width: 26px;
        height: 26px;
        z-index: 3;
    }

    /* Responsive Design */
    @media (max-width: 1139px) {
    
        .cell_17278932483464-row-0-vertical-alignment > .row-fluid {
            display: block!important;
        }
    
        .row-fluid .span3 {
            width: 80%;
            margin: auto !important;
            /* display: inline-block !important; */
            float: none;
            clear: left;
        }
    
    }
    
    
    @media (max-width: 1024px) {

        .broker-section-callout-content-box {
            width: 50%;
          	display:block;
            height: 100%;
        }
    }

    @media (max-width: 768px) {
        .broker-section-callout-content-box {
            width: 100%;
          	display:block;
        }
    }

    @media (max-width: 884px) {
        .broker-section-callout-content-container {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            padding: 0 15px;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .broker-section-callout-content-container::-webkit-scrollbar {
            display: none;
        }

        .broker-section-callout-content-box {
            flex: 0 0 auto;
            width: 80%;
            max-width: 300px;
            margin-right: 20px;
            scroll-snap-align: start;
        }
    }

    .broker-section-highlight-container {
        box-sizing: border-box;
        min-height: 300px;
        padding: 0;
        width: 100%;
        padding-bottom: 30px;
    }

   /* Styles for Desktop Version */
.brokersection-highlight-content-desktop {
    display: flex;
    width: 100%;
    background: linear-gradient(to right, #1e2d5c, #0f152d);
    border: 1px solid #3c4e87;
    border-radius: 8px;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
    min-height: 40px;
    margin-top: -50px;
    margin-bottom: 100px;
}

/* Hide Mobile Content on Desktop */
@media screen and (min-width: 1380px) {
    .brokersection-highlight-content-mobile {
        display: none; /* Hide mobile highlight text in desktop view */
    }
}
    .brokersection-highlight-content-text-left {
        flex: 2;
        padding: 30px 60px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.3;
		font-weight:400;
    }


    .brokersection-highlight-content-text-right {
        flex: 1;
        padding: 30px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1;
    }

    .brokersection-highlight-content-vertical-line {
        width: 1.5px;
        background-color: #7bb6d9;
        border-radius: 1.5px;
        height: calc(100% - 40px);
        position: absolute;
        left: 64%;
        top: 20px;
        bottom: 20px;
        z-index: 3;
}
@media screen and (max-width: 1379px) {
    .broker-section-content-wrapper {
        padding: 0;
    }

    .brokersection-highlight-content-desktop {
        display: none;
    }
}

@media screen and (max-width: 1379px) {
  /* Styles for Mobile Version */
.brokersection-highlight-content-mobile {
    display: none;
    width: 80%;
    background: linear-gradient(to right, #1e2d5c, #0f152d);
    border: 1px solid #3c4e87;
    border-radius: 8px;
    margin: 20px auto;
    margin-top: -40px;
    padding: 20px 0;
    margin-bottom: 60px;
}

.brokersection-highlight-content-mobile-text-right {
    padding: 30px;
    color: white;
    width: calc(100% - 60px);
}

.brokersection-highlight-content-mobile-text-right h1 {
    font-size: 80px;
    color: white;
    margin: 0;
    line-height: 1;
}

.brokersection-highlight-content-mobile-text-right p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #7bb6d9;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.brokersection-highlight-content-horizontal-line {
    width: calc(100% - 60px);
    height: 1.5px;
    background-color: #7bb6d9;
    border-radius: 1.5px;
    margin: 20px auto;
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 1;
}

.brokersection-highlight-content-mobile-text-left {
    padding: 30px;
    color: white;
    width: calc(100% - 60px);
    line-height: 1.3;
	font-weight:400;
}

.brokersection-highlight-content-mobile-text-left h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #7bb6d9;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.brokersection-highlight-content-mobile-text-left .title {
    font-family: 'PP Mori', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: white;
    margin: 10px 0;
    text-transform: capitalize;
    line-height: 1;
}

.brokersection-highlight-content-mobile-text-left .body-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: white;
    text-align: left;
    margin: 0;
    line-height: 1;
}

/* Media Query for screen width 1379px and below */
  @media screen and (max-width: 1379px) {
            .brokersection-highlight-content-desktop {
                display: none; /* Hide desktop highlight on mobile */
            }

            /* Styles for Mobile Version */
            .brokersection-highlight-content-mobile {
                display: block; /* Ensure it's visible on mobile */
                width: 80%;
                background: linear-gradient(to right, #1e2d5c, #0f152d);
                border: 1px solid #3c4e87;
                border-radius: 8px;
                margin: 20px auto;
                margin-top: -40px;
                padding: 20px 0;
                margin-bottom: 60px;
            }
        }

        @media screen and (min-width: 1380px) {
            .brokersection-highlight-content-mobile {
                display: none; /* Hide mobile highlight on desktop */
            }
        }

/* Image and video should fill the container */
.unique-headshot-video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Force the iframe to match the container size */
.unique-headshot-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  border: none !important;
}

/* Play button positioned on the right edge */
.unique-headshot-video-play-button {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: 1px solid #2F70F6;
  border-radius: 5px;
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

/* Right-angle triangle for the play icon */
.unique-headshot-video-play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid white;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateX(-12px);
}

/* Initially hide the video */
.unique-headshot-video-player {
  display: none;
}

/* Hover effect */
.unique-headshot-video-play-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}
  
  
              #footer {
                --error-color: var(--light-error-color);
                --success-color: var(--light-success-color);
                position: relative;
                background: var(--footer-background-color);
                color: var(--footer-color);
                border: 0;
                z-index: 100;
                font-family: var(--body-font);
                padding: 0;
                overflow: visible;
                letter-spacing: 0;
                font-size: var(--footer-font-size);
                font-weight: 400
            }