*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

html{
    scroll-behavior: smooth;
}

.header{
    width: 100%;
    height: 80px;
    position: fixed;
    display: flex;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
}

.header-logo{
    display: flex;
    justify-content: left;
    width: 150px;
}

.header-logo img{
    width: 92px;
    height: 46px;
}

.header-button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-paragraph{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main-text{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header-button a{
    text-decoration: none;
    -webkit-tap-higlight-color: transparent;
}
.header-button button{
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    background-color: #272727;
    color: #FFFFFF;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 14px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.4s ease;
    white-space: nowrap;
    cursor: pointer;
}

.header-button button:hover{
    background-color: #F50000;
}

.header-button button img{
   display: none;
}

.header-button button:hover img{
    padding-left: 10px;
    display: block;
}

.header-button button::before{
    content: '';
    position: absolute;
    height: 40px;
    text-align: center;
    left: 0;
    top: 0;
    transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    position: relative;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 

}

.header-menu img{
    width: 24px;
    height: 24px;
}


/* Menu icon section */
.sub-menu-wrap {
    position: absolute;
    display: none;
    overflow: hidden;
    transition: max-height 0.5s;
    z-index: 9999;
    right: 0;
    top: 24px;
    padding-top: 24px;
}


.menu{
    position: relative;
}

  .sub-menu{
    border: 1px solid #E1E4ED;
    gap: 10px;
    padding-top: 18px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    background-color: #FFFFFF;
    cursor: pointer;
    width: -webkit-fill-available;
  }


  .info-column{
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;   
 }

  .info-column p{
    font-weight: 800;
    font-size: 14px;
    color: #272727;
}

  .info-column ul{
    list-style-type: none;
    
  }

  .info-column ul li{
    display: flex;
        
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: row;
        justify-content: flex-start;
        
  }

  .info-column ul li a{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #5E5F63;
}
  
  .info-column ul li a:hover{
    color: black;
  }

  .back-to-top{
    position: fixed; 
    top: 88%; 
    right: 0px; 
    z-index: 1000;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    display: none;
  }

  .back-to-top a{
    text-decoration: none;
  }

  .back-to-top button {
    border-radius: 25px;
    border-width: 1px;
    padding: 14px 18px;
    gap: 4px;
    background: #6A6A6A;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.back-to-top button img{
    width: 12px;
    height: 12px;
}


.main{
    max-width: 1240px;
    margin: 0 auto;
    background-image: url('../Assets/Background-image.svg');
    background-repeat: no-repeat;
    background-position: top;
}

/* Section-1 - Content */
.hero {
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    display: flex;
}

.texts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-platform {
    display: flex
;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.Highlight{
    position: relative;
}

.star{
    width: 31px;
    height: 32px;
    position: absolute;
    right: -24px;
    top: -14px;
}

.black-star img{
    width: 31px;
    height: 32px;
    position: absolute;
    top: 2px;
    /* left: 2px; */
    right: 10%;
}

.title{
    display: flex;
    justify-content: center;
}
.title p {
    font-weight: 800;
    font-size: 54px;
    line-height: 48px;
    text-align: center;
    color: #272727;
    
}

.title p span{
font-weight: 800;
font-size: 54px;
line-height: 48px;
text-align: center;
color: #F50000;
}

.text-heading{
    display: flex;
    justify-content: center;
    padding-top: 24px;
    flex-direction: column;
    gap: 12px;
}


.title-content{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.title-content p{
font-weight: 800;
font-size: 62px;
line-height: 78px;
text-align: center;
color: #272727;
}

.Highlight-content{
    height: 94px;
padding-top: 20px;
padding-right: 32px;
padding-bottom: 20px;
padding-left: 32px;
gap: 10px;
border-radius: 50px;
background-color: #F50000;
width: -webkit-fill-available;
display: flex;
}


.Highlight-content p{
font-weight: 800;
font-size: 62px;
line-height: 78px;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
align-self: center;
}

.title-percentage p{
font-weight: 800;
font-size: 62px;
line-height: 78px;
text-align: center;
color: #272727;
}

.Highlight-percentage{
    /* width: 204px; */
height: 85px;
padding-top: 20px;
padding-right: 32px;
padding-bottom: 20px;
padding-left: 32px;
gap: 10px;
border-radius: 50px;
/* width: -webkit-fill-available; */
background-color: #272727;
display: flex;
}

.Highlight-percentage p{
    font-weight: 800;
font-size: 62px;
line-height: 78px;
text-align: center;
color: #FFFFFF;
align-self: center;
}

.title-percentage{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.title-words{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 10px;
}

.title-words p{
font-weight: 500;
font-size: 24px;
line-height: 24px;
text-align: center;
color: #272727;
}

.subtitle p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #272727;
}


.advertise-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertise-button button{
    height: 40px;
    border-radius: 6px;
        padding-top: 14px;
 padding-right: 18px; 
    padding-bottom: 14px;
    padding-left: 18px;
    background-color: #F50000;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    gap: 5px;
}


.advertise-button button img{
   display: none;
}

.advertise-button button:hover img{
    display: block;
    margin-left: 5px;
}

.advertise-button button::before{
    content: '';
    position: absolute;
    height: 40px;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.advertise-button button:hover{
    background-color: #272727;
}





/*  Section-3 About Gro Media section */

.GroMedia-section{
    padding-bottom: 80px;
    padding-top: 80px;
}

.GroMedia {
    position: relative;
    width: 100%;
}

.GroMedia::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: url('../Assets/signal\ bg-1.png') no-repeat center center; 
    background-size: cover;
    background-repeat: no-repeat;

    background-position: center;
    overflow: hidden;
    border-radius: 8px;
    height: auto;
    width: 100%;
}

.GroMedia-content{
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #0000004F;
}

.GroMedia-future{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.GroMedia-future p {

    font-weight: 800;
    font-size: 52px;
    text-align: center;
    color: #fff;
}

.GroMedia-sentence{
padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;
gap: 10px;
border-radius: 50px;
background-color: #FFFFFF;
}

.GroMedia-sentence p{
font-weight: 800;
font-size: 32px;
text-align: center;
color: #F50000;
}

.GroMedia-paragraph{
    padding-top: 24px;
}

.GroMedia-paragraph p{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    padding-top: 32px;
    z-index: 1;
}

.cta-buttons a{
    text-decoration: none;
}

.cta-buttons button{
 
    padding: 14px 18px;
    height: 40px;
    gap: 3px;
    border-radius: 6px;
    background-color: #F50000;
    color: #FFFFFF;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

.cta-buttons button img{
    transform: translate(-50%);
    opacity: 0;
    display: none;
 }
 
 .cta-buttons button:hover img{
     opacity: 1;
     margin-left: 12px;
     display: block;
 }
 
 .cta-buttons button::before{
     content: '';
     position: absolute;
     height: 40px;
     text-align: center;
     left: 0;
     top: 0;
     transition: 100ms ease-in-out transform;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
.cta-buttons button:hover{
    background-color: #272727;
    transform: scale(1.02);
}

.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    padding-top: 72px;
    gap: 22px;
}

.feature-card {
    display: grid;
    padding: 34px 26px;
    border-radius: 8px;
    background-color: #FFFFFF;
    text-align: center;
    border: 1px solid #E4E4E4;
   overflow: hidden;
}

.para-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.para{
    text-align: left;
}

.para p{
font-weight: 800;
font-size: 20px;
letter-spacing: 0%;
color: #272727;
}

.para p span{
font-weight: 800;
font-size: 20px;
line-height: 28px;
color: #F50000;
}

.text{
    text-align: left;
}
.text p{
    font-weight: 400;
    font-size: 18px;
    color: #5E5F63;
}


.blogs-section{
    padding-bottom: 80px;
}

.rows-section{
    display: flex;
    justify-content: space-between;
}

.blogs p{
font-weight: 800;
font-size: 36px;
line-height: 40px;
vertical-align: bottom;
color: #272727;
}

.carousel-wrapper{
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    width: 100%;
}


.blog-cards-section{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 40px;
        transition: transform 0.5s ease;
    }

.blog-cards-section a{
    text-decoration: none;
}


.blog-card {
    height: 370px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    min-width: 350px;
    cursor: pointer;
}

.blog-image {
    width: auto;
    height: 150px;
    border-radius: 5px;
}

.blog-card h3 {
    font-size: 1.2em;
   padding-top: 6.88rem;
    float: left;
    padding-left: 15px;
}

.blog-card p {
    font-size: 13px;
    color: #666;
    float: inline-start;
    text-align: left;
    margin-left: 10px;
    margin-top: 20px;
}

.view-more {
    background-color: #fff;
    color: red;
    border: 2px solid red;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    margin-bottom: 20px;
    transition: background-color 0.3s;
}

.carousel-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.prevs-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #272727;
    border: 1px solid #E4E4E4;
    cursor: pointer;
}

.nexts-btn{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F5F5F5;
    border: 1px solid #E4E4E4;
    background: #272727;
    cursor: pointer;
}

.blog-button{
    display: flex;
    justify-content: center; 
    align-items: center;
    padding-top: 40px;
}

.Insight-button::before{
    content: '';
    position: absolute;
    transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Insight-button{
    
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 3px;
    position: relative;
}

.Insight-button:hover{
    color: #F50000;
}

.colored-uparrow{
    width: 20px;
    height: 20px;
    display: none;
}

.Insight-button:hover .colored-uparrow{
    display: block;
    gap: 10px;
}

.cards-section{
    display: flex;
    justify-content: space-between;
    width: min-content;
    box-sizing: border-box;
}

.card-content{
    padding-left: 24px;
    padding-right: 24px;
}

.title-sentence{
    padding-top: 10px;
}


.card-blog{
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    border-width: 1px;
    flex-direction: column;
    flex: 0 0 auto;
    box-sizing: border-box;
    background-color: white;
    max-width: 100%;
}

.card-blog:hover{
    border-color: #F50000;
}

.card-blog:hover .title-sentence p{
    color: #F50000;
}

.card-Image{
    height: 180px;
}
.card-blog img{
    width: 354px;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.Bottom-category{
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.category{
    height: 36px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    border-radius: 3px;
    border-width: 1px;
    background-color: #F2F2F2;
    display: flex;
    cursor: pointer;
    border: 1px solid #E4E4E4;
}

.category p{
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: center;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
color: #272727;
}

.card-date{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.card-date p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #272727;
    display: flex;
    justify-content: center;
    align-items: center;

}

.title-sentence{
    padding-top: 16px;
}
.title-sentence p{
    font-weight: 800;
    font-size: 20px;
    color: #272727;
}

.description{
   padding-top: 16px;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.description p{
font-weight: 400;
font-size: 18px;
letter-spacing: 0%;
color: #5E5F63;
}

.card-information{
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
    padding-bottom: 24px;
}

.user-details{
    display: flex;
    align-items: center;
}
.user-icon-avatar{
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #F5F5F5;
    border: 1px solid #E4E4E4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-icon-avatar img {
    width: 24px;
    height: 24px;
    display: flex;
    gap: 10px;
    position: relative;
    justify-content: center;
    align-items: center;
}

.user-name{
    display: flex;
    align-items: center;
}

.user-name p{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    margin: 0;
    color: #272727;
    padding-left: 8px;
}

.arrow-icon-circle{
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #F5F5F5;
    border: 1px solid #E4E4E4;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s, filter 0.3s;
}

.arrow-icon-circle img{
width: 28px;
height: 28px;
padding-top: 8px;
padding-right: 5.5px;
padding-bottom: 8px;
padding-left: 5.5px;
gap: 10px;
top: 6px;
left: 6.5px;
}

.card-blog:hover .arrow-icon-circle{
    background-color: #F50000;
    transform: rotate(-45deg); /* Rotate to upward-right */
    border-color: #F50000;
}

.card-blog:hover .arrow-icon-circle img{
    filter: brightness(0) invert(1);
}


/* Footer Design */

.footer {
    background: #272727;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-top: 72px;
  }
  
  .footer .footer-row {
    display: flex;
    justify-content: space-between;
    height: 300px;
    flex-wrap: wrap;
  }
 
  .footer-col{
    /* gap: 32px; */
    display: flex;
    flex-direction: column;
  }


  .footer-details p{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
 
  .footer-col .links {
    display: flex;
    padding-left: 0px;
    flex-direction: column;
    padding-top: 24px;
    gap: 12px;
  }

  .footer-col .links li {
    list-style: none;
  }
 
  .footer-col .links li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #EFEFEF;
  }

    .footer-col .links li a:hover{
        color: #F50000;
    }
  
    .footer-col p{
        color: white;
        font: 16px;
    }

    .logo-image img{
        width: 93.41px;
        height: 46.54px;
    }

    .contact{
        display: flex;
        flex-direction: column;
        padding-top: 24px;
    }

    .Email{
        display: flex;
        gap: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    input:focus::placeholder {
        opacity: 0;
    }
      

    .Email img{
        width: 20px;
        height: 20px;
    }

    .Email p{
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
    }

    .company-name{
        display: flex;
        gap: 12px;
        padding-bottom: 8px;
    }

    .company-name img{
        width: 20px;
        height: 20px;
    }

    .company-name p{
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
    }

    .location{
        display: flex;
        gap: 12px;
    }

    .location a{
        text-decoration: none;
        display: flex;
        gap: 10px;
    }

    .location img{
        width: 20px;
        height: 20px;
    }

    .location p{
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
    }

    .form{
        padding-top: 32px;
        width: 100%;
    }

  .form form {
    display: flex;
    height: 40px;
    border-radius: 6px;
    background-color: white;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    width: -webkit-fill-available;
    height: 49px;
    justify-content: space-between;
  }
  
  .form input {
    outline: none;
    border: 1px;
    color: #272727;
    border-radius: 8px;
    width: 80%;
  }
 
  .footer-col form button {
    background: #333;
    color: white;
    outline: none;
    border: none;
    width: 83px;
    height: 33px;
    border-radius: 4px;
    border-width: 1px;
    cursor: pointer;
}
   
.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;    
}
   
    .icons{
    display: flex;
    gap: 10px;  
  }

  .icons a{
    height: 24px;
  }

  .icons a img{
    width: 24px;
    height: 24px;
    background-color: #635E5E;
    border-radius: 3px;
  }

  .icons a img:hover{
    background-color: #F50000;
  }

  .copyright{
    display: flex;
    align-items: center;
  }

  .copyright p{
    font-size: 16px;
    align-items: center;
    color: #fff;
  }

  .rows{
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }