@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 {
    width: 100%;
    text-align: left;
    min-height: 300px;
    background: linear-gradient(120deg, #020b18, #112032);
    padding: 50px 0px;
    overflow: hidden;
}

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

@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;
    }
}

/* banner boxes*/
.box-container {
    display: flex;
    gap: 25px;
    text-align: left;
    margin-top: 30px;
}

.bnr-box {
    min-width: 100px;
    padding: 8px 35px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    border-radius: 3px;
    background: linear-gradient(135deg, #0b1a27, #0b1b2a);
    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-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;
    }

}


.blog {
    width: 100%;
    height: auto;
    top: 0px;
    bottom: 0px;
}

/* ===== MAIN CONTAINER ===== */


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

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

.blogpage {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
    padding: 80px;
}

.toc {
    position: sticky;
    top: 180px;
    align-self: flex-start;
}

.toc h2 {
    color: white;
    margin-bottom: 25px;
}

.toc ul {
    list-style: none;
}

.toc li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    cursor: pointer;
    color: #94a3b8;
    transition: 0.4s;
}

.toc .blogarrow {
    font-size: 22px;
    transition: 0.4s ease;
}

.toc .blogarrow img {
    width: 18px;
    height: 18px;
    transition: 0.4s ease;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        color .6s ease;
}

.toc .text {
    transition: 1s ease;
}

.toc .line {
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 0;
    height: .5px;
    background: #bbb;
    transition: 0.8s ease;
}

/* Hover Effect */
.toc li:hover .blogarrow img {
    padding-top: 5px;
    transform: rotate(-190deg);
}

.toc li:hover .text {
    color: #3b82f6;
}

.toc li:hover .line {
    width: 70%;
}

/* Active Item */
.toc li.active .text {
    color: #3b82f6;
}

.toc li.active .blogarrow {
    color: #3b82f6;
}

.toc li.active .line {
    width: 70%;
}

.blogcontent h1 {
    font-size: 42px;
    color: white;
    margin-bottom: 25px;
}

.blogcontent p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

.blogpageinr {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 60px;
    padding: 40px 0px;
}

.blogpageinr1 {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 60px;
    padding: 40px 0px;
}



.blogimage-box img {
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(59, 130, 246, 0.4);
}
.sec2img{
    text-align: center;
  margin: 40px 0px;
}
.sec2 {
    padding: 40px 0px 10px 0px;max-width: 500px;
}
/* Responsive */
@media(max-width:900px) {
    .blogpage, .blogpageinr, .blogpageinr1 {
        grid-template-columns: 1fr;
    }

    .toc {
        position: relative;
        top: 50px
    }
}

@media(max-width:768px) {
     .blogpage, .blogpageinr, .blogpageinr1 {
        grid-template-columns: 400px;
    }

    .toc {
        position: relative;
        top: 20px
    }
}

@media(max-width:480px) {
    .blogpage, .blogpageinr, .blogpageinr1 {
        grid-template-columns: 350px;
    }

    .toc {
        position: relative;
        top: 0px
    }
}

/*-----Key Features------------*/


.featurescontent {
    position: relative;
    display: flex;
    z-index: 2;
    margin-top: 50px;
    max-width: 80%;
}

.featuresright {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

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

.featuresitem p {
    color: #cfd6dd;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
}

section {
    overflow: visible;
}
/*-----Key Features End------------*/
/*auther details*/
.author-section{
  padding:80px;
  color:#cbd5e1;
}

.author-container{
  max-width:1100px;
}

.author-section h2{
  font-size:40px;
  font-weight:600;
  margin-bottom:30px;
  color:#cbd5e1;
}

.author-box{
  display:flex;
  align-items:center;
  gap:25px;
}

.avatar{
  width:80px;
  height:80px;
  border-radius:50%;
  background:#1cc6ff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.avatar img{
  width:50px;
  height:50px;
}

.author-info h3{
  font-size:20px;
  color:white;
  margin-bottom:6px;
  font-weight: normal;
}

.author-info p{
  font-size:14px;
  color:#94a3b8;
}

.bottom-line{
  margin-top:40px;
  height:1px;
  background:linear-gradient(to right,white,transparent);
  opacity:0.6;
}

/* Responsive */
@media(max-width:768px){
  .author-section{
    padding:40px;
  }

  .author-box{
    flex-direction:column;
    align-items:flex-start;
  }
}