*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

/* .Container {
    background-color: #fff;
    width: 90%;
    height: auto;
    padding: 0 15px;
    max-width: 100%;
    margin: auto;
    margin-top:80px ;
    border-radius: 10px 90px 10px 170px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  } */
/* Navbar start */
.header-area.header-sticky {
    min-height: 80px;
}
.header-area {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 90px;
    background-color: white;
}
.background-header {
    background-color: #fff;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}
.background-header .logo {
    color: #b71516  !important;
}

.background-header .main-nav .nav > li:hover > a {
  color: #b71516  !important;
}

.background-header .main-nav .nav > li > ul > li:hover > a {
  color: #b71516 !important;
}
.background-header .nav li a.active {
    color:  #051537 !important;
  }
.background-header .nav li a.active {
  /* color: #f55858 !important; */
}
.logo{
    line-height: 60px;
    font-family: Averia Serif Libre;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #b71516;
}
.logo:hover{
     color:  #060644;
}
nav ul li{
    padding-left:  10px;
    padding-right: 10px;
}
.nav-item a{
    display: block;
    font-weight: 500;
    font-size: 14px;
}
.nav-item a:hover{
    color:#051537  ;
}
.left h1{
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    /* color: #fff; */
}

.left-button{
    
    border-radius: 20px;
    padding: 6px 20px;
    background-color: #f55858;
    text-transform: uppercase;
}
a{
    font-size: 13px;
    /* color: #fff; */
    letter-spacing: 0.50px;
}
.nav-link{
    margin-bottom: 0%;
}

/* Navbar end */

/*  Custumer success  start  */

/*  Heading section start */
.title{
    background: linear-gradient(to bottom, #006ead, #060644);
    padding: 100px;
    /* font-family: 'Libre Baskerville', serif; */
    font-family: 'Roboto', sans-serif;
}
.title h2{
    color:  #ffb85d ;
}
.start{
    font-size: 80px;

}

.start2 {
    font-style: italic;
}

@media (max-width: 768px){
    .title {
       padding-left: 0;
       padding-right: 0;
        
    }
    .start{
        font-size: 35px;
    
    }
    .title p {
        font-size: 20px;
    }
   
}


/*  Heading section end */

/* Matrix section start */

/* Importing League Spartan font */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700&display=swap');
.matrix .ht h2{
color: #17176d;
font-family: 'Roboto', sans-serif;
 font-size: 40px;
 font-weight: bolder;
}

.metric-icon svg{
    color:#ffb85d;
}

.matrix .card:hover{
    transition: transform .3s ease;
    transform: translateY(-5px);
}
/* Matrix section end */

.card{
    box-shadow: 0 4px 8px #0000001a;
}
.metric-card h3, p {
    color:  #051537;
}

/* Transformation journy start */

.steps-section{
    font-family: "Roboto", sans-serif;
    background: linear-gradient(135deg, #f6f8fb 0%, #f1f5f9 100%);
    min-height: 894px;
    display: flex;
    align-items: center;
    padding: 20px;
    overflow-x: hidden;
}
.steps-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

.steps-section .titless h2 {
    color: #17176d;
    font-family: 'Roboto', sans-serif;
}

.journey-container {
    position: relative;
    width: 100%;
    min-height: 500px;
}

.human-container {
    position: absolute;
    bottom: 500px;
    left: 75px;
    z-index: 10;
    transition: transform 0.5s ease;
}

 .human-figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 3px solid #4299e1;
    transition: transform 0.3s ease;
 
}


.journey-container .human-figure:hover {
    transform: scale(1.1);
}

.journey-container .journey-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    padding: 20px;
}

.journey-container .step {
    flex: 1;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: relative;
    transition: all 0.3s ease;
    min-width: 180px;
}

/* Staircase effect */
.journey-container .step:nth-child(1) { transform: translateY(188px); }
.journey-container .step:nth-child(2) { transform: translateY(130px); }
.journey-container .step:nth-child(3) { transform: translateY(68px); }
.journey-container .step:nth-child(4) { transform: translateY(5px); }
.journey-container .step:nth-child(5) { transform: translateY(-60px); }
.journey-container .step:nth-child(6) { transform: translateY(-130px); }

.journey-container .step-header {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding-bottom: 12px;
}

.journey-container .step-number {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #4299e1, #63b3ed);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 4px 8px rgba(66, 153, 225, 0.3);
}

.journey-container .step h3 {
    font-size: 1rem;
    color: #2d3748;
    margin: 0;
    flex-grow: 1;
    font-weight: 600;
}

.journey-container .toggle-btn {
    color: #4299e1;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.journey-container .step-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.6;
    opacity: 0;
}

.journey-container .step.active {
    transform: scale(1.05) translateY(-10px) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.journey-container .step.active .step-content {
    max-height: 200px;
    padding-top: 12px;
    border-top: 2px solid #e2e8f0;
    opacity: 1;
}

.journey-container .step.active .toggle-btn {
    transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .journey-container .journey-steps {
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
    }

    .journey-container .step {
        transform: none !important;
        margin-bottom: 15px;
    }

    .journey-container .step.active {
        transform: scale(1.02) !important;
    }

    .journey-container .human-container {
        display: none;
    }
    .human{
        display: none;
    }
    .journey-container{
        margin-top: -150px;
    }
}

@media (max-width: 480px) {
    .steps-section .container {
        padding: 20px 10px;
    }

    .steps-section .titelss h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .journey-container .step {
        padding: 15px;
    }

    .journey-container .step-number {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }

    .journey-container .step h3 {
        font-size: 0.9rem;
    }

    .journey-container .step-content {
        font-size: 0.8rem;
    }
    .human{
        display: none;
    }
    .journey-container{
        margin-top: -150px;
    }
    
}
.steps-section .titless{
    text-align: center;
    margin-bottom: 200px;
    margin-top: -20px;
}

.human {
    width: auto;
    height: 490px;
    object-fit: contain;
    margin-left: 42px;
    margin-bottom: -250px;
    margin-top: -200px;
}
@media (max-width: 1199px) {
    .human {
        display: none;
    }
}
@media (min-width: 1200px) {
    .human {
        display: block;
    }
}
/* Transformation journy end */

/* Personal Success Stories start  */
.personal-stories .container {
    max-width: 800px;
}

.personal-stories .testimonial-card {
    background: linear-gradient(to bottom,  #006ead, #060644);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin: 1rem auto;
    max-width: 600px;
    transition: transform 0.3s ease;
}

.personal-stories .card-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.personal-stories .profile-section {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.personal-stories .profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: fill;
    border: 3px solid #0d6efd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.personal-stories .testimonial-star {
    color: #ffd700;
    font-size: 1.2rem;
    text-align: center;
}

.personal-stories blockquote {
    font-size: 1.1rem;
    color: white;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    margin: 0;
    padding: 0 1rem;
}

.personal-stories .testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.personal-stories .author-info {
    flex-grow: 1;
}

.personal-stories .author-name {
    margin: 0;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
}

.personal-stories .author-role {
    color: white;
    margin: 0;
    font-size: 0.9rem;
}

.personal-stories .linkedin-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #0077b5;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.personal-stories .linkedin-link:hover {
    transform: scale(1.1);
    background-color: #005e93;
    color: white;
}

.personal-stories .carousel-indicators {
    bottom: -50px;
}

.personal-stories .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #060644;
    opacity: 0.5;
    margin: 0 5px;
}

.personal-stories .carousel-indicators button.active {
    opacity: 1;
}

.personal-stories .carousel-control-prev,
.personal-stories .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #007bff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.personal-stories .carousel-control-prev {
    left: -50px;
}

.personal-stories .carousel-control-next {
    right: -50px;
}

.personal-stories .carousel-control-prev:hover,
.personal-stories .carousel-control-next:hover {
    opacity: 1;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .personal-stories .testimonial-card {
        padding: 1.5rem;
        margin: 0.5rem;
    }

    .personal-stories .profile-image {
        width: 80px;
        height: 80px;
    }

    .personal-stories blockquote {
        font-size: 1rem;
        padding: 0;
    }

    .personal-stories .carousel-control-prev,
    .personal-stories .carousel-control-next {
        display: none;
    }

    .personal-stories .carousel-indicators {
        bottom: -40px;
    }
}

.personal-stories .btn{
    background-color: #060644;
    border: none;
}
.personal-stories .btn:hover{
    background-color: #007bff;
    border: none;
}
.personal-stories h2{
    color: #17176d;
    font-family: 'Roboto', sans-serif;
}
.personal-stories .card{
    background: linear-gradient(to bottom,  #006ead, #060644);
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.25px;
    color: white;
}
/* Personal Success Stories end */

/* Custumer success end */

/* Contact Form start */
.cta{
    /* background-color:  #04ecf0 ; */
  
}
.cta .btn{
    background-color: #060644;
    color: #ddd;
}
.cta .btn:hover{
    background-color: #007bff;
}
/* Contact Form end */

/* Footer start */

footer .social li a{
    background: linear-gradient(to bottom,  #006ead, #060644);
}
.copyright {
    font-size: 14px;
    color: #777; /* Light grey color for text */
} 

/* Footer end */