*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html{
    scroll-behavior: smooth;
}
.landing-box{
    height: 800px; /*added */
    width: 100%;
}
img{
    width: 100%;
    height: 750px;
}

 /* .input-box {
      background: none;
      padding: 10px; 
      border-radius: 12px;
      box-shadow: 0 2px 15px rgba(0,0,0,0.05);
      display: flex;
      width: 750px;
      max-width: 95%;
      margin-bottom: 30%;
    }
    .side {
      display: flex;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      flex: 1;
    } */
     .side{
      display: flex;
      width: 750px;
      padding: 15px; 
      max-width: 95%;
      border-radius: 12px;
      overflow: hidden;
      flex: 1;
      background: #fff;
      box-shadow: 0 2px 15px rgba(0,0,0,0.05);
      
     }
    .side-section {
      display: flex;
      align-items: center;
      flex: 1;
      padding: 12px 20px;
      border-right: 1px solid #e0e0e0;
    }
    .side-section:last-child {
      border-right: none;
    }
    .side-section i {
      margin-right: 10px;
      color: rgba(0, 0, 0, 0.758);
      font-size: 18px;
      flex-shrink: 0;
    }
    .side-section input {
      border: none;
      outline: none;
      font-size: 15px;
      color: #333;
      width: 100%;
    }
    .search-input-button {
      background-color: rgb(14, 85, 228);
      color: #fff;
      border: none;
      padding: 15px 30px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s;
      border-radius: 8px;
    }
    .search-input-button:hover {
      background-color: #174eb6;
    }
    /* Responsive layout for mobile */
    @media (max-width: 768px) {
      /* .input-box{
        background: transparent;
        flex-direction: column;
        gap: 15px;
      } */
      .side {
        margin-left: -15px;
        flex-direction: column;
        box-shadow: none;
        background: transparent;
        gap: 10px;
      }
      .side-section {
        border-right: none;
        border-radius: 10px;
        padding: 18px 20px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      }
      .search-input-button {
        margin-top: 5px;
        height: 6vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 30px;
      }
    }



/* .input-box{
    display: flex;
    height: 90px;
    width: 728px;
    border-radius: 10px;
    position: absolute;
    align-items: center;
    padding-left: 5px;
}
.side > input{
    height: 50px;
    width: 275px;
    border-radius: 15px;
    border: none;
}
.side > input::placeholder{
  text-align: center;
}
.side > button{
    height: 50px;
    width: 120px;
    border: none;
    border-radius: 10px;
    background-color: rgb(14, 85, 228);
    color: white;
}
.side > button > a{
  color: white;
}
.side > button:hover{
    background-color: rgb(3, 60, 174);
} */
.animation-box1{
    margin-top: -455px;
    width: 80%;
    margin-left: 8%;
}
.animation-box1 > h1{
    font-size: 50px;
    margin-bottom: 30px;
    text-shadow: 0 20px 15px rgba(0, 0, 0, 0.1);
}
.animation-box1 b{
  color: #174eb6 ;
  font-weight: 700;
}
.animation-box1 p{
    margin-bottom: 30px;
}
.input-box-dropdown p{
    margin-left: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    position: absolute;
} 
.animation-box2, .animation-box3, .animation-box4, .animation-box5{
    position: absolute;
    background-color: white;
}
.animation-box2{
    height: 75px;
    margin-top: -420px;
    margin-left: 60%;
    border-radius: 10px;
    display: flex;
}
.animation-box2 > p,svg{
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
.animation-box3{
    height: 75px;
    margin-top: -360px;
    margin-left: 89%;
    border-radius: 10px;
    display: flex;
}
.animation-box3 > p,svg{
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
.animation-box4{
    height: 75px;
    margin-top: -130px;
    margin-left: 80%;
    border-radius: 10px;
    display: flex;
}
.animation-box4 > p,svg{
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
.animation-box5{
    height: 75px;
    margin-top: 140px;
    margin-left: 65%;
    border-radius: 10px;
    display: flex;
}
.animation-box5 > p,svg{
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
.animation-box1,.animation-box2,.animation-box3,.animation-box4,.animation-box5,.input-box-dropdown{
    opacity: 0;
    transform: translateY(20px);
    animation: fadesUp 1s forwards;
}
.animation-box1 { animation-delay: 0.75s;}
.animation-box2 { animation-delay: 1.5s;}
.animation-box3 { animation-delay: 2.25s;}
.animation-box4 { animation-delay: 3s;}
.animation-box5 { animation-delay: 3.75s;}
.input-box-dropdown { animation-delay: 4.5s;}

@keyframes fadesUp{
    from { opacity: 0; transform: translateY(20px);}
    to { opacity: 1; transform: translateY(0);}
}header {
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: white;
    box-shadow: 1px 1px 15px rgba(148, 147, 147, 0.539);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.logo {
    font-weight: 700;
    font-size: 25px;
    color: #174eb6;
}

a {
    text-decoration: none;
}

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.menu {
    margin: 0 10px;
    position: relative;
}

.menu a {
    color: black;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
}

.menu a:hover {
    color: #174eb6;
}

/* Header Buttons */
.header-buttons {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.files {
    margin: 0 8px;
}
.upload a{
  color: rgb(40, 104, 243);
}
.access a {
    color: rgb(40, 104, 243);
}

.login-access {
    border: 1px solid rgb(40, 104, 243);
    border-radius: 5px;
    padding: 4px 15px;
    padding-bottom: 8px;
    /* background-color: rgba(220, 216, 216, 0.845); */
    transition: all 0.3s;
    margin-bottom: -5px;
}

.login-access:hover {
  cursor: pointer;
}

.login-access a{
    color: rgb(40, 104, 243);
    font-weight: 600;
}
.register-access{
  border: 1px solid rgb(40, 104, 243);
  border-radius: 5px;
  padding: 4px 15px;
  margin-bottom: -5px;
  padding-bottom: 8px;
  background-color: rgb(40, 104, 243) ;
}
.register-access a{
  color: white;
  font-weight: 600;
}
.job-post {
    border: 0px;
    border-radius: 5px;
    /* padding: 8px 15px; */
    /* background-color: rgb(59, 124, 253); */
    transition: all 0.3s;
}

.job-post a {
    color: rgb(40, 104, 243);
    font-weight: 600;
}

/* .job-post:hover {
    background-color: rgb(14, 85, 228);
} */

/* Dropdown Styles */
.pages-dropdown {
    position: relative;
}

.pages-dropdown-toggle i {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s;
}

.pages-dropdown-content {
    display: none;
    position: absolute;
    right: -50px;
    padding-top: 25px;
    min-width: 180px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: fadeInDown 0.25s ease forwards;
    z-index: 1000;
}

.pages-dropdown-content a {
    padding: 12px 20px;
    color: #333;
    display: block;
    font-size: 14px;
    transition: all 0.2s;
}

.pages-dropdown-content .border {
    border-top: 1px solid #174eb6;
}

.pages-dropdown-content a:hover {
    color: #174eb6;
    background-color: rgba(23, 78, 182, 0.05);
    padding-left: 25px;
}

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

.pages-dropdown:hover .pages-dropdown-toggle i {
    transform: rotate(180deg);
}

/* Hamburger Menu */
.hamburger {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #174eb6;
}

/* Animation */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* @media(max-width: 1230px){
  .input-box-dropdown p{
    margin-top: 10%;
  }
} */
 @media(max-width: 1320px){
  .animation-box3{
    display: none;
  }
  .animation-box4 { display: none;}
  .animation-box5 { animation-delay: 2.25s;}
  .input-box-dropdown { animation-delay: 3s;}
 }

@media(max-width: 950px){
  .header-container {
      flex-wrap: wrap;  
    }
    
  .hamburger{
    display: block;
  }
  .nav-menu {
    display: none;
    width: 100%;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    }
  .nav-menu.active {
    display: flex;
    flex-direction: column;
  }
  .header-buttons{
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    align-items: start;
  }
  .access{
    height: 25px;
    width: 80px;
    text-align: center;
    padding: 10px 20px;
  }
    .pages-dropdown {
     width: 80px;
    }
    
    .pages-dropdown-content {
        position: static;
        box-shadow: none;
        padding-left: 0px;
        animation: none;
        display: none;
    }
    .pages-dropdown-content a{
      padding: 0px;
      padding-top: 10px;
    }
    
    .pages-dropdown:hover .pages-dropdown-content {
        display: none;
    }
    
    .pages-dropdown.active .pages-dropdown-content {
        display: block;
    }
    .animation-box1{
      margin-top: -550px;
    }
}

@media(max-width:1100px) {
  .animation-box2,.animation-box3,.animation-box4,.animation-box5{
        display: none;
    }
    .input-box-dropdown{
      animation-delay: 1.5s;
    }
}


@media(max-width:802px){
  .animation-box1{
    margin-top: -600px;
    margin-left: 60px;
    width: 80%;
  }
  /* .side > input{
    width: 205px;
  }
  .input-box{
    width: 600px;
  } */
  /* .animation-box2,.animation-box3,.animation-box4,.animation-box5{
    display: none;
  } */
  .input-box-dropdown p{
    display: none;
  }
}

/* @media(max-width:670px) {
  .input-box{
    width: 380px;
  }
  .side > input{
    width: 100px;
  }
  .side > input::placeholder{
    font-size: 10px;
  }
} */
@media (max-width:480px) {
    .animation-box1{
        margin-top: -524px;
        width: 380px;
        margin-left: 20px;
    }
    .animation-box1 > h1{
        font-size: 30px;
        margin-bottom: 30px;
        text-shadow: 0 20px 15px rgba(0, 0, 0, 0.1);
    }
    .animation-box1 p{
        margin-bottom: 15px;
    }
    /* .input-box{
        width: 340px;
    } */
    /* .side > input{
        height: 50px;
        width: 80px;
        border: none;
    } */
    /* .input-box-dropdown{
        margin-left: 20px;
    } */
    .input-box-dropdown p{
        color: black;
    }
    img{
        height: 700px;
    }
    .input-box-dropdown { animation-delay: 1.5s;}
    .header-body{
      height:750px;
    }
}
@media (max-width:440px) {
    img{
        width: 440px;
    }
}



.main-body {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    min-height: 65vh;
    margin-right: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.job-categories-container {
    text-align: center;
    max-width: 1200px; 
    width: 100%;
    margin-top: 0px; 
}

.job-categories-container h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.job-categories-container p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 40px;
}

.categories-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Space between cards */
}

.category-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    width:350px; 
    height: 90px;
    box-sizing: border-box;
    border: 0.2px solid rgb(241, 235, 235);
    transition: transform 0.2s ease-in-out;
}

.category-card:hover {
    transform: translateY(-5px);
    
}
.category-card:hover .icon-box{
    background-color: rgb(93, 93, 252);

}


 .icon-box {
    height: 35px;
    width:40px;
    border-radius: 8px;
    background-color: #e8eaff;
    text-align: left;
    padding: 10px;
    margin-top: 7px;
    margin-left: 5px;
    
  
}

.icon-box i {
    font-size: 30px;
    color: #7fa8ff; /* Blue color for icons */
    
}



.category-card h3 {
    font-size: 15px;
    color: #333;
    position:relative;
    left:0px;
    bottom: 40px;
}



/* Responsive adjustments */
@media (max-width: 992px) {
    /* .category-card {
        width: ; /* 2 cards per row on medium screens */
    /* } */ 
}

@media (max-width: 768px) {
    /* .category-card { */
        /* width: calc(100% - 40px); 1 card per row on small screens */
    /* } */
    .job-categories-container h1 {
        font-size: 2em;
    }
    .job-categories-container p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
  .job-categories-container {
    max-width: 70%;
  }
  .main-body {
    margin-right: 60px;
  }
    .category-card {
        padding: 20px;
        width:310px;
        height: 100px; 
        margin-right: -80px;
    }
    .icon-box {
        padding: 10px;
        margin-left: -5px;
    }
    .icon-box i {
        font-size: 1.5em;
    }
    .category-card h3 {
        font-size: 1.2em;
        position:relative;
        margin-left: 50px;
        margin-top: -8px;
      }
.categories-subtext {
  margin-right: -80px;
  margin-top: -10px;
}
    .job-categories-container h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    margin-right: -80px;
}
    
    .job-categories-container p {
    margin-top: 12px;
}
}

@media (max-width: 380px) {
  .main-body {
    margin-left: 50px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 350px) {
  .main-body {
   padding-left: 60px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 330px) {
  .main-body {
    padding-left: 65px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 300px) {
  .main-body {
    padding-left: 80px;
    justify-content: center;
    align-items: center;
  }
}
.feature-body {
  margin: 0;
  padding: 0;
  /* font-family: 'Nunito', Arial, sans-serif; */
  background: #fff;
  color: #222;
}

.featured-jobs-section {
  max-width: 1100px;
  margin: 32px auto;
  padding: 0 10px;
}

.featured-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.3rem;
}

.featured-subtitle {
  text-align: center;
  color: #7c7c7c;
  margin-bottom: 1.2rem;
  font-size: 0.97rem;
}

.featured-jobs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 15px;
}
@media (max-width: 900px) {
  .featured-jobs-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 440px){
  .feature-body{
    width: 440px;
  }
}
.job-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(31, 35, 90, 0.07);
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.18s;
  cursor: pointer;
  border: 1px solid #f6f6f6;
}
.job-card:hover {
  box-shadow: 0 8px 22px rgba(31, 35, 90, 0.12);
}
.job-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.job-logo {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  object-fit: cover;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.bookmark-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: #222;
  opacity: 0.7;
  transition: color 0.2s;
}
.bookmark-btn:hover {
  color: #3B82F6;
}
.job-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 0 52px;
  color: #7c7c7c;
  font-size: 0.91rem;
}
.job-info-row span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.job-salary {
  margin-left: auto;
  font-weight: 600;
  color: #7c7c7c;
}
.job-tags {
  margin-top: 10px;
  margin-left: 52px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.job-tag {
  font-size: 0.83rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 15px;
  background: #f0f5ff;
  color: #3b82f6;
  border: none;
  outline: none;
}
.job-tag.private { background: #e3fbe7; color: #34c759; }
.job-tag.urgent { background: #fff3da; color: #fbbf24; }
.job-tag.fulltime { background: #e3eafd; color: #3b82f6; }
.job-tag.parttime { background: #e3eafd; color: #6477f2; }
.job-tag.freelancer { background: #e3eafd; color: #6477f2; }
.job-tag.temporary { background: #e3f9fd; color: #38bdf8; }
@media (max-width: 600px) {
  .job-card {
    padding: 10px 6px;
  }
  .job-card-header {
    gap: 5px;
  }
  .job-title {
    font-size: 0.91rem;
  }
  .job-info-row, .job-tags {
    margin-left: 0;
  }
}
/* Modal Overlay */
.job-modal-overlay {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.15);
  display: none;
  align-items: center;
  justify-content: center;
}
.job-modal-overlay.active {
  display: flex;
}
.job-modal-exact {
  background: transparent;
  border-radius: 14px;
  max-width: 500px;
  width: 97vw;
  min-height: 200px;
  box-shadow: none;
  position: relative;
  padding: 0;
  animation: modalIn 0.17s;
}
@keyframes modalIn {
  from { transform: translateY(40px); opacity: 0;}
  to { transform: translateY(0); opacity: 1;}
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #bbb;
  cursor: pointer;
  z-index: 2;
}
.modal-close:hover {
  color: #f87171;
}

/* MODAL HEADER */
.job-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(90deg, #f8fafd 70%, #e9f1fd 100%);
  border-radius: 14px 14px 0 0;
  padding: 24px 20px 0 20px;
}
.job-modal-header-left {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.job-modal-logo {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  background: #f5f5f5;
  box-shadow: 0 1px 8px rgba(31,35,90,0.08);
}
.job-modal-title {
  font-size: 1.27rem;
  font-weight: 700;
  color: #18191c;
  margin-bottom: 7px;
}
.job-modal-info {
  display: flex;
  gap: 14px;
  color: #7c7c7c;
  font-size: 0.97rem;
  margin-bottom: 7px;
}
.job-modal-info span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.job-modal-tags {
  display: flex;
  gap: 6px;
}
.job-modal-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-left: auto;
}
.job-modal-apply-btn {
  background: #2563eb;
  color: #fff;
  font-size: 0.99rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 10px 32px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 7px;
  transition: background 0.15s;
  box-shadow: 0 1px 8px rgba(31,35,90,0.07);
}
.job-modal-apply-btn:hover {
  background: #174eb6;
}
.job-modal-bookmark {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #888;
  opacity: 0.8;
  cursor: pointer;
}

/* MODAL BODY */
.job-modal-body-row {
  display: flex;
  gap: 12px;
  padding: 20px 20px 0 20px;
  background: #fff;
  border-radius: 0 0 14px 14px;
}
.job-modal-body-left {
  flex: 2;
  min-width: 0;
}
.job-modal-body-right {
  flex: 1;
  min-width: 190px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.job-modal-section {
  margin-bottom: 18px;
}
.job-modal-section-title {
  font-size: 1.01rem;
  font-weight: 700;
  color: #18191c;
  margin-bottom: 6px;
}
.job-modal-section-content {
  font-size: 0.97rem;
  color: #222;
  margin-bottom: 6px;
}
.job-modal-list {
  margin: 0 0 0 16px;
  padding: 0;
  font-size: 0.96rem;
  color: #222;
}
.job-modal-list li {
  margin-bottom: 6px;
  list-style: disc;
}
.job-modal-overview-box {
  width: 100%;
  background: #f8fafc;
  border-radius: 10px;
  padding: 13px 14px 12px 11px;
  margin-bottom: 10px;
  box-shadow: 0 0.5px 6px rgba(31,35,90,0.04);
}
.job-modal-overview-title {
  font-size: 1.01rem;
  font-weight: 700;
  margin-bottom: 7px;
}
.job-modal-overview-row {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 10px;
  color: #3b82f6;
}
.job-modal-overview-row:last-child {
  margin-bottom: 0;
}
.job-modal-overview-row span {
  color: #222;
  font-size: 0.95rem;
  font-weight: 500;
}
@media (max-width: 1020px) {
  .job-modal-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding: 16px 7px 0 7px;
  }
  .job-modal-header-right {
    align-items: flex-start;
    margin-left: 0;
  }
  .job-modal-body-row {
    flex-direction: column;
    gap: 8px;
    padding: 13px 6px 0 6px;
  }
  .job-modal-body-right {
    min-width: unset;
    max-width: unset;
    width: 100%;
    align-items: flex-start;
  }
  .job-modal-overview-box {
    padding: 9px 6px 8px 6px;
    margin-bottom: 7px;
  }
}
@media (max-width: 600px) {
  .job-modal-header {
    padding: 7px 1vw 0 1vw;
  }
  .job-modal-body-row {
    padding: 7px 1vw 0 1vw;
  }
  .job-modal-logo {
    width: 36px;
    height: 36px;
  }
  .job-modal-title {
    font-size: 0.93rem;
  }
}

body.modal-open .featured-jobs-section {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
  transition: filter 0.3s;
}

.feedback-title {
        text-align: center;
        position: relative;
        top: 60px;
        /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
      }

      .feedback-section {
        padding: 40px 20px;
        background-color: #ecf6f7;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        margin: 0;
        /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
      }

      .feedback-slideshow {
        position: relative;
        width: 100%;
        max-width: 1200px;
        overflow: hidden;
        height: 350px;
      }

      .feedback-row {
        display: flex;
        gap: 20px;
        position: relative;
        transition: transform 1s ease-in-out;
        
      }

      .feedback-container {
        background-color: white;
        padding: 30px;
        border-radius: 12px;
        height: 270px;
        position: relative;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 35px;
        flex-shrink: 0;
        width: calc(50% - 10px);
      }

      .feedback-container:hover {
        transform: translateY(-5px);
      }

      .feedback-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #cdcfe6;
      }

      .feedback-header {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 1;
      }

      .feedback-header h2 {
        color: rgb(65, 140, 232);
        font-size: 15px;
        letter-spacing: 0.7px;
        position: relative;
        right: 120%;
      }

      .client-image {
        flex: 0 0 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        top: 60px;
      }

      .client-image img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #e1e2e2;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
      }

      .client-image:hover img {
        transform: scale(1.05);
      }

      .client-feedback {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        position: relative;
      }

      .feedback-text {
        font-style: italic;
        margin: 0 0 20px 0;
        color: rgb(90, 87, 87);
        line-height: 1.6;
        font-size: 13px;
        position: relative;
        right: 30%;
      }

      .client-info {
        display: flex;
        flex-direction: column;
      }

      .client-name {
        font-weight: bold;
        color: rgb(57, 55, 55);
        margin: 0 0 3px 0;
        font-size: 14px;
        position: relative;
        top: 20px;
      }

      .client-role {
        font-style: italic;
        color: #476af8;
        font-weight: 400;
        font-size: 13px;
        position: relative;
        top: 20px;
      }









      .arrow-btn {
   background-color: #ecf6f7; 
  border: none;
  font-size: 30px;
  padding: 8px 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #696363;
  transition: background 0.3s;
  
}

.arrow-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.feedback-section {
  position: relative; /* Required to position arrows inside */
}






      @media (max-width: 975px) {
        .feedback-container {
          width: 100%;
          flex-direction: column;
          text-align: center;
          height: auto;
        }

        .client-image {
          top: 10px;
          margin-bottom: 10px;
        }

        .feedback-header h2 {
          right: 0;
          position: relative;
          bottom: 15px;
        }

        .feedback-text {
          right: 0;
          font-size: 13px;
        }

        .client-name,
        .client-role {
          font-size: 13px;
          top: 0;
        }

        .feedback-slideshow {
          height: auto;
        }
      }
@media(max-width:440px){
  .feedback-part{
    width: 440px;
  }
}

/* footer style */
  .superio-footer {
    background: #fff;
    /* font-family: "Poppins", Arial, sans-serif; */
    color: #222;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f0f0f0;
  }
  .footer-main {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 40px 30px 40px;
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-logo-block {
    flex: 1 1 320px;
    min-width: 270px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-circle {
    display: none;
  }
  .logo-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-left: 8px;
    display: inline-block;
  }
  .footer-contact {
    margin-top: 10px;
    font-size: 1.08rem;
  }
  .call-us {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
  .phone {
    display: block;
    color: #3664f5;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.2s;
  }
  .phone:hover {
    color: #1d46c4;
    text-decoration: underline;
  }
  .address,
  .email {
    font-size: 1.01rem;
    margin-bottom: 8px;
    color: #555;
  }
  .footer-section {
    flex: 1 1 180px;
    min-width: 160px;
  }
  .footer-title {
    font-weight: 700;
    color: #2e2d56;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-section li {
    margin-bottom: 12px;
  }
  .footer-section a {
    color: #555;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.2s;
    position: relative;
  }
  .footer-section a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #3664f5;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .footer-section a:hover {
    color: #3664f5;
  }
  .footer-section a:hover::after {
    width: 100%;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding: 25px 40px 15px 40px;
    max-width: 1600px;
    margin: 0 auto;
    flex-wrap: wrap;
    font-size: 1.04rem;
  }
  .footer-bottom-group {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .footer-socials {
    display: flex;
    gap: 26px;
    margin: 0 22px 0 0;
  }
  .footer-social {
    color: #3664f5;
    font-size: 1.35rem;
    transition: color 0.2s, transform 0.2s;
  }
  .footer-social:hover {
    color: #1d46c4;
    transform: scale(1.18) rotate(-10deg);
  }
  .scroll-to-top {
    border: none;
    /* background: transparent; */
    background: white;
    cursor: pointer;
    outline: none;
    margin-left: 24px;
    /* transition: transform 0.3s, box-shadow 0.3s; */
    /* box-shadow: 0 2px 10px rgba(54, 100, 245, 0.12); */
    border-radius: 50%;
    padding: 4px;
    opacity: 0.8;
  }
  .polyline-button{
    background: transparent;
      transition: transform 0.3s, box-shadow 0.3s;
      /* text-shadow: 0 2px 10px rgba(54, 100, 245, 0.12); */
  }
  .polyline-button:hover{
    box-shadow: 0 6px 18px rgba(54, 100, 245, 0.19);
  }
  .scroll-to-top:hover,
  .scroll-to-top:focus {
    transform: translateY(-8px) scale(1.08);
    /* box-shadow: 0 6px 18px rgba(54, 100, 245, 0.19); */
    opacity: 1;
  }
  @media (max-width: 1200px) {
    .footer-main {
      flex-wrap: wrap;
      padding: 40px 16px 20px 16px;
      gap: 16px;
    }
    .footer-section {
      min-width: 120px;
    }
    .footer-logo-block {
      min-width: 200px;
      margin-right: 30px;
    }
    .footer-bottom {
      padding: 20px 16px 10px 16px;
      font-size: 0.97rem;
    }
  }
  @media (max-width: 800px) {
    .call-us {
    font-size: 1.5rem;
    }
    .phone {
    font-size: 1.4rem;
    }
    .address,
  .email {
    font-size: 1.1rem;
  }
  .footer-title {
    font-size: 1.3rem;
  }
  .footer-section ul {
    font-size: 1rem;
  }
    .footer-logo-block{
      margin-bottom: -100px;
    }
    .footer-main {
      flex-direction: column;
      align-items: flex-start;
      gap: 36px;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }
    .footer-bottom-group {
      margin-left: 0;
      margin-top: 10px;
    }
  }
  @media (max-width: 440px){
    .superio-footer{
      width: 100%;
    }
  }
  /* @media (max-width: 400px) {
    .call-us {
    font-size: 1.5rem;
    }
    .phone {
    font-size: 1.4rem;
    margin-bottom: 25px;
    }
  .address,
  .email {
    font-size: 1.1rem;
    color: #555;
    margin-right: -50px;
  }
  .footer-section {
    margin-top: -20px;
  }
  .footer-title {
    font-size: 1.3rem;
  }
  .footer-section ul {
    font-size: 1rem;
  }
  .footer-bottom {
    padding-left: 50px;
  }
  .footer-socials {
    padding-left: 70px;
  }
  .scroll-to-top {
    margin-left: 70px;
  }

  } */
  @media (max-width: 360px) {
    .footer-logo-block{
      margin-bottom: -80px;
    }
    .call-us {
    font-size: 1.5rem;
    }
    .phone {
    font-size: 1.4rem;
    margin-bottom: 15px;
    }
  .address,
  .email {
    font-size: 1.1rem;
    color: #555;
    margin-right: -90px;
  }
  .footer-section {
    margin-top: -20px;
  }
  .footer-title {
    font-size: 1.3rem;
  }
  .footer-section ul {
    font-size: 1rem;
  }
  .footer-bottom {
    padding-left: 50px;
  }
  .footer-socials {
    padding-left: 70px;
  }
  .scroll-to-top {
    margin-left: 70px;
  }

  } 

