/*
Theme Name:Corporate Website
Version:6.9
Author:Mili
Description:corporate website for admin

*/
html {
    scroll-behavior: smooth;
}
#footer-newsletter {
    scroll-margin-top: 0px;
}
.nav .menu-item > a {
    color: #ffffff;
    transition: color 0.25s ease;
}
.nav .menu-item > a:hover {
    color: #e2a45f;
}
.nav .menu-item.current-menu-item > a,
.nav .menu-item.current_page_item > a {
    color: #e2a45f!important;
    font-weight: 300;
}
.testimonials-swiper{
  height: 400px !important;
}
.sevora-contact-form {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(226,164,95,0.2);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.sevora-contact-form:hover {
  box-shadow: 0 12px 40px rgba(226,164,95,0.15);
}
.sevora-contact-form .grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .sevora-contact-form .grid-two {
    grid-template-columns: 1fr;
  }
}
.sevora-contact-form .field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.sevora-contact-form label {
  font-size: 0.875rem;
  font-weight: 500;
}
.sevora-contact-form input:not([type="submit"]),
.sevora-contact-form textarea,
.sevora-contact-form select {
  width: 100%;
  height: 36px;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(226,164,95,0.2);
  background: #fff;
  font-size: 0.875rem;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
}
.sevora-contact-form textarea {
  height: auto;
  padding: 0.5rem 0.75rem;
  resize: none;
}
.sevora-contact-form input:focus,
.sevora-contact-form textarea:focus,
.sevora-contact-form select:focus {
  border-color: #E2A45F;
  box-shadow: 0 0 0 3px rgba(226,164,95,0.25);
}
.sevora-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;      /* space for text and icon */
  width: 100%;
  height: 52px;
  padding: 0 2rem;
  border-radius: 9999px;
  background: linear-gradient(to right, #E2A45F, #C8915D);
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.wpcf7-spinner {
  display: none !important;
}
.sevora-submit:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(226,164,95,0.4);
}
.sevora-submit svg {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  stroke: currentColor;
}
.sevora-submit:hover svg {
  transform: translateX(4px);
}
.awsm-job-form {
  border-radius: 1rem;
 
}
.awsm-job-specification-item {
  margin-bottom: 10px;
}
.awsm-job-form-inner {

  
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);

  border-radius: 1rem;
  border: 1px solid rgba(226,164,95,0.2);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
}
.awsm-job-form-inner:hover {
  box-shadow: 0 12px 40px rgba(226,164,95,0.15);
}
.awsm-job-form-inner h2 {
  font-size: 1.875rem; 
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}
.awsm-application-form {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.awsm-job-form-group {
  width: 100%;
}
.awsm-job-form-group label {
  font-size: 0.875rem;
  font-weight: 500;

  display: block;
}
.awsm-job-form-control {
  width: 100%;
  height: 44px;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(226,164,95,0.25);
  background: #ffffff;
  font-size: 0.875rem;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.awsm-job-form-control:focus {
  border-color: #E2A45F;
  box-shadow: 0 0 0 3px rgba(226,164,95,0.25);
}
textarea.awsm-job-form-control {
  height: auto;
  resize: none;
}
.awsm-form-file-control {
  padding: 0.4rem;
}
.awsm-job-form-group small {
  font-size: 0.75rem;
  color: #777;
}
.awsm-job-inline-group {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.awsm-job-inline-group input[type="checkbox"] {
  margin-top: 0.2rem;
}
.awsm-job-inline-group label {
  font-size: 0.75rem;
  color: #666;
}
#awsm-application-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  height: 52px;
  padding: 0 2rem;
  border-radius: 9999px;
  background: linear-gradient(to right, #E2A45F, #C8915D);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#awsm-application-submit-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(226,164,95,0.4);
}
#awsm-application-submit-btn .submit-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
#awsm-application-submit-btn:hover .submit-icon {
  transform: translateX(4px);
}
.awsm-job-form {
  max-width: 100%;      /* similar to max-w-3xl */
  margin: 0 auto;       /* center horizontally */
}
#awsm-application-form{
  margin-bottom: 20px;
}
#awsm-application-form .awsm-job-form-group{
  margin-bottom: 10px  ;
}
.awsm-application-message .awsm-success-message {
 
  border-radius: 20px !important;
}
.awsm-application-message.awsm-success-message,
.awsm-application-message.awsm-error-message,
.awsm-success-message,
.awsm-error-message {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.prose {
  max-width: 100% !important;
}
.prose p,
.prose .entry-content,
.awsm-job-entry-content,
.awsm-job-content {
  max-width: 100% !important;
  width: 100% !important;
}
.awsm-job-content{
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
  padding: 35px;
  border-radius: 1rem;
  border: 1px solid rgba(226,164,95,0.2);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
  margin-bottom: 30px;
}
.sevora-note {
  font-size:14px;
  color: rgb(48, 13, 13);
  text-align: center;
}
.testimonial-slider {
  overflow: hidden;
  width: 100%;
}
.testimonial-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s ease;
}
.testimonial-slide {
  min-width: 100%;
}
@media (min-width: 768px) {
  .testimonial-slide {
    min-width: 50%;
  }
}
@media (min-width: 1024px) {
  .testimonial-slide {
    min-width: 33.3333%;
  }
}
.testimonials-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.testimonials-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}
.testimonials-swiper .swiper-pagination-bullet-active {
  width: 32px;
  background: var(--accent, #E2A45F);
}
.testimonials-swiper {
  height: 340px; /* adjust as needed */
   width: 100%;
  padding-bottom: 56px; 
}
.testimonials-swiper .swiper-pagination {
  position: relative !important; 
  bottom: 7px;              /* 👈 bottom of card */
  left: auto !important;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  top: auto !important;   /* 👈 remove vertical centering */
  right: auto !important; /* 👈 remove side positioning */
}
 .prose ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
}
.prose ul li {
    margin-bottom: 0.5rem;
}
.prose h2 {
  font-size: 24px !important; 
  margin-bottom: 30px !important;
}
.prose h2 b{
  font-weight: 500;
}
.prose p{
  font-size: 16px !important;
  margin-top: 10px !important;
  margin-bottom: 12px !important; 
}
.prose h3{
  font-size: 20px;
  margin-top: 36px;
  margin-bottom: 22px;
}
.prose h3 b{
  font-weight: 500;
}
.prose ul, .prose ol {
    margin-top: 0 !important;
    margin-bottom:0 !important;
  }
@media (max-width: 768px) {
  .prose h1 {
    font-size: 20px;
  }
  .prose p{
    font-size:14px !important ;
  }
  .prose h2 {
    font-size: 18px !important;
  }
  .prose h3 {
    font-size: 18px;
  }
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.prose p:first-of-type{
  font-size: 18px !important;
}
html {
  scroll-behavior: smooth;
}
.two-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  line-height: 1.4;
  max-height: 2.8em;

  white-space: normal;
  word-break: break-word;
}


.page-numbers {
  display: flex;
  gap: 0.5rem;
}

.page-numbers li a,
.page-numbers li span {
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(226,164,95,0.3);
  font-size: 0.875rem;
}

.page-numbers li span.current {
  background-color: var(--accent);
  color: white;
  border-color: var(--accent);
}

.page-numbers li a:hover {
  background-color: rgba(226,164,95,0.15);
}
