@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.banner {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    position: relative;
    padding-top: 100px;
    overflow: visible;
}

@media (max-width: 1679px) {
    .banner {
        padding-top: 100px;
    }
}

@media (max-width: 1199px) {
    .banner {
        padding-top: 65px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .banner {
        padding-top: 0;
        margin-top: 90px;
        height: auto;
    }
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
}

.banner .bnr-cnt {
    position: absolute;
    width: 100%;
    z-index: 3;
    text-align: center;
}

@media (max-width: 991px) {
    .banner .bnr-cnt {
        padding: 50px 0;
    }
}

.label-box {
    border: 1px solid rgba(255, 255, 255, 0.0784313725);
    background-color: rgba(255, 255, 255, 0.0392156863);
    font-size: 12px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
   letter-spacing:2px;
    padding: 8px 20px;
    text-transform: uppercase;
    display: inline-flex;
}

.bnr-title {
    font-weight: 700;
    color: #fff;
    font-size: 52px;
    line-height: 80px;
    margin-bottom: 20px;
}

.inr-title {
    font-weight: 650;
    color: #fff;
    font-size: 50px;
    line-height: 30px;   
}



@media (max-width: 1199px) {
    .bnr-title {

        font-size: 50px;
        line-height: 70px;
    }

    .inr-title {
        font-size: 45px;
        line-height: 50px;
    }
 
}

@media (max-width: 991px) {
    .bnr-title {
        font-size: 40px;
        line-height: 45px;
    }

    .inr-title {
        font-size: 35px;
        line-height: 40px;
    }

   
}

.bnr-title .gradient-txt,
.inr-title .gradient-txt
 {
    background: linear-gradient(90deg, #0A65B0 0%, #0CC7F6 40.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.gradient-txt1 {
    background: linear-gradient(90deg, #ddd 0%, #999 40.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #bbb;
}


@media (max-width: 1679px) {
    .banner .desc {
        font-size: 16px;
        line-height: 26px;
        max-width: 750px;
        margin: 0 auto;
    }
}

/* banner boxes*/
.box-container {
    display: flex;
    gap: 25px;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.bnr-box {
    min-width: 100px;
    padding: 10px 35px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    border-radius: 3px;
    background: linear-gradient(135deg, #0a1220, #0a1324);
    transition: 0.3s ease;
    cursor: pointer;
}

.bnr-box:hover {

    transform: translateY(-3px);
}

.banner .bnr-cnt .bnr-btn {
    background-color: #2F30F2;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 10px;
    overflow: hidden;
    width: 224px;
    height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    margin-top: 45px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner .bnr-cnt .bnr-btn span {
    position: relative;
    z-index: 1;
}

.banner .bnr-cnt .bnr-btn span::after {
    content: "";
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-left: 13px;
    background: url(../img/btn-icon.svg) no-repeat center;
    background-size: contain;
}

.banner .bnr-cnt .bnr-btn:hover {

    background: linear-gradient(to bottom, #6b4eff, #3a35ff);
}




@media (max-width: 768px) {


    .banner .bnr-cnt {
        padding: 30px 0;
    }

}


.casestudies {
    width: 100%;
    height: 650px;
    background: url("../img/casestudies/LooperGroup.png") no-repeat center center;
    width: 100%;
    object-fit: fit;
    background-size: cover;
    position: relative;
    z-index: -0;
    top: 0px;
    bottom: 0px;
}

/* ===== MAIN CONTAINER ===== */
.overview {
    width: 100%;
   
}

.overview {
    z-index: 10000px;
    position: relative;
    background-repeat: no-repeat;
    background: url('../img/Ellipsert.png') no-repeat right bottom;
    background-size: contain;
}

.overview::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/Ellipselt.png) no-repeat left bottom;
    background-size: contain;
    position: absolute;
    left: 0;
}

.overview .desc {
   padding-top: 30px; width: 100%;
}
.casestudiesdetails,.casestudiesdetails1{margin-top: 100px;}

.casestudiesdetails1{margin-bottom: 100px;}
.casestudiesdetails,.casestudiesdetails1 {    
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}


.casestudies p {
    font-size: 16px;
    line-height: 1.7;
    color: #d0eaff;
}


.casestudies-image {
    width: 600px;
    height: auto;
    border-radius: 20px;
    background: transparent;
    /* remove dark background */
    border: none;
    /* no border */
    padding: 0;
    /* no inner border space */
    border-radius: 18px;
    box-shadow: 0 0 40px rgba(0, 170, 255, 0.25);
    /* glow only */
    z-index: 2;
}

.casestudies-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}
/* ===== RESPONSIVE ===== */
@media(max-width:900px) {
    .casestudies-image {
        width: 100%;
        height: auto;
    }
}
/*---------project outcome------------*/
.project-outcome {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: linear-gradient(120deg, #0d1420, #112032);
  padding: 80px 10%;
  overflow: hidden;
}

.project-outcome::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(0, 149, 255, 0.126), transparent 60%);
}

.content {
  position: relative;
  display: flex;
  gap: 60px;
  z-index: 2;
}

.left {
  flex: 1;
  display: flex;
  align-items: center;
}

.left h2 {
  color: #bfc6cf;
  font-size: 36px;
  font-weight: 600;
}

.right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 40px; 
}

.item {
  display: flex;
  gap: 15px;
 text-align: left;
}

.dot {
  width: 20px;
  height: 20px; 
    margin-top: 5px;
  flex-shrink: 0;
    content:url("../img/casestudies/iconcircle.png");
}

.item p {
  color: #cfd6dd;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}
.overviewlt{padding: 100px 0px;}