
.fas{
    color: #007bff !important;
}

.bg-yellow-blue {
    padding: 20px 10px !important;
    background-image: linear-gradient(35deg,#fcfce2 30%,#dcf5fe 60%) !important;
}

.bg-violet-blue {
    padding: 20px 10px !important;
    background-image: linear-gradient(35deg,#e3ddfd 30%,#f3fcff 90%) !important;
}

.bg-blue-yellow {
    padding: 20px 10px !important;
    background-image: linear-gradient(35deg,#e8f9ff 40%,#faf9c5 90%) !important;
}

.bg-blue-green {
    padding: 20px 10px;
    background-image: linear-gradient(145deg,#f3fcff 40%,#d3fff5 90%)
}

.bg-blue-light {
    padding: 20px 10px !important;
    background-image: linear-gradient(35deg,#dcf5ff 50%,#f3fcff 90%) !important;
}

.bg-red-blue {
    padding: 20px 10px !important;
    background-image: linear-gradient(35deg,#fcdde8,#f3fcff 60%) !important;
}

.bg-liteyellow-blue {
    padding: 20px 10px !important;
    background-image: linear-gradient(35deg,#fcfce2 40%,#f5fbfe 90%) !important;
}


body {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #333 !important;
    background-image: url(../../1/images/white-pattern-bg.jpg) !important;
}
.no-bg{
    background: none !important;
}
.no-boxshadow{
    box-shadow: none !important;
}
.text-center {
    text-align: center;
}
section{
    margin-bottom: 2rem !important;
}
.wrapper {
    padding: 1.5rem !important;
    margin: 1rem auto !important;
    background: #fff;
    max-width: 1280px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.page-title {
    color: #010101 !important;
    margin: 0 !important;
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
	font-weight: 700 !important;
}

.hero-banner{
    background: linear-gradient(35deg, #ffbeee 40%, #58a9f0 90%) !important;
    padding:20px 20px 50px !important; 
}
.banner-container *{
    box-sizing: border-box !important;
}
.banner-container {
    display: flex !important;
    flex-direction: row !important;
    max-width: 1280px !important;
    margin:0px auto !important;
    padding-top: 30px !important;
    border-radius: 10px !important;
}

.course-info {
    flex: 3 !important;
    padding-right: 40px !important; 
}

.registration-form {
    flex: 2 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #e1e1e1 !important;
    background-color: #ffffff75 !important;
    max-height: 480px !important;
    backdrop-filter: blur(10px) !important;
}

.banner-title {
    color: #0a2647 !important;
    font-size: 2.8rem !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}

.banner-subtitle {
    color: #0a2647 !important;
    font-size: 22px !important;
    margin-bottom: 25px !important;
}

.features {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 10px !important;
    margin: 30px 0 !important;
}

.feature {
    display: flex !important;
    align-items: center !important;
    margin-bottom:5px !important;
}

.check-icon {
    color: #0096ff !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #fffffffa !important;
    margin-right: 12px !important;
}

.experience-badge {
    width: 100px !important;
    height: 10px !important;
    background-color:#0d8cff !important;
    margin-bottom: 25px !important;
    border-radius: 5px !important;
}

.ratings {
    display: flex !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.rating-badge {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #e1e1e1 !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    gap: 5px !important;
}

.google-badge img {
    margin-right: 8px !important;
}


/* Form Styles */
.form-title {
    text-align: center !important;
    margin-bottom: 20px !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    color: #333 !important;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-control {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    font-size: 16px !important;
}

.form-select {
    appearance: none !important;
    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 !important;
    background-position: right 15px center !important;
    background-size: 15px !important;
}

.phone-input {
    display: flex !important;
}

.country-code {
    width: 30% !important;
    margin-right: 10px !important;
}

.phone-number {
    width: 70% !important;
}

.submit-btn {
    width: 100% !important;
    padding: 14px;
    background-color: #0096ff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

.about-technology .wrapper{
    overflow: hidden !important;
}
.blockquotes{
    padding: 20px;
    border-left: 10px solid #32a0f9;
    background: #e8f2fb;
    margin-bottom: 2rem;
}
.listing:not(ol){
    list-style-type: disc !important;
}
.listing{
    margin-left: 1.5rem !important;
}
.listing li{
    margin-bottom:0.5rem !important;
}
.about-technology ul {
    padding: revert !important;
    margin: revert !important;
}
.listing-no-bullets{
    list-style-type: none !important;
    margin-left: 0 !important;
}
.curriculum { background-color: #fff !important; }
.section {display: flex !important; flex-direction: column !important; border: 1px solid #ddd !important;}
.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 !important; font-weight: 500 !important; cursor: pointer !important; 
padding: 10px 20px !important; flex: 1 !important; position: relative !important;}
.content {visibility: hidden !important; padding-left: 20px !important; 
margin-top: 10px !important; height: 0 !important; transition: height 0.3s ease-in-out !important;}
.content ul { list-style-type: disc !important; margin-left: 20px !important; }
.content ul li{ margin-bottom: 0.5rem !important; }
.content ul ul{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.active + .content{ visibility: visible !important; height:max-content !important;}
.section-title.active{
    color: #0c63e4 !important;
    background-color: #E7F1FF !important;
}
.section-title::after {
    content: "" !important;
    display: block !important;
    width: 20px !important;
    height:20px !important;
    margin-left: auto !important;
    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 !important;
    background-position: center !important;
    background-size: contain !important;
    transition: all 0.3s ease-in-out !important;
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
}
.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) !important;
}

.check-icon svg{
    width: 1rem !important;
    height: rem !important;
}

.listing-with-check-icon li::before{   
    content: '✔' !important;
    color: #212121 !important;
}

.image-wrapper{
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
}
.flex-row-reverse{
    flex-direction: row-reverse !important;
    
}

.image-thumbnail {
    flex: 2 !important;
    text-align: center !important;
}
.image-thumbnail img{
    width: 100% !important;
    height: auto !important;
    border-radius: 5px !important;
    object-fit: cover !important;
    max-width:560px !important;
}
.content-wrapper{
    flex: 2 !important;
}

.key-features .listing{
    margin-left: 0 !important;
}

.lead-trainer {
    background-image: url(../../1/images/counter.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    padding: 100px 20px !important;
    margin-bottom: 0 !important;
}
.lead-trainer .wrapper{
    padding: 4rem !important;
}
.instructor-header {
    color: #0078d7 !important;
    font-size: 1.2rem !important;
}

.instructor-title {
    font-size: 2.5rem !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.instructor-profile {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
}

.profile-image {
    width: 200px !important;
    height: auto !important;
    border-radius:20px !important;
    overflow: hidden !important;
    background: linear-gradient(45deg, #4a00e0, #8e2de2) !important;
}

.profile-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.profile-text {
    flex: 1 !important;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
}
.social-icons {
    display: flex !important;
    gap: 20px !important;
}
.social-icons a {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    background-color: #fffdfd !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, background-color 0.3s ease !important;
}
.social-icons a:hover {
    transform: scale(1.1) !important;
    background-color: #eaeaea !important;
}
.social-icons svg {
    width: 30px !important;
    height: 30px !important;
}
.facebook svg { fill: #1877F2 !important; }
.twitter svg { fill: #1DA1F2 !important; }
.instagram svg { fill: #E4405F !important; }
.linkedin svg { fill: #0A66C2 !important; }

.stats-container {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.stat-card {
    flex: 1 !important;
    min-width: 200px !important;
    background: aliceblue !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    text-align: center !important;
}

.stat-number {
    font-size: 2.5rem !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.stat-number.purple {
    color: #9d4edd !important;
}

.stat-number.teal {
    color: #4ecdc4 !important;
}

.stat-number.pink {
    color: #ff6b97 !important;
}

.stat-number.orange {
    color: #ffa62b !important;
}

.stat-label {
    font-size: 1rem !important;
    color: #373737 !important;
    text-align: center !important;
}
.training-outcomes{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.training-outcomes  .content-wrapper {
    flex: 5 !important; 
}
.training-outcomes .image-thumbnail {
    flex: 3 !important;
}
.training-outcomes .image-thumbnail img{
    max-width:500px !important;
}
.course-objectives {
    margin-top: 100px !important;
    margin-bottom:100px !important;
}
.traning-content{
    background-image: url(../../1/images/bg-0001.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    padding:100px 0px 50px 0px !important;
    margin-bottom: 0 !important;
}
.main-heading {
    font-size: 2.5rem !important;
    text-align: center !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    background: linear-gradient(to right, #0088ff 0%, #00f2fe 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

.guest-card-wrapper {
    padding: 20px 20px 30px !important;
    background: aliceblue !important;
}

.guest-card-listing {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(402px, 1fr)) !important;
    gap: 20px !important;
}

.guest-card {
    display: flex !important;
    align-items: center !important;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%) !important;
    padding: 15px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    text-align: left !important;
    position: relative !important;
}

.guest-card::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 10px !important;
    right: 20px !important;
    z-index: 1 !important;
    width: 100px !important;
    height: 100px !important;
    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% !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
}

.guest-photo {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin-right: 15px !important;
    outline: 2px solid #8367a9 !important;
    outline-offset: 5px !important;
}

.guest-content {
    flex: 1 !important;
}

.guest-title {
    font-size: 1.5rem !important;
    margin: 0 !important;
    color: #010101 !important;
    margin-top: 10px !important;
}

.guest-desc {
    font-size: 1rem !important;
    margin-top: 5px !important;
    color: #011001 !important;
}

/* company */
.company{
    background-image: url(../../1/images/hiring-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 160px 20px !important;
    margin-bottom: 0 !important;
    position: relative !important; 
}
.company::before{
    content: '' !important;
    display:block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    background:#000000 !important;
    opacity: 0.7 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
}
.company .wrapper{
    position: relative !important;
    z-index: 2 !important;
}
.company .page-title{
    color: #fff !important;
    font-size: 3.5rem !important; 
    margin-bottom: 4rem !important;
    text-align: center !important;
    background: linear-gradient(18deg, #2196F3 20%, #00f2fe 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}
.companies-logos-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 1200px !important;
}
.company-logos {
    background-color: #fff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    min-height: 80px !important;
}
.company-logos:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}
.company-logos img {
    max-width: 160px !important;
    max-height: 80px !important;
}
/* Starting Date and Course Fees Capsule Structure - Start */

.course-info-wrap {
    display: flex;
    flex-direction: row;
    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;
}
/* Starting Date and Course Fees Capsule Structure - End */
/* Responsive Styles */

@media (max-width: 768px) {
    .listing{
        margin-left: 0.5rem !important; 
    }
    .banner-container  {
        flex-direction: column !important;
        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;
    }
}