/* Hero section */
#wi-hero {
    background-image: url('../image/wizag/herobg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    background-color: rgba(0, 0, 0, .4);
    background-blend-mode: overlay;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

.heroimg {
    width: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.wi-line {
    width: 160px;
    height: 2px;

    background: linear-gradient(90deg, #FFFFFF 0%, #333333 50%, #FFFFFF 100%);
    margin: 0 auto;
}

.wi-hero-heading {
    max-width: 1017px;
    width: 100%;
    font-size: 64px;
    line-height: 100%;
    font-weight: 700;
    font-family: "Aonic", sans-serif;
}

.wi-hero-para {
    font-size: 20px;
    max-width: 754px;
    width: 100%;
    line-height: 150%;
}

.wi-hero-bottom {
    display: flex;
}

.wi-hero-bottom-left {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wi-hero-bottom-right {
    width: 45%;
}

.wi-hero-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 293px;
    padding: 20px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 24px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .2);
}

.wi-hero-card img {
    width: 137px;
    height: auto;
}

.wi-hero-card {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.wi-hero-bottom-right {
    background-color: #4F4F4F2B;
    padding: 30px;
    border-radius: 24px 24px 0 0;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
}

.wi-hero-bottom-right::before {
    content: '';
    width: 63px;
    height: 22px;
    display: flex;
    background: linear-gradient(90deg, #0C9F40 0%, #0073AA 100%);
    border-radius: 12px;
    position: absolute;
    top: -11px;
    right: 25px;
}

.wi-hero-bottom-right h2 {
    width: auto;
    display: inline-block;
    position: relative;
    border-image-source: linear-gradient(90deg, #12FF74 0%, rgba(102, 102, 102, 0) 100%);
}

.wi-hero-bottom-right h2::after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #12FF74 0%, rgba(102, 102, 102, 0) 100%);
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.wi-hero-bottom-right form {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.form-col-1 {
    grid-column: 1/3;
}

input,
textarea {
    background: #FFFFFF2E;
    border-radius: 8px;
    border: none;
    outline: none;
    padding-left: 15px;
    color: white;
}

input {
    height: 53px;
}

textarea {
    height: 123px;
}

input::placeholder,
textarea::placeholder {
    color: white;
}

.wi-hero-bottom-right button {
    height: 46px;
    border-radius: 24px;
    border: none;
    outline: none;
    background-color: white;
    padding: 0 20px;
    transition: .4s;
}

.wi-hero-bottom-right button:hover {
    background-color: #12FF74;
    color: white;
}

/* About us section */
#wi-about {
    padding: 70px 0;
}

.wi-about-wrapper {
    padding: 25px;
    box-shadow: 0px 4px 55px 15px #C0C0C040;
    border-radius: 24px;
    display: flex;
    gap: 40px;
}

.wi-about-right,
.wi-about-left {
    width: 50%;
}

.wi-about-right {
    background-image: url('../image/wizag/wi-about.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.wi-about-left-top {
    max-width: 558px;
    width: 100%;
}

.wi-about-circle img {
    width: 80px;
    height: auto;
}

.wi-about-bottom-box {
    padding: 20px;
    background-image: url('../../assets/image/wizag/wi-about-bg.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, .7);
    background-blend-mode: overlay;
    border-radius: 24px;
    height: 250px;
    display: flex;
    position: relative;
    margin-top: 120px;
    transform: translatex(80px);
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.wi-about-circle {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25%;
    left: -70px;
    box-shadow: 0px 4px 44px 0px #9D9D9D40;

}

#wi-services {
    padding-bottom: 70px;
}

.wi-services-wrapper {
    margin-top: 30px;
}

.wi-service-card {
    box-shadow: 0px 4px 55px 0px #A9A9A940;
    padding: 20px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.wi-service-content {
    display: flex;
    gap: 40px;
}

.wi-service-left {
    width: 60%;
}

.wi-service-right {
    width: 40%;
    background-image: url('../image/wizag/webdev.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.ser-2 .wi-service-right{
    background-image: url('../image/wizag/ser2.jpeg') !important;
}
.ser-3 .wi-service-right{
    background-image: url('../image/wizag/ser3.jpeg') !important;
}
.ser-4 .wi-service-right{
    background-image: url('../image/wizag/ser4.jpeg') !important;
}
.ser-5 .wi-service-right{
    background-image: url('../image/wizag/ser5.jpeg') !important;
}
.ser-6 .wi-service-right{
    background-image: url('../image/wizag/ser6.jpeg') !important;
}
.ser-7 .wi-service-right{
    background-image: url('../image/wizag/ser7.jpeg') !important;
}
.ser-8 .wi-service-right{
    background-image: url('../image/wizag/ser8.jpeg') !important;
}
.ser-9 .wi-service-right{
    background-image: url('../image/wizag/ser9.jpeg') !important;
}

.wi-service-features {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: start;
}

.wi-service-features li {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #C0C0C040;
    width: auto;
}

.wi-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../image/wizag/webdev.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    display: flex;
    align-items: end;
    transition: .4s;
    clip-path: circle(1000px at center center);
}

.ser-2 .wi-service-overlay{
    background-image: url('../image/wizag/ser2.jpeg') !important;
}
.ser-3 .wi-service-overlay{
    background-image: url('../image/wizag/ser3.jpeg') !important;
}
.ser-4 .wi-service-overlay{
    background-image: url('../image/wizag/ser4.jpeg') !important;
}
.ser-5 .wi-service-overlay{
    background-image: url('../image/wizag/ser5.jpeg') !important;
}
.ser-6 .wi-service-overlay{
    background-image: url('../image/wizag/ser6.jpeg') !important;
}
.ser-7 .wi-service-overlay{
    background-image: url('../image/wizag/ser7.jpeg') !important;
}
.ser-8 .wi-service-overlay{
    background-image: url('../image/wizag/ser8.jpeg') !important;
}
.ser-9 .wi-service-overlay{
    background-image: url('../image/wizag/ser9.jpeg') !important;
}
.b-containerr{
    display: flex;
    gap: 10px;
}

.wi-services-heading {
    max-width: 558px;
    width: 100%;
}

.wi-service-overlay h3 {
    background-color: white;
    display: inline-block;
    width: auto;
    padding: 12px 20px;
}

.wi-service-card:hover .wi-service-overlay {
    clip-path: circle(0 at center center);
}

#wi-how {
    background-image: url('../image/wizag/howbg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
}

.how-svg {
    display: flex;
    justify-content: center;
    margin: -100px 0;
}
.b-svg{
    margin: 20px 0 !important;
}

#wi-industries {
    background-image: url('../image/wizag/indbg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
}

.wi-industries-wrapper {
    margin-top: 40px;
}

.wi-industry-circle {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.wi-industry-circle p {
    font-family: "Aonic", sans-serif !important;
    font-weight: 500;
}

.wi-industry-circle-2 {
    background: linear-gradient(209.56deg, #000000 37.5%, #006423 101.03%);
}

.wi-industry-circle-2 p {
    color: white;
}

.wi-industry-circle-3 {
    background-color: #AAAAAA1C;
}

.wi-industry-circle-4 {
    background-color: #FFFFFF40;
    border: 1px dashed black;
}

.wi-industry-circle-5 {
    background: linear-gradient(209.56deg, #000000 37.5%, #006699 101.03%);
}

.wi-industry-circle-5 p {
    color: white;
}

#wi-tech {
    padding: 70px 0;
    background: linear-gradient(90deg, #EAFFF3 0%, #FFFFFF 100%);

}

.wi-tech-card {
    display: flex;
    height: 60px;
    padding: 0 20px;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
}

.wi-tech-card-1 {
    background-color: #10AA50;
}

.wi-tech-card-1 p,
.wi-tech-card-2 p {
    color: white;
}

.wi-tech-card-2 {
    background-color: black;
}

.wi-tech-card-3 {
    background-color: #E8F3FF;
}

.wi-tech-card p {
    margin: 0;
    font-family: "Aonic", sans-serif !important;
    font-weight: 500;
}

.wi-tech-wrapper {
    margin-top: 40px;
}

#wi-why {
    padding: 70px 0;
    position: relative;
}

.why-icon {
    width: 120px;
    position: absolute;
    top: 0;
    left: 70px;
}

.wi-why-wrapper {
    margin-top: 40px;
}

.wi-why-card {
    padding: 20px 40px;
    box-shadow: 0px 4px 55px 0px #B3B3B340;
    border-radius: 24px;
    height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    gap: 40px;
    align-items: center;
    transition: .3s;
}

.wi-why-card img {
    width: 115px;
    height: auto;
    align-items: center;
}

.wi-why-card p {
    font-family: 'Aonic', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(90deg, #FFFFFF 0%, #CCFFDE 50%, #FFFFFF 100%);
}

.wi-why-card:hover {
    background-image: url('../image/wizag/whyover.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .4);
    background-blend-mode: overlay;
}

.wi-why-card:hover p {
    background: linear-gradient(90deg, #003D81 0%, #126E9B 50%, #030A2D 100%);
    color: white;
}

#wi-review {
    padding: 70px 0;
    background-image: url('../image/wizag/revbg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.wi-review-wrapper {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.wi-rev-card {
    padding: 20px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.revline {
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 45px;
    height: auto;
}

.quote {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 170px;
}

.tev-text {
    color: white;
    margin-top: 20px;
    font-size: 20px;
    font-family: "Manrope", sans-serif;
}

.rev-user {
    color: white;
    padding: 10px 20px;
    border-left: 1px solid white;
}

.wi-rev-card-2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(88, 255, 146, 0.5) 100%);
}

#wi-cta {
    padding-top: 70px;
    background-image: url('../image/wizag/cta.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
    background-attachment: fixed;
}

.cta-con {
    width: 180px;
    position: absolute;
    right: 100px;
}

.wt-tab-active {
    background-image: url('../image/wizag/tab.png') !important;
}

.ctaimg {
    width: 380px;
    height: 160px;
    object-fit: cover;
    filter: grayscale(100%);
    border-radius: 0 24px 24px 0;
    margin-bottom: 50px;
}

a.btn {
    background: white;
    display: flex;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 0;
}

.cta-btns {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.btn-outline {
    background-color: transparent !important;
    color: white;
    border: 1px solid white;
}

.btn:hover {
    background-color: #9ff669;
    color: white;
}

.btn-outline:hover {
    background-color: white !important;
    color: black;
}

.cta-bottom {
    padding-top: 30px;
    border-top: 2px solid white;
    display: flex;
    justify-content: space-between;
}

.cta-bottom h3 {
    max-width: 600px;
    width: 100%;
}

.cta-bottom p {
    font-size: 24px;
    max-width: 284px;
    text-align: right;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
    #wi-hero{
        padding-top: 120px !important;
        padding-bottom: 0 !important;
    }
    .wi-hero-heading {
        font-size: 48px;
    }

    .wi-hero-bottom {
        flex-direction: column;
        gap: 40px;
    }

    .wi-hero-bottom-left,
    .wi-hero-bottom-right {
        width: 100%;
    }

    .wi-about-wrapper {
        flex-direction: column;
    }

    .wi-about-left,
    .wi-about-right {
        width: 100%;
    }

    .wi-about-right {
        min-height: 300px;
    }

    .wi-about-bottom-box {
        transform: translateX(0) !important;
        margin-top: 80px;
        height: auto !important;
        padding-top: 100px;
    }
    .wi-service-features{
        display: none;
    }
    .why-icon{
        display: none;
    }

    .wi-about-circle {
        left: 50%;
        transform: translateX(-50%);
        top: -50px;
    }

    .wi-service-content {
        flex-direction: column;
    }

    .wi-service-left,
    .wi-service-right {
        width: 100%;
    }

    .wi-service-right {
        min-height: 250px;
    }

    .wi-review-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .wi-hero-heading {
        font-size: 36px;
    }

    .heroimg {
        width: 100%;
        max-width: 400px;
        opacity: 0.3;
    }

    .wi-hero-bottom-right form {
        grid-template-columns: 1fr;
    }

    .form-col-1,
    .form-col-2 {
        grid-column: 1 / 2;
    }

    .wi-review-wrapper {
        grid-template-columns: 1fr;
    }

    #wi-how,
    #wi-industries,
    #wi-review,
    #wi-cta,
    #wi-why,
    #wi-tech,
    #wi-about,
    #wi-services,
    #wi-hero {
        padding: 40px 0;
    }

    .how-svg {
        overflow-x: auto;
        margin: -40px 0;
    }

    .how-svg svg {
        width: 800px;
        max-width: none;
    }

    .cta-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .cta-bottom p {
        text-align: left;
    }

    .ctaimg {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .cta-btns {
        flex-direction: column;
        width: 100%;
    }

    .cta-btns a {
        width: 100%;
        justify-content: center;
    }
}