/* Flip box custom css  */

#service-box-container .service-box .tp-flipbox__front {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}


#service-box-container .service-box .tp-flipbox__front .tp-flipbox__content {
    background: -o-linear-gradient(268deg, rgb(255 255 255 / 0%) 0%, rgba(50, 61, 112, 0.4) 33%, #323D70 100%) !important;
    background: linear-gradient(182deg, rgb(255 255 255 / 0%) 0%, rgba(50, 61, 112, 0.4) 33%, #323D70 100%) !important;
    border-radius: 15px !important;
}


#service-box-container .service-box .tp-flipbox__back .tp-flipbox__content .tp-flipbox__desc-back {
    text-align: start;
}


/* Our plan custom css  */

#Our-plans .price-tables .style-1 .eael-pricing-item  {
    padding: 0% !important;
}

#Our-plans .price-tables .style-1 .eael-pricing-item  .header { 
    margin-top: 5% !important;
    border-bottom: 2px solid #D4D4D4 !important;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after { 
    background: rgba(0, 0, 0, .00) !important;
}

#Our-plans .price-tables .style-1 .eael-pricing-item .body { 
    text-align: left !important;
    margin-left: 12% !important;
}

#Our-plans .price-tables .style-1 .eael-pricing-item .body ul li {
    border-bottom: none !important;
    padding: 1px !important;
}

#Our-plans .price-tables .style-1 .eael-pricing-item .footer { 
    margin-top: 10% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#Our-plans .price-tables .style-1 .eael-pricing-item .footer .eael-pricing-button { 
    width: 100% !important;
    border-radius: 8px !important;
}   


/* FAQ custom css  */
#FAQ-tabs .FAQ-tab-content .elementor-widget-container .e-n-accordion-item-title,
#mobile-faq-tab .FAQ-tab-content .elementor-widget-container .e-n-accordion-item-title {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    border-bottom: 1px solid #A0A0A0 !important;
}

#FAQ-tabs .FAQ-tab-content .elementor-widget-container .e-n-accordion-item-title .e-n-accordion-item-title-icon,
#mobile-faq-tab .FAQ-tab-content .elementor-widget-container .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    background-color: #00000030 !important;
    padding: 2% !important;
    border-radius: 15% !important;
}


/* before footer form css   */

#befor-footer-form .custom-contact-form {
  max-width: 600px !important;
  margin: 0 auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 20px !important;
}

#befor-footer-form .custom-contact-form .form-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px !important;
}

#befor-footer-form .custom-contact-form .form-group {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

#befor-footer-form .custom-contact-form input[type="text"],
#befor-footer-form .custom-contact-form input[type="email"],
#befor-footer-form .custom-contact-form textarea {
  width: 100% !important;
  padding: 10px 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  color: #333 !important;
  outline: none !important;
  -webkit-transition: border-color 0.3s !important;
  -o-transition: border-color 0.3s !important;
  transition: border-color 0.3s !important;
}

#befor-footer-form .custom-contact-form input[type="text"]::-webkit-input-placeholder, #befor-footer-formc .custom-contact-form input[type="email"]::-webkit-input-placeholder, #befor-footer-form .custom-contact-form textarea::-webkit-input-placeholder {
  color: #aaa !important;
}

#befor-footer-form .custom-contact-form input[type="text"]::-moz-placeholder, #befor-footer-formc .custom-contact-form input[type="email"]::-moz-placeholder, #befor-footer-form .custom-contact-form textarea::-moz-placeholder {
  color: #aaa !important;
}

#befor-footer-form .custom-contact-form input[type="text"]:-ms-input-placeholder, #befor-footer-formc .custom-contact-form input[type="email"]:-ms-input-placeholder, #befor-footer-form .custom-contact-form textarea:-ms-input-placeholder {
  color: #aaa !important;
}

#befor-footer-form .custom-contact-form input[type="text"]::-ms-input-placeholder, #befor-footer-formc .custom-contact-form input[type="email"]::-ms-input-placeholder, #befor-footer-form .custom-contact-form textarea::-ms-input-placeholder {
  color: #aaa !important;
}

#befor-footer-form .custom-contact-form input[type="text"]::placeholder,
#befor-footer-formc .custom-contact-form input[type="email"]::placeholder,
#befor-footer-form .custom-contact-form textarea::placeholder {
  color: #aaa !important;
}

#befor-footer-form .custom-contact-form input[type="text"]:focus,
#befor-footer-form .custom-contact-form input[type="email"]:focus,
#befor-footer-form .custom-contact-form textarea:focus {
  border-color: #f67c1e !important;
}

#befor-footer-form .custom-contact-form .form-submit {
    text-align: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

#befor-footer-form .custom-contact-form input[type="submit"] {
  background-color: #f67c1e !important; 
  color: #fff !important;
  padding: 10px 15px !important;
  font-size: 16px !important;
  font-weight: bold;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  -webkit-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}


#befor-footer-form .custom-contact-form .wpcf7-spinner {
    display: none !important;
}

#befor-footer-form .custom-contact-form input[type="submit"]:hover {
  background-color: #e05f00 !important; 
}

/* mobile menu custom css */

#mobile-menu-icon .ekit-wid-con .ekit_isActive .ekit-overlay {
    background-color: rgb(0 0 0 / 45%) !important;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.before-footer-number {
    color: #fff !important;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-sidebar-widget {
    -webkit-transition: all var(--transition-duration) cubic-bezier(.1,.01,0,.02) .1s !important;
    -o-transition: all var(--transition-duration) cubic-bezier(.1,.01,0,.02) .1s !important;
    transition: all var(--transition-duration) cubic-bezier(.1,.01,0,.02) .1s !important;
}

#mobile-menu-icon .ekit-wid-con .ekit-sidebar-group .ekit-sidebar-widget {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}

/* about us page css */
/* testimonial section */

#about-us-testimonial .ekit-wid-con .elementskit-single-testimonial-slider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;

    padding: 5% !important;
}

#about-us-testimonial .ekit-wid-con .elementskit-single-testimonial-slider .elementskit-commentor-bio  {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
}

#about-us-testimonial .ekit-wid-con .elementskit-single-testimonial-slider .elementskit-profile-info {
    display: -webkit-box  !important;
    display: -ms-flexbox  !important;
    display: flex  !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;

    margin-left: 6%;
}

#about-us-testimonial .ekit-wid-con .elementskit-single-testimonial-slider .elementskit-commentor-content {
    display: -webkit-box  !important;
    display: -ms-flexbox  !important;
    display: flex  !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

#about-us-testimonial .ekit-wid-con .elementskit-single-testimonial-slider .elementskit-commentor-content ul {
    margin: 0px !important;
    margin-top: -12% !important;
    margin-bottom: 5% !important;
    margin-left: 23.5% !important;
}



#about-us-testimonial .ekit-wid-con .elementskit-single-testimonial-slider .elementskit-commentor-bio .elementskit-commentor-image {
    margin: 0px !important;
}

/* job listing box */
#job-listing .job-listing-box {
    color: #000000 !important;
    border-radius: 8px !important;
}

#job-listing .job-listing-box .job-listing-name {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

#job-listing .job-listing-box .job-listing-name .awsm-job-post-title { 
    color: #323D70 !important;
    margin: 0px !important;
}

#job-listing .job-listing-box .job-listing-name .job-category  { 
    background: #323D70 !important; 
    color: #ffff !important;
    padding: 1% !important;
    padding-left: 5% !important; 
    padding-right: 5% !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
}

#job-listing .job-listing-box .job-listing-content {
    margin-top: 1% !important;
}

#job-listing .job-listing-box .job-listing-button {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    display: -webkit-box  !important;
    display: -ms-flexbox  !important;
    display: flex  !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-top: 3% !important;
}


#job-listing .job-listing-box .job-listing-button button {
    background: #ED721D !important;
    color: #ffff !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 8px !important;
}


/* job details page custom css  */
#job-detail-page .hero-section {
  position: relative;
  width: 100%;
  height: 300px; /* Adjust height as needed */
  background-image: url('../img/job-detail-hero-img.webp'); /* Make sure image exists in the correct path */
  /*background-image: url('<?php echo esc_url(get_stylesheet_directory_uri() . "/img/job-detail-hero-img.webp"); ?>');*/ /* Make sure image exists in the correct path */
  background-size: cover;
  background-position: center;
  margin-top: 5% !important;
}


#job-detail-page .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Add a dark overlay */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: center;
  padding: 20px;
}

#job-detail-page .hero-overlay h1 {
  font-size: 2.5rem; /* Adjust font size */
  margin: 0 0 10px;
}

#job-detail-page .hero-overlay p {
  font-size: 1.2rem; /* Adjust font size */
  margin: 0;
}


/* custom css of career page  */
/* form custom css */
#job-detail-page form .awsm-job-form-group .awsm-job-form-error {
    color: #ED721D !important;
}

#job-detail-page form .awsm-job-form-group label {
    font-weight: 500 !important;
}

#job-detail-page form .awsm-job-form-group input {
    border: 1px solid #E3E3E3 !important;
    background: #ffff !important;
    border-radius: 8px !important;
}

#job-detail-page form .awsm-job-form-group #awsm-application-submit-btn {
    background-color: #ED721D !important;
    border: 1px solid #ED721D !important;
    border-radius: 8px !important;
    color: #ffff !important;
    font-weight: 500 !important;
}

#job-detail-page .awsm-job-form .awsm-job-form-inner {
    background: #FCFCFC !important;
    padding: 5% !important;
    border-radius: 8px !important;
}

/* CSS for the popup design */
#success-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
}

#success-popup .popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
}

#success-popup .popup-content h2 {
    color: #f57c00;
    font-size: 24px;
    margin-bottom: 15px;
}

#success-popup .popup-content p {
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
}

#success-popup .popup-content p span {
    font-weight: bold;
    color: #1a73e8;
}

#success-popup .popup-content p:last-child {
    color: #1a73e8;
    font-weight: bold;
}

/* Gallery page css  */
#gallary-tab-head .elementor-widget-container .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
    border: 1px solid #AEAEAE !important;
}


/* contact page custom css  */
/* Styling for the form container */
#contact-form .wpcf7 form {
  background-color: #f5faff !important;
  padding: 20px !important;  
  border-radius: 8px !important;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
}

/* Row styling */
#contact-form .form-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  gap: 20px !important;
}

/* Form group styling */
#contact-form .form-group {
  width: 48% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* Input fields styling */
#contact-form .wpcf7 form input[type="text"],
#contact-form .wpcf7 form input[type="email"],
#contact-form .wpcf7 form input[type="tel"],
#contact-form .wpcf7 form textarea {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

/* Submit button styling */
#contact-form .btn-submit {
  background-color: #ff6600 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  display: block !important;
  margin: 0 auto !important;
  -webkit-transition: background-color 0.3s ease !important;
  -o-transition: background-color 0.3s ease !important;
  transition: background-color 0.3s ease !important;
}

#contact-form .btn-submit:hover {
  background-color: #e05500 !important;
}


#contact-form .form-group-100 {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

#contact-form .form-group,
#contact-form .form-group-100,
#contact-form .form-group label,
#contact-form .form-group-100 label { 
    margin-bottom: 3% !important;
}

/* Blog detail page custom css  */

#blog-detail-page {
    margin-top: 10% !important;
    font-family: 'Albert Sans' !important;
}
/* Custom Single Post Styles */
#blog-detail-page .custom-single-post {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: Arial, sans-serif !important;
}

#blog-detail-page .post-header {
/*    text-align: center;*/
    margin-bottom: 20px !important;
}

#blog-detail-page .post-title {
    font-size: 2em !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

#blog-detail-page .post-meta {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 10px !important;  
    -webkit-box-align: center !important;  
        -ms-flex-align: center !important;  
            align-items: center !important;
    color: #666 !important;
    font-size: 0.9em !important;
}

#blog-detail-page .post-meta .author {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 10px !important;  
    -webkit-box-align: center !important;  
        -ms-flex-align: center !important;  
            align-items: center !important;
}

#blog-detail-page .post-meta .author img { 
    border-radius: 8px !important;
}



#blog-detail-page .featured-image img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px !important;
    border-radius: 8px !important;
}

#blog-detail-page .content-sidebar-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 30px !important;
}

#blog-detail-page .post-content {
    -webkit-box-flex: 3 !important;
        -ms-flex: 3 !important;
            flex: 3 !important;
    line-height: 1.8 !important;
    font-size: 1em !important;
    color: #444 !important;
}

#blog-detail-page .post-tags {
    margin-top: 20px !important;
    font-size: 0.9em !important;
    color: #555 !important;
}

#blog-detail-page .post-tags a {
    color: #0073aa !important;
    text-decoration: none !important; 
}

#blog-detail-page .sidebar {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    /*background: #f9f9f9 !important;
    padding: 15px !important;
    border: 1px solid #ddd !important;*/
    border-radius: 8px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}

#blog-detail-page .sidebar h3 {
    font-size: 1.2em !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

#blog-detail-page .sidebar .recent-posts {
    list-style: none !important;
    padding: 0 !important;
}

#blog-detail-page .sidebar .recent-posts li {
    margin-bottom: 15px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 10px !important;
    padding-bottom: 2% !important;
    border-bottom: 1px solid #ddd !important;
}

#blog-detail-page .sidebar .recent-posts img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 8px !important;
}

#blog-detail-page .sidebar .recent-posts a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 10px !important;
    text-decoration: none !important;
    color: #333 !important;
    font-size: 0.9em !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

#blog-detail-page .slider-blog-page-detail {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

#blog-detail-page .sidebar .cta {
    border-radius: 8px !important;
    margin-top: 20px !important;
    text-align: center !important;
    background: #ED721D !important;
    padding: 5% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

#blog-detail-page .sidebar .cta h4 {
    color: #FFFFFF !important;
    margin-bottom: 10px !important;
    font-size: 1.1em !important;
}

#blog-detail-page .sidebar .cta-button {
    background: #FFFFFF !important;
    color: #091E42 !important;
    padding: 10px 15px !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 0.9em !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-top: 10% !important;
}

#blog-detail-page .color-blue {
    color : #323D70 !important;
}

#job-detail-page .awsm-job-container .awsm-job-single-wrap .awsm-job-form {
    margin-top: -5.5% !important;
}

#job-detail-page .awsm-job-container .entry-title {
    width: 55% !important;

}

/* FAQ Page css */

#FAQ-page-tab .elementor-widget-container .e-n-tabs-heading .e-n-tab-title:first-child {
    border-radius: 8px 0 0 8px !important;
}


#FAQ-page-tab .elementor-widget-container .e-n-tabs-heading .e-n-tab-title:last-child {
    border-radius: 0px 8px 8px 0px !important;
}

#FAQ-page-tab .elementor-widget-container .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    border-radius: 8px !important;
}

.zoom-out-effect {
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  -o-transition: transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
}

.zoom-out-effect:hover {
  -webkit-transform: scale(0.8) !important;
      -ms-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
}


/* Home page Popup desing  */

/*.home-popup-form .wpcf7 form {
  background-color: #f5faff !important;
  padding: 20px !important;  
  border-radius: 8px !important;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
}*/

.home-popup-form .form-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  gap: 20px !important;
}

.home-popup-form .form-group {
  width: 48% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.home-popup-form .wpcf7 form input[type="text"],
.home-popup-form .wpcf7 form input[type="email"],
.home-popup-form .wpcf7 form input[type="tel"],
.home-popup-form .wpcf7 form textarea {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

.home-popup-form .btn-submit {
  background-color: #ff6600 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  display: block !important;
  margin: 3% auto 0% auto !important;
  -webkit-transition: background-color 0.3s ease !important;
  -o-transition: background-color 0.3s ease !important;
  transition: background-color 0.3s ease !important;
}

.home-popup-form .btn-submit:hover {
  background-color: #e05500 !important;
}

.home-popup-form .form-group-100 {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}


.home-popup-form .form-group,
.home-popup-form .form-group-100,
.home-popup-form .form-group label,
.home-popup-form .form-group-100 label { 
    margin-bottom: 3% !important;
}


/* Mobile Styles (Max-width: 767px) */
@media (max-width: 767px) {

    /*price tabel */
    #Our-plans .price-tables .style-1 .eael-pricing-item .header {
        margin-top: 5% !important;
        border-bottom: 1px solid #D4D4D4 !important;
        -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) !important;
    }

    /*faq TAB   mobile */
    #mobile-faq-tab .elementor-widget-container .e-n-tabs-heading {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    #mobile-faq-tab .elementor-widget-container .e-n-tabs-heading button {
        padding: 0px !important;
    }

    #mobile-faq-tab .elementor-widget-container .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
        margin: 0px !important;
        padding: 2% !important;
    }

    #mobile-faq-tab .elementor-widget-container .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
        margin: 0px !important;
    }

    /*about us page css*/
    #team-section .elementor-element {
        background-color: #fff !important;
    }
    /* testimonial css */
    #about-us-testimonial .elementskit-testimonial-slider .swiper-navigation-button {
        font-size: 15px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    } 

    #about-us-testimonial .elementskit-testimonial-slider .swiper-button-prev {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }

    #about-us-testimonial .elementskit-testimonial-slider .swiper-button-next {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }

    /* job listing detail page  */
    #job-detail-page .hero-overlay p {
        font-size: 15px !important;
        margin-top: 0% !important;
    }

    #job-detail-page h2 {
        font-size: 25px !important;
    }

    /* Gallery page custom css  */
    #gallary-tab-head .elementor-widget-container .e-n-tabs-heading {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }

    #gallary-tab-head .elementor-widget-container .e-n-tabs-heading button {
        padding: 1% !important;
    }

    #gallary-tab-head .elementor-widget-container .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
        margin: 0px !important;
        padding: 2% !important;
    }

    #gallary-tab-head .elementor-widget-container .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
        margin: 0 !important;
        border: 1px solid #AEAEAE !important;
    }

    /* blog detail page css */
    #blog-detail-page .content-sidebar-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important ;
        gap: 30px !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20%;
    }
    #blog-detail-page {
        margin-top: 25% !important;
    }
    #blog-detail-page .post-title {
        font-size: 1.5em !important;
    }

    #blog-detail-page .post-meta {
        font-size: 10px !important;
    }

    #blog-detail-page .post-meta .author img {
        height: 30px !important;
        width: 30px !important;
    }
    #blog-detail-page .sidebar .cta {
        padding: 10% !important;
    }

    #blog-detail-page p {
        line-height: 1.5em !important;
    }
    #blog-detail-page h2 {
        font-size: 25px !important;
    }
    
    #blog-detail-page h3 {
        font-size: 22.5px !important;
    }
    
    #blog-detail-page h4 {
        font-size: 20px !important;
    }

    #blog-detail-page h5 {
        font-size: 17.5px !important;
    }

    #blog-detail-page h6 {
        font-size: 15px !important;
    }

    /*  FAQ page custom css  */
    #FAQ-page-tab .elementor-widget-container .e-n-tabs-heading {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }

    #FAQ-page-tab .elementor-widget-container .e-n-tabs-heading button {
        padding: 1% 5% !important;
    }

    #FAQ-page-tab .elementor-widget-container .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
        margin: 0px !important;
        padding: 1% 5% !important;
    }

    #FAQ-page-tab .elementor-widget-container .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
        margin: 0 !important;
    }

    #job-detail-page .awsm-job-container .awsm-job-single-wrap .awsm-job-form {
        margin-top: 0% !important;
    }

    #job-detail-page .awsm-job-container .entry-title {
        width: 100% !important;
    }
}


/* Very Small Devices Styles (Max-width: 480px) */
@media (max-width: 480px) {
    /* job listing detail page  */
    #job-detail-page .hero-overlay p {
        font-size: 12px !important;
        margin-top: 0% !important;
    }

    #job-detail-page h2 {
        font-size: 25px !important;
    }
}