:root{
  --google--blue:#4285F4;
  --google--red:#DB4437;
  --google--yellow:#F4B400;
  --google--green:#0F9D58;

}
button a{
  -webkit-tap-highlight-color: transparent;
}
.hero-sec{
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
   
    
    max-width: 1440px;
    margin: 90px auto 0 ;
}
.hero-animation{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
      opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 1.0s;
    
}
.hero-sec h1{

    font-family: 'Outfit';
    font-size: 60px;
    color:#181818 ;
    text-align: center;
    font-weight: 550;
    opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.3s;
}
.hero-sec p{
font-family: 'Outfit';
font-size: 18px;
color: #181818;
width: 50%;
text-align: center;
margin: 10px auto 0;
   opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.8s;
}
  @keyframes heroTextReveal {
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }
.animate-icon{
    position: absolute !important;
    height: 70px;
     animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
            animation-fill-mode: both;
            will-change: transform;
  cursor: pointer;
            transition: box-shadow 0.3s ease;
}
.like{
    top: 12%;
    left: 2%;
    height: 100px;
    animation: floatBounce 2.5s ease-in-out infinite;
            animation-delay: 0s;
}
.messenger{
    animation: floatBounce 2.5s ease-in-out infinite;
            animation-delay: 0.5s;
   bottom: 15%;
    left: 15%;
}
.facebook{
    top: 28%;
    left: 27%;
    animation: floatBounce 2.5s ease-in-out infinite;
            animation-delay: 1s;
}

.reel{
    animation: floatBounce 2.5s ease-in-out infinite;
            animation-delay: 1.5s;
top: 28%;
      right: 28%;
}
.insta{
    bottom: 15%;
    right: 15%;
      animation: floatBounce 2.5s ease-in-out infinite;
            animation-delay: 2s;
}
.love{
    top: 12%;
   animation: floatBounce 2.5s ease-in-out infinite;
      animation-delay: 0.8s;
    right: 2%;
     height: 100px;
}

                @keyframes floatBounce {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(5deg);
            }
        }

      .results{
        padding: 50px;
        overflow: hidden;
      }
      .result-container {
    
      max-width: 100%;
      overflow: hidden;
      position: relative;
    }
      .results h2{
        font-family: 'Outfit';
        font-size: 56px;
        color: #181818;
        text-align: center;
        font-weight: 550;
        margin-bottom: 20px;
      }
      .result{
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 40px 0 50px;
        width: max-content;
       transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      }
      .result-card{
        display: flex;
        flex-direction: column;
        position: relative;
        gap: 25px;
        height: 380px;
        border: 4px solid #F4F5F2;
        border-radius: 10px;
        min-width: 350px;
        width: 350px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      overflow: hidden;
      flex-shrink: 0;
     
      }
      .result-icon{
        margin-top: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .side-line{
      position: absolute;
      top: 10%;
      right: 0;
      }
      .result-card h5{
        color: #181818;
        font-family: 'Outfit';
        font-size: 22px;
        text-align: center;
        font-weight: 550;
      }
      .result-card p{
        color: #494949;
        text-align: center;
        font-family: 'Outfit';
        font-size: 16px;
      width: 90%;
        margin: 0 auto 30px ;
      }
      .circle-no{
        position: absolute;
        bottom: 5%;
        height: 60px;
        left: 40%;
        width: 60px;
        border-radius: 50%;
        background-color: #Fff;
        display: flex;
        z-index: 2;
        border: 8px solid #1E4996;
        justify-content: center;
        align-items: center;
        margin: 20px auto 0;
        color: #1E4996;
        font-family: 'outfit';
        font-weight: bold;
        font-size: 18px;
      }
      .footer-line{
        background-color: #1E4996;
        height:50px;
        border-radius: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
      }
      .meta-card{
        padding: 80px 100px;
      }
      .meta-card h4{
        font-weight: 550;
      }
      .meta-card .lineheight i{
        color: #1E4996;
      }
      .meta-card .lineheight{
        line-height: 3;
        margin-top: 8px;
        
      }
      .meta-card .digitalspace-card{
       
        position: relative;
        padding-bottom: 10px;
      }
      .meta-card .digitalspace-card .semi-circle-small{
        position: absolute;
        bottom: 0;
        left: -1%;
      }
      .meta-card .digitalspace-card .card-text{
         padding: 60px 0;
      }
      .boldd{
        font-weight: 550;
        font-size: 24px;
        font-family: 'outfit';
        color: #181818 !important;
        margin-top: 12px !important ;
      }
      .meta-card .card-image{
        width: 47%;
      }
      .layer-blur{
        position: absolute;
        top: 0;
        right: 0;
      }
      .soln{
        background-image: url(inner_pages/soln-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 140px;
      }
      .soln h2{
        font-size: 48px;
        font-weight: 550;
     
        text-align: center;
        margin: 35px auto 30px;
        width: 65%;
        line-height: 1.2;
        font-family: 'outfit';
      }
      .soln-container{
        display: flex;
        flex-direction: column;
        gap: 90px;
        padding: 50px 60px;
      }
      .soln-card{
        padding: 20px ;
        overflow: hidden;
        border-radius: 24px;
        background-color: #fff;
     display: flex;
        align-items: center;
        gap: 50px;
        position: relative;
        justify-content: space-between;
        padding-right: 50px;
        height: 350px;
       transition: all 0.3s ease;
      }
      .soln-card:hover{
        box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.5);
        transform: translateY(-10px) scale(1.1);
        transition: all 0.3s ease;
      }
      .soln-no{
        height: 50px;
        width: 50px;
        border-radius: 14px;
        background-color: #d8dfed;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1E4996;
        font-family: 'Outfit';
        font-size: 24px;
        
        position: absolute;
      }
      .soln-no.left{
        left: 1%;
        top: 2%;
      }
      .soln-no.right{
        right: 1%;
        top: 2%;
      }

      .soln-img{
        width: 42%;
      }
      .soln-img img{
        width: 100%;
      }
      .more-height{
        width: 53%;
      }
      .soln-text{
        width: 50%;
        padding:0px 20px;
      }
      .soln-text h5{
        font-family: 'Outfit';
        font-size: 24px;
        color: #181818;
        font-weight: 550;
        margin-bottom: 15px;
      }
      .soln-text p{
        font-family: 'Outfit';
        font-size: 16px;
        color: #494949;
        line-height: 2;
      }
      .add-account{
        padding: 120px 100px;
      }
      .add-account h2{
        font-family: 'Outfit';
        font-size: 48px;
        width: 80%;
        margin: 0 auto;
        color: #181818;
        text-align: center;
        font-weight: 550;
        margin-bottom: 20px;
        line-height: 1.3;
      }
      .add-account-container{
        display: flex;
        justify-content: center;
        gap: 100px;
        align-items: center;
        padding: 40px 0;
      }
      .add-account-card{
       
        border-radius: 12px;
        padding: 30px 0;
     box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.5);
     
      font-family: 'outfit';
      }
      .add-account-card .tagline{
        font-size: 20px;
       
        color: #F0E9E9;
       padding: 5px 15px;
       border-top-right-radius: 8px;
       border-bottom-right-radius:8px ;
        margin-bottom: 10px;
        width: 90%;
        box-shadow: 
  0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.3),
  0px 6px 10px 4px rgba(0, 0, 0, 0.15);
      }
      .red{
        background-color: #D8022E;
      }
      .blue{
        background-color: #1E4996;
      }
      .sub-tagline{
        font-size: 16px;
        color: #181818; 
        font-weight: 550;
        margin-bottom: 15px;
        padding: 0 20px;
      }
      .add-account-card ul{
        list-style: none;
        padding: 0 20px;
        color: #494949;
        line-height: 2.6;
        font-size: 16px;
      }
      .add-account-card ul.red-points li i{
        color: #D8022E;
        margin-right: 6px;
      }
      .add-account-card ul.blue-points li i{
        color: #0F9D58;
        margin-right: 6px;
      }
      .tagsection{
        padding: 130px 100px ;
        margin-bottom: 20px;
        background-image: url(../assests/inner_pages/tagsection.png);
        background-position:center ;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
       
        
        gap: 100px;
      }
      .tag-text h3{
        font-size:56px ;
        color: #181818;
        font-family: 'outfit';
        margin-bottom: 30px;
        font-weight: 550;
        line-height: 1.25;
      }
      .tag-text{
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .tag-button{
        width: 35%;
        display: flex;
        flex-direction: column;
      gap: 60px;
     

      }
      .tag-button h3{
        font-size: 56px;
        font-family: 'outfit';
        font-weight: 550;
        color: #d9d9d9;
        line-height: 1.25;
      }
      .tag-button a {
        text-decoration: none;
        padding: 12px 20px;
        background-color: #0F9D58;
        color: white;
        font-size: 20px;
        font-family: 'outfit';
        display: flex;
        gap: 10px;
        align-items: center;
        width: 55%;
        border-radius: 28px;
      }
    .tag-text p{
      font-size: 20px;
      color:#181818;
      font-family: 'outfit';
    }
    .faq{
      padding:100px 0 120px;
    }
    .faq h2{
      font-size: 56px;
      font-family: 'outfit';
      font-weight: 550;
      color: #181818;
      text-align: center;
    }
    .faq-div{
      display: flex;
      justify-content: space-between;
      margin: 50px 0;
      gap: 100px;
      
    }
    .faq-img{
      color: white;
      font-size:64px ;
      font-family: 'outfit';
      font-weight: bold;
     
      position: relative;
      width: 45%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .faq-img h3{
      z-index: 9999;
       color: #ffffff;
      font-size:90px ;
      font-family: 'outfit';
      font-weight: bold;
      text-align: center;
      position: absolute;
      top: 33%;
    
    }
    .faq-img img{
      position: absolute;
      left: -5%;
      top: -5%;
      height: 480px;
      z-index: -1;
    }
    .questions {
            padding-right: 50px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            width: 90%;
            margin-left: auto
        }
        
        .question {
            border-radius: 10px;
            transition: background-color 0.3s ease;
        }
        
        /* Active state - grey background for whole question div */
        .question.active {
            background-color: #EDF0F4;
        }
        
        .ques {
            display: flex;
            justify-content: space-between;
            padding: 12px 20px;
            border-radius: 10px;
            align-items: center;
            font-size: 20px;
            color: #181818;
            font-family: 'outfit';
            border: 2px solid #EDF0F4;
            cursor: pointer;
        }
        
      
        
        .ans {
            display: flex;
            justify-content: space-between;
            padding: 12px 20px;
            border-radius: 2px;
            align-items: center;
            font-size: 18px;
            color: #181818;
            font-family: 'outfit';
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
        }
        
        /* Show answer when active */
        .question.active .ans {
            max-height: 600px;
            opacity: 1;
            padding: 20px;
        }
        .question.active .ques{
              border: 2px solid #fff;
        }
        
        /* Hide answer by default */
        .question:not(.active) .ans {
            padding: 0 20px;
        }
        
        .arroww {
            padding: 8px;
            border-radius: 50%;
            color: #494949;
            font-size: 10px;
            height: 10px;
            width: 10px;
            border: 1px solid #494949;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }
        .arroww:hover{
          color: #1E4996;
          border-color: #1E4996;
        }
        
        /* Rotate arrow when active */
        .question.active .arroww {
            transform: rotate(180deg);
        }
        .listing{
          padding: 80px 0 120px;
        }
        .listing h2{
          font-size: 56px;
          font-family: 'outfit';
          font-weight: 550;
          text-align: center;
          width: 60%;
          margin: 0 auto;
          line-height: 1.3;
        }
          .container {
         padding: 30px  90px 0;
            width: 100%;
        }

        .tree-diagram {
            position: relative;
            width: 100%;
        }

        /* Desktop: Horizontal Tree */
        .tree-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            margin-bottom: 90px;
        }

        .horizontal-line {
            position: absolute;
            top: 50%;
            left: 16.66%;
            right: 16.66%;
            height: 3px;
            background: #1E4996;
            transform: translateY(-50%);
            z-index: 1;
        }

        .circle-point {
            width: 50px;
            height: 50px;
            background: white;
            border: 4px solid #1E4996;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: black;
            font-family: 'outfit';
            z-index: 2;
            position: relative;
            flex-shrink: 0;
            margin: 0 auto;
        }

        .vertical-line {
            position: absolute;
            width: 3px;
            height: 40px;
            background: #1E4996;
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
            margin-top: -2px;
        }

        .cards-container {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            margin-top: 50px;
        }

        .card {
            flex: 1;
            position: relative;
            background: white;
            border-radius: 12px;
         padding: 10px 0;
           box-shadow: 0px 48px 96px rgba(180, 188, 208, 0.5);
            transition: all 0.1s ease;
            cursor: pointer; 
        }

        .card:hover {
           background-color: #1E4996;

        }
        .card:hover .card-header{
          background-color: #D8022E;
        }
        .card:hover .card-text1{
          color: white;
        }
  .card:nth-child(1):hover ~ .tree-top-sync .point-wrapper:nth-child(1) .circle-point,
        .point-wrapper:nth-child(1).active .circle-point {
            background: #1E4996;
            color: white;
        }

        .card:nth-child(2):hover ~ .tree-top-sync .point-wrapper:nth-child(3) .circle-point,
        .point-wrapper:nth-child(3).active .circle-point {
            background: #1E4996;
            color: white;
        }

        .card:nth-child(3):hover ~ .tree-top-sync .point-wrapper:nth-child(4) .circle-point,
        .point-wrapper:nth-child(4).active .circle-point {
            background: #1E4996;
            color: white;
        }
        .card-header {
          background-color: #1E4996;
            padding: 8px 0;
            color: #F0E9E9;
            font-weight: 500;
            font-size: 18px;
            text-align: center;
            font-family: 'outfit';
            
            
        }

        .card:nth-child(1) .card-header {
           
            margin-top: 120px;
        }

        .card:nth-child(2) .card-header {
            
              margin-top: 120px;
        }

        .card:nth-child(3) .card-header {
            
            margin-top: 120px;
        }

      

        .card-illustration {
            height: 100px;
           
            position: absolute;
            top: -18%;
            left: 23%;
            z-index: 999;
           
        }

        .card-text1 {
            text-align: center;
            color: #181818;
            line-height: 1.6;
            font-size: 14px;
            width: 100%;
            padding: 30px 15px 15px;
            font-family: 'outfit';
            font-size: 16px;
           
        }

        .point-wrapper {
            flex: 1;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Tablet: Vertical/Sideways Tree */
      

        /* Mobile: Simple Vertical Stack */
    
    .workspace-hero{
      background-image: url(inner_pages/workspace-hero.png);
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
       display: flex;
    flex-direction: column;
   height:700px;
   margin-top: 90px;
  margin-bottom: 60px;
   opacity: 0;
  transform: translateY(30px) scale(0.9);
  animation: heroTextReveal 1s ease-out forwards;
  animation-delay: 0.1s;

    }
    @media(max-width:1440px){
      .workspace-hero{
        height: 100vh;
      }
     
    }
    .workspace-hero h1{
      color: #222124;
      font-family: 'Outfit';
      font-size: 48px;
      line-height: 1.15;
      font-weight: 500;
      width: 60%;
      text-align: center;
      margin: 20px auto 0;
       opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.3s;
    }
    .workspace-hero p{
      color: #222124;
      font-family: 'Outfit';
      font-size: 18px;
      width: 42%;
      text-align: center;
      margin: 25px auto 15px;
       opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.8s;
    }
    .workspace-hero .power{
      text-align: center;
      font-size: 22px;
      color: #222124;
      font-family: 'Outfit';
      font-weight: 500;
      margin: 10px 0 0;
       opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 1.3s;
    }
    .colors{
       text-align: center;
      font-size: 36px;
      color: #494949;
      font-family: 'Outfit';
      font-weight: 500;
      margin:0;
       opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 1.5s;
    }
    .color1{
        text-align: center;
      font-size: 36px;

      color: #494949;
      font-family: 'Outfit';
      font-weight: 500;
      margin-top:10px;
    }
.workspace-features{
  padding: 40px 0 50px;
  background-image: url(inner_pages/workspace-features-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.workspace-features h2{
   color: #222124;
      font-family: 'Outfit';
      font-size: 48px;
      line-height: 1.15;
      font-weight: 500;
      width: 60%;
      text-align: center;
      margin: 20px auto 20px;
      
}
.workspace-features p{
  width: 60%;
  font-size: 18px;
  color: #222124;
  font-family: 'Outfit';
  line-height: 1.5;
  text-align: center;
  margin: 30px auto 50px;
}
.featuress{
  width: 72%;
  display: flex;
  gap: 30px;
  margin: 20px auto 0;
}
.vertical-features{
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 33%;
}
.horizontal-features{
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 67%;
}
.h-feature{
display: flex;
gap: 25px;
align-items: center;
padding:  25px;
background-color: #fff;
border-radius: 12px;
width: 100%;
height: 283px;
transition: all 0.3s ease;
}
.h-feature:hover{
   box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.5);
        transform: translateY(-10px) scale(1.1);
        transition: all 0.3s ease;
}
.v-feature{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  height: 440px;
  transition: all 0.3s ease;
}
.v-feature:hover{
   box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.5);
        transform: translateY(-10px) scale(1.1);
        transition: all 0.3s ease;
}
.v-feature img{
  width: 81%;
  margin: 10px auto 0;
}
.v-feature.full img{
  width: 100%;
 
}
.feature-text h4{
margin-bottom: 10px;
font-size: 18px;
}
.featuress h4{
  color: #222124;
  font-size:18px ;
  font-family: 'Outfit';
  font-weight:600;

}
.featuress p{
  color: #222124;
  font-size:16px ;
  font-family: 'Outfit';
  line-height: 2;
  text-align: left;
  margin: 0;
  width: 100%;
}
.workspace-services{
  padding: 0px 0 80px;
   display: flex;
  justify-content: center;
}
.workspace-services h4{
  font-family: 'Outfit';
  font-size: 24px;
  font-weight: 550;
  color: #181818;
  margin: 40px 0 40px;
  text-align: center;
 

}
.workspace-services h5{
  font-size: 17px;
  color: #181818;
  text-align: center; 
  font-family: 'Outfit';
  font-weight: 600;
}
.workspace-services img{
  height: 30px;
}
.servicess{
  width: 70%;
  margin: 0 auto;
  background-image: url(inner_pages/line-services.png);
padding-top: 100px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.service{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px;
  box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.5);
background-color: #fff;
  border-radius: 8px;
  height: 170px;
  width: 160px;
  border: 0;
  transition: all 0.2s ease;
}
.service:hover{
  border: 4px solid white;
  background-color: #EDF0F7;

}
.service p{
  font-size: 15px;
  color: #494949;
  font-family: 'Outfit';
  text-align: center;
}
.services{
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 55px;
}
.workspace-plan{
  background-color: rgba(30,73,150,0.08);
  padding: 50px;
}
.workspace-plan h2{
  font-size: 48px;
  font-family: 'Outfit';
  color: #222124;
  width: 85%;
  font-weight: 550;
  text-align: center;
  margin: 0 auto 20px;
}
 .carousel-container {
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 80px;
            
        }
.plans{
  padding: 20px 0;
  display: flex;
   overflow-x: hidden;
            scroll-behavior: smooth;
  gap: 30px;
}
.plan{
  padding: 15px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 490px;
 max-width: 320px;
           
            
}
.plan-name{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 10px;
}
.plan-name img{
  height: 25px;
}
.plan p{
  font-size: 16px;
  font-family: 'Outfit';
  color: #494949;
  margin: 0 10px;

}
.plan-name span{
  font-size: 20px;
  font-family: 'Outfit';
  font-weight: 500;
  color: #494949;
}
.plan h4{
   font-size: 20px;
  font-family: 'Outfit';
  font-weight: 500;
  color: #181818;
  margin: 0 10px;
}
.arrow1 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
            z-index: 10;
            border: none;
            color: #494949;
        }

        .arrow1:hover {
            background-color: #f0f0f0;
            box-shadow: 0 6px 16px rgba(0,0,0,0.2);
        }

        .arrow1:active {
            transform: translateY(-50%) scale(0.95);
        }

        .arrow-left {
            left: 10px;
        }

        .arrow-right {
            right: 10px;
        }

        .arrow1 svg {
            width: 24px;
            height: 24px;
            fill: #494949;
        }

        .arrow1:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .arrow1:disabled:hover {
            background-color: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        .workspace-tagline
        {
          background-color: #1E4996;
          padding: 50px;
          position: relative;
        }
        .tagline-content{
          display: flex;
          flex-direction: column;
          gap: 35px;
          padding-left: 30px;
        }
        .tagline-icons
        {
          display: flex;
          gap: 35px;
          align-items: center;

        }
        .tagline-content p{
          font-size: 28px;
          color: #fff;
          font-family: 'Outfit';
          font-weight: 450;
        }
        .tagline-vector{
          position: absolute;
          bottom: 0;
          right: 0;
          height: 290px;
        }
        .tagline-text{
          display: flex;
          gap: 35px;
          align-items: center;
        }
        .tagline-text a{
          text-decoration: none;
          padding:8px 15px;
          background-color: #EDF0F7;
          color: #1E4996;
          font-size: 18px;
          border-radius: 22px;
          font-family: 'outfit';
          font-weight: 550;
        }
        .workspace-connect{
          padding: 60px;
          display: flex;
          gap: 30px;
          justify-content: space-between;
        }
        .connect-text{
          display: flex;
          flex-direction: column;
          width: 45%;
          position: relative;
          padding-left: 30px;
        }
        .connect-text h4{
          text-align: left;
        }
        .connect-text h3{
          line-height: 1.4;
          font-size: 48px;
          font-family: 'Outfit';
          color: #222124;
          font-weight: 500;
          width: 70%;
         

        }
        .connect-line{
          position: absolute;
          left:-13% ;
          bottom: 6%;
          height: 250px;
        }
        .connect-img img{
          width: 100%;
        }
        .left-boy{
          display: none;
          position: absolute;
          height: 180px;
          left: 5%;
          top: 50%;
        }
        .left-right{
          display: none;
          position: absolute;
          height: 180px;
          right: 5%;
          top: 50%;
        }
        .whatsapp-hero{
          height: auto;
          margin-top: 100px;
          padding-bottom: 40px;
        }
        .whatsapp-hero h1{
          font-size: 48px;
          font-family: 'Outfit';
          width: 60%;
          margin: 25px auto;
          color: #181818;
          line-height: 1.3;
          font-weight: 550;
          text-align: center;
              opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.3s;
        }
        .whatsapp-hero p{
          font-size: 18px;
          font-family: 'Outfit';
          color: #181818;
          width: 50%;
          margin: 20px auto 20px;
          text-align: center;
          line-height: 1.6;
              opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.5s;
        }
        .whatsapp-hero-img{
          width:100% ;
          display: flex;
          justify-content: center;
              opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.7s;
        }
        .whatsapp-hero-img img{
          width: 100%;
        }
        .why-whatsapp{
          padding: 40px 0;
          background-color: #EDF0F7;
        }
        .why-whatsapp h2{
          font-size: 48px;
          font-family: 'Outfit';
          color: #181818;
          text-align: center;
          width: 60%;
          margin: 0 auto 30px;
          font-weight: 550;
          line-height: 1.3;
        }
        .why-whatsapp p{
          font-size: 18px;
          font-family: 'Outfit';
          color: #181818;
          text-align: center;
          width: 50%;
          margin: 0 auto;
          line-height: 1.6;
        }
        
    
    
      
      .container2 {
            background: transparent;
            padding: 40px 0;
           margin: 0 auto;
          
            max-width: 1100px;
            width: 100%;
        }

        .metrics-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }

        .metric-item {
            text-align: center;
            position: relative;
            flex: 1;
        }

        .metric-circle {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-weight: 600;
            font-size: 18px;
            font-family: 'outfit';
            color:var(--google--green);
         
            position: relative;
            z-index: 2;
        }

        .connector-line {
            position: absolute;
            top: 50px;
            left: calc(50% + 55px);
            right: calc(-50% + 55px);
            height: 4px;
            background: #fff;
            z-index: 1;
            border-radius: 4px;
        }

        .metrics-wrapper .metric-item:last-child .connector-line {
            display: none;
        }

        .metric-label {
            color: #494949;
            font-size: 18px;
            font-family: 'outfit';
           
           
        }
        

      #whatsapp-result{
        flex-wrap: wrap;
         display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        width: 85%;
        margin: 0 auto;
        padding: 40px 0 50px;
      }
     
      .whatsapp-cards{
        padding: 60px 0;
      }
      .circle{
        height: 100px;
        width: 100px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        color: #0F9D58;
        font-weight: 550;
        font-family: 'Outfit';

      }
      .result1 .result-card{
        border: 0;
      }
      .result1 .footer-line{
        background-color: #0F9D58;
        transition: all 0.3 ease;
      }
      .result1 .circle-no{
        border-color: #0F9D58;
        color: #0F9D58;
         transition: all 0.3 ease;
      }
      .result1 .result-card{
         transition: all 0.3 ease;
      }
      .result1 .result-card:hover{
        
        color: #fff;
        border:0;
      }
      .rsultt{
        height: 350px;
        display: flex;
        flex-direction: column;
        gap: 25px;
          border: 4px solid #F4F5F2
      }
      .result1 .result-card:hover .rsultt{
    
      border-radius: 12px;
      border-bottom: 0;
      height: 350px;
      background-color: #0F9D58;
      }
      .result1 .result-card:hover .footer-line{
        background-color: #fff;
        border-bottom-left-radius:0;
           border-bottom-right-radius:0 ;
          
      }
       .result1 .result-card:hover .circle-no{
        background-color: #0F9D58;
        border-color:#fff ;
        color: #fff;
      }
       .result1 .result-card:hover h5{
       
        color: #fff;
      }
       .result1 .result-card:hover p{
       
        color: #fff;
      }
        .result1 .result-card .result-icon {
       
        color: #0F9D58;
      }
          .result1 .result-card:hover .result-icon {
       
        color: #fff;
      }
      .soln-card ul li{
        color:#494949;
        font-family: 'Outfit';
        font-size: 18px;
        line-height: 1.6;
        margin: 10px 0px 0 10px;
      }
      .soln-card ul{
        margin-left: 25px;
      }
      .whatsapp-api{
        padding: 60px 100px;
        display: flex;
        gap: 200px;
        position: relative;
        overflow: hidden;
        background-color: rgba(15, 157, 88, 0.12);
      }
      .api-text{
        width: 60%;
      }
      .api-img{
        width: 33%;
      }
      .api-img img{
        width: 100%;
      }
      .api-text h2{
    font-size: 48px;
    color: #181818;
    font-weight: 550;
    font-family: 'Outfit';
    line-height: 1.3;
      }
      .api-text p{
        font-size: 18px;
        font-family: 'Outfit';
        color: #494949;
        margin: 30px 0 20px;
      }
      .api-text ul{
        list-style-type: none;
        margin-top: 40px;
      }
      .api-text ul li i{
        margin-right: 10px;
        color: #0F9D58;
        margin-top: 5px;
      }
      .api-text ul li{
        margin: 25px 0 0;
        display: flex;
        align-items:start;
        font-size: 16px;
        color: #494949;
        font-family: 'outfit';
      }
      .api-text ul li p{
        margin: 0;
      }
        .green-image-left{
          position: absolute;
          left: 0;
          bottom: -5%;

          
        }
        .gradient-section
          {
            position: relative;
            padding: 0px 0 0 ;
          height:300px;
          z-index: 2;
          }
          #gradientBG{
height: 320px;
padding-top:30px ;
          }
     
      .gradient-section h1{
        color:#F0E9E9;
        font-size:68px;
        font-family: 'outfit';
        text-align: center;
      }
    
         .bold-text{
          font-size: 20px;
          font-family: 'outfit';
          color: #181818;

         }
      .image-icons{
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
      height: 310px;
      background-color: rgba(30, 73, 150, 0.08);;
    
      }
          .partner-boxes {
            display: flex;
            justify-content: center;
            gap: 35px;
          
           
           position: absolute;
           top: -40%;
           
          
          }
      
          .partner-box {
           
            box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 221, 0.5);
            border-radius: 8px;
           
            transition:transfom 1s ease-in-out;
            z-index: 2;
            
            
          }
          .partner-box:hover{
            transform: translateY(-10px);
           
            
          }
          .partner-box img{
            width: 100%;
            
            
          }
          .icon-div{
            position:relative;
            width: 100%;
           
            

          }
          .icon-div img{
            height: 60px;
          }
          .icon{
            position: absolute;
          }
          .icon:nth-of-type(1)
          {
                left: 0%;
                top: 25%;
          }
          .icon:nth-of-type(2){
            right: 0;
          }
          .icon:nth-of-type(3){
            right: 8%;
            bottom: 0;
          }
          .icon:nth-of-type(4){
            right: 25%;
            bottom: 10%;
          }
          .icon:nth-of-type(5){
            left: 35%;
            bottom: 15%;
          }
          .icon:nth-of-type(6){
            left: 50%;
            bottom: 30%;
          }
          .icon:nth-of-type(7){
            left: 20%;
            bottom:5%;
          }
          .icon:nth-of-type(8){
            left: 10%;
            bottom:25%;
          }
          .ads-hero{
           margin-bottom: 30px;
            margin-top: 90px;
            
          }
       .ads-hero h1{
  font-size: 48px;
  font-family: 'Outfit';
  font-weight: 550;
  color: #181818;
  line-height: 1.3;
  text-align: center;
  width: 40%;
  margin: 20px auto 20px;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  animation: heroTextReveal 1s ease-out forwards, textColorCycle 22.4s ease-in-out infinite;
  animation-delay: 0.3s, 1.3s;
}

/* Spans keep their original colors - no animation */
.ads-hero h1{
  font-size: 48px;
  font-family: 'Outfit';
  font-weight: 550;
  color: #181818;
  line-height: 1.3;
  text-align: center;
  width: 40%;
  margin: 20px auto 20px;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  animation: heroTextReveal 1s ease-out forwards, textColorCycle 16s ease-in-out infinite;
  animation-delay: 0.3s, 1.3s;
 
}

/* Spans keep their original colors - no animation */
.ads-hero h1 span {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  animation: none !important;
}

@keyframes textColorCycle {
  0%, 7.5% {
    /* BLACK */
    color: #181818;
    background: #181818;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #181818;
  }
  8% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.95);
  }
  8.5% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.85);
  }
  9% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.75);
  }
  9.5% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.65);
  }
  10% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.55);
  }
  10.5% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.45);
  }
  11% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.35);
  }
  11.5% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.25);
  }
  12% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.15);
  }
  12.5%, 72.5% {
    /* Full GRADIENT */
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  73% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.15);
  }
  73.5% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.25);
  }
  74% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.35);
  }
  74.5% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.45);
  }
  75% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.55);
  }
  75.5% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.65);
  }
  76% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.75);
  }
  76.5% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.85);
  }
  
  80% {
    background: linear-gradient(90deg, #4285F4 0%, #DB4437 33%, #F4B400 66%, #0F9D58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(24, 24, 24, 0.95);
  }
  80.5%, 100% {
    /* Back to BLACK */
    color: #181818;
    background: #181818;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #181818;
  }
}
           .ads-hero p{
            font-size: 18px;
            font-family: 'Outfit';
            
            color: #494949;
            line-height: 1.6;
            text-align: center;
            width: 40%;
            margin: 20px auto 20px;
              opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.5s;
          }
   

/* Responsive animations with your exact timing */
.animation-hero {
    position: absolute;
    height: clamp(45px, 9vw, 120px);
    margin-top: 36px;
}

.ads-hero-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    animation: heroTextReveal 1s ease-out forwards;
    animation-delay: 0.8s;
}

/* Final positions with animation */
.animation-hero.mail {
    top: -13%;
    right: 12%;
    animation: mail-move 16s ease-in-out infinite;
}

.animation-hero.ads {
    bottom: 8%;
    left: 5%;
    animation: ads-move 16s ease-in-out infinite;
}

.animation-hero.drive {
    bottom: 8%;
    right: 5%;
    animation: drive-move 16s ease-in-out infinite;
}

.animation-hero.maps {
    top: -13%;
    left: 12%;
    animation: maps-move 16s ease-in-out infinite;
}

/* Mail - moves from top-right to center */
/* Mail - moves from top-right to center */
@keyframes mail-move {
    0%, 12.5% {
        top: 50%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 50%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}

/* Ads - moves from bottom-left to center */
@keyframes ads-move {
    0%, 12.5% {
        bottom: 50%;
        left: 50%;
        top: auto;
        right: auto;
        transform: translate(-50%, 65%);
    }
    18.75%, 81.25% {
        bottom: 8%;
        left: 5%;
        top: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        bottom: 50%;
        left: 50%;
        top: auto;
        right: auto;
        transform: translate(-50%, 65%);
    }
}

/* Drive - moves from bottom-right to center */
@keyframes drive-move {
    0%, 12.5% {
        bottom: 50%;
        right: 50%;
        top: auto;
        left: auto;
        transform: translate(50%, 65%);
    }
    18.75%, 81.25% {
        bottom: 8%;
        right: 5%;
        top: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        bottom: 50%;
        right: 50%;
        top: auto;
        left: auto;
        transform: translate(50%, 65%);
    }
}

/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
.ads-tagline{
  padding: 60px 100px;
  background-color: #1E4996;
  position: relative;
  font-family: 'outfit';
  display: flex;
  gap: 100px;
  overflow: hidden;
}
.ads-vector{
  position: absolute;
  top: -60%;
  right: -10%;
}
.ads-tagline h2{
  font-size: 48px;
  color: #F0E9E9;
  font-family: 'outfit';
  line-height: 1.3;
  width: 100%;
  font-weight: 500;
  

}

.ads-text{

display: flex;
flex-direction: column;
gap:25px;
margin-top: 12px;

}
.taglines-text{
  width: 50%;
}
.taglines-text p{
  color: #F0E9E9;
  font-family: 'outfit';
  font-size: 18px;
}
.ads-text a{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: 'outfit';
  color:#fff ;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #0F9D58;
  width: fit-content;

}
.ads-text h4{
    font-size: 40px;
        font-family: 'outfit';
        font-weight: 550;
        color: #d9d9d9;
        line-height: 1.1;
        width: 60%;
}
.one-stop{
  padding: 100px 0 120px;
}
.one-stop h2{
  font-size: 48px;
  font-weight: 550;
  font-family: 'outfit';
  color: #181818;
  text-align: center;
  width: 55%;
  margin: 20px auto;
  line-height: 1.3;
}
.one-stop-sol{
  display: flex;
  width: 75%;
  margin: 80px auto 0;
  gap:25px;
}
.h-stop-sol{
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.v-stop-sol{
  border: 3px solid #F0E9E9;
  position: relative;
border-radius: 12px;
display: flex;
align-items: center;
text-align: center;
flex-direction: column;
gap: 15px;
padding: 15px 15px 0;
 transition: all 0.3s ease;
}
.v-stop-sol:hover{
   box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.5);
        transform: translateY(-10px) scale(1.1);
        transition: all 0.3s ease;
}
.h-stop{
   
      width: 47%;

  position: relative;
  border: 3px solid #F0E9E9;
  border-radius: 12px;
  display: flex;
align-items: center;
text-align: center;
gap: 15px;
flex-direction: column;
height: 270px;
padding: 15px 15px 0;
 transition: all 0.3s ease;
}
.h-stop:hover{
   box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.5);
        transform: translateY(-10px) scale(1.1);
        transition: all 0.3s ease;
}
.stop-line{
  position: absolute;
  height: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius:10px ;
   border-bottom-right-radius:10px ;
}
.one-stop h5{
  font-family: 'outfit';
  font-size: 18px;
  color: #181818;
  font-weight: 550;
}
.one-stop p{
   font-family: 'outfit';
  font-size: 16px;
  color: #494949;
  text-align: center;
  
}
.types-ads{
  padding: 110px 0 150px;
}
.types-ads h2{
  font-size: 48px;
  color: #000;
  text-align: center;
  text-align: center;
  font-weight: 550;
  font-family: 'outfit';
  line-height: 1.3;

}
.types-ads p{
  color: #000;
  font-family: 'outfit';
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
.type-div{
  padding: 40px 0 0px;
  width: 45%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.type{
  border: 2px solid #F0E9E9;
  border-radius: 12px;
  background-color: #fff;
  
}
.typess{
  position: relative;
}
.type-left{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  
}
.type-right{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
   z-index: -1;
  
}
.type h3{
  font-size: 24px;
  color: #181818;
  font-family: 'outfit'
;
font-weight:500;
text-align: center;
padding: 8px 0;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.type p{
font-size: 16px;
color: #494949;
text-align: center;
margin: 30px 40px;
font-family: 'outfit';
}
.management{
  padding: 100px 0;
  background-image: url(inner_pages/management-bg.png);
  background-position: center;
  background-repeat: none;
  background-size: cover;
}
.management h2{
  font-size: 48px;
  font-family: 'outfit';
  font-weight: 550;
  color: #181818;
  text-align: center;
  width: 60%;
  margin: 20px auto;
  line-height: 1.3;
}
.management-boxes{
  width: 78%;
  margin: 80px auto 0;
  display: flex;
 gap: 25px;
 flex-wrap: wrap;
 justify-content: center;
}
.management-box{
  width: 30%;
  background-color: #fff;
  border-radius: 12px;
  font-family: 'outfit';
  height: 280px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  transition:  all 0.2s ease;
}
.management-box:hover{
  border: 4px solid #fff;
  background-color: #EDF0F7;
  box-shadow: 0px 48px 96px rgba(180, 188, 208, 0.5);

}
.management-box img{
  height: 50px;
width: fit-content;
}
.management-box h5{
font-size: 18px;
font-family: 'outfit';
color: #181818;
font-weight: 550;
line-height: 1.3;
}
.management-box p{
  font-size: 16px;
  font-family: 'outfit';
  color: #494949;
}
.scatter{
  position:absolute;
  display: none;
  
}
.scatters{
   position:absolute;
  display: none;
  
}
.semi-circle-yellow{
  top: 0;
  left: 0;


}
.triangle{
  left: 0;
  bottom: 35%;
}
.blue-rect{
  top: 0;
  right: 0;
}
.red-stick
{
  right: 0;
  bottom: 35%;
}

.calender{
  bottom: 55%;
left: 20%;
}
.sheets{
  bottom: 55%;
right: 20%;
}
.drive{
  bottom: 30%;
  left: 25%;
}
.docs{
  bottom: 30%;
  right: 25%;
}
.meet{
  bottom: 5%;
  left: 30%;
}
.slides
{
   bottom: 5%;
  right: 30%;
}
.google-g{
  bottom: 20%;
  left: 47%;
}
.contact-header {
    position: relative;
    padding: 90px 0;
    margin-top: 100px;
    background-image: url(inner_pages/contact-header-bgg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
     opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.1s;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.contact-content {
    position: relative;
     opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.3s;
   
}

.contact-header h2 {
    font-size: 48px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 550;
    margin: 0;
    color: #fff;
}

.contact-header h5 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'Inter';
    font-weight: 550;
    margin-top: 10px;
}
.contact-cards{
  padding:40px 60px 0 ;
  display: flex;
  gap: 15px;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}
.contact-card{
  width: 31%;
  display: flex;
  gap: 10px;
  
  height: 130px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 28px 40px;
   transition: all 0.3s ease-in-out;
}
.contact-card:hover{
  background-color: #1E4996;
}
.contact-card:hover h6{
  color: #F0E9E9 !important;
}
.contact-card:hover p{
  color: #F0E9E9 !important;
}
.contact-card:hover i{
  color: #F0E9E9;
  opacity: 0.2;
  transform: rotate(20deg) scale(3.5);
  margin-top: 20px;
  margin-right: 40px;
  
}
.contact-card:hover .contact-icon{
  color: #F0E9E9;
}
.contact-card:hover svg{
  opacity: 0.2;
  transform: rotate(20deg) scale(4);
  margin-top: 20px;
  margin-right: 30px;
}
.contact-card h6{
  font-size: 18px;
  font-family: 'Outfit';
  font-weight: 550;
  color: #494949;
  transition: all 0.3s ease-in-out;
}

.contact-card p{
   font-family: 'Outfit';
  transition: all 0.3s ease-in-out;
  color: #494949;
  font-size: 15px;
  margin-top: 4px;
}
.contact-card i{
  color: #494949;
  font-size: 24px;
   transition: all 0.3s ease-in-out;
}
.contact-card svg{
  margin-top: 2px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.contact-icon{
  color:#494949;
}
.form-section{
  display: flex;
  padding: 30px 80px 80px;
  gap: 50px;
  max-width: 1440px;
  margin: 0  auto;
}
.form-section .contact-form{
  background-color: #fff !important;
  background-image: none;
  width: 60%;
  justify-content: start;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.form-section .contact-form h4{
  color: #1E4996;
}
.form-section .contact-form span{
  color: #1E4996;
}
.form-section .contact-form input , .form-section .contact-form textarea , .form-section .contact-form select {
  width: 100%;
  border-radius: 8px;
}
 .form-section .contact-form textarea{
  min-height: 150px;
 }
 .form-section .contact-form form{
  gap: 25px;
  align-items: start;
  margin-top: 35px;
 }
.form-section .contact-form input:focus , .form-section .contact-form textarea:focus , .form-section .contact-form select:focus {
  border: 2px solid #1E4996;
}
.form-section .contact-form button{
  width: 100%;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.form-section .contact-form button:hover{
  transform: scale(1.05);
}
    .hero-gradient-section {
            position: relative;
            background: linear-gradient(90deg, #df1c3a 17%, #213f99 92%, #1E3A8A 100%);
            padding: 60px 20px 80px;
            text-align: center;
            color: #F0E9E9;
            margin-top: 80px;
            height: 800px;
              opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0s;
        
        }

        /* .hero-gradient-section::after {
            content: '';
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%;
            height: 100px;
            background: white;
  clip-path: path(
  "M 0 10
   C 300 120, 600 120, 900 60
   C 1100 20, 1200 10, 1200 10
   L 1200 100
   L 0 100
   Z"
);

        } */
         .hero-gradient-section svg{
          position: absolute;
          bottom: -1px;
          left: 0;
          right: 0;
         }

        .content {
            position: relative;
            z-index: 1;
            width: 75%;
            margin: 0 auto;
        }

        .hero-gradient-section h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 30px;
            margin-top: 50px;
            opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.4s;
        
        }

        .subtitle {
            font-size: 1.1rem;
            line-height: 1.6;
            font-weight: 300;
            width: 64%;
            margin: 0 auto;
            opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 0.7s;
        
        }

        .subtitle strong {
            font-weight: 600;
        }
        .milestones{
          padding: 0 80px 50px;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 15px;
        }
        .milestones h2{
          text-align: center;
          font-size: 48px;
          color: #181818;
          font-family: 'Outfit';
          font-weight: 550;
        }
        .milestone-card{
          border-radius: 12px;
          width: 30%;
          height: 220px;
          display: flex;
          flex-direction: column;
          gap: 20px;
          justify-content: center;
          align-items: center;
          box-shadow: 0px 48.41px 95.61px 0px rgba(180, 188, 208, 0.5);

        }
        .milestone-cards{
          display: flex;
          gap: 50px;
          justify-content: center;
          width: 100%;
        }
        .milestone-card h3{
          font-size: 40px;
          font-family: 'outfit';
          color: #494949;
        }
         .milestone-card p{
          font-size: 20px;
          font-family: 'outfit';
          color: #F0E9E9;
          padding: 5px 0;
          width: 100%;
          background-color: #1E4996;
          text-align: center;
        }
        .overlap-cards{
 background: linear-gradient(
    to bottom,
    #09162F 0%,
    #09162F 50%,
    white 50%,
    white 100%
  );
  margin-bottom: 120px;
        }
        .overlapp{
          
  background: linear-gradient(
    90deg,
    #df1c3a 17%,
    #213f99 92%
  );
padding: 60px 50px;
border-radius: 30px;
width: 90%;
margin: 0 auto;
        }
        .overlapp h3{
          font-size: 36px;
          font-family: 'outfit';
          color: #f0e9e9;
          font-weight: 500;
          width: 55%;
          line-height: 1.4;
        }
        .overlapp a{
          display: inline-block;
          margin-top: 35px;
          padding: 10px 30px;
          background-color: #1E4996;
          color: #fff;
          font-family: 'outfit';
          font-size: 18px;
          border-radius: 30px;
          transition: all 0.3s ease-in-out;
          border: 1px solid #f0e9e9;
          transition: all 0.3s ease-in-out;
        }
        .overlapp a:hover{
       transform: scale(1.05);
        }
        .ramesh-corp{
          display: flex;
          gap: 50px;
          max-width: 1440px;
        
          padding: 60px 0;
          background-image: url(inner_pages/RameshCorp-bg.png);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          margin: 60px auto;
        }
        .rameshcorp-logos{
          display: flex;
          flex-direction: column;
          gap: 20px;
          width: 40%;
          align-items: center;
        }
        .rameshcorp-logo{
          display: flex;
          justify-content: space-between;
       width: 100%;
        }
        .rameshcorp-content{
          width: 
          45%;
        }
        .rameshcorp-content h3{
          color: #181818;
          font-size: 40px;
          width: 90%;
          font-weight: 550;
          font-family: 'outfit';
          line-height: 1.2;
        }
.rameshcorp-content p{
  color: #494949;
  font-family: 'outfit';
  font-size: 20px;
  margin-top: 25px;
  line-height: 1.6;
}
.rameshcorp-logos a{
font-size: 18px;
background-color: #1E4996;
color: white;
padding: 10px 25px;
border-radius: 30px;
font-family: 'outfit';
transition: all 0.3s ease-in-out;
}
.rameshcorp-logos a:hover{
  transform: scale(1.05);
}

    .vissionMissionContainer {
            height: 200vh; /* Double height for scroll effect */
            position: relative;
        }
    @media (min-height: 1001px) {
            .vissionMissionContainer {
                height: 40vh; /* Reduced scroll space for tall screens */
            }
        }
        /* Fixed section that stays in viewport */
        .vissionMission {
            position: sticky;
            top: 0;
            height: 100vh;
            padding: 100px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .vissionMission h2 {
            font-weight: 500;
            font-family: 'Inter', Arial, sans-serif;
            color: #F0E9E9;
            font-size: 20px;
            padding-left: 8px;
        }
  @media (min-height: 1001px) {
            .vissionMission {
                height: 40vh;
                padding: 50px 80px;
            }
        }
        .vissionMission img {
            height: 240px;
            width: auto;
        }

        .vissionMission p {
            font-size: 18px;
            font-family: 'Outfit', Arial, sans-serif;
            color: #494949;
            line-height: 1.6;
        }
.bg-iconss{
  position: absolute;
  
}
.left-icons{
  left: 0;
  top: -18%;
}
.right-icons{
  right: 0;
  top: -18%;
}
        /* Mission and Vision sections positioned absolutely */
        .mission,
        .vision {
            display: flex;
            gap: 180px;
            align-items: center;
            position: absolute;
            width: calc(100% - 200px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }

        .mission {
            opacity: 1;
            transform: translateY(0);
        }

        .mission.fade-out {
            opacity: 0;
            transform: translateY(-50px);
        }

        .vision {
            opacity: 0;
            transform: translateY(50px);
        }

        .vision.fade-in {
            opacity: 1;
            transform: translateY(0);
        }

        .mission h2 {
            background-color: #1E4996;
        }

        .vision h2 {
            background-color: #D8022E;
        }

       
        .imagee{
          width: 50%;
        }

        .mission-content b {
            font-weight: 600;
        }
.gallery{
  padding:80px 0 ;
  display: flex;
  justify-content: center;
  width: 60%;
  margin:  0 auto;
  gap: 15px;
}
.gridss{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.grid-1-content{
  margin-bottom: 30px;
  margin-top: 14px;
}
.grid-1-content h3{
  font-size: 36px;
  color: #181818;
  font-family: 'outfit';
  font-weight: bold;
}
.grid-1-content h5{
  font-size: 20px;
  color: #494949;
  font-family: 'outfit';
  font-weight: 500;
}
.story{
  margin-top: 50px;
  padding: 60px 100px;
  background-image: url(inner_pages/OurStory.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.story h2{
  font-size: 48px;
  color: #181818;
  font-family: 'outfit';
  font-weight: 550;
 }
 .story p{
  font-size: 20px;
  color: #494949;
  font-family: 'outfit';
 }
.story-para{
  display: flex;
  
  gap: 100px;
}
.story-para p{
  width:48% ;
}
.story-content-img{
  width: 55%;
  display: flex;

   

}
.story-content-img img{
   transition: 0.3s ease;
   
  object-fit: contain; 
  width: 100%;
}
.storyy-content{
  display: flex;
  gap: 100px;
  margin-top: 80px;
  width: 100%;
}
.content-paraa{
  width: 55%;
}
.content-paraa h5{
  font-size:24px;
  color: #494949;
  font-family: 'outfit';
}
.message-categories{
  padding:60px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
   /* } */}
   .message-category{
    display: flex;
    flex-direction: column;
    gap: 180px;
   }
.message-categories h2{
  font-size: 48px;
 
  color: #181818;
  text-align: center;
  margin-bottom: 80px;
  font-family: 'outfit';
  font-weight: 500;
 

}
.category-image img{
  height: 450px;
  

}
.category h4{
  font-size: 28px;
  color: #181818;
  font-family: 'outfit';
  font-weight: 500;
  margin:40px 0 20px;
}
.category p{
  font-size: 18px;
  color: #494949;
  font-family: 'outfit';
}
.category{
  display: flex;
  gap: 160px;
  justify-content: center;
  position: relative;
}
.category-content{
  width: 35%;
}
.whatsapp-png{
  position: absolute;
  z-index: -1;
}
.whatsapp-left{
  left: 0;
  bottom: 0;
}
.whatsapp-right{
  right: 0;
  bottom: 0;
}
.whatsappp{
  transition: all 0.3s ease-in-out;
}
.whatsappp:hover{
  transform: scale(1.05);
}
.direct-whatsapp{
  transition: all 0.3s ease-in-out;
}
.direct-whatsapp:hover{
   transform: scale(1.05);
}
  /* Responsive adjustments */
        @media (max-width: 992px) {
            /* Remove scroll animation on smaller screens */
            .vissionMissionContainer {
                height: auto;
            }

            .vissionMission {
                position: static;
                height: auto;
                padding: 50px 30px;
                display: block;
            }

            .mission,
            .vision {
                position: static;
                flex-direction: column;
                gap: 30px;
                justify-content: center;
                align-items: center;
                width: 100%;
                opacity: 1 !important;
                transform: none !important;
                margin-bottom: 50px;
            }
            .imagee{
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
            }
            

            .vissionMission p {
                font-size: 16px;
            }
            .vision{
              margin-top: 100px;
            }
        }
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .vissionMission {
                padding: 50px 30px;
            }

            .mission,
            .vision {
                flex-direction: column;
                gap: 30px;
                width: calc(100% - 60px);
            }

            .vissionMission p {
                font-size: 16px;
            }
        }
        @media(max-width:1440px){
          .hero-gradient-section{
            height: 90vh;
          }
          .content{
            width: 90%;
          }
           .mission,
        .vision {
            
            gap: 80px;
          
        }
        }
    
    @media(max-width:1320px){
      .content{
            width: 100%;
          }
      .tag-button a{
        width: 62%;
      }
      .connect-line{
        height: 235px;
      }
      .services{
        margin-top: 30px;
      }
      .whatsapp-text{
        width:63% ;
      }
    }
    @media(max-width:1300px){
      .connect-line{
        height: 230px;
      }
      .connect-img{
        z-index: 2;
      }
      .connect-text{
        padding-left: 0;
        width: 50%;
      }
      .services{
        margin-top: 55px;
      }
      .servicess{
        width: 75%;
      }
      .whatsapp-api{
        padding: 50px 80px;
      }
      .whatsapp-text{
        width:65% ;
      }
     
      .type-div{
        width: 50%;
      }
      .ads-hero h1{
       width: 50%;
      }
      .ads-hero p{
        width: 50%;
      }
      .story{
        padding: 60px 80px;
      }
    }
  @media(max-width:1280px){
    .contact-card{
      width: 33%;
      padding: 28px 30px;
    }
    .contact-cards{
      padding: 40px 40px 0;
    }
    .form-section{
      padding:30px 60px 80px ;
    }
.taglines-text{
  width: auto;
}
.ads-tagline h2{
  width: 100%;
  font-size: 42px;
}
.ads-tagline{
  padding: 50px;
}
.ads-text h4{
  width: auto;
}
.milestone-cards{
  gap: 30px;
}
  }
    @media(max-width:1260px){
      .service{
        height: 150px;
        width: 140px;
      }
      .service img{
        height: 25px;
      }
      .services h5{
        font-size: 16px;
      }
      .service p{
        font-size: 15px;
      }
      .services{
        margin-top: 60px;
      }
      .service{
        gap: 4px;
    }
    .whatsapp-api{
      gap: 150px;
    }
    .api-img{
      width: 35%;
    }
     .whatsapp-text{
        width:67% ;
      }
      .one-stop-sol{
        width: 80%;
      }
      .one-stop h2{
        width: 60%;
      }
      .ads-tagline h2{
        width: 60%;
      }
      .overlapp h3{
        width: 65%;
      }
      .whatsapp-left{
        left: -10%;
      }
      .whatsapp-right{
        right: -10%;
      }
  }
      @media(max-width:1220px){
        .add-account{
          padding: 100px 75px;
        }
        .servicess{
          width: 77%;
        }
        .connect-line{
        height: 210px;
      }
        .tagsection{
          background-position: right;
          padding:120px 60px ;
        }
        .tag-text h3{
          font-size:54px ;
        }
        .tag-button h3{
          font-size: 54px;
        }
        .tag-text {
          width: 50%;
        }
        .tag-button a{
          padding: 10px 18px;
        }
        .whatsapp-text{
        width:69% ;
      }
      .type-div{
        width: 57%;
      }
      @keyframes mail-move {
    0%, 12.5% {
        top: 48%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 48%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}
/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 48%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 48%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
      }
      @media(max-width:1180px){
       .soln-container{
        padding: 50px 40px;
       } 
       .whatsapp-left{
        left: -14%;
       }
       .whatsapp-right{
        right: -14%;
       }
       .category-content{
        width: 45%;
       }
       .category{
        padding: 0 30px;
       }
       .add-account h2{
        font-size: 45px;
        line-height: 1.15;
       }
       .servicess{
        width: 80%;
       }
       .faq-img img{
        height: 450px;
        top: 1%;
       }
       .faq h2{
        font-size: 52px;
       }
       .listing h2{
        font-size: 52px;
       }
       .container{
        padding: 30px 60px 0;
       }
       .featuress{
        width: 80%;
       }
       .workspace-plan{
        padding: 50px 0;
       }
       .connect-img img{
        width: 85%;
       }
       .connect-text h3{
        font-size: 42px;
       }
       .workspace-connect{
        padding: 50px 40px;
        padding-right: 20px;
       }
       .api-img{
        width: 36%;
       }
       .whatsapp-api{
        gap: 100px;
       }
        .whatsapp-text{
        width:71% ;
      }
       .one-stop-sol{
        width: 85%;
      }
      .one-stop h2{
        width: 70%;
      }
      .h-stop img{
        height: 50px;
      }
      .v-stop-sol img:nth-child(1){
        height: 50px;
      }
      .management-boxes{
        width: 85%;
      }
      .management h2{
        font-size:45px ;
        width: 65%;
      }
      .form-section .contact-form{
        width: 50%;
      }
      .form-section .contact-form form{
        gap: 15px;
      }
      .form-section .contact-form button{
        margin-top: 20px;
      }
      }
      @media(max-width:1140px){
         .story{
        padding: 60px 60px;
      }
      
               .soln-container{
        padding: 50px 0;}
        .soln-card{
   padding-right: 20px;
   padding: 15px;
        }
        .soln-text{
          padding: 0;
        }
          .servicess{
        width: 83%;
       }
       .api-img{
        width: 40%;
       }
       .api-text h2{
        font-size: 45px;
       }
       .api-text p{
        margin: 10px 0;
       }
       .whatsapp-text{
        width:73% ;
      }
      .contact-card{
      width: 34%;
      padding: 28px 25px;
    }
    .contact-cards{
      padding: 40px 30px 0;
      gap: 10px;
    }
    .vissionMission{
      padding:60px 20px ;
    }
    .mission{
      width: 95%;
    }
    .vision{
      width:95%;
    }
       }
      
      @media(max-width:1150px){
        .meta-card{
          padding: 80px 20px;
        }
        .tag-text h3{
          font-size: 50px;
        }
        .tag-button h3{
          font-size: 50px;
        }
        .tag-button a{
          width: 65%;
        }
      }
      @media(max-width:1100px){
       .metaa-img{
        height:160px ;
       }
       .gallery{
        width: 100%;
        padding: 80px 20px;
        gap: 5px;
       }
       .gridss{
        gap: 5px;
       }
      
       .animate-icon{
        height: 50px;
       }
       .like{
        height: 70px;
       }
       .love{
        height: 70px;
       }
        .hero-sec h1{
          font-size: 50px;
        }
        .hero-sec p{
          width: 60%;
          font-size: 16px;
        }
        .listing{
          padding-top: 60px;
        }
          .listing h2{
        font-size: 48px;
       }
       .container{
        padding: 30px 30px 0;
       }
          .servicess{
        width: 85%;
       }
       .whatsapp-api{
        gap:120px ;
        padding: 50px 60px;
       }
       .whatsapp-text{
        width:76% ;
      }
      .ads-tagline{
        font-size: 45px;
      }
      .ads-tagline{
        padding: 60px;
      }
      .ads-tagline{
        gap: 50px;
        padding: 40px;
      }
      .overlapp h3{
        width: 70%;
      }
        .rameshcorp-content{
          width: 
          53%;
        }
      }
      @media(max-width:1064px){
        .results h2{
          font-size: 48px;
        }
        .category-image img{
          height: 400px;
        }
        .meta-card .card-image{
          width: 45%;

        }
        .message-categories h2{
          font-size: 42px;
        }
        .meta-card .card-text{
          width: 53%;
        }
        .soln-card{
          padding: 0 15px;
          height: 320px;
        }
        .soln h2{
          font-size: 42px;
          width: 75%;
        }
        .add-account-container{
          gap: 60px;
        }
        .add-account{
          padding: 100px 60px;
        }
         .meta-card{
          padding: 80px 20px;
        }
        .tag-text h3{
          font-size: 46px;
          line-height: 1.15;
        }
        .tag-button h3{
          font-size: 46px;
          line-height: 1.15;
        }
        .tag-button a{
          width: 68%;
        }
        .tag-button{
          width: 38%;
        }
        .tagsection{
          gap: 40px;
          padding: 120px 50px 120px 60px;
        }
        .questions{
          padding-right: 30px;
        }
        .faq h2{
          font-size: 50px;
        }
         .listing{
          padding-top: 60px;
        }
          .listing h2{
        font-size: 45px;
       }
       .container{
        padding: 30px 30px 0;
       }
         .servicess{
        width: 88%;
       }
       .whatsapp-hero h1{
        width: 70%;
       }
       .whatsapp-hero p{
        width: 70%;
       }
       .whatsapp-text{
        width:79% ;
      }
      .one-stop-sol{
        width: 90%;
      }
    
      .types-ads{
        overflow: hidden;
      }
      
      .type-left{
        left: -5%;
      }
       .type-right{
        right: -5%;
      }
         .management-boxes{
        width: 88%;
      }
      .management h2{
        font-size:42px ;
        width: 70%;
      }

      .management-box img{
        height: 40px;
      }
      .contact-card p{
        font-size: 14px;
        margin-top: 0;
      }
        .contact-card h6{
        font-size: 18px;
      }
      .contact-card i{
        font-size: 20px;
      }
      .form-section{
        padding: 40px 40px 80px;
      }
      .gallery{
        flex-direction: column;
        width: 50%;
        text-align: center;
      }
      }
      @media(max-width:1024px){
        .ramesh-corp{
          flex-direction: column-reverse;
          margin-top: 0;
          
        }
        
        .story p{
          font-size: 18px;
        }
        .rameshcorp-content{
          padding:30px ;
          width: 100%;
        }
        
        .story-para{
          gap: 70px;
        }
        .storyy-content{
          margin-top: 
          60px;
          gap: 70px;
        }
        .story h2{
          font-size: 42px;
        }
        .rameshcorp-logos{
          width: 55%;
        }
        .rameshcorp-content h3{
          font-size:36px ;
        }
        .content-paraa h5{
          font-size: 20px;
        }
        .rameshcorp-content p{
          font-size: 16px;
        }
        .rameshcorp-logos a{
          font-size: 16px;
        }
        .story{
          padding: 50px;
        }
         .tag-text h3{
          font-size: 44px;
          line-height: 1.15;
        }
        .tag-button h3{
          font-size: 44px;
          line-height: 1.15;
        }
        .tag-button a{
          width: 68%;
          font-size: 18px;
        }
        .tag-button{
          width: 38%;
        }
        .tagsection{
          gap: 30px;
          padding: 120px 50px 120px 50px;
        }
        .ques p{
          font-size: 18px;
        }
        .ans{
          font-size: 16px;
        }
        .arrow{
          font-size: 8px;
          height: 15px;
          width: 15px;
          padding: 5px;
        }
        .faq-img img{
          height: 400px;
          top: 4%;
        }
           .servicess{
        width: 91%;
       }
            .tree-diagram {
                display: flex;
                align-items: flex-start;
            }

            .tree-top {
                flex-direction: column;
                margin-bottom: 0;
                margin-right: 60px;
                width: auto;
                margin-top: 100px;
                gap: 290px;
                height: 100%;
            }

            .horizontal-line {
                width: 3px;
                height: 720px;
                top: 0;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
            }

            .card-illustration{
              left: 36%;
            }
            .vertical-line {
                width: 40px;
                height: 3px;
                top: 50%;
                left: 100%;
                transform: translateY(-50%);
                margin-top: 0;
                margin-left: -2px;
            }

            .cards-container {
                flex-direction: column;
                flex: 1;
                margin-top: 10px;
                gap: 80px;
            }
            .container {
              padding: 30px 80px 0 !important;
            }


            .card {
                width: 100%;
            }

        .workspace-features h2{
          font-size: 45px;
          width: 70%;
        }
         .workspace-features p{
          
          width: 70%;
        }
        .featuress p{
          width: 100%;
        }
        .featuress{
          width: 90%;
        }
        .workspace-plan h2{
          font-size: 45px;
         
        }
        .tagline-vector{
          height: 200px;
        }
           .connect-line{
            height: 180px;
           }
           .connect-text h3{
            font-size: 38px;
            line-height: 1.2;
           }
           .connect-text{
            width: 60%;
           }
           .color1{
            font-size: 32px;
            margin-top: 5px;
           }
           .api-text h2{
            font-size: 42px;
           }
           .whatsapp-api{
            gap: 90px;
           }
           .whatsapp-text{
            width: 82%;
           }
           .types-ads h2{
            font-size: 45px
            ;
           }
           .type-div{
            width: 65%;
           }
              .management h2{
        font-size:40px ;
        width: 70%;
      }
      .ads-tagline h2{
        font-size: 42px;
      }
        .ads-hero h1{
       font-size: 45px;
      }
      .ads-hero p{
        width: 60%;
      }
      .laptopp{
  height: 300px;
}
      @keyframes mail-move {
    0%, 12.5% {
        top: 46%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 46%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}
/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 46%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 46%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
.contact-header h2{
font-size: 42px;
}
.contact-header h5{
font-size: 21px;
}
.ads-tagline{
  flex-direction: column;
  gap: 20px;
}
.ads-text h4{
  font-size: 32px;
}
.ads-text{
  gap: 15px;
}
.milestones h2{
  font-size: 42px;
}
.milestones{
  padding: 0 30px 80px;
}
.milestone-card h3{
  font-size: 36px;
}
.milestone-cards{
  gap: 20px;
}
.milestone-card p{
  font-size: 18px;
}
.hero-gradient-section{
  height: 80vh;
}
.hero-gradient-section h1{
  font-size: 42px;
}
.hero-gradient-section .subtitle{
  width: 80%;
  
}
.overlapp h3{
        font-size: 32px;
      }
      .overlap-cards{
        margin-bottom: 0;
      }
      .overlapp a{
        font-size: 16px;
      }
      .left-icons{
        left: -20px;
      }
      .right-icons{
        right: -35px;
      }
      }
      @media(max-width:992px){
        .overlapp{
          padding: 40px;
        }
          .laptopp{
  height: 280px;
}
.meta-card .card-image{
          width: 100%;
          
        }
        .servicess{
          background-image: none;
          padding-top:40px;
        }
        .services{
          margin-top: 25px;
        }
        .meta-card .card-text{
          width: 100%;
        }
      .soln{
        padding: 30px 60px;
      }
     .soln-card{
        
          height: 320px;
        }
        .workspace-hero{
          height: 500px;
        }
.add-account{
  padding: 80px 30px;
}
.add-account-card ul{
  padding: 0 10px;
}
.add-account-container{
  gap: 40px;
  padding: 20px 0;
}
.add-account-card {
  padding: 20px 0;
  width:415px ;
}
 .add-account-card .tagline{
  font-size: 18px;
}
.tagsection{
  flex-direction: column;
  padding: 50px;
  gap: 50px;
}
.questions{
  width: 100%;
  margin-left: 0;
  padding: 0 80px;
}
.tag-text{
  width: 80%;
}
.tag-button{
  width: 80%;
}
.tag-button{
  gap: 40px;
}
.tag-button a{
  width:35% ;
}
   .faq-img {
          display: none;
        }
        .faq{
          padding-bottom: 0px;
        }

        .card-text1{
          padding: 20px 15px;
          margin-top: 0;
        }
        .tree-top{
          gap: 300px;
        }
        .workspace-hero h1{font-size: 42px;}
        .workspace-hero p{
          margin: 15px auto;
        }
        .colors{
          font-size: 32px;
        }
        .workspace-hero{
          background-image: url(inner_pages/only-icon-bg.png);
          background-position: bottom;
          background-size: contain;
        }
        .left-boy{
          display: flex;
            opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 1.5s;
        }
        .left-right{
          display: flex;
            opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 1.5s;
        }
        .whatsapp-api{
          flex-direction: column-reverse;
          gap: 50px;
        }
        .api-text{
          width: 100%;
        }
        .api-img{
          width: 100%;
          display: flex;
          justify-content: center;
        }
        .api-img img{
          width: 50%;
        }
          .whatsapp-text{
            width: 83%;
           }
           .why-whatsapp-divs{
            width: 85%;
           }
            .one-stop-sol{
        width: 95%;
      }
      .v-stop-sol{
        width: 40%;
      }
    .h-stop{
      width: 47%;
    }
      .type-div{
            width: 70%;
           }
           .types-ads h2{
            font-size: 42px;
            margin:0 15px 20px ;
           }
           .types-ads p{
            font-size: 16px;
             margin:0 15px 0 ;
           }
           .type p{
            margin: 20px;
           }
           .type h3{
            font-size: 20px;
           }
           .type-left{
            left: -8%;
           }
            .type-right{
            right: -8%;
           }
           .management-boxes{
            width: 98%;
            gap: 20px;
           }

           .management-box{
            width:35% ;
          
           }
           .ads-text a{
            padding: 12px 18px;
            font-size: 16px;
           }
           .ads-text{
            flex-direction: column;
           
            align-items: start;
           }
           .ads-vector{
            top: -45%;
           }
           .ads-tagline{
            padding: 40px;
           }
           .contact-cards{
            flex-direction: column;
            align-items: center;
            
           }
           .storyy-content{
            margin-top: 20px;
           }
           .contact-card{
            width: 60%;
           }
           .form-section{
            flex-direction: column;
            align-items: center;
            padding: 40px 100px 20px;
           }
           .form-section .contact-form{
            width: 80%;
           }
           .gallery{
            width: 60%;
           }
           .story-para{
            flex-direction: column;
            gap: 40px;
           }
           .story-para p{
            width: 100%;
           
           }
           .storyy-content{
            flex-direction: column;
           }
           .story-content-img{
            width: 100%;
           }
           .story-content-img img{
            width:80%;
            margin: 0 auto;
           }
           .content-paraa{
            width: 100%;
           }
           .story h2{
font-size: 38px;
           }
           .category:nth-of-type(odd){
            flex-direction: column;
            gap: 30px;
           }
           .category:nth-of-type(even){
            flex-direction: column-reverse;
            gap: 30px;
           }
           .category-content{
            width: 100%;
           }
           .category-image{
            display: flex;
            justify-content: end;
            width: 100%;
           }
            .category-image.image-right{
            display: flex;
            justify-content: start;
            width: 100%;
           }
           .whatsapp-png{
            height: 180px;
           }
           .message-categories h2{
            margin-bottom: 20px;
            font-size: 40px;
           }
           

}
@media(max-width:960px){
    .whatsapp-text{
            width: 87%;
           }
           .why-whatsapp-divs{
            width: 87%;
           }
            .ads-hero h1{
       font-size: 42px;
       width: 60%;
      }
      .ads-hero p{
        width: 65%;
      }
          }
@media(max-width:920px){
  .featuress{
    flex-direction: column;
  }
 .v-feature{
  display: flex;
  flex-direction: row;
  width: 100%;
 
 
    gap: 25px;
    align-items: center;
    padding: 25px;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    height: 283px;
 }
 .vertical-features{
  width: 100%;
 }
 .horizontal-features{
  width: 100% !important;
 }
 .h-feature{
  width: 100%;
 }
  .add-account-container{
    flex-direction: column;
  }
  .add-account h2{
    margin: 0;
    width: 100%;
    font-size: 42px;

    margin-bottom: 20px;
  }
  .add-account{
    padding: 40px 60px;
  }
  .add-account-card{
    width: 100%;
    padding: 30px 0;
  }
  .faq-img img{
    height: 360px;
    top: 9%;
  }
               .faq{
          padding:60px 0 ;
          padding-bottom: 0;
        }
        .card-illustration{
          left: 33%;
        }
        .listing h2{
          font-size: 42px;
          line-height: 1.2;
        }
        .feature-img img{
          width: 100%;
        }
        .feature-img{
          width: 40%;
        }
        .v-feature.full img{
          width: 120%;
        }
        .horizontal-features{
          gap: 25px;
        }
        .connect-text h3{
          font-size: 32px;
        }
        .color1{
          font-size: 28px;
        }
.whatsapp-text{
            width: 91%;
           }
           .why-whatsapp-divs{
            width: 90%;
           }
           .one-stop h2{
            font-size: 45px;
           }
           .overlapp h3{
        width: 80%;
        font-size: 30px;
      }
      }


@media(max-width:880px){
  .whatsapp-hero p{
    margin: 30px auto;
  }
  .whatsapp-text{
            width: 94%;
           }
           .why-whatsapp-divs{
            width: 90%;
           }
           .why-whatsapp h2{
            font-size: 42px;
           }
           .why-whatsapp p{
            font-size: 16px;
           }
           .whatsapp-left{
            left: -28%;
           }
           .whatsapp-right{
            right: -28%;
           }
           #whatsapp-result{
            width: 97%;
          gap: 20px;
           }
             #whatsapp-result{
          padding: 0;
        }
        .api-text p{
          font-size: 16px;
        }
          .api-text ul li{
          font-size: 16px;
        }
        
        .soln-text ul li{
          font-size: 16px;
        }
        .whatsapp-soln .soln-card{
gap: 30px;
        }
        .gradient-section h1{
          font-size: 58px;
        }
        .image-icons .icon{
          height: 40px;
        }
        .image-icons{
          height: 250px;
        }
        .one-stop-sol{
          flex-direction: column;
          width: 80%;
        }
        .v-stop-sol{
          width: 70%;
          margin: 0 auto;
        }
        .h-stop-sol{
          width: 100%
          ;
        }
        .h-stop{
          width: 48%;
        }
           .one-stop h2{
            font-size: 42px;
           }
           .ads-tagline h2{
            width: 100%;
           }
           .ads-text h4{
            font-size: 24px;
           }
           .ads-text{
            gap: 10px;
           }
           .ads-vector{
            top: -55%;
            right: -18%;
           }
           .laptopp{
  height: 260px;
}
.image-icons{
  height: 300px;
}
.hero-gradient-section{
  height: 80vh;
}
.hero-gradient-section h1{
  font-size: 38px;
}
.hero-gradient-section .subtitle{
  width: 90%;
  
}
  .gallery{
            width: 70%;
            padding: 40px 20px;
           }
}
      
      @media(max-width:850px){
.hero-sec h1{
font-size:40px ;
}
.workspace-plan h2{
          font-size: 42px;
         
        }
        .workspace-hero h1{
          font-size: 38px;
          width: 70%;
        }
        .workspace-hero p{
          width: 70%;
          font-size: 16px;
        }
.hero-sec p{
  width: 70%;
      }
      .category-image img{
height:360px ;
      }
      .category h4{
        font-size: 24px;
      }
      .message-category{
        gap: 80px;
      }
      .category p{
        font-size: 16px;
      }
      .metaa-img{
        height:130px ;
       }
       .animate-icon{
        height: 40px;
       }
       .like{
        height: 60px;
          top: 22%;
       }
       .love{
        height: 60px;
        top: 22%;
       }
       .reel{
        top: 40%;
       }
       .facebook{
        top: 38%;
       }
       .insta{
        bottom: 25%;
       }
       .messenger{
        bottom: 25%;
       }
        .results h2{
          font-size: 40px;
        }
        .soln{
          padding: 30px 40px ;
        }
        .soln-no{
          height: 40px;
          width: 40px;
          font-size: 20px;
        }
        .tag-text h3{
          font-size: 42px;
        }
         .tag-button h3{
          font-size: 42px;
        }
        .tag-text p{
          font-size: 18px;
        }
        .tagsection{
          gap: 30px;
        }
        .tag-button a{
          width: 44%;
        }
         .faq-img img{
    height: 330px;
    top: 12%;
  }
  .faq h2{
    font-size: 48px;
  }
   .listing h2{
          font-size: 38px;
          line-height: 1.2;
        }
        .card-illustration{
          left: 31%;
        }
        .tagline-vector{
          height: 170px;
        }
        .workspace-tagline{
          padding: 50px 30px;
        }
        .tagline-content{
          padding-left: 0;
        }
        .workspace-connect{
          flex-direction: column;
          gap: 0;
        }
        .connect-text{
          width: 100%;
          padding-left: 0;
          
        }
        .connect-img{
          display: flex;
          justify-content: end;
        }
        .connect-img img{
          width: 60%;
        }
        .connect-line{
        
         height: 150px;
          bottom: -400%;
        }
        .connect-text h3{
          width: 100%;
        }
        .services{
          gap: 15px;
          flex-wrap: wrap;
        }
        .servicess{
          width: 70%;
        }
          .whatsapp-hero h1{
       font-size: 42px;
       }
       .whatsapp-hero p{
        width: 70%;
        font-size: 16px;
       }
       .liness{
        width: 110px;
       }
       .circle{
        height: 80px;
        width: 80px;
        font-size: 15px;
       }
       .whatsapp-text p{
        font-size: 16px;
     
       }
       .whatsapp-text{
        width: 82%;
        gap: 100px;
       }
           @keyframes mail-move {
    0%, 12.5% {
        top: 45%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 45%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}
/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 45%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 45%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
.scatter{
  display: flex;
  
  height: 50px;
    opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 1.5s;
}
.scatters{
   display: flex;
  
  height: 50px;
    opacity: 0;
            transform: translateY(30px) scale(0.9);
            animation: heroTextReveal 1s ease-out forwards;
            animation-delay: 1.5s;
}
.workspace-hero{
  background-image: none;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.left-boy{
  top: 65%;
  left: 0;

}
.left-right{
  top: 65%;
  right: 0;
}
.contact-card{
            width: 70%;
           }
           .form-section{
            flex-direction: column;
            align-items: center;
            padding: 40px 60px 20px;
           }
           .form-section .contact-form{
            width: 100%;
           }

      }
      @media(max-width:820px){
        .whatsapp-text{
          width: 86%;
        }
        .type-left{
          left: -12%;
        }
         .type-right{
          right: -12%;
        }
        .type-div{
          width: 75%;
        }
        .types-ads h2{
          font-size: 40px;
        }
        .management-box{
            width:40% ;
          
           }

      }
      @media(max-width:785px){
         .card-illustration{
          left: 30%;
        }
      
         .whatsapp-text{
          width: 88%;
        }
        .one-stop-sol{
          width:92% ;
        }
           .one-stop h2{
            font-size: 40px;
           }
      }
      @media(max-width:768px){
        .meta-card .digitalspace-card{
          padding: 40px 40px 10px;
        }
         .story{
          padding: 40px;
         }
      .gallery{
            width: 70%;
            padding: 40px 20px;
           }
        .connect-line{
          height:140px ;
          bottom: -380%;
        }
        .workspace-plan h2{
          font-size: 38px;
         
        }
        .whatsapp-png{
          height: 170px;
        }
        .category-image img{
          height: 300px;
        }
        .message-category{
          gap: 30px;
        }
        .message-categories{
          gap: 0;
        }
        .message-categories h2{
          font-size: 38px;
        }
        .meta-card .digitalspace-card .card-text{
          padding: 10px 0 60px;
      }
        .feature-img{
          width: 50%;
        }
        .story{
          padding: 30px;
        }
        .story-content-img img{
          width: 100%;
        }
        .story p{
          font-size: 16px;
        }
        .story h2{
          font-size: 36px;
        }
        .v-feature{
          padding: 20px;
          height: 270px;
        }
        .h-feature{
          padding: 20px;
          height: 270px;
        }
      .soln{
        padding: 30px 60px;
      }
      .soln-card:nth-of-type(even){
        flex-direction: column;
        height: auto;
        padding: 60px 20px 20px;

      }
       .gradient-section h1{
          font-size: 48px;
        }
       .soln-card:nth-of-type(odd){
        flex-direction: column-reverse;
        height: auto;
        padding: 60px 20px 20px;

      }
      .soln-text{
        width: 100%;
      }
      .soln-img{
        width: 70%;
      }
       .soln h2{
          font-size: 36px;
          width: 85%;
        }
        .add-account h2{
          font-size: 38px;
        }
            .add-account-card ul{
              padding: 0 20px;
            }
            .faq-img img{
              top:8%;
            }
            .ques p{
              font-size: 16px;
            }
            .faq h2{
              font-size: 44px;
            }
            .ques{
              padding: 10px 18px;
            }
            .ans{
              font-size: 14px;
              padding: 15px;
            }
             .faq{
          padding:60px 0 ;
          padding-bottom:0;
        }
         .card-illustration{
          left: 28%;
        }
        .container{
          padding: 30px 60px 0 !important;
        }
        .listing h2{
          width: 80%;
        }
        .tree-top{
          gap: 310px;
        }
        .workspace-features h2{
          font-size: 40px;
          width: 80%;
        }
         .workspace-features p{
          font-size: 16px;
          width: 80%;
        }
        .featuress p{
          width: 100%;
        }
        .tagline-icons{
          gap: 20px;
        }
        .tagline-text p{
          font-size:25px ;
        }
        .tagline-text a{
          font-size: 16px;
        }
        .api-text h2{
          font-size: 38px;
        }
        .api-img img{
          width:65% ;
        }
        .whatsapp-api{
          padding: 50px;
        }
         .whatsapp-text{
          width: 90%;
        }
          .why-whatsapp h2{
            width: 70%;
          }
           .why-whatsapp p{
            width: 70%;
           }
           .management{
            padding: 60px 0;
           }
           .ads-tagline p{
            font-size:16px;
           }
           .ads-tagline h2{
            font-size: 40px;
           }
           .ads-hero h1{
       font-size: 40px;
       width: 71.5%;
      }
      .ads-hero p{
        width: 75%;
        font-size: 16px;
      }
      .laptopp{
        height: 220px;
   
      }
        @keyframes mail-move {
    0%, 12.5% {
        top: 43%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 43%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}
/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 43%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 43%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
.metric-circle{
  height: 80px;
  width: 80px;
  font-size: 16px;
}
.connector-line{
   top: 40px;
            left: calc(50% + 44px);
            right: calc(-50% + 44px);
}
.metric-label{
  font-size: 16px;
}
.questions{
  width: 100%;
  margin-left: 0;
  padding: 0 50px;
}
.contact-header h2{
  font-size: 40px;

}
.contact-header h5{
  font-size: 20px;
  
}
.contact-card{
            width: 90%;
           }
            .form-section{
            flex-direction: column;
            align-items: center;
            padding: 40px 40px 20px;
           }
           .milestone-card{
            height: 200px;
           }
           .milestone-card h3{
            font-size: 32px;
           }
           .milestones h2{
            font-size: 38px;
           }
           .milestone-card p{
            font-size: 16px;
           }
           .milestones{
            padding: 0 20px 80px;
           }
           .hero-gradient-section{
            height: 500px;
           }
           .hero-gradient-section h1{
  font-size: 36px;
}
.hero-gradient-section .subtitle{
  width: 100%;
font-size: 1rem;
}
.ramesh-corp{
  padding-top: 0;
}
.rameshcorp-logos{
  width: 75%;
}
    }
    @media(max-width:750px){
      .all-whatsapp{
        display: flex;
        padding: 50px 50px 0;
       
      }
      .overlapp h3{
        width: 85%;
      }
      .overlapp{
        width: 95%;
      }
      
      .why-whatsapp-divs{
        flex-direction: column;
        gap: 50px;
        padding-top:0 ;
        align-items: end;

      }
      .mr{
        margin-right: 15px;
      }
      .circle-content{
        flex-direction: column;
gap: 30px;
      }
      .whatsapp-text{
        flex-direction: column;
        align-items: start;
        text-align: left;
        margin-top: 28px;
        gap: 136px;
      }
      .whatsapp-text p{
        margin: 0;
      }
      .liness{
        transform: rotate(90deg);
      }
    }
    @media(max-width:725px){
      .results h2{
          font-size: 34px;
        }
        .faq-div{
          flex-direction: column;
          
        }
        .faq{
          padding-top: 40px;
        }
        .faq-img{
          display: none;
        }
        .questions{
        
          
          margin-top: 10px;
        }
       .h-feature{
        flex-direction: column;
        height: auto !important;
       }
       .v-feature{
        flex-direction: column;
        height: auto !important;
       }
       .feature-img{
        width: 100%;
        display: flex;
        justify-content: left;
       }
         .connect-line{
          height:140px ;
          bottom: -300%;
        }
        .connect-img img{
          width: 50%;
        }
       .feature-img img{
        width: 100%;
        margin: 0;
    }
    .featuress{
      width: 60%;
    }
       .whatsapp-hero h1{
     width: 80%;
     font-size: 40px;
       }
       .whatsapp-hero p{
        width: 80%;
        font-size: 16px;
       }
        .type-left{
          left: -15%;
        }
        .type-right{
          right: -15%;
        }
        .type-div{
          width: 80%;
        }
        
  }
    @media(max-width:680px){
      .metaa-img{
        height:100px ;
      }
      .whatsapp-png{
        height:140px ;
      }
       .gallery{
            width: 75%;
            padding: 30px 20px;
           }
      .featuress{
        width: 70%;
      }
      .hero-sec p{
        font-size: 15px;
      }
      .layer{
        height: 350px;
      }
.results{
  padding: 30px;
}
.soln-img{
  width: 80%;
}
.soln h2{
          font-size: 32px;
          width: 90%;
        }
        .tag-button a{
          width: 50%;
        }
        .tag-text h3{
          font-size: 38px;
        }
        .tag-button h3{
          font-size: 38px;
        }
        .tagsection{
          padding: 40px;
          gap: 20px;
        }
        .tag-button{
          gap: 20px;
        }
        .card-illustration{
          left: 27%;
        }
        .container{
          padding: 30px 45px 0 !important;
        }
        .workspace-tagline{
          padding: 40px 20px;
        }
        .tagline-vector{
          height: 150px;
    }
    .tagline-text p{
      font-size: 22px;
    }
    .tagline-text{
      gap: 25px;
    }
    .tagline-icons{
      gap: 13px;
    }
    .servicess{
      width: 80%;
      padding-top: 20px;
    }
    .workspace-services{
      padding-bottom: 40px;
    }
   
    .workspace-hero h1{
      font-size: 36px;
      width: 80%;
    }
    .message-categories h2{
      font-size:36px ;
      margin-bottom: 0px;
    }
    .workspace-hero p{
      width: 80%;
      font-size: 15px;
    }
    .scatter{
      height:45px ;
    }
    .scatters{
      height: 40px;
    }
    .colors{
      font-size: 28px;
    }
    .api-text ul{
      margin-top: 20px;
    }
    .api-img img{
      width: 70%;
    }
    .one-stop-sol{
          width:97% ;
        }
        .one-stop h2{
font-size: 38px;
        }
        .h-stop-sol{
          gap: 20px;
        }
        .h-stop{
          width: 48%;
        }
        .management-box{
          width: 45%;
        }
        .ads-tagline h2{
          font-size: 38px;
        }
        .laptopp{
        height: 180px;
      }
            @keyframes mail-move {
    0%, 12.5% {
        top: 41%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 41%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}
/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 41%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 41%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
.milestone-cards{
  flex-direction: column;
  gap: 40px;
}
.milestones{
  padding: 0 60px 60px;
}
.milestone-card{
  width: 100%;
  height:180px;
}
 .hero-gradient-section h1{
  font-size: 34px;
}
.overlapp h3{
        font-size: 28px;
          width: 95%;
      }
      .overlapp{
        padding: 30px;
      }
  }
    
    @media(max-width:595px){
      .hero-sec h1{
        font-size: 32px;
     
      }
      .workspace-hero{
        margin-top: 70px;
      }
      .servicess{
        width: 90%;
        
      }
        .workspace-plan h2{
          font-size: 35px;
         
        }
      .faq{
        padding-top: 20px;
      }
      .hero-sec p{
        width: 90%;
        font-size: 14px;
      }
      .whatsapp-png{
        display: none;
      }
      .category-image{
        justify-content: center;
      }
      .category-image.image-right{
        justify-content: center;
      }
      .category-content{
        text-align: center;
      }
      .message-categories h2{
        font-size: 34px;
      }
      .category h4{
        font-size: 22px;
        margin-bottom: 10px;
      }
      .category p{
        font-size: 14px
        ;
      }
      .message-category{
        gap:20px;
      }
      .animate-icon{
        height: 30px;
      }
      .metaa-img{
        height: 80px;
      }
      .like{
        height: 50px;
          top: 25%;
          left: 1%;
      }
      .love{
        height: 50px;
        top: 25%;
          right: 1%;
      }
      .reel{
        top: 40%;
         
      }
      .facebook{
        top: 38%;
      }
      .questions{
        padding: 0 30px;
      }
      .insta{
        bottom: 30%;
      }
      .messenger{
        bottom: 30%;
      }
       .layer{
        height: 330px;
      }
        .results h2{
          font-size: 30px;
          line-height: 1.1;
        }
        .meta-card .digitalspace-card{
          padding: 30px 15px 10px;
        }
        .meta-card{
          padding: 60px 15px;
        }
       .meta-card .digitalspace-card .semi-circle-small{
          left: -8%;
        }
        .soln-img{
          width: 100%;
        }
        .soln h2{
          font-size: 30px;
          width: 90%;
        }
        .add-account h2{
          font-size: 32px;
        }
        .add-account{
          padding: 40px ;
        }
        .tag-button a{
          width: 55%;
          font-size: 16px;
          padding: 8px 15px;
        }
        .tag-text h3{
          font-size: 32px;
          margin-bottom: 20px;
        }
        .tag-button h3{
          font-size: 32px;
        }
        .tag-text p{
          font-size: 16px;
          line-height: 1.2;
        }
        .tagsection{
          padding: 30px;
        }
          .container{
          padding: 30px 30px 0 !important;
        }
        .circle-point{
          font-size: 20px;
          height: 40px;
          width: 40px;
        }
        .vertical-line{
          top: 48%;
        }
        .listing h2{
          font-size: 36px;
        }
        .listing {
          padding-top: 30px;
        }
        .card-illustration{
          height: 70px;
          left: 25%;
        }
        .tree-top{
          gap: 320px;
        }
        .tagline-text{
          flex-direction: column;
          align-items: flex-start;
        }
        .tagline-icons{
          flex-wrap: wrap;
        }
        .connect-text h3{
          font-size: 26px;
        }
        .color1{
          font-size: 24px;
        }
        .connect-line{
          height: 120px;
        }
           .whatsapp-hero h1{
     width: 85%;
     font-size: 38px;
       }
       .whatsapp-hero p{
        width: 85%;
        font-size: 16px;
       }
         .api-img img{
      width: 75%;
    }
     .why-whatsapp h2{
            width: 75%;
            font-size: 38px;
          }
           .why-whatsapp p{
            width: 75%;
           }
            .type-left{
          left: -20%;
        }
        .type-right{
          right: -20%;
        }
        .type-div{
          width: 85%;
        }
        .types-ads h2{
font-size: 38px;
        }
        .management-box h5{
          font-size:16px ;
        }
          .management-box p{
          font-size:14px ;
        }
        .management h2{
          font-size: 38px;
        }
        .ads-vector{
          right: -28%;
        }
        .ads-tagline {
          padding: 30px 20px;
        }
        .ads-tagline h2{
         width: 80%;
        }
         .ads-hero h1{
       font-size: 38px;
       width: 78%;
      }
      .ads-hero p{
        width: 85%;
        font-size: 16px;
      }
       .laptopp{
        height: 160px;
      }
        @keyframes mail-move {
    0%, 12.5% {
        top: 39%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 39%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}
/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top:39%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 39%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
.contact-card{
  width: 100%;
}
.contact-cards{
  padding: 40px 20px 30px;
}
  .form-section{
            flex-direction: column;
            align-items: center;
            padding: 20px 30px ;
           }
    }
    @media(max-width:575px){
      .gallery{
            width: 80%;
            padding: 20px 20px;
           }
           .listing{
            overflow: hidden;
           }
      @keyframes mail-move {
    0%, 12.5% {
        top: 36%;
        right: 50%;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 7%;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 36%;
        right: 50%;
        transform: translate(50%, -65%);
    }

}
 .story p{
          font-size: 14px;
        }
        .story h2{
          font-size: 32px;
        }
        .story-para{
          gap: 20px;
        }
        .story{
          padding: 20px;
        }
        .storyy-content{
          gap: 30px;
        }
        .content-paraa h5{
font-size: 16px;
        }
/* Ads - moves from bottom-left to center */
@keyframes ads-move {
    0%, 12.5% {
        bottom: 50%;
        left: 50%;
        top: auto;
        right: auto;
        transform: translate(-50%, 65%);
    }
    18.75%, 81.25% {
        bottom: 8%;
        left: 2%;
        top: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        bottom: 50%;
        left: 50%;
        top: auto;
        right: auto;
        transform: translate(-50%, 65%);
    }
}

/* Drive - moves from bottom-right to center */
@keyframes drive-move {
    0%, 12.5% {
        bottom: 50%;
        right: 50%;
        top: auto;
        left: auto;
        transform: translate(50%, 65%);
    }
    18.75%, 81.25% {
        bottom: 8%;
        right: 2%;
        top: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        bottom: 50%;
        right: 50%;
        top: auto;
        left: auto;
        transform: translate(50%, 65%);
    }
}

/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 36%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 7%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 36%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
.contact-header h2{
  font-size: 38px;
}
.contact-header h5{
  font-size: 18px;
}
.overlapp h3{
        font-size: 26px;
          width: 100%;
      }
      .overlapp a{
        font-size: 14px;
        margin-top: 25px;
      }
      .rameshcorp-content h3{
        font-size:32px ;
      }
.rameshcorp-content p{
  font-size: 14px;
}
.rameshcorp-logos{
  width: 90%;
}
.rameshcorp-logos a{
  font-size: 14px;
}
    }
   
    
    @media(max-width:525px){
      .overlapp{
        padding: 25px 22px;
      
      }
      .imagee img{
        height: 180px;
      }
      .mission-content h2{
        font-size: 16px;
      }
      .mission-content p{
        font-size: 14px;
      }
      .vision,.mission{
        width: 100%;
      }
      .hero-sec h1{
        font-size: 28px;}
     .hero-sec p{
      width: 80%;
     }
     .faq h2{
      font-size: 40px;
     }
     .layer{
        height: 310px;
      }
      .results{
        padding: 20px 15px;
      }
      .meta-card .digitalspace-card .card-text .lineheight{
        font-size: 14px;
      }
      .soln{
        padding: 30px 40px;
      }
       .soln h2{
          font-size: 28px;
          width: 100%;
        }
         .management h2{
          font-size: 36px;
        }
                .add-account{
          padding: 40px 20px ;
        }
        .add-account-card ul{
          padding: 0 10px;
        }
        .add-account-card{
          padding: 20px 0;
        }
        .sub-tagline {
          font-size: 15px;
          padding: 0 10px;
        }
         .tree-top{
          gap: 345px;
        }
        .horizontal-line{
          height: 785px;
        }
        .listing{
          padding: 30px 0;
        }
        .container{
          padding: 30px 20px !important;
        }
        .card-illustration{
          height: 50px !important;
          left: 22%;
        }
          .workspace-plan h2{
          font-size: 35px;
         
        }
        .listing h2{
          font-size: 32px;
          margin: 0;
          width: 95%;
          margin: 0 10px;
        }
       .carousel-container{
        padding: 0 60px;
       }
       .arrow1{
        width: 40px;
        height: 40px;
       }
       .connect-line{
        bottom: -260%;
        height: 100px;
       }
         .whatsapp-hero h1{
     width: 85%;
     font-size: 34px;
       }
       .whatsapp-hero p{
        width: 88%;
        font-size: 16px;
       }
          .api-img img{
      width: 85%;
    }
    .whatsapp-api{
      padding: 40px ;
      gap: 40px;
    }
    .api-text h2{
      font-size: 35px;
    }
    .all-whatsapp{
      padding: 50px 30px 0;
    }
    
  .icon-div{
    height: 220px;
  }
    .h-stop-sol{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .h-stop{
      width: 100%;
    }
    .v-stop-sol{
      width: 100%;
    }
    .one-stop-sol{
      width: 90%;
      margin-top: 50px;
    }
    .one-stop h2{
      font-size: 36px;
      width: 90%;
    }
    .one-stop-sol h5{
      font-size: 16px;
    }
    .one-stop-sol p{
      font-size: 14px;
    }
    .one-stop{
      padding: 80px 0;
    }
    .types-ads h2{
      font-size: 36px;
    }
    .types-ads p{
      font-size: 14px;
    }
     .type  h3{
      font-size: 18px;
    }
    .types-ads{
      padding:60px 0 ;
    }
    .type-left{
      left: -25%;
    }
     .type-right{
      right: -25%;
    }
    .management-boxes{
      flex-direction: column;
      align-items: center;
    }
    .management h2{
      width: 95%;
    }
    .management-box{
      width: 50%;
    }
     .ads-vector{
          right: -35%
          ;
          top: -90%;
        }
        .ads-tagline {
          padding: 30px 20px;
        }
        .ads-tagline h2{
         width: 90%;
         font-size: 34px;
        }
        .ads-text a{
          font-size: 14px;
          padding: 10px 15px;
        }
        .ads-text a img{
          height: 20px;
        }
          .ads-hero h1{
       font-size: 36px;
       width: 80.5%;
      }
      .ads-hero p{
        width: 85%;
        font-size: 14px;
      }
         @keyframes mail-move {
    0%, 12.5% {
        top: 35%;
        right: 50%;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 3%;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 35%;
        right: 50%;
        transform: translate(50%, -65%);
    }
}

/* Ads - moves from bottom-left to center */
@keyframes ads-move {
    0%, 12.5% {
        bottom: 50%;
        left: 50%;
        top: auto;
        right: auto;
        transform: translate(-50%, 65%);
    }
    18.75%, 81.25% {
        bottom: 8%;
        left: 0%;
        top: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        bottom: 50%;
        left: 50%;
        top: auto;
        right: auto;
        transform: translate(-50%, 65%);
    }
}

/* Drive - moves from bottom-right to center */
@keyframes drive-move {
    0%, 12.5% {
        bottom: 50%;
        right: 50%;
        top: auto;
        left: auto;
        transform: translate(50%, 65%);
    }
    18.75%, 81.25% {
        bottom: 8%;
        right: 0%;
        top: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        bottom: 50%;
        right: 50%;
        top: auto;
        left: auto;
        transform: translate(50%, 65%);
    }
}

/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 35%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 3%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 35%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
.ads-hero{
  margin-bottom: 0px;
}
.one-stop{
  padding-top: 50px;
}
.metric-circle{
  height: 60px;
  width: 60px;
  font-size: 12px;
}
.connector-line{
   top: 30px;
            left: calc(50% + 34px);
            right: calc(-50% + 34px);
}
.metric-label{
  font-size: 12px;
}
.form-section{
  padding: 20px;
  gap: 20px;
}
.overlapp h3{
        font-size: 24px;
          width: 100%;
      }}
      @media(max-width:495px){
        .connect-line{
          bottom: -180%;
        }
        .left-boy{
          height: 150px;
          top: 70%;
          
        }
        .left-right{
          height: 150px;
         top: 70%;
        }
        .workspace-hero h1{
          font-size: 35px;
        }
        .service{
          width: 160px;
        }
        .scatters{
          height: 35px;
        }
        .scatter{
          height: 40px;
          z-index: -9;
        }
        .calender{
          bottom:48% ;
        }
        .sheets{
          bottom: 48%;
        }
        .drive{
          bottom: 25%;
        }
        .docs{
          bottom: 25%;
        }
        .colors{
          font-size: 26px;
        }
        .google-g{
          bottom: 15%;
        }
      }
      @media(max-width:475px){
        .overlapp h3{
        font-size: 22px;
          width: 100%;
      }
      .message-categories h2{
        font-size: 32px;
      }
      .category h4{
        font-size: 22px;
        margin-bottom: 10px;
      }
      .category p{
        font-size: 14px
        ;
      }
      .category{
        padding: 0 20px;
      }
          .left-icons{
      display: none;
      }
      .right-icons{
        display: none;
      }
      .overlapp {
        padding: 20px;
      }
        .image-icons .icon{
          height: 35px;
        }
        .tag-text h3{
          font-size:28px ;
        }
        .colors{
          font-size: 24px;
        }
        .tag-button h3{
          font-size: 28px;
        }
        .workspace-hero h1{
          font-size: 35px;
         
        }
        .tag-button a{
          font-size: 15px;
          width: 62%;
        }
        .tagsection{
          padding: 20px 0px 20px 30px;
          margin-bottom: 50px;
        }
         .faq h2{
      font-size: 38px;
     }
     .gallery{
            width: 85%;
            padding: 20px 20px;
           }
     .container{
      padding: 30px 20px;
     }
     .tree-top{
      margin-right: 40px;
     }
     .card-header{
      font-size: 16px;
     }
     .card-text1{
      font-size: 14px;
      padding: 10px;
     }
     .tree-top{
      gap: 310px;
     }
     .horizontal-line{
      height:725px ;
     }
     .card-illustration{
      left: 20%;
     }
     .listing h2{
      font-size: 28px;
     }
     .arrow1{
        width: 35px;
        height: 35px;
       }
       .carousel-container{
        padding: 0 40px;
       }
        .workspace-plan h2{
          font-size: 32px;
          width: 95%;
         
        }
        .connect-line{
          bottom: -170%;
        }
        .connect-text h3{
          font-size: 24px;
        }
        .color1{
          font-size: 22px;
        }
           .whatsapp-hero h1{
     width: 90%;
     font-size: 32px;
       }
       .whatsapp-hero p{
        width: 90%;
        font-size: 16px;
       }
       .whatsapp-api{
        padding: 40px 30px;
       }
       .api-img img{
        width: 90%;
       }
       .all-whatsapp{
        padding: 50px 10px 0;
       }
       .whatsapp-text{
        gap: 138px;
       }
        .why-whatsapp h2{
            width: 80%;
            font-size:35px;
          }
           .why-whatsapp p{
            width: 80%;
           }
            .api-text p{
          font-size: 14px;
        }
          .api-text ul li{
          font-size: 14px;
        }
         .soln-text ul li{
          font-size: 14px;
          margin-top: 6px;
         
        }
        .soln-text ul{
           margin-left: 20px;
        }
        .gradient-section h1{
          font-size: 45px;
        }
        
        .partner-boxes{
          top: -45%;
        }
        #gradientBG{
          height: 290px;
        }
        .icon-div{
          height: 140px;
        }
        .image-icons{
          height: 210px;
        }
        .one-stop h2{
      font-size: 34px;
      width: 90%;
    }
    .types-ads h2{
      font-size: 34px;
    }
    .type-left
    {
left:-28% ;
    }
    .type-right{
right: -28%;
    }
     .management-box{
      width: 55%;
      height:250px ;
    }
    .management h2{
      font-size: 34px;
    }
    .management-boxes{
      margin-top: 60px;
    }
    
    .ads-tagline h2{
font-size: 30px;
    }
    .ads-tagline{
      gap: 12px;
    }
      .ads-hero h1{
       font-size: 34px;
       width: 85%;
      }
      .ads-hero p{
        width: 90%;
        font-size: 14px;
      }
      .scatter{
        height: 35px;
      }
      .scatters{
        height: 30px;
      }
      .contact-header h2{
  font-size: 36px;
}
.contact-header h5{
  font-size: 16px;
}
.milestones{
  padding: 0 30px 40px;
}
.milestone-cards{
  gap: 30px;
}
.milestone-card h3{
  font-size:28px ;
}
.milestone-card p{
  font-size: 14px;
}
.milestones h2{
  font-size: 32px;
}
.hero-gradient-section .subtitle{
  font-size: 14px;
}
.overlapp a{
  padding: 8px 24px;
}
.rameshcorp-logos{
  width: 98%;
  
}
.rameshcorp-logos .height{
  height: 95px !important;
}
.rameshcorp-content{
  padding:30px 15px 0 ;
}
      }
      @media(max-width:425px){
        .hero-sec h1{
          font-size: 24px;
        }
         .all-whatsapp{
        padding: 50px 0px 0;
       }
        .servicess{
        width: 95%;
        
      }
          .whatsapp-hero h1{
     width: 90%;
     font-size: 30px;
       }
       .whatsapp-hero p{
        width: 90%;
        font-size: 14px;
       }
      .workspace-hero h1{
          font-size: 32px;
         
        }
      .service{
        height: 130px;
        width: 120px;
      }
      .workspace-hero{
        height: 480px;
      
      }
      .left-right{
        height: 130px;
        top: 73%;
      
      }
      .hero-gradient-section h1{
  font-size: 32px;
}
      .left-boy{
        height: 130px;
         top: 73%;
        
      }
      .service img{
        height: 20px;}
         .workspace-plan h2{
          font-size: 28px;
          width: 95%;
         
        }
        .service h5{
          font-size: 14px;
        }
        .services{
          gap: 10px;
        }
        .servicess h4{
          font-size: 22px;
        }
        .service p{
          font-size: 14px;
          line-height: 1.2;
        }
        .hero-sec p{
          width: 90%;
        }
        .layer{
        height: 290px;
      }
      .metaa-img{
        height: 70px;
      }
    .meta-card .digitalspace-card{
      padding: 20px 10px 10px ;
    }
    .meta-card{
      padding: 40px 10px;
    }
    .soln{
        padding: 30px ;
      }
      .soln-container{
        gap: 60px;
      }
      .soln h2{
          font-size: 26px;
          
        }
        .add-account-card ul{
          font-size: 14px;
          padding: 0 6px;
        }
        .add-account-card ul li i{
          margin-left:5px;
        }
        .add-account h2{
          font-size: 28px;
        }
        .sub-tagline{
          font-size: 14px;
        }
        .add-account{
          padding: 40px 14px;
        }
         .tag-text h3{
          font-size:24px ;
        }
        .tag-button h3{
          font-size: 24px;
        }
        .tag-button a{
          font-size: 14px;
          width: 62%;
        }
        .tag-button a img{
          height: 25px;
        }
        .tagsection{
          padding: 20px 0px 20px 15px;
          margin: 10px 0 50px;
        }
           .faq h2{
      font-size: 32px;
     }
     .questions{
      padding: 0 20px;
     }
      .tree-top{
      gap: 310px;
     }
     .horizontal-line{
      height:725px ;
     }
     .card-illustration{
      left: 16%;
      top: -22%;
     }
     .container{
      padding: 30px 10px 0 !important;
     }
        .workspace-features h2{
          font-size: 32px;
          width: 80%;
        }
         .workspace-features p{
          font-size: 14px;
          width: 80%;
        }
        .featuress p{
          width: 100%;
        }
        .featuress{
          width: 80%;
        }
        .arrow1{
        width: 35px;
        height: 35px;
       }
       .carousel-container{
        padding: 0 25px;
       }
      
       .plans{
      
        padding-top:20px 0 0 ;
       }
       .workspace-connect{
        padding: 40px 20px;
       }
       .connect-img img{
        width: 60%;
       }
       .connect-line{
        height: 70px;
        bottom: -170%;
       }
       .whatsapp-api{
        padding: 40px 20px;
       }
       .api-text h2{
        font-size: 32px;
       }
      .why-whatsapp h2{
            width: 85%;
            font-size:32px;
            margin-bottom: 20px;
          }
           .why-whatsapp p{
            width: 85%;
            font-size: 14px;
           }
           .whatsapp-text p{
            font-size: 16px;
           }
            .one-stop h2{
      font-size: 32px;
      width: 90%;
    }
    .type-left{
      left: -28%;
    }
     .type-right{
      right: -28%;
    
    }
      .type-left
    {
left:-32% ;
    }
    .type-right{
right: -32%;
    }
    .types-ads h2{
      font-size:30px ;
    }
    .type p{
      margin: 15px;
    }
     .management-box{
      width: 65%;
      height:250px ;
    }
      .management h2{
      font-size: 32px;
    }
     .ads-tagline h2{
font-size: 27px;
    }
    .ads-hero h1{
       font-size: 32px;
       width: 90%;
      }
      .ads-hero p{
        width: 93%;
        font-size: 14px;
      }
      .laptopp{
        height: 140px;
      }
      .animation-hero {
    position: absolute;
    height: clamp(40px, 10vw, 120px);
    margin-top: 36px;
}
 .icon-div{
          height: 120px;
        }
        .image-icons{
          height: 200px;
        }
        .icon-div .icon{
          height: 30px;
        }
  @keyframes mail-move {
    0%, 12.5% {
        top: 33%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 33%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}
/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 33%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 33%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
 .contact-header h2{
  font-size: 34px;
}
.contact-header h5{
  font-size: 16px;
}
.overlapp h3{
        font-size: 20px;
          width: 100%;
      }
       .gallery{
            width: 90%;
            padding: 20px 20px;
           }
    }
    @media(max-width:400px){
      .servicess{
        width: 97%;
        
      }
      .message-categories h2{
        font-size: 30px;
      }
      .category h4{
        font-size: 22px;
        margin-bottom: 10px;
      }
      .category p{
        font-size: 14px
        ;
      }
      .category{
        padding: 0 15px;
      }
       .gallery{
            width: 95%;
            padding: 20px 20px;
           }
      .service{
        padding: 8px;
        height: 120px;
        width: 110px;
      }
      .servicess h4{
          font-size: 20px;
      }
      
      .workspace-hero p{
        width: 85%;
      }
       .whatsapp-hero h1{
     width: 90%;
     font-size: 28px;
       }
       .whatsapp-hero p{
        width: 90%;
        font-size: 14px;
       }
       .metric-circle{
  height: 50px;
  width: 50px;
  font-size: 11px;
}
.connector-line{
   top: 25px;
            left: calc(50% + 29px);
            right: calc(-50% + 29px);
}
.metric-label{
  font-size: 11px;
}
    }

      @media(max-width:375px){
        .rameshcorp-logos .height{
  height: 75px !important;
}
        .overlapp h3{
        font-size: 18px;
          width: 100%;
      }
        .results{
          padding: 20px 10px;
        }
        .result-card{
          width: 345px;
        }
        .soln{
        padding: 20px ;
      }
       .carousel-container{
        padding: 0 20px;
       }
       .whatsapp-text p{
        font-size: 15px;
       }
        .soln h2{
          font-size: 24px;
          
        }
             .story h2{
          font-size: 30px;
        }
        .add-account-card ul{
          font-size: 13px;
        }
        .sub-tagline{
          font-size: 13px;
        }
        .add-account-card .tagline{
          font-size: 16px;
       
        }
        .tag-text h3{
          font-size:22px ;
        }
        .tag-button h3{
          font-size: 22px;
        }
        .tag-button a{
          font-size: 12px;
          width: 60%;
        }
        .tag-button a img{
          height: 20px;
        }
         .workspace-plan h2{
          font-size: 26px;
          width: 95%;
         
        }
        .tagsection{
          padding: 20px 0px 20px 10px;
        }
          .faq h2{
      font-size: 28px;
     }
      .card-illustration{
      left: 14%;
     
     }
     .container{
      padding: 30px 6px 0 !important;
     }
     .workspace-features h2{
          font-size: 28px;
          width: 85%;
        }
         .workspace-features p{
          font-size: 14px;
          width: 85%;
        }
        .featuress p{
          width: 100%;
        }
        .featuress{
          width: 85%;
        }
         .connect-img img{
        width: 65%;
       }
       .connect-line{
        height: 60px;
        bottom: -150%;
       }
        .scatter{
          height: 30px;
        }
        .scatters{
          height: 25px;
        }
        .whatsapp-hero h1{
     width: 90%;
     font-size: 25px;
       }
       .whatsapp-hero p{
        width: 90%;
        font-size: 14px;
       }
       .api-text h2{
        font-size: 30px;
       }
        .why-whatsapp h2{
            width: 90%;
            font-size:28px;
            margin-bottom: 20px;
          }
           .why-whatsapp p{
            width: 90%;
            font-size: 14px;
           }
           .whatsapp-text{
        gap: 142px;
       }
       #whatsapp-result .result-card{
        width: 330px;
        min-width: 330px;
       }
           .one-stop h2{
      font-size:28px;
      width: 90%;
    }
      .type-left
    {
left:-35% ;
    }
    .type-right{
right: -35%;
    }
     .management-box{
      width: 70%;
      height:250px ;
    }
    .management h2{
      font-size: 28px;
    }
    .ads-tagline h2{
font-size: 24px;
    }
     .ads-hero h1{
       font-size: 30px;
       width: 90%;
      }
      .ads-hero p{
        width: 95%;
        font-size: 14px;
      }
       .laptopp{
        height: 120px;
      }
         .animation-hero {
    position: absolute;
    height: clamp(40px, 9vw, 120px);
    margin-top: 36px;
}
  @keyframes mail-move {
    0%, 12.5% {
        top: 31%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        right: 12%;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 31%;
        right: 50%;
        bottom: auto;
        left: auto;
        transform: translate(50%, -65%);
    }
}
/* Maps - moves from top-left to center */
@keyframes maps-move {
    0%, 12.5% {
        top: 31%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
    18.75%, 81.25% {
        top: -13%;
        left: 12%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }
    87.5%, 100% {
        top: 31%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -65%);
    }
}
 .icon-div{
          height: 100px;
        }
        .image-icons{
          height: 180px;
        }
.contact-header h2{
  font-size: 32px;
}
.contact-header h5{
  font-size: 14px;
}
  .hero-gradient-section h1{
  font-size: 28px;
}
      }