* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins;
    line-height: 1.6;
    color: #333;
    background: #fff;
}
a:hover{
    color: #003d86;
    text-decoration: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0f4c81 0%, #1a73e8 100%);
    color: white;
    padding: 100px 0 50px;
}

.hero h1 {
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgb(255 255 255 / 12%);
    width: fit-content;
    padding: 7px 10px;
    border-radius: 8px;
}

.hero h2 {
    font-size: 2em;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
}

.hero p {
    font-size: 1em;
    margin-bottom: 35px;
    max-width: 800px;
    opacity: 0.9;
    color: #fff;
}
.hero img{
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.cta-button {
    background: #8bc8ff;
    color: #003d86;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(137 197 251 / 44%);
    margin-bottom: 50px;
    width: fit-content;
    margin-top: 20px;
    display: inline-block;
}
.cta-button:hover {
    background: #62b5ff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #8bc8ff61;
}

/* Looking For Section */
.looking-for {
    background: #f8f9fa;
    padding: 80px 0 20px;
}

.looking-for h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #0f4c81;
    text-align: center;
}

.looking-for h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #1a73e8;
}

.looking-for h4 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.looking-for p {
    text-align: center; 
    max-width: 900px; 
    margin: 20px auto 40px;
    font-size: 16px;
    color: #555;
}
/* Dual Box Layout */
.dual-box-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.info-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.info-box h3 {
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1560b7;
    font-weight: 600;
    font-size: 1.5em;
}

.info-item {
    margin-bottom: 25px;
    display: inline-flex;
    gap: 10px;
}

.info-item h4 {
    color: #3b3b3b;
    margin-bottom: 8px;
}
.info-item p {
    text-align: left;
    margin: 0px 0 10px;
}

/* Benefits Grid */
.take-step {
	background-color: #E8F6FF;
    padding: 60px 40px;
    border-radius: 10px;
    background-image: url(../images/New-Project.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
	margin-top: 40px;
}
.take-step h3 {
    font-size: 23px;
    padding-bottom: 10px;
}
.take-step p{
    color: #555;
}
.take-step .consult-today{
	font-size: 15px;
    padding: 10px 15px;
    color: #2D55A5;
    background-color: #EDEDED;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.benefits-sip {
	margin: 50px 0;
}
.benefits-sip h2{
    font-size: 2em;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #0f4c81;
}
.benefits-sip h2 span{
	color: #0590E5;
}
.bb-sect1{
	position: sticky;
    top: 0;
    height: 450px;
	padding: 0 50px 0 0;
}
.bb-sect2 h4 {
    font-size: 21px;
}
.bb-sect2{
	border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.bb-sect2:last-child{
    border-bottom: none;
}
.bb-sect2 p{
    color: #555;
}

/* FastTrack Section */
.fasttrack {
    background: linear-gradient(135deg, #1a73e8 0%, #0f4c81 100%);
    color: white;
    padding: 50px 0;
}

.fasttrack h2, .fasttrack h3 {
    color: white;
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}
.fasttrack p{
    text-align: center; 
    max-width: 900px; 
    margin: 20px auto;
    color: #fff;
}
.fasttrack-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 20px;
}

.fasttrack-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fasttrack-image img{
    height: 335px;
}
.fasttrack ul {
    list-style: none;
    margin: 25px 0;
}

.fasttrack ul li {
    padding: 5px 0 10px 25px;
    position: relative;
    font-size: 1em;
}

.fasttrack ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8bc8ff;
    font-weight: bold;
    font-size: 1.1em;
}
.fasttrack-content p {
    text-align: left;
    font-size: 1em;
    line-height: 1.7;
}

/* Services Grid */
.servicenow-section{
    padding: 50px 0;
}
.servicenow-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    /* background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #1a73e8; */
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(45, 85, 165, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(45, 85, 165, 0.05);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    /* border-top-color: #8bc8ff; */
}

.service-card h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
}
.service-card p {
    margin-bottom: 20px;
    color: #555;
    font-size: 1em;
    line-height: 1.7;
}
.service-button {
    display: inline-block;
    background: linear-gradient(135deg, #2d55a5 0%, #0590e5 100%);
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.95em;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.service-button:hover {
    background: #0f4c81;
}

/* Industries Grid */
.industries {
    padding: 3rem 0 3rem;
    background: linear-gradient(135deg, #1a73e8 0%, #0f4c81 100%);;
    color: #fff;
}
.industries h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.industries .section-title p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.05em;
    max-width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.industry-tabs {
    margin-top: 3rem;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.tab-button {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.tab-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.tab-button.active {
    background: rgba(255, 255, 255, 0.1);
    border-color: #f9f9f9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
}

.tab-content.active {
    display: block;
}

.industry-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.industry-content h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.industry-content img{
    width: 45px;
    height: 45px;
}

.industry-description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.95;
    text-align: center;
    color: #fff;
}

.industry-features {
    list-style: none;
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.industry-features li {
    background: rgb(193 193 193 / 15%);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    position: relative;
    padding-left: 3rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.industry-features li:hover {
    background: rgb(193 193 193 / 15%);
    transform: translateX(5px);
}

.industry-features li::before {
    content: '✓';
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: #8bc8ff;
    font-weight: bold;
    font-size: 1.2rem;
}

.industry-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.industry-cta-btn {
    background: #8bc8ff;
    color: #003d86;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.industry-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ Section */
.faq {
    padding: 2rem 3rem;
    background: #f3f8ff;
  }
.faq ul{
    padding-left: 30px;
}
.faq h2{
    font-size: 2em;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
}
.faq-item {
    background: var(--white);
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(45, 85, 165, 0.05);
  }
.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary-blue);
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    transition: background 0.3s ease;
  }
.faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: #666;
    line-height: 1.7;
    display: none;
  }
.faq-answer.active {
    display: block;
    animation: slideDown 0.3s ease;
  }
  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
button#myBtn {
    background: #8bc8ff;
    color: #003d86;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 35px;
  }
.faq #more {
    display: none;
  }

/* Services we offer */
.services-offer{
    background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
    padding-bottom: 35px;
}
.services-offer .pointers{
background: var(--white);
padding: 1.3rem 1.3rem 0.5rem;
border-radius: 20px;
box-shadow: 0 10px 40px rgba(45, 85, 165, 0.08);
transition: all 0.3s ease;
border: 1px solid rgba(45, 85, 165, 0.05);
margin-top: 30px;
}
.services-offer .pointers h3{
font-size: 19px;
text-align: center;
color: #2d55a5;
font-weight: 600;
}
.services-offer .pointers p{
font-size: 14px;
color: #666;
margin-bottom: 1.5rem;
line-height: 1.7;
text-align: center;
}
.services-offer .title{
font-size: 30px;
font-weight: 600;
padding-top: 70px;
text-align: center;
color: #555555;
line-height: 1.4;
}
/*  Services we offer end */

/* Engagement Process Section */
.engagement-porcess {
padding: 3rem 0;
background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%);
}

.eng-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
margin-top: 3rem;
}
.eng-prcc-title h2{
    text-align: center;
}
.eng-prcc-title p{
    color: #555;
    text-align: center;
}

.eng-prcc-card {
background: #fff;
padding: 2rem;
border-radius: 15px;
box-shadow: 0 10px 40px rgba(45, 85, 165, 0.08);
border: 1px solid rgba(45, 85, 165, 0.05);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}

.eng-prcc-card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 4px;
background: var(--gradient);
transition: left 0.5s ease;
}

.eng-prcc-card:hover::before {
left: 0;
}

.eng-prcc-card:hover {
border: 1px solid rgba(45, 85, 165, 0.05);
transform: translateY(-5px);
}

.eng-prcc-card h3 {
font-size: 1.3rem;
color: var(--primary-blue);
margin-bottom: 1rem;
font-weight: 600;
}

.eng-prcc-card p {
color: #666;
margin-bottom: 1.5rem;
line-height: 1.6;
}

.engg-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2d55a5 0%, #0590e5 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.5rem;
}

.engg-icon img {
    width: 45px;
    height: 45px;
}

/* FastTrack Section */
.scale-team {
    background: linear-gradient(135deg, #1a73e8 0%, #0f4c81 100%);
    color: white;
    padding: 50px 0 25px;
}

.scale-team h2, .scale-team h3 {
    color: white;
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}
.scale-team p{
    text-align: center; 
    max-width: 900px; 
    margin: 20px auto;
    color: #fff;
}
.scaleteam-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 20px;
}

.scaleteam-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.scaleteam-image img{
    height: 335px;
}
.scale-team ul {
    list-style: none;
    margin: 25px 0;
}

.scale-team ul li {
    padding: 5px 0 10px 25px;
    position: relative;
    font-size: 1em;
}

.scale-team ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8bc8ff;
    font-weight: bold;
    font-size: 1.1em;
}
.scaleteam-content p {
    text-align: left;
    font-size: 1em;
    line-height: 1.7;
}

/* Staff Aug Expertise */
.staff-aug-expertise {
    color: #000;
    padding: 60px 20px;
    text-align: center;
}

.staff-aug-expertise h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.staff-aug-expertise p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
    color: #555;
}

.techrole {
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 42%);
    margin-bottom: 30px;
}

.tab {
    flex: 1;
    padding: 15px 20px;
    background: transparent;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
}

.tab:hover {
    background: #f5f5f5;
}

.tab.active {
    background: linear-gradient(135deg, #1a73e8 0%, #0f4c81 100%);
    color: white;
}

.content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.content.active {
    display: block;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.techrole-section {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.techrole-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,120,212,0.15);
    border-color: #0078d4;
}

.techrole-section-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1a73e8 0%, #0f4c81 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 24px;
    color: white;
}

.techrole-section h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.tech-tag {
    padding: 5px 12px;
    background: #e8f4fd;
    color: #0078d4;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.role-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.role-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,120,212,0.15);
    border-color: #0078d4;
}

.role-card h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.role-card i {
    color: #2D55A5;
    font-size: 1.3rem;
}

.role-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.role-item {
    padding: 5px 12px;
    background: #e8f4fd;
    color: #0078d4;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}
.footer{
    margin-top: 0!important;
}
/*        .role-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,120,212,0.3);
}*/
/* CTA Sections */
.cta-section {
    background: linear-gradient(135deg, #8bc8ff 0%, #f7931e 100%);
    color: white;
    text-align: center;
    padding: 60px 0;
}

.cta-section h2 {
    color: white;
    margin-bottom: 20px;
}

.cta-section p {
    color: white;
    font-size: 1.2em;
    margin-bottom: 30px;
}
.footer{
    margin-top: 0!important;
}
.cta {
    background-color: #2D55A5;
    padding: 40px 25px;
    margin-top: 55px;
}
.cta h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #2d55a5;
    background-clip: padding-box;
    border: none!important;
    border-bottom: 1px solid #ced4da!important;
    border-radius: 0!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
input::placeholder {
  color: #fff !important;
}
button.cta-btn {
    padding: 10px 22px;
    background: #fff;
    border: none;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.reqError {
    color: #ff7474;
    font-size: 13px;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .staff-aug-expertise h1 { font-size: 1.7rem; }
    .staff-aug-expertise p { font-size: 1rem; }
    .techrole { flex-direction: column; }
    .grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px){
    .dual-box-container{
        display: block;;
    }
    .services-grid{
        display: block;
    }
    .hero{
        padding: 50px 0 50px;
    }
    .hero h1{
        font-size: 1em;
        letter-spacing: 0.5px;
    }
    .hero h2 {
        font-size: 1.8em;
        margin-bottom: 15px;
    }
    .cta-button {
        font-size: 1em;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .hero img{
        height: auto;
    }
    .looking-for h2 {
        font-size: 1.7em;
        line-height: 1.3;
        text-align: left;
    }
    .looking-for p {
        text-align: left;
    }
    .info-box{
        padding: 20px;
        margin-bottom: 25px;
    }
    .benefits-sip {
        margin-top: 50px;
    }
    .benefits-sip h2 {
        font-size: 1.8em;
    }
    .bb-sect1 {
        position: relative;
        top: 0;
        height: auto;
        padding: 0;
    }
    .bb-sect2{
        margin-top: 40px;
    }
    .scale-team h2, .scale-team h3{
        font-size: 1.7em;
        line-height: 1.3;
    }
    .scaleteam-content {
        display: block;
    }
    .scaleteam-image img {
        height: 280px;
    }
    .scale-team{
        padding: 50px 0 10px;
    }
    .staff-aug-expertise{
        padding: 50px 20px;
    }
    .eng-prcc-title h2{
        font-size: 1.7rem;
    }
    .eng-prcc-title p{
        padding-top: 10px;
        color: #555;
    }
    .eng-grid{
        display: block;
    }
    .eng-prcc-card{
        padding: 1.5rem;
        margin-bottom: 25px;
    }
    .engagement-porcess{
        padding: 3rem 0 1.5rem;
    }
    .fasttrack h2, .fasttrack h3{
        font-size: 1.7em;
    }
    .fasttrack{
        padding: 40px 0 20px;
    }
    .fasttrack-content{
        display: block;
    }
    .fasttrack-image img {
        height: auto;
    }
    .servicenow-section h2{
        font-size: 1.7rem;
        line-height: 1.3;
    }
    .servicenow-section {
        padding: 50px 20px;
    }
    .services-grid{
        margin-top: 35px;
    }
    .service-card{
        padding: 1.5rem;
        margin-bottom: 25px;
    }
    .industries h2 {
        font-size: 1.7em;
    }
    .industries .section-title p{
        max-width: 100%;
    }
    .tab-button{
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        font-weight: 500;
    }
    .industry-content{
        padding: 1.5;
    }
    .industry-content h4 {
        font-size: 1.5rem;
    }
    .faq {
        padding: 2rem 0rem;
    }
    .faq h2 {
        font-size: 1.7em;
        line-height: 1.3;
    }
}