/* 
    A: urielscatrut
    WHYOU Index CSS 
*/

html {
    scroll-behavior: smooth;
}

/* font */
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('./fonts/Gilroy-Bold.woff') format('woff2'),
        url('./fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Heavy';
    src: url('./fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('./fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('./fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('./fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('./fonts/Gilroy-Medium.woff2') format('woff2'),
        url('./fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('./fonts/Gilroy-Light.woff2') format('woff2'),
        url('./fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('./fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('./fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Thin';
    src: url('./fonts/Gilroy-Thin.woff2') format('woff2'),
        url('./fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-UltraLight';
    src: url('./fonts/Gilroy-UltraLight.woff2') format('woff2'),
        url('./fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('./fonts/Gilroy-Regular.woff2') format('woff2'),
        url('./fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* the styles for the body */
body {
    font-family:'Gilroy ';
    margin: 0;
    padding: 0;
    background-color: white;
    color: #050402;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    opacity: 1;
    transition: opacity 0.5s ease;
}

/* top nav bar */
.topContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    opacity: 1;
    transition: opacity 0.5s ease;
    margin: 20px;
    font-family: 'Gilroy-Regular';
}
.center {
    display: flex;
    gap: 40px;
}
.left, .right {
    flex-basis: 0;
    cursor: pointer;
}
.leftLogo {
    color: #FB5711;
    font-family: 'Gilroy-Bold';
    font-size: 38px;
    margin-left: 5%;
    text-decoration: none;
}
.leftLogo:hover {
    color: #EB4F1D;
}
#center1 {
    color: #475467;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
#center1:hover {
    color: #FB5711;
    cursor: pointer;
}
#center2 {
    color: #475467;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
#center2:hover {
    color: #FB5711;
    cursor: pointer;
}
#center3 {
    color: #475467;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
#center3:hover {
    color: #FB5711;
    cursor: pointer;
}
.rightBtn {
    color: black;
    border: 1.5px solid;
    border-color: #D0D5DD;
    padding: 0.5% 1%;
    border-radius: 100px;
    max-width: 28%;
    text-align: center;
    font-size: 16px;
    font-family: 'Gilroy-SemiBold';
    margin-right: 5%;
    text-decoration: none;
}
.rightBtn:hover {
    border: 1px solid;
    border-color: #191816;
    color: black;
    cursor: pointer;
}

main {
    flex: 1;
}

/* intro block "find your people" */
.intro {
    font-family: 'Gilroy-Regular';
    position: relative;
    width: 90%;
    height: 90vh; 
    background-image: url('./img/coverTester3UPD.png'); 
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
}
 /* Text container */
.introContent {
    z-index: 2; 
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.introContent h1 {
    margin-top: 5%;
    margin-bottom: 2%;
    font-size: 118px;
    color: black;
    font-family: 'Gilroy-Bold';
}
.introContent p {
    margin-top: 10px;
    font-size: 26px;
    color: black;
    font-weight: 400;
}
/* buttons */
.introButtons {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.scaleButton {
    display: inline-block;
    background-color: white;
    border: 1px;
    border-color: #D0D5DD;
    padding: 2% 3%;
    border-radius: 40px;
    max-width: 30%;
    text-align: center;
    font-size: 18px;
    margin: 1% auto 40%;
    font-family: 'Gilroy-SemiBold';
    text-decoration: none;
    transition: transform 0.3s ease;
}
.scaleButton:hover {
    border-color: #191816;
    cursor: pointer;
    transform: scale(1.025);
}
.partnerButton {
    display: inline-block;
    background-color: #FB5711;
    border: 1px solid;
    border-color: #FF6331;
    padding: 2% 3%;
    border-radius: 40px;
    max-width: 30%;
    text-align: center;
    font-size: 18px;
    margin: auto auto 50% 1%;
    font-family: 'Gilroy-SemiBold';
    text-decoration: none;
    transition: transform 0.3s ease;
}
.partnerButton:hover {
    background-color: #EB4F1D;
    cursor: pointer;
    transform: scale(1.025);
}
.partnerButtonLink {
    text-decoration: none;
}


/* typeform popup */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: #EB4F1D;
    margin: 8% auto;
    padding: 0.3%;
    border: 1px solid #888;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
}
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
iframe {
    width: 100%;
    height: 500px;
    border: none;
}


/* brands we've worked with */
.carousel-wrapper {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 4%;
    font-family: 'Gilroy-Regular';
}
.carousel-title {
    font-size: 1.8rem;
    font-weight: 650;
    font-family: 'Gilroy-Regular';
    color: #333;
    margin-bottom: 2%;
}
.carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
}
.carousel-track {
    display: flex;
    align-items: center;
    transition: none;
}
.carousel-item {
    flex: 0 0 auto;
    margin: 20px; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.carousel-item img {
    width: 150px;
    height: auto;
    padding-top: 5px;
    padding-bottom:5px;
}


/* whyou media & tech */
.media-tech {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
    font-family: 'Gilroy-Regular';
}
/* whyou media */
.whyouMedia {
    width: 40%;
    height: auto;
    background-color: #FB5711;
    border-radius: 30px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}
.whyouMediaIcon img{
    height: auto;
    width: 10%;
    padding-top: 20px;
    padding-left: 20px;
    transition: transform 0.3s ease;
}
.whyouMediaIcon img:hover {
    transform: scale(1.105);
}
.whyouMediaTitle {
    padding-left: 20px;
}
.whyouMediaTitle h1{
    font-family: 'Gilroy-Bold';
    font-size: 38px;
    margin-top: 2%;
    margin-bottom: 1%;
}
.whyouMediaText {
    width: 85%;
}
.listed {
    margin-bottom: 5%;
    padding-left: 10%;
}
.listed li {
	margin-bottom: 1.5%;
    color: white;
    font-size: 20px;
    line-height: 1.5em;
}
.listed li:hover {
    color: #FFD5C8;
}
.listed li::marker  {
    color: white;
}
.getStartedButtonWhite {
    display: block;
    font-family: 'Gilroy-SemiBold';
    background-color: white;
    color: black;
    border: 1px solid;
    border-color: #D0D5DD;
    padding: 2.5% 5%;
    border-radius: 100px;
    max-width: 18%;
    text-align: center;
    font-size: 18px;
    margin-left: 5%;
    margin-bottom: 3%;
    transition: transform 0.3s ease;
}
.getStartedButtonWhite:hover {
    border-color: #191816;
    cursor: pointer;
    transform: scale(1.025);
}
/* whyou tech */
.whyouTech {
    width: 40%;
    height: auto;
    background-color: #F6F8FF;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}
.whyouTechIcon img{
    height: auto;
    width: 8%;
    padding-top: 23px;
    padding-left: 20px;
    transition: transform 0.3s ease;
}
.whyouTechIcon img:hover {
    transform: scale(1.105);
}
.whyouTechTitle {
    padding-left: 20px;
}
.whyouTechTitle h1{
    font-family: 'Gilroy-Bold';
    font-size: 38px;
    margin-top: 2%;
    margin-bottom: 1%;
}
.whyouTechText {
    width: 85%;
}
.listed2 {
    color: #475467;
    margin-bottom: 5%;
    padding-left: 10%;
}
.listed2 li {
	margin-bottom: 1.5%;
    color: #475467;
    font-size: 20px;
    line-height: 1.5em;
}
.listed2 li:hover {
    color: black;
}
.listed2 li::marker  {
    color: #475467;
}
.getStartedButton {
    display: block;
    font-family: 'Gilroy-SemiBold';
    background-color: #FB5711;
    color: white;
    border: 1px solid;
    border-color: #D0D5DD;
    padding: 2.5% 5%;
    border-radius: 100px;
    max-width: 18%;
    text-align: center;
    font-size: 18px;
    margin-left: 5%;
    margin-bottom: 3%;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.getStartedButton:hover {
    background-color: #EB4F1D;
    transform: scale(1.025);
}
.getStartedButton a {
    color: white;
    text-decoration: none;
}


/* our services */
.services {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    font-family: 'Gilroy-Regular';
}
.servicesTitle {
    font-size: 40px;
    margin-bottom: 2%;
    font-weight: 600;
}
.servicesWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    gap: 8px;
    max-width: 100%;
}
.servicesItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
}
.servicesItem img {
    width: 30%;
    height: 8vh;
    margin-bottom: 2%;
    transition: transform 0.2s ease;
}
.servicesItem img:hover {
    transform: scale(1.05);
}
.servicesItem h2 {
    font-size: 32px;
    max-width: 75%;
    margin-bottom: 1%;
}
.servicesItem p {
    font-size: 18px;
    max-width: 90%;
}
.servicesMOB {
    display: none;
}


/* what we offer */
.whatWeOffer {
    font-family: 'Gilroy-Regular';
    margin: 1px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 90%;
    overflow: visible;
}
.header-container {
    display: flex;
    font-family: 'Gilroy-SemiBold';
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
}
.header-title {
    font-size: 40px;
}
.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.slider {
    position: relative;
    width: 20em;
    height: 3em;
    background-color: #f1f1f1;
    border-radius: 45px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.slider-label {
    flex: 1;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    z-index: 1;
    transition: color 0.3s ease;
    color: #aaa;
    font-weight: 600;
}
.slider-circle {
    position: absolute;
    top: 3px;
    width: 9em;
    height: 2em;
    background-color: #fff;
    border-radius: 45px;
    padding: 10px;
    transition: left 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    left: 4px;
}
.slider.active .slider-circle {
    left: 49%;
}
.slider.active .execution {
    color: #000;
}
.slider:not(.active) .consulting {
    color: #000;
}
.slider.active {
    background-color: #d8d8d8;
}
.columns {
    display: flex;
    justify-content: space-between;
    gap: 30px; 
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.columns.fade-left {
    opacity: 0;
    transform: translateX(100px);
}
.columns.fade-right {
    opacity: 0;
    transform: translateX(-100px);
}
.column-container {
    position: relative;
    width: 50%;
    margin-top: 40px;
}
.column {
    height: 100%;
    padding: 0 20px 20px 20px; 
    border: 2px solid #ddd;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #F6F8FF;
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.layered-div {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #EBE9E9;
    color: #FB5711;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1; 
}
.layered-div span {
    font-size: 20px;
    font-family: 'Gilroy-SemiBold';
    margin-bottom: 5%;
}
.column h3, .column p {
    text-align: left; 
}
.column h3 {
    font-family: 'Gilroy-SemiBold';
    font-size: 25px;
    color: #101828;
    margin-top: 2%;
    margin-bottom: 0;
}
.column p {
    font-size: 16px;
    margin-bottom: 0.5%;
    color: #475467;
    font-weight: 400;
}
.separator {
    width: 90%;
    height: 1px;
    background-color: #ddd;
    margin: 4% auto;
    opacity: 0.4;
}
.checklist {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
    margin-top: 1%;
}
.checklist li {
    margin-bottom: 7.5px;
    position: relative;
    padding-left: 35px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    list-style-position: inside;
    color: #475467;
    font-size: 16px;
    font-weight: 500;
}
.checklist li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url('./img/check-e1729540675153.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.checklist2 {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
    margin-top: 1%;
}
.checklist2 li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    list-style-position: inside;
    font-size: 16px;
    font-weight: 500;
}
.checklist2 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url('./img/checkWhite-e1729540722212.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.price-button-wrapper {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price {
    text-align: left;
    font-size: 35px;
    font-family: 'Gilroy-Bold';
    margin: 10px 0;
    color: #101828;
}
.price p {
    display: inline-block;
    font-family: 'Gilroy-Regular';
    font-size: 20px;
    color: #101828;
}
.button-container {
    text-align: center;
    width: 100%;
}
.getStartedButton2 {
    display: block;
    font-family: 'Gilroy-SemiBold';
    background-color: #FB5711;
    color: white;
    border: 1px solid;
    border-color: #D0D5DD;
    padding: 3% 7%;
    border-radius: 100px;
    min-width: 80%;
    text-align: center;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.getStartedButton2:hover {
    background-color: #EB4F1D;
    transform: scale(1.0125);
}
.getStartedButtonWhite2 {
    display: block;
    background-color: white;
    color: white;
    border: 1px solid;
    padding: 3% 7%;
    border-radius: 100px;
    min-width: 80%;
    text-align: center;
    font-size: 18px;
    font-family: 'Gilroy-SemiBold';
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.getStartedButtonWhite2:hover {
    border-color: #000000;
    transform: scale(1.0125);
}


/* clique ads */
.section-container {
    text-align: center;
    padding: 20px;
    margin: 5% 0;
    padding: 0;
}
/* clique sect 1 */
.clique-info1 {
    display: inline-block;
    background-color: #f8bfbf;
}
.clique-info1-title {
    font-family: 'Gilroy-ExtraBold';
    font-size: 60px;
    font-style: italic;
    color: #731010;
    padding: 2% 0 0;
}
.clique-info1-desc {
    font-family: 'Gilroy-Regular';
    font-size: 30px;
    font-style: italic;
    color: #731010;
    margin: 10px auto;
    width: 70%;
    line-height: 1.7;
}
.clique-info1-pics-mob {
    display: none;
}
.clique-info1-pics-desk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    margin: 3% auto 0;
    gap: 2%;
}
.large-img {
    grid-row: span 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.5s ease;
}
.large-img:hover {
    transform: scale(1.0125);
}
.small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.5s ease;
}
.small-img:hover {
    transform: scale(1.0125);
}
.clique-info1-button {
    display: block;
    background-color: #651d1d;
    color: white;
    margin: 2% auto;
    padding: 1% 0;
    max-width: 10%;
    font-family: 'Gilroy-Regular';
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.clique-info1-button:hover {
    cursor: pointer;
    transform: scale(1.025);
}
.clique-info1-button a {
    color: white;
    text-decoration: none;
}
/* clique sect 2 */
.clique-info2 {
    background-color: #C6E3FF;
    padding: 40px;
}
.clique-info2-header {
    text-align: center;
}
.clique-info2-header img {
    width: 180px;
    margin: 2% auto 1%;
    transition: transform 0.3s ease;
}
.clique-info2-header img:hover {
    transform: scale(1.125);
}
.clique-info2-title {
    font-family: 'Gilroy-SemiBold';
    font-size: 60px;
    font-style: italic;
    color: #0C3D6B;
}
.clique-info2-desc {
    font-family: 'Gilroy-Regular';
    font-size: 30px;
    font-style: italic;
    color: #0C3D6B;
    margin: 10px auto;
    width: 100%;
    line-height: 1.7;
}
.clique-info2-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: left;
    margin: 2% 0;
}
.info2-img {
    width: 25%;
    height: auto;
}
.info2-img-mob {
    display: none;
}
.info2-img-desk {
    display: block;
    width: 25%;
    height: auto;
}
.clique-info2-text {
    width: auto;
}
.clique-info2-stitle {
    font-family: 'Gilroy-SemiBold';
    font-size: 50px;
    font-style: italic;
    color: #0C3D6B;
}
.clique-info2-sdesc {
    font-family: 'Gilroy-Regular';
    font-size: 23px;
    color: #0C3D6B;
    width: 100%;
    line-height: 1.7;
}
.clique-info2-button {
    display: block;
    background-color: #0C3D6B;
    color: white;
    margin: 4% 0 0;
    padding: 3.5% 0;
    max-width: 35%;
    font-family: 'Gilroy-Regular';
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.clique-info2-button:hover {
    transform: scale(1.025);
    cursor: pointer;
}
.clique-info2-button a {
    color: white;
    text-decoration: none;
}
.clique-info2-button2 {
    display: block;
    background-color: #0C3D6B;
    color: white;
    margin: 4% 0 0;
    padding: 3% 0;
    max-width: 30%;
    font-family: 'Gilroy-Regular';
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.clique-info2-button2:hover {
    transform: scale(1.025);
    cursor: pointer;
}
.clique-info2-button2 a {
    color: white;
    text-decoration: none;
}
/* clique sect 3 */
.clique-info3 {
    display: block;
    background-color: #E0B3FF;
    padding: 40px;
}
.clique-info3-title {
    font-family: 'Gilroy-ExtraBold';
    font-size: 60px;
    font-style: italic;
    color: #420770;
    padding: 2% 0 0;
}
.clique-info3-desc {
    font-family: 'Gilroy-Regular';
    font-size: 30px;
    font-style: italic;
    color: #420770;
    margin: 10px auto;
    width: 70%;
    line-height: 1.7;
}
.clique-info3-button {
    display: inline-block;
    background-color: #420770;
    color: white;
    margin: 1% 0 0;
    padding: 1.1% 3%;
    font-family: 'Gilroy-Regular';
    text-align: center;
    font-size: 18px;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.clique-info3-button:hover {
    transform: scale(1.025);
    cursor: pointer;
}
.clique-info3-button a {
    color: white;
    text-decoration: none;
}


/* clique */
.clique {
    margin-top: 6%;
    margin-bottom: 5%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Gilroy-Regular';
}
.cliqueTitle {
    font-size: 40px;
    margin-bottom: 1.5%;
    font-weight: 600;
}
.cliqueDesc {
    font-size: 22px;
    max-width: 65%;
    line-height: 1.5em;
    margin-bottom: 2%;
    color: #475467;
}
.cliqueInfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
}
.cliqueInfoTxt {
    position: relative;
    z-index: 2;
    display: block;
    width: 48%;
}
.cliqueTxt {
    list-style-type: none;
    padding-left: 12px;
    margin: 0;
}
.cliqueTxt li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 55px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #475467;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
}
.cliqueTxt li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url('./old/wp-content/uploads/2024/09/cliqueLogo.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.cliqueTxt .listDesc {
    margin-top: 8px;
    font-size: 19px;
    color: #475467;
}
.listDescTitle {
    font-size:30px; 
    font-weight: 600; 
    color:#101828; 
    padding-bottom: 1%;
}
.listDesc {
    margin-bottom: 5%;
}
.cliqueImg {
    max-width: 41%;
    margin-top: -40px;
    margin-right: 4%;
}
.cliqueImg img {
    width: 100%;
    height: auto;
}
.partner2Button {
    display: inline-block;
    background-color: #FB5711;
    color: white;
    border: 1px;
    border-color: #FB5711;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 9%;
    padding-right: 9%;
    border-radius: 40px;
    max-width: 60%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-left: 2%;
    margin-top: 4%;
    margin-bottom: 5%;
    font-family: 'Gilroy-Regular';
}
.partner2Button:hover {
    background: #EB4F1D;
    cursor: pointer;
}
.partner2ButtonLink {
    text-decoration: none;
}

/* different */
.differentNew {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    font-family: 'Gilroy-Regular';
}
.differentNewTitle {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 2%;
}
.differentNewWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    max-width: 100%;
    background-color: #F6F8FF;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}
.diffItem {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: 4%;
    margin-right: 4%;
    width: 100%;
}
.diffIcon {
    width: 80px;
    height: 80px;
    margin-bottom: 5%;
    margin-top: 0;
}
.diffTitle {
    font-size: 35px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    color: #101828;
    line-height: 1.3em;
}
.diffDesc {
    font-size: 20px;
    color: #475467;
    line-height: 1.3em;
    margin-bottom: 1%;
}

/* what makes us different */
.different {
    display: none;
    margin-top: 6%;
    margin-bottom: 1%;
    max-width: 90%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Gilroy-Regular';
}
.differentTitle {
    font-size: 40px;
    margin-bottom: 2%;
    font-weight: 600;
}
.differentInfoWrapper {
    display: flex;
    gap: 2%;
    max-width: 90%;
    margin: 0 auto;
    align-items: flex-start;
}
.diffImage {
    width: 40%;
}
.diffImage img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.differentInfo {
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0; 
    background-color: #F6F8FF;
    border-radius: 30px;
}
.infoItem {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    margin-top: 8%;
    margin-bottom: 1%;
    margin-left: 8%;
    margin-right: 8%;
}
.infoIcon {
    width: 80px;
    height: 80px;
    margin-bottom: 5%;
}
.infoTitle {
    font-size: 35px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    color: #101828;
}
.infoDesc {
    font-size: 20px;
    color: #475467;
    line-height: 1.6em;
    margin-bottom: 1%;
}


/* team */
.team {
    font-family: 'Gilroy-Regular';
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0;
    box-sizing: border-box;
}
.team-wrapper {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.team-title {
    font-size: 40px;
    margin-bottom: 2%;
    font-weight: 600;
    text-align: left;
}
.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2%; /* 20px; */
    justify-content: center;
}
.team-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 15%;
    /* 
    width: calc(20% - 20px); 
    max-width: 220px;
    */
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}
.team-card:hover {
    transform: scale(1.025);
}
.team-card img {
    width: auto;
    height: auto;
    padding: 8px;
    border-radius: 25px;
}
.team-card .content {
    padding: 15px;
    padding-top: 0;
    flex-grow: 1;
    align-items: flex-start;
}
.team-card .name {
    font-family: 'Gilroy-Bold';
    font-size: 20px;
    color: #FB5711;
    margin: 0;
}
.team-card .position {
    font-size: 16px;
    color: #FB5711;
    margin: 0;
}
.team-card .description {
    font-size: 0.85rem;
    color: #000000;
}
.team-card .description ul{
    padding-left: 5%;
    margin: 0;
}
.team-card .description ul li {
    line-height: 1.38;
    margin-top: 5px;
}
.teamMOB {
    display: none;
}
/* tablet */
@media screen and (max-width: 768px) {
    .team-card {
        width: calc(50% - 20px);
    }
    .team-grid {
        display: none;
    }
    .team-card {
        display: none;
    }
    .team {
        display: none;
    }
    .teamMOB {
        display: block;
        font-family: 'Gilroy-Regular';
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 0;
        box-sizing: border-box;
    }
    .team-wrapperMOB {
        max-width: 90%;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
    }
    .team-titleMOB {
        font-size: 28px;
        font-family: 'Gilroy-SemiBold';
        margin-bottom: 6%;
        text-align: left;
    }
    .team-gridMOB {
        display: flex;
        flex-wrap: nowrap; 
        overflow-x: auto; 
        gap: 10px; 
        padding: 10px;
        scroll-snap-type: x mandatory; 
    }
    .team-cardMOB {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        width: 220px;
        flex: 0 0 auto; 
        text-align: left;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        scroll-snap-align: center;
    }
    .team-cardMOB img {
        width: auto;
        height: auto;
        padding: 8px;
        border-radius: 20px;
    }
    .team-cardMOB .contentMOB {
        padding: 15px;
        padding-top: 3px;
        flex-grow: 1;
    }
    .team-cardMOB .nameMOB {
        font-family: 'Gilroy-Bold';
        font-size: 22px;
        color: #FB5711;
        margin: 1px 0;
    }
    .team-cardMOB .positionMOB {
        font-size: 17px;
        color: #FB5711;
        margin: 3px 0;
    }
    .team-cardMOB .descriptionMOB {
        font-size: 0.9rem;
        color: #000000;
    }
    .team-cardMOB .descriptionMOB ul {
        padding-left: 5%;
    }
    .team-cardMOB .descriptionMOB ul li {
        line-height: 1.38;
        margin-top: 5px;
    }
    /* Add scrollbar styling (optional) */
    .team-gridMOB::-webkit-scrollbar {
        height: 8px;
    }
    .team-gridMOB::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }
    .team-gridMOB::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }
}
/* mobile */
@media screen and (max-width: 480px) {
    .team-card {
    width: calc(50% - 20px);
    }
}

/* scaling */
.scale {
    margin-top: 0;
    margin-bottom: 5%;
    max-width: 100%;
    min-height: 50vh;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Gilroy-Regular';
}
.scaleInfoWrapper {
    display: flex;
    gap: 2%;
    max-width: 90%;
    margin: 0 auto;
    align-items: flex-start;
}
.scaleInfo {
    width: 50%;
    margin-left: 5%;
}
.scaleInfo h1 {
    font-size: 40px;
    margin-bottom: 5%;
    font-family: 'Gilroy-SemiBold';
}
.scalingTxt {
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
    color: #475467;
}
.scalingTxt:hover {
    color: #050402;
}
.scalingTxtMOB {
    display: none;
}
.getStartedButton3 {
    display: block;
    background-color: #FB5711;
    color: white;
    border: 1px;
    border-color: #D0D5DD;
    padding: 3% 4%;
    border-radius: 100px;
    max-width: 18%;
    text-align: center;
    font-size: 18px;
    font-family: 'Gilroy-SemiBold';
    margin: 15% 0 3% 2%;
    transition: transform 0.3s ease;
}
.getStartedButton3:hover {
    background: #EB4F1D;
    transform: scale(1.025);
    cursor: pointer;
}
.timeline {
    width: 50%;
    margin-left: 5%;
}
.timeline-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    height: auto;
}
.timeline-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
}
.timeline-number {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    border-radius: 50%;
    background-color: #F6F8FF;
    text-align: center;
    line-height: 70px;
    font-size: 32px;
    color: black;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
}
.timeline-number.active {
    background-color: #FF6331;
    color: white;
}
.timeline-content {
    margin-left: 20px;
}
.timeline-title {
    font-family: 'Gilroy-SemiBold';
    font-size: 30px;
    cursor: pointer;
    color: gray; 
    transition: color 0.8s ease-in-out;
}
.timeline-description {
    display: none;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    font-weight: 400;
    font-size: 22px;
}
.timeline-line {
    position: absolute;
    left: 35px; 
    width: 3px;
    height: 200%;
    background-color: #F6F8FF;
    z-index: 1;
    transition: background-color 0.8s ease-in-out;
}
.timeline-item:first-child .timeline-line {
    display: none; 
}
.timeline-line.active {
    background-color: #FF6331;
    color: white;
}
.timeline-title.active {
    color: #000000;
}


/* lets connect */
.connect {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 5%;
    font-family: 'Gilroy-Regular';
}
.connectContainer {
    background-color: #F6F8FF;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 85%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-top: 3%;
}
.formSection {
    flex: 1;
    padding-left: 1%;
    padding-right: 2%;
}
.formSection h2 {
    font-size: 50px;
    color: #101828;
    margin: 3% 0 9% 1%;
}
.formNE {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 9%;
}
.formItem {
    position: relative;
    flex: 1;
}
.formItem input::placeholder {
    font-size: 22px;
    color: #475467;
    font-weight: 600;
    font-family: 'Gilroy-Regular';
    padding: 2%;
}
.formItem input, .formItem select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E5E7EB;
    padding: 10px 5px;
    font-size: 14px;
    outline: none;
    background: transparent;
}
.formItem input:focus, .formItem select:focus {
    border-bottom: 2px solid #FF5722;
}
.formItem select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background-image: url('./old/wp-content/uploads/2024/11/down-square.png');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 3%;
}
#package {
    font-size: 22px;
    color: #475467;
    font-weight: 600;
    font-family: 'Gilroy-Regular';
    padding: 2%;
}
.submitButton {
    display: block;
    background-color: #FB5711;
    color: white;
    border: 1px;
    border-color: #D0D5DD;
    padding: 2% 4%;
    border-radius: 100px;
    max-width: 30%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin: 10% 0 3% 2%;
    font-family: 'Gilroy-SemiBold';
    transition: transform 0.3s ease;
}
.submitButton:hover {
    background: #EB4F1D;
    transform: scale(1.025);
    cursor: pointer;
}
.contactSection {
    width: 30%;
    background-color: #FF5722;
    color: #FFFFFF;
    padding: 50px;
    border-radius: 30px;
    box-sizing: border-box;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 2%;
}
.contactSection h3 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 11%;
}
.contactSectionMOB {
    display: none;
}
.contactSection hr {
    width: 100%;
    border: 0.8px solid #FFFFFF;
    opacity: 0.8;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 18%;
    margin-right: 30%;
}
.contactItem {
    display: flex;
    align-items: center;
    margin-bottom: 4%;
    transition: transform 0.3s ease;
}
.contactItem:hover {
    transform: scale(1.0);
}
.contactItem a {
    margin: 0;
    padding: 0;
}
.contactItem img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.contactItem img:hover {
    transform: scale(1.125);
}
.contactItem span {
    font-size: 20px;
    font-weight: 300;
}


/* footer */
.footerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Gilroy-Regular';
    width: 95%;
    margin: 20px;
}
.topFooter {
    width: 100%;
    display: block;
}
.footerLeft {
    flex-basis: 0;
}
.footerLeftLogo {
    color: #FB5711;
    font-family:'Gilroy-Bold';
    font-size: 38px;
    margin-left: 5%;
    text-decoration: none;
}
.footerLeftLogo:hover {
    color: #EB4F1D;
}
.footerRight {
    display: flex;
    gap: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #475467;
    height: auto;
    min-width: 20%;
}
#right1 {
    color: #475467;
    text-decoration: none;
}
#right1:hover {
    color: #FF6331;
    cursor: pointer;
}
#right2 {
    color: #475467;
    text-decoration: none;
}
#right2:hover {
    color: #FF6331;
    cursor: pointer;
}
#right3 {
    color: #475467;
    text-decoration: none;
}
#right3:hover {
    color: #FF6331;
    cursor: pointer;
}
.topFooter hr {
    border: 0.5px solid #475467;
    opacity: 0.6;
    border-radius: 30px;
    margin-top: 10px;
    margin-left: 5%;
    margin-right: 3%;
}
.bottomFooter {
    font-size: 20px;
    margin-left: 5%;
    color: #475467;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: 'Gilroy-Regular';
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
    /* top nav bar */
    .center {
        display: none;
    }
    .leftLogo {
        font-size: 25px;
        margin-left: 1%;
    }
    .rightBtn {
        padding: 2% 3.5%;
        border-radius: 100px;
        max-width: 40%;
        text-align: center;
        font-size: 10px;
        margin-right: 5%;
    }

    /* find your people main block */
    .intro {
        width: 90%;
        height: 70vh; 
        background-image: url('./img/coverTester3Mob2UPD.png'); 
    }
    .introContent h1 {
        margin-top: 6%;
        margin-bottom: 5%;
        font-size: 40px;
        max-width: 100%;
    }
    .introContent p {
        margin-top: 10px;
        font-size: 16.3px;
        min-width: 100%;
    }  
    /* buttons */
    .introButtons {
        display: block;
        margin-right: 6%;
    }
    .scaleButton {
        display: block;
        background-color: white;
        border: 1px;
        border-color: #D0D5DD;
        padding: 5% 3%;
        border-radius: 40px;
        min-width: 100%;
        text-align: center;
        font-size: 18px;
        font-family: 'Gilroy-SemiBold';
        margin: 7% auto 4%;
        text-decoration: none;
    }
    .scaleButton:hover {
        border-color: #191816;
    }
    .partnerButton {
        display: inline-block;
        background-color: #FB5711;
        border: 1px solid;
        border-color: #FF6331;
        padding: 5% 3%;
        border-radius: 40px;
        min-width: 100%;
        text-align: center;
        font-size: 18px;
        margin: auto auto 50% 1%;
        font-family: 'Gilroy-SemiBold';
        text-decoration: none;
    }
    .partnerButton:hover {
        background-color: #EB4F1D;
    }

    /* carousel */
    .carousel-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 4%;
        font-family: 'Gilroy-Regular';
    }
    .carousel-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 2%;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .carousel-item {
        flex: 0 0 auto;
        margin-top: 1px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .carousel-item img {
        width: 100px;
        height: auto;
        padding-top: 5px;
        padding-bottom:5px;
    }

    /* whyou media & tech */
    .media-tech {
        display: block;
    }
    .whyouMedia {
        width: 85%;
        padding-bottom: 0.5px;
    }
    .whyouMediaIcon img {
        width: 15%;
    }
    .whyouMediaTitle h1{
        font-size: 25px;
    }
    .listed {
        padding-left: 15%;
    }
    .listed li {
        font-size: 16px;
        margin-bottom: 3%;
        line-height: 1.35em;
    }
    .getStartedButtonWhite {
        display: block;
        max-width: 85%;
        margin: 9% 0 8%;
        padding: 5%;
        font-size: 18px;
    }
    .whyouTech {
        width: 85%;
        margin-top: 5%;
        margin-bottom: 5%;
        padding-bottom: 0.5px;
    }
    .whyouTechIcon img {
        width: 15%;
    }
    .whyouTechTitle h1{
        font-size: 25px;
    }
    .listed2 {
        padding-left: 15%;
    }
    .listed2 li {
        font-size: 16px;
        margin-bottom: 3%;
    }
    .getStartedButton {
        display: block;
        max-width: 85%;
        margin: 9% 0 8%;
        padding: 5%;
        font-size: 18px;
    }

    /* servicesMOB */
    .services {
        display: none;
    }
    .servicesMOB {
        display: block;
        margin-top: 25%;
        margin-bottom: 25%;
    }
    .servicesTitleMOB {
        font-family: 'Gilroy-SemiBold';
        font-size: 25px;
        margin-bottom: 6%;
        text-align: center;
    }
    .servicesWrapperMOB {
        align-items: center;
        gap: 8px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Gilroy-SemiBold';
    }
    .servicesItemMOB {
        display: inline-block;
        text-align: center; 
        max-width: 100%;
    }
    .servicesItemMOB img {
        width: 30%;
        height: auto;
        margin-bottom: 1%;
        margin-top: 10%;
        transition: transform 0.3s ease;
    }
    .servicesItemMOB img:hover {
        transform: scale(1.125);
    }
    .servicesItemMOB h2 {
        font-size: 25px;
        width: 100%;
        margin-bottom: 1%;
        text-align: center;
    }
    .servicesItemMOB p {
        font-size: 18px;
        font-family: 'Gilroy-Regular';
        max-width: 100%;
        text-align: center;
    }

    /* what we offer */
    .header-container {
        display: block;
    }
    .header-title {
        font-size: 25px;
        text-align: center;
        padding-bottom: 3%;
    }
    .slider-container {
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2%;
    }
    .slider {
        position: relative;
        width: 20em;
        height: 2.7em;
        background-color: #f1f1f1;
        border-radius: 45px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }
    .slider-label {
        flex: 1;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        z-index: 1;
        transition: color 0.3s ease;
        color: #aaa;
    }
    .slider-circle {
        position: absolute;
        top: 3px;
        width: 9em;
        height: 1.6em;
        background-color: #fff;
        border-radius: 45px;
        padding: 10px;
        transition: left 0.3s ease;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        left: 4px;
    }
    .layered-div {
        position: absolute;
        top: -35px;
        min-height: 40px;
    }
    .columns {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .column-container {
        width: 95%;
    }
    .column h3 {
        font-size: 20px;
    }
    .column p {
        font-size: 14px;
    }
    .separator {
        width: 100%;
    }
    .checklist li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .checklist2 li {
        padding-left: 25px;
    }
    .layered-div {
        bottom: -25px;
        height: 45px;
    }
    .layered-div span {
        font-size: 18px;
        margin-bottom: 1%;
    }
    .price {
        font-size: 32px;
        margin-bottom: auto;
    }
    .getStartedButton2 {
        display: block;
        max-width: 90%;
        margin-top: 3%;
        margin-bottom: 0;
        margin-left: 0%;
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 17px;
        font-weight: 500;
    }
    .getStartedButtonWhite2 {
        display: block;
        max-width: 90%;
        margin-top: 3%;
        margin-bottom: 0;
        margin-left: 0%;
        padding-top: 4%;
        padding-bottom: 4%;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 17px;
        font-weight: 500;
    }

    /* clique section */
    .section-container {
        padding: 20px;
        margin: 8% auto;
        padding: 0;
    }
    /* clique sect 1 */
    .clique-info1-title {
        font-size: 35px;
        font-style: normal;
        color: #731010;
        padding: 5% 0;
    }
    .clique-info1-desc {
        font-size: 18px;
        font-style: normal;
        margin: 0 auto;
        width: 90%;
        line-height: 1.4;
        padding: 0 0 4%;
    }
    .clique-info1-pics-desk {
        display: none;
    }
    .clique-info1-pics-mob {
        display: inline-block;
        width: 90%;
        margin: 3% auto 0;
    }
    .clique-info1-button {
        margin: 6% auto;
        padding: 3% 0;
        max-width: 90%;
        font-size: 18px;
    }
    /* clique sect 2 */
    .clique-info2 {
        padding: 0 5% 40px;
    }
    .clique-info2-header img {
        width: 120px;
        margin: 5% auto 4%;
    }
    .clique-info2-title {
        font-family: 'Gilroy-Bold';
        font-size: 35px;
        font-style: normal;
    }
    .clique-info2-desc {
        font-family: 'Gilroy-SemiBold';
        font-size: 18px;
        font-style: normal;
        margin: 8% auto;
        width: 100%;
        line-height: 1.4;
    }
    .clique-info2-content {
        display: block;
        text-align: left;
        margin: 0;
    }
    .clique-info2-stitle {
        font-size: 22px;
        font-style: normal;
        padding: 3% 0;
    }
    .clique-info2-sdesc {
        font-size: 18px;
        width: 100%;
        line-height: 1.4;
    }
    .clique-info2-button {
        margin: 4% 0 0;
        padding: 4% 0;
        max-width: 100%;
        font-size: 18px;
    }
    .clique-info2-button2 {
        margin: 4% 0 0;
        padding: 4% 0;
        max-width: 100%;
        font-size: 18px;
    }
    .info2-img {
        width: 100%;
        height: auto;
        margin: 10% auto;
    }
    .info2-img-desk {
        display: none;
    }
    .info2-img-mob {
        display: block;
        width: 100%;
        height: auto;
        margin: 10% auto 0;
    }
    /* clique sect 3 */
    .clique-info3 {
        padding: 10% 5%;
    }
    .clique-info3-title {
        font-size: 32px;
        font-style: normal;
        padding: 2% 0 0; 
    }
    .clique-info3-desc {
        font-size: 20px;
        font-style: normal; 
        margin: 10px auto;
        width: 90%; 
        line-height: 1.4;
    }
    .clique-info3-button {
        display: block;
        margin: 8% 0 0;
        padding: 4% 0%;
        font-size: 18px;
    }

    /* clique */
    .clique {
        margin-top: 10%;
        margin-bottom: 10%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .cliqueTitle {
        margin-bottom: 4%;
        font-size: 25px;
    }
    .cliqueDesc {
        font-size: 18px;
        max-width: 100%;
        line-height: 1.5em;
        margin-bottom: 10%;
        color: #475467;
    }
    .cliqueInfo {
        display: block;
        align-items: center;
    }
    .cliqueInfoTxt {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
    }
    .cliqueTxt {
        list-style-type: none;
        padding-left: 0px;
        margin: 0;
    }
    .cliqueTxt li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 45px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #475467;
        font-weight: 500;
        line-height: 1.4em;
    }
    .cliqueTxt li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background-image: url('./old/wp-content/uploads/2024/09/cliqueLogo.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .cliqueTxt .listDesc {
        margin-top: 8px;
        font-size: 16px;
        color: #475467;
    }
    .listDescTitle {
        font-size: 22px; 
        font-weight: 600; 
        color:#101828; 
        padding-bottom: 1%;
    }
    .listDesc {
        margin-bottom: 5%;
        font-size: 18px;
    }
    .partner2Button {
        display: block;
        max-width: 100%;
        margin-left: 0%;
        margin-top: 2%;
        margin-bottom: 3%;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 18px;
    }
    .cliqueImg {
        max-width: 100%;
        margin-top: 9%;
        margin-left: auto;
        margin-right: auto;
    }
    .cliqueImg img {
        width: 100%;
        height: auto;
    }

    /* different */
    .differentNew {
        display: none;
    }
    .different {
        display: block;
        margin-top: 10%;
        margin-bottom: 10%;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
    .differentTitle {
        margin-bottom: 5%;
        font-size: 25px;
    }
    .differentInfoWrapper {
        display: block;
        max-width: 100%;
    }
    .diffImage {
        width: 100%;
        display: none;
    }
    .diffImage img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .differentInfo {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0; 
        background-color: #F6F8FF;
        border-radius: 20px;
        margin-top: 3%;
    }
    .infoItem {
        display: flex;
        flex-direction: column;
        align-items: left;
        text-align: left;
        margin-top: 8%;
        margin-bottom: 1%;
        margin-left: 8%;
        margin-right: 5%;
    }
    .infoIcon {
        width: 50px;
        height: 50px;
        margin-bottom: 5%;
    }
    .infoTitle {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 5%;
        color: #101828;
    }
    .infoDesc {
        font-size: 14px;
        color: #475467;
        line-height: 1.3em;
        margin-bottom: 1%;
        margin-top: 0;
    }

    /* scaling */
    .scale {
        margin-top: 0;
        margin-bottom: 5%;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .scaleInfoWrapper {
        display: block;
        gap: 2%;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .scaleInfo {
        width: 90%;
        margin-left: 5%;
    }
    .scaleInfo h1 {
        font-size: 25px;
        margin-bottom: 5%;
    }
    .scalingTxt {
        display: none;
    }
    .scalingTxtMOB {
        display: block;
        font-size: 20px;
        line-height: 1.5em;
        font-weight: 550;
        margin-bottom: 0;
        color: #475467;
    }
    .getStartedButton3 {
        display: block;
        max-width: 100%;
        margin: 9% 0 8%;
        padding: 5%;
        font-size: 18px;
    }
    .timeline {
        width: 90%;
    }
    .timeline-number {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
    .timeline-title {
        font-size: 24px;
    }
    .timeline-description {
        font-size: 18px;
    }
    .timeline-line {
        left: 25px;
    }

    /* lets connect */
    .connect {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-bottom: 5%;
    }
    .connectContainer {
        background-color: #FFFFFF;
        border-radius: 30px;
        box-shadow: none;
        width: 85%;
        padding: 20px;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }
    .formSection {
        flex: 1;
        padding-left: 1%;
        padding-right: 2%;
    }
    .formSection h2 {
        font-size: 25px;
        color: #101828;
    }
    .formNE {
        display: block;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 9%;
    }
    #emailMOB {
        margin-bottom: 9%;
    }
    .formItem {
        position: relative;
        flex: 1;
    }
    .formItem input::placeholder {
        font-size: 22px;
        color: #475467;
        font-family: 'Gilroy-SemiBold';
        padding: 2%;
    }
    .formItem input, .formItem select {
        width: 100%;
        border: none;
        border-bottom: 1px solid #E5E7EB;
        padding: 10px 5px;
        font-size: 14px;
        outline: none;
        background: transparent;
    }
    .formItem input:focus, .formItem select:focus {
        border-bottom: 2px solid #FF5722;
    }
    .formItem select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 25px;
        background-image: url('./old/wp-content/uploads/2024/11/down-square.png');
        background-repeat: no-repeat;
        background-position: right 5px center;
        background-size: 7%;
    }
    .formItem label {
        font-size: 22px;
        color: #475467;
        font-weight: 540;
    }
    #package {
        font-size: 22px;
        color: #475467;
        font-weight: 600;
        font-family: 'Gilroy-Regular';
        padding: 2%;
    }
    .submitButton {
        display: block;
        background-color: #FB5711;
        color: white;
        border: 1px;
        border-color: #D0D5DD;
        padding: 5% 22%;
        border-radius: 100px;
        max-width: 100%;
        text-align: center;
        font-size: 18px;
        margin: 8% auto 10%;
        font-family: 'Gilroy-SemiBold';
    }
    .submitButton:hover {
        background: #EB4F1D;
    }
    .contactSection {
        display: none;
    }
    .contactSectionMOB {
        display: block;
        font-family: 'Gilroy-Regular';
        width: 100%;
        background-color: #F6F8FF;
        color: #101828;
        padding: 50px;
        border-radius: 30px;
        box-sizing: border-box;
        margin: 2% 2% 2% 0;
    }
    .contactSectionMOB h3 {
        font-size: 35px;
        font-family: 'Gilroy-SemiBold';
        margin-top: 0;
        margin-bottom: 11%;
    }
    .contactSectionMOB hr {
        width: 100%;
        border: 0.8px solid #101828;
        opacity: 0.8;
        border-radius: 30px;
        margin-top: 10px;
        margin-bottom: 18%;
        margin-right: 30%;
    }
    .contactItem {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .contactItem:hover {
        transform: scale(1.0125);
    }
    .contactItem img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .contactItem span {
        font-size: 20px;
        font-weight: 300;
    }


    /* footer */
    .topFooter hr{
        opacity: 0.5;
        border-radius: 30px;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 5%;
        margin-right: 3%;
    }
    .footerRight {
        display: none;
    }
    .footerLeftLogo {
        font-size: 35px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-family:'Gilroy-Bold';
    }
    .bottomFooter {
        margin-left: 5%;
        margin-bottom: 5%;
        font-family: 'Gilroy-Regular';
        font-size: 20px;
    }
}

@media only screen and (max-width: 920px) and (orientation: landscape) {
    .introContent h1 {
        font-size: 2.5em;
    }
    .introContent p {
        font-size: 1em;
    }
    .scaleButton {
        font-size: 16px;
    }
    .partnerButton {
        font-size: 16px;
    }
    .whyouMedia {
        width: 80%;
    }
    .servicesItem {
        max-width: 20%;
    }
    .servicesItem img {
        height: auto;
    }
    .servicesItem h2 {
        font-size: 1.2em;
    }
    .whatWeOffer {
        max-width: 95%;
    }
    .columns {
        gap: 20px;
    }
    .layered-div span {
        font-size: 1em;
        margin-bottom: 6%;
    } 
    .column h3 {
        font-size: 21px;
    }
    .price {
        font-size: 30px;
    }
    .price p {
        font-size: 16px;
    }
    .scaleInfoWrapper {
        max-width: 95%;
    }
    .scaleInfo h1 {
        font-size: 32px;
    }
    .scalingTxt {
        font-size: 21px;
    }
    .getStartedButton3 {
        padding: 5% 4%;
        max-width: 100%;
    }
    .timeline {
        width: 95%;
    }
    .contactSection {
        width: 37%;
        padding: 35px;
    }
    .contactSection h3 {
        font-size: 30px;
    }
    .contactItem span {
        font-size: 17px;
    }
    .submitButton {
        padding: 4%;
        max-width: 100%;
        font-size: 18px;
    }
    .topFooter hr {
        margin-left: 1%;
        margin-right: 1%;
    }
    .bottomFooter {
        margin: 2%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1365px) {
    /* top nav bar */
    .center {
        display: flex;
        gap: 25px;
    }
    
    .leftLogo {
        font-size: 30px;
        margin-left: 2%;
    }
    .rightBtn {
        padding-top: 1%;
        padding-bottom: 1%;
        padding-left: 3%;
        padding-right: 3%;
        border-radius: 100px;
        max-width: 20%;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        margin-right: 5%;
    }

    /* footer */
    .footerLeftLogo {
        font-size: 30px;
        margin-left: 0;
        text-align: center;
    }
    .rightBtn {
        padding-top: 1%;
        padding-bottom: 1%;
        padding-left: 3%;
        padding-right: 3%;
        border-radius: 100px;
        max-width: 20%;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        margin-right: 5%;
    }
}