.header-section{
    padding: 1rem 0;
    background: #220305;;

}
.head {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;

}
.nav-menu{
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: auto;
    padding-left: 0;
    width: 100%;
    justify-content: space-evenly;
}
.nav-menu a{
    color: #FFF;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 500;
    border-bottom: 2px solid transparent;
}
.nav-menu li.active a{
    color: #B81419;
}
.nav-menu li a:hover{
    border-color: #B81419;
    transition: border-color 0.3s ease-in-out;
}
.action-box{
    border-radius: 10px;
    border: 2px solid #D71920;
    background: rgba(255, 255, 255, 0.05);
    padding: .7rem 1.2rem;
    width: fit-content;
    justify-self: end;
    
}
.action-box a{
    color: #FFF;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
/* hero section design */
.hero-section{
    padding: 4rem 0;
    background: url(..//image/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 90vh;
    display: flex;
    align-items: center;
}
.hero-section .container{
    align-items: center;
}
.hero-section .hero-title{
    color: #FFF;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 700;
    line-height: 140%;
    max-width: 1024px;
}
.hero-title span{
    color: #D71920;
}
.hero-description{
    color: #FFF;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 500;
    max-width: 992px;
}
.hero-btn-container{
    display: flex;
    gap: 1rem;
}

.hero-dark-btn{
    padding: .7rem 1rem;
    border-radius: 10px;
    background: #D71920;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
}
.hero-light-btn{
    border: 2px solid #D71920;
    background: rgba(255, 255, 255, 0.05);
    padding: .7rem 1rem;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
}



/* vision-mission section design */
.vision-mission-section{
    padding: 4rem 0;
}
.vm-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
}
.vm-grid{
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}
.vm-grid.vision{
    border: 1px solid #D71920;
    background: linear-gradient(135deg, #D71920 0%, #D3181F 12.5%, #CF181E 25%, #CB171D 37.5%, #C7161C 50%, #C4161C 62.5%, #C0151B 75%, #BC151A 87.5%, #B81419 100%);
}
.vm-grid.mission{
    border: 1px solid black;
    background: linear-gradient(135deg, #2B2B2B 0%, #282828 14.29%, #262626 28.57%, #242424 42.86%, #212121 57.14%, #1F1F1F 71.43%, #1C1C1C 85.71%, #1A1A1A 100%);
}
.title-box{
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.vm-grid .icon-box{
    border-radius: 50px;
    aspect-ratio: 1/1;
    padding: 10px;
    background: rgba(255, 255, 255, 0.20);
}
.vm-title{
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: 700;
}
.vm-para{
    margin-top: 10px;
    color: #FFF;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 160%
}

/* transformation-section design */
.transformation-section{
    background: #F5F5F5;
    padding: 4rem 0;
    text-align: center;
}
.section-title{
    color: #2B2B2B;
    text-align: center;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title span{
    color: #D71920;
}
.section-description{
    max-width: 900px;
    color: #4A5565;
    text-align: center;
    font-size: clamp(16px, 1.042vw, 20px);
    margin: auto;
    font-weight: 400;
}
.transformation-box{
    padding: 1.5rem 1rem;
    border-radius: 24px;
    border: 2px solid rgba(215, 25, 32, 0.30);
    background: linear-gradient(135deg, #1A1A1A 0%, #1C1C1C 7.14%, #1F1F1F 14.29%, #212121 21.43%, #242424 28.57%, #262626 35.71%, #282828 42.86%, #2B2B2B 50%, #282828 57.14%, #262626 64.29%, #242424 71.43%, #212121 78.57%, #1F1F1F 85.71%, #1C1C1C 92.86%, #1A1A1A 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.transformation-box p{
    color: #d1d5dc;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 400;
}
.transformation-box.about p b{
    color: #fff;
    font-weight: 500;
    background: #D71920;
    padding: 0 5px;
    border-radius: 5px;
}
.trasnformation-grid-conatiner{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 1.5rem;
    justify-content: center;
    margin: 1rem 0;

}
.transforamtion-grid{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: .75rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #CF181E;
    background: linear-gradient(135deg, rgba(215, 25, 32, 0.36) 0%, rgba(211, 24, 31, 0.36) 12.5%, rgba(207, 24, 30, 0.36) 25%, rgba(203, 23, 29, 0.36) 37.5%, rgba(199, 22, 28, 0.36) 50%, rgba(196, 22, 28, 0.36) 62.5%, rgba(192, 21, 27, 0.36) 75%, rgba(188, 21, 26, 0.36) 87.5%, rgba(184, 20, 25, 0.36) 100%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}
.transforamtion-grid.about{
    border-radius: 16px;
    background: linear-gradient(135deg, #D71920 0%, #D3181F 12.5%, #CF181E 25%, #CB171D 37.5%, #C7161C 50%, #C4161C 62.5%, #C0151B 75%, #BC151A 87.5%, #B81419 100%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}
.t-content{
    color: #FFF;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 700;
    text-align: left;
}
.t-icon-box{
    border-radius: 14px;
    border: 1px solid #D71920;
    background: rgba(215, 25, 32, 0.20);
    padding: 10px;
}
.transforamtion-grid.about .t-icon-box{
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
}
/* section three design */
.section-three{
    padding: 2rem 0 4rem 0;
    background: #F5F5F5;
}
.three-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
}
.three-grid{
    border-radius: 14px;
    text-align: center;
    padding: 1.5rem;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.30), 0 4px 6px 2px rgba(0, 0, 0, 0.20);
}

.three-grid .icon-box{
    padding: 15px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    width: fit-content;
    background: rgba(215, 25, 32, 0.10);
    margin: auto;
}
.three-grid-title{
    margin-top: 1rem;
    color: #2B2B2B;
    text-align: center;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
}

/* section four design */
.section-four{
    padding: 4rem 0;
}
.service-grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}
.service-grid{
    padding: 4rem 1.5rem 1rem 1.5rem;
    border-radius: 14px;
    border: 2px solid #d0d3d8;
    background: #FFF;
    position: relative;
}
.service-abs-number{
    position: absolute;
    top: -1rem;
    right: .5rem;
    color: rgba(215, 25, 32, 0.20);
    font-size: clamp(60px, 6vw, 100px);
    font-weight: 700;
}
.service-grid-head{
    display: flex;
    align-items: center;
    gap: 10px;
}
.service-grid .icon-box{
    padding: 10px;
    aspect-ratio: 1/1;
    width: fit-content;
    border-radius: 14px;
background: #2B2B2B;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.service-number{
    color: #D71920;
font-family: Poppins;
font-size: clamp(22px, 1.8vw, 30px);
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
}
.tag-container{
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}
.tag-grid{
    border-radius: 50px;
background: #F3F4F6;
padding: 8px 10px;
}
.tag-grid p{
    color: #4A5565;
font-family: Poppins;
font-size: clamp(10px, 0.8vw, 12px);
font-style: normal;
font-weight: 500;
line-height: 15px; /* 150% */
}
.service-name{
    margin-top: 10px;
    color: #2B2B2B;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 600;
}
.service-description{
    margin-top: 10PX;
    color: #4A5565;
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 500;
    line-height: 130%;
}
.service-pointer{
    margin-top: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    list-style-type: none;
    padding-left: 10px;
    color: #4A5565;
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 500;
    line-height: 130%;
}



/* section five design */
.section-five{
    padding: 4rem 0;
    background: linear-gradient(135deg, #D71920 0%, #D3181F 12.5%, #CF181E 25%, #CB171D 37.5%, #C7161C 50%, #C4161C 62.5%, #C0151B 75%, #BC151A 87.5%, #B81419 100%);
}
.section-five .section-title, .section-five .section-description{
    color: #fff;
}
.industry-grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}
.industry-grid{
    padding: 1.5rem;
    border-radius: 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);;
}
.industry-grid .img-box {
    border-radius: 14px;
    background: linear-gradient(135deg, #4A5565 0%, #1E2939 100%);
    aspect-ratio: 1/1;
    padding: 10px;
    width: fit-content;
}

.industry-title {
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(16px, 1.042vw, 20px);
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

/* section six design */
.section-six{
    padding: 4rem 0;

}
.why-grid-box{
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: auto;
}
.why-grid{
    width: calc(33.333% - 16px);
    border-radius: 16px;
    border: 1.25px solid rgba(0, 0, 0, 0.00);
    background: #F5F5F5;
    padding: 1.5rem;
}
.why-grid .icon-box{
    aspect-ratio: 1/1;
    width: fit-content;
    padding: 10px;
    border-radius: 14px;
    background: rgba(215, 25, 32, 0.10);
}
.why-title{
    color: #2B2B2B;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 600;
    margin-top: 1rem;
}
.why-description{
    color: #4A5565;
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 500;
    margin-top: 10px;
}

/* section seven design */
.section-seven{
    background: #FFF8F8;
    padding: 4rem 0;
}
.tech-grid-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    
}
.tech-grid{
    border-radius: 12px;
    padding: 1.5rem 1rem;
    border: 2px solid #E5E7EB;
    background: #FFF;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.tech-grid::after,
.tgrid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #d71920;
}
 .red-border{
    height: 4px;
    width: 40px;
    background-color: #CB171D;
    margin: 2px 0 6px 0;
}
.tech-grid .icon-box{
    aspect-ratio: 1/1;
    padding: 10px;
    width: fit-content;
    border-radius: 14px;
    background: #2B2B2B;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.tech-title{
    color: #2B2B2B;
    font-family: Poppins;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 600;
}


/* section-eight design */
.section-eight{
    background: #2B2B2B;
    padding: 4rem 0;
}
.section-eight .section-title, .section-eight .section-description{
    color: #fff;
}
.eight-grid-box{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(5, 1fr);
}
.eight-grid{
    border-radius: 16px;
    border: 2px solid #E9242C;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    text-align: center;
}
.eight-grid .icon-box{
    aspect-ratio: 1/1;
    padding: 10px;
    width: fit-content;
    border-radius: 41943000px;
    background: rgba(215, 25, 32, 0.20);
    margin: auto;
}
.eight-grid-title{
    margin-top: 10px;
    color: #FFF;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    line-height: 150%;
}



















.section-nine{
    padding: 4rem 0;
    background-color: #F5F5F5;
}
.nine-grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.nine-grid{
    width: 100%;
    padding: 1.5rem;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    display: flex;
    gap: 1rem;
    justify-self: start;
    align-items: start;
}
.nine-grid .icon-box{
    aspect-ratio: 1/1;
    max-width: fit-content;
    padding: 10px;
    border-radius: 14px;
    background: rgba(215, 25, 32, 0.10);
    
}
.pe-content{
    display: grid;
    gap: 8px;
    
}
.pe-title{
    color: #2B2B2B;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 600;
}
.pe-description{
    color: #4A5565;
    font-size: clamp(15px, 1vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}



.section-ten{
    padding: 4rem 0;
    background: linear-gradient(135deg, #D71920 0%, #D3181F 12.5%, #CF181E 25%, #CB171D 37.5%, #C7161C 50%, #C4161C 62.5%, #C0151B 75%, #BC151A 87.5%, #B81419 100%);
}
.section-ten .section-title{
    color: #fff;
}
.ten-contact-half{
    display: grid;
    margin: auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.contact-row{
    display: flex;
    gap: 10px;
    align-items: center;
}
.contact-row .icon-box{
    padding: 10px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    width: fit-content;
    background: rgba(255, 255, 255, 0.20);
}
.ten-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    /* text-align: center; */
    /* justify-content: space-between; */
    align-items: center;
    /* margin: auto; */
    justify-items: center;
}
.contact-row .contact-content-container{
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 8px; */
}
.contact-row .contact-content-container span{
    color: rgba(255, 255, 255, 0.80);
    font-family: Poppins;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
}
.contact-row .contact-content-container a{
    color: #FFF;
    font-family: Poppins;
    font-size: clamp(16px, 1.042vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}
.contact-btn{
    border-radius: 10px;
    background: #FFF;
    padding: 10px 1rem;
    width: fit-content;
    color: #D71920;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
    margin-top: 10px;
    display: flex;
    margin: auto;
}














.contact-form{
    border-radius: 16px;
    border: 1.25px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    padding: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.contact-form input, .contact-form textarea{
    padding: 10px;
    cursor: crosshair;
    border-radius: 10px;
    border: 1.25px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    color: rgba(255, 255, 255, 0.60);
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
}
.contact-form button{
    background-color: #fff;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #D71920;
    text-align: center;
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 600;
    border: 2px solid #fff;

}
.contact-form button:hover{
    background-color: transparent;
    color: #fff;
}












.footer-section{
    padding: 2rem 0;
    background: #2B2B2B;
}

.foot-note{
    color: rgba(255, 255, 255, 0.60);
    text-align: right;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
}
.copyright-text{
    margin-top: 8px;
    text-align: right;
    color: rgba(255, 255, 255, 0.40);
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
}
.copyright-text
 a{
    color: #fff;
 }

/* pages design*/
.page-hero-section{
    min-height: 50vh;
   background: linear-gradient(135deg, #1A1A1A 0%, #1C1C1C 7.14%, #1F1F1F 14.29%, #212121 21.43%, #242424 28.57%, #262626 35.71%, #282828 42.86%, #2B2B2B 50%, #282828 57.14%, #262626 64.29%, #242424 71.43%, #212121 78.57%, #1F1F1F 85.71%, #1C1C1C 92.86%, #1A1A1A 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}
.page-hero-section .page-title{
    color: #FFF;
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 700;
}
.page-hero-section .page-title span,
.page-hero-section .page-description span{
    color: #D71920;

}
.page-hero-section .page-description{
    color: #D1D5DC;
    text-align: center;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 400;
    max-width: 768px;
    margin: auto;
}
.section-contact-page{
    padding: 4rem 0;
}
.contactp-form{
    border-radius: 16px;
    border: 1.25px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    padding: 2rem;
    margin-right: 1.5rem;
}
.contactp-form .contactp-title{
    color: #2B2B2B;
    font-family: Poppins;
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: 700;
}
.contactp-form p{
    color: #4A5565;
    font-family: Poppins;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
}
.contactp-form .input-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
}
.contactp-form label{
    color: #364153;
    font-family: Poppins;
    font-size: clamp(12px, 0.9vw, 14px);
    margin: 1rem 0 5px 0;
    font-weight: 600;
}
.contactp-form input,
.contactp-form textarea{
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    width: 100%;
    padding: 10px;
}
.contactp-form button{
    border-radius: 10px;
    background: #D71920;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    width: 100%;
    text-align: center;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
    outline: none;
    border: none;
}

.contactp-content{
    display: grid;
    margin-left: 1.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.contactp-content .contactp-row{
    display: flex;
    gap: 1rem;
    align-items: self-start;
    border-radius: 14px;
    border: 2px solid #E5E7EB;
    background: #FFF;
    padding: 1.5rem;
}
.contactp-content .contactp-row .icon-box{
    padding: 10px;
    border-radius: 14px;
    width: fit-content;
    background: #2B2B2B;
}
.contactp-content .contactp-row h4{
    color: #2B2B2B;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 600;
}
.contactp-content .contactp-row p{
    color: #4A5565;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
}
.contactp-content .contactp-row p a{
    color: #1A1A1A;
    font-weight: 500;
}
.location-section{
    padding: 2rem 0 4rem 0;
}

.location-section .row{
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    padding: 1rem;
    position: relative;
    text-align: center;
    min-height: 180px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.contact-address-half {
    margin: auto;
}
.location-section h4{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #2B2B2B;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 600;
}
.location-section p{
    color: #4A5565;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 400;
}
.map-btn{
    padding: 10px 1rem;
    border-radius: 8px;
    background: #2B2B2B;
    color: #FFF;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
}
.contact-card-img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.section-cta{
    padding: 4rem 0;
    text-align: center;
    background: linear-gradient(135deg, #2B2B2B 0%, #282828 14.29%, #262626 28.57%, #242424 42.86%, #212121 57.14%, #1F1F1F 71.43%, #1C1C1C 85.71%, #1A1A1A 100%);
}
.section-cta .cta-title{
    color: #FFF;
    font-size: clamp(24px, 2vw, 36px);
    font-weight: 700;
}
.cta-description{
    color: #D1D5DC;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 400;
}
.cta-btn{
    border-radius: 10px;
    background: #D71920;
    padding: 12px 1.5rem;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    border: none;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}
.tgrid {
    border-radius: 16px;
    padding: 1.5rem;
    border: 2px solid #E5E7EB;
    /* border-bottom: 4px solid #D71920; */
    background: #FFF;
    gap: 10px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.tgrid .tech-grid{
    border-radius: 0;
    padding: 0;
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
}
.tgrid .tech-grid::after {
    content: '';
    display: none;
}
.tg-row {
    display: grid;
    gap: 1rem;
    align-items: center;
    grid-template-columns: 2fr 5fr 1fr;
}
.tgrid2{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: auto;
    margin: 1rem;
}
.tgrid2 .icon-box{
    border-radius: 10px;
    background: #F3F4F6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 10px;
    aspect-ratio: 1/1;
    width: fit-content;
}
.tg-title{
    color: #364153;
    font-size: clamp(16px, 1.042vw, 20px);
    font-weight: 600;
}
.vm-grid.about{
    position: relative;
}
.vm-img{
    position: absolute;
    right: 1rem;
    top: 1rem;
    opacity: 0.1;
}











@media only screen and (min-width: 1400px) {

    
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .header-section{
        display: none;
    }
    .trasnformation-grid-conatiner,
    .three-grid-container,
    .industry-grid-box,
    .why-grid-box,
    .tech-grid-box,
    .eight-grid-box{
        gap: 1rem;
    }
    .service-grid-box{
        grid-template-columns: 1fr 1fr;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-section{
        display: none;
    }
    .trasnformation-grid-conatiner,
    .three-grid-container{
        /* gap: .75rem; */
    }
    .trasnformation-grid-conatiner, .tech-grid-box, .eight-grid-box, .ten-grid-box,
    .service-grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .transforamtion-grid{
        width: 100%;
    }
    .three-grid-container{
        gap: 1rem;
    }
    .three-grid, .service-grid, .industry-grid{
        padding: 1rem;
    }
    .why-grid {
    width: calc(50% - 16px);
    }
    .nine-grid-box{
        grid-template-columns: 1fr;
    }
    .footer-section, .foot-note, .copyright-text{
        text-align: center;
    }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
    .header-section{
        display: none;
    }
}


/* Extra extra small devices (phones, 600px and down) */
@media only screen and (max-width: 360px) {
    
 }















