body
{
  background:#fff;	
}
.footer-section-2, .footer-section-3
{
     background: #024F61;	
}
.header .banner 
{
    aspect-ratio: 16 / 1;
    width: 100%;
    padding: 13.4rem 0 0;	
}
.case-title
{
 font-family: "GroldExtraBold";	
 color:#fff;
 text-align: center;
}
.case-title h1
{
  font-size:6vw;	
}
.case-title h1 span
{
  color: #feb258;	
}

.top-roundEffect {
    background-color: #fff;
	aspect-ratio: 1440 / 83;
    width: 100%;
}
.top-roundEffect-overlay {
    z-index: 1;
    aspect-ratio: 1440 / 83;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.top-roundEffect-overlay:after {
    content: "";
    background-color: #204e5f;
    border-radius: 50%;
    width: 115%;
    height: 400%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
/* Container position: Move dots up from the bottom */
.swiper-pagination {
  bottom: 30px !important; /* Increase this value to move it higher */
}

/* Base style for all dots */
.swiper-pagination-bullet {
  background-color: #fff !important; /* Force white */
  opacity: 0.6 !important;           /* 60% transparency */
  width: 8px;                      /* Default width */
  height: 8px;                     /* Default height */
  transition: all 0.3s ease;        /* Smooth transition for size and opacity */
}

/* Style for the active dot */
.swiper-pagination-bullet-active {
  opacity: 1 !important;             /* Full brightness */
  background-color: #fff !important;
  transform: scale(1.5);            /* Makes the active dot 30% larger */
}
.bg-white-color{
    background-color: #fff;
}
.cases-study-1{
    height: 100vh;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the whole block on the screen */
    position: relative;
    overflow: hidden;
}
.caseSlider {
    width: 100%;
    max-height: 80vh; /* Prevents image from taking over the whole screen */
    position: relative;
}
.cases-study-1 .cb-1 {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    max-height: 100%; 
    padding: 0; /* REMOVED: 15.4rem - this was the cause of the overflow */
    position: relative;
}
.cases-study-1 .cb-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 30px;
    border: solid 5px #94d8cc;
}
.pos-center{
    object-position: center center;
}
.pos-top{
    object-position: center top;
}
.pos-bottom{
    object-position: center bottom;
}
.wd70{ width: 70% !important;}
.wd60{ width: 60% !important;}
.wd55{ width: 55% !important;}
.wd50{ width: 50% !important;}
.wd45{ width: 45% !important;}
.wd40{ width: 40% !important;}
.wd35{ width: 35% !important;}
.wd30{ width: 30% !important;}
.cases-study-1 .cb-1-text {
    position: absolute;
    z-index: 2;
    margin-left: 30px;
    top: 3vw;
    text-align: right;
    float: right;
    right: 3vw;
    color: #fff;
    
}
.cases-study-1 .cb-1-a{
    font-size: 5vw;
    font-family: "GroldRegular";
    line-height: normal;
}
.cases-study-1 .cb-1-b{
    font-family: "GroldRegular";
    font-size: 1.5vw;
}
.cases-study-1 .cb-1-c{
    font-family: "GroldLight";
    font-size: 1.2vw;
    width: 87%;
    float: right;
    border-top: solid 1px #fff;
    padding-top: 1.5vw;
    margin-top: .8vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
}

.cases-study-1 .cb-1-d{
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
    gap: 1vw;
    margin-bottom: 1vw;
}
.cases-study-1 .cb-1-d .num{
    font-size: 4vw;
    line-height: 3vw;
    font-family: "GroldMedium";
}
.cases-study-1 .cb-1-d .txt {
    font-family: "GroldRegular";
    text-transform: uppercase;
    line-height: 1.3vw;
    font-size: 1.3vw;
}

.cases-study-1 .cb-1-text.left-align {
    right: auto;        /* Resets the right position */
    left: 3vw;         /* Positions it to the left */
    text-align: left;   /* Aligns text to the left */
    float: left;
    margin-right: 30px;
    margin-left: 0;
}

.cases-study-1 .cb-1-text.left-align .cb-1-c {
    float: left;        /* Aligns the description box to the left */
}

.cases-study-1 .cb-1-text.left-align .cb-1-d {
    justify-content: flex-start; /* Aligns the stats (numbers) to the left */
}


.cases-study-1-band{
    background-color: #94d8cc;
    position: relative;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 3.5vw;
    font-family: "GroldBlack";
    color: #fff;
    margin-left: 2.5vw;
    margin-bottom: 1vw;
    padding-left: 2vw;
    flex-shrink: 0;
}
.cases-study-1-band span{
    color: #2c4d5d;
}
.cases-study-1-band::before{
    content: "";
    position: absolute;
    left: -2.5vw;
    top: 0;
    width: 20px;
    height: 100%;
    background: #2c4d5d;
    border-radius: 5px;
}
.border-bottom-black{
    background: #462f2f;
    height: 1px;
    width: 100%;
}
/* Initial state: Hidden and shifted down */



@media (max-width: 800px) {
    .cases-study-1 .cb-1-c{
        font-size: 14px;
        line-height: 15px;
    }
    .cases-study-1 .cb-1-b {
        font-size: 16px;
    }
    .cases-study-1-band{
        margin-left: 4vw;
    }
    .cases-study-1-band::before{
        left: -4vw;
    }
	.cases-study-1 .cb-1-text.left-align {
        left: 4vw;
        right: auto;
    }
}
@media (max-width: 640px) {
.cases-study-1 .cb-1-d
{
 padding-top:5px;	
}	
.cases-study-1 .cb-1-d .num{
    font-size: 30px;
    line-height: 20px;
}
.cases-study-1 .cb-1-d .txt {
    line-height: 10px;
    font-size: 14px;
}
}

@media (max-width: 480px) {
             
    .cases-study-1 .cb-1-b {
        font-size: 14px;
    }
	
    .cases-study-1-band{
        margin-left: 4vw;
		font-size: 25px;
        margin-bottom: 10px;
    }
    .cases-study-1-band::before{
        left: -4vw;
        width: 12px;
    }
    
}



.cases-study-2 {
    height: 100vh;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the whole block on the screen */
    position: relative;
    overflow: hidden;
}

.cases-study-2 .cb-1-text {
    position: absolute;
    z-index: 2;
    margin-left: 30px;
    top: 50%;
    text-align: left;
    float: left;
    left: 3vw;
    color: #fff;
    transform: translate(0px, -50%);
}

.cases-study-2 .cb-1 {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    max-height: 100%; 
    padding: 0; /* REMOVED: 15.4rem - this was the cause of the overflow */
    position: relative;
}

.cases-study-2 .cb-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 30px;
    border: solid 5px #ed8071;
}

.cases-study-2 .cb-1-a {
    font-size: 5vw;
    font-family: "GroldRegular";
    line-height: normal;
}

.cases-study-2 .cb-1-b {
    font-family: "GroldRegular";
    font-size: 1.5vw;
}

.cases-study-2 .cb-1-c {
    font-family: "GroldLight";
    font-size: 1.2vw;
    width: 69%;
    float: left;
    border-top: solid 1px #fff;
    padding-top: 1.5vw;
    margin-top: .8vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
}

.cases-study-2 .cb-1-d {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    gap: 1vw;
    margin-bottom: 1vw;
}

.cases-study-2 .cb-1-d .num {
    font-size: 4vw;
    line-height: 3vw;
    font-family: "GroldMedium";
}

.cases-study-2 .cb-1-d .txt {
    font-family: "GroldRegular";
    text-transform: uppercase;
    line-height: 1.3vw;
    font-size: 1.3vw;
}

/* Modifier for Right Alignment in Case Study 2 */
.cases-study-2 .cb-1-text.right-align {
    left: auto;         /* Remove the left positioning */
    right: 3vw;        /* Push to the right side */
    text-align: right;  /* Align text content to the right */
    margin-left: 0;
    margin-right: 30px;
}

.cases-study-2 .cb-1-text.right-align .cb-1-c {
    float: right;       /* Move the description box to the right */
    border-top: solid 1px #fff; 
}

.cases-study-2 .cb-1-text.right-align .cb-1-d {
    justify-content: flex-end; /* Move the number/text stats to the right */
}


.cases-study-2-band {
    background-color: #ed8071;
    position: relative;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 3.5vw;
    font-family: "GroldBlack";
    color: #fff;
    margin-left: 2.5vw;
    margin-bottom: 1vw;
    padding-left: 2vw;
    flex-shrink: 0;
}

.cases-study-2-band span {
    color: #2c4d5d;
}

.cases-study-2-band::before {
    content: "";
    position: absolute;
    left: -2.5vw;
    top: 0;
    width: 20px;
    height: 100%;
    background: #2c4d5d;
    border-radius: 5px;
}

.border-bottom-black {
    background: #111111;
    height: 1px;
    width: 100%;
}



@media (max-width: 800px) {
    .cases-study-2 .cb-1-c {
        font-size: 14px;
        line-height: 15px;
    }

    .cases-study-2 .cb-1-b {
        font-size: 16px;
    }

    .cases-study-2-band {
        margin-left: 4vw;
    }

    .cases-study-2-band::before {
        left: -4vw;
    }
   .cases-study-2 .cb-1-text.right-align {
        right: 4vw;
        left: auto;
    }
}
@media (max-width: 640px) {
.cases-study-2 .cb-1-d
{
 padding-top:5px;	
}
.cases-study-2 .cb-1-text {
 top:45%
}
.cases-study-2 .cb-1-d .num{
    font-size: 30px;
    line-height: 20px;
}
.cases-study-2 .cb-1-d .txt {
    line-height: 10px;
    font-size: 14px;
}
}

@media (max-width: 480px) {

    .cases-study-2 .cb-1-b {
        font-size: 14px;
    }

    .cases-study-2-band {
        margin-left: 4vw;
		font-size: 25px;
        margin-bottom: 10px;
    }

    .cases-study-2-band::before {
        left: -4vw;
        width: 12px;
    }

    
}



.cases-study-3 {
    height: 100vh;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the whole block on the screen */
    position: relative;
    overflow: hidden;
}

.cases-study-3 .cb-1-text {
    position: absolute;
    z-index: 2;
    margin-left: 30px;
    top: 50%;
    text-align: left;
    float: left;
    left: 3vw;         /* Change this from 'right' to 'left' */
    right: auto;
    color: #fff;
    transform: translate(0px, -50%);
}

.cases-study-3 .cb-1 {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    max-height: 100%; 
    padding: 0; /* REMOVED: 15.4rem - this was the cause of the overflow */
    position: relative;
}

.cases-study-3 .cb-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 30px;
    border: solid 5px #f3b568;
}

.cases-study-3 .cb-1-a {
    font-size: 5vw;
    font-family: "GroldRegular";
    line-height: normal;
}

.cases-study-3 .cb-1-b {
    font-family: "GroldRegular";
    font-size: 1.5vw;
}

.cases-study-3 .cb-1-c {
    font-family: "GroldLight";
    font-size: 1.2vw;
    width: 40%;
    float: left;
    border-top: solid 1px #fff;
    padding-top: 1.5vw;
    margin-top: .8vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
}

.cases-study-3 .cb-1-d {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    gap: 1vw;
    margin-bottom: 1vw;
}

.cases-study-3 .cb-1-d .num {
    font-size: 4vw;
    line-height: 3vw;
    font-family: "GroldMedium";
}

.cases-study-3 .cb-1-d .txt {
    font-family: "GroldRegular";
    text-transform: uppercase;
    line-height: 1.3vw;
    font-size: 1.3vw;
}

.cases-study-3-band {
    background-color: #f3b568;
    position: relative;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 3.5vw;
    font-family: "GroldBlack";
    color: #fff;
    margin-left: 2.5vw;
    margin-bottom: 1vw;
    padding-left: 2vw;
    flex-shrink: 0;
}

.cases-study-3-band span {
    color: #2c4d5d;
}

.cases-study-3-band::before {
    content: "";
    position: absolute;
    left: -2.5vw;
    top: 0;
    width: 20px;
    height: 100%;
    background: #2c4d5d;
    border-radius: 5px;
}

.border-bottom-black {
    background: #111111;
    height: 1px;
    width: 100%;
}



@media (max-width: 800px) {
    .cases-study-3 .cb-1-c {
        font-size: 14px;
        line-height: 15px;
    }

    .cases-study-3 .cb-1-b {
        font-size: 16px;
    }

    .cases-study-3-band {
        margin-left: 4vw;
    }

    .cases-study-3-band::before {
        left: -4vw;
    }
}

@media (max-width: 640px) {
.cases-study-3 .cb-1-text {
 top:50%
}	
	.cases-study-3 .cb-1-d
{
 padding-top:5px;	
}
    .cases-study-3 .cb-1-c {
        width: 80%;
    }
	.cases-study-3 .cb-1-d .num{
    font-size: 30px;
    line-height: 20px;
}
.cases-study-3 .cb-1-d .txt {
    line-height: 10px;
    font-size: 14px;
}
}


@media (max-width: 480px) {

    .cases-study-3 .cb-1-c {
            width: 100%;
            line-height: 15px;
        }

    .cases-study-3 .cb-1-b {
        font-size: 14px;
    }

    .cases-study-3-band {
        margin-left: 4vw;
		font-size: 25px;
        margin-bottom: 10px;
    }

    .cases-study-3-band::before {
        left: -4vw;
        width: 12px;
    }

    
}



.cases-study-4 {
    height: 100vh;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers the whole block on the screen */
    position: relative;
    overflow: hidden;
}

.cases-study-4 .cb-1-text {
    position: absolute;
    z-index: 2;
    margin-left: 30px;
    top: 42%;
    text-align: right;
    float: right;
    right: 3vw;
    color: #fff;
    transform: translate(0px, -50%);
}

.cases-study-4 .cb-1 {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    max-height: 100%; 
    padding: 0; /* REMOVED: 15.4rem - this was the cause of the overflow */
    position: relative;
}

.cases-study-4 .cb-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 30px;
    border: solid 5px #282e33;
}

.cases-study-4 .cb-1-a {
    font-size: 5vw;
    font-family: "GroldRegular";
    line-height: normal;
}

.cases-study-4 .cb-1-b {
    font-family: "GroldRegular";
    font-size: 1.5vw;
}

.cases-study-4 .cb-1-c {
    font-family: "GroldLight";
    font-size: 1.2vw;
    width: 42%;
    float: right;
    border-top: solid 1px #fff;
    padding-top: 1.5vw;
    margin-top: .8vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
}
.cases-study-4 .cb-1-c b, .cases-study-3 .cb-1-c b, .cases-study-2 .cb-1-c b,.cases-study-1 .cb-1-c b 
{
	font-family: "GroldRegular";
	font-weight:normal;
}

.cases-study-4 .cb-1-d {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
    gap: 1vw;
    margin-bottom: 1vw;
}

.cases-study-4 .cb-1-d .num {
    font-size: 4vw;
    line-height: 3vw;
    font-family: "GroldMedium";
}

.cases-study-4 .cb-1-d .txt {
    font-family: "GroldRegular";
    text-transform: uppercase;
    line-height: 1.3vw;
    font-size: 1.3vw;
}

.cases-study-4 .cb-1-text.left-align {
    right: auto;        /* Resets the right position */
    left: 3vw;         /* Positions it to the left */
    text-align: left;   /* Aligns text to the left */
    float: left;
    margin-right: 30px;
    margin-left: 0;
}

.cases-study-4 .cb-1-text.left-align .cb-1-c {
    float: left;        /* Aligns the 42% width description box to the left */
}

.cases-study-4 .cb-1-text.left-align .cb-1-d {
    justify-content: flex-start; /* Aligns the stats (numbers) to the start (left) */
}

.cases-study-4-band {
    background-color: #282e33;
    position: relative;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 3.5vw;
    font-family: "GroldBlack";
    color: #fff;
    margin-left: 2.5vw;
    margin-bottom: 1vw;
    padding-left: 2vw;
    flex-shrink: 0;
}

.cases-study-4-band span {
    color: #94d8cc;
}

.cases-study-4-band::before {
    content: "";
    position: absolute;
    left: -2.5vw;
    top: 0;
    width: 20px;
    height: 100%;
    background: #94d8cc;
    border-radius: 5px;
}

.border-bottom-black {
    background: #111111;
    height: 1px;
    width: 100%;
}



@media (max-width: 800px) {
   .cases-study-1, 
    .cases-study-2, 
    .cases-study-3, 
    .cases-study-4 {
        height: auto; 
        margin: 20px 15px; /* Reduce side margins for mobile */
        padding-bottom: 40px; /* Add space between boxes so they don't touch */
    }

    


    .cases-study-4 .cb-1-c {
        font-size: 14px;
        line-height: 15px;
    }

    .cases-study-4 .cb-1-b {
        font-size: 16px;
    }

    .cases-study-4-band {
        margin-left: 4vw;
    }

    .cases-study-4-band::before {
        left: -4vw;
    }
	.cases-study-4 .cb-1-text.left-align {
        left: 4vw;
        right: auto;
    }
}

@media (max-width: 640px) {
	.cases-study-4 .cb-1-text.left-align .cb-1-c {
        width: 80%; /* Matching your existing mobile logic */
    }
.cases-study-4 .cb-1-text {
 top:45%
}	
    .cases-study-4 .cb-1-d
{
 padding-top:5px;	
}
    .cases-study-4 .cb-1-c {
        width: 80%;
    }
   
	.cases-study-4 .cb-1-d .num{
    font-size: 30px;
    line-height: 20px;
}
.cases-study-4 .cb-1-d .txt {
    line-height: 10px;
    font-size: 14px;
}
}

@media (max-width: 480px) {

    /* 2. Reset the image container */
    .cases-study-1 .cb-1,
    .cases-study-2 .cb-1,
    .cases-study-3 .cb-1,
    .cases-study-4 .cb-1 {
        aspect-ratio: auto; /* Allow height to adjust based on the image */
        height: 250px;      /* Set a fixed height that looks good on phones */
    }

    .cases-study-4 .cb-1-c {
        width: 100%;
        line-height: 15px;
    }

    .cases-study-4 .cb-1-b {
        font-size: 14px;
    }

    .cases-study-4-band {
        margin-left: 4vw;
		font-size: 25px;
        margin-bottom: 10px;
    }

    .cases-study-4-band::before {
        left: -4vw;
        width: 12px;
    }

}
@media (max-width: 400px) {
    .cases-study-1 .cb-1-c, 
    .cases-study-2 .cb-1-c, 
    .cases-study-3 .cb-1-c, 
    .cases-study-4 .cb-1-c {
        display: none !important;
    }

    /* Optional: Adjust the main text container spacing since description is gone */
    .cb-1-text {
        top: 50% !important; /* Re-center the remaining text vertically */
        transform: translate(0, -50%) !important;
    }
}