/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
}

body {
    /* font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
    font-family:  Roboto, sans-serif !important;
    background-color: #121212 !important;
    color: white !important;
    line-height: 1.6 !important;
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6 {
   font-family: 'Roboto Serif', serif;;
}

a {
    color: #121212 !important;
    text-decoration: none !important;
}

.footer a {
     color:#9d9d9d !important;
}
.container {
    width: 100% !important;
    max-width: 1440px;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    display: block;
}

.container1 {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 1920px !important;
    display: block;
    /* padding: 0 1rem; */
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgb(17 17 17) !important;
}

/* Header Styles */
.header {
    position: relative;
    z-index: 10;
    padding: 1rem 0;
    margin: 0px 80px 0px 80px;
    border: none !important;
}



.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}


.logo {
    height: 120px;
    object-fit: contain;
    margin-right: 40px;
}



.navbar-nav a  {
     color: #fff !important;
     text-decoration: none;
}
.navbar-nav a.active, .navbar-nav a.show {
    color: #ffc700 !important;
} 
.navbar-nav .nav-item {
    margin-left: 42px;
    font-size: 1rem;
} 

.nav-menu {
    display: none;
    align-items: center;
    gap: 2.5rem;
}


.nav-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.nav-item span:hover {
    opacity: 0.8;
    color: #ffc700;
}

.nav-item.active span{
    color: #ffc700;
    padding-left: 6px;
    border-left: 3px solid#fff;
}

.nav-item span {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
    color: white;
}

.navbar-toggler-icon {
    background-image: url("/assets/Images/mobile/Hamburger_Icon.png") !important;
}


.chevron {
    width: 16px;
    height: 16px;
    color: white;
}

.mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    color: white;
    padding: 0.5rem;
    cursor: pointer;
}


section {
    /* margin-top: 80px; */
    margin-bottom: 40px;
}
.main {
    margin: 0px;
}

/* Hero Section */

.home-banner-img {
    width: 1920px;
    margin: auto;
    display: block;
}
.hero-section {
    position: relative;
    /* padding: 2rem 0; */
    margin: auto;
    /* min-height: 1080px; */
    display: block;
    max-width: 1920px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    /* margin: 0px 80px 40px 80px; */
}


.hero-title {
    flex: 1;
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: -1.76px;
    color: white;
}


.cta-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 50px;
    background-color: #ffc700;
    color: black;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}


.cta-button:hover {
    background-color: #e6b300;
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.arrow-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.carousel-item {
  transition: transform 2s ease-in-out !important; /* Example: 0.8 seconds with ease-in-out timing function */
}

.cta-button:hover .arrow-icon {
    transform: rotate(45deg);
}

.hero-banner {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 6rem;
    object-fit: cover;
}


/* .hero-image {
    max-width: 1920px;
    background-size: cover;
    object-fit: cover;
    display: block;
    margin: auto;
} */


/* Features Section */
.features-section {
    padding: 1.25rem 0;
    background-color: #181818;
    border-bottom: 1px solid #3e3e3e;
}

.feature-block {
    position: relative;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1.875rem;
}
.feature-block.ai-powered {
    border-bottom: 1px solid #3e3e3e;
}

.arrow-decoration {
    position: absolute;
    top: -2.5rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}


.arrow-decoration.right {
    justify-content: flex-end;
}

.feature-arrow {
    width: 60px;
    height: auto;
    opacity: 0.8;
}


.feature-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: -180px;
}



.feature-text , .feature-text.right-align {
    display: flex;
    flex-direction: column;
    /* gap: 1.25rem; */
    order: 2;
    margin-top: 100px;
}



.feature-content.reverse .feature-text {
    order: 2;
}


.feature-icon {
    width: 38px;
    height: 43.27px;
}

.feature-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: -0.96px;
    color: white;
}



.feature-description {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: -0.12px;
    color: #9d9d9d;
}


.feature-image {
    width: 100%;
    /* height: 300px; */
    order: 1;
}



.feature-content.reverse .feature-image {
    order: 1;
}

.feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #3e3e3e;
    margin: 2rem 0;
}

.separator1 .img-fluid   {
    width: 100%;
    margin: 2rem 0;
}



/* Cloud Platform Section */

.cloud-platform-section {
    padding-top: 3.5rem;
    position: relative;

}

.platform-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* margin-bottom: 2rem; */
}

.platform-subtitle {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75;
    color: white;
}

.platform-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 60px;
}

.platform-block, .platform-block-01 {
    width: 100%;
    position: relative;
    padding-top:70px;
    /* padding-bottom: 6rem; */
    min-height: 744px;
    /* padding-left: 60px; */
}

.platform-block .platform-content .platform-showcase {
    background-image: url("Images/home/Global_Cloud_GPU-50.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto;
    margin: 0;
    padding-left: 60px;   
    padding-bottom: 200px;
    padding-top: 130px;
}
 .platform-content .platform-showcase.cloud-compute {
    background-image: url("Images/home/FullStack_Cloud-50.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto;
    margin: 0;
    padding-left: 60px;   
    padding-bottom: 200px;
    padding-top: 130px;
}

.platform-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 2rem;
}

.platform-title span{
	color: #666;
}

/* .platform-block-01 {
    width: 100%;
    position: relative;
    background-image: url("Images/home/FullStack_Cloud.png");
    background-repeat: no-repeat, no-repeat;
    padding-top:40px;
    padding-bottom: 6rem;
} */

.platform-block-01  .cloud-services-list {
    margin-top: 4rem;
    border-right: 1px solid #3e3e3e;
}

/* .platform-content .platform-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-top: 120px;

} */

.platform-feature {
    position: relative;
    display: flex;
    gap: 1rem;
}

.feature-indicator {
    /* display: none; */
    position: absolute;
    width: 60px;
    height: 42px;
    top: 9px;
    left: -9px;
    transform: rotate(-90deg);
}

.indicator-line {
    position: absolute;
    width: 13px;
    height: 60px;
    top: -23px;
    left: 23px;
    background-color: #595959;
    transform: rotate(90deg);
}

.indicator-line.active {
    background-color: #ffc700;
}

.indicator-icon {
    position: absolute;
    width: 41px;
    height: 46px;
    top: -1px;
    left: 10px;
    transform: rotate(90deg);
}

.feature-info {
    margin-left: 0;
}


.feature-name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #c4c4c4;
    margin-bottom: 1rem;
}



.platform-feature.active .feature-name {
    color: #ffc700;
}

.feature-desc {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #8f8f8f;
}

.feature-desc-mobile {
    display: none;
    padding: 0px 20px 20px 20px;
    color: #E5E5E5;
}
.feature-desc{
    display: block;
}
.platform-showcase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 0;
    padding-right: 40px;
}


.showcase-content {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
    margin-right: 60px;
}


.platform-block-01 .showcase-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    margin-right: 20px;
}



.showcase-image {
    width: 100%;
    height: 200px;
}


.gpu-image,
.cloud-image {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.showcase-info {
    width: 100%;
}

.service-category {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 0.25rem;
}

.showcase-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 0.75rem;
}

.showcase-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #8f8f8f;
}



.gpu-models-list,
.cloud-services-list {
    margin-top: 1rem;
    border-right: 1px solid #3e3e3e;
}



.gpu-model,
.cloud-service {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 38px;
    color: white;
}

.cloud-service {
    font-size: 1rem;
}

.gpu-model.active,
.cloud-service.active {
    color: #ffc700;
}

.gpu-model, .cloud-service {
    cursor: pointer;
}


/* Performance Metrics */
.performance-metrics {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 3.75rem;
    text-align: center;
}


.metrics-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: -0.96px;
    color: white;
    height: auto;
        padding-bottom: 30px;
}


.metrics-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: auto;
}


.metric-card {
    width: 100%;
    height: auto;
    background-color: #1a1a1a;
    border: 2px solid #3e3e3e;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 1rem;
    margin-right: 30px;
}

.metric-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.metric-name {
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.5;
    letter-spacing: -0.09px;
    color: white;
}

.more-icon {
    width: 24px;
    height: 24px;
    color: white;
}

.metric-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.metric-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.metric-value {
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 2.8rem;
    letter-spacing: -0.96px;
    color: white;
}


.metric-change {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1;
    color: #a8a8a8;
    text-align: left;
}

.metric-change.positive {
    color: #b7974f;
}

.metric-chart {
    max-width: 100px;
    height: auto;
    object-fit: cover;
}



/* Trusted Enterprises */
.trusted-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 5rem 0;
    border-bottom: 1.5px solid transparent;
    margin-bottom: 40px;
}


.trusted-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: -0.96px;
    color: white;
    text-align: center;
    padding-bottom: 24px;
}


.companies-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.25rem;
    opacity: 0.6;
}


.company-item {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}


.company-logo {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

/* .union-icon {
    width: 27px;
    height: 27px;
} */

.company-name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: -0.96px;
    color: white;
}



/* Call to Action Section */
.cta-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    
}

.cta-background {
    width: 100%;
    height: 100%;
    background-image: url('Images/home/Cloud_Banner.png');
    background-size: cover;
    background-color: #140e21;
    /* background-position: center; */
    padding: 1rem 1rem;
}

.cta-background-anim {
    background-color: #140e21;
    padding: 1rem 1rem;
}
.anim-banner {
    background-size: cover;
    background-image: url('/assets/Images/Animations/cloud_networking_output1.gif');
    min-height: 240px;
}

.cta-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
}



.cta-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -1.20px;
    color: white;
    margin-bottom: 20px;
}

.cta-title span{
	color: #666;
	display: block;
}

.cta-description {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: -0.11px;
    color: #a8a8a8;
    margin-bottom: 20px;
}
.cta-bg-img-mm {
    display: none;
}

/* Footer */
.footer {
    /* display: flex; */
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem 0 0.25rem;
    border-top: 1px solid #4e4e4e;
    /* padding: 0px 80px 0px 80px; */
}



.footer-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}


.footer-logo {
    width: 240px;
    height: auto;
    object-fit: cover;
}


.social-links {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    /* border-left: 1px solid #3e3e3e; */
}




.social-icon {
    width: 32px;
    height: 32px;
}

.social-icon:first-child,
.social-icon:last-child {
    width: 33px;
}

.social-links-mm {
    display: none   ;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 900px;
    margin-top: 4rem;
}



.footer-section {
    /* position: relative; */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-left: 0;
    border-left: 1px solid #3e3e3e;
    padding-left: 40px;
    margin-bottom: 7rem;

}

.footer-section::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 156px;
    top: 0;
    left: 0;
    display: none;
}



.footer-section-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
    color: white;
}

.footer-link {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.48);
    text-decoration: none;
    transition: color 0.2s ease;

}

.footer-link:hover, .footer a:hover {
    color: #ffc700 !important;
}

.social-icon:hover {
    opacity: 100% !important;
}

/* Background Images */
.background-images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.bg-image {
    position: absolute;
    object-fit: cover;
    opacity: 0.5;
}


.bg-gpu {
    width: 600px;
    height: 400px;
    top: 800px;
    left: 50px;
}



.bg-storage {
    width: 600px;
    height: 400px;
    top: 1400px;
    left: 50px;
}



/* Background images for platform sections */
.global-gpu-section {
    background-image: url('Images/home/Global_Cloud_GPU.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fullstack-cloud-section {
    background-image: url('Images/home/FullStack_Cloud.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*------------- about us -------------*/


.about-us h2 {
    font-size: 42px;
    margin-top: 40px;
    line-height: 1.5em;
    text-align: justify;
    font-weight: 600;
	padding: 0px 5%;
}

.yellow-text {
    color:#e6b300;
}
.grey-text {
    color:#8f8f8f;
}
.about-us h2 span.thin-text {
    color:#8f8f8f;
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
}

.about-us .about-img img {
    margin-top: 60px;
    object-fit: fill;
}

.expertise h2 {
    text-align: left;
    font-size: 32px;
}

.expertise {
    margin: 80px 0px 80px 0px;
}

.expertise ul li {
   line-height: 2em;
   font-size: 20px;
   color: #8f8f8f;
}


.vision {
    margin: 80px 0px 80px 0px;
}

.vision h2 {
    text-align: left;
    font-size: 42px;
}

.vision p {
   line-height: 2em;
   font-size: 20px;
   color: #8f8f8f;
   margin-right: 180px;
}




.team {
    display: flex;
}

.team h2.team-title {
    font-size: 42px;
    margin-top: 40px;
    line-height: 1.75em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.team .team-item{
    margin-bottom: 40px;
}
.team .team-item img {
    width: 60%;
    display: block;
    margin: auto;
}

.team .team-item h4,.team .team-item p {
    text-align: center;
    color: #E5E5E5;
}

.team .team-item h4 {
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 0px;
}

.team .team-item p {
    font-size: 18px;
    font-style: normal;
    color: #8F8F8F;
    font-weight: 100;
}




/*------------- Solutions -------------*/

.hero .container {
    width: 100%;
    align-items: center;
    vertical-align: middle;
}

h4 {
    color: #fff;
    padding-bottom: 20px;
}

.hero .hero-img{
    width: 90%;
}

.hero h2.banner-title {
    font-size: 56px;
    font-weight: 700;
    margin: 40px 0px 40px 0px;
}

.hero .banner-sub {
    font-family: 'Public Sans';
    color: #9d9d9d;
    font-size: 18px;
    font-style: normal;
    margin: 0px 0px 30px 0px;
    padding-left: 40px;
    border-left: 1px solid #595959;
}

.hero button {
    margin-left: 40px;
    text-decoration: none;
    border: none;
}
.hero a button {
    padding: 10px 24px;
    color: #000;
    background-color: #e6b300;
    text-decoration: none;
    font-weight: 600;
}

a button {
    padding: 10px 24px;
    color: #000;
    background-color: #e6b300;
    text-decoration: none;
    font-weight: 600;
    border: none;
}


/* demand */
.demand h2.title {
    font-size: 38px;
    font-weight: 700;
    margin: 40px 0px 40px 0px;
    text-align: center;
    padding-top: 40px;
}

.demand .content {
   padding: 80px;
}
.demand .icon-text {
    display: flex;
}
.demand .icon-text img {
    padding-right: 20px;
    height: 52px;
}
.demand .content h4{
    color: #fff;
    font-size: 18px;
}

.demand .content p{
    color: #c4c4c4  ;
    font-weight: 200;
    font-size: 14px;
    padding: 0px 40px 10px 70px;
}
.demand .row.demand-info {
    border-bottom: 1px solid #3e3e3e;
    border-top: 1px solid #3e3e3e;
}

.bg-grey {
    background-color: #2b2b2b   ;
}

/* key Benifits */

.benifits .keytitle img, .features.keytitle img{
    width: 36%;
}
.benifits .keytitle h2, .features .keytitle h2 {
    font-size: 42px;
}

.benifits .keylist .keylist-item, .features .keylist .keylist-item {
    padding: 14px 20px;
    align-items: center;
}
.benifits .keylist img , .features .keylist img {
    padding-right: 20px;
}
.benifits .keylist .keylist-item h6 , .features .keylist .keylist-item h6{
    font-size: 14px;
}

.features .key-img img{
    width: 80%;
    max-height: 560px;
}
.features .keylist .keytitle {
    padding-left: 24px;
    margin-bottom: 20px;
}

.top-banner-menu {
    display: flex;
}
.top-banner-menu .menu-item{
    opacity: 50%;
    padding: 10px ;
}

.top-banner-menu .menu-item.active {
    opacity: 100%;
}

.overlay {
    margin-top: -740px;
}


.solutions h2.title {
    font-size: 38px;
    font-weight: 700;
    margin: 40px 0px 40px 0px;
    text-align: center;
    padding-top: 40px;
}

.solutions .content {
   padding: 80px;
}
.solutions .icon-text {
    display: flex;
}
.solutions .icon-text img {
    padding-right: 20px;
    height: 52px;
}
.solutions .content h4{
    color: #fff;
    font-size: 18px;
}

.solutions .content p{
    color: #c4c4c4  ;
    font-weight: 200;
    font-size: 14px;
    padding: 0px 40px 10px 70px;
}
.solutions .row.solutions-info {
    border-bottom: 1px solid #3e3e3e;
    border-top: 1px solid #3e3e3e;
}

#nav-tab.nav-tabs{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 30px;
	flex-wrap: wrap;
	border: none !important;
}

#nav-tab.nav-tabs .nav-link{
	width: 30%;
	padding: 0px;
	Background: transparent !important;
	border: none !important;
	text-align: left;
	margin: 0px;
}

#nav-tab.nav-tabs .nav-link img{
	border-radius: 50%;
	max-width: 150px;
	display:block;
	margin-bottom: 20px;
	transition: all 0.6s ease;
	filter: grayscale(1);
	opacity: 0.5;
}

#nav-tab.nav-tabs .nav-link:hover img, #nav-tab.nav-tabs .nav-link.active img{
	filter: none;
	opacity: 1;
}

#nav-tab.nav-tabs .nav-link h4{
	text-align: left;
	color: #666;
	transition: all 0.6s ease;
}

#nav-tab.nav-tabs .nav-link:hover h4, #nav-tab.nav-tabs .nav-link.active h4{
	color: #ff7712;
	transition: all 0.6s ease;
}



/* contact */
.left-cont, .right-content {
    padding: 0px 30px !important;
}
.contact .content-title {
    font-size: 36px;
}

.contact-info .yellow-text {
    margin-bottom: 60px;
}
.contact .contact-icon {
    margin-right: 18px;
    width: 24px;
}

.contact .info-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 16px;
}

.form-control {
    background-color : #121212 !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #3e3e3e !important;
    color: #fff !important;
    margin-top: 20px;
    box-shadow: none;
    font-family: public sans;
}

::placeholder {
  color: #c4c4c4 !important;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.contact .form-sub-title {
  color: #c4c4c4 !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-left: 10px;
  margin-top: 20px;
  font-family: public sans;
}

.contact .teamsize .options {
    margin-left: 10px;
    margin-right: 10px;
}

.contact .teamsize button {
    background-color: #121212;
    color: #c4c4c4;
    margin: 8px 0px 12px 12px;
    padding: 6px 14px 6px 14px;
    border-radius: 40px;
    border: 2px solid #4e4e4e;
    font-size: 12px;
}

.contact .teamsize button:hover {
    border: 2px solid #fff;
    background-color: #121212;
}
.contact .teamsize button.active {
    color: #000;
    font-weight: 600;
    background-color: #ffffff;
}

.contact .conditions p {
     font-family: public sans;
     font-size: 12px;
     color: #c4c4c4;
     margin-bottom: 10px;
}

.contact .condition-info {
    margin-right: 20px;
    margin-left: 24px;
}

.form-check-input {
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
    background-color: #2b2b2b !important;
    border: 1px solid #a8a8a8 !important;
    box-shadow: none !important;
}


.contact .cta-button {
    /* width: 30%; */
    margin-top: 80px;
}

.contact .form-title.your-info {
    border-left: 10px solid #02B5E2;
    padding-left: 16px;
}

.contact .form-title.comapny-info {
    border-left: 10px solid #82B702;
    padding-left: 16px;
}

.contact .form-title.add-info {
    border-left: 10px solid #E1A502;
    padding-left: 16px;
}

.contact .form-title.help {
    border-left: 10px solid #F965C6;
    padding-left: 16px;
}
.map img {
    padding-right: 10px;
}
.main.border-bottom {
    border-color: #4e4e4e !important;
}
/* AI Infra */


.whyuse h2.title {
    font-size: 38px;
    font-weight: 700;
    margin: 40px 0px 40px 0px;
    text-align: left;
    padding-top: 40px;
}

.whyuse .whyuse-list {

    margin-bottom: 40px;
}
.whyuse-list .list-item {
   padding: 40px;
}

.whyuse-list .list-item h4{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
}
.whyuse-list .list-item p{
    color: #c4c4c4;
}
.whyuse .border-end, .whyuse .border-bottom {
    border-color: #4e4e4e !important;
}

.whyuse .trusted-section {
    padding-top: 40px !important;
}

.aiinfra .footer-banner {
    background-image: url('Images/aiinfra/infra-footer-image.png');
    height: auto;
    background-size: cover;
    position: relative;
    margin-bottom: 40px;
}

.footer-banner  h2.banner-title {
    font-size: 50px;
    font-weight: 700; 
    margin: 40px 0px 40px 0px;
}

.footer-banner  .banner-sub {
    font-family: 'Public Sans';
    color: #9d9d9d;
    font-size: 18px;
    font-style: normal;
    margin: 0px 0px 30px 0px;
    padding-left: 40px;
    border-left: 1px solid #595959;
}
.best-reach-banner {
    margin: 40px 24px;
}

.animate_title span{
    color: white !important;
    opacity: 0.4;
     display: inline !important;
}

@media only screen and (max-width: 768px) {

     header .navbar-toggler{
        position: absolute;
        left: 20px;
        top: 8px;
    }

    header .container{
        justify-content: center !important;
    }

    .hero-image-anim {
        width: auto;
        min-height: 360px !important;
        object-fit: cover;
    }
    .cta-anim-bg {
        width: auto;
        height: 300px;
        display: block;
        margin: auto;
        padding-top: 40px;
        margin-left: -25%;
    }
    .col-6 {
        width: 100%;
        display: block;
    }
    .cta-section {
        margin: 20px;
    }
}


@media (width: 1024px) {
    .feature-desc {
        width: 75% !important;
    }
    .gpu-model,
    .cloud-service {
        font-weight: 700;
        font-size: 0.75rem;
        line-height: 38px;
        color: white;
    }

    .gpu-image,
    .cloud-image {
        width: 180px;
        height: auto;
        object-fit: cover;
    }
    .col-6.showcase-image {
        width: 50% !important;
    }
    platform-showcase.cloud-compute .showcase-desc {
        @media (min-width: 1024px) {
            width: 50% !important;
        }
    }
    .showcase-desc {
        width: 100% !important;
    }
    .platform-feature {
        width: 70% !important;
    }

}   

.privacy-block h2 {
    font-size: 3rem;
    padding-bottom: 30px;
}
.privacy-block p, .privacy-block li {
    font-size: 1.15rem;
    padding-bottom: 20px;
    color: #c4c4c4;
}
.privacy-block p strong {
    color: #fff     ;
}
.footer a.active {
    color: #ffc700 !important;
    font-weight: 600;
}




/* ---- index1 ------ */

.index1 .cta-section {
    background-color: #140e21;
}   

@media screen and (min-width:1540px) {
    .feature-content {
        /* margin-bottom: -180px !important; */
        flex-direction: row;

    }
    .feature-content.anim {
        margin-bottom: 0px !important;
        flex-direction: row;

    }
    .feature-text {
        margin-top: 100px !important;
    }
}



.hero-image-anim {
    width: 1440px;
    margin: auto;
    display: block;
}


/* 

.feature-img-anim {
    width: 100%;
    display: block;
    margin: auto;
}

.cta-anim-bg {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    margin: auto;
} */
/* .cta-background {
    margin: 0;
    padding: 0;
    background-image: none;
} */
/* .cta-anim-img {
    margin: 0;
    padding-left: 14px;
    width: auto;
    height: 370px !important;
    object-fit: cover;
}
.col-6.cta-content, .col-6.cta-anim-bg {
    width: 50% !important;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .col-6.cta-content, .col-6.cta-anim-bg 
    {
        width: 100% !important;
        margin: auto;
    }
    .cta-anim-bg {
        order: -1 !important;
        height: auto;
    }
    .cta-title, .cta-description {
        margin-bottom: 18px;
    }
    .cta-title br, .cta-description br {
        display: none;
    }

} */
   
     
