
/* Hero Section */

.hero-section {
    width: 120vw;
    height: calc(70vh);
    /* background-image: url('./Images/Hero-bg-transparent.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 45px 245px 0 118px;
    position: relative;
    background: linear-gradient(90deg, #0798ff0d 0%, #ffffff 100%);
}
.second-bg {
    position: absolute;
    background-image: url('./Images/service-bg-transparent.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 135vw;
    height: calc(55vh);
    top: 5rem;
    z-index: 99;
}
.bg-gradent {
    position: absolute;
    left: -150px;
    top: 0;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, #0799ff73 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.bg-gradent {
    position: absolute;
    left: -150px;
    top: 0;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(7, 153, 255, 0.45) 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.bg-gradent-right {
    position: absolute;
    right: 30%;
    top: -50px;
    width: 520px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(7, 153, 255, 0.45) 0%, rgba(7, 153, 255, 0.25) 40%, rgba(7, 153, 255, 0.1) 65%, rgba(7, 153, 255, 0) 75%);
    filter: blur(220px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}
.hero-section-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    /* height: 450px; */
    width: 1080px;
    /* margin-left: -4rem; */
    /* background: linear-gradient(90deg, #FFFFFF 0%, #ffffff1d 100%); */
    background-color: rgba(255, 255, 255, 0.158);
    padding: 20px 446px 228px 396px;
    border-radius: 44px;
    backdrop-filter: blur(50px);
    border: 1px solid #ffffffe9;
    position: relative;
    z-index: 9;
}
.hero-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: lef;
    gap: 10px;
}
.hero-logo {
    height: 53px;
    width: 187px;
}
.hero-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #000;
    font-family: "CircularStd", sans-serif !important;
}
.hero-title span {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #000;
    font-family: "CircularStd", sans-serif !important;
}
.hero-subtitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: auto;
    text-align: left;
    color: #000;
}


/* blogs section  */
/* 
.blogs-section{
    padding: 120px 0;
    width: 100%;
    background: #fff;
    position: relative;
}
.blogs-section-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
}
.blogs-top-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 51px;
}
.blogs-title{
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "CircularStd", sans-serif !important;
    background: linear-gradient(to bottom, #1A212A, #2D5689);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blogs-top-content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 53px;
}
.blogs-top-images-wrapper{
    width: 100%;
    height: 540px;
}
.blogs-top-image{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.blogs-top-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}
.blogs-top-title{
    font-size: 35px;
    line-height: 44px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    background: linear-gradient(to bottom, #1A212A, #2D5689);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 850px;
}
.blogs-top-para{
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    letter-spacing: 10%;
    color: #1A212A;
    max-width: 1070px;
}
.blogs-content-points{
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    gap: 1.5rem;
}
.blogs-points-title{
    letter-spacing: 10%;
    color: #1A212A;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
}
.blogs-points{
    margin-left: 2rem;
}
.blogs-points li{
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    letter-spacing: 10%;
    color: #1A212A;
}
.blogs-top-h4{
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    max-width: 1070px;
    letter-spacing: 10%;
    color: #1A212A;
}
.blogs-bottom-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;   
}
.blogs-bottom-cards-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 50px;
    padding: 0 50px;
}

.blog-left-wrapper {
    display: flex;
}
.blog-card-big {
    display: flex;
    flex-direction: column;
    justify-content: left;
    max-width: 500px;
}
.blog-image-big {
    width: 500px;
    height: 270px;
    object-fit: cover;
}
.blog-card-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 11px;
    padding: 1rem;
}
.blog-card-title {
    font-size: 22px;
    line-height: auto;
    letter-spacing: 2%;
    font-weight: 400;
    color: #000;
}
.blog-card-para {
    font-size: 12px;
    line-height: 20px;
    font-weight: 200;
    color: #2A2A2A;
    max-width: 420px;
}
.blog-btn {
    font-size: 20px;
    line-height: auto;
    font-weight: 400;
    color: #000;
    margin-top: 1rem;
}
.blog-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.blogs-btn {
    position: relative;
    width: 200px;
    border: 1px solid #000;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 6px;
    gap: 10px;
    color: #000;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    overflow: hidden;
    transition: color 0.45s ease;
    z-index: 1;
}

.blogs-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -2;
}

.blogs-btn::before {
    content: "";
    position: absolute;
    bottom: -130%;
    left: -15%;
    width: 130%;
    height: 130%;
    background: #000;
    border-radius: 50% 50% 0 0;
    transition: bottom 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.right-arrow path {
    stroke: #001623;
    stroke-width: 1.5;
    stroke-linecap: square;
    transition: stroke 0.45s ease;
}

.blogs-btn:hover::before {
    bottom: 0;
}

.blogs-btn:hover::after {
    opacity: 1;
}

.blogs-btn:hover {
    color: #fff;
}

.blogs-btn:hover .right-arrow path {
    stroke: #fff;
} */



.container {
    max-width: 1200px;
    margin: auto;
    padding: 35px 20px;
}

/* HERO */
.hero {
    text-align: center;
    margin-bottom: 60px;
}

.hero h1 {
    font-size: 42px;
    letter-spacing: 2px;
    color: #2D3E50;
}

/* LAYOUT */
.blog-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
}

/* BLOG POSTS */
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.blog-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
}

.blog-content h2 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2D3E50;
}

.blog-content p {
    font-size: 14px;
    color: #6B7684;
    line-height: 1.6;
    margin-bottom: 18px;
}

.blog-content a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
}

/* SIDEBAR */
.sidebar {
    position: sticky;
    top: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    height: fit-content;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.sidebar h3 {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #1a1a1a;
    padding-bottom: 10px;
}

.recent-post {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    text-decoration: none;
}

.recent-post img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.recent-post p {
    font-size: 13px;
    font-weight: 600;
    color: #2D3E50;
}

/* MOBILE */
@media(max-width: 768px) {
    .blog-layout {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: static;
        margin-top: 40px;
    }
}

.sidebar {
    position: sticky;
    top: 20px;
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    height: fit-content;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #2D3E50;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #1a1a1a;
}

/* RECENT POST CARD */
.recent-post-card {
    display: flex;
    gap: 14px;
    background: #f8fafb;
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 18px;
    text-decoration: none;
}

.recent-post-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #e0e6ec; /* image placeholder */
    flex-shrink: 0;
}
.blogs-img1{
    background-image: url(./Images/Blogs-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blogs-img2{
    background-image: url(./Images/blogs-image1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blogs-img3{
    background-image: url(./Images/blogs-image2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.recent-post-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: #2D3E50;
    margin-bottom: 6px;
    line-height: 1.4;
}

.recent-post-text p {
    font-size: 13px;
    color: #6B7684;
    line-height: 1.5;
}

/* MOBILE */
@media (max-width: 768px) {
    .sidebar {
        position: static;
        margin-top: 40px;
    }
}





/* Mobile Responsive - Contact Page */

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero-section {
        width: 100vw;
        height: auto;
        padding: 80px 20px 40px 20px;
    }

    .second-bg {
        width: 100vw;
        height: 60vh;
        background-size: cover;
        display: none;
    }

    .hero-section-wrapper {
        height: auto;
        width: 100%;
        margin-left: 0;
        padding: 2rem 8.5rem;
        border-radius: 24px;
    }
    br{
        display: none;
    }

    .hero-content-wrapper {
        align-items: center;
        text-align: center;
    }

    .hero-logo {
        height: 40px;
        width: 140px;
    }

    .hero-title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .hero-title span {
        font-size: 24px;
        line-height: 34px;
    }

    .bg-gradent,
    .bg-gradent-right {
        width: 300px;
        height: 300px;
        filter: blur(80px);
    }

    .bg-gradent {
        left: -100px;
        top: -50px;
    }

    .bg-gradent-right {
        right: -50px;
        top: -50px;
    }
}