      
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Manrope',sans-serif;
    background:#fff;
    color:#fff;
}

#canvas{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.godhani-new-web-banner-content{
    position:absolute;
    top:40px;
    left:80px;
    z-index:2;
    pointer-events:none;
    margin-top: 110px;
}

.godhani-new-web-innovation-top-text{
    font-size: 14px;
    color: #151542;
    font-weight: 500;
}


.godhani-new-web-banner-content P{
    color:#151542;
    font-family:emoji;
    letter-spacing:1px;
    font-weight:700;
    line-height: 1.0;
    font-size: 55px;
    margin-bottom: 20px;
}

.godhani-new-web-banner-bottom-content p{
    color:#151542;
    font-family:emoji;
    font-size:clamp(20px,3vw,80px);
    letter-spacing:1px;
    font-weight:700;
    line-height: 0.7;
}

.godhani-new-web-banner-bottom-content{
position:absolute;
    bottom:40px;
    right:80px;
    z-index:2;
    pointer-events:none;
}

.godhani-new-web-innovation{
    font-size: 20px !important;
    line-height: 1.2 !important;
    letter-spacing: 0px !important;
    width: 45%;
}

@media(max-width:768px){

    .godhani-new-web-banner-content P{
        font-size: 42px;
        line-height:1.0;
    }

    .godhani-new-web-innovation{
        font-size: 22px;
    }

    .godhani-new-web-banner-bottom-content p{
        font-size: 32px;
    }

    .godhani-new-web-banner-bottom-content{
        bottom: 40px;
        right: 2px;
    }

    .godhani-new-web-banner-content{
        top:20px;
        left:25px;
    }

    .godhani-new-web-banner-content h1{
        font-size:40px;
    }

}

.godhani-new-web-business-section{
    width:100%;
    padding:25px 40px;
}

.godhani-new-web-business-section h1{
        font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 30px;
    max-width: 1200px;
    color: #151542;
}

.godhani-new-web-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.godhani-new-web-card{
    background:#363737;
    overflow:hidden;
    transition:.4s;
}

.godhani-new-web-card:hover{
    transform:translateY(-8px);
}

.godhani-new-web-card-image{
    overflow:hidden;
    background-color: #000;
}

.godhani-new-web-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.godhani-new-web-card:hover img{
    transform:scale(1.08);
}

.godhani-new-web-card-content{
    padding:32px;
    background-color: #000;
}

.godhani-new-web-card-content h2{
    font-size: 32px;
    font-weight: 500;
    margin-bottom:20px;
    color: #e4b303;
}

.godhani-new-web-card-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.godhani-new-web-card-bottom p{
    font-size:18px;
    line-height:1.6;
    color:#f4f4f4;
    width:75%;
}

.godhani-new-web-arrow{
    width:52px;
    height: 52px;
    background:#fff;
    border-radius:2px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    cursor:pointer;
    transition:.3s;
}

.godhani-new-web-arrow:hover{
    transform:translateX(4px);
}

/* Tablet */

@media(max-width:1200px){

.godhani-new-web-business-section h1{
    font-size:52px;
}

.godhani-new-web-card-content h2{
    font-size:42px;
}

.godhani-new-web-card-bottom p{
    font-size:19px;
}

}

/* Mobile */

@media(max-width:1025px){

.godhani-new-web-business-section{
    padding:40px 20px;
}

.godhani-new-web-business-section h1{
    font-size:42px;
    margin-bottom:40px;
}

.godhani-new-web-cards{
    grid-template-columns:1fr;
}

.godhani-new-web-card-image{
    height:300px;
}

.godhani-new-web-card-content h2{
    font-size:40px;
}

.godhani-new-web-card-bottom p{
    width:78%;
    font-size:20px;
}

}

@media(max-width:600px){

.godhani-new-web-business-section h1{
    font-size:34px;
}

.godhani-new-web-card-content{
    padding:24px;
}

.godhani-new-web-card-content h2 {
    margin-bottom: 10px;
}

.godhani-new-web-card-content h2{
    font-size:26px;
}

.godhani-new-web-card-bottom{
    gap:20px;
}

.godhani-new-web-card-bottom p{
    font-size:16px;
}

.godhani-new-web-arrow{
    width:40px;
    height:40px;
}
}



/* Our Projects */
.godhani-web-clients-section {
    position: relative;
    margin: 0px 0px;
    height: 160px;
    overflow: hidden;
    background-image: url(../Images/Website-new-image/world-img.jpg);
    background-size:cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.godhani-web-clients-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.7);
    top:0;
    left:0;
}

.godhani-web-clients-container{
    position:relative;
    width:100%;
    overflow:hidden;
    z-index:2;
}

.godhani-web-clients-track{
    display:flex;
    width:max-content;
    animation:scrollLogos linear infinite;
    gap:80px;
}

.godhani-web-clients-group{
    display:flex;
    gap:80px;
    align-items:center;
}

.godhani-web-clients-group img{
    height:120px;
    object-fit:contain;
    opacity:0.8;
    transition:0.3s;
}

.godhani-web-clients-group img:hover{
    opacity:1;
    transform:scale(1.05);
}

@keyframes scrollLogos{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-50%); }
}


/* Work Flow Section */
 .godhani-web-Workflow-title{
        font-size:28px;
        margin-bottom:5px;
        color:#151542;
        font-weight:700;
        margin-top: 20px;
    }

    .godhani-web-heading-Workflow{
        margin-bottom: 0px;
        text-align: center;
    }
    
    .work-flow-img{
        width: 100%;
        margin-bottom: 30px;
    }

    @media(max-width:500px){
        .godhani-web-Workflow-title{
        font-size:20px;
    }
    }




    
.godhani-new-web-customer-review-section {
    background: #56565f33;
    padding: 50px 0;
    overflow: hidden;
}

.godhani-new-web-review-container {
    width: 92%;
    max-width: 1700px;
    margin: auto;
}

/*=========================
        HEADER
=========================*/

.godhani-new-web-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
    gap: 20px;
}

.godhani-new-web-review-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #151542;
    margin: 0;
}

.godhani-new-web-review-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.godhani-new-web-overall-rating {
    display: flex;
    align-items: center;
    gap: 12px;
}

.godhani-new-web-overall-rating .godhani-new-web-stars {
    color: #e4b303;
    font-size: 30px;
    letter-spacing: 2px;
}

.godhani-new-web-overall-rating span {
    font-size: 20px;
    color: #151542;
    font-weight: 500;
}

.godhani-new-web-see-all {
    text-decoration: none;
    color: #151542;
    font-size: 18px;
    font-weight: 500;
    transition: .3s;
}

.godhani-new-web-see-all:hover {
    color: #8d6b3f;
}

.godhani-new-web-review-navigation {
    display: flex;
    align-items: center;
    gap: 12px;
}

.godhani-new-web-review-prev,
.godhani-new-web-review-next {

    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: .35s;
    color: #151542;
}

.godhani-new-web-review-prev:hover,
.godhani-new-web-review-next:hover {
    background: #111;
    color: #fff;
}

.godhani-new-web-reviewSwiper {
    overflow: visible;
}

.godhani-new-web-reviewSwiper .godhani-new-web-swiper-slide {
    height: auto;
}

/*=========================
        CARD
=========================*/

.godhani-new-web-review-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 28px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    transition: .35s;
}

.godhani-new-web-review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.godhani-new-web-review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.godhani-new-web-review-top h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.godhani-new-web-review-top span {
    color: #666;
    font-size: 15px;
}

.godhani-new-web-card-stars {
    font-size: 22px;
    color: #e4b303;
    letter-spacing: 2px;
}

.godhani-new-web-review-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #151542;
}

.godhani-new-web-review-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

@media(max-width:1400px){
.godhani-new-web-review-title h2{
font-size:26px;
}

.godhani-new-web-review-card{
min-height:280px;
}
}

@media(max-width:1200px){
.godhani-new-web-review-header{
flex-direction:column;
align-items:flex-start;
}

.godhani-new-web-review-right{
width:100%;
justify-content:space-between;
flex-wrap:wrap;
}
}

@media(max-width:991px){
.godhani-new-web-review-card{
padding:24px;
min-height:260px;
}

.godhani-new-web-review-card h4{
font-size:22px;
}

.godhani-new-web-review-card p{
font-size:16px;
}

.godhani-new-web-overall-rating span{
font-size:18px;
}
}

@media(max-width:767px){
.godhani-new-web-customer-review-section{
padding:25px 0;
}

.godhani-new-web-review-title h2{
font-size:22px;
}

.godhani-new-web-review-right{
gap:15px;
}

.godhani-new-web-review-navigation{
margin-left:auto;
}

.godhani-new-web-review-card{
min-height:auto;
padding:22px;
}

.godhani-new-web-review-card h4{
font-size:20px;
}

.godhani-new-web-review-card p{
font-size:15px;
line-height:1.7;
}

.godhani-new-web-overall-rating .godhani-new-web-stars{
font-size:18px;
}

.godhani-new-web-overall-rating span{
font-size:16px;
}

.godhani-new-web-see-all{
font-size:15px;
}

}

@media(max-width:480px){
.godhani-new-web-review-header{
padding-bottom:18px;
margin-bottom:25px;
}

.godhani-new-web-review-right{
align-items:flex-start;
}

.godhani-new-web-review-navigation{
margin-left:0;
}

.godhani-new-web-review-card{
padding:20px;
}

.godhani-new-web-review-top{
flex-direction:column;
align-items:flex-start;
gap:8px;
}

.godhani-new-web-review-card h4{
font-size:18px;
}

.godhani-new-web-review-card p{
font-size:14px;
}

}
.godhani-new-web-review-text {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 4; */
    overflow: hidden;
    transition: all .35s ease;
}

.godhani-new-web-review-text.godhani-new-web-expanded {
    display: block;
    /* -webkit-line-clamp: unset; */
}

.godhani-new-web-read-more-btn {
    margin-top: 15px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    transition: .3s;
}

.godhani-new-web-read-more-btn:hover {
    color: #151542;
}

.godhani-new-web-review-top h3{
    color: #151542;
}

      :root {
        --bg-0: #05070d;
        --bg-1: #0a0f1c;
        --ink: #e6ecff;
        --ink-dim: #8a94b8;
        --cyan: #22d3ee;
        --violet: #a78bfa;
        --lime: #a3e635;
        --grid: rgba(120, 140, 200, 0.08);
      }
    
      html,
      body {
        height: 100%;
        color: var(--ink);
        font-family:
          "Manrope",
          system-ui,
          -apple-system,
          sans-serif;
          overflow-x: hidden;
         overflow-y: auto;
        -webkit-font-smoothing: antialiased;
      }
      ::selection {
        background: var(--cyan);
        color: #05070d;
      }

      .godhani-new-web-banner {
        background: var(--bg-0);
        position: relative;
        width: 100%;
        overflow: hidden;
        isolation: isolate;
        height: 86%;
      }

      /* Layered background */
      .godhani-new-web-bg-grid {
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(var(--grid) 1px, transparent 1px),
          linear-gradient(90deg, var(--grid) 1px, transparent 1px);
        background-size: 56px 56px;
        mask-image: radial-gradient(
          ellipse at 50% 60%,
          #000 30%,
          transparent 80%
        );
        z-index: 0;
      }
      .godhani-new-web-bg-glow-a,
      .godhani-new-web-bg-glow-b {
        position: absolute;
        border-radius: 50%;
        filter: blur(90px);
        opacity: 0.45;
        z-index: 0;
        pointer-events: none;
      }
      .godhani-new-web-bg-glow-a {
        width: 520px;
        height: 520px;
        background: #06b6d4;
        top: -140px;
        left: -120px;
      }
      .godhani-new-web-bg-glow-b {
        width: 620px;
        height: 620px;
        background: #7c3aed;
        bottom: -220px;
        right: -140px;
      }
      .godhani-new-web-noise {
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        opacity: 0.06;
        mix-blend-mode: overlay;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.35 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
      }
      #canvas3d {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: block;
      }

      /* Foreground content */
      .godhani-new-web-content {
        position: relative;
        z-index: 3;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        height: 100%;
        padding: clamp(24px, 4vw, 64px);
        max-width: 1400px;
        margin: 0 auto;
      }
      .godhani-new-web-topbar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        align-items: center;
        padding: clamp(18px, 2.4vw, 32px) clamp(24px, 4vw, 64px);
        z-index: 4;
      }
      /* .brand {
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: "Chakra Petch", sans-serif;
        font-weight: 700;
        letter-spacing: 0.14em;
        font-size: 25px;
        text-transform: uppercase;
      } */



.godhani-new-web-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.godhani-new-web-brand img {
    height: 55px; /* Adjust as needed */
    display: block;
}

.godhani-new-web-nav {
    margin-left: auto;
}

.godhani-new-web-contact img {
    width: 32px; /* Adjust as needed */
    height: 32px;
    display: block;
}


.godhani-new-web-brand img {
        width: 140px;
        height: 106px;
      }

      .godhani-new-web-brand-mark {
        width: 26px;
        height: 26px;
        border: 1.5px solid var(--cyan);
        transform: rotate(45deg);
        position: relative;
      }
      .godhani-new-web-brand-mark::after {
        content: "";
        position: absolute;
        inset: 4px;
        border: 1.5px solid var(--violet);
      }
      .godhani-new-web-nav {
        display: flex;
        gap: 28px;
        font-family: "JetBrains Mono", monospace;
        font-size: 16px;
        font-weight: 700;
        color: var(--ink-dim);
        text-transform: uppercase;
        letter-spacing: 0.12em;
        align-items: center;
      }
      .godhani-new-web-nav a {
        color: var(--ink-dim);
        text-decoration: none;
        transition: color 0.25s ease;
      }
      .godhani-new-web-nav a:hover {
        color: var(--cyan);
      }
      @media (max-width: 720px) {
        .godhani-new-web-nav {
          display: none;
        }
      }

      .godhani-new-web-hero {
        max-width: 780px;
      }
      .godhani-new-web-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 14px;
        border: 1px solid rgba(167, 139, 250, 0.35);
        border-radius: 999px;
        background: rgba(167, 139, 250, 0.06);
        font-family: "JetBrains Mono", monospace;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.22em;
        color: #d8ccff;
        margin-bottom: 28px;
        opacity: 0;
        transform: translateY(10px);
        /* animation: rise 0.9s 0.1s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; */
      }
      .godhani-new-web-eyebrow .godhani-new-web-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--lime);
        box-shadow: 0 0 12px var(--lime);
      }

      h1 {
        font-family: "Chakra Petch", sans-serif;
        font-weight: 700;
        line-height: 0.95;
        letter-spacing: -0.01em;
        font-size: clamp(44px, 7.6vw, 104px);
        margin-bottom: 22px;
        font-size: 62px;
      }

      .industries-heading{
        font-family: "Chakra Petch", sans-serif;
        font-weight: 700;
        line-height: 0.95;
        letter-spacing: -0.01em;
        font-size: clamp(44px, 7.6vw, 104px);
        margin-bottom: 22px;
        font-size: 62px;
      }

      h1 .godhani-new-web-line {
        display: block;
        overflow: hidden;
      }
      h1 .godhani-new-web-word {
        display: inline-block;
        transform: translateY(110%);
        /* animation: rise 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; */
      }
      h1 .godhani-new-web-word:nth-child(1) {
        animation-delay: 0.15s;
      }
      h1 .godhani-new-web-word:nth-child(2) {
        animation-delay: 0.25s;
      }
      h1 .godhani-new-web-word:nth-child(3) {
        animation-delay: 0.35s;
      }
      h1 .godhani-new-web-word:nth-child(4) {
        animation-delay: 0.45s;
      }
      h1 .godhani-new-web-accent {
        background: linear-gradient(120deg, #22d3ee 0%, #a78bfa 60%, #f472b6 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }

      .godhani-new-web-sub {
        max-width: 560px;
        font-size: clamp(15px, 1.15vw, 17px);
        line-height: 1.55;
        color: var(--ink-dim);
        margin-bottom: 36px;
        opacity: 0;
        transform: translateY(10px);
        /* animation: rise 0.9s 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; */
      }

      .godhani-new-web-cta-row {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        opacity: 0;
        transform: translateY(10px);
        /* animation: rise 0.9s 0.85s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; */
      }
      .godhani-new-web-btn {
        --pad-y: 14px;
        --pad-x: 24px;
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: var(--pad-y) var(--pad-x);
        font-family: "Chakra Petch", sans-serif;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        border: none;
        transition:
          transform 0.25s ease,
          background 0.25s ease,
          color 0.25s ease,
          box-shadow 0.25s ease;
      }
      .godhani-new-web-btn-primary {
        background: var(--ink);
        color: #05070d;
        clip-path: polygon(
          10px 0,
          100% 0,
          100% calc(100% - 10px),
          calc(100% - 10px) 100%,
          0 100%,
          0 10px
        );
      }
      .godhani-new-web-btn-primary:hover {
        transform: translateY(-2px);
        background: var(--cyan);
        box-shadow: 0 12px 40px -12px rgba(34, 211, 238, 0.6);
      }
      .godhani-new-web-btn-ghost {
        color: var(--ink);
        background: transparent;
        border: 1px solid rgba(230, 236, 255, 0.25);
        clip-path: polygon(
          10px 0,
          100% 0,
          100% calc(100% - 10px),
          calc(100% - 10px) 100%,
          0 100%,
          0 10px
        );
      }
      .godhani-new-web-btn-ghost:hover {
        transform: translateY(-2px);
        border-color: var(--violet);
        color: var(--violet);
      }
      .godhani-new-web-btn .godhani-new-web-arrow {
        transition: transform 0.3s ease;
      }
      .godhani-new-web-btn:hover .godhani-new-web-arrow {
        transform: translateX(4px);
      }

      /* Bottom stat strip */
      .godhani-new-web-stats {
        position: absolute;
        left: clamp(24px, 4vw, 64px);
        right: clamp(24px, 4vw, 64px);
        bottom: clamp(20px, 3vw, 36px);
        z-index: 3;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        padding-top: 22px;
        border-top: 1px solid rgba(230, 236, 255, 0.08);
        opacity: 0;
        transform: translateY(10px);
        /* animation: rise 0.9s 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; */
      }
      @media (max-width: 720px) {
        .godhani-new-web-stats {
          grid-template-columns: repeat(2, 1fr);
          gap: 14px;
        }
      }
      .godhani-new-web-stat .godhani-new-web-num {
        font-family: "Chakra Petch", sans-serif;
        font-weight: 700;
        font-size: clamp(22px, 2.6vw, 34px);
        letter-spacing: -0.01em;
      }
      .godhani-new-web-stat .godhani-new-web-num .godhani-new-web-u {
        color: var(--cyan);
      }
      .godhani-new-web-stat .godhani-new-web-lbl {
        font-family: "JetBrains Mono", monospace;
        font-size: 10.5px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        color: var(--ink-dim);
        margin-top: 4px;
      }

      /* Scanline / code badge */
      .godhani-new-web-code-badge {
        position: absolute;
        right: clamp(24px, 4vw, 64px);
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        font-family: "JetBrains Mono", monospace;
        font-size: 11.5px;
        color: var(--ink-dim);
        max-width: 320px;
        padding: 18px 20px;
        border: 1px solid rgba(230, 236, 255, 0.1);
        background: rgba(10, 15, 28, 0.55);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        opacity: 0;
        /* animation: rise 1s 1.3s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; */
        clip-path: polygon(
          14px 0,
          100% 0,
          100% calc(100% - 14px),
          calc(100% - 14px) 100%,
          0 100%,
          0 14px
        );
      }
      .godhani-new-web-code-badge .godhani-new-web-row {
        display: flex;
        gap: 10px;
        margin-bottom: 6px;
      }
      .godhani-new-web-code-badge .godhani-new-web-k {
        color: var(--violet);
      }
      .godhani-new-web-code-badge .godhani-new-web-s {
        color: var(--lime);
      }
      .godhani-new-web-code-badge .godhani-new-web-c {
        color: #4b5878;
      }
      @media (max-width: 960px) {
        .godhani-new-web-code-badge {
          display: none;
        }
      }

      .godhani-new-web-cursor {
        display: inline-block;
        width: 8px;
        height: 14px;
        vertical-align: -2px;
        background: var(--cyan);
        margin-left: 3px;
        /* animation: blink 1.05s steps(1) infinite; */
      }

      @keyframes rise {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes blink {
        50% {
          opacity: 0;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        * {
          animation: none !important;
        }
      }

      .godhani-new-web-contact {
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.godhani-new-web-contact img {
    width: 40px;
    height: 40px;
}


/* Menu Toggle */
.godhani-new-web-menu-toggle {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
}

/* Overlay */
.godhani-new-web-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    z-index: 999;
}

/* Mobile Menu */
.godhani-new-web-mobile-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 5px 0 20px rgba(0,0,0,.15);
    transition: left .4s ease;
    z-index: 1000;
    padding: 25px;
    overflow-y: auto;
}

/* Open State */
.godhani-new-web-mobile-menu.active {
    left: 0;
}

.godhani-new-web-menu-overlay.godhani-new-web-active {
    opacity: 1;
    visibility: visible;
}

/* Close Button */
.godhani-new-web-close-btn {
    text-align: right;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 25px;
    color: #151542;

}

/* Menu */
.godhani-new-web-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.godhani-new-web-mobile-menu ul li {
    border-bottom: 1px solid #eee;
}

.godhani-new-web-mobile-menu ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    transition: .3s;
}

.godhani-new-web-mobile-menu ul li a:hover {
    color: #151542;
    padding-left: 10px;
}


.godhani-new-web-gi-footer-footer{
        background: linear-gradient(135deg, #010138, #0e1952);
    color:#fff;
    padding:45px 0 20px;
}

.godhani-new-web-gi-footer-footer .godhani-new-web-container-footer{
    max-width:95%;
    margin:auto;
    padding:0 20px;
}

.godhani-new-web-footer-top-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:25px;
    border-bottom:1px solid #e4b303;
}

.godhani-new-web-footer-brand-footer{
    display:flex;
    align-items:center;
    gap:15px;
}

.godhani-new-web-footer-brand-footer img{
    width:150px;
}

.godhani-new-web-footer-brand-footer p{
    margin:5px 0 0;
    color:#d7d7d7;
    font-size:14px;
}

.godhani-new-web-footer-social-footer{
    display:flex;
    gap:12px;
}

.godhani-new-web-footer-social-footer a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.08);
    transition:.3s;
}

.godhani-new-web-footer-social-footer a:hover{
    background:#22d3ee;
    color:#082a4b;
    transform:translateY(-4px);
}

.godhani-new-web-footer-content-footer{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    padding:35px 0;
}

.godhani-new-web-footer-column-footer{
    padding:0 25px;
}

.godhani-new-web-footer-column-footer:not(:last-child){
    border-right:1px solid rgba(255,255,255,.12);
}

.godhani-new-web-footer-column-footer h3{
    font-size:20px;
    margin-bottom:18px;
    color:#fff;
}

.godhani-new-web-footer-column-footer h3 i{
    color:#22d3ee;
    margin-right:8px;
}

.godhani-new-web-footer-column-footer p{
    color:#d7d7d7;
    line-height:1.8;
    font-size:15px;
}

.godhani-new-web-footer-column-footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.godhani-new-web-footer-column-footer li{
    margin-bottom:12px;
    color:#d7d7d7;
    transition:.3s;
}

.godhani-new-web-footer-column-footer li::before{
    content:"✓";
    color:#fff;
    margin-right:10px;
}



/*==============================
BOTTOM
===============================*/

.godhani-new-web-footer-bottom-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:20px;
    border-top:1px solid #e4b303;
    font-size:14px;
}

.godhani-new-web-footer-bottom-footer span{
    color:#d7d7d7;
}

.godhani-new-web-footer-bottom-footer div{
    display:flex;
    gap:20px;
}

.godhani-new-web-footer-bottom-footer a{
    color:#d7d7d7;
    text-decoration:none;
    transition:.3s;
}

.godhani-new-web-footer-bottom-footer a:hover{
    color:#22d3ee;
}

@media(max-width:991px){

.godhani-new-web-footer-top-footer{
    flex-direction:column;
    gap:20px;
    text-align:center;
}

.godhani-new-web-footer-content-footer{
    grid-template-columns:1fr;
}

.godhani-new-web-footer-column-footer{
    border-right:none !important;
    border-bottom:1px solid rgba(255,255,255,.12);
    padding:0 0 25px;
}

.godhani-new-web-footer-bottom-footer{
    flex-direction:column;
    gap:12px;
    text-align:center;
}

}

@media(max-width:576px){

.godhani-new-web-footer-brand-footer{
    flex-direction:column;
}

.godhani-new-web-footer-social-footer{
    justify-content:center;
}
}



.industry-popup{
    position: fixed;
    inset: 0;
    background: linear-gradient(#06107a, #05111f);
    z-index: 9999;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition:
        transform .7s cubic-bezier(.22,1,.36,1),
        opacity .5s ease,
        visibility 0s linear .7s;   /* Hide only after animation */
}

.industry-popup.show{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition:
        transform .9s cubic-bezier(.22,1,.36,1),
        opacity .7s ease,
        visibility 0s;
}

.industry-popup.close{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;

    transition:
        transform .9s cubic-bezier(.22,1,.36,1),
        opacity .7s ease,
        visibility 0s;
}

.popup-content{
    position:relative;
    width:90%;
    margin:80px auto;
    color:#fff;
}

.close-btn-close{
    position:absolute;
    top:0;
    right:0;
    width:60px;
    height:60px;
    border-radius:50%;
    border:2px solid #fff;
    background:transparent;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

.industry-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
    margin-top:70px;
}

.industry-grid h3{
    color: #e4b303;
}

.industry-grid p{
    margin:12px 0;
}


.services-popup{
    position:fixed;
    inset:0;
    background: linear-gradient(#06107a, #05111f);
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transform:translateY(100%);
    transition:
        transform .8s cubic-bezier(.22,1,.36,1),
        opacity .5s ease,
        visibility 0s linear .8s;
}

.services-popup.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    transition:
        transform .8s cubic-bezier(.22,1,.36,1),
        opacity .5s ease,
        visibility 0s;
}

.products-popup{
    position:fixed;
    inset:0;
    background: linear-gradient(#06107a, #05111f);
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transform:translateY(100%);
    transition:
        transform .8s cubic-bezier(.22,1,.36,1),
        opacity .5s ease,
        visibility 0s linear .8s;
}

.products-popup.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    transition:
        transform .8s cubic-bezier(.22,1,.36,1),
        opacity .5s ease,
        visibility 0s;
}


@media(max-width:576px){
.industry-grid {
    display: flex;
    flex-direction: column !important;
}

.industries-heading{
    font-size: 42px;
}

.close-btn-close {
    width: 40px;
    height: 40px;
    font-size: 35px;
}
}


/* What We Do */
.godhani-new-web-what-we-do-services-section{
    width:100%;
    padding:30px 20px;
    background:linear-gradient(135deg, #010138, #0e1952);
}

.godhani-new-web-what-we-do-services-wrapper{
    display:flex;
    gap:22px;
    align-items:stretch;
}

.godhani-new-web-what-we-do-services-left{
    width:250px;
    flex-shrink:0;
}

.godhani-new-web-what-we-do-small-title{
    color:#e4b303;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    margin-bottom:18px;
}

.godhani-new-web-what-we-do-small-title::after{
    content:'';
    width:55px;
    height:1px;
    background:#e4b303;
    margin-left:15px;
}

.godhani-new-web-what-we-do-services-left h2{
    color:#FFFFFF;
    font-size:25px;
    line-height:1.15;
    font-weight:700;
    margin-bottom:20px;
}

.godhani-new-web-what-we-do-services-left p{
    color:#FFFFFF;
    opacity:.8;
    font-size:13px;
    line-height:1.5;
    margin-bottom:20px;
}

.godhani-new-web-what-we-do-view-btn{
    color:#e4b303;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:.3s;
}

.godhani-new-web-what-we-do-view-btn:hover{
    transform:translateX(6px);
}

.godhani-new-web-what-we-do-cards{
    display:flex;
    gap:10px;
    flex:1;
}

.godhani-new-web-what-we-do-card{
    width:100%;
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    padding:10px;
    background:linear-gradient(135deg, #010138, #0e1952);
    transition:.35s;
}

.godhani-new-web-what-we-do-card:hover{
    transform:translateY(-8px);
    border-color:#FFFFFF;
}

.godhani-new-web-what-we-do-icon{
   display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.godhani-new-web-what-we-do-icon svg{
    width:25px;
    height:25px;
    stroke:#FFFFFF;
}

.godhani-new-web-what-we-do-card h3{
    color:#FFFFFF;
    font-size:16px;
    line-height:1.5;
    font-weight:600;
    margin-bottom:18px;
}

.godhani-new-web-what-we-do-card p{
    color:#FFFFFF;
    opacity:.75;
    font-size:14px;
    line-height:1.7;
    margin-bottom:32px;
}

.godhani-new-web-what-we-do-card a{
    color:#FFFFFF;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

@media(max-width:1400px){

.godhani-new-web-what-we-do-services-wrapper{
    flex-direction:column;
}

.godhani-new-web-what-we-do-services-left{
    width:100%;
}

.godhani-new-web-what-we-do-cards{
    overflow-x:auto;
    padding-bottom:10px;
}

.godhani-new-web-what-we-do-card{
    min-width:280px;
}

}

@media(max-width:768px){

.godhani-new-web-what-we-do-services-section{
    padding:50px 20px;
}

.godhani-new-web-what-we-do-services-left h2{
    font-size:32px;
}

.godhani-new-web-what-we-do-small-title{
    font-size:12px;
}

.godhani-new-web-what-we-do-card{
    min-width:300px;
}

}

        header{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:110px;
        display:flex;
        justify-content:center;
        z-index:9999;
        background: linear-gradient(135deg, #010138, #0e1952);
        /* background:#151542; */
        backdrop-filter:blur(12px);
        -webkit-backdrop-filter:blur(12px);
        border-bottom:1px solid #e4b303;
        }

        .godhani-header-container{
        width:95%;
        max-width:100%;
        display:flex;
        align-items:center;
        justify-content:space-between;
        }

        .godhani-header-logo img{
        height:23px;
        display:block;
        }

        .godhani-nav{
        display:flex;
        align-items:center;
        gap:36px;
        }

        .godhani-nav ul{
        display:flex;
        list-style:none;
        gap:34px;
        }

        .godhani-nav ul li{
        position:relative;
        }

        .godhani-nav ul li a{

        text-decoration:none;
        color:#fff;
        font-size:14px;
        font-weight:500;
        display:flex;
        align-items:center;
        gap:6px;
        transition:.3s;
        }

        .godhani-header-text{
            font-size:18px !important;
        }

        .godhani-nav ul li:hover>a{
        color:#d8d8d8;
        }

        .godhani-header-dropdown{
        position:absolute;
        top:30px;
        left:0;
        background:#101010;
        width:220px;
        padding:15px 0;
        border-radius:3px;
        opacity:0;
        visibility:hidden;
        transform:translateY(15px);
        transition:.35s;
        }

        .godhani-header-dropdown a{
        display:block;
        padding:12px 20px;
        font-size:15px;
        }

        .godhani-header-dropdown a:hover{
        background:#1e1e1e;
        }

        .godhani-nav ul li:hover .godhani-header-dropdown{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
        }

        .godhani-header-right{
        display:flex;
        align-items:center;
        gap:28px;
        color:#fff;
        }

        .godhani-header-right i{
        font-size:25px;
        cursor:pointer;
        transition:.3s;
        }

        .godhani-header-right i:hover{
        color:#ccc;
        }

        .godhani-header-language{
            position:relative;
            display:flex;
            align-items:center;
            cursor:pointer;
        }

        .godhani-header-language-btn{
            display:flex;
            align-items:center;
            gap:8px;
            color:#fff;
            font-size:17px;
            font-weight:500;
            transition:.3s;
        }

        .godhani-header-language-btn:hover{
            color:#d9d9d9;
        }

        .godhani-header-arrow{
            font-size:13px;
            transition:.3s;
        }

        .godhani-header-language-dropdown{
            position:absolute;
            top:55px;
            right:0;
            width:220px;
            background:#111;
            border:1px solid rgba(255,255,255,.08);
            border-radius:6px;
            overflow:hidden;
            opacity:0;
            visibility:hidden;
            transform:translateY(10px);
            transition:.35s;
            box-shadow:0 10px 30px rgba(0,0,0,.4);
        }

        .godhani-header-language-dropdown a{
            display:block;
            padding:14px 18px;
            color:#fff;
            text-decoration:none;
            transition:.3s;
            font-size:15px;
        }

        .godhani-header-language-dropdown a:hover{
            background:#1d1d1d;
        }

        .godhani-header-language.godhani-header-active .godhani-header-language-dropdown{
            opacity:1;
            visibility:visible;
            transform:translateY(0);
        }

        .godhani-header-language.godhani-header-active .godhani-header-arrow{
            transform:rotate(180deg);
        }

        /* .godhani-header-contact{
            padding: 5px 12px 0px;
            border-radius: 2px;
            background: #fff;
            display: inline-block;
            overflow: hidden;
            position: relative;
        }

        .godhani-header-contact img{
            width: 60px;
            height: 40px;
        } */

        .godhani-header-logo img{
        height:80px;
        }

        .godhani-header-menu-btn{
        display:none;
        font-size:28px;
        color:#fff;
        cursor:pointer;
        }

        .godhani-header-mobile-menu{
        position:fixed;
        top:110px;
        left:-100%;
        width:300px;
        height:100%;
        background:#000;
        transition:.4s;
        padding:30px;
        overflow:auto;
        z-index: 999999;
        }

        .godhani-header-mobile-menu.active{
        left:0;
        }

        .godhani-header-mobile-menu a{
        display:block;
        text-decoration:none;
        color:#fff;
        padding:15px 0;
        font-size:18px;
        border-bottom:1px solid rgba(255,255,255,.08);
        }


        @media(max-width:1200px){

        .godhani-nav{
        display:none;
        }

        .godhani-header-right{
        display:none;
        }

        .godhani-header-menu-btn{
        display:block;
        }

        }

        .login-text {
        font-weight: 700;
        text-decoration: none !important;
        }

        .login-text img{
            height: 55px;
            background: #151542;
            border-radius: 50%;
            padding: 1px;
        }


/*==========================
        WHO WE ARE
==========================*/

.godhani-new-web-about-section{
    padding:80px 0;
    background:#fff;
}

.godhani-new-web-about-container{
    width:92%;
    max-width:1700px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.godhani-new-web-about-image{
    flex:0 0 48%;
}

.godhani-new-web-about-image img{
    width:100%;
    display:block;
    border-radius:6px;
    object-fit:cover;
}

.godhani-new-web-about-content{
    flex:0 0 45%;
}

.godhani-new-web-about-subtitle{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
}

.godhani-new-web-about-subtitle span{
    width:70px;
    height:2px;
    background:#9fa3b2;
    display:block;
}

.godhani-new-web-about-subtitle h6{
    margin:0;
    color:#151542;
    font-size:14px;
    font-weight:600;
    letter-spacing:1.8px;
    text-transform:uppercase;
}

.godhani-new-web-about-content h2{
    margin: 0 0 10px;
    font-size: 42px;
    line-height:1.1;
    font-weight:700;
    color:#151542;
}

.godhani-new-web-about-content p{
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 1.5;
    color: #444;
    max-width: 700px;
}

.godhani-new-web-about-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#151542;
    color:#fff;
    text-decoration:none;
    padding: 10px 25px;
    border-radius:4px;
    font-size:18px;
    font-weight:600;
    transition:.35s;
}

.godhani-new-web-about-btn:hover{
    background:#0c0c32;
    color:#fff;
    transform:translateY(-3px);
}

.godhani-new-web-about-btn i{
    font-size:14px;
    transition:.35s;
}

.godhani-new-web-about-btn:hover i{
    transform:translateX(4px);
}

@media (max-width:1400px){

    .godhani-new-web-about-container{
        gap:55px;
    }

    .godhani-new-web-about-content h2{
        font-size:48px;
    }

    .godhani-new-web-about-content p{
        font-size:21px;
    }

}

@media (max-width:1200px){

    .godhani-new-web-about-content h2{
        font-size:42px;
    }

    .godhani-new-web-about-content p{
        font-size:19px;
        line-height:1.7;
    }

    .godhani-new-web-about-btn{
        padding:16px 30px;
        font-size:17px;
    }

}

@media (max-width:991px){

    .godhani-new-web-about-section{
        padding:60px 0;
    }

    .godhani-new-web-about-container{
        flex-direction:column;
        gap:40px;
    }

    .godhani-new-web-about-image,
    .godhani-new-web-about-content{
        flex:100%;
        width:100%;
    }

    .godhani-new-web-about-image img{
        width:100%;
    }

    .godhani-new-web-about-content h2{
        font-size:38px;
    }

}

@media (max-width:767px){

    .godhani-new-web-about-section{
        padding:45px 0;
    }

    .godhani-new-web-about-container{
        width:94%;
        gap:30px;
    }

    .godhani-new-web-about-subtitle{
        gap:10px;
        margin-bottom:18px;
    }

    .godhani-new-web-about-subtitle span{
        width:45px;
    }

    .godhani-new-web-about-subtitle h6{
        font-size:12px;
        letter-spacing:1.5px;
    }

    .godhani-new-web-about-content h2{
        font-size:32px;
        margin-bottom:18px;
    }

    .godhani-new-web-about-content p{
        font-size:17px;
        margin-bottom:18px;
        line-height:1.7;
    }

    .godhani-new-web-about-btn{
        padding:14px 26px;
        font-size:16px;
    }

}

@media (max-width:575px){

    .godhani-new-web-about-section{
        padding:35px 0;
    }

    .godhani-new-web-about-container{
        width:92%;
    }

    .godhani-new-web-about-subtitle{
        justify-content:center;
    }

    .godhani-new-web-about-content{
        text-align:center;
    }

    .godhani-new-web-about-content h2{
        font-size:28px;
    }

    .godhani-new-web-about-content p{
        font-size:16px;
    }

    .godhani-new-web-about-btn{
        margin:auto;
    }

}

@media (max-width:420px){

    .godhani-new-web-about-content h2{
        font-size:24px;
    }

    .godhani-new-web-about-content p{
        font-size:15px;
        line-height:1.6;
    }

    .godhani-new-web-about-btn{
        width:100%;
        justify-content:center;
        padding:15px;
    }

}

/* DIGITAL ECOSYSTEM */
.gi-ecosystem{
    width:100%;
    background:#fff;
    padding:50px 0 60px;
    overflow:hidden;
}

.gi-container{
    width:90%;
    max-width:1450px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.gi-left{
    width:48%;
}

.gi-tag{
    display:flex;
    align-items:center;
    gap:14px;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    color:#e4b303;
    text-transform:uppercase;
    margin-bottom:30px;
}

.gi-tag span{
    width:55px;
    height:2px;
    background:#e4b303;
}

.gi-left h2{
    font-size:42px;
    line-height:1.2;
    font-weight:800;
    color:#151542;
    margin-bottom:25px;
}

.gi-left h2 span{
    color:#151542;
}

.gi-left p{
    max-width:620px;
    font-size: 18px;
    line-height: 1.5;
    color:#666;
    margin-bottom:30px;
}

.gi-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    background:#151542;
    color:#fff;
    text-decoration:none;
    padding:13px 36px;
    border-radius:8px;
    font-size:18px;
    font-weight:600;
    transition:.35s;
}

.gi-btn:hover{
    background:#151542;
    transform:translateY(-4px);
}

.gi-btn i{
    transition:.35s;
}

.gi-btn:hover i{
    transform:translateX(6px);
}

.gi-right{
    width:52%;
    display:flex;
    justify-content:center;
}

.gi-image{
    width:100%;
    max-width:760px;
}

.gi-image img{
    width:100%;
    display:block;
    border-radius: 5px;
}

@keyframes giFadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

.gi-image img{
    transition:.45s ease;
}

.gi-feature{
    transition:.35s;
}

.gi-feature:hover{
    transform:translateY(-10px);
    background:#fafcff;
}

@media(max-width:1400px){
.gi-left h2{
    font-size:42px;
}

.gi-left p{
    font-size:18px;
}

.gi-feature h4{
    font-size:18px;
}
}

@media(max-width:1200px){

.gi-container{
    gap:50px;
}

.gi-left h2{
    font-size:42px;
}

.gi-left p{
    font-size:18px;
}

.gi-feature:nth-child(3){
    border-right:none;
}
}

@media(max-width:991px){
.gi-container{
    flex-direction:column;
    text-align:center;
}

.gi-left{
    width:100%;
}

.gi-right{
    width:100%;
}

.gi-tag{
    justify-content:center;
}

.gi-left p{
    max-width:700px;
    margin:auto;
    margin-bottom:35px;
}

.gi-left h2{
    font-size:42px;
}

.gi-image{
    max-width:620px;
}

}

.how-do-work-gif{
    height:580px;
    width:85%;
}

@media(max-width:767px) {

    .how-do-work-gif {
        height: 100%;
        width: 100%;
    }

    .gi-ecosystem{
    padding:40px 0;
}

.gi-container{
    width:92%;
}

.gi-left h2{
    font-size:38px;
}

.gi-left p{
    font-size:16px;
    line-height:1.7;
}

.gi-btn{
    padding:16px 28px;
    font-size:16px;
}

.godhani-new-web-innovation{
    width: 100%;
}

}

@media(max-width:480px){
.gi-left h2{
    font-size:30px;
}

.gi-tag{
    font-size:12px;
}

.gi-left p{
    font-size:15px;
}

.gi-btn{
    width:100%;
    justify-content:center;
}
}
