@import url("https://unpkg.com/leaflet@1.7.1/dist/leaflet.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

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

body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.valid-cert {
    background-color: #ffe5cc;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0;
    margin-top: 20px;
}

.invalid-cert {
        background-color: #696969;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0;
    margin-top: 20px;
}

.webinardate {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.webinartime {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.eventrow {
    display: flex;
    flex-wrap: wrap;
}

.eventcol9 {
    flex: 0 0 auto;
    width: 75%;
}

.eventcol3 {
    flex: 0 0 auto;
    width: 25%;
}

.event-card {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    max-width: -webkit-fill-available;
    width: 100%;
    align-items: center;
}

.event-image {
    width: 40%;
    position: relative;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.event-info {
    position: absolute;
    left: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    width: 58%;
    padding: 30px;
    clip-path: polygon(90px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 142px);
}

.event-info h2 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding-left: 80px;
}

.event-details {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    gap: 15px;
    margin-bottom: 15px;
    padding-left: 80px;
}

.event-details span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-button {
    float: right;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    align-self: flex-start;
    padding: 10px 20px;
    margin-top: 10px;
}

.event-button:hover {
    background-color: #0052cc;
}

.btncardboxspace {
    cursor: pointer;
    background-color: #000;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 7px 10px;
    margin-top: 10px;
    margin-right: 8px;
}

.cta-button {
    cursor: pointer;
    background: #246d5d;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 7px 10px;
    margin-right: 8px;
}

.cta-button:hover {
    transform: scale(1.1);
}

.pay-now-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    color: white;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 7px 20px 12px 20px;
}

.pay-now-btn:hover {
    transform: scale(1.1);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.pay-now-btn .icon {
    display: inline-block;
    font-size: 20px;
    margin-right: 0;
    transition: transform 0.3s ease-in-out;
}

.pay-now-btn:hover .icon {
    transform: rotate(15deg);
}

.pay-now-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.4s ease-in-out;
}

.pay-now-btn:hover::before {
    left: 100%;
}

.btnspace a {
    text-decoration: none;
}

.job-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    padding-bottom: 10px;
    margin: 0;
}

.journeyimg img {
    width: -webkit-fill-available;
    height: auto;
    margin: 0 auto;
}

.industry {
    background-color: #ec1394;
    color: #fff;
}

.modals {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding-top: 60px;
}

.modalcontent h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.modalcontent {
    width: -webkit-fill-available;
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 10px;
    padding: 20px;
    margin: 5% auto;
}

.formcontrol {
    width: -webkit-fill-available;
    height: auto;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.closes {
    float: right;
    cursor: pointer;
    background-color: #ec1394;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 0 7px;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.search-form input[type="text"],
.search-form select {
    flex: 0 0 auto;
    width: 25%;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding: 7px 10px;
}

.search-form button {
    padding: 10px 20px;
    border: none;
    background-color: #ec1394;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.search-form button:hover {
    background-color: #ec1394;
}

.job-listings .container h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
}

.job-itemflex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.job-item {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: -webkit-fill-available;
    max-width: 400px;
    height: auto;
    background-color: transparent;
    border: 2px solid #ec1394;
    border-radius: 5px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    transition: transform 0.2s ease;
}

.job-item:hover {
    transform: translateY(-3px);
}

.job-item img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.job-content {
    flex: 1;
}

.company-name {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 4px;
}

.job-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2rem;
    padding-bottom: 10px;
    color: #ec1394;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
    font-size: 12px;
    color: #555;
}

.job-meta .experience {
    background-color: #eef2f7;
    padding: 4px 8px;
    border-radius: 4px;
}

.job-meta .location {
    color: #555;
    font-weight: 600;
}

.salary-info {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #ec1394;
    margin: 0;
}

.job-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    padding-bottom: 10px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.tag {
    background-color: #f0f0f0;
    color: #555;
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 4px;
}

.btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ec1394;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.btn-primary:hover {
    background-color: #ec1394;
}

.resume-upload {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}

.resume-upload form {
    display: flex;
    flex-direction: column;
}

.resume-upload input,
.resume-upload button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.resume-upload button {
    background: #ec1394;
    color: white;
    border: none;
    cursor: pointer;
}

.resume-upload button:hover {
    background: #ec1394;
}

.mainpreview {
    display: initial;
    width: -webkit-fill-available;
    height: 500px;
    border: none;
    outline: none;
    margin: 20px 0;
}

.feature-container a {
    text-decoration: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 12px 0 !important;
}

.pointenroll {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.liveparagraph {
    position: relative;
    bottom: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: italic;
    color: #5c5c5c;
    padding-top: 10px;
    padding-bottom: 10px;
}

table#ticketsTable {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

table#ticketsTable th,
table#ticketsTable td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

table#ticketsTable th {
    background-color: #ec1394;
    color: #fff;
    font-weight: bold;
}

table#ticketsTable tbody tr:hover {
    background-color: #ec1394;
}

table#ticketsTable tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

table#ticketsTable tbody tr:nth-child(even) {
    background-color: #ec1394;
}

table#ticketsTable .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 14px;
}

table#ticketsTable .dataTables_wrapper .dataTables_length select {
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
}

table#ticketsTable_wrapper {
    padding: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #007bff;
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 2px;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0056b3;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #0056b3;
    color: #fff;
}

.thank-you {
    padding: 50px 0;
}

.errortextcenter {
    text-align: center;
}

.errortextcenter a {
    position: relative;
    top: 20px;
}

.errortextcenter p {
    line-height: 1.5rem;
}

.phonetext b {
    color: #000;
}

.layoutcolsssssssssssssssssssssss6 {
    flex: 0 0 auto;
    width: 50%;
}

.clcemployeeonboardingform button {
    cursor: pointer;
    background-color: #ec1394;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    color: #fff !important;
    transition: background-color 0.3s;
    padding: 8px 10px;
    margin-top: 20px;
}

.clcemployeeonboardingformspace {
    width: 50%;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 0 7px #ffd0a2;
    padding: 50px 0;
    margin: 30px auto;
}

.clcemployeeonboardingform h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}

.clcemployeeonboardingform p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}

.clcemployeeonboardingform form {
    padding-top: 10px;
}

.clcemployeeonboardingform label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.clcemployeeonboardingform input {
    width: -webkit-fill-available;
    height: auto;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline: none;
    border-radius: 5px;
    color: #000;
    padding: 10px;
}

.policieslink {
    list-style: none;
    padding: 0;
}

.policieslink li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: justify;
    padding-bottom: 10px;
}

.privacypolicytext {
    padding: 50px 0;
}

.privacypolicytext h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.privacypolicytext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: justify;
    padding-bottom: 10px;
}

.tablenotifstudent tr th {
    background-color: #ffc185;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    text-align: center;
    padding: 0;
}

.tablenotifstudent {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #000;
    padding: 0;
    margin: 0;
}

.tablenotifstudent thead {
    background-color: #ffd8b3;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.tablenotifstudent thead {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 0;
}

.tablenotifstudent tr {
    height: 30px;
}

.tablenotifstudent tbody {
    border: 1px solid #f1f1f1;
}

.layoutcontactcol6 {
    flex: 0 0 auto;
    width: 50%;
}

.bloglayouttextcontent a {
    position: relative;
    top: 7px;
}

.tablenotifstudent tbody td {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px 0;
}

.indiatext a {
    color: #000;
    text-decoration: none;
}

.stillhavequeries {
    background-image: linear-gradient(490deg, #ffffff, #eae9e7), url('../images/stillhavequeries.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.testimonials-wrap {
    padding-top: 20px;
}

.ctabuttonss {
    cursor: pointer;
    background-color: #fde5f3;
    font-size: 13px;
    color: #000;
    box-shadow: 0px 0px 7px rgb(224 224 224);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    border-radius: 4px;
    transition: background-color 0.3s;
    padding: 9px 12px;
}

.webinarbgtext {
    background: linear-gradient(45deg, #ec1394, #2e3092);
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
}

.layoutabouttext .p strong {
    border-bottom: 1px solid;
    line-height: 1.5rem;
}

.layoutabouttext .h5 strong {
    line-height: 1.5rem;
}

.footerlinkss {
    padding-left: 50px;
}

.footerlinkss h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.footerlinkss ul {
    list-style: none;
    padding: 0;
}

.footerlinkss ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
}

.footerlinkss ul li a {
    color: #000;
    text-decoration: none;
}

.Webinar {
    margin-bottom: 50px;
}

.bgdanger {
    background-color: #ffcbcb;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.applicationprocessspace {
    margin-top: 50px;
}

.marqueetextdesktop img {
    width: 100px;
    height: auto;
    padding: 0 10px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.contactlayouttextcontacttext {
    display: inline-block;
}

.layoutcontactcollocationtext {
    padding: 20px;
}

.contactpaddingtext {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactcardtext svg {
    width: 40px;
    height: auto;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
}

.contactcardtexts svg {
    width: 30px;
    height: auto;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
}

.contactcardtexts h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    padding-left: 10px;
    margin: 0;
}

.contactcardtexts {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #ffecd9;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 0 20px;
    margin: 10px;
}

.contactcardtext {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #ffecd9;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 0 20px;
    margin: 10px;
}

.contactcardtext h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    padding-left: 10px;
    margin: 0;
}

.layouttexttabcontent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layoutabouttextaboutcontent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layoutsssimg {
    text-align: center;
}

.layoutsssimg img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.layoutfeaturescardtexts .layoutfeaturestexts h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #ec1394;
    margin-bottom: 5px;
}

.layoutfeaturescardtexts .layoutfeaturestexts p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    line-height: 1rem;
    margin: 0;
}

.step-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.layoutabouttext h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layoutabouttextsupportsystem {
    display: flex;
    justify-content: left;
    align-items: center;
}

.layoutabouttext h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layoutboxtext {
    width: -webkit-fill-available;
    height: 200px;
    background-color: #eb008b1a;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 0 7px #adadad;
    padding: 20px;
    margin: 50px 10px 10px 10px;
}

.layoutapplicationprocess h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 70px;
    margin: 0;
}

.layoutapplicationprocess {
    text-align: center;
}

.bloglayouttext a {
    font-weight: 600;
    color: #ec1394;
}

.bloglayouttext img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.bloglayouttext h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.bloglayouttext h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
}

.bloglayouttext {
    background-color: #eb008b1a;
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 0 7px #bcbcbc;
    margin: 0 10px;
}

.bloglayouttextcontent {
    padding: 20px;
}

.certificatetext h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
    margin: 0;
}

.certificatetext h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.certificatetext svg {
    width: 10px;
    padding-top: 10px;
}

.certificatetext hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

.layoutcol6 .imgboxtext img {
    position: absolute;
    right: 0;
    width: 40px;
}

.layoutcol1-5 {
    flex: 0 0 auto;
    width: 25%;
}

.ctabuttons {
    cursor: pointer;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 0 7px #eaeaea;
    color: #000;
    padding: 7px 12px;
    margin-left: 5px;
    margin-right: 10px;
}

.blog-header h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.keyfeaturessapce {
    padding-bottom: 50px;
    padding-top: 40px;
}

.blog-content ul {
    list-style: auto;
    padding: 0 15px;
}

.blog-content ul li {
    line-height: 1.5rem;
}

.layoutcol12 {
    flex: 0 0 auto;
    width: 100%;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: -webkit-fill-available;
    height: auto;
    background-color: white;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.mtnbtn {
    margin-top: 10px;
}

.popup h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

#popupForm select {
    width: -webkit-fill-available;
    height: auto;
    background-color: #fff;
    border: 1px solid #000000;
    font-size: 14px;
    color: #7c7c7c;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.captchatextcode {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #ec1394;
}

.captchatext {
    margin-top: 10px;
}

#popupForm input {
    width: -webkit-fill-available;
    height: auto;
    background-color: #fff;
    border: 1px solid #000000;
    font-size: 14px;
    color: #000;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.close-btn {
    cursor: pointer;
    float: right;
    font-size: 20px;
}

.float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    border-radius: 50px;
    box-shadow: 2px 2px 3px #878787;
    font-size: 30px;
    line-height: 3.5rem;
    color: #FFF;
    text-align: center;
}

.my-float {
    margin-top: 16px;
}

.followspace {
    margin-top: 10px;
}

.adformrow {
    display: flex;
    flex-wrap: wrap;
}

.adformcol {
    flex: 0 0 auto;
    width: 50%;
    padding: 5px;
}

.layoutssimg {
    text-align: center;
    padding-right: 20px;
}

.layoutcontainerss {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}

.layoutheadingworldtexts h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
}

.layoutssimg img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 7px #adadad;
}

.layoutsimg img {
    width: 50%;
    height: auto;
    border-radius: 20px;
}

.placementprocessbtntextcenter {
    text-align: center;
}

.placementprocessbtntextcenter h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.layoutimg {
    padding: 0 20px;
}

.layoutaboutspacetext {
    padding: 0 0 40px 0;
}

.our360supportsystem {
    padding: 60px 0 0px 0;
}

.layoutabouttext button {
    margin-top: 10px;
}

.layoutabouttext h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layoutabouttext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
}

.socialmedia {
    margin-top: 10px;
}

.socialmedia a {
    color: #000;
    text-decoration: none;
    padding-right: 5px;
}

.footerlogo .followspace .socialmedia img {
    width: 35px;
    height: auto;
}

.footerlocationtext {
    padding: 20px 0;
}

.mbb {
    margin-top: 10px;
}

.hrspace {
    border-top: 1px solid #9a9a9a59;
    margin: 0;
}

.hrspaces {
    border-top: 1px solid #9a9a9a59;
    margin-top: 15px;
}

.layoutcoltextr {
    border-left: 1px solid #9a9a9a59;
    border-right: 1px solid #9a9a9a59;
    padding: 10px;
}

.learningoptionforyouspace {
    padding-top: 50px;
}

.cardboxspace {
    position: relative;
    bottom: 40px;
    background-color: #fde5f3;
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 0 7px #adadad;
    padding: 10px;
    margin: 0;
}

.langusgetext {
    padding-left: 5px;
}

.countrytext {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2rem;
}

.addresstext {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2rem;
    padding-right: 20px;
}

.dashboardlayouttextcol .welcome {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.dashboardlayouttextcol .welcome .textorange {
    color: #ec1394;
}

.reachtext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
}

.reachtext h4 {
    padding-bottom: 10px;
}

.dashboardlayouttextcol p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
}

.indiatext .phonetext {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding-left: 5px;
}

.layoutcol10 {
    flex: 0 0 auto;
    width: 66.6%;
    padding: 10px;
}

.tab-containers {
    width: 100%;
    max-width: 600px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.tabss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ec1394;
}

.tab-buttons {
    display: flex;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    padding: 0;
}

.tab-buttons:hover {
    background-color: #bbb;
}

.tab-buttons.active {
    background-color: #ffffff;
    color: #ec1394;
}

.tab-contents {
    display: none;
    background-color: #f9f9f9;
    padding: 10px;
}

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

.keyfeaturestext {
    padding-right: 50px;
}

.keyfeaturestext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
}

.keyfeaturestext h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layoutcolbtntext {
    background-color: #fde5f3;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 0 7px #c4c4c4;
}

.layoutdesigntexts {
    text-align: center;
}

.layoutdesigntexts h2 {
    padding-bottom: 10px;
}

.layoutcolbtntexts .elementor-widget-container .elementor-image-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    flex-direction: row;
    box-shadow: 0px 3px 19px 2px rgba(0, 0, 0, 0.09);
    padding: 15px;
}

.layoutdesigntexts p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
}

.courseaccordian {
    border-left: 3px solid #ec1394;
    padding-left: 20px;
    padding-right: 40px;
}

.courseaccordian .layoutdots {
    position: relative;
    top: 35px;
    left: -30px;
    width: 20px;
    height: auto;
    background-color: #ec1394;
    border-radius: 200px;
    padding: 10px;
}

.layoutcolbtntexts {
    background-color: #fff;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
}

.elementor-image-box-img svg {
    width: 60px;
}

.elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.elementor-image-box-wrapper {
    display: flex;
    text-align: start;
    flex-direction: row;
}

.elementor-image-box-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-image-box-content h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
}

.layoutcolfixedcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layouttextbgimg {
    background-image: linear-gradient(180deg, #ec13949c, #ec1394b8), url(../images/bgimg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 50px;
    margin: 0 160px;
}

.layouttextbgimgtext {
    text-align: center;
}

.layouttextbgimgtext h2 {
    color: #fff;
    padding-bottom: 10px;
}

.layouttextbgimgtext p {
    color: #fff;
    padding-bottom: 10px;
}

.layoutbgcontainer {
    width: -webkit-fill-available;
    padding: 0 15px;
    margin: 0 auto;
}

.circlebg {
    background-image: url('../images/circle.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
}

.layouttextdivion h4 {
    color: #ec1394;
    padding-top: 5px;
}

.layouttextdivion {
    text-align: center;
}

.layouttextdivion svg {
    width: 50px;
    height: auto;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px;
}

.layoutpagetext .borderlinetext h4 {
    line-height: 2rem;
    color: #fff;
    padding-left: 10px;
}

.layoutpagetext p {
    color: #fff;
    line-height: 1.4rem;
    padding-top: 20px;
    padding-right: 100px;
}

.layoutpagetext .layouticon {
    padding-top: 20px;
}

.layouttextcontainerspace {
    position: inherit;
    margin-top: -70px;
    margin-bottom: 10px;
}

.layouttextdivl h4 {
    padding-bottom: 10px;
}

.accordion {
    width: 100%;
    max-width: -webkit-fill-available;
}

.accordion-item {
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.accordianicon {
    float: right;
}

.pintchecktext h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pintchecktext h4 {
    padding-top: 10px;
}

.pintchecktext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 10px;
}

.course-curriculum {
    padding: 20px 0;
}

.course-curriculum h2 {
    padding-bottom: 10px;
}

.checkpoints {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.courseaccordian h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pintcheck {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7rem;
}

.accordion-header {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
}

.accordion-content {
    display: none;
    padding: 15px;
    background: white;
}

.layouttextcontainer {
    width: 80%;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    --display: grid;
    --e-con-grid-template-columns: repeat(6, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    --justify-items: center;
    --align-items: center;
    --background-transition: 0.3s;
    --overlay-opacity: 0;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: #A3A3A3A8;
    --border-color: #A3A3A3A8;
    --border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 7px rgb(0 0 0 / 13%);
    --margin-top: -92px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 15px;
    --padding-bottom: 15px;
    --padding-left: 15px;
    --padding-right: 15px;
}

.layouttextrow {
    display: flex;
    flex-wrap: wrap;
}

.layouttextcol {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 16.6%;
}

.borderlinetext {
    border-left: 3px solid #fff;
}

.datasciencebgimg {
    background-image: linear-gradient(180deg, #00000095, #00000070), url(../images/page/dataanalyst.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.dataanalystbgimg {
    background-image: linear-gradient(180deg, #00000000, #000000), url(../images/page/dataanalyst.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.pagelayoutspaceimg {
    padding: 10px;
}

.layoutcol6 {
    flex: 0 0 auto;
    width: auto;
}

.pagelayoutssimg {
    text-align: center;
}

.pagelayoutssimg img {
    width: 90%;
    height: auto;
}

.layoutpagestext {
    padding: 100px 0;
}

.layoutpagestext h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layoutpagestext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
}

.layoutpagetext {
    padding: 100px 0 200px 0;
}

.pagelayoutsimg {
    text-align: center;
}

.layouticon span {
    color: #fff;
}

.headerbtnmobile {
    display: block;
}

.headerbtndesktop {
    display: none;
}

.pagelayoutsimg img {
    float: left;
    width: 400px;
    height: auto;
    margin: 0 auto;
}

.layoutpagetext h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    padding-left: 10px;
    margin: 0;
}

.layouticon p {
    color: #fff;
    padding-top: 20px;
}

.megaflex {
    display: flex;
    flex-wrap: wrap;
}

.megamenucontainer {
    display: none;
    position: absolute;
    top: 72%;
    left: 10%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 80%;
    padding: 20px;
    border-radius: 8px;
    margin: 0 auto;
}

li:hover .megamenucontainer {
    display: block;
}

.sidebar {
    width: 25%;
    float: left;
    background-color: #fde5f3;
    border: 1px solid #fde5f3;
    border-radius: 10px;
    padding: 20px;
}

.sidebar h3 {
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.category {
    display: flex;
    flex-direction: column;
}

.category-item {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    color: #555;
    transition: all 0.3s ease;
    padding: 10px 0;
    margin: 0;
}

.category-item.active {
    background: linear-gradient(45deg, #ec1394, #2e3092);
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.content {
    width: 75%;
    float: left;
    padding: 30px;
}

.content h2 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #333;
}

.cards {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 20px;
}

.card-items {
    text-align: center;
    background: #ffffff;
    width: calc(33% - 20px);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-items img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.card-items:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.card-items h3 {
    font-size: 14px;
    line-height: 1.4rem;
    color: #333;
    margin-bottom: 10px;
}

.card-items .details {
    color: #666;
    font-size: 14px;
}

@media (max-width: 480px) {
    .card-items {
        width: 100%;
    }
}

.logintextcenter {
    text-align: center;
}

.feature-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 50px;
}

.blue-dot {
    position: absolute;
    top: 150px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #ec1394;
    border-radius: 50%;
    animation: zoom 2s infinite;
    z-index: 10;
    cursor: pointer;
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background-color: #fde5f3;
    color: #000000;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #fde5f3;
    transition: transform 0.2s, box-shadow 0.2s;
}

.feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.feature .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #00000000;
    color: #000000;
    font-size: 20px;
}

.forminput {
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
    color: #000;
    padding: 10px;
}

.logintextcenter img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.loginspace {
    padding: 50px 0;
}

.logintext {
    color: #000;
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.layoutfeaturescardtext {
    background-color: #f9f9f9;
    border: 2px solid #ec1394;
    border-radius: 10px;
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.layoutfeaturescardtexts {
    background-color: #ffead6;
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 0 7px #adadad;
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.layoutfeaturescardtexts img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.layoutfeaturestexts {
    padding: 10px 15px;
}

.layoutfeaturescardtext img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.layoutfeaturescardtext .layoutfeaturestext {
    padding: 10px 15px;
}

.layoutcolicon {
    flex: 0 0 auto;
    width: 50%;
}

.layoutfeaturescardtext .layoutfeaturestext h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ec1394;
    padding-bottom: 10px;
    margin: 0;
}

.layoutlearningtextcenter {
    text-align: center;
}

.layoutlearningtextcenter p {
    padding-top: 5px;
    padding-bottom: 20px;
}

.layoutlearningtextcenter h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layoutfeaturescardtext .layoutfeaturestext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    padding-bottom: 10px;
    margin: 0;
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: -webkit-fill-available;
    height: auto;
    background-color: #fff;
    border: none;
    outline: none;
    margin: 0 auto;
}

.logo {
    width: auto;
    height: auto;
}

.logo img {
    width: 200px;
    height: auto;
    padding: 10px;
}

.nav ul {
    display: flex;
    list-style: none;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.nav ul li {
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px;
}

.nav ul li a {
    color: #000;
    text-decoration: none;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: max-content;
    height: auto;
}

.ctabutton {
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 0 7px #eaeaea;
    color: #000;
    padding: 7px 12px;
    margin-left: 5px;
    margin-right: 10px;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 4px;
    padding: 6px 10px;
}

.locationtext {
    padding-left: 5px;
}

.dropdown-content a {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    text-decoration: none;
    padding: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0;
    border: 1px solid #ccc;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.custom-dropdown:hover .dropdown-content {
    display: block;
}

.btnexplore {
    cursor: pointer;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    color: #fff !important;
    transition: background-color 0.3s;
    padding: 8px 10px;
}

.nav {
    width: auto;
    height: auto;
}

.herocontainer {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.herorow {
    display: flex;
    flex-wrap: wrap;
}

.herocol {
    flex: 0 0 auto;
    width: 50%;
}

.heroimg {
    text-align: center;
}

.heroimg img {
    width: 100%;
    height: auto;
}

.herotext {
    padding: 50px 0;
}

.herotext h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.herotext h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.btnspace {
    padding-top: 20px;
}

.herotext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
}

.layoutcontainer {
    overflow: hidden;
    width: 80%;
    padding: 0;
    margin: 0 auto;
}

.layoutrowtext {
    background: linear-gradient(45deg, #ec1394, #2e3092);
    border: none;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 0;
    padding: 20px;
}

.layoutrow {
    display: flex;
    flex-wrap: wrap;
}

.layoutcol {
    flex: 0 0 auto;
    width: 50%;
}

.layoutcolimg {
    text-align: left;
    padding-left: 50px;
}

.layoutcolimg img {
    background-color: #fff;
    border: none;
    outline: none;
    width: 180px;
    height: 70px;
    border-radius: 10px;
    padding: 10px;
    margin-left: 20px;
}

.layoutcoltextscol {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.layoutcoltexts h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.layoutheadingtexts {
    background-color: #eb008b1a;
    text-align: center;
    padding: 40px 0;
}

.layouttextss {
    padding-left: 20px;
}

.layouttextsss {
    text-align: left;
    padding-left: 20px;
}

.layoutheadingtext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left!important;
}

.layouttextss h4 {
    font-size: 24px;
    padding-bottom: 10px;
}

.layoutheadingtexts h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.layouttextcenter {
    text-align: center;
}

.layouttextcenter h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 20px;
    margin: 0;
}

#world-map {
    background-color: #ffead6;
    text-align: center;
    padding: 0;
}

#map {
    width: 80%;
    height: 400px;
    border: none;
    margin: 0 auto;
}

.layouttext {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

.layouttext h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.phonelayouttext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
}

.w100 {
    width: 100%;
    height: auto;
}

.mt2 {
    margin-top: 20px;
}

.px4 {
    padding-left: 30px;
    padding-right: 30px;
}

.applytext h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.pointpara {
    padding-top: 10px;
}

.layouttextcenter h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding: 20px 0;
    margin: 0;
}

.blog-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blogdetails {
    width: 80%;
    height: auto;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto;
}

.blog-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.blog-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
}

.image-style-side img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.layoutrowblogspace {
    margin-bottom: 50px;
}

.layoutcolsimg1 {
    text-align: right;
    padding-right: 20px;
}

.layoutcolsimg1 img {
    width: 150px;
    height: auto;
}

.layoutcolsimg2 {
    text-align: left;
    padding-left: 20px;
}

.layoutcolsimg2 img {
    width: 150px;
    height: auto;
}

.layoutheadingtext {
    background-color: #eb008b1a;
    padding: 50px 140px;
}

.layoutheadingtext h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}

.layoutscontainer {
    width: -webkit-fill-available;
    padding: 0;
    margin: 50px auto 0 auto;
}

.layoutheadingtext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
}

.tabs {
    width: -webkit-fill-available;
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    margin: 20px auto 0 auto;
}

.layoutrows {
    display: flex;
    flex-wrap: wrap;
}

.layoutcol10 h2 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.layoutcol10 p {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.layoutscol2 {
    flex: 0 0 auto;
    width: 20%;
}

.layoutcol2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 33.3%;
    padding: 10px;
}

.tabimg {
    text-align: center;
}

.tabimg img {
    width: 100%;
    height: auto;
    border-radius: 200px;
}

.tab-buttons:hover {
    background-color: transparent;
}

.tab-button {
    cursor: pointer;
    flex: 1;
    background-color: #ffffff;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #000000;
    text-align: center;
    font-size: 16px;
    padding: 14px;
    box-shadow: 0 0 7px #ffc286;
    margin: 5px;
}

.cardcourses img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 7px #ffd0a2;
    padding-bottom: 10px;
    margin: 0 auto;
}

.cardcourses h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #ec1394;
    padding-bottom: 10px;
    margin: 0;
}

.cardcourses ul {
    list-style: none;
    padding: 0;
}

.cardcourses ul li {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: left;
    margin: 0;
}

.tab-button.active {
    background: linear-gradient(45deg, #ec1394, #2e3092);
    color: #ffffff;
}

.tab-content {
    padding: 20px 0;
}

.tab-pane {
    display: none;
}

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

.layoutimg img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.phonelayouttext h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.phonelayouttext {
    text-align: center;
    margin-top: -35px;
}

.layouttext h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layouttext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
}

.phonelayout {
    position: relative;
    bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 2px solid #ec1394;
    border-radius: 200px;
    font-size: 30px;
    color: #ec1394;
    padding: 18px;
    margin: 0 auto;
}

.layoutscol {
    flex: 0 0 auto;
    width: 50%;
}

.textoranges {
    font-weight: 600;
    color: #ec1394;
}

.formdashboard {
    margin-top: 20px;
}

.dashboardcol-9 .dashboardtextcenterh {
    padding: 50px 20px;
}

.tab-pane h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.tab-pane p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    color: #333;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available;
    background: #ffffff;
    border-radius: 10px;
    padding: 0;
    margin: 0;
}

.step {
    border: 1px solid #ccc;
    text-align: center;
    flex: 1;
    padding: 0 20px 20px 20px;
    margin: 0 10px;
}

.step:not(:last-child) {
    position: relative;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    width: 22px;
    height: 1px;
    background-color: #ccc;
    transform: translateY(-50%);
}

.step-number {
    position: relative;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    border: none;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
}

.step-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.indiatext {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.layouttext .mailicon {
    font-size: 18px;
}

.layoutcolbtns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mb3 label {
    padding-bottom: 10px;
}

.layoutcolbtn button {
    padding: 10px 30px;
    margin-top: 0;
}

.layoutcols {
    flex: 0 0 auto;
    width: 50%;
}

.mbb3 {
    margin-bottom: 1.5rem;
}

.loginformtext {
    padding: 20px;
}

.loginformtext form {
    margin-top: 20px;
}

.loginformtext h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.loginformtext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    margin: 0;
}

.mb3 {
    padding: 4px;
    margin-bottom: .5rem;
}

.inputform {
    width: -webkit-fill-available;
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
    color: #000;
    padding: 10px;
}

.mb2 {
    margin-bottom: 1rem;
}

.checkboxtext {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.layouttextcontact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layoutlightorange {
    background-color: #eb008b1a;
    padding: 50px 0;
}

.layoutlightoranges {
    background-color: #eb008b1a;
    padding: 0 0 20px 0;
}

label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.faq-section {
    width: auto;
    max-width: 80%;
    margin: 50px auto;
}

.faq-title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.faq {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
}

.faq-question:hover {
    background-color: #ec1394;
}

.faq-answer {
    padding: 15px;
    display: none;
    background-color: #fff;
    border-top: 1px solid #ddd;
    font-size: 16px;
}

.arrow {
    font-size: 14px;
    transition: transform 0.3s;
}

.arrow.rotate {
    transform: rotate(180deg);
}

.layouttexts h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layouttexts p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    margin: 0;
}

.layouttexts .mailicon {
    font-size: 20px;
}

.layoutfootercontainer {
    width: -webkit-fill-available;
    padding: 0;
    margin: 0 auto;
}

.layoutcol3 {
    flex: 0 0 auto;
    width: 20%;
    margin-bottom: 10px;
}

.footerlogo img {
    width: 200px;
    height: auto;
    margin: 0;
}

.footerlayoutrow {
    padding-bottom: 20px;
}

.footerspace {
    background-color: #eb008b1a;
    padding: 20px;
}

.footerlogo p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-top: 10px;
    padding-right: 0;
    margin: 0;
}

.footerlogo h4 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footerlink h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.footerlink ul {
    list-style: none;
    padding: 0;
}

.footerlink ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
}

.footerlink ul li a {
    color: #000;
    text-decoration: none;
}

.reachtext {
    margin-top: 20px;
}

.indiatext .mail svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0;
}

.indiatext .mail {
    color: #000;
    text-decoration: none;
}

.copyrighttextcenter {
    text-align: center;
}

.copyrighttextcenter p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.coperatetext {
    margin-top: 20px;
}

.coperatetext h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0;
}

.profile-section {
    width: 100%;
    max-width: 800px;
    padding: 20px;
    background-color: transparent;
}

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.profile-info label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.profile-info input[type="text"],
.profile-info input[type="url"],
.profile-info input[type="file"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.profile-info input[type="file"] {
    padding: 5px;
}

.profile-info button[type="submit"] {
    background-color: #ec1394;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.profile-info button[type="submit"]:hover {
    background-color: #ec1394;
}

.profile-info p {
    font-size: 16px;
    color: #333;
}

.profile-info p strong {
    color: #ec1394;
}

.coperatetext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0;
    margin: 0;
}

.layouttexts {
    padding-right: 20px;
}

.blogspace {
    background-color: #ffead6;
    padding: 10px;
}

.blogcontainer {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}

.blogtextcenter {
    text-align: center;
}

.blogtextcenter h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.blogtextcenter .breadcrumb {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    margin: 0;
}

.blogtextcenter .breadcrumb a {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #ec1394;
    text-decoration: none;
    margin: 0;
}

.support-form {
    padding: 50px 0;
}

.enrolltext {
    color: #fff;
    text-decoration: none;
}

.support-form h2 {
    padding-bottom: 20px;
    margin: 0;
}

.support-form .form-group {
    padding: 5px;
    margin-bottom: 0;
}

.support-form .form-group label {
    padding-top: 0;
    padding-bottom: 5px;
}

.support-form .form-group input,
textarea,
select {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 10px;
}

.contactlayouttext {
    padding: 0 20px;
}

.contactlayouttext h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
    margin: 0;
}

.mb4 {
    margin-bottom: 2.5rem;
}

.contactlayouttext h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.layoutcontactcol {
    flex: 0 0 auto;
    width: 50%;
}

.abouttext {
    padding: 50px 0;
}

.abouttext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
    padding-bottom: 20px;
}

.py5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.applicationspacebottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tabcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 5px;
    margin: 0;
}

.tab {
    flex: 1;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 10px 0;
}

.tab:hover {
    background-color: #ec1394;
    font-weight: 600;
    color: #fff;
}

.tabcontent {
    display: none;
    width: -webkit-fill-available;
    height: auto;
    background-color: transparent;
    border: none;
    padding: 20px 0;
}

.tabcontainer .active {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    border: none;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
}

.active-tabcontent {
    display: block;
}

.tabbordertext {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    padding: 20px;
}

.tabbordertextspace {
    padding: 20px;
}

.tabbordertext h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
    margin-top: -40px;
}

.tabbordertext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.countcoursetext {
    position: relative;
    bottom: 40px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    border: none;
    border-radius: 200px;
    font-weight: 600;
    color: #fff;
    padding: 20px;
}

.layoutcardcol6 {
    flex: 0 0 auto;
    width: 50%;
}

.livedate {
    position: relative;
    bottom: 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    font-style: italic;
    color: #5c5c5c;
}

.tabbordertext .price {
    padding-top: 14px;
    padding-bottom: 12px;
}

.tabbordertext button {
    margin-top: 10px;
}

.refer-form {
    display: grid;
    gap: 10px;
    padding: 30px;
    margin: 20px auto;
}

.refer-form label {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    color: #333;
}

.refer-form input {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease;
}

.refer-form input:focus {
    border-color: #ff6a00;
}

.refer-form button {
    cursor: pointer;
    background-color: #ff6a00;
    border: none;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    padding: 10px 20px;
}

.refer-form button:hover {
    background-color: #eb008b;
}

.office-team {
    text-align: center;
    padding: 50px 0;
}

.office-team h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    color: #333;
}

.office-team p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3rem;
}

.team-members {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.team-member {
    background-color: transparent;
    border: 2px solid #ec1394;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    transition: transform 0.3s ease-in-out;
}

.team-member:hover {
    transform: translateY(-10px);
}

.team-member img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 200px;
}

.team-member h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #333;
    padding-top: 10px;
    padding-bottom: 5px;
}

.team-member p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #777;
}

.careers {
    background-color: transparent;
    padding: 50px 0;
}

.careers-container {
    max-width: 1200px;
    margin: 0 auto;
}

.careers-container h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
}

.job-listing {
    background-color: transparent;
    border: 1px solid #ff6600;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.job-listing h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #ff6600;
    padding-bottom: 10px;
}

.job-listing p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #666;
    padding-bottom: 10px;
}

.job-listing a.apply-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
}

.job-listing a.apply-button:hover {
    background-color: #eb008b;
}

.verify-certificate {
    background-color: transparent;
    text-align: center;
    padding: 50px 0;
}

.verify-container {
    max-width: 600px;
    background-color: transparent;
    border: 1px solid #eb008b;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
}

.verify-title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #333;
    text-align: center;
    padding-bottom: 10px;
}

.verify-form {
    margin: 0;
}

.verify-form label {
    display: block;
    font-size: 16px;
    color: #555;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 10px;
}

.verify-form input {
    width: 100%;
    height: auto;
    font-size: 16px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
}

.verify-form button {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    background: linear-gradient(45deg, #ec1394, #2e3092);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    padding: 10px 20px;
}

.verify-form button:hover {
    background: linear-gradient(45deg, #ec1394, #2e3092);
}

.verify-result {
    font-size: 16px;
    font-weight: bold;
}

.support-ticket-form {
    padding: 50px 0;
}

.support-ticket-form h2 {
    font-size: 24px;
    color: #333;
    text-align: left;
    padding-bottom: 30px;
}

.support-ticket-form label {
    display: block;
    font-size: 14px;
    color: #333;
}

.support-ticket-form input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 9px;
    margin-bottom: 0;
}

.layoutsuccessstories {
    text-align: center;
}

.successstorylayout::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, #ff00cc, #3333ff, #ff00cc);
    animation: rotateAura 6s linear infinite;
    z-index: 0;
    opacity: 0.2;
}

.successstoriestext h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.successstoriestext p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
    color: #666;
    margin: 0;
}

.successstorieslayouttext {
    background: linear-gradient(90deg, #ff00cc20, #3333ff20);
    border-radius: 10px;
    padding: 10px;
}

.successstorieslayouttext p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #222;
}

.layoutsuccessstories h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text; 
    background-clip: text;          
    -webkit-text-fill-color: transparent;  
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.newsectioncontainer {
    display: flex;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1200px;
    width: -webkit-fill-available;
    min-height: 500px;
    margin: 0 auto 50px auto;
}

        .left-section {
            flex: 1;
            padding: 60px 50px;
            background: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .title {
                font-size: 40px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
        }

        .title .highlight {
            color: #ec1394;
        }

        .subtitle {
                font-size: 16px;
    color: #666;
    line-height: 1.6rem;
    padding-bottom: 30px;
    margin: 0;
        }

        .features {
            list-style: none;
            margin-bottom: 40px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 18px;
            color: #333;
        }

        .checkmark {
            width: 24px;
            height: 24px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .checkmark::after {
            content: '✓';
            color: white;
            font-weight: bold;
            font-size: 14px;
        }

        .cta-buttons {
            background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
            color: white;
            border: none;
                padding: 10px 20px;
    border-radius: 5px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            align-self: flex-start;
            box-shadow: 0 8px 25px rgba(233, 30, 99, 0.3);
        }

        .cta-buttons:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(233, 30, 99, 0.4);
        }

        .right-section {
            flex: 1;
            background: linear-gradient(135deg, #e8d5ff 0%, #d4c5f9 100%);
            padding: 40px;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .webinar-info {
            display: flex;
            justify-content: end;
            align-items: center;
            margin-bottom: 30px;
        }

        .date-time {
            background: white;
            padding: 12px 20px;
            border-radius: 5px;
            font-weight: 600;
            color: #333;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .date-highlight {
            background: #ec1394;
            color: white;
            padding: 4px 8px;
            border-radius: 6px;
            margin-right: 8px;
        }

        .session-tabs {
            display: flex;
            gap: 5px;
            margin-bottom: 20px;
        }

        .tab {
            background: rgba(255, 255, 255, 0.7);
            padding: 8px 16px;
            border-radius: 5px;
            font-size: 13px;
            font-weight: 500;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .tab.active {
            background: white;
            color: #333;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .video-preview {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 20px;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            backdrop-filter: blur(10px);
            margin-bottom: 30px;
            overflow: hidden;
        }

        .video-title {
            position: absolute;
            top: 20px;
            left: 20px;
            color: #666;
            font-weight: 500;
        }

        .play-button {
            width: 80px;
            height: 80px;
            background: #ec1394;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(229, 62, 62, 0.3);
        }

        .play-button:hover {
            transform: scale(1.1);
            box-shadow: 0 12px 35px rgba(229, 62, 62, 0.4);
        }

        .play-button::after {
            content: '▶';
            color: white;
            font-size: 24px;
            margin-left: 4px;
        }

        .platform-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

        .platform-btn {
            background: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .platform-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        @media (max-width: 768px) {
            .lifetime-lms-note h4 {
                font-size: 14px!important;
            }

            .lifetime-lms-note {
                flex-wrap: wrap;
            }

            .lifetime-lms-note div p {
                font-size: 14px!important;
                line-height: 1.4rem;
            }

            .form-header p {
                font-size: 12px;
            }

            .newsectioncontainer {
                flex-direction: column;
                margin: 10px;
            }
            
            .left-section {
                padding: 40px 30px;
            }
            
            .title {
                font-size: 36px;
            }
            
            .right-section {
                padding: 30px;
            }
        }

.heading-section p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
}

.layoutsuccessstories p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 20px;
}

.support-ticket-form input[type="submit"] {
    background-color: #ff7f00;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    padding: 12px 20px;
}

.support-ticket-form input[type="submit"]:hover {
    background-color: #e76a00;
}

.partners-section {
      padding: 40px 30px; /* Reduced from 60px to 30px */
      background-color: #fff;
      text-align: center;
    }

    .partners-section h2 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .partners-section h2 span {
      color: #FF7A00;
    }

    .partners-section p {
      color: #16876D;
      font-size: 16px;
      margin-bottom: 30px;
    }

    .logo-marquee {
      margin-bottom: 20px;
      overflow: hidden;
      white-space: nowrap;
    }

    .logo-track {
      display: inline-flex;
      gap: 50px;
      align-items: center;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
    }

    /* Right scrolling animation - seamless loop */
    .row-one .logo-track,
    .row-three .logo-track {
      animation-name: scrollRight;
      animation-duration: 20s;
    }

    /* Left scrolling animation - seamless loop */
    .row-two .logo-track,
    .row-four .logo-track {
      animation-name: scrollLeft;
      animation-duration: 20s;
    }

    @keyframes scrollRight {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @keyframes scrollLeft {
      0% {
        transform: translateX(-50%);
      }
      100% {
        transform: translateX(0);
      }
    }

    .logo-track img {
      height: 90px;
      max-width: 120px;
      object-fit: contain;
      transition: transform 0.3s ease;
      flex-shrink: 0;
    }

    .logo-track img:hover {
      transform: scale(1.1);
    }

    @media (max-width: 768px) {
      .partners-section {
        padding: 30px 20px;
      }

      .logo-track {
        gap: 30px;
      }

      .logo-track img {
        height: 35px;
        max-width: 90px;
      }

      /* Faster animation on mobile */
      .row-one .logo-track,
      .row-three .logo-track,
      .row-two .logo-track,
      .row-four .logo-track {
        animation-duration: 15s;
      }
    }

.support-ticket-form textarea {
    resize: vertical;
    height: 150px;
}

.support-ticket-form br {
    line-height: 2;
}

.layoutheadingtextsss p {
    padding-top: 10px;
}

.feedback-form {
    background-color: transparent;
    padding: 20px;
    margin-top: 20px;
}

.feedback-form h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.feedback-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.feedback-form input,
.feedback-form textarea {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 15px;
}

.feedback-form button {
    background-color: #ff6600;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.feedback-form button:hover {
    background-color: #e55d00;
}

@media screen and (max-width: 600px) {
    .verify-container {
        padding: 20px;
    }

    .verify-title h2 {
        font-size: 20px;
    }

    .verify-form input,
    .verify-form button {
        font-size: 14px;
        padding: 10px;
    }
}

.mock-interview-sessions {
    background-color: transparent;
    padding: 20px;
    margin: 20px auto;
}

.mock-interview-sessions h2 {
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}

.mock-interview-sessions p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.mock-interview-sessions .benefits h3 {
    color: #444;
    margin-bottom: 15px;
}

.mock-interview-sessions .benefits ul {
    list-style: disc;
    margin-left: 20px;
    color: #555;
}

.mock-interview-sessions .call-to-action {
    text-align: left;
    margin-top: 30px;
}

.mock-interview-sessions .call-to-action .btn {
    display: inline-block;
    background-color: #ff7f50;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.mock-interview-sessions .call-to-action .btn:hover {
    background-color: #e06d44;
}

.book-session {
    background-color: transparent;
    padding: 20px;
}

.book-session h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.book-session p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
    margin: 0;
}

.book-session .support-form .form-group {
    margin-bottom: 0;
}

.book-session label {
    font-weight: bold;
    display: block;
}

.book-session input[type="text"],
.book-session input[type="email"],
.book-session input[type="date"],
.book-session textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
}

.book-session textarea {
    resize: vertical;
    height: 150px;
}

.book-session input[type="text"]:focus,
.book-session input[type="email"]:focus,
.book-session input[type="date"]:focus,
.book-session textarea:focus {
    outline: none;
    border-color: #ff7f00;
}

.student-guidance {
    background-color: transparent;
    padding: 20px;
}

.student-guidance .blogtextcenter {
    text-align: left;
}

.student-guidance h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    color: #333;
    padding-bottom: 10px;
}

.student-guidance p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    color: #666;
}

.student-guidance ul {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    color: #333;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.student-guidance ul li {
    margin-bottom: 10px;
}

.student-guidance ul li strong {
    color: #ff6600;
}

.student-guidance a.btn-primary {
    display: inline-block;
    background-color: #ff6600;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.student-guidance a.btn-primary:hover {
    background-color: #e55b00;
}

.lms-section {
    background-color: transparent;
    max-width: 1200px;
    padding: 20px;
    margin: 10px auto;
}

.lms-section h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    color: #333;
    text-align: left;
    margin: 0;
}

.lms-section .support-form .form-group {
    margin-bottom: 0;
}

.lms-section label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.lms-section input[type="text"],
.lms-section input[type="email"],
.lms-section input[type="tel"],
.lms-section input[type="datetime-local"],
.lms-section select,
.lms-section textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px;
}

.lms-section textarea {
    height: 150px;
    resize: vertical;
}

.lms-section button[type="submit"] {
    cursor: pointer;
    background-color: #ec1394;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    transition: background-color 0.3s ease;
    padding: 10px 20px;
}

.lms-section button[type="submit"]:hover {
    background-color: #ec1394;
}

.lms-section input:focus,
.lms-section textarea:focus,
.lms-section select:focus {
    border-color: #ec1394;
    outline: none;
}

.lms-section input[type="file"] {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
}

.lms-section input[disabled],
.lms-section textarea[disabled] {
    background-color: #f9f9f9;
    color: #888;
}

.doubt-session-form {
    background-color: transparent;
    padding: 20px;
}

.doubt-session-form h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    color: #ff5722;
    padding-bottom: 10px;
    margin: 0;
}

.doubt-session-form p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.doubt-session-form label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #555;
}

.doubt-session-form input,
.doubt-session-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 20px;
}

.doubt-session-form input[type="text"],
.doubt-session-form input[type="email"] {
    height: 40px;
}

.doubt-session-form textarea {
    height: 150px;
    resize: vertical;
}

.doubt-session-form button {
    background-color: #ff5722;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.doubt-session-form button:hover {
    background-color: #e64a19;
}

#formResponse {
    margin-top: 20px;
    font-size: 16px;
}

#formResponse p {
    font-weight: bold;
}

#formResponse p.success {
    color: green;
}

#formResponse p.error {
    color: red;
}

.layoutcols9 {
    flex: 0 0 auto;
    width: 75%;
}

.layoutcols3 {
    flex: 0 0 auto;
    width: 25%;
}

.personality-development {
    background-color: transparent;
    padding: 20px 0;
}

.personality-development h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.personality-development h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.personality-development ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
}

.personality-development p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.personality-development ul {
    margin-bottom: 30px;
}

.personality-development form {
    background-color: transparent;
    padding: 20px 0;
}

.personality-development form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.personality-development form label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
}

.personality-development form input,
.personality-development form select,
.personality-development form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.personality-development form input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.personality-development form textarea {
    height: 150px;
}

.personality-development form button {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.personality-development form button:hover {
    background-color: #eb008b;
}

.personality-development form button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

.personality-development form input:focus,
.personality-development form select:focus,
.personality-development form textarea:focus {
    border-color: #ccc;
    outline: none;
}

.personality-development form input:invalid,
.personality-development form select:invalid,
.personality-development form textarea:invalid {
    border-color: #ccc;
}

.webinar {
    padding-top: 50px;
    Padding-bottom: 100px;
}

.webinar-lms-section {
    padding: 50px 0;
}

.webinar-lms-section .blogcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.webinar-lms-section h2 {
    font-size: 27px;
    font-weight: 600;
    color: #333;
    text-align: left;
    line-height: normal;
    padding-bottom: 10px;
}

.webinar-lms-section p {
    font-size: 14px;
    color: #555;
}

.webinar-lms-section .webinar-filters {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 20px 0;
    margin: 0;
}

.webinar-lms-section .webinar-filters label {
    font-size: 16px;
    color: #333;
}

.webinar-lms-section .webinar-filters select,
.webinar-lms-section .webinar-filters input {
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
    margin: 0;
}

.webinar-lms-section .webinar-filters select:focus,
.webinar-lms-section .webinar-filters input:focus {
    border-color: #eb008b;
    outline: none;
}

.webinar-lms-section .webinar-filters input[type="date"] {
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
    padding: 10px;
    margin: 0;
}

.webinar-lms-section .webinar-filters .btn-filter {
    background-color: #eb008b;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    padding: 5px 20px;
}

.webinar-lms-section .webinar-filters .btn-filter:hover {
    background-color: #eb008b;
}

.webinar-lms-section .webinar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.webinar-lms-section .webinar-item {
    width: 100%;
    max-width: 370px;
    background-color: #fff2e5;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    margin-top: 20px;
}

.webinar-lms-section .webinar-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.webinar-lms-section .webinar-item h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.webinar-lms-section .webinar-item p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.webinar-lms-section .countdown-timer {
    font-size: 18px;
    font-weight: bold;
    color: #eb008b;
}

.webinar-lms-section .btn-register {
    padding: 12px 20px;
    background-color: #eb008b;
    border: none;
    outline: none;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.webinar-lms-section .btn-register:hover {
    background-color: #eb008b;
}

.webinar-lms-section .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.webinar-lms-section .modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.webinar-lms-section .modal h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
}

.webinar-lms-section .modal input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.webinar-lms-section .modal input:focus {
    border-color: #eb008b;
    outline: none;
}

.webinar-lms-section .modal .btn-submit {
    padding: 12px 20px;
    background-color: #eb008b;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.webinar-lms-section .modal .btn-submit:hover {
    background-color: #eb008b;
}

.webinar-lms-section .flatpickr {
    padding: 12px;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.webinar-lms-section .flatpickr:focus {
    border-color: #eb008b;
    outline: none;
}

.cardtextrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cardicontext {
    flex: 0 0 auto;
    width: 25%;
}

.cardicontexts {
    flex: 0 0 auto;
    width: 75%;
}

.cardicontext img {
    width: 60px;
    height: auto;
}

.cardicontexts h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    color: #ec1394;
}

.cardcourses {
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 10px;
    margin: 5px;
}

.explorespace {
    padding: 30px 0;
}

.bgorangetext {
    background-color: #ec1394;
}

.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    animation: scrollText 15s linear infinite;
}

.listitem {
    font-size: 18px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    padding: 10px 20px;
}

.listitem:nth-child(1) {
    animation-delay: 0s;
}

.listitem:nth-child(2) {
    animation-delay: 2s;
}

.listitem:nth-child(3) {
    animation-delay: 4s;
}

.listitem:nth-child(4) {
    animation-delay: 6s;
}

.listitem:nth-child(5) {
    animation-delay: 8s;
}

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.heading-section {
    text-align: center;
}

.sub-heading {
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #ec1394;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 50px;
}

.heading-section h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.testimonial-box .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2rem;
    padding-top: 10px;
    margin: 0;
}

.testimonial-box .text .name {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2rem;
    color: #ec1394;
    padding: 0;
    margin: 0;
}

.testimonial-box {
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    padding: 20px;
}

.user-img {
    position: relative;
}

.user-img p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1rem;
    margin-top: 10px;
}

.carousel-testimonial .item {
    padding: 20px 10px 10px 10px;
}

.quote {
    position: absolute;
    top: -34px;
    color: #ec1394;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.upcomingapplicationdeadline {
    padding: 50px 0;
}

.carousel-testimonial {
    margin-top: 20px;
}

.layoutheadingtextssss {
    background-color: #eb008b1a;
    padding: 50px 0;
}

.position {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2rem;
    color: #adadad;
    padding: 0;
    margin: 0;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

.layoutcontainers {
    width: -webkit-fill-available;
    padding: 0;
    margin: 0 auto;
}

.layoutsimgs {
    text-align: center;
}

.layoutsimgs img {
    width: 85%;
    height: auto;
    margin-top: 20px;
}

.layoutsuccessstoriesspace {
    padding-top: 40px;
    padding-bottom: 40px;
}

.layoutlightorangeparagraph p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
}

.successstorylayout img {
    width: 100px;
    height: auto;
    border-radius: 200px;
    border: 3px solid #ff00cc;
    box-shadow: 0 0 20px #ff00cc55;
}

.successstorylayout {
    position: relative;
    width: 280px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px 20px;
    overflow: hidden;
    backdrop-filter: blur(20px);
    border: 2px solid #eaeaea;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.successstorylayout a {
    color: #fff;
    text-decoration: none;
}

.successstorysuccessfullyheading {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.successstorysuccessfullylogo img {
    background-color: #fff;
    border: none;
    width: 40px;
    height: auto;
    border-radius: 200px;
}

.successstorysuccessfullylogo img {
    background-color: #fff;
    border: none;
    width: 40px;
    height: auto;
    border-radius: 200px;
}

.successstorysuccessfullytatalogo img {
    background-color: #fff;
    border: none;
    width: 40px;
    height: auto;
    border-radius: 200px;
}

.successstorysuccessfullyhdfclogo img {
    background-color: #fff;
    border: none;
    width: 40px;
    height: auto;
    border-radius: 200px;
}

.slideshow-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.slide {
    display: none;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.slide.active {
    opacity: 1;
}

.fade {
    animation: fade 1s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.successstorylayout {
    text-align: center;
}

.dots-container {
    text-align: center;
    margin: 10px auto 0 auto;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 5px;
}

.dot.active {
    background-color: #ec1394;
}

.prev,
.next {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
    top: 38%;
    left: 4%;
    border-radius: 3px 0 0 3px;
}

.next {
    top: 38%;
    right: 4%;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgb(255 255 255 / 100%);
    color: #FE7E2E !important;
}

.gradientlayoutspaces {
    padding-top: 20px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.successstorysuccessfullytatalogo {
    text-align: center;
}

.successstorysuccessfullyhdfclogo {
    text-align: center;
}

.pagelayoutimg {
    text-align: center;
}

.pagelayoutimg img {
    width: 100%;
    height: auto;
}

.layouthiringtextcenter {
    text-align: center;
}

.layouthiringtextcenter h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layouthiringtextcenterspace {
    padding-top: 50px;
}

.layouthiringtextcenterss {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliders .slide-track .slides img {
    width: 100px;
    height: 100px;
    animation: scroll 60s linear infinite;
}

.sliders .slide-track .slidess img {
    width: 100px;
    height: 100px;
    animation: scrolls 60s linear infinite;
}

@keyframes scrolls {
    0% {
        transform: translateX(-1000%);
    }

    100% {
        transform: translatex(0%);
    }
}

.slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.layoutheadingtextsss {
    text-align: center;
    padding-bottom: 20px;
}

.layoutheadingtextsss h2 {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.sliders {
    background-color: transparent;
    margin: -20px auto;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1000%)
    }
}

.layouthiringtextcenters h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.layouthiringtextcenters p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
}

.layoutcols6 {
    flex: 0 0 auto;
    width: 50%;
}

.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px;
    margin-right: 5px;
}

.profile-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0;
}

.button-container .dropdown {
    position: relative;
    display: inline-block;
}

.button-container .dropdown-btn {
    cursor: pointer;
    background-color: transparent;
    font-size: 12px;
    color: #000;
    border: none;
    padding: 0;
    margin-right: 10px;
}

.button-container .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hprofile {
    width: 25px;
    height: auto;
    border-radius: 200px;
    margin-right: 5px;
}

.button-container .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.button-container .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.layoutbluetext {
    background-color: #fff;
    padding-top: 10px;
    margin-top: 20px;
}

.button-container .dropdown:hover .dropdown-content {
    display: block;
}

.languagetext {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.lcol {
    flex: 0 0 auto;
    width: 16.6%;
}

.lcolimg {
    text-align: center;
}

.lcolimg img {
    width: 100%;
    height: auto;
}

.elementor-icon-list-items {
    list-style: none;
    padding: 0;
}

.elementor-icon-list-item {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 4px 0;
    margin-top: 10px;
}

.certificateimg {
    text-align: center;
}

.ptt3 {
    padding-top: 1.5rem;
}

.certificateimg img {
    width: 100%;
    height: auto;
}

.elementor-icon-list-text {
    font-size: 14px;
    padding-left: 5px;
}

.elementor-icon-list-item li {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial);
}

.elementor-icon-list-icon svg {
    width: 20px;
    fill: #ec1394;
    transition: fill 0.3s;
}

.layoutfinancepartnercol {
    flex: 0 0 auto;
    width: 16.6%;
}

.layoutssssimg {
    text-align: center;
}

.layoutssssimg img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.gradientlayoutspace {
    background-color: transparent;
    background-image: radial-gradient(at bottom right, #ffa7db 41%, #ec1394 29%);
    border-radius: 10px;
    padding: 20px;
}

.gradientlayouttext h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5px;
    color: #fff;
    margin: 0;
}

.gradientlayouttext h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.gradientlayouttext p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    padding-top: 10px;
    color: #fff;
    margin: 0;
}

.btngradientlayouttext button {
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #ec1394;
    padding: 10px 30px;
}

.btngradientlayouttextcol {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@keyframes slide-animation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.customer-logos img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

.customer-logos {
    display: flex;
    width: 65%;
    padding: 10px 0;
    animation: slide-animation 20s linear infinite;
}

.customer-logos .logo-slide {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    transition: transform 0.3s ease;
}

.customer-logos:after {
    content: "";
    flex: 0 0 25%;
}

@media (max-width: 520px) {
    .logo-slide {
        width: 50%;
    }
}

.layoutcol8 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 66.7%;
}

.layoutcol4 {
    flex: 0 0 auto;
    width: 33.3%;
}

.certificatetext {
    padding-right: 200px;
}

.layoutcolssssss6 {
    flex: 0 0 auto;
    width: 50%;
}

.marqueetextdesktop {
    display: block;
}

.marqueetextmobile {
    display: none;
}

.faq-section .faq-title {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 20px;
    margin: 0;
}

.layoutcolss6 {
    flex: 0 0 auto;
    width: auto;
    padding-left: 10px;
}

.footerlink {
    padding-left: 0;
}

.footerlinks {
    padding-left: 0;
}

.footerlinks h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

.footerlinks ul {
    list-style: none;
    padding: 0;
}

.footerlinks ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
}

.footerlinks ul li a {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .layoutsuccessstories h2 {
        font-size: 17px;
    }

    .adformcol {
        width: 100%; 
    }

    .layoutcol6 .imgboxtext img {
        display: none;
    }

    .layoutcolss6 {
        width: 50%;
    }

    .layoutlightorangeparagraph p {
        font-size: 11px;
    }

    .testimonial-box {
        height: 125px;
    }

    .mb3 label {
        padding-bottom: 0;
    }

    .user-img p {
        font-size: 10px;
        line-height: 1rem;
        margin-top: 5px;
    }

    .layoutabouttext h2 {
        padding-top: 20px;
        font-size: 22px;
    }

    .marqueetextdesktop {
        display: none;
    }

    .marqueetextmobile {
        display: block;
    }

    .certificatetext {
        padding-right: 0;
    }

    .layoutcol8 {
        width: 100%;
    }

    .layoutcol4 {
        width: 100%;
    }

    .customer-logos {
        width: 100%;
    }

    .gradientlayouttext h2 {
        font-size: 30px;
    }

    .gradientlayoutspaces {
        padding-top: 25px;
    }

    .sliders {
        margin: 0 auto;
    }

    .sliders .slide-track .slidess img {
        width: 50px;
        height: 50px;
    }

    .slide-track {
        gap: 2em;
    }

    .sliders .slide-track .slides img {
        width: 50px;
        height: 50px;
    }

    .layoutheadingtextsss h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .btngradientlayouttextcol {
        justify-content: left;
    }

    .btngradientlayouttext button {
        margin-top: 20px;
    }

    .layoutfinancepartnercol {
        width: 50%;
    }

    .webinar-lms-section .webinar-filters {
        flex-direction: column;
        align-items: flex-start;
    }

    .webinar-lms-section .webinar-list {
        padding: 0 15px;
    }

    .webinar-lms-section .webinar-item {
        max-width: 100%;
    }

    .slide {
        width: 100%;
    }

    .office-team p {
        font-size: 12px;
    }

    .team-members {
        flex-direction: column;
        align-items: center;
    }

    .team-member {
        width: -webkit-fill-available;
        margin-bottom: 0;
    }

    .profile-section {
        padding: 15px;
    }

    label,
    p {
        font-size: 14px;
    }

    input[type="text"],
    input[type="url"],
    input[type="file"] {
        font-size: 14px;
    }

    button[type="submit"] {
        font-size: 14px;
        padding: 10px 16px;
    }

    .card-item {
        width: calc(100% - 0px);
    }

    .layoutpagetext p {
        font-size: 14px;
        line-height: 1.2rem;
        padding-right: 0;
    }

    .student-guidance h2 {
        font-size: 2rem;
    }

    .student-guidance p,
    .student-guidance ul li {
        font-size: 1rem;
    }

    .layoutcols9 {
        width: 100%;
    }

    .layoutcols3 {
        width: 100%;
    }
    
    .logo img {
        width: 150px;
        padding: 0;
    }

    .doubt-session-form {
        padding: 20px;
    }

    .doubt-session-form h2 {
        font-size: 22px;
    }

    .doubt-session-form input,
    .doubt-session-form textarea {
        font-size: 14px;
    }

    .doubt-session-form button {
        font-size: 14px;
    }

    .lcol {
        width: 50%;
    }

    .courseaccordian {
        padding-right: 0;
    }

    .layoutdesigntexts {
        padding-top: 20px;
    }

    .layoutdesigntexts p {
        font-size: 12px;
    }

    .layoutdesigntexts h2 {
        font-size: 18px;
    }

    .course-curriculum p {
        font-size: 14px;
        line-height: 1.4rem;
    }

    .pintcheck {
        font-size: 12px;
    }

    .layoutcols6 {
        width: 100%;
    }

    .loginformtext {
        padding: 20px 0;
    }

    .user-img {
        height: 50px;
    }

    .layoutlearningtextcenter h2 {
        font-size: 16px;
    }

    .faq-section .faq-title {
        font-size: 14px;
    }

    .layoutcolbtn button {
        width: 100%;
        margin-top: 20px;
    }

    .layouttexts h2 {
        font-size: 14px;
    }

    .blog-header h2 {
        font-size: 18px;
    }

    .blog-header p {
        font-size: 14px;
    }

    .blog-title a {
        font-size: 16px;
        line-height: 1.2rem;
    }

    .video-preview {
        background-size: auto!important;
        height: 250px!important;
    }

    .date-time {
        font-size: 14px;
    }

    .tab {
        font-size: 10px;
    }

    .layoutssimg {
        padding-right: 0;
        padding-top: 20px;
    }

    .heading-section h2 {
        font-size: 17px;
    }

    .personality-development h2 {
        font-size: 14px;
        line-height: 1.3rem;
        text-align: justify;
    }

    .personality-development p {
        font-size: 1.1rem;
    }

    .faq-title {
        font-size: 20px;
    }

    .verify-container {
        max-width: 90%;
    }

    .footerlink {
        padding-top: 20px;
        padding-left: 0;
    }

    .layoutcardcol6 {
        width: 100%;
    }

    .layoutcontactspaces {
        padding-bottom: 20px;
    }

    .layoutcontactcol {
        width: 100%;
    }

    .contactlayouttext {
        padding: 20px 0;
    }

    .contactcardtext {
        margin: 10px 0 0 0;
    }

    .blogtextcenter h1 {
        font-size: 26px;
        line-height: 1.6rem;
    }

    .ratingtext {
        font-size: 10px;
    }

    .usertexticon {
        font-size: 10px;
    }

    .layouticon p {
        font-size: 11px;
    }

    .contactcardtext h5 {
        font-size: 12px;
    }

    .layouttexts {
        padding-right: 0;
    }

    .footerlogo p {
        padding-right: 0;
    }

    .layoutform {
        padding-top: 30px;
    }

    .footerspace {
        padding: 50px 20px;
    }

    .footerlink h4 {
        font-size: 15px;
        padding-top: 4px;
    }

    .bloglayouttext h5 {
        font-size: 14px;
    }

    .bloglayouttext {
        margin: 0 10px 20px 10px;
    }

    .bloglayouttext h2 {
        font-size: 14px;
        line-height: 1.2rem;
    }

    .bloglayouttext a {
        font-size: 14px;
    }

    .faq-section {
        max-width: 90%;
    }

    .layoutcol3 {
        width: 100%;
    }

    .layoutcol1-5 {
        width: 100%;
    }


    .layouttext h2 {
        text-align: center;
        font-size: 16px;
    }

    .layoutcolbtn button {
        padding: 10px 30px;

    }

    .layouttext p {
        font-size: 12px;
        line-height: 1.2rem;
        text-align: left;
    }

    .layoutcolbtns {
        justify-content: center;
    }

    .layouttextcontainer {
        width: 90%;
    }

    .layoutscol2 {
        width: 100%;
    }

    .layouttextcontainerspace {
        bottom: 0;
        margin-top: 20px;
    }

    .layoutcol {
        width: 100%;
    }

    .keyfeaturestext {
        margin-top: 20px;
        padding-right: 0;
    }

    .layouttextbgimg {
        padding: 20px 0;
        margin: 0;
    }

    .layouttextbgimgtext {
        text-align: left;
    }

    .layoutcolbtntext {
        margin: 0 0 10px 0;
    }

    .layouttextbgimgtext h2 {
        font-size: 17px;
        line-height: 1.4rem;
    }

    .layouttextbgimgtext p {
        font-size: 13px;
    }

    .layouttextcol {
        width: 50%;
    }

    .layouttextdivion svg {
        margin-top: 20px;
    }

    .layoutcontainerss {
        width: -webkit-fill-available;
    }

    .popup {
        width: 96%;
    }

    .layouttextdivion h4 {
        font-size: 12px;
    }

    .layouttextdivion p {
        font-size: 12px;
    }

    .blogtextcenter h1 {
        font-size: 16px;
        line-height: 1.4rem;
    }

    .blogtextcenter {
        padding: 0 10px;
    }

    .blogcontainer {
        width: -webkit-fill-available;
    }

    .mb3 {
        padding: 2px;
        margin-bottom: 1rem;
    }

    .layoutcols {
        width: 100%;
    }

    .layoutcol4 {
        width: 100%;
    }

    .layouttext {
        padding: 20px 0;
    }

    .layoutscol {
        width: 100%;
    }

    .tab-buttons {
        font-size: 12px;
        border-radius: 0;
    }

    .tab-button {
        font-size: 10px;
        padding: 10px;
    }

    .dashboardcontainer .nav-pills .nav-link {
        width: -webkit-fill-available;
        height: auto;
        font-size: 10px;
        padding: 10px 0 !important;
    }

    .layoutheadingtext {
        padding: 20px;
    }

    .layoutcontainer {
        width: -webkit-fill-available;
        padding: 0 20px;
    }

    .layoutheadingtexts h2 {
        font-size: 24px;
        line-height: 2rem;
    }

    .layoutheadingtext h2 {
        font-size: 17px;
        line-height: 1.7rem;
    }

    .layouttextsss {
        padding-top: 20px;
        padding-left: 0;
    }

    .layouttextsss h4 {
        padding-bottom: 10px;
    }

    .layoutcolsimg1 img {
        width: 100px;
    }

    .layoutcolsimg2 img {
        width: 100px;
    }
    
    .layoutcolimg {
        padding-left: 20px;
    }

    .layoutcolimg img {
        width: 100px;
        height: 50px;
        border-radius: 5px;
        padding: 10px;
        margin-left: 0;
    }

    .layoutcol2 {
        width: 100%;
    }

    .layoutcol10 {
        width: 100%;
    }

    .layoutrowtext {
        border-top-left-radius: 25px;
    }

    .layoutcoltexts h5 {
        font-size: 12px;
    }

    .layoutcoltextscol {
        justify-content: left;
    }

    .layoutcolimg {
        padding-top: 20px;
        padding-left: 0;
    }

    .footerlinkss {
        padding-left: 0;
    }

    .herocontainer {
        width: -webkit-fill-available;
    }

    .herotext h1 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .herotext {
        padding: 20px 0;
    }

    .herotext p {
        font-size: 12px;
        line-height: 1.2rem;
        text-align: justify;
    }

    .herocol {
        width: 100%;
    }

    .location-dropdown {
        display: none;
        padding-right: 0;
    }

    .steps-container {
        display: flex;
        flex-wrap: wrap;
    }

    .layoutapplicationprocess h2 {
        font-size: 22px;
        padding-bottom: 40px;
    }

    .header {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .headerbtnmobile {
        display: none;
    }

    .headerbtndesktop {
        display: block;
    }

    .layouthiringtextcenters p {
        text-align: justify;
    }

    .layouthiringtextcenters h2 {
        padding-top: 10px;
    }

    .heading-section p {
        font-size: 12px;
    }

    .layoutheadingworldtexts h2 {
        font-size: 18px;
    }

    .hamburger {
        display: block;
        font-size: 24px;
        color: #000;
        cursor: pointer;
    }

    .layoutsuccessstories {
        padding-top: 0;
    }

    .nav {
        position: absolute;
        top: 110px;
        left: 0;
        display: flex;
        width: -webkit-fill-available;
        height: auto;
        background-color: #ffecd9;
        border: none;
        padding: 0 14px;
        margin-top: 0;
    }

    .testimonial-box .text p {
        padding-top: 0;
    }

    .nav ul {
        display: none;
        flex-direction: column;
        text-align: left;
        padding: 20px 0;
    }

    .nav.open ul {
        display: flex;
    }

    .nav ul li {
        padding: 0;
        margin: 10px 0;
    }

    .megamenucontainer {
        top: 27%;
        left: 0;
        padding: 5px;
        border-radius: 0;
        width: -webkit-fill-available;
    }

    .sidebar {
        width: 40%;
    }

    .content {
        width: 185px;
        height: 400px;
        overflow-y: scroll;
        padding: 10px;
    }

    .card-item h3 {
        font-size: 14px;
    }

    .category-item {
        font-size: 13px;
    }

    .content h2 {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 15px;
    }

    .blogdetails {
        width: -webkit-fill-available;
    }

    .layoutcol6 {
        width: 100%;
    }

    .blogtextcenter .breadcrumb {
        font-size: 14px;
        line-height: 1.2rem;
    }

    .pagelayoutsimg img {
        width: 100%;
    }

    .layoutpagestext {
        padding: 20px 0;
    }

    .layoutpagetext {
        padding: 30px 0;
    }

    .layouttextcenter h2 {
        font-size: 17px;
        font-weight: 700;
        padding-top: 20px;
    }

    .sidebar h3 {
        font-size: 16px;
    }

    .addresstext {
        padding-right: 0;
    }

    .layoutpagetext h2 {
        font-size: 24px;
        line-height: 1.2rem;
    }

    .pagelayoutssimg img {
        width: 100%;
    }

    .layoutimg img {
        width: 100px;
        margin: 0 auto;
    }

    .layoutimg {
        text-align: center;
    }

    .layoutcolssssss6 {
        width: 100%;
    }

    .layoutabouttext p {
        font-size: 12px;
        line-height: 1.2rem;
    }

    .layoutsuccessstories p {
        font-size: 12px;
    }

    .hrspaces {
        border: none;
    }

    .button-container .dropdown-btn {
        display: none;
    }

    .button-container {
        padding-right: 10px;
    }

    .ctabuttonss {
        margin-top: 10px;
    }

    .sidebar {
        padding: 10px;
    }

    .layoutcontactcol6 {
        width: 100%;
    }

    .clcemployeeonboardingform h2 {
        font-size: 22px;
    }

    .search-form input[type="text"],
    .search-form select {
        width: -webkit-fill-available;
        margin: 0 20px;
    }

    .search-form button {
        width: -webkit-fill-available;
        margin: 0 20px;
    }

    .job-itemflex {
        margin: 0 20px;
    }

    .job-item {
        padding: 10px;
    }

    .job-item img {
        width: 70px;
        height: 58px;
    }

    .job-listings .container h2 {
        font-size: 18px;
    }

    .layoutcolsssssssssssssssssssssss6 {
        width: 100%;
    }

    .clcemployeeonboardingform p {
        font-size: 12px;
    }

    .clcemployeeonboardingformspace {
        width: 90%;
        padding: 20px;
    }
    
    .event-card {
        flex-wrap: wrap;
    }
    
    .event-image {
        width: -webkit-fill-available;
    }
    
    .event-info {
        position: initial;
        width: -webkit-fill-available;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 142px);
        margin-top: -10px;
    }
    
    .eventcol9 {
        width: -webkit-fill-available;
    }
    
    .eventcol3 {
        width: -webkit-fill-available;
    }
    
    .event-info h2 {
        font-size: 18px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .event-details {
        flex-wrap: wrap;
        padding-left: 0;
    }
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.search-box:focus-within {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

#search-input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: transparent;
    font-size: 16px;
    outline: none;
    border-radius: 25px;
}

#search-input::placeholder {
    color: #6c757d;
}

.voice-btn, .search-btn {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #6c757d;
}

.voice-btn:hover, .search-btn:hover {
    background: #e9ecef;
    color: #007bff;
}

.voice-btn {
    margin-right: 5px;
}

.search-btn {
    margin-right: 10px;
}

.voice-btn.listening {
    color: #dc3545;
    background: #fff5f5;
}

.voice-btn.listening svg {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.search-results {
    position: absolute;
    top: 100%;
    left: 37%;
    right: 0;
    width: 400px;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    margin: 0 auto;
}

.search-result-item {
    border-bottom: 1px solid #f8f9fa;
    transition: background-color 0.2s ease;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: #f8f9fa;
}

.search-result-item a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
}

.search-result-item a:hover {
    color: #007bff;
}

.search-result-item h4 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.search-result-item .page-type {
    font-size: 12px;
    color: #6c757d;
    background: #e9ecef;
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-block;
    margin-right: 8px;
}

.search-result-item .description {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    line-height: 1.4;
}

.search-result-category {
    background: #f8f9fa;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e9ecef;
}

.no-results {
    padding: 20px;
    text-align: center;
    color: #6c757d;
}

.no-results p:first-child {
    font-weight: 600;
    margin-bottom: 8px;
}

.voice-error {
    padding: 16px;
    text-align: center;
    color: #dc3545;
    background: #fff5f5;
    border-radius: 4px;
    margin: 8px;
}

/* Loading state */
.search-loading {
    padding: 20px;
    text-align: center;
    color: #6c757d;
}

.search-loading::after {
    content: "...";
    animation: dots 1.5s infinite;
}

@keyframes dots {
    0%, 20% { content: "."; }
    40% { content: ".."; }
    60%, 100% { content: "..."; }
}

@media (max-width: 768px) {    
    #search-input {
        font-size: 16px; 
        padding: 10px 15px;
    }
    
    .search-results {
        width: 300px;
        left: -10px;
        right: -10px;
    }

    .herotext h5 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .search-box {
        border-radius: 20px;
    }
    
    #search-input {
        padding: 8px 12px;
    }
    
    #search-input::placeholder {
        font-size: 14px;
    }
}

@media (max-width: 768px) {    
    .search-container {
        order: 2;
        width: 100%;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}