html{
    font-size: 16px;
}
.fas{
    color: #007bff;
}

.bg-yellow-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#fcfce2 30%,#dcf5fe 60%)
}

.bg-violet-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#e3ddfd 30%,#f3fcff 90%)
}

.bg-blue-yellow {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#e8f9ff 40%,#faf9c5 90%)
}

.bg-blue-green {
    padding: 20px 10px;
    background-image: linear-gradient(145deg,#f3fcff 40%,#d3fff5 90%)
}

.bg-blue-light {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#dcf5ff 50%,#f3fcff 90%)
}

.bg-red-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#fcdde8,#f3fcff 60%)
}

.bg-liteyellow-blue {
    padding: 20px 10px;
    background-image: linear-gradient(35deg,#fcfce2 40%,#f5fbfe 90%)
}


body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-image: url('white-pattern-bg.jpg');
}
.no-bg{
    background: none !important;
}
.no-boxshadow{
    box-shadow: none !important;
}
.text-center {
    text-align: center;
}
section{
    margin-bottom: 2rem;
}
.wrapper {
    padding: 1.5rem;
    margin: 1rem auto;
    background: #fff;
    max-width: 1280px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-title {
    color: #010101;
    margin: 0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.hero-banner{
    background: linear-gradient(35deg, #ffbeee 40%, #58a9f0 90%);
    padding:20px 20px 50px;
}
.banner-container *{
    box-sizing: border-box;
}
.banner-container {
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    margin:0px auto;
    padding-top: 30px;
    border-radius: 10px;
}

.course-info {
    flex: 3;
    padding-right: 40px;
}

.registration-form {
    flex: 2;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff75;
    max-height: 480px;
    backdrop-filter: blur(10px);
}

.banner-title {
    color: #0a2647;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.banner-subtitle {
    color: #0a2647;
    font-size: 22px;
    margin-bottom: 25px;
}

.course-info-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #333;
    border: 1px solid #323232;
    padding: 10px 20px;
    border-radius: 30px;
}
 
.info-item {
  display: flex;
  align-items: center;
}
 
.emoji {
  margin-right: 8px;
  font-size: 1.2em;
}
 
.stdate,
.price {
  color: #000;
  margin-left: 4px;
}
.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 30px 0;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom:5px;
}

.check-icon {
    color: #0096ff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fffffffa;
    margin-right: 12px;
}

.experience-badge {
    width: 100px;
    height: 10px;
    background-color:#0d8cff;
    margin-bottom: 25px;
    border-radius: 5px;
}

.ratings {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.rating-badge {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding: 8px 12px;
    border-radius: 6px;
    gap: 5px;
}

.google-badge img {
    margin-right: 8px;
}


/* Form Styles */
.form-title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 24px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

.phone-input {
    display: flex;
}

.country-code {
    width: 30%;
    margin-right: 10px;
}

.phone-number {
    width: 70%;
}

.submit-btn {
    width: 100%;
    padding: 24px;
    background-color: #0096ff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.about-technology .wrapper{
    overflow: hidden;
}
.blockquotes{
    padding: 20px;
    border-left: 10px solid #32a0f9;
    background: #e8f2fb;
    margin-bottom: 2rem;
}
.listing:not(ol){
    list-style-type: disc;
}
.listing{
    margin-left: 1.5rem;
}
.listing li{
    margin-bottom:0.5rem;
}
.listing-no-bullets{
    list-style-type: none;
    margin-left: 0;
}
.curriculum { background-color: #fff; }
.section {display: flex; flex-direction: column; border: 1px solid #ddd;}
.section:first-child{border-top-left-radius: 10px; border-top-right-radius: 10px;}
.section:last-child{border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.section-title { font-size: 1.1rem; font-weight: 500; cursor: pointer; padding: 10px 20px; flex: 1; position: relative;}
.content {visibility: hidden; padding-left: 20px; margin-top: 10px; height: 0; transition: height 0.3s ease-in-out;}
.content ul { list-style-type: disc; margin-left: 20px; }
.content ul li{ margin-bottom: 0.5rem;}
.content ul ul{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.active + .content{ visibility: visible; height:max-content;}
.section-title.active{
    color: #0c63e4;
    background-color: #E7F1FF;
}
.section-title::after {
    content: "";
    display: block;
    width: 20px;
    height:20px;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 15px;
    right: 20px;
}
.section-title.active::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.check-icon svg{
    width: 1rem;
    height: rem;
}

.listing-with-check-icon li::before{   
    content: '✔';
    color: #212121;
}

.image-wrapper{
    /* display: flex; */
    flex-direction: row;
    gap: 1rem;
}
.flex-row-reverse{
    flex-direction: row-reverse;
    
}

.image-thumbnail {
    flex: 2;
    text-align: center;
}
.image-thumbnail img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    max-width:560px;
}
.content-wrapper{
    flex: 2;
}

.key-features .listing{
    margin-left: 0;
}

.lead-trainer {
    background-image: url(counter.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 100px 20px;
    margin-bottom: 0;
}
.lead-trainer .wrapper{
    padding: 4rem;
    backdrop-filter: blur(12px);
    background: #ffffff7a;
}
.instructor-header {
    color: #0078d7;
    font-size: 1.2rem;
}

.instructor-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.instructor-profile {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.profile-image {
    width: 200px;
    height: auto;
    border-radius:20px;
    overflow: hidden;
    background: linear-gradient(45deg, #4a00e0, #8e2de2);
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-text {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.5;
}
.social-icons {
    display: flex;
    gap: 20px;
}
.social-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fffdfd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.social-icons a:hover {
    transform: scale(1.1);
    background-color: #eaeaea;
}
.social-icons svg {
    width: 30px;
    height: 30px;
}
.facebook svg { fill: #1877F2; }
.twitter svg { fill: #1DA1F2; }
.instagram svg { fill: #E4405F; }
.linkedin svg { fill: #0A66C2; }

.stats-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-card {
    flex: 1;
    min-width: 200px;
    background: aliceblue;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 20px;
    text-align: center;;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.stat-number.purple {
    color: #9d4edd;
}

.stat-number.teal {
    color: #4ecdc4;
}

.stat-number.pink {
    color: #ff6b97;
}

.stat-number.orange {
    color: #ffa62b;
}

.stat-label {
    font-size: 1rem;
    color: #373737;
    text-align: center;
}
.training-outcomes{
    margin-top: 0;
    margin-bottom: 0;
}
.training-outcomes  .content-wrapper {
    flex: 5;
}
.training-outcomes .image-thumbnail {
    flex: 3;
}
.training-outcomes .image-thumbnail img{
    max-width:500px;
}
.course-objectives {
    margin-top: 100px;
    margin-bottom:100px;
}
.traning-content{
    background-image: url(bg-0001.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding:100px 0px 50px 0px;
    margin-bottom: 0;
}
.main-heading {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(to right, #0088ff 0%, #00f2fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.guest-card-wrapper {
    padding: 20px 20px 30px;
    background: aliceblue
}

.guest-card-listing {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(402px, 1fr));
    gap: 20px;
}

.guest-card {
    display: flex;
    align-items: center;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    padding: 15px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
}

.guest-card::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
    width: 100px;
    height: 100px;
    background: url("data:image/svg+xml;utf8,<svg clip-rule='evenodd' fill-rule='evenodd' height='512' image-rendering='optimizeQuality' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' viewBox='0 0 1707 1707' width='512' xmlns='http://www.w3.org/2000/svg' id='fi_7334113'><g id='Layer_x0020_1'><path d='m1128 1066c-312 0-564-253-564-564 0 311-253 564-564 564 311 0 564 252 564 563 0-311 252-563 564-563z' fill='%23ffd93b'></path><g fill='%23ffb030'><path d='m1707 1357c-171 0-309-139-309-309 0 170-139 309-309 309 170 0 309 138 309 309 0-171 138-309 309-309z'></path><path d='m1529 417c-208 0-376-168-376-376 0 208-168 376-376 376 208 0 376 168 376 376 0-208 168-376 376-376z'></path></g></g></svg>");
    background-size:50%;
    background-repeat: no-repeat;
    background-position: top right;
}

.guest-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    outline: 2px solid #8367a9;
    outline-offset: 5px;
}

.guest-content {
    flex: 1;
}

.guest-title {
    font-size: 1.5rem;
    margin: 0;
    color: #010101;
    margin-top: 10px;
}

.guest-desc {
    font-size: 1rem;
    margin-top: 5px;
    color: #011001;
}

/* company */
.company{
    background-image: url(hiring-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 160px 20px;
    margin-bottom: 0;
    position: relative;
}
.company::before{
    content: '';
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
    background:#000000;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 0;
}
.company .wrapper{
    position: relative;
    z-index: 2;
}
.company .page-title{
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 4rem;
    text-align: center;
    background: linear-gradient(18deg, #2196F3 20%, #00f2fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.companies-logos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}
.company-logo {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 80px;
}
.company-logo:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.company-logo img {
    max-width: 160px;
    max-height: 80px;
}
/* Responsive Styles */

@media (max-width: 768px) {
    .listing{
        margin-left: 0.5rem;
    }
    .banner-container  {
        flex-direction: column;
        padding: 20px;
    }
    
    .course-info {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .features {
        grid-template-columns: 1fr;
    }
    .image-wrapper, .ratings {
        flex-direction: column-reverse;
    }
    .ratings{
        flex-direction: column;
    }

    .instructor-profile {
        flex-direction: column;
        align-items: flex-start;
    }
    .profile-image{
        margin: auto;
    }
    .profile-image img{
        display: block;
    }
    .stats-container {
        flex-direction: column;
    }
    .lead-trainer .wrapper {
        padding: 1.5rem;
    }
    .company .page-title{
        font-size: 2.5rem;
    }
}

.registration {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure it takes full height of its parent */
    padding-top: 330px;
}