/*
 Theme Name: pahal Child
 Theme URI: https://pahaldesign.com/
 Description: Child theme for pahal
 Author: Your Name
 Template: pahal
 Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital@0;1&display=swap');

body {
  margin: 0px;
  font-family: 'Manrope', sans-serif;
}

body * {
  font-family: 'Manrope', sans-serif;
}

body .entry-content {
  margin-top: 0px;
}

.crimson-font {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.pahal-counter-design .elementor-counter-number-prefix {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
  top: -2px;
  z-index: 1;
  background-color: #2A4BB3;
  border: 2px solid #000;
  border-radius: 100px;
  color: #000;
  font-size: 1rem;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  box-shadow: 4px 4px 0 #000000;
}


.pahal-counter-design .blue_circle_icon .elementor-counter-number-prefix {
  background-color: #2a4bb3;
}

.pahal-counter-design .yellow_circle_icon .elementor-counter-number-prefix {
  background-color: #FFB700;
}

.pahal-counter-design .green_circle_icon .elementor-counter-number-prefix {
  background-color: #288B29;
}

.pahal-counter-design .orange_circle_icon .elementor-counter-number-prefix {
  background-color: #F74E2D;
}

#grid_canvas2 {
  width: 100%;
  height: 100%;
  z-index: 0;
}


.pahal_card_design {
  box-shadow: 6px 6px 0 #000000;
}

/* .pahal_card_design:hover {
  transform: translate(6px, 6px);
  box-shadow: none;
} */

.pahal_button a {
  display: inline-block;
  box-shadow: 6px 6px 0 #000000 !important;
}

.pahal_button a:hover {
  transform: translate(6px, 6px);
  box-shadow: none !important;
}

@media(max-width:767px) {
  .pahal_button a {
    box-shadow: 4px 4px 0 #000000 !important;
    transform: translate(4px, 4px);
  }
}

/* Pahal Image Design Card */
.pahal_image_design img {
  transition: all .3s;
  display: inline-block;
  box-shadow: 6px 6px 0 #000000 !important;
}

.pahal_image_design.green img {
  box-shadow: 6px 6px 0 #288b29 !important;
}

/* .pahal_image_design img:hover {
  transform: translate(6px, 6px);
  box-shadow: none !important;
} */

/* Pahal Image Design Card */

/* Pahal Image Design Card */
.pahal-button {
  border: 2px solid #000;
  border-radius: 100px;
  transition: all .3s;
  display: inline-block;
  box-shadow: 3px 3px 0 #000000 !important;
  padding: 15px 30px;
}

.pahal-button.blue {
  background-color: #2A4BB3;
  color: #fff;
}

/* Pahal Image Design Card */


/* Map */


#pahal_map {
  height: 450px;
  margin: 0;
  border-radius: 10px;
  box-shadow: 4px 4px 0px #000;
}

.pahal_map_filter .elementor-element {
  height: 100%;
}

.main-map-box {
  position: relative;
  background: white;
  border: 2px solid #000;
  padding: 8%;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #000;
  z-index: 1000;
  width: 90%;
  height: 100%;
  margin: auto;
}

.main-map-box .flex_box {
  display: flex;
  gap: 10px;
}

.main-map-box .flex_box select {
  padding: 10px 25px 10px 10px;
  border-radius: 30px;
  background-color: #ffb700 !important;
  color: #000;
  box-shadow: 4px 4px 0px #000;
  border: 2px solid;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 6px center;
}

.main-map-box select,
.main-map-box input {
  width: 100%;
  margin-bottom: 8px;
  padding: 6px 4px;
  box-sizing: border-box;
}

.pahal_map_search {
  margin-top: 1rem;
}

.pahal_map_search input {
  border: 2px solid #000 !important;
  box-shadow: 2px 2px 0px #000;
  padding: 10px !important;
  padding-left: 10px !important;
  width: 100%;
  border-radius: 30px !important;
  outline: none !important;
}

.main-map-box #searchResults {
  background: white;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1001;
}

.main-map-box #searchResults div:hover {
  background-color: #f1f1f1;
}

.main-map-box .place-card-container {
  position: relative;
  overflow-y: auto;
  background: white;
  max-height: 210px;
  margin-top: 10px;
  padding: 5%;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-map-box .place-card {
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 10px;
  margin: 8px 0px;
  box-shadow: -4px 4px 0px #000;
}

.main-map-box .place-card h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-map-box .place-card p {
  margin: 2px 0;
  font-size: 13px;
  color: #555;
}

.main-map-box .place-actions {
  margin-top: 6px;
  display: flex;
  gap: 8px;
}

.main-map-box .place-actions button,
.main-map-box .place-actions a {
  flex: 1;
  border: none;
  background: #F74E2D;
  color: #000;
  border-radius: 30px;
  cursor: pointer;
  padding: 8px;
  font-size: 16px;
  transition: .3s;
  border: 1px solid #000;
  box-shadow: -4px 4px 0px #000;
  text-align: center;
}

.main-map-box .place-actions button:hover,
.main-map-box .place-actions a:hover {
  box-shadow: none;
  transform: translate(-2px, 2px);
}

.leaflet-control-attribution.leaflet-control {
  display: none;
}

.main-map-box .place-card h4 img {
  width: 12px;
  margin-right: 4px;
}

@media(max-width:767px) {
  .main-map-box {
    padding: 3% 5% 0px;
  }
}

/* Map */

.we_offer_box:hover h2 {
  color: #fff !important;
}

.we_offer_box:hover p {
  color: #fff !important;
}

@media(max-width:767px) {

  .we_offer_box {
    min-height: 382px !important;
  }

  .mobile_slider .pahal_card_design {
    margin: 20px 0px !important;
  }

  .mobile_slider .pahal_image_design {
    padding: 20px 0px;
  }

}

/*  */


/* Contact Us Form */
.pahal-contactus-form-wrapper * {
  font-family: 'Manrope', sans-serif !important;
}

.career_form_wrapper * {
  font-family: 'Manrope', sans-serif !important;
}

.pahal-contactus-form-wrapper .form-row {
  margin-bottom: 15px;
}

.pahal-contactus-form-wrapper .form-row p {
  width: 100%;
}

.pahal-contactus-form-wrapper .form-row-half p {
  width: 100%;
  font-family: 'Manrope', sans-serif !important;
}

.pahal-contactus-form-wrapper input[type="text"],
.pahal-contactus-form-wrapper input[type="email"],
.pahal-contactus-form-wrapper input[type="tel"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  font-family: 'Manrope', sans-serif !important;
}

.pahal-contactus-form-wrapper .form-row-half {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.pahal-contactus-form-wrapper .half-width {
  flex: 1;
}

.pahal-contactus-form-wrapper select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: white;
  font-family: 'Manrope', sans-serif !important;
}

.pahal-contactus-form-wrapper .submit-row {
  text-align: center;
  margin-top: 25px;
}

.pahal-contactus-form-wrapper .submit-button {
  background-color: #FFD700;
  color: #000;
  padding: 12px 40px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pahal-contactus-form-wrapper .submit-button:hover {
  background-color: #FFC700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.pahal-contactus-form-wrapper input::placeholder,
.pahal-contactus-form-wrapper select:invalid {
  color: #666;
}

.pahal-contactus-form-wrapper input:focus,
.pahal-contactus-form-wrapper select:focus {
  outline: none;
  border-color: #4A90E2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.1);
}

.pahal-contactus-form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 10px;
}

.wpcf7-response-output {
  font-size: 12px;
}

.pahal-contactus-form-wrapper span.wpcf7-spinner {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  background: #000000;
  opacity: 1;
}

.pahal-contactus-form-wrapper span.wpcf7-spinner:before {
  background: #ffffff;
}

.pahal-contactus-form-wrapper .form-row.submit-row {
  position: relative;
}

h3.eael-contact-form-title.eael-contact-form-7-title {
  margin-top: 0px;
  font-family: 'Manrope', sans-serif !important;
}

p.help {
  font-size: 12px;
  color: #ffb700;
}

@media (max-width: 768px) {
  .pahal-contactus-form-wrapper .form-row-half {
    flex-direction: column;
    gap: 15px;
  }
}

/* Contact Us Form */


/* Contact Us Form */
.mobile_slider .owl-dots,
.mobile_auto_slider_enable .owl-dots {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.mobile_slider .owl-dots .owl-dot,
.mobile_auto_slider_enable .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #afafaf !important;
  transition: .6s all;
  border-radius: 50%;
}

.mobile_slider .owl-dots .owl-dot.active,
.mobile_auto_slider_enable .owl-dots .owl-dot.active {
  background: #000 !important;
}

/* Contact Us Form */


@media (max-width: 768px) {
  .mobile_auto_slider_enable .elementor-loop-container {
    display: block !important;
  }
}



.online-form input[type='radio'] {
  width: 15px !important;
  height: 15px !important;
  padding: 0px !important;
}


/* Testimonial */
.testimonial-item {
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  border-radius: 22px;
  padding: 5%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.owl-testimonials .owl-item {
  padding: 20px;
}

.truncate-paragraph {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-inner-item .truncate-paragraph {
  min-height: 130px;
}

.testimonial-inner-item {
  text-align: left;
}

.firstLetter {
  width: 60px;
  height: 60px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #000;
  color: #fff;
}

.testimonial-profile-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Testimonial */

.owl-carousel.owl-rtl .owl-item {
  direction: ltr;
  text-align: center;
}


span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
  position: absolute;
  bottom: -48px;
}



/* Header pahal-header-1 */
#pahal-header-1 li a:hover {
  background: #FF6819;
  color: #fff;
}

#pahal-header-1 li a:not(.sub-menu a) {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  border: 1px solid #cccccc45;
  box-shadow: 0px 0.98px 1.97px rgb(248 248 248);
}

#pahal-header-1 li a .sub-arrow svg {
  transition: .3s;
}

#pahal-header-1 li a:hover .sub-arrow svg {
  fill: #fff;
}

#pahal-header-1 li.custom_svg a svg path,
#pahal-header-1 li.user_svg a svg path {
  transition: .3s;
}

#pahal-header-1 li.custom_svg a:hover svg path {
  fill: #fff;
}

#pahal-header-1 li.user_svg a:hover svg path {
  stroke: #fff;
}

#pahal-header-1 li .sub-menu {
  min-width: max-content !important;
  width: 100% !important;
  border-radius: 12px;
}

#pahal-header-1 li .sub-menu .sub-menu {
  border-radius: 0px;
}

#pahal-header-1 li .sub-menu .sub-menu li:hover a {
  color: #fff;
}

#pahal-header-1 .elementor-nav-menu--dropdown li a.highlighted {
  background: #FF6819;
  color: #fff;
}

#pahal-header-1 .elementor-nav-menu--dropdown.sub-menu li a.elementor-item-active {
  color: #16163f;
}

#pahal-header-1 li a.elementor-item-active {
  background: #FF6819 !important;
  color: #fff !important;
}

@media(max-width:1200px) {
  #pahal-header-1 .elementor-nav-menu--dropdown:not(.sub-menu.elementor-nav-menu--dropdown) {
    width: 90% !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
    position: fixed !important;
    top: 101px !important;
    border-radius: 7px;
    padding: 5px 10px;
  }

  #pahal-header-1 .elementor-nav-menu {
    overflow: hidden;
  }

  #pahal-header-1 .elementor-nav-menu--dropdown {
    width: 100%;
  }

  #pahal-header-1 li a:not(.sub-menu a) {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
    border: none;
    border-bottom: 1px solid #e9e8e838;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  #pahal-header-1 .elementor-nav-menu--dropdown.sub-menu li {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
  }

  #pahal-header-1 .elementor-nav-menu--dropdown.sub-menu li a {
    padding: 10px;
    font-size: 15px;
    width: 90%;
    justify-content: space-between;
  }

  #pahal-header-1 .elementor-nav-menu--dropdown.sub-menu {
    margin-left: 0%;
    left: auto;
  }

  #pahal-header-1 li a.highlighted .sub-arrow svg {
    fill: #fff;
  }

  #pahal-header-1 li a {
    font-size: 15px;
  }

  #pahal-header-1 .elementor-nav-menu--dropdown.sub-menu li .sub-menu {
    margin-left: 0px;
  }

  /* #pahal-header-1 .elementor-nav-menu--dropdown.sub-menu li .sub-menu li a:after {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg' fill='%2316163f'><path d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/></svg>");
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
    z-index: 1;
  } */
}

@media(max-width:676px) {
  #pahal-header-1 .elementor-nav-menu--dropdown.sub-menu {
    margin-left: 10%;
    left: auto;
  }
}

/* Header pahal-header-1 */


/* Latest News */
.announcement-list {
  display: flex;
  gap: 10px;
}

.announcement-item {
  background: #fff;
  padding: 10px 10px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  width: 100%;
}

.announcement-item img {
  height: 150px;
  width: 100%;
  border-radius: 5px;
}

.announcement-item h3 {
  font-size: 13px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin-bottom: 15px;
}

.announcement-top,
.announcement-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 50%;
}

.announcement-item h3 svg {
  width: 13px;
  height: 13px;
}

.announcement-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: red;
  top: 0px;
  left: 0px;
}

.announcement-top .announcement-item:nth-child(odd):before {
  background: #2A4BB3;
}

.announcement-top .announcement-item:nth-child(even):before {
  background: #FFB700;
}

.announcement-bottom .announcement-item:nth-child(odd):before {
  background: #FF6819;
}

.announcement-bottom .announcement-item:nth-child(even):before {
  background: #288B29;
}

.pahal_raw_button {
  padding: 7px 15px !important;
  border-radius: 30px;
  background: #ffb700;
  color: #000 !important;
  box-shadow: 4px 4px 0px #000 !important;
  border: 2px solid;
  outline: none;
  font-size: 16px;
  transition: .6s;
  display: inline-block;
}

.pahal_raw_button:hover {
  transform: translate(4px, 4px) !important;
  box-shadow: none !important;
}

/* Latest News */

/* Latest Updates */
a.updates_pdf_link {
  background: #fff;
  display: block;
  padding: 9px;
  border: 1px solid #000;
  border-radius: 30px;
  box-shadow: 4px 4px 0px #000;
  color: #000;

}

a.updates_pdf_link h3 {
  margin: 0px;
  font-size: 15px;
  color: #000;
}

.updates-item {
  position: relative;
}

.updates-item span.new_label {
  position: absolute;
  font-size: 8px;
  background: #288B29;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  box-shadow: 4px 4px 0px #000;
  right: -20px;
  transform: rotate(13deg);
  top: -11px;
}

.updates-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.updates-top,
.updates-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


@media(max-width:1200px) {
  a.updates_pdf_link h3 {
    font-size: 13px;
  }
}

@media(max-width:767px) {
  .updates-list {
    flex-direction: column;
  }

  a.updates_pdf_link {
    text-align: center;
  }

  .pahal_raw_button {
    padding: 5px 15px !important;
    font-size: 14px;
  }
}

/* Latest Updates */

.gradient_css {
  position: relative;
}

.gradient_css::before {
  content: '' !important;
  position: absolute !important;
  width: 16% !important;
  height: 100% !important;
  left: 0px !important;
  z-index: 7;
  top: 0px !important;
  background: linear-gradient(to right, #ffffff 56%, rgb(255 255 255 / 0%));
}

.gradient_css::after {
  content: '';
  position: absolute;
  width: 15%;
  height: 100%;
  right: 0px;
  z-index: 7;
  top: 0px;
  background: linear-gradient(to left, #ffffff 56%, rgb(255 255 255 / 0%));
}

.bgBlue {
  background-color: #2A4BB3;
}

.bgYellow {
  background-color: #FFB700;
}

.bgGreen {
  background-color: #288B29;
}

.bgRed {
  background-color: #F74E2D;
}

.bgDarkBlue {
  background-color: #1B2230;
}


/*  */
#file_upload_home button.elementor-button {
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #000;
  padding: 10px 30px;
  color: #000 !important;
  display: block;
  margin: auto;
  margin-top: 1rem;
  transition: .6s;
  cursor: pointer;
  margin-left: 0px;
}

#file_upload_home button.elementor-button {
  border: 2px solid #000;
}

#file_upload_home button.elementor-button:hover {
  transform: translate(4px, 4px);
  box-shadow: none;
}

/*  */


/*  */
.linear_slider_parent {
  height: 600px !important;
  overflow: hidden !important;
  position: relative;
}

.linear_slider_parent:before {
  content: '' !important;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  width: 100% !important;
  height: 45% !important;
  position: absolute !important;
  top: -15% !important;
  left: 0px !important;
  right: 0px;
  margin: auto;
  z-index: 4;
  pointer-events: none;
}

.linear_slider_parent:after {
  content: '' !important;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  width: 100% !important;
  height: 45% !important;
  position: absolute !important;
  bottom: -15% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  z-index: 4;
  pointer-events: none;
}

.linear_slider_inner {
  display: flex;
  flex-direction: column;
  animation: pahalScrollUp 25s linear infinite;
}

.linear_slider_parent.reverse_item .linear_slider_inner {
  animation: pahalScrollDown 25s linear infinite;
}

@keyframes pahalScrollUp {
  0% {
    transform: translateY(0);
  }

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

@keyframes pahalScrollDown {
  0% {
    transform: translateY(-50%);
  }

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

/* Mobile Responsive - Tablets and below */
@media (max-width: 768px) {
  .linear_slider_parent {
    height: 400px !important;
  }

  .linear_slider_inner {
    animation: pahalScrollUp 18s linear infinite;
  }

  .linear_slider_parent.reverse_item .linear_slider_inner {
    animation: pahalScrollDown 18s linear infinite;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .linear_slider_parent {
    height: 400px !important;
  }

  .linear_slider_inner {
    animation: pahalScrollUp 15s linear infinite;
  }

  .linear_slider_parent.reverse_item .linear_slider_inner {
    animation: pahalScrollDown 15s linear infinite;
  }
}


@media(max-width:767px) {
  .truncate-paragraph {
    margin: 0px;
    margin-bottom: 1rem;
  }
}

/*  */



/* Foating Form */
.floating_form {
  position: fixed;
  padding: 0px 30px;
  transition: all 0.6s linear;
  width: 100%;
  bottom: 0px;
  background: #fff;
  z-index: 10;
  max-height: 0;
  box-shadow: 1px 2px 10px 0px rgba(117.30000000000001, 117.30000000000001, 117.30000000000001, 0.34);
  /* display: none; */
}

.floating_form.active {
  max-height: 175px;
}

.floating_form .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.floating_form .close_btn svg {
  width: 16px;
}


.floating_form .custom-form-wrapper p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.floating_form .custom-form-wrapper p {}

.floating_form .custom-form-wrapper p span.wpcf7-form-control-wrap {
  width: 100%;
}

.floating_form .custom-form-wrapper p span.wpcf7-form-control-wrap input {
  width: 100%;
  min-width: auto;
  background: #FFDD00;
  box-shadow: 4px 4px 0px #000;
  color: #000;
  outline: none;
  border: 2px solid #000;
  border-radius: 100px;
  padding: 5px 10px;
}

.floating_form .custom-form-wrapper p span.wpcf7-form-control-wrap select {
  width: 100%;
  min-width: auto;
  background: #FFDD00;
  box-shadow: 4px 4px 0px #000;
  color: #000;
  outline: none;
  border: 2px solid #000;
  border-radius: 100px;
  padding: 5px 10px;
}

.floating_form .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}

.floating_form .wpcf7-submit {
  width: 70%;
  border: 2px solid #fff !important;
  border-radius: 30px !important;
  background: #000 !important;
  color: #fff !important;
  line-height: normal !important;
  padding: 7px 10px !important;
  cursor: pointer !important;
  box-shadow: -4px 4px 0px #000 !important;
}

.floating_form .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffdd00;
  color: #000;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  box-shadow: 4px 4px 0px #000;
  transition: .6s;
}

.floating_form .close_btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}

.floating_register_btn {
  position: fixed;
  bottom: 0px;
  right: 70px;
  background: #ffb700;
  z-index: 5;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 2px solid #000;
  overflow: hidden;
  border-bottom: 0px;
  box-shadow: 4px 4px 0px #000;
  cursor: pointer;

}

.floating_register_btn button {
  background: #ffb700;
  display: block;
  color: #000;
  border: none;
  border-bottom: 0px;
  border-radius: 0px;
  cursor: pointer;
}

.floating_form .custom-form-wrapper p span.wpcf7-form-control-wrap input::placeholder {
  color: #000 !important;
  opacity: 1;
}


.floating_form .wpcf7-response-output {
  position: fixed;
  bottom: 165px;
  right: 0px;
  background: #fff;
}

.wpcf7-response-output:empty {
  display: none;
}

.floatingWrapper {
  padding-top: 15px;
}

.floatingWrapper h3 {
  margin: 0px;
  font-size: 16px;
}


@media(max-width:650px) {
  .floating_form.active {
    max-height: 550px;
  }

  .floating_form .custom-form-wrapper p br {
    display: none;
  }

  .floating_form .custom-form-wrapper p {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .floating_form .wpcf7-submit {
    width: 100%;
  }

  .floating_form .wpcf7-response-output {
    position: relative;
    bottom: auto;
    right: auto;
    background: #fff;
    margin: 0px !important;
    margin-bottom: 10px !important;
  }

  .floating_form .wpcf7-spinner {
    position: absolute;
    bottom: 6px;
  }
}


/* Foating Form */


/* Floating Enquiry */
.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-icons a {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -4px 4px 0px #000;
  border: 1px solid #000;
  outline: none !important;
}

.floating-icons a.enquiry {}

/* Floating Enquiry */


.truncate-paragraph-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-paragraph-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-paragraph-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-paragraph-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-paragraph-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-paragraph-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.elementor-sub-item.has-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



/*  */
.pahal_slider_tabs .owl-item {
  padding: 20px 0px;
}

.pahal_slider_tabs .item {
  cursor: pointer;
}

/*  */


/* Table */
.pahal_table table {
  border-collapse: collapse;
}

.pahal_table th {
  border: 2px solid #000 !important;
}

.pahal_table table tr th:nth-child(1) {
  width: 33%;
}


.pahal_table table tr th:nth-child(2) {
  background: #288B29 !important;
  width: 33%;
}

.pahal_table table tr th:nth-child(3) {
  background: #F74E2D !important;
  width: 33%;
}

.pahal_table th tr {}

.pahal_table th td {}

.pahal_table tbody tr td {
  border: 2px solid #000 !important;
}

.pahal_table.four_column_table.serialNumber_col table tr th:nth-child(1) {
  width: 10%;
}

.pahal_table.four_column_table table tr th {
  width: 25%;
}

@media(max-width:650px) {
  .pahal_table tbody tr td {
    padding: 0px !important;
  }

  .pahal_table tr td .th-mobile-screen {
    padding: 25px 0px;
    color: #fff !important;
    margin-right: 0px;
  }

  .pahal_table tbody tr {
    border-style: none;
    margin-bottom: 2rem;
    display: block;
    box-shadow: 4px 4px 0px #000;
  }

  .pahal_table tbody tr td {
    border: 1px solid #000 !important;
  }

  .pahal_table .td-content {
    line-height: 25px;
  }

  .pahal_table .eael-data-table-wrap {
    overflow: hidden !important;
    padding: 10px !important;
  }

  .pahal_table {
    box-shadow: none !important;
  }
}

/* Table */


/* Form Changes */
.floating_form .wpcf7-spinner {
  width: 20px;
  height: 20px;
  opacity: 1;
  position: absolute;
  background: #ffdd00;
  display: block;
  margin: 0px;
  right: 5px;
}

.wpcf7-spinner::before {
  background: #000000;
}

/* Form Changes */

/* Current Page Menu color Change */
.custom_svg.current-menu-item a svg,
.custom_svg.current-menu-item a path {
  fill: #fff;
  stroke: #fff;
}

/* Current Page Menu color Change */


/* Woo cart/checkout layout tweaks */
.container.cart-container {
  max-width: 90%;
  margin: 90px auto;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.container.cart-container {
  max-width: 90%;
  box-shadow: none;
  background-color: transparent;
  padding: 24px 0;
}

.cart-middle-wrapper {
  display: flex;
  justify-content: space-between;
}

form.woocommerce-cart-form {
  width: 65%;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 30%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce table.shop_table {
  border: none;
  box-shadow: none;
}

.woocommerce table.shop_table th {
  background: #f6f8fb;
  font-weight: 600;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-bottom: 1px solid #e6e9f0;
}

.woocommerce-cart .button,
.woocommerce-checkout .button {
  /*width: 70%;*/
  border: 2px solid #fff !important;
  border-radius: 30px !important;
  background: #000 !important;
  color: #fff !important;
  line-height: normal !important;
  padding: 7px 10px !important;
  cursor: pointer !important;
  box-shadow: -4px 4px 0px #000 !important;
}

.woocommerce-cart .input-text,
.woocommerce-checkout .input-text {
  padding: 7px 15px !important;
  border: 2px solid #001F3F !important;
  border-radius: 12px;
  height: 43px !important;
}

.woocommerce .cart_totals {
  background: #f6f8fb;
  padding: 20px;
  border-radius: 12px;
}

.woocommerce .cart_totals h2 {
  margin-top: 0;
}

.custom_grid_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -10;
}

/* table figma design  */
.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border: 0 !important;
}

.woocommerce table.shop_table {
  border-radius: 10px !important;
  box-shadow: 4px 4px 0px 0px #000000 !important;
  margin: 0;
}

.woocommerce table.shop_table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0 !important;
}

.woocommerce table.shop_table thead tr:first-child th:last-child {
  border-radius: 0px 10px 0 0 !important;
}

.woocommerce .table-wrap {
  border: 1px solid #000;
  border-radius: 10px;
}

.woocommerce table.shop_table .product-thumbnail {
  min-width: 120px;
}

.woocommerce table.shop_table .product-thumbnail img {
  width: 100%;
}

.woocommerce .cart_item .quantity .qty {
  border: 0 !important;
  background: transparent;
}

.woocommerce .cart-middle-wrapper .cart_totals {
  padding: 20px;
  background: transparent;
  border: 1px solid #000;
  box-shadow: 4px 4px 0px 0px #000000 !important;
}

.woocommerce-cart .cart-middle-wrapper .cart-collaterals .cart_totals table {
  box-shadow: none !important;
  background-color: transparent;

}

.woocommerce-cart .cart-middle-wrapper .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-middle-wrapper .cart-collaterals .cart_totals table td {
  background: transparent;
}

.woocommerce a.button,
.woocommerce button.button {
  background: #2a4bb3;
  color: #fff;
  border-radius: 8px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #1f3b8a;
}

.woocommerce-page #coupon_code {
  width: 180px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-right: 20px;
}

td.product-name a {
  text-decoration: none;
  color: #000
}

table.shop_table {
  background-color: var(--e-global-color-8bfca39);
  box-shadow: 6px 6px 0px 0px #000000 !important;
  border: 1px solid #000;
  border-collapse: collapse !important;
  border-radius: 0 !important;
}

table.shop_table td,
table.shop_table th {
  border: 2px solid #000 !important;
  border-collapse: collapse !important;
  border-radius: 0 !important;
}

.woocommerce-cart .select2-container .select2-dropdown,
.woocommerce-cart .select2-container .select2-selection,
.woocommerce-checkout .select2-container .select2-dropdown,
.woocommerce-checkout .select2-container .select2-selection {
  border: 2px solid #001F3F !important;
}

.single-product .woocommerce-notices-wrapper {
  visibility: hidden;
  opacity: 0;
}

.page-id-7208 .woocommerce-order {
  padding: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
}

.thankyou-icon {
  margin: auto;
  display: block;
  width: 60px;
}

span.edit-link {
  display: none;
}

#pahal-header-1 li.logged-in-account a {
  background: #000 !important;
  color: #fff !important;
}

#pahal-header-1 li.logged-in-account svg path {
  stroke: #fff;
}

.tutor-dashboard-menu-wishlist,
.tutor-dashboard-menu-question-answer,
.tutor-dashboard-menu-withdraw,
.tutor-dashboard-menu-reviews,
.tutor-dashboard-menu-quiz-attempts,
.tutor-dashboard-menu-enrolled-courses,
.tutor-dashboard-menu-my-quiz-attempts {
  display: none;
}

.page-id-2117 footer {
  display: none;
}

[name="update_cart"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #ffdd02;
}

.tutor-wrap {
  padding-top: 130px;
}

.page-id-2117 .tutor-wrap,
.page-id-2118 .site-main,
.tutor-course-single-content-wrapper {
  padding-top: 130px;
  padding-bottom: 80px;
}

.woocommerce-additional-fields {
  display: none;
}

.tutor-form-control {
  padding: 7px 15px !important;
  border: 2px solid #001F3F !important;
  border-radius: 12px;
  height: 43px !important;
}

.tutor-btn-primary {
  /* width: 70%; */
  border: 2px solid #fff !important;
  border-radius: 30px !important;
  background: #000 !important;
  color: #fff !important;
  line-height: normal !important;
  padding: 7px 10px !important;
  cursor: pointer !important;
  box-shadow: -4px 4px 0px #000 !important;
}

/* ONline Form Side Bar */
/* Main Form Container with Sidebar */

/* Main Form Container with Sidebar */
#online_form_pahal .wpcf7-form {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  box-shadow: 6px 6px 0px #000;
  font-family: "Manrope", Sans-serif;
  overflow: hidden;
}

/* Sidebar Navigation */
#online_form_pahal .form-sidebar {
  width: 280px;
  background: #2A4BB3;
  padding: 30px 20px;
  border-right: 1px solid #e0e0e0;
  margin: 0px;
}

#online_form_pahal .sidebar-header {
  margin-bottom: 30px;
}

#online_form_pahal .sidebar-header h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}

#online_form_pahal .sidebar-header p {
  font-size: 13px;
  color: #fff;
}

#online_form_pahal .step-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#online_form_pahal .step-item {
  padding: 15px 20px;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  position: relative;
  background: #ffffff;
}

#online_form_pahal .step-item.active {
  background: #000000;
  color: #fff;
}

#online_form_pahal .step-item.active:before {
  background: #fff;
  color: #5b47fb;
}

#online_form_pahal .step-item.completed {
  color: #288B29;
}

.step-item .step-icon {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}

.step-item .step-icon svg {
  width: 18px;
}

.step-item.completed .step-icon {
  background: #28a745;
  display: none;
}

.step-item.completed .step-icon svg {
  stroke: #fff;
}

#online_form_pahal .step-item.completed:before {
  background: #288B29;
  color: #fff;
  content: '✓';
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 10px;
}

/* Main Form Content Area */
#online_form_pahal .form-content {
  flex: 1;
  padding: 40px;
}

/* Step Sections */
#online_form_pahal .step-section {
  display: none;
}

#online_form_pahal .step-section.active {
  display: block;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#online_form_pahal .step-title {
  font-size: 24px;
  width: 100%;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

/* Form Elements */
#online_form_pahal .form-section {
  margin-bottom: 20px;
}

#online_form_pahal .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

#online_form_pahal .form-col {
  flex: 1;
}

#online_form_pahal .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif !important;
}

#online_form_pahal .section-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
}

/* Input Styling */
#online_form_pahal .wpcf7-form input[type="text"],
#online_form_pahal .wpcf7-form input[type="email"],
#online_form_pahal .wpcf7-form input[type="tel"],
#online_form_pahal .wpcf7-form select,
#online_form_pahal .wpcf7-form input[type="tel"],
#online_form_pahal .wpcf7-form input[type="date"],
#online_form_pahal .wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

#online_form_pahal .wpcf7-form .form-col p {
  width: 100%;
}

#online_form_pahal .wpcf7-form input:focus,
#online_form_pahal .wpcf7-form select:focus,
#online_form_pahal .wpcf7-form textarea:focus {
  outline: none;
}

#online_form_pahal .wpcf7-form textarea {
  max-height: 90px;
  resize: vertical;
}

/* File Upload */
#online_form_pahal .wpcf7-form input[type="file"] {
  padding: 12px;
  border: 2px dashed #ddd;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  background: #fafafa;
}

#online_form_pahal .file-note {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* Radio Buttons */
#online_form_pahal .radio-inline {
  display: flex;
  gap: 30px;
  align-items: center;
}

#online_form_pahal .wpcf7-form .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

#online_form_pahal .wpcf7-form input[type="radio"] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #000000;
}

#online_form_pahal .wpcf7-form .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

/* Step Navigation Buttons */
#online_form_pahal .step-nav {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

#online_form_pahal .prev-btn,
#online_form_pahal .next-btn,
#online_form_pahal .submit-btn {
  background: #ffb700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  gap: 5px;
  padding: 10px 16px;
  font-size: 18px;
  box-shadow: 4px 4px 0px #000;
  border: 2px solid #000;
  cursor: pointer;
  transition: .6s;
}

#online_form_pahal .prev-btn:hover,
#online_form_pahal .next-btn:hover,
#online_form_pahal .submit-btn:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}


#online_form_pahal .prev-btn {
  background: #000000;
  color: #fff;
  border: 2px solid #fff;
}

#online_form_pahal .prev-btn img {
  filter: invert(1);
}

#online_form_pahal .submit-btn {
  background: #ffb700;
  color: #333;
  margin: 0px;
}

#online_form_pahal .step-nav p {
  display: flex;
  gap: 10px;
}

/* Progress Indicator */
#online_form_pahal .progress-bar {
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 20px;
  overflow: hidden;
}

#online_form_pahal .progress-fill {
  height: 100%;
  background: #000000;
  transition: width 0.3s;
}

/* Validation */
#online_form_pahal .wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

#online_form_pahal .wpcf7-form .wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 6px;
}


#online_form_pahal br {
  display: none;
}


#online_form_pahal .prev-btn img,
#online_form_pahal .next-btn img,
#online_form_pahal .submit-btn img {
  width: 18px;
  position: relative;
  top: 1px;

}

#online_form_pahal .step-item.active svg {
  color: #000;
}


#online_form_pahal .wpcf7-form .wpcf7-list-item label {
  margin: 0px;
  display: flex;
  align-items: center;
}

#online_form_pahal span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  #online_form_pahal .wpcf7-form {
    flex-direction: column;
  }

  #online_form_pahal .form-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

  #online_form_pahal .step-menu {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }

  #online_form_pahal .step-item {
    flex-shrink: 0;
    min-width: 150px;
  }
}

@media (max-width: 768px) {
  #online_form_pahal .form-row {
    flex-direction: column;
    gap: 0;
  }

  #online_form_pahal .form-content {
    padding: 20px;
  }

  #online_form_pahal .step-nav {
    flex-direction: column;
  }

  #online_form_pahal .prev-btn,
  #online_form_pahal .next-btn,
  #online_form_pahal .submit-btn {
    width: 100%;
  }

  #online_form_pahal .sidebar-header {
    margin-bottom: 15px;
  }

  #online_form_pahal .sidebar-header h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  #online_form_pahal .form-col p {
    margin-bottom: 10px;
  }

  #online_form_pahal .form-row {
    margin-bottom: 0px;
  }

  #online_form_pahal .form-section p {
    width: 100% !important;
  }

  #online_form_pahal .step-nav p {
    flex-wrap: wrap;
  }
}

div[data-class="wpcf7cf_group"] {
  display: none !important;
}

div[data-class="wpcf7cf_group"].wpcf7cf-show {
  display: block !important;
}

/* ONline Form Side Bar */
/*  Blog */
.pahal-button.green {
  background: #288B29;
}

.pahal-button.white {
  background: #fff;
  color: #000;
}

.pahal-button.green.blog-single-title {
  width: 70%;
  font-size: 32px;
}

.extra-border {
  box-shadow: 4px 4px 0px 0px #000000;
}

.page-numbers {
  padding: 6px 11px;
  border: 1px solid #000;
  border-radius: 7px;
}

nav.elementor-pagination {
  margin-top: 30px;
}

span.page-numbers.dots {
  border: 0;
}

/*  end of Blog */


#click_exam_papers li.elementor-icon-list-item,
.click_exam_papers .paper_box {
  cursor: pointer;
}

.exam-papers-form-wrapper .wpcf7-submit {
  cursor: pointer;
}











/* Exam Pappers */

.exam-papers-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Header Styles */
.exam-papers-container .exam-header {
  text-align: center;
  margin-bottom: 50px;
}

.exam-papers-container .exam-header h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
}

.exam-papers-container .exam-intro {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Papers Grid */
.exam-papers-container .papers-grid {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 40px 22px;
}

.exam-papers-container .uceed-grid,
.exam-papers-container .ceed-grid,
.exam-papers-container .nata-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

/* Paper Card */
.exam-papers-container .paper-card {
  background: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 32%;
  box-shadow: 4px 4px 0px #000;
}

.papers-box.jee-box .paper-card {
  width: 40%;
}

.exam-papers-container .paper-card:hover {
  box-shadow: none;
  border-color: #000000;
  transform: translate(4px, 4px);
}

.exam-papers-container .paper-card.featured {
  border-color: #3498db;
  background: linear-gradient(135deg, #f8fcff 0%, #ffffff 100%);
}

/* Paper Icon */
.exam-papers-container .paper-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

/* Paper Title */
.exam-papers-container .paper-card h3 {
  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 600;
}

.exam-papers-container .paper-title {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.4;
  flex-grow: 1;
}

/* Download Button */
.exam-papers-container .download-btn {
  background: #FFB700;
  color: #fff;
  padding: 12px 28px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 0px #000;
  border: none;
  cursor: pointer;
  width: 100%;
}

.exam-papers-container .download-btn:hover {
  transform: translate(4px, 4px);
  box-shadow: none;
}

.exam-papers-container .download-btn .btn-icon {
  margin-right: 8px;
}

/* Button Group for Multiple Links */
.exam-papers-container .button-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.exam-papers-container .download-btn.small {
  padding: 10px 20px;
  font-size: 0.9rem;
  max-width: 100%;
}

.exam-papers-container .download-btn.secondary {
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.exam-papers-container .download-btn.secondary:hover {
  background: linear-gradient(135deg, #229954 0%, #1e8449 100%);
  box-shadow: 0 6px 16px rgba(39, 174, 96, 0.4);
}

/* About Section */
.exam-papers-container .about-section {
  background: #f8f9fa;
  border-left: 4px solid #3498db;
  padding: 30px;
  border-radius: 8px;
  margin-top: 40px;
}

.exam-papers-container .about-section h3 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 600;
}

.exam-papers-container .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exam-papers-container .info-list li {
  padding: 10px 0;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Note Section */
.exam-papers-container .note-section {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.exam-papers-container .note-text {
  margin: 0;
  color: #856404;
  font-size: 1rem;
  line-height: 1.6;
}

/* Region Tabs */
.exam-papers-container .region-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.exam-papers-container .tab-btn {
  background: #fff;
  border: 2px solid #e0e0e0;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease;
}

.exam-papers-container .tab-btn:hover {
  border-color: #3498db;
  color: #3498db;
}

.exam-papers-container .tab-btn.active {
  background: #3498db;
  border-color: #3498db;
  color: white;
}

.exam-papers-container .region-content {
  display: none;
}

.exam-papers-container .region-content.active {
  display: grid;
}

.exam-papers-container .paper-card a {
  display: flex;
  margin-top: 1rem;
}

.exam-papers-container .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.exam-papers-container .download-btn svg {
  width: 25px;
}

.brochure-card {
  background: linear-gradient(135deg, #FF6600 0%, #ff8833 100%);
  color: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.3);
  margin-bottom: 20px;
  width: 100%;
}

.brochure-card h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.brochure-link {
  display: inline-block;
  background: white;
  color: #FF6600;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.exam-papers-container .paper-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.exam-papers-container .paper-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 15px;
  background: #ffb700;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .exam-papers-container .paper-card {
    width: 31%;
  }
}

@media (max-width: 1025px) {
  .exam-papers-container .paper-card {
    width: 31%;
  }
}

@media (max-width: 768px) {
  .exam-papers-container .exam-header h2 {
    font-size: 2rem;
  }

  .exam-papers-container .exam-intro {
    font-size: 1rem;
  }

  .exam-papers-container .papers-grid {
    grid-template-columns: 1fr;
  }

  .exam-papers-container .uceed-grid,
  .exam-papers-container .ceed-grid,
  .exam-papers-container .nata-grid {
    grid-template-columns: 1fr;
  }

  .exam-papers-container .region-tabs {
    flex-direction: column;
  }

  .exam-papers-container .tab-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .exam-papers-container .paper-card {
    width: 48%;
  }

  .exam-papers-container {
    padding: 30px 15px;
  }

  .exam-papers-container .exam-header h2 {
    font-size: 1.75rem;
  }

  .exam-papers-container .paper-card {
    padding: 20px;
  }

  .exam-papers-container .download-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 675px) {
  .exam-papers-container .paper-card {
    width: 45%;
  }
}

@media (max-width: 565px) {
  .exam-papers-container .paper-card {
    width: 100%;
  }

  .exam-papers-container h2.section-title {
    text-align: center;
  }

  .exam-papers-container .paper-links {
    width: 100%;
  }
}

/* Print Styles */
@media print {
  .exam-papers-container .download-btn {
    display: none;
  }
}

/* Exam Pappers */
.single-courses .tutor-wrap {
  padding-bottom: 80px;
}

.post-template-default.single.single-post .e-con-inner ul {
  text-align: left;
  width: 50%;
  margin: auto;
}

.post-template-default.single.single-post table,
table td {
  border: 1px solid #000;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .post-template-default.single.single-post ul {
    width: 80%;
  }
}

@media (max-width: 565px) {
  .post-template-default.single.single-post ul {
    width: 100%;
  }
}



#online_form_pahal .bank-card {
  border: 2px solid #000;
  border-radius: 12px;
  width: 36%;
  text-align: center;
  background: #fff;
  box-shadow: 4px 4px 0px #000;
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
  background: #2a4bb3;
  color: #fff;
}

#online_form_pahal .bank-card br {
  display: none;
}

#online_form_pahal .bank-detail-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#online_form_pahal .bank-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#online_form_pahal .bank-card-header h4 {
  font-size: 20px;
  margin: 0px;
  margin-bottom: 10px;
}

#online_form_pahal .bank-details-section .bank-cards-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}

#online_form_pahal .bank-card.hdfc-card {
  background: #ffb700;
  color: #222;
}

#online_form_pahal .step-section.step-6 .step-nav {
  justify-content: start;
}

#online_form_pahal .note p {
  font-size: 12px;
  margin: 0px !important;
  width: 100%;
}

#online_form_pahal .note {
  margin-top: 1rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

@media(max-width: 767px) {
  #online_form_pahal .bank-card {
    width: 100%;
  }
}



.add_pahal_read_more {
  position: relative;
  max-width: 100%;
  background: white;
  padding: 20px;
  border-radius: 8px;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.add_pahal_read_more.collapsed {
  max-height: 17em;
}

.add_pahal_read_more.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 40%,
      rgba(255, 255, 255, 0.95) 70%,
      rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.add_pahal_read_more.blue_overlay.collapsed::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(42 75 178) 80%, rgb(42 75 179) 62%, rgb(42 75 179) 100%);
}

.add_pahal_read_more.green_overlay.collapsed::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(40 139 41) 80%, rgb(40 139 41) 62%, rgb(43 135 49) 100%);
}

.add_pahal_read_more.yellow_overlay.collapsed::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(254 182 0) 80%, rgb(255 183 0) 62%, rgb(255 183 0) 100%);
}

.add_pahal_read_more.orange_overlay.collapsed::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255 104 25) 80%, rgb(255 104 25) 62%, rgb(255 104 25) 100%);
}

.add_pahal_read_more p {
  margin-bottom: 16px;
}

.add_pahal_read_more.expanded p {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.5s ease forwards;
}

.add_pahal_read_more.expanded p:nth-child(1) {
  animation-delay: 0.1s;
}

.add_pahal_read_more.expanded p:nth-child(2) {
  animation-delay: 0.2s;
}

.add_pahal_read_more.expanded p:nth-child(3) {
  animation-delay: 0.3s;
}

.alumni_testimonial_wrapper .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 24px;
  background: #000;
  color: white;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 0px #000;
  justify-content: center;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.doodle_dynamic_images {
  position: absolute !important;
  width: 350px;
  top: 18%;
}



.owl-expert-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 45%;
  margin: auto;
  margin-right: 0px;
  margin-top: 1rem;
}

.owl-expert-slider .owl-nav .owl-prev,
.owl-expert-slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s;
}

.owl-expert-slider .owl-nav .owl-prev:hover,
.owl-expert-slider .owl-nav .owl-next:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}


.owl-expert-slider .owl-nav .owl-prev svg,
.owl-expert-slider .owl-nav .owl-next svg {
  width: 15px;
  height: 15px;
}



.custom-form-wrapper span.wpcf7-list-item {
  display: flex;
  justify-content: start;
}

.custom-form-wrapper span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.custom-form-wrapper span.wpcf7-list-item label input {
  width: 14px !important;
  height: 15px;
  box-shadow: none !important;
}

@media(min-width: 1050px) {
  .floating_form .wpcf7-not-valid-tip {
    position: absolute;
  }
}

.pahal-contactus-form-wrapper .wpcf7-list-item label {
  display: flex !important;
  font-size: 14px;
  gap: 10px;
  line-height: 20px;
}


.career_form_wrapper .input-label {
  font-size: 16px;
}


input::placeholder,
textarea::placeholder {
  font-family: 'Manrope', sans-serif !important;
}

::placeholder {
  font-family: 'Manrope', sans-serif !important;
}

:-ms-input-placeholder {
  font-family: 'Manrope', sans-serif !important;
}

::-ms-input-placeholder {
  font-family: 'Manrope', sans-serif !important;
}


.wpcf7-list-item {
  margin: 0px !important;
}



.exam-papers-form-wrapper p,
.exam-papers-form-wrapper p input,
.exam-papers-form-wrapper p span.wpcf7-form-control-wrap {
  width: 100%;
}

.exam-papers-form-wrapper span.wpcf7-list-item label {
  display: flex !important;
  gap: 10px;
}

.exam-papers-form-wrapper span.wpcf7-list-item label input {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  top: 4px;
}

.exam-papers-form-wrapper span.wpcf7-list-item label span {
  font-size: 16px;
}



.owl-expert-slider .owl-nav .owl-prev {
  position: relative;
  inset: auto;
}

.owl-expert-slider .owl-nav .owl-next {
  position: relative;
  inset: auto;
}

.open_floating_form {
  cursor: pointer;
}





.cf7-art-work-form {
  max-width: 600px;
  margin: 0 auto;
}

.cf7-art-work-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-art-work-form .form-field {
  flex: 1;
}

.cf7-art-work-form .form-field label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.cf7-art-work-form .form-field input[type="text"],
.cf7-art-work-form .form-field input[type="tel"],
.cf7-art-work-form .form-field input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.cf7-art-work-form .form-field input::placeholder {
  color: #999;
}

/* Upload Field Styles */
.cf7-art-work-form .upload-field {
  position: relative;
}

.cf7-art-work-form .upload-wrapper {
  position: relative;
}

.cf7-art-work-form .upload-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.cf7-art-work-form .upload-field .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.cf7-art-work-form .upload-field input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.cf7-art-work-form .upload-instructions p {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  border: 2px dashed #d7d7d7;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: 14px !important;
  height: 47px;
}

.cf7-art-work-form .upload-instructions {
  pointer-events: none;
}

.cf7-art-work-form .upload-instructions .upload-icon {
  font-size: 48px;
  margin-bottom: 10px;
}

.cf7-art-work-form .upload-instructions p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.cf7-art-work-form .upload-instructions .file-info {
  font-size: 12px;
  color: #666;
}


/* Submit Button */
.cf7-art-work-form .wpcf7-form .wpcf7-submit {
  background: #FFC107;
  color: #000;
  border: none;
  padding: 12px 40px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

.cf7-art-work-form .wpcf7-form .wpcf7-submit:hover {
  background: #FFD54F;
}

/* File preview area */
.cf7-art-work-form .file-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.cf7-art-work-form .file-preview-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}

.cf7-art-work-form .file-preview-item .remove-file {
  margin-left: 8px;
  color: #f44336;
  cursor: pointer;
  font-weight: bold;
}

.cf7-art-work-form .form-field br {
  display: none;
}

.cf7-art-work-form .upload-input {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: fill;
}

.cf7-art-work-form .upload-input * {
  display: flex;
  width: 100%;
  height: 90%;
}

.cf7-art-work-form .upload-input .wpcf7-form-control-wrap {
  display: flex;
  align-items: end;
}

.cf7-art-work-form .upload-input .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: relative;
  width: auto;
  height: auto;
}

.cf7-art-work-form input.wpcf7-form-control.wpcf7-submit {
  width: 120px;
  padding: 10px;
  border-radius: 100px;
  background: #ffb700;
  color: #000;
  box-shadow: 4px 4px 0px #000;
  border: 1px solid #000;
  cursor: pointer;
}

.cf7-art-work-form .wpcf7-not-valid-tip {
  font-size: 12px;
}

.cf7-art-work-form .uploaded-files {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.cf7-art-work-form .uploaded-files .file-name {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #28a745;
  margin: 0px;
}

.cf7-art-work-form .uploaded-files .file-name::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2328a745' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .cf7-art-work-form .form-row {
    flex-direction: column;
  }
}

.page-id-2117 a:visited {
  color: #fff
}

/* order history hide  */
.tutor-dashboard-menu-purchase_history {
  display: none;
}


.free_counselling_btn span.tooltipBox {
  position: absolute;
  opacity: 0;
  background: #fff;
  right: calc(100% + 15px);
  width: max-content;
  color: #000;
  font-size: 12px;
  border-radius: 100px;
  border: 1px solid #000;
  padding: 5px 10px;
  pointer-events: none;
  z-index: 10;
  transition: .3s;
}

.free_counselling_btn:hover span.tooltipBox {
  opacity: 1;
}

.scholarship-form-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px !important;
}

.scholarship-form-form-wrapper br {
  display: none;
}

.scholarship-form-form-wrapper .wpcf7-form-control label {
  display: block !important;
  font-size: 16px;
}


.papers-box.jee-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.woocommerce-checkout .woocommerce-order .woocommerce-notice {
  text-align: center;
}

/* .icon_list_pahal li {
  cursor: pointer;
} */

.page-id-7208 div#payment {
  margin-top: 20px;
}


@media(max-width:1200px) {
  .owl-expert-slider .owl-nav .owl-prev {
    left: -2%;
  }

  .owl-expert-slider .owl-nav .owl-next {
    right: -2%;
  }

  form.woocommerce-cart-form {
    width: 68%;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 30%;
  }
}

@media(max-width: 1024px) {
  .cart-middle-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  form.woocommerce-cart-form {
    width: 100%;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 70%;
  }

  .woocommerce table.shop_table .product-thumbnail img {
    width: 100px;
  }
}

@media(max-width: 880px) {
  .cf7-art-work-form p {
    width: 100%;
  }

  form.woocommerce-cart-form {
    width: 100%;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 100%;
  }

  .woocommerce-page #coupon_code {
    width: 140px;
  }
}

@media(max-width: 767px) {
  .alumini_box_wrapper .elementor-widget-text-editor {
    min-height: 295px;
  }

  .doodle_dynamic_images {
    width: 190px;
    top: 15%;
  }
}

.pahal-yellow-button {
  border: 2px solid #000;
  border-radius: 100px;
  transition: all .3s;
  display: inline-block;
  padding: 10px 30px;
  background: #ffb700;
  color: #000 !important;
  box-shadow: 4px 4px 0 #000000 !important;
}

.pahal-yellow-button:hover {
  box-shadow: none !important;
  transform: translate(4px);
}



@media(max-width:880px) {
  .owl-expert-slider .owl-nav {
    width: 100%;
  }
}



/*  */
/* ========================================
   SCOPED MULTI-STEP FORM WITH OTP VALIDATION
   Parent Selector: .pahal-registration-form
   ======================================== */

/* ========================================
   OTP VALIDATION STYLES
   ======================================== */

/* OTP Step Container */
.pahal-registration-form .otp-step {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
}

.pahal-registration-form .otp-container {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.pahal-registration-form .otp-instruction {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.pahal-registration-form .otp-instruction strong {
  color: #2563eb;
  font-weight: 600;
}

/* OTP Input Group */
.pahal-registration-form .otp-input-group {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 30px 0;
}

.pahal-registration-form .otp-input {
  width: 50px;
  height: 55px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
  background: #f8fafc;
  color: #1e293b !important;
  padding: 0px !important;
  height: 45px !important;
}

.pahal-registration-form .otp-input:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  transform: scale(1.05);
}

.pahal-registration-form .otp-input.error {
  border-color: #ef4444;
  background: #fef2f2;
  animation: pahal-shake 0.4s ease-in-out;
}

/* OTP Error Message */
.pahal-registration-form .otp-error {
  display: none;
  color: #ef4444;
  font-size: 14px;
  margin-top: 15px;
  padding: 12px;
  background: #fef2f2;
  border-radius: 8px;
  border-left: 4px solid #ef4444;
}

/* OTP Actions */
.pahal-registration-form .otp-actions {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.pahal-registration-form .resend-otp-btn {
  background: transparent;
  border: none;
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.pahal-registration-form .resend-otp-btn:hover:not(:disabled) {
  background: #eff6ff;
  color: #1d4ed8;
}

.pahal-registration-form .resend-otp-btn:disabled {
  color: #94a3b8;
  cursor: not-allowed;
}

.pahal-registration-form #timer {
  color: #64748b;
  font-weight: 500;
}

/* Verify Button Enhancement */
.pahal-registration-form #verify-otp-btn {
  min-width: 200px;
  font-weight: 600;
}

/* Loading Spinner */
.pahal-registration-form .spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: pahal-spin 0.6s linear infinite;
}

@keyframes pahal-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Shake Animation */
@keyframes pahal-shake {

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

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.pahal-registration-form .otp-input-group.shake {
  animation: pahal-shake 0.5s ease-in-out;
}

/* Success Message */
.pahal-registration-form .success-message {
  background: #dcfce7;
  border-left: 4px solid #22c55e;
  color: #166534;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  animation: pahal-slideDown 0.3s ease-out;
}

@keyframes pahal-slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Validation Alert Enhancement */
.pahal-registration-form .validation-alert {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
  font-family: 'Manrope', sans-serif;
  color: #991b1b;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  animation: pahal-slideDown 0.3s ease-out;
}

/* Phone Number Display */
.pahal-registration-form #display-phone {
  color: #2563eb;
  font-weight: 700;
}

/* Additional Styling for Better UX */
.pahal-registration-form .otp-input::-webkit-outer-spin-button,
.pahal-registration-form .otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pahal-registration-form .otp-input[type=number] {
  -moz-appearance: textfield;
}

/* Focus visible for accessibility */
.pahal-registration-form .otp-input:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.pahal-registration-form .resend-otp-btn:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* ========================================
   FORM SIDEBAR STYLES
   ======================================== */

.pahal-registration-form .form-sidebar {
  width: 280px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding: 30px 20px;
  border-right: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.pahal-registration-form .sidebar-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
}

.pahal-registration-form .sidebar-header p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

/* Step Menu */
.pahal-registration-form .step-menu {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.pahal-registration-form .step-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.pahal-registration-form .step-item:hover {
  background: #f1f5f9;
}

.pahal-registration-form .step-item.active {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.pahal-registration-form .step-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e2e8f0;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.pahal-registration-form .step-item.active .step-icon {
  background: rgba(255, 255, 255, 0.2);
}

.pahal-registration-form .step-icon svg {
  width: 20px;
  height: 20px;
  stroke: #64748b;
}

.pahal-registration-form .step-item.active .step-icon svg {
  stroke: #fff;
}

.pahal-registration-form .step-item span {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  transition: color 0.3s ease;
}

.pahal-registration-form .step-item.active span {
  color: #fff;
  font-weight: 600;
}

/* Progress Bar */
.pahal-registration-form .progress-bar {
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 30px;
}

.pahal-registration-form .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}

/* ========================================
   FORM CONTENT STYLES
   ======================================== */

.pahal-registration-form .form-content {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* Step Section Base */
.pahal-registration-form .step-section {
  display: none;
  padding: 40px;
  animation: pahal-fadeIn 0.3s ease-in-out;
}

.pahal-registration-form .step-section.active {
  display: block;
}

@keyframes pahal-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pahal-registration-form .step-title {
  font-size: 26px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #e2e8f0;
}

/* Form Row & Column Layout */
.pahal-registration-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.pahal-registration-form .form-col {
  flex: 1;
}

.pahal-registration-form .form-section {
  margin-bottom: 24px;
}

.pahal-registration-form .form-row label,
.pahal-registration-form .form-col label,
.pahal-registration-form .form-section label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
}

/* Form Inputs */
.pahal-registration-form input[type="text"],
.pahal-registration-form input[type="email"],
.pahal-registration-form input[type="tel"],
.pahal-registration-form input[type="date"],
.pahal-registration-form textarea,
.pahal-registration-form select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  color: #1e293b;
  background: #fff;
  transition: all 0.3s ease;
  outline: none;
}

.pahal-registration-form input[type="text"]:focus,
.pahal-registration-form input[type="email"]:focus,
.pahal-registration-form input[type="tel"]:focus,
.pahal-registration-form input[type="date"]:focus,
.pahal-registration-form textarea:focus,
.pahal-registration-form select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.pahal-registration-form textarea {
  min-height: 100px;
  resize: vertical;
}

/* File Upload */
.pahal-registration-form input[type="file"] {
  padding: 10px;
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  cursor: pointer;
}

.pahal-registration-form .file-note {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
}

/* Radio Buttons */
.pahal-registration-form input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #2563eb;
}

.pahal-registration-form .wpcf7-list-item {
  margin: 0 20px 10px 0;
  display: inline-block;
}

.pahal-registration-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

/* Validation Styles */
.pahal-registration-form .wpcf7-not-valid {
  border-color: #ef4444 !important;
  background: #fef2f2 !important;
}

.pahal-registration-form .wpcf7-not-valid-tip {
  display: block;
  color: #ef4444;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 500;
}

/* ========================================
   BUTTON STYLES
   ======================================== */

.pahal-registration-form .step-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
  gap: 15px;
}

.pahal-registration-form .next-btn,
.pahal-registration-form .prev-btn,
.pahal-registration-form .submit-btn {
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  outline: none;
}

.pahal-registration-form .next-btn,
.pahal-registration-form .submit-btn {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.pahal-registration-form .next-btn:hover,
.pahal-registration-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.pahal-registration-form .next-btn:active,
.pahal-registration-form .submit-btn:active {
  transform: translateY(0);
}

.pahal-registration-form .next-btn:disabled,
.pahal-registration-form .submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pahal-registration-form .prev-btn {
  background: #f1f5f9;
  color: #475569;
}

.pahal-registration-form .prev-btn:hover {
  background: #e2e8f0;
  transform: translateX(-2px);
}

.pahal-registration-form .next-btn img,
.pahal-registration-form .prev-btn img {
  width: 16px;
  height: 16px;
}

/* ========================================
   BANK DETAILS SECTION
   ======================================== */

.pahal-registration-form .bank-details-section {
  margin: 30px 0;
}

.pahal-registration-form .bank-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.pahal-registration-form .bank-card {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}

.pahal-registration-form .bank-card:hover {
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.pahal-registration-form .bank-card-header h4 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
}

.pahal-registration-form .bank-detail-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ffb700;
}

.pahal-registration-form .bank-detail-row:last-child {
  border-bottom: none;
}

.pahal-registration-form .detail-label {
  font-weight: 600;
  color: #64748b;
  font-size: 14px;
}

.pahal-registration-form .detail-value {
  font-weight: 500;
  color: #1e293b;
  font-size: 14px;
  text-align: right;
}

.pahal-registration-form .icici-qr img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
}

.pahal-registration-form .note {
  background: #eff6ff;
  border-left: 4px solid #2563eb;
  padding: 16px 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.pahal-registration-form .note p {
  margin: 8px 0;
  font-size: 14px;
  color: #1e40af;
  line-height: 1.6;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
  .pahal-registration-form .form-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }

  .pahal-registration-form .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .pahal-registration-form .step-section {
    padding: 30px 20px;
  }

  .pahal-registration-form .otp-step {
    padding: 30px 20px;
  }

  .pahal-registration-form .otp-input {
    width: 45px;
    height: 50px;
    font-size: 20px;
  }

  .pahal-registration-form .otp-input-group {
    gap: 8px;
  }

  .pahal-registration-form .otp-instruction {
    font-size: 14px;
  }

  .pahal-registration-form .step-nav {
    flex-direction: column;
    gap: 10px;
  }

  .pahal-registration-form .next-btn,
  .pahal-registration-form .prev-btn,
  .pahal-registration-form .submit-btn {
    width: 100%;
    justify-content: center;
  }

  .pahal-registration-form .bank-cards-container {
    grid-template-columns: 1fr;
  }

  .pahal-registration-form .step-item {
    padding: 12px 15px;
  }

  .pahal-registration-form .step-icon {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .pahal-registration-form .otp-input {
    width: 40px;
    height: 45px;
    font-size: 18px;
  }

  .pahal-registration-form .otp-input-group {
    gap: 6px;
  }

  .pahal-registration-form #verify-otp-btn {
    min-width: auto;
    width: 100%;
  }

  .pahal-registration-form .step-title {
    font-size: 22px;
  }

  .pahal-registration-form .step-section {
    padding: 20px 15px;
  }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {

  .pahal-registration-form .form-sidebar,
  .pahal-registration-form .step-nav {
    display: none;
  }

  .pahal-registration-form .step-section {
    display: block !important;
    page-break-after: always;
  }
}

/* ===================================
   OTP VERIFICATION STATUS STYLES
   =================================== */

/* Verified Message Container */
.otp-verified-message {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 2px solid #22c55e;
  border-radius: 12px;
  padding: 40px 32px;
  text-align: center;
  margin: 20px 0;
  box-shadow: 0 4px 6px rgba(34, 197, 94, 0.1);
  animation: slideInUp 0.5s ease-out;
}

/* Verified Badge Container */
.verified-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.verified-badge h3 {
  color: #22c55e;
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 600;
}

.verified-badge p {
  color: #6b7280;
  margin: 0 0 24px 0;
  font-size: 16px;
  line-height: 1.5;
}

.verified-badge p strong {
  color: #374151;
  font-weight: 600;
}

/* Verified Badge Icon in Sidebar */
.verified-badge-icon {
  display: inline-flex;
  align-items: center;
  animation: fadeIn 0.3s ease-in;
}

/* Checkmark Animation */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Success SVG Icon Animation */
.otp-verified-message svg {
  animation: checkmarkDraw 0.8s ease-out;
}

@keyframes checkmarkDraw {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-45deg);
  }

  50% {
    opacity: 1;
    transform: scale(1.1) rotate(0deg);
  }

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

/* Continue Button Styling */
.otp-verified-message .next-btn {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(34, 197, 94, 0.2);
}

.otp-verified-message .next-btn:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(34, 197, 94, 0.3);
}

.otp-verified-message .next-btn:active {
  transform: translateY(0);
}

.otp-verified-message .next-btn img {
  width: 20px;
  height: 20px;
}

/* Step 2 Verified State in Sidebar */
.step-item[data-step="2"].verified {
  position: relative;
}

.step-item[data-step="2"].verified::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  background: #22c55e;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(34, 197, 94, 0.3);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .otp-verified-message {
    padding: 32px 20px;
  }

  .verified-badge h3 {
    font-size: 20px;
  }

  .verified-badge p {
    font-size: 14px;
  }

  .otp-verified-message .next-btn {
    padding: 10px 24px;
    font-size: 14px;
  }

  .otp-verified-message svg {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Alternative: Info Box Style (Optional) */
.otp-verified-info {
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.otp-verified-info svg {
  width: 24px;
  height: 24px;
  color: #3b82f6;
  flex-shrink: 0;
}

.otp-verified-info p {
  margin: 0;
  color: #1e40af;
  font-size: 14px;
}

.otp-input-group p {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 10px;
}

#online_form_pahal .step-item span {
  position: relative;
}

#online_form_pahal .step-item span.verified-badge-icon {
  position: absolute;
  width: 16px;
  right: -20px;
}

#online_form_pahal .step-item span.verified-badge-icon svg {
  color: green;
}



.pahal-registration-form .phone-input-wrapper p {
  display: flex !important;
  gap: 5px;
  flex-wrap: wrap !important;
}

.pahal-registration-form .phone-input-wrapper p select#country-code {
  flex: 1;
}

.pahal-registration-form .phone-input-wrapper p span.wpcf7-form-control-wrap {
  display: block;
  flex: 5;
}

#online_form_pahal .wpcf7-form .form-col .phone-input-wrapper p {
  align-items: start;
}


#online_form_pahal .bank-card.icici-card h4,
#online_form_pahal .bank-card.icici-card span {
  color: #fff !important;
}

.pahal-registration-form .payment_image img {
  width: 135px;
  background: #fff;
  padding: 4px;
  border-radius: 50px;
  margin-top: 15px;
}

/*  */


#game-tip-1,
#game-tip-2,
#game-tip-3,
#game-tip-4 {
  display: none;
}


/* Download Papers Form */

.exam-papers-form-wrapper {
  position: relative;
}

/* Input Fields */
.exam-papers-form-wrapper input[type="text"],
.exam-papers-form-wrapper input[type="email"],
.exam-papers-form-wrapper input[type="tel"] {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.exam-papers-form-wrapper .mobile-otp-group {
  position: relative;
}

.exam-papers-form-wrapper .mobile-otp-group input[type="tel"] {
  padding-right: 140px;
  margin-bottom: 0;
}

.exam-papers-form-wrapper .mobile-otp-group .inline-otp-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.exam-papers-form-wrapper .mobile-otp-group .inline-otp-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.exam-papers-form-wrapper .mobile-otp-group .inline-otp-btn .btn-icon {
  transition: transform 0.3s ease;
  font-size: 18px;
  line-height: 1;
}

.exam-papers-form-wrapper .mobile-otp-group .inline-otp-btn:hover:not(:disabled) .btn-icon {
  transform: translateX(3px);
}

/* Hide inline button when mobile is verified */
.exam-papers-form-wrapper .mobile-otp-group.otp-sent .inline-otp-btn {
  display: none;
}

/* Button Base Styles */
.otp_enable_form button {
  padding: 12px 28px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

.otp_enable_form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Resend OTP Button */
.otp_enable_form #resend-otp-btn {
  background: #6b7280;
  color: white;
  width: 100%;
  margin-bottom: 15px;
}

.otp_enable_form #resend-otp-btn:not(:disabled) {
  background: #ffb700;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
  color: #000;
}

.otp_enable_form #resend-otp-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
}

/* OTP Wrapper */
.otp_enable_form #otp-wrapper {
  animation: OTPslideDown 0.4s ease;
}

@keyframes OTPslideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.otp_enable_form #otp-wrapper input {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: white;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
}

/* Verify OTP Button */
.otp_enable_form #verify-otp-btn {
  background: #ffb700;
  color: #000;
  width: 100%;
  margin-bottom: 15px;
}


/* OTP Status */
.otp_enable_form #otp-status {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  animation: OTPfadeIn 0.3s ease;
}

@keyframes OTPfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.otp_enable_form #otp-status:not(:empty) {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}


/* Phone Image */
.otp_enable_form .phone-image {
  text-align: center;
}

/* Submit Button */
.otp_enable_form #cf7-submit {
  background: #ffb700;
  color: #000;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  box-shadow: 4px 4px #000;
  margin-top: 10px;
  border-radius: 100px;
}

.otp_enable_form #cf7-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(16, 185, 129, 0.5);
}

.otp_enable_form #cf7-submit:disabled {
  background: #d1d5db;
  box-shadow: none;
}

/* Success/Error States */
.otp_enable_form .otp-success {
  color: #059669 !important;
  background: #d1fae5 !important;
}

.otp_enable_form .otp-error {
  color: #dc2626 !important;
  background: #fee2e2 !important;
}

/* Responsive Design */
@media (max-width: 640px) {
  .exam-papers-form-wrapper.otp_enable_form {
    padding: 25px 20px;
    margin: 20px;
  }

  .otp_enable_form input[type="text"],
  .otp_enable_form input[type="email"],
  .otp_enable_form input[type="tel"] {
    font-size: 14px;
    padding: 12px 16px;
  }

  .otp_enable_form .mobile-otp-group input[type="tel"] {
    padding-right: 120px;
  }

  .otp_enable_form .mobile-otp-group .inline-otp-btn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .otp_enable_form #otp-wrapper input {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .otp_enable_form .phone-image img {
    max-width: 150px;
  }
}

/* Download Papers Form */

.page-id-2117 form#tutor-login-form .tutor-text-center.tutor-fs-6 {
  display: none;
}




/*  */
/* Card Style Design */
.cf7-art-work-form .uploaded-files {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  max-width: 250px;
  padding-bottom: 10px;
  pointer-events: fill;
  z-index: 99;
  position: relative;
  align-items: end;
}

.cf7-art-work-form .file-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 15px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  width: max-content;
}

.cf7-art-work-form .file-check {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #4CAF50;
  font-size: 20px;
  display: none;
}

.cf7-art-work-form .file-name {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  word-break: break-word;
  line-height: 1.4;
}

.cf7-art-work-form .file-size {
  margin-top: 8px;
  font-size: 11px;
  color: #999;
}

.cf7-art-work-form .remove-file {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px;
  background: #000000;
  border: none;
  color: #fff;
  width: 20px;
}

.cf7-art-work-form .file-count {
  grid-column: 1 / -1;
}

.cf7-art-work-form .file-limit-error {
  position: absolute;
  font-size: 10px;
  bottom: -40px;
  color: red;
  font-weight: 400;
}

/*  */






.payment_steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 1.5rem;
}

.payment_steps .box {
  position: relative;
  flex: 1;
}

.payment_steps .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.payment_steps .box .icon p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment_steps .box .icon span {
  width: 20px;
  height: 20px;
  background: #ffb700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 2px 2px 0px #000;
}

.payment_steps .box .content-box {
  text-align: center;
  font-size: 14px;
}

.payment_steps .box .content-box h4 {
  margin: 0px;
}

.payment_steps .box .content-box p {}

.payment_steps .box::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 1px;
  top: 10px;
  left: 70%;
  border: 1px dashed;
}

.payment_steps .box:last-child:after {
  content: none;
}


@media(max-width:650px) {
  .payment_steps .box::after {
    content: none;
  }
}


header .hide{
  display: none !important;
}