.last-part {
    text-align: center;
    padding-bottom: 40px;
    /* padding-top: 40px; */
    font-size: 20px;
}

.book-t {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.cta-para {
    font-size: 16px;
}
p {
    margin-top: 0;
    /* margin-bottom: 1rem; */
}
.detail-btn {
    background-color: #E5840E;
    border-radius: 2px;
    padding: 10px 40px;
    font-size: 25px;
    font-weight: 700;
    border: none;
    color: #fff;
    cursor: pointer;
}
.detail-btn:hover {
    background-color: #ffffff;
    color: #444;
    border: 1px solid #E5840E;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.workforce{
    text-align: center;
    font-size: 20px;
    
}

/* =============dropdown==========*/

/* Main dropdown */
.dropdown-content {
  display: block;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
  list-style: none;
  
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Submenu */


.dropdown-submenu .submenu {
  display: none;
  position: absolute;
  margin-left: 10px;
  margin-top: 2px;
  background-color: #f9f9f9;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  z-index: 1001;
  padding: 10px;
  list-style: none;
  
}

.dropdown-submenu:hover .submenu {
  display: block;
}

/* ============about us ========= */
.why_icon {
    font-size: 100px;
    color: #ff9003;
    transition: transform 0.3s 
ease, color 0.3s 
ease;
}
.about-title {
    color: #E5840E;
    font-size: 25px;
}
.about-title span {
    color: #00B1AA;
}
.certificate-heading {
    font-size: 40px;
    color: white;
    font-weight: 700;
}
.certificate-para {
    color: white;
    font-size: 16px;
}
.side-form-icons{
  flex-direction: column !important;
}
.contact-info{
  
  margin-right: 50%;
  padding-top: 15px;
  
}
.bottom-email{
  color: #444;
}
.social-connects{
  
  margin-top: 20px;
  text-align: left;

}
.random-content{
  color: #555;
}
.left-form-conteant{
  margin-top: 15px;
}
.last-button{
  /* margin-top: 20%; */
  padding: 10px 14px;
  margin-left: 0px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  border: 2px solid #FF9003;
  font-weight: 600;
  background-color: #FF9003;
  font-size: 15px;
}
.last-button:hover{
    color: #fff;
}
.side-form-detail{
  margin-top: 10px;
}
.step_btn {
    color: #ff9003;
    background: #fff;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 2px;
    font-weight: 600;
    transition: background 0.3s 
ease;
    border: 1px solid #ff9003;
}

/* ---------About us------------ */

.owl-carousel {
    display: flex;
    justify-content: flex-start;
    gap: 20px; 
    overflow: hidden;
    position: relative;
}

/* =====================Contact page ============== */

.banner_container {
    background-color: #072e33;
    height: 350px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.contact_heading {
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}

.contact_para {
    font-size: 16px;
    text-align: center;
    color: white;
}

.contact_span {
    color: #ff9003;
    font-weight: bold;
}

.location_container{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.reachus-head {
    text-align: center;
    color: #444;
    font-weight: 700;
}

.reachus-head-span {
    color: #0db1aa;
}

.reachus-para {
    text-align: center;
    color: #444;
    font-weight: 500;
    font-size: 16px;
}

.reach_card {
    width: 300px;
    border: 3px solid #0db1aa;
    box-sizing: border-box;
    /* margin: 10px; */
    padding: 22px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    height: 194px;
}

.card_icon {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 40px;
    margin-bottom: 10px;
    color: #ff9003;
}

.reach_card-title {
    text-align: center;
    font-size: 24px;
    color: #444;
    font-weight: bold;
}

.reach_card-text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0px -29px;
    color: #444;
}
.reach_card-icon {
    font-size: 35px;
    text-align: center;
    margin-top: -10px;
}

.contact_form {
     border-top: 3px solid #0DB1AA;
     border-bottom: 3px solid #0DB1AA;
}

.contact_container {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* max-width: 500px; */
    width: 100%;
}

.form_heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.form_heading_span {
    color: #0db1aa;
}

.contact_input {
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 7px;
    font-size: 16px;
}

.contact_btn {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    background-color: #0db1aa;
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.facebook {
    background-color: #1a7af2;
    color: white;
    padding: 12px 15px;
    border-radius:50%;
    font-size: 20px;
}

.instagram {
    background-color: #cb297b;
    color: white;
    padding: 11px 12px;
    border-radius:50%;
    font-size: 20px;
}

.linkedin {
    background-color: #016dae;
    color: white;
    padding: 11px 12px;
    border-radius:50%;
    font-size: 20px;
}

.youtube {
    background-color: red;
    color: white;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 20px;
}
/* contact css end */



.testimonial-box {
  background-color: #fff;
  transition: transform 0.3s ease;
}

.testimonial-box:hover {
  transform: translateY(-5px);
}

.testimonial-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  text-align: justify;
}



.testimonial-card {
    background: #f5f5f5;
    padding: 40px 25px;
    border-radius: 6px;
    position: relative;
    transition: 0.3s;
    height: 250px;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    position: relative;
}


.testimonial-text-1::before {
    content: "“";
    font-size: 40px;
    color: #f5a623;
    position: absolute;
    left: 16px;
    top: 25px;
}
.testimonial-text-1::after {
    content: "”";
    font-size: 40px;
    color: #f5a623;
    position: absolute;
    right: 90px;
    bottom: 90px;
}
.testimonial-text-2::before {
    content: "“";
    font-size: 40px;
    color: #f5a623;
    position: absolute;
    left: 14px;
    top: 25px;

}
.testimonial-text-2::after {
    content: "”";
    font-size: 40px;
    color: #f5a623;
    position: absolute;
    right: 48px;
    bottom: 90px;

}
.testimonial-text-3::before{
    content: "“";
    font-size: 40px;
    color: #f5a623;
    position: absolute;
    left: 13px;
    top: 25px;

}
.testimonial-text-3::after{
    content: "”";
    font-size: 40px;
    color: #f5a623;
    position: absolute;
    right: 78px;
    bottom: 67px;

}
.testimonial-name {
    margin-top: 40px;
    color: #f5a623;
    font-weight: 600;
    font-size: 20px;
}
.testimonial-name-3{
    margin-top: 20px;
    color: #f5a623;
    font-weight: 600;
    font-size: 20px;
}
.sub-head{
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}
