/* Font Imports */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/qes2rdh.css");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

/* General Body Styles */
body {
    margin: 0;
    font-family: "Noto Sans", sans-serif; /* Defa40t font */
    color: #251E34;

}


h1, h2, h3, h4 {
    max-width: 750px;
    line-height: 120%;
    margin-bottom: 4.5px!important;
}

p, li {
    font-size: 18px!important;
    font-weight: 400;
    max-width: 750px;
    line-height: 155%;
}


li {
    margin-bottom: 9px;
}

/* Typography and Headings */
h1, h2, h3 {
 font-family: "franklin-gothic-compressed", sans-serif;
 line-height: ;
  font-optical-sizing: auto;
 
  font-weight: 600!important;
  font-style: normal;
}

h4{
    font-family: "Noto Sans", sans-serif;
    font-weight: 700!important;
}


h1 {
    font-family: "franklin-gothic-compressed", sans-serif;
    font-size: 65px!important; /* Reduced size for h1 */
}

h2 {
    font-size: 42px!important; /* Reduced size for h2 */
    padding-top: 54px;
    margin-bottom: 9px!important;
}

h3 {
    font-size: 30px!important; /* Reduced size for h3 */
    margin-top: 45px!important;
    margin-bottom: 18px!important;
}

h4 {
    font-size: 18px!important;
    margin-top: 36px!important;
    margin-bottom: 9px!important;
}

/* Links and Hover States */
a, .nav-links a {
    
    color: #251E34 !important;
    
    
}

.nav-links a:hover {

    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    color: #251E34;
    font-family: "Noto Sans", sans-serif;
     font-optical-sizing: auto;
}

.nav-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    text-decoration: none;
    width: 0;
    height: 1px;
    background-color: #DD97AC;;
    border-radius: 1px;
    transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
    text-decoration: none;
}

.nav-links a.active {
    font-weight: bold;
    text-decoration: none;
}



.nav-links {
    display: flex;
    gap: 20px;
}

.home a {
    color: white!important;
}

.home a::after {
   
    background-color: #DD97AC;
}


/* Card and Section Styling */
.colouredsection, .highlightsection, .cardstyle {
    padding: 36px;
    background-color: #f3f3f3;
}
.BodyArea{
    background-color: #eeeeee; 
    
    
}

.cardstyle {
    background-color: #F5F5F5;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 72px;
}

.gallery-item {
    position: relative;
    width: calc(33.33% - 20px);
    transition: transform 0.3s ease;
}


.gallery-image {
    display: block;
    width: 100%;
    height: 100%; /* Make square */
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}
video{
    border-radius: 8px!important;
    padding-top:0;
    margin-top:18px;
}
/* .img__wrap {
    position: relative;
    display: block;
}

.img__description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    padding: 10px;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
}

.img__wrap:hover .img__description {
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0s 0s; /* Ensure opacity transition takes place */
} */


/* Button Styling */
.primary, .secondary {
    display: inline-block;
    padding: 1rem 2rem;
    margin-right: 9px;
    margin-bottom: 9px;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
}

.primary {
    background: #251E34;
    color: #ffffff;
    border: 2px #251E34 solid;
}

.secondary {
    color: #251E34;
    border: 2px #251E34 solid;
    background-color: white;
}

.primary:hover, .primary:focus {
    background: #5f43b2;
    border-color: #5f43b2;
}

.secondary:hover, .secondary:focus {
    border-color: #5f43b2;
    background-color: #ece5ff;
}



/* Blockquotes */
blockquote {
    font-weight: 100;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 25px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    color: #251E34;
}

blockquote:before, blockquote:after {
    position: absolute;
    color: #5f43b2;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

blockquote:before {
    content: '“';
    left: -36px;
    top: -2.5rem;
}

blockquote:after {
    content: '”';
    right: -36px;
    bottom: 1rem;
}

cite {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.5;
}

.headshot{
    bottom: 0;
    position:relative;
}

/* Responsive Design */
@media only screen and (max-width: 5000px) {
    .lead{
        font-size: 25px!important;
    }
}

@media only screen and (max-width:1146px) {
.hiddenElement{
    display: none;
}

.tag{
    padding-bottom: 18px;
}
}

@media only screen and (max-width: 800px) {
    .gallery-item {
        width: 100%;
    }

    h1 {
        font-size: 45px!important; /* Reduced size for h1 on mobile */
    }

    h2 {
        font-size: 36px!important; /* Reduced size for h2 on mobile */
        padding-top: 36px!important;
    }
h3{
    margin-top: 27px!important;
}
    .lead{
        font-size: 22px!important;
    }

    .headercontainer{
       padding-left: 20px!important;
       padding-right: 20px!important;
    }
    .topnav{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .pagecontainer{
        padding-left: 20px!important;
        padding-right: 20px!important;
        padding-top: 36px!important;
        padding-bottom: 36px!important;
    }

    .herocontainer{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    

    .nav-links {
        gap: 15px; /* Reduce gap for mobile */
        padding: 0 16px; /* Adjust padding for mobile */
    }

    .nav-links a {
        padding: 8px 12px; /* Adjust padding for navigation items on mobile */
    }
    
    
}


@media only screen and (max-width: 600px) {
    .gallery-item {
        width: 100%;
    }

   

    .nav-links a {
        padding: 8px 10px; /* Adjust padding on navigation items for smaller screens */
    }
}

/* Additional Utility Classes */
.extraPadding {
    margin-top: 18px!important;
}

.lead {
   
    font-family: "Noto Sans", sans-serif;
    line-height: 150%;
    margin-bottom: 36px;
    max-width: 750px;
}

.welcome {
    margin-top: 72px;
    margin-bottom: 36px;
}

.text, .image {
    flex: 1;
    text-align: center;
}

.imagetext {
    display: flex;
    align-items: top;
    margin-top: 72px;
    margin-bottom: 72px;
}

.imagetext .text {
    margin-right: 72px;
}

.logoetc {
    display: flex;
    justify-content: space-between;
}

.topnav {
    max-width: 1317px!important;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagecontainer {
    width: 100%;
    max-width: 1317px;
    margin: 0 auto;
    padding-top: 72px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 72px;
   
}

.step{
    margin-top: -9px!important;
}

.casestudy{
    margin-bottom:20px;
    margin-top: 20px;
                    border-radius: 8px!important;max-width: 100%;
                      height: auto;
                      object-fit: cover;
                      border-radius: 8px;
}

.tag{
    padding: 5px 20px;
    border: 1.5px solid #DD97AC; 
    color:white;
    text-align: center;
    border-radius: 300px;
    margin-left: 15px;
    margin-bottom: 18px;

}
.headercontainer{
    width: 100%;
    max-width: 1317px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 54px;
    padding-bottom: 54px;
}
.herocontainer{
    width: 100%;
    max-width: 1317px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 54px;
    padding-bottom: 0;
}
.homepage{
    background-color: #251E34;
}

.containercontent {
    padding-top: 20px;
    text-align: left;
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-list li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

.icon-list li i {
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #5f43b2;
    text-align: center;
    line-height: 27px;
    color: #fff;
    left: 0;
    top: 0em;
    font-size: .8em;
}

.quote {
    padding: 36px;
}

body .highlightsection {
    height: 100%;
}

.keyInsights{
    gap: 18px;
}

.banner, .bannerInline {
    width: 100%;
    max-height: 399px;
    object-fit: cover;
}

.bannerInline {
    margin-bottom: 27px;
    margin-top: 9px;
}

.projectStyle{
    background-color: #E6D0D4;
    padding: 27px;
    border-radius: 8px;
    aspect-ratio: 1/1;
    float: left;
}
.projectStyle2{
    border: 2px solid #DD97AC;
    padding: 27px;
    border-radius: 8px;
    margin-bottom: 27px;
   
}


.noSpace{
    margin-top: 0px!important;
    padding-top: 0px!important;
}

.eyebrow {
    font-family: "franklin-gothic-compressed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform:uppercase!important;
    font-size: 25px!important;
    line-height: 115%;
    letter-spacing: 0.405px;
    text-transform: none;
    margin-bottom: 18px;
    color: #ca7a92;
}



.boxIcon {
    font-size: 27px;
}

.list-unstyled li {
    list-style: none;
    padding-left: 0;
    position: static;
}

.list-unstyled li::before {
    content: none;
}

.regularBullet li{
    list-style:disc;
    padding-left: 2px;
    position: static;
    list-style-position: outside;
    margin-left: 18px;
}
.regularBullet li::before {
    content: none;
}

li {
    list-style: none;
    position: relative;
    padding-left: 30px; /* Space for the icon */
}

li:before {
    font-family: 'Font Awesome 6 Free' !important; /* Correct Font Awesome font for version 6 */
    font-weight: 900; /* Solid icons */
    content: "\f061"; /* Icon Unicode */
    position: absolute;
    left: 0;
    top: 1px; /* Align to top instead of centering */
    /* Remove transform */
}

ul{
    padding-left:4px;
}

.icontext{
   display: flex; 
   color: #ca7a92;
   vertical-align: middle;
   padding-top: 0;
 
}

.icontext h3{
 
    margin-top: 0!important;
 }