@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap");

:target {
    scroll-margin-top: 100px;
}

.fancybox__container {
    z-index: 1999;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
    direction: ltr !important;
}

:root {
    --mainColor: #EA6E42;
    --secondColor: #45BFBF;
    --mainColorDark: #d89a23;
    --mainColorSoft: #f7d289;
    --secondColorDark: #2ea6a6;
    --secondColorSoft: #9adfdf;
    --black: #000000;
    --white: #ffffff;
    --gray: #ccc;
    --transition: all 0.3s ease-in-out;
    --shadow: 0px 2px 4px #00000020;
    --mainColor80: rgba(242, 179, 61, 0.18);
    /* 80% */
    --mainColor40: rgba(242, 179, 61, 0.4);
    --mainColor30: rgba(242, 179, 61, 0.3);
    --mainColor20: rgba(242, 179, 61, 0.2);
    /* 20% */
    --mainColor10: rgba(242, 179, 61, 0.1);
    --secondColor20: rgba(69, 191, 191, 0.2);
    --secondColor10: rgba(69, 191, 191, 0.1);
    /* 10% */
    --BigShadow: 0px 8px 24px rgba(69, 191, 191, 0.14);

    --primary-gradient: linear-gradient(135deg, var(--mainColor) 0%, var(--secondColor) 100%);
    --glass-bg: rgba(255, 255, 255, 0.95);
    --text-dark: #1e293b;
    --text-light: #64748b;
    --textColor: var(--text-dark);
    --primary-color: var(--mainColor);
    --secondary-color: var(--secondColor);
    --light-text: var(--text-light);
    --text-muted: #6b7280;
    --bg-light: #fffaf3;
    --shadow-sm: 0 2px 15px rgba(31, 41, 55, 0.06);
    --shadow-md: 0 10px 30px rgba(31, 41, 55, 0.1);

    --primary-color: #0056b3; /* استبدله بلون هويتك الأساسي */
    --text-muted: #6c757d;
    --bg-light: #f8f9fa;
    --white: #ffffff;
    --shadow-sm: 0 2px 15px rgba(0,0,0,0.05);
    --shadow-md: 0 10px 30px rgba(0,0,0,0.08);
    --primary-color: var(--mainColor);
    --secondary-color: var(--secondColor);
    --light-text: var(--text-light);
    --text-muted: #6b7280;
    --bg-light: #fffaf3;
    --shadow-sm: 0 2px 15px rgba(31, 41, 55, 0.06);
    --shadow-md: 0 10px 30px rgba(31, 41, 55, 0.1);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: var(--white);
}

::-webkit-scrollbar-thumb {
    background: var(--black);
    height: 300px;
}

* {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overscroll-behavior: auto;
    -webkit-tap-highlight-color: transparent;
    font-family: "Cairo", sans-serif;
}

body {
    background-color: var(--white);
    overflow-x: hidden;
    position: relative;
}

html[lang=ar] {
    direction: rtl;
}

html[lang=ar] [type=email],
html[lang=ar] [type=number],
html[lang=ar] [type=tel],
html[lang=ar] [type=url] {
    direction: rtl;
}

html[lang=en] {
    direction: ltr;
}

html[lang=en] footer .footer .head::after {
    left: 0;
}

html[lang=en] footer .footer .head::before {
    left: 0;
}

html[lang=en] main .requirements .requirement ul li p {
    margin-left: 10px;
}

html[lang=en] main .statistics .specifications h6 {
    margin-left: 10px;
}

html[lang=en] header .mainNav .dropdown .dropdown-toggle::after {
    content: "\f105" !important;
}

html[lang=en] main .countries .animatedLink i,
html[lang=en] .mainBanner .Back .fa-angle-left {
    transform: rotate(180deg);
}

html[lang=en] main .allWorkers .workers-list .worker-box .worker-content p.worker-job {
    left: 50%;
}

html[lang=en] .mainBanner ul li::after {
    left: 100%;
}

html[lang=en] .worker-media {
    left: 20px;
}

html[lang=en] main .allWorkers .workers-list .worker-box .top-ribbon {
    left: 64%;
}

html[lang=en] .allWorkers .workers-list .worker-box .worker-header {
    margin: 0 0px 30px 40px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

button,
input,
textarea {
    border: none;
    outline: none;
    background: none;
}

.row {
    margin: 0;
    padding: 0;
}

.headTitle {
    text-align: center;
    margin-bottom: 50px;
}

.headTitle h2 {
    font-size: 36px !important;
    color: var(--mainColor);
}

@media (max-width: 768px) {
    .headTitle h2 {
        font-size: 28px !important;
    }
}

.headTitle h1 {
    font-weight: bold;
}

.headTitle a {
    margin-top: 20px;
}

.SectionTitle {
    position: relative;
    padding: 30px;
    text-align: center;
}

.SectionTitle .title {
    font-weight: bold;
    font-size: 40px !important;
    color: var(--white);
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .SectionTitle .title {
        font-size: 28px !important;
    }
}

.SectionTitle .hint {
    color: var(--gray);
}

.preloader {
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .preloaderImg {
    width: 200px;
    height: 200px;
    background-image: url("../images/company_logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-image: url("../images/company_logo.png");
    mask-image: url("../images/company_logo.png");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
}

.preloader .preloaderImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    z-index: 2;
    background-color: var(--secondColor);
    transform: translateY(100%);
    animation: slide-up 1.5s forwards;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }

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

.mainBanner {
    display: flex;
    align-items: center;
    padding: 100px 30px 120px;
    transition: var(--transition);
    margin-bottom: 20px;
    background-image: linear-gradient(45deg, var(--mainColor10), var(--mainColor40)), url(../images/ban.jpg);
    /* background-size: cover; */
    background-attachment: fixed;
    animation: sky 100s infinite;
    position: relative;
}

@keyframes sky {
    0% {
        background-position: left bottom;
    }

    100% {
        background-position: right top;
    }
}

.mainBanner .Back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    background-color: rgba(204, 204, 204, 0.4862745098);
    color: var(--white);
    border-radius: 100%;
    margin-left: 30px;
    transition: var(--transition);
    font-size: 20px;
    border: none;
}

.mainBanner .Back:hover {
    background-color: var(--mainColor);
    color: var(--white);
}

.mainBanner .Back .fa-angle-left:before {
    content: "\f105";
}

.mainBanner ul {
    margin: 0;
    list-style: none;
    transition: var(--transition);
    padding: 0;
}

.mainBanner ul li {
    display: inline-flex;
    padding: 10px;
    color: var(--secondColor);
    transition: var(--transition);
    position: relative;
}

.mainBanner ul li a {
    transition: var(--transition);
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px !important;
    padding-left: 10px;
}

.mainBanner ul li a:hover {
    color: var(--secondColor);
}

.mainBanner ul li a.active {
    color: var(--white);
    cursor: default;
}

.mainBanner ul li::after {
    content: " / ";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white);
}

.mainBanner ul li:last-child:after {
    display: none;
}

@media (max-width: 768px) {
    .mainBanner {
        padding: 70px 15px 45px;
    }

    .mainBanner .Back {
        margin-left: 20px;
    }

    .mainBanner ul li a {
        font-size: 16px !important;
    }
}

.mainBanner figure {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.mainBanner figure svg {
    width: 100%;
    height: 150px;
}

@media (max-width: 768px) {
    .mainBanner figure svg {
        height: 70px;
    }
}

.mapEarth .title {
    color: var(--mainColor);
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mapEarth .title::after {
    content: "";
    width: 95%;
    height: 2px;
    background-color: var(--mainColor80);
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}

.mapEarth .title::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-color: var(--mainColor80);
    position: absolute;
    left: 5%;
    bottom: 50%;
    transform: translateY(50%);
}

.mapEarth .title a,
.mapEarth .title span {
    background-color: #fdfdfd;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
    border-radius: 100px;
    border: 2px solid var(--mainColor80);
    font-weight: bold;
}

@media (max-width: 768px) {

    .mapEarth .title a,
    .mapEarth .title span {
        padding: 15px 20px;
    }
}

.mapEarth .title a {
    font-weight: normal;
    font-size: 14px;
    background-color: var(--mainColor);
    color: var(--secondColor);
    padding: 10px 15px;
    transition: var(--transition);
}

.mapEarth .title a:hover {
    background-color: var(--secondColor);
    color: var(--mainColor);
}

.mapEarth .section-title {
    text-align: left;
    margin: 0 auto 25px 0;
    max-width: 100%;
}

.mapEarth .section-title h2 {
    padding-left: 0;
}

.mapEarth .worldMap {
    width: 500px;
    height: 500px;
    order: 2;
    position: relative;
}

.mapEarth .worldMap .earth {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    margin: -40%;
    background: #fff url(../images/map.webp) 0 50% repeat-x;
    background-size: auto 90%;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1em 2em;
    border-radius: 100%;
    overflow: hidden;
    animation: map linear 90s infinite;
}

.mapEarth .worldMap .orbic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapEarth .worldMap .orbic svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.mapEarth .worldMap #orbic_path {
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
    stroke-linecap: round;
    stroke-width: 4px;
    stroke-dasharray: 1 9;
    animation: orbic linear 2s infinite;
}

.mapEarth .worldMap #orbic_dots use {
    fill: #fff;
    stroke: rgba(30, 144, 255, 0.25);
    stroke-width: 4;
    animation: dots ease 1s infinite alternate;
}

.mapEarth .worldMap #orbic_dot1 {
    transform: translate(50.4%, 29.6%);
}

.mapEarth .worldMap #orbic_dot2 {
    transform: translate(5%, 62.8%);
    animation-delay: 0.2s !important;
}

.mapEarth .worldMap #orbic_dot3 {
    transform: translate(97%, 41%);
    animation-delay: 0.3s !important;
}

.mapEarth .worldMap #orbic_dot4 {
    transform: translate(50%, 70.2%);
    animation-delay: 0.5s !important;
}

.mapEarth .worldMap #orbic_dot5 {
    transform: translate(31.5%, 51.5%);
    animation-delay: 0.7s !important;
}

.mapEarth .worldMap #orbic_user1 {
    transform: translate(1%, 40%) scale(0.666667);
}

.mapEarth .worldMap #orbic_user2 {
    transform: translate(18%, 64%) scale(0.666667);
}

.mapEarth .worldMap #orbic_user3 {
    transform: translate(39.5%, 31%) scale(0.666667);
}

.mapEarth .worldMap #orbic_user4 {
    transform: translate(69%, 22%) scale(0.666667);
}

.mapEarth .worldMap #orbic_user5 {
    transform: translate(75%, 53%) scale(0.666667);
}

@keyframes map {
    100% {
        background-position: 220% 50%;
    }
}

@keyframes orbic {
    100% {
        stroke-dashoffset: 10;
    }
}

@keyframes dots {

    100%,
    80% {
        stroke: #1e90ff;
    }
}

@media only screen and (max-width: 1000px) {
    .mapEarth .worldMap {
        width: 100%;
        order: 2;
        position: relative;
    }

    .mapEarth .worldMap .earth {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: transparent;
        background-size: 100% auto;
        box-shadow: none;
        border-radius: 0;
        animation: none;
    }
}

@media (max-width: 600px) {
    .mapEarth .worldMap {
        height: 300px;
    }
}

.mapEarth .companyInfo {
    margin-top: 30px;
}

.mapEarth .companyInfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mapEarth .companyInfo ul li {
    margin-bottom: 15px;
    display: flex;
}

.mapEarth .companyInfo ul li span {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--mainColor);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    color: var(--mainColor);
}

.mapEarth .companyInfo ul li:hover span {
    background-color: var(--mainColor);
    color: #fff;
}

.mapEarth .companyInfo ul li p {
    font-weight: bold;
    color: var(--black);
}

.mapEarth .companyInfo ul li a {
    color: var(--mainColor);
    display: block;
    font-weight: normal;
    margin: 5px 0;
}

.mapEarth .companyTeam {
    margin-bottom: 50px;
}

.mapEarth .companyTeam .team {
    margin: 20px 0px;
    border-bottom: 1px solid var(--mainColor);
    padding-bottom: 5px;
}

.mapEarth .companyTeam .team span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--mainColor);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    color: var(--mainColor);
}

.mapEarth .companyTeam .team:hover span {
    background-color: var(--mainColor);
    color: #fff;
}

.mapEarth .companyTeam .team h4 {
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.defaultBtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--mainColor);
    color: var(--white);
    transition: var(--transition);
    border-radius: 500px;
    padding: 8px 16px;
    border: 1px solid transparent;
}

.defaultBtn span {
    position: absolute;
    top: 50%;
    right: 0%;
    display: inline-block;
    width: 0;
    height: 0;
    background-color: var(--white);
    transition: all 0.5s ease-in-out;
    transform: translate(50%, -50%);
    border-radius: 500px;
    z-index: -1;
}

.defaultBtn:hover {
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
}

.defaultBtn:hover span {
    width: 300%;
    height: 600%;
}

.form-check-input:checked {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    transition: var(--transition);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(121, 37, 74, 0.1882352941);
}

header {
  /* position: sticky; */
  position: fixed;
  width: 100%;

  top: 0;
  z-index: 1024;
  transition: all 0.3s ease-in-out;
  /* background-color: rgba(243, 243, 249, 0.1882352941); */
  background-color: rgba(243, 243, 249, 0.418);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

header .navbar {
  /* padding: 20px 10px; */
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  isolation: isolate;
}
header .navbar .nav-item {
  display: flex;
  align-items: center;
}
header .navbar .navbar-nav {
  align-items: center;
}
header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
header .navbar .navbar-brand img {
  height: 75px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  header .navbar .navbar-brand img {
    height: 70px;
  }
}
header .navbar .nav-link {
  color: #292929;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 3px;
  padding: 8px 4px;
}
header .navbar .nav-link i {
  font-size: 14px;
}
header .navbar .nav-link:hover, header .navbar .nav-link:focus {
  color: #dcb065 !important;
}
header .navbar .nav-link.active {
  color: #dcb065 !important;
}
header .navbar .nav-icon-link {
  justify-content: center;
  min-width: 36px;
}
header .navbar .sideBtn {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}
header .navbar .sideBtn span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #09463f;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
header .navbar .sideBtn span:first-child {
  top: 0;
}
header .navbar .sideBtn span:nth-child(2) {
  width: 10px;
  top: 7px;
}
header .navbar .sideBtn span:nth-child(3) {
  width: 16px;
  bottom: 0;
}
header .navbar .sideBtn:not(.active):hover span:first-child {
  width: 16px;
}
header .navbar .sideBtn:not(.active):hover span:nth-child(2) {
  width: 20px;
}
header .navbar .sideBtn.active span {
  background-color: #09463f !important;
}
header .navbar .sideBtn.active span:first-child {
  transform: rotate(45deg);
  top: 8px;
  width: 20px;
}
header .navbar .sideBtn.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
header .navbar .sideBtn.active span:last-child {
  transform: rotate(-45deg);
  top: 8px;
  width: 20px;
}
header .navbar .sideMenu {
  position: fixed;
  z-index: 99998;
  right: -100%;
  top: 0;
  height: 100vh;
  background-color: #f3f3f9;
  padding: 50px 24px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
header .navbar .sideMenu.active {
  right: 0px;
}
header .navbar .sideMenu .sideMenuInner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  height: 100%;
}
header .navbar .sideMenu .sideMenuInner .sideMenuLink {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #292929;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}
header .navbar .sideMenu .sideMenuInner .sideMenuLink:hover {
  color: #dcb065;
}
header .navbar .dropdown {
  text-align: center;
}
header .navbar .dropdown .userImg {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 1px solid #dcb065;
}
header .navbar .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar .dropdown .dropdown-toggle::after {
  border: none !important;
  content: "\f104" !important;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
  width: 10px !important;
  transform: rotate(-90deg);
}
header .navbar .dropdown .dropdown-menu {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown !important;
          animation-name: fadeOutDown !important;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  padding: 5px 0;
  right: unset;
  top: 100%;
  left: -50%;
  margin-top: 0;
  border: none;
}
header .navbar .dropdown .dropdown-menu a {
  border-radius: 2px;
  padding: 8px 12px;
  padding-right: 16px;
  margin-bottom: 5px;
  position: relative;
}
header .navbar .dropdown .dropdown-menu a::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 0px;
  height: 80%;
  background-color: #09463f;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  transition: 0.1s ease-in-out;
  transform: translateY(-50%);
}
header .navbar .dropdown .dropdown-menu a:hover::before {
  width: 5px;
}
header .navbar .dropdown:hover .dropdown-menu, header .navbar .dropdown:focus .dropdown-menu {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp !important;
          animation-name: fadeInUp !important;
}
@media (min-width: 768px) {
  header .navbar .dropdown:hover .dropdown-menu, header .navbar .dropdown:focus .dropdown-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  header .navbar .dropdown .dropdown-menu {
    -webkit-animation-name: unset !important;
            animation-name: unset !important;
    box-shadow: none;
    text-align: center;
    background-color: #ffffff;
    margin: 10px 0;
    left: -20%;
  }
  header .navbar .dropdown:hover .dropdown-menu {
    -webkit-animation-name: unset !important;
            animation-name: unset !important;
  }
}
header .headerAnimate {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  padding: 5px;
  background-color: #f3f3f9;
}
header .navbar .language .dropdown-item {
  text-align: start;
}
header .navbar .language .dropdown-item img {
  width: 30px;
  height: 20px;
  object-fit: cover;
  border-radius: 4px;
  margin-left: 5px;
}

main .goDown {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    animation: bounce 2s infinite;
    background-color: var(--white);
    box-shadow: var(--shadow);
    color: var(--mainColor);
    position: absolute;
    z-index: 4;
    bottom: calc(0% - 25px);
    left: calc(50% - 25px);
}

main .mainSlider {
  position: relative;
  overflow: hidden;
}

main .mainSlider .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

main .mainSlider .swiper .swiper-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 90dvh; */
  height: 100dvh;
  min-height: 600px;
  isolation: isolate;
  /* border-radius: 0 0 24px 24px; */
  overflow: hidden;
}

main .mainSlider .swiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 92, 169, 0.1882352941), #D9B13B80);
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.9;
  z-index: -1;
  transition: 0.3s ease-in-out;
  mix-blend-mode: multiply;
}

main .mainSlider .swiper .swiper-slide .info {
  width: min(100% - 24px, 700px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  main .mainSlider .swiper .swiper-slide .info {
    justify-content: center;
    padding: 20px;
    text-align: center;
  }
}

main .mainSlider .swiper .swiper-slide .info .sliderTitle {
  color: var(--white);
  font-size: 20px;
}

@media (max-width: 768px) {
  main .mainSlider .swiper .swiper-slide .info .sliderTitle {
    font-size: 18px;
  }
}

main .mainSlider .swiper .swiper-slide .info .hint {
  color: var(--white);
  font-size: 36px;
  font-weight: bold;
}

main .mainSlider .swiper-slide-active .sliderTitle {
  animation: fadeInUp 1s 0.75s both;
}

main .mainSlider .swiper-slide-active .hint {
  animation: fadeInUp 1s 0s both;
}

main .mainSlider .swiper-slide-active .customBtn {
  animation: fadeInUp 1s 1.5s both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

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

main .hero-services {
    position: relative;
    z-index: 2;
    /* width: min(100% - 24px, 1320px); */
    margin: 0 auto 0;
    padding: 28px;
    /* border-radius: 36px; */
    /* background: radial-gradient(circle at top right, rgba(242, 179, 61, 0.22), transparent 32%), radial-gradient(circle at bottom left, rgba(69, 191, 191, 0.12), transparent 28%), linear-gradient(135deg, #fff9ec 0%, #f7fbff 48%, #ffffff 100%); */
    /* border: 1px solid rgba(15, 23, 42, 0.08); */
    /* box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14); */
    overflow: hidden;
}

/* main .hero-services::before,
main .hero-services::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0.6;
}

main .hero-services::before {
    width: 240px;
    height: 240px;
    inset-inline-end: -80px;
    top: -110px;
    background: radial-gradient(circle, rgba(242, 179, 61, 0.28) 0%, rgba(242, 179, 61, 0) 72%);
}

main .hero-services::after {
    width: 320px;
    height: 320px;
    inset-inline-start: -120px;
    bottom: -180px;
    background: radial-gradient(circle, rgba(0, 92, 169, 0.16) 0%, rgba(0, 92, 169, 0) 74%);
} */

main .hero-services .hero-services__layout {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* align-items: start; */
}

main .hero-services .hero-services__intro {
    position: relative; /* مهم جداً لأن الـ pseudo-elements تعتمد عليه */
    width: 100%;
    display: grid;
    gap: 22px;
    padding: 40px;
    border-radius: 30px;
    /* تدرج لوني أكثر نعومة واحترافية */
    background: linear-gradient(135deg, var(--secondColorDark) 0%, #1f5f5f 100%);
    color: var(--white);
    box-shadow: 0 20px 50px rgba(69, 191, 191, 0.22);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Eyebrow - الجزء العلوي الصغير */
.hero-services__eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--mainColor); /* اللون الذهبي */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Title & Text */
.hero-services__title {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.hero-services__text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
}

/* Chips - التصميم الزجاجي */
.hero-services__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-services__chip {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease;
}

.hero-services__chip:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

/* Action Button */
.hero-services__action--secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--mainColor);
    color: var(--text-dark);
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(242, 179, 61, 0.24);
}

.hero-services__action--secondary:hover {
    background: var(--white);
    color: var(--text-dark);
    transform: scale(1.03);
}

/* الأشكال الهندسية في الخلفية */
main .hero-services .hero-services__intro::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    top: -100px;
    left: -50px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
}

main .hero-services .hero-services__intro::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -30px;
    right: -20px;
    background: radial-gradient(circle, rgba(242, 179, 61, 0.15) 0%, rgba(242, 179, 61, 0) 70%);
    border-radius: 50%;
}

main .hero-services .hero-services__eyebrow,
main .hero-services .hero-services__chip,
main .hero-services .hero-service-card__badge,
main .hero-services .hero-service-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 999px;
    line-height: 1;
}

main .hero-services .hero-services__eyebrow {
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

main .hero-services .hero-services__title {
    margin: 0;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 800;
    line-height: 1.25;
    color: #fff7e5;
}

main .hero-services .hero-services__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.86);
}

main .hero-services .hero-services__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

main .hero-services .hero-services__chip {
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 600;
    color: var(--white);
}

main .hero-services .hero-services__trust-list {
    display: grid;
    gap: 14px;
}

main .hero-services .hero-services__trust-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

main .hero-services .hero-services__trust-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: var(--white);
}

main .hero-services .hero-services__trust-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
}

main .hero-services .hero-services__trust-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    color: #ffd06f;
    font-size: 18px;
    flex-shrink: 0;
}

main .hero-services .hero-services__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

main .hero-services .hero-services__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

main .hero-services .hero-services__action--primary {
    background: linear-gradient(135deg, #f6c15b 0%, #e5a428 100%);
    color: #2b1b00;
    box-shadow: 0 18px 28px rgba(229, 164, 40, 0.28);
}

main .hero-services .hero-services__action--secondary {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--white);
}

main .hero-services .hero-services__action:hover {
    color: inherit;
    transform: translateY(-3px);
}

main .hero-services .hero-services__action--secondary:hover {
    background: rgba(255, 255, 255, 0.18);
}

main .hero-services .hero-services__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

main .hero-services .hero-services__cards > *:nth-child(odd) {
    margin-top: 0;
}

main .hero-services .hero-service-card {
    --service-accent: var(--secondColor);
    --service-surface: var(--secondColor10);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.92));
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    cursor: default;
    isolation: isolate;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

main .hero-services .hero-service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, var(--service-accent), rgba(255, 255, 255, 0));
}

/* main .hero-services .hero-service-card::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    inset-inline-end: -70px;
    top: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--service-surface) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
} */

main .hero-services .hero-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 40px rgba(69, 191, 191, 0.16);
    border-color: var(--secondColor20);
}

main .hero-services .hero-service-card:focus-visible {
    outline: 3px solid var(--service-accent);
    outline-offset: 4px;
}

main .hero-services .hero-service-card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #10213f;
    line-height: 1.45;
}

main .hero-services .hero-service-card p {
    margin: 0;
    color: #58657f;
    font-size: 14px;
    line-height: 1.9;
    flex-grow: 1;
}

main .hero-services .hero-service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

main .hero-services .hero-service-card__badge {
    padding: 10px 14px;
    background: var(--service-surface);
    color: var(--service-accent);
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgba(15, 23, 42, 0.04);
}

main .hero-services .hero-service-card__index {
    min-width: 48px;
    padding: 10px 12px;
    background: rgba(15, 23, 42, 0.04);
    color: #7b879d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

main .hero-services .hero-service-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--service-surface), rgba(255, 255, 255, 0.92));
    color: var(--service-accent);
    font-size: 30px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

main .hero-services .hero-service-card__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

main .hero-services .hero-service-card__list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: var(--service-surface);
    color: #20324f;
    font-size: 13px;
    font-weight: 600;
}

main .hero-services .hero-service-card__list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--service-accent);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.65);
    flex-shrink: 0;
}

main .hero-services .hero-service-card__info {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 7px;
    margin-top: auto;
    padding: 14px 15px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--service-accent), var(--secondColorDark));
    color: var(--white);
    box-shadow: 0 16px 30px rgba(15, 52, 96, 0.16);
    transform: translateY(18px);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
}

main .hero-services .hero-service-card__info span {
    font-size: 14px;
    font-weight: 800;
}

main .hero-services .hero-service-card__info strong {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

main .hero-services .hero-service-card__info small {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    line-height: 1.8;
}

main .hero-services .hero-service-card:hover .hero-service-card__info,
main .hero-services .hero-service-card:focus .hero-service-card__info,
main .hero-services .hero-service-card:focus-within .hero-service-card__info {
    transform: translateY(0);
    opacity: 1;
    max-height: 190px;
}

main .hero-services .hero-service-card.green {
    --service-accent: var(--secondColor);
    --service-surface: var(--secondColor10);
}

main .hero-services .hero-service-card.blue {
    --service-accent: var(--secondColorDark);
    --service-surface: var(--secondColor20);
}

main .hero-services .hero-service-card.purple {
    --service-accent: var(--mainColorDark);
    --service-surface: var(--mainColor10);
}

main .hero-services .hero-service-card.orange {
    --service-accent: var(--mainColor);
    --service-surface: var(--mainColor10);
}

main .hero-services .hero-service-card.red {
    --service-accent: var(--mainColorDark);
    --service-surface: var(--mainColor20);
}

main .hero-services .hero-service-card.teal {
    --service-accent: var(--secondColorDark);
    --service-surface: var(--secondColor10);
}

main .hero-services .hero-service-card.gold {
    --service-accent: var(--mainColor);
    --service-surface: var(--mainColor80);
}

main .hero-services .hero-service-card--featured {
    background: linear-gradient(160deg, #fff9ef 0%, #ffffff 42%, #f3fcfc 100%);
}

@media (max-width: 1199.98px) {
    main .hero-services .hero-services__intro {
        position: relative;
        top: auto;
    }
}

@media (max-width: 991.98px) {
    main .hero-services {
        margin: -70px auto 0;
        padding: 22px;
    }

    main .hero-services .hero-services__layout {
        grid-template-columns: 1fr;
    }

    main .hero-services .hero-services__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    main .hero-services .hero-services__cards > *:nth-child(odd) {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    main .hero-services {
        margin: -50px auto 0;
        padding: 18px;
        border-radius: 28px;
    }

    main .hero-services .hero-services__intro {
        padding: 24px 20px;
    }

    main .hero-services .hero-services__title {
        font-size: 30px;
    }

    main .hero-services .hero-services__cards {
        grid-template-columns: 1fr;
    }

    main .hero-services .hero-service-card {
        min-height: auto;
        padding: 20px;
    }
}

@media (hover: none) {
    main .hero-services .hero-service-card__info {
        transform: translateY(0);
        opacity: 1;
        max-height: 190px;
    }
}

@media (prefers-reduced-motion: reduce) {
    main .hero-services,
    main .hero-services * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
.about-section {
    padding: 100px 0;
    direction: rtl;
    background: linear-gradient(180deg, var(--white) 0%, var(--bg-light) 100%);
    overflow: hidden;
}

.about-section .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.about-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
}

/* Badge Styling */
.about-badge {
    background: var(--secondColor10);
    color: var(--mainColor);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 2.5rem;
    color: #1e293b;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 25px;
}

.about-description {
    font-size: 1.1rem;
    color: var(--textColor);
    line-height: 1.8;
}

/* Image Styling */
.about-image-wrapper {
    position: relative;
}

.image-frame {
    position: relative;
    z-index: 1;
}

.image-frame img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.05);
}

.image-frame::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--mainColor);
    top: -20px;
    right: -20px;
    border-radius: 30px;
    z-index: -1;
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: var(--mainColor);
    color: var(--white);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(69, 191, 191, 0.24);
}

.experience-badge .number {
    display: block;
    font-size: 24px;
    font-weight: 800;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card {
    background: var(--white);
    padding: 35px;
    border-radius: 25px;
    display: flex;
    gap: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f1f5f9;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color: var(--mainColor);
}

.icon-box {
    width: 90px;
    height: 60px;
    background: var(--secondColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.feature-card:hover .icon-box {
    background: var(--mainColor);
}

.icon-box i {
    font-size: 28px;
    color: var(--white);
}

.feature-card:hover .icon-box i {
    color: white;
}

.feature-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1e293b;
}

.feature-info p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .about-badge { justify-content: center; }
    
    .image-frame img {
        height: 350px;
    }
    
    .experience-badge {
        left: 20px;
    }
}

main .services-sec {
    padding: 50px 0;
}

main .services-sec .services-slider .custom-swiper-btn {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 22px;
    transition: background 0.2s, color 0.2s;
    border: 1px solid #eee;
}

main .services-sec .services-slider .custom-swiper-btn:hover {
    background: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
}

@media (max-width: 768px) {
    main .services-sec .services-slider .custom-swiper-btn {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

main .services-sec .services-slider .swiper-button-next,
main .services-sec .services-slider .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    transform: scale(-1);
}

main .services-sec .services-slider .swiper-button-prev,
main .services-sec .services-slider .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    transform: scale(-1);
}

main .services-sec .services-slider .swiper-button-next::after,
main .services-sec .services-slider .swiper-button-prev::after {
    font-size: 22px;
}

main .services-sec .service {
    display: block;
    position: relative;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    background-size: 100% auto;
    height: 280px;
    min-width: 250px;
    transition: var(--transition);
    max-width: 100%;
    cursor: default;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

main .services-sec .service::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-image: linear-gradient(-10deg, rgba(9, 28, 48, 0.86), rgba(9, 28, 48, 0.48));
}

main .services-sec .service i {
    font-size: 35px;
    color: #e9e7c8;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

main .services-sec .service .serviceTitle {
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
}

main .services-sec .service .serviceP {
    color: #eee;
    position: relative;
    z-index: 2;
    line-height: 24px;
    text-wrap-style: balance;
}

main .services-sec .service:hover {
    background-size: 110% auto;
    transform: translateY(-8px);
    box-shadow: 0 24px 45px rgba(15, 52, 96, 0.2);
}

main .services-sec .service:hover::after,
main .services-sec .service:focus::after {
    background-image: linear-gradient(-10deg, rgba(15, 52, 96, 0.92), rgba(25, 133, 135, 0.64));
}

main .services-sec .service:focus-visible {
    outline: 3px solid var(--mainColor);
    outline-offset: 4px;
}

main .services-sec .service .serviceInfo {
    position: absolute;
    z-index: 3;
    inset-inline: 16px;
    bottom: 16px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--text-dark);
    text-align: start;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    transform: translateY(calc(100% + 20px));
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

main .services-sec .service .serviceInfo span {
    color: var(--secondColorDark);
    font-size: 13px;
    font-weight: 900;
}

main .services-sec .service .serviceInfo p {
    margin: 0;
    color: #44526a;
    font-size: 13px;
    line-height: 1.8;
}

main .services-sec .service:hover .serviceInfo,
main .services-sec .service:focus .serviceInfo,
main .services-sec .service:focus-within .serviceInfo {
    transform: translateY(0);
    opacity: 1;
}

@media (hover: none) {
    main .services-sec .service {
        height: 330px;
    }

    main .services-sec .service .serviceInfo {
        transform: translateY(0);
        opacity: 1;
    }
}

.countries-section {
    padding: 100px 0;
    /* background: var(--bg-light); */
    position: relative;
}

/* Header Style */
.header-line {
    width: 60px;
    height: 4px;
    background: var(--primary-gradient);
    margin: 15px auto;
    border-radius: 10px;
}

/* Premium Card Design */
.premium-country-card {
    background: var(--glass-bg);
    border-radius: 24px;
    padding: 20px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin-top: 40px; /* لترك مساحة للعلم البارز */
}

.premium-country-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(69, 191, 191, 0.12);
}

/* Flag Overlap Effect */
.card-top {
    position: relative;
    text-align: center;
    z-index: 5;
}

.flag-container {
    width: 100px;
    height: 100px;
    margin: -60px auto 15px;
    background: #fff;
    padding: 8px;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.main-flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.country-badge {
    position: absolute;
    top: 10px;
    right: -10px;
    background: var(--secondColor);
    color: var(--white);
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Typography & Content */
.country-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-align: center;
}

.price-box {
    background: linear-gradient(135deg, var(--mainColor10), var(--secondColor10));
    border-radius: 16px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.price-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-light);
}

.amount {
    color: var(--mainColorDark);
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 4px;
}

.amount .number {
    font-size: 1.8rem;
    font-weight: 900;
}

.amount .currency {
    font-weight: 600;
    font-size: 0.9rem;
}

/* Features List */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 12px;
    transition: background 0.3s;
}

.feature-item:hover {
    background: var(--secondColor10);
}

.icon-wrap {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--mainColor);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.text-wrap {
    display: flex;
    flex-direction: column;
}

.text-wrap span {
    font-size: 0.8rem;
    color: var(--text-light);
}

.text-wrap strong {
    font-size: 0.9rem;
    color: var(--text-dark);
}

/* Modern Button */
.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--secondColor);
    color: #fff;
    text-decoration: none;
    padding: 14px;
    border-radius: 15px;
    font-weight: 600;
    transition: all 0.3s;
}

.action-btn:hover {
    box-shadow: 0 8px 20px rgba(69, 191, 191, 0.24);
    color: #fff;
    gap: 15px;
    background: var(--mainColor);
}

main .why-choose-us {
    padding: 50px 0;
}

main .why-choose-us .container {
    margin: 0 auto;
    text-align: center;
}

main .why-choose-us .container .cards-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

main .why-choose-us .container .cards-wrapper .feature-card {
    position: relative;
    background: var(--mainColor10);
    flex: 1 1 30%;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

@media (max-width: 768px) {
    main .why-choose-us .container .cards-wrapper .feature-card {
        flex: 0 1 100%;
    }
}

main .why-choose-us .container .cards-wrapper .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

main .why-choose-us .container .cards-wrapper .feature-card .feature-text {
    position: relative;
    z-index: 2;
}

main .why-choose-us .container .cards-wrapper .feature-card .feature-text h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--mainColor);
}

main .why-choose-us .container .cards-wrapper .feature-card .feature-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--black);
}

main .why-choose-us .container .cards-wrapper .feature-card .feature-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 80px;
    color: var(--mainColor80);
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

main .form-steps-section {
    padding: 80px 0;
    background: var(--mainColor10);
}

main .form-steps-section .form-container {
    background: var(--white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--BigShadow);
    height: 100%;
}

main .form-steps-section .form-container form label {
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

main .form-steps-section .form-container form .form-control {
    box-shadow: none !important;
    min-height: 48px;
}

main .form-steps-section .form-container form .form-control:focus {
    border-color: var(--mainColor);
    background-color: var(--mainColor80);
}

main .form-steps-section .form-container form .defaultBtn i {
    transform: scaleX(-1);
}

main .form-steps-section .steps-container .step-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}

main .form-steps-section .steps-container .step-card .step-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 24px;
    color: var(--mainColor);
    margin-right: 15px;
}

main .form-steps-section .steps-container .step-card .step-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 8px;
    color: var(--black);
}

main .form-steps-section .steps-container .step-card .step-content p {
    font-size: 0.9rem;
    color: var(--black);
}

main .testimonials-section {
    padding: 80px 0;
    background-color: var(--white);
}

main .testimonials-section .testimonial-card {
    background: var(--mainColor10);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

main .testimonials-section .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--BigShadow);
}

main .testimonials-section .testimonial-card .testimonial-text {
    position: relative;
    padding: 20px;
    background: var(--white);
    border-radius: 12px;
    margin-bottom: 20px;
}

main .testimonials-section .testimonial-card .testimonial-text::before {
    content: "★";
    font-weight: 900;
    position: absolute;
    top: -15px;
    right: 20px;
    background: var(--mainColor);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

main .testimonials-section .testimonial-card .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

main .testimonials-section .testimonial-card .client-info .client-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--mainColor);
}

main .testimonials-section .testimonial-card .client-info .client-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    main .steps-container {
        padding-right: 0;
        margin-bottom: 50px;
    }

    main .step-card:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    main .form-container {
        padding: 20px;
    }
}

main .professional-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    position: relative;
    overflow: hidden;
}

main .professional-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%232c3e5010" fill-opacity="1" d="M0,128L48,117.3C96,107,192,85,288,112C384,139,480,213,576,224C672,235,768,181,864,160C960,139,1056,149,1152,165.3C1248,181,1344,203,1392,213.3L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    z-index: 0;
}

main .section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

main .section-header h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

main .section-header h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

main .section-header p {
    font-size: 1.1rem;
    color: var(--light-text);
    max-width: 700px;
    margin: 0 auto;
}

main .section-header--home {
    text-align: center;
    margin-bottom: 32px;
}

main .section-header--home.section-header--start {
    text-align: start;
}

main .section-header--home .title {
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
    padding-bottom: 18px;
    position: relative;
    display: inline-block;
    line-height: 1.35;
}

main .section-header--home .title::after {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    bottom: 0;
    width: 88px;
    height: 4px;
    border-radius: 999px;
    background: var(--primary-gradient);
    transform: translateX(-50%);
}

main .section-header--home.section-header--start .title::after {
    inset-inline-start: 0;
    transform: none;
}

main .section-header--home .hint {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.9;
}

main .section-header--home .hint p {
    margin-bottom: 0.75rem;
}

main .section-header--home .hint p:last-child {
    margin-bottom: 0;
}

main .section-header--home.section-header--start .hint {
    max-width: 100%;
    margin-inline-start: 0;
    margin-inline-end: auto;
}

@media (max-width: 768px) {
    main .section-header--home,
    main .section-header--home.section-header--start {
        text-align: center;
    }

    main .section-header--home.section-header--start .title::after {
        inset-inline-start: 50%;
        transform: translateX(-50%);
    }

    main .section-header--home.section-header--start .hint {
        margin-inline: auto;
    }
}



main .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 1;
}

main .info-box {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    flex-direction: column;
}

main .info-box h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

main .info-box h3 i {
    margin-left: 10px;
    color: var(--secondary-color);
}

main .features-list {
    list-style: none;
    margin-bottom: 30px;
}

main .features-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
}

main .features-list li:last-child {
    border-bottom: none;
}

main .features-list li i {
    margin-left: 10px;
    color: var(--success-color);
    font-size: 1.2rem;
}

main .stats-container {
    display: flex;
    justify-content: space-around;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
}

main .stat-item {
    text-align: center;
}

main .stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    display: block;
}

main .stat-label {
    font-size: 0.9rem;
    color: var(--light-text);
}

main .form-container {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    overflow: hidden;
}

main .form-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--secondary-color), var(--primary-color));
}

main .form-header {
    text-align: center;
    margin-bottom: 25px;
}

main .form-header h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 10px;
}

main .form-header p {
    color: var(--light-text);
}

main form {
    margin-top: 20px;
}

main .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

main .form-group {
    padding: 10px;
    position: relative;
    flex: 1 0 calc(50% - 20px);
    margin-bottom: 10px;
}

main .form-group.full-width {
    flex: 1 0 calc(100% - 20px);
}

main .form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--primary-color);
    display: flex;
    align-items: center;
}

main .form-label i {
    margin-left: 8px;
    color: var(--secondary-color);
}

main .form-control {
    width: 100%;
    padding: 15px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: var(--light-bg);
}

main .form-control:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

main textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

main .invalid-feedback {
    display: none;
    color: var(--accent-color);
    font-size: 14px;
    margin-top: 5px;
}

main .was-validated .form-control:invalid~.invalid-feedback {
    display: block;
}

main .was-validated .form-control:invalid {
    border-color: var(--accent-color);
}

main .defaultBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: var(--mainColor);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
}

main .defaultBtn span {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: ripple 1s linear infinite;
    pointer-events: none;
}

@keyframes ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0.5;
    }

    100% {
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}

main .defaultBtn:hover {
    transform: translateY(-3px);
    color: var(--white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

main .defaultBtn:active {
    transform: translateY(1px);
}

main .defaultBtn i {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

main .defaultBtn:hover i {
    transform: translateX(-5px);
}

main .submit-container {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 992px) {
    main .content-wrapper {
        flex-direction: column;
    }

    main .info-box,
    main .form-container {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    main .form-group {
        flex: 1 0 calc(100% - 20px);
    }

    main .section-header h2 {
        font-size: 2rem;
    }

    main .section-header p {
        font-size: 1rem;
    }

    main .form-container,
    main .info-box {
        padding: 25px 20px;
    }

    main .stats-container {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    main .professional-section {
        padding: 60px 0;
    }

    main .section-header h2 {
        font-size: 1.8rem;
    }

    main .defaultBtn {
        padding: 14px 30px;
        font-size: 16px;
    }
}

main .statistics {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-color: var(--bg-light);
}

main .statistics .section-header,
main .hero-services .section-header,
main .countries .section-header,
main .services-sec .section-header,
main .steps .section-header,
main .requirements .section-header {
    text-align: center;
    /* margin-bottom: 3rem; */
    margin-bottom: 20px;
}

main .statistics .section-header .title,
main .hero-services .section-header .title,
main .countries .section-header .title,
main .services-sec .section-header .title,
main .steps .section-header .title,
main .requirements .section-header .title {
    font-size: 2.8rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

main .statistics .section-header .hint,
main .hero-services .section-header .hint,
main .countries .section-header .hint,
main .services-sec .section-header .hint,
main .steps .section-header .hint,
main .requirements .section-header .hint {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}


.statistics {
    padding: 60px 0;
    background-color: var(--bg-light);
}

.section-header .title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.section-header .hint {
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 40px;
}

/* شبكة الإحصائيات */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.stat-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0,0,0,0.03);
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: var(--mainColor10); /* لون فاتح جداً من اللون الأساسي */
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    transition: 0.3s;
}

.stat-card:hover .icon-box {
    background: var(--primary-color);
    color: var(--white);
}

.stat-card .counter {
    font-size: 2.5rem;
    font-weight: 800;
    color: #222;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-card h6 {
    color: var(--text-muted);
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

/* شريط الإحصائيات الإضافية */
.extra-stats-bar {
    display: flex;
    justify-content: space-around;
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    flex-wrap: wrap;
    gap: 20px;
}

.extra-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.extra-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.extra-item h5 {
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
    color: #222;
}

.extra-item p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* الشاشات الصغيرة */
@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .extra-stats-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .stat-card {
        padding: 30px 20px;
    }
}

main .steps {
    padding: 70px 0 55px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(234, 110, 66, 0.08), rgba(69, 191, 191, 0.1)), #fff;
}

main .steps .allSteps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    padding: 24px 0 0;
    text-align: start;
    position: relative;
}

main .steps .allSteps::before {
    content: "";
    width: calc(100% - 80px);
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--secondColor), transparent);
    position: absolute;
    top: 79px;
    right: 40px;
    opacity: 0.35;
}

@media (max-width: 992px) {
    main .steps .allSteps::before {
        display: none;
    }
}

main .steps .allSteps .step {
    min-height: 210px;
    padding: 24px 20px 22px;
    border: 1px solid rgba(234, 110, 66, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 32px rgba(31, 41, 55, 0.07);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

main .steps .allSteps .step::before {
    content: "";
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: var(--secondColor);
    margin-bottom: 18px;
    opacity: 0.75;
}

main .steps .allSteps .step .icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--mainColor10);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

main .steps .allSteps .step .icon i {
    font-size: 28px;
    color: var(--mainColor);
}

main .steps .allSteps .step .step__number {
    position: absolute;
    top: 18px;
    left: 18px;
    color: rgba(234, 110, 66, 0.22);
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 800;
}

main .steps .allSteps .step p {
    margin: 0;
    color: #364152;
    font-size: 0.98rem;
    line-height: 1.85;
    font-weight: 600;
}

main .steps .allSteps .step:hover {
    transform: translateY(-6px);
    border-color: rgba(69, 191, 191, 0.45);
    box-shadow: 0 18px 38px rgba(31, 41, 55, 0.11);
}

main .steps .payment-strip {
    margin: 28px auto 0;
    padding: 14px 18px;
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid rgba(69, 191, 191, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(31, 41, 55, 0.06);
}

main .steps .payment-strip span {
    color: var(--text-dark);
    font-weight: 700;
    white-space: nowrap;
}

main .steps .payment-strip .payment-strip__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

main .steps .payment-strip .payment-strip__logos img {
    width: 54px;
    height: 36px;
    padding: 5px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.08);
}

@media (max-width: 576px) {
    main .steps .payment-strip {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }
}

main .references {
    padding-top: 40px;
    background-image: linear-gradient(45deg, rgba(165, 207, 241, 0.1019607843), rgba(165, 207, 241, 0.1019607843)), url(../images/map.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

main .references .swiper-slide {
    width: auto;
}

main .references .referenceLogo {
    height: 150px;
    padding: 10px 20px;
}

main .references .referenceLogo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

main .requirements {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff 0%, var(--mainColor10) 100%);
}

main .requirements .requirements__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

@media (max-width: 768px) {
    main .requirements .requirements__layout {
        grid-template-columns: 1fr;
    }
}

main .requirements .requirement {
    padding: 26px;
    border: 1px solid rgba(234, 110, 66, 0.16);
    border-radius: 14px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 14px 32px rgba(31, 41, 55, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

main .requirements .requirement .requirement__topline {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 22px;
}

main .requirements .requirement .requirement__badge {
    min-width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--mainColor);
    color: #fff;
    font-weight: 800;
}

main .requirements .requirement .head {
    margin-bottom: 0;
    text-align: start;
}

main .requirements .requirement .head h4 {
    margin-bottom: 6px;
    font-weight: bold;
    color: var(--mainColor);
    line-height: 1.4;
}

main .requirements .requirement .head p {
    margin: 0;
    color: #777;
    line-height: 1.8;
}

main .requirements .requirement .head p a {
    color: var(--mainColor);
    font-weight: bold;
    white-space: nowrap;
}

main .requirements .requirement ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
}

main .requirements .requirement ul li {
    padding: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(31, 41, 55, 0.07);
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

main .requirements .requirement ul li .icon {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(69, 191, 191, 0.2);
    border-radius: 12px;
    background: var(--secondColor10);
    transition: var(--transition);
}

main .requirements .requirement ul li .icon i {
    font-size: 20px;
    color: var(--mainColor);
}

main .requirements .requirement ul li p {
    margin: 0;
    color: #364152;
    line-height: 1.75;
    font-weight: 600;
}

main .requirements .requirement ul li:hover {
    transform: translateY(-3px);
    border-color: rgba(69, 191, 191, 0.35);
    background: rgba(69, 191, 191, 0.04);
}

main .requirements .requirement ul li:hover .icon {
    background-color: #fff;
    border-color: var(--mainColor);
    box-shadow: var(--shadow);
}

main .requirements .requirement:hover {
    transform: translateY(-5px);
    border-color: rgba(234, 110, 66, 0.28);
    box-shadow: 0 18px 38px rgba(31, 41, 55, 0.11);
}

main .contactForm,
main .contractRenew {
    padding: 70px 0;
}

main .contactForm .title,
main .contractRenew .title {
    text-align: center;
    margin-bottom: 50px;
}

main .contactForm form,
main .contractRenew form {
    padding: 20px 20px 20px;
    transition: var(--transition);
}

main .contactForm form:hover,
main .contractRenew form:hover {
    box-shadow: var(--BigShadow);
    background-color: #fff;
}

main .contactForm form label,
main .contractRenew form label {
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

main .contactForm form .form-control,
main .contractRenew form .form-control {
    box-shadow: none !important;
    min-height: 48px;
}

main .contactForm form .form-control:focus,
main .contractRenew form .form-control:focus {
    border-color: var(--mainColor);
    background-color: var(--mainColor80);
}

main .contactForm form .defaultBtn i,
main .contractRenew form .defaultBtn i {
    transform: scaleX(-1);
}

main .contactForm .info,
main .contractRenew .info {
    background-color: var(--mainColor10);
}

main .contactForm .googleMap,
main .contractRenew .googleMap {
    height: 100%;
    border: 2px solid #ffffff;
    border-radius: 8px;
}

main .contactForm .googleMap iframe,
main .contractRenew .googleMap iframe {
    width: 100%;
    min-height: 300px;
    height: 100%;
    border-radius: 8px;
}

main .contactForm .toggle-pill,
main .contractRenew .toggle-pill {
    display: inline-flex;
    border-radius: 999px;
    background: var(--mainColor10);
    border: 1px solid var(--mainColor80);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

main .contactForm .toggle-pill input[type=radio],
main .contractRenew .toggle-pill input[type=radio] {
    display: none;
}

main .contactForm .toggle-pill .pill-option,
main .contractRenew .toggle-pill .pill-option {
    cursor: pointer;
    padding: 12px 32px;
    font-weight: 500;
    font-size: 1rem;
    background: transparent;
    color: var(--mainColor);
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
}

main .contactForm .toggle-pill .pill-option:first-of-type,
main .contractRenew .toggle-pill .pill-option:first-of-type {
    border-radius: 999px 0 0 999px;
}

main .contactForm .toggle-pill .pill-option:last-of-type,
main .contractRenew .toggle-pill .pill-option:last-of-type {
    border-radius: 0 999px 999px 0;
}

main .contactForm .toggle-pill input[type=radio]:checked+.pill-option,
main .contractRenew .toggle-pill input[type=radio]:checked+.pill-option {
    background: var(--mainColor);
    color: var(--white);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transform: scale(1.08);
    animation: pillMove 0.35s cubic-bezier(0.4, 0.8, 0.2, 1) both;
}

@keyframes pillMove {
    0% {
        transform: scale(0.96);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

    60% {
        transform: scale(1.12);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    100% {
        transform: scale(1.08);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
}

main .recruitmentVisa {
    padding: 50px 0;
}

main .recruitmentVisa .nav {
    background-color: var(--mainColor80);
    border-radius: 8px;
    margin-bottom: 50px;
    height: -moz-fit-content;
    height: fit-content;
    transition: var(--transition);
}

@media (min-width: 768px) {
    main .recruitmentVisa .nav {
        position: sticky;
        top: 100px;
        z-index: 2;
        box-shadow: var(--BigShadow);
    }
}

@media (max-width: 768px) {
    main .recruitmentVisa .nav {
        flex-wrap: nowrap;
    }
}

main .recruitmentVisa .nav .nav-link {
    background-color: var(--white);
    color: var(--mainColor);
    box-shadow: var(--shadow);
    border-radius: 4px;
    margin: 5px;
    transition: var(--transition);
    padding: 20px;
    text-align: center;
    border: none;
    width: 100%;
}

main .recruitmentVisa .nav .nav-link i {
    font-size: 25px;
    margin-bottom: 10px;
}

main .recruitmentVisa .nav .nav-link.active {
    background-color: var(--mainColor);
    color: var(--white);
}

main .recruitmentVisa .secondaryTitle {
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 20px;
    font-size: 1rem;
}

main .recruitmentVisa .thirdTitle {
    margin-bottom: 20px;
}

main .recruitmentVisa .step {
    background-color: #fff;
    padding: 20px;
    box-shadow: var(--shadow);
    border-radius: 4px;
    margin-bottom: 30px;
}

main .recruitmentVisa .step .head {
    background-color: var(--mainColor80);
    padding: 10px 20px;
    color: var(--mainColor);
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

main .recruitmentVisa .step .info {
    color: #777;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}

main .recruitmentVisa .step .info::before {
    content: "\f05a" !important;
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: 0;
    top: 0;
}

main .recruitmentVisa .step .secondaryTitle {
    margin: 30px 0 10px;
}

main .recruitmentVisa .step ul {
    list-style: auto;
    padding-right: 20px;
}

main .recruitmentVisa .step ul ::marker {
    color: var(--mainColor);
}

main .recruitmentVisa .step ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

main .recruitmentVisa .step ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    top: 8px;
    right: -23px;
    background: var(--white);
    border-radius: 100px;
    border: 1px solid var(--mainColor);
    z-index: -1;
}

main .recruitmentVisa .requirement {
    padding: 20px;
    background-color: var(--mainColor80);
    border-radius: 4px;
    margin-bottom: 30px;
}

main .recruitmentVisa .requirement ul {
    list-style: auto;
    padding-right: 20px;
}

main .recruitmentVisa .requirement ul ::marker {
    color: var(--mainColor);
}

main .recruitmentVisa .requirement ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

main .available {
    padding: 70px 0;
    text-align: center;
}

main .available h4 {
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 30px;
}

main .available .specifications {
    padding: 30px;
    background-color: var(--white);
    box-shadow: var(--shadow);
    border-radius: 4px;
    height: 100%;
    transition: var(--transition);
}

main .available .specifications i {
    font-size: 45px;
    margin-bottom: 30px;
    color: var(--mainColor);
    transition: var(--transition);
    display: block;
}

main .available .specifications h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--mainColor);
    transition: var(--transition);
    display: block;
}

main .available .specifications .odometer-inside {
    direction: ltr !important;
}

main .available .specifications h5 {
    white-space: nowrap;
    transition: var(--transition);
}

main .available .specifications:hover {
    background-color: var(--mainColor);
    transform: translateY(-5px);
}

main .available .specifications:hover i {
    color: var(--white);
}

main .available .specifications:hover h1,
main .available .specifications:hover h5 {
    color: var(--white);
}

main .arriveWorker {
    padding: 80px 0;
    position: relative;
    background: var(--mainColor10);
}

main .arriveWorker .arriveWorkerWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

@media (max-width: 992px) {
    main .arriveWorker .arriveWorkerWrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

main .arriveWorker .arriveWorkerImage img {
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--BigShadow);
}

main .arriveWorker .arriveWorkerContent h3 {
    color: var(--mainColor);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

main .arriveWorker .arriveWorkerContent p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 15px;
}

main .arriveWorker .arriveWorkerContent .defaultBtn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid var(--mainColor);
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

main .arriveWorker .arriveWorkerContent .defaultBtn i {
    margin-right: 8px;
}

main .arriveWorker .arriveWorkerContent .defaultBtn:hover {
    background: var(--mainColor);
    color: var(--white);
}

main .instructions {
    padding: 0px 0 50px;
    position: relative;
    overflow: hidden;
}

main .instructions h3 {
    color: var(--mainColor);
    font-weight: bold;
}

main .instructions .btn-outline {
    color: var(--mainColor);
    border-color: var(--mainColor);
    border-radius: 50px;
}

main .instructions .btn-outline:hover {
    background-color: var(--mainColor);
    color: var(--white);
    border-color: var(--mainColor);
}

main .anti-trafficking {
    padding: 80px 0;
}

main .anti-trafficking .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 40px;
}

main .anti-trafficking .anti-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

main .anti-trafficking .anti-card {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    box-shadow: var(--BigShadow);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

main .anti-trafficking .anti-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--mainColor);
    display: flex;
    align-items: center;
    gap: 8px;
}

main .anti-trafficking .anti-card h3 i {
    font-size: 20px;
    color: var(--mainColor);
}

main .anti-trafficking .anti-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

main .anti-trafficking .anti-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 12px;
    z-index: 1;
    /* gradient overlay */
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.76);
}

main .anti-trafficking .anti-card:hover::before {
    opacity: 1;
}

main .anti-trafficking .anti-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--BigShadow);
}

main .anti-trafficking .anti-card:hover h3,
main .anti-trafficking .anti-card:hover p {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

main .anti-trafficking .anti-card:hover:hover p,
main .anti-trafficking .anti-card:hover:hover h3 {
    color: var(--white);
}

main .anti-trafficking .anti-card.definition::before {
    background-image: url("../images/2.webp");
}

main .anti-trafficking .anti-card.punishment::before {
    background-image: url("../images/2.webp");
}

main .anti-trafficking .anti-card.authority::before {
    background-image: url("../images/2.webp");
}

main .anti-trafficking .anti-card.updates::before {
    background-image: url("../images/2.webp");
}

@media (max-width: 768px) {
    main .anti-trafficking {
        padding: 40px 20px;
    }

    main .anti-trafficking .anti-wrapper {
        grid-template-columns: 1fr;
    }
}

main .awareness-section {
    padding: 70px 20px;
    background: var(--mainColor10);
}

main .awareness-section .awareness-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 768px) {
    main .awareness-section .awareness-wrapper {
        flex-direction: column;
        text-align: center;
    }
}

main .awareness-section .awareness-wrapper .awareness-image {
    flex: 1;
}

main .awareness-section .awareness-wrapper .awareness-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

main .awareness-section .awareness-wrapper .awareness-content {
    flex: 1;
}

main .awareness-section .awareness-wrapper .awareness-content h2 {
    font-size: 28px;
    color: var(--mainColor);
    margin-bottom: 20px;
}

main .awareness-section .awareness-wrapper .awareness-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

main .awareness-section .awareness-wrapper .awareness-content ul {
    list-style: none;
    padding: 0;
}

main .awareness-section .awareness-wrapper .awareness-content ul li {
    position: relative;
    padding-right: 30px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
    text-align: right;
}

main .awareness-section .awareness-wrapper .awareness-content ul li::before {
    content: "✔";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--mainColor);
    font-weight: bold;
    font-size: 14px;
}

main .policies-accordion {
    padding: 60px 20px;
}

main .policies-accordion h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    color: var(--mainColor);
}

main .policies-accordion .accordion {
    max-width: 800px;
    margin: 0 auto;
}

main .policies-accordion .accordion .accordion-item {
    background: var(--white);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

main .policies-accordion .accordion .accordion-item .accordion-header {
    width: 100%;
    text-align: right;
    background: var(--mainColor20);
    color: var(--gary);
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
}

main .policies-accordion .accordion .accordion-item .accordion-header::after {
    content: "+";
    position: absolute;
    left: 20px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

main .policies-accordion .accordion .accordion-item .accordion-header.active::after {
    content: "−";
}

main .policies-accordion .accordion .accordion-item .accordion-body {
    display: none;
    padding: 15px 20px;
    font-size: 15px;
    color: var(--black);
    line-height: 1.6;
}

main .policies-accordion .accordion .accordion-item .accordion-header.active+.accordion-body {
    display: block;
}

main .report-section {
    margin: 40px auto;
    padding: 60px 30px;
    background: var(--mainColor10);
    position: relative;
    overflow: hidden;
}

main .report-section .section-title {
    text-align: center;
    font-size: 32px;
    color: var(--mainColor);
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

main .report-section .section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

main .report-section .report-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

main .report-section .report-cards .report-card {
    background: var(--white);
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

main .report-section .report-cards .report-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

main .report-section .report-cards .report-card .card-title {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 600;
}

main .report-section .report-cards .report-card .card-desc {
    color: var(--gray);
    margin-bottom: 20px;
    line-height: 1.6;
}

main .report-section .report-cards .report-card .card-contact {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
    margin: 10px 0;
}

main .report-section .report-cards .report-card .card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* color: var(--gary); */
    color: #e60000;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.2s ease;
    padding: 8px 15px;
    border-radius: 30px;
    /* background: var(--mainColor10); */
    background: rgb(255 124 124 / 11%);
}

main .report-section .report-cards .report-card .card-link:hover {
    /* background: var(--mainColor10);
    color: var(--mainColor); */
    background: rgb(255 70 70 / 11%);
    color: red;
    transform: scale(1.02);
}

main .report-section .report-cards .report-card .card-link i {
    font-size: 14px;
    /* color: var(--mainColor); */
    color: #e60000;
}

main .report-section .report-cards .report-card .card-link:hover i {
    color: red;
}

main .report-section .report-note {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    /* background: rgba(13, 59, 102, 0.05); */
    background: rgb(255 0 0 / 11%);
    border-radius: 12px;
    /* border-right: 4px solid var(--mainColor); */
    border-right: 4px solid #dc3545;
}

main .report-section .report-note p {
    color: red;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

@media (max-width: 768px) {
    main .report-section {
        padding: 40px 20px;
    }

    main .report-section .section-title {
        font-size: 26px;
    }

    main .report-section .report-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    main .report-section .card-contact {
        font-size: 20px;
    }
}

main .accountForm {
    padding: 30px;
    display: flex;
    height: 100%;
    gap: 24px;
}

@media screen and (max-width: 992px) {
    main .accountForm {
        padding: 12px;
        min-height: unset;
    }
}

main .accountForm .imageBG {
    flex: 1;
}

@media screen and (max-width: 992px) {
    main .accountForm .imageBG {
        display: none;
    }
}

main .accountForm .imageBG img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}

main .accountForm .cardForm {
    flex: 1;
    padding: 100px 12px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    main .accountForm .cardForm {
        padding: 100px 0 40px;
    }
}

main .accountForm .cardForm form {
    width: min(100%, 500px);
}

@media screen and (max-width: 992px) {
    main .accountForm .cardForm form {
        padding: 12px;
    }
}

main .formGroup {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

main .formGroup label {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

main .formGroup label .icon svg {
    width: 20px;
    height: 20px;
}

main .formGroup label .icon svg * {
    fill: var(--mainColor);
}

main .formGroup label img {
    width: 20px;
    height: 20px;
}

main .formGroup label i {
    color: var(--mainColor);
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

main .formGroup .inputDiv {
    position: relative;
    border: 1px solid var(--mainColor);
    padding-left: 16px;
    border-radius: 12px;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}

main .formGroup .inputDiv input {
    width: 100%;
    border: none;
    background: none;
    height: 24px;
    min-width: 40px;
}

main .formGroup .inputDiv span {
    font-weight: bold;
    color: var(--mainColor);
}

main .formGroup .inputDiv.ltr {
    direction: ltr;
}

main .formGroup .inputDiv.ltr * {
    direction: ltr;
}

main .formLabel {
    text-align: center;
}

main .formLabel span {
    color: var(--mainColor);
    font-weight: bold;
}

main .form-control {
    border-radius: 12px;
    background-color: transparent;
    border: 1px solid var(--mainColor);
}

main .form-control {
    min-height: 40px;
}

main .form-control:focus {
    box-shadow: none;
    border: var(--mainColor);
}

main .form-control[type=radio],
main .form-control[type=checkbox] {
    min-height: unset;
}

main .form-control::-moz-placeholder {
    font-size: 14px;
    color: #858484;
}

main .form-control::placeholder {
    font-size: 14px;
    color: #858484;
}

main .cardForm form {
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: var(--mainColor10);
    border: 1px solid var(--mainColor80);
}

main .cardForm form a {
    color: var(--mainColor);
}

main .cardForm form button[type=submit] {
    margin: 0 auto;
}

main .cardForm form button[type=submit]:hover {
    color: var(--white);
}

main .cardForm .loginLogo {
    padding: 4px 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
    flex-direction: column;
}

main .cardForm .loginLogo img {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

main .cardForm .loginLogo .back {
    background-color: var(--white);
    padding: 4px 12px;
    border: none;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: var(--black);
}

@media screen and (min-width: 768px) {
    main .cardForm .loginLogo .back {
        position: absolute;
        right: -5%;
        top: 0%;
        transform: translateY(-50%);
    }
}

main .otp {
    direction: ltr;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 4px;
}

main .otp .otp-input {
    min-width: 40px;
    flex: 1;
    height: 64px;
    background-color: #ffffff;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}

main .allWorkers {
    padding: 50px 0;
    position: relative;
}

main .allWorkers .filter {
    padding: 40px 20px 20px;
    background-color: #fff;
    border-radius: 16px;
    position: sticky;
    top: 90px;
    right: 0;
    z-index: 2;
    box-shadow: var(--BigShadow);
    margin-bottom: 50px;
}

main .allWorkers .filter h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--mainColor);
}

main .allWorkers .filter .toggleBtns {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: wrap;
}

main .allWorkers .filter .toggleBtns .toggle-btn {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

main .allWorkers .filter .toggleBtns .toggle-btn:hover {
    background: #f0f0f0;
    border-color: #bbb;
}

main .allWorkers .filter .toggleBtns .toggle-btn.active {
    background: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

main .allWorkers .filter select {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    border-color: #ced4da;
    border-radius: 12px;
}

main .allWorkers .filter label {
    margin-bottom: 8px;
}

main .allWorkers .filter label i {
    color: var(--mainColor);
}

main .allWorkers .filter .confirm,
main .allWorkers .filter .clear {
    border-radius: 12px;
    background-color: #eee;
    color: var(--mainColor);
    padding: 8px 16px;
}

main .allWorkers .filter .confirm {
    background-color: var(--mainColor);
    color: var(--white);
}

main .allWorkers .modal {
    z-index: 99999;
}

main .allWorkers .workers-list .worker-box-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

main .allWorkers .workers-list .worker-box {
    /* background-color: var(--mainColor10); */
    border: 1px solid var(--mainColor80);
    border-radius: 15px;
    padding: 16px;
    position: relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    min-height: 100%;
}

main .allWorkers .workers-list .worker-box .top-ribbon {
    position: absolute;
    top: -10px;
    left: 3%;
    width: 120px;
    text-align: center;
    z-index: 5;
}

main .allWorkers .workers-list .worker-box .top-ribbon img {
    width: 100%;
    height: auto;
    display: block;
}

main .allWorkers .workers-list .worker-box .top-ribbon span {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    width: 90%;
}

main .allWorkers .workers-list .worker-box .worker-media {
    width: 130px;
    height: 130px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgba(0, 137, 126, 0.1176470588);
    position: absolute;
    top: -50px;
    overflow: hidden;
    right: 20px;
}

@media screen and (max-width: 768px) {
    main .allWorkers .workers-list .worker-box .worker-media {
        width: 110px;
        height: 110px;
    }
}

main .allWorkers .workers-list .worker-box .worker-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: inherit;
}

main .allWorkers .workers-list .worker-box .worker-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 40px 30px 0px;
}

main .allWorkers .workers-list .worker-box .worker-header .worker-age {
    font-weight: 700;
    color: var(--mainColor);
    font-size: 16px;
    text-align: center;
}

main .allWorkers .workers-list .worker-box .worker-header .worker-id {
    background: var(--white);
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
    width: auto;
}

main .allWorkers .workers-list .worker-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #17171d;
    margin: 50px 0 12px 0;
}

main .allWorkers .workers-list .worker-box .workerInfo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px 16px;
    margin-bottom: 12px;
}

main .allWorkers .workers-list .worker-box .workerInfo p {
    font-size: 14px;
    color: #333;
    margin: 0;
    white-space: nowrap;
    font-weight: 700;
}

main .allWorkers .workers-list .worker-box .workerInfo p span {
    font-weight: 500;
}

main .allWorkers .workers-list .worker-box .workerInfo p.service-type span {
    background: var(--mainColor30);
    padding: 1px 10px;
    border-radius: 6px;
    color: white;
}



main .allWorkers .workers-list .worker-box .worker-salary {
    display: grid;
    grid-template-columns: repeat(1, minmax(180px, 1fr));
    gap: 8px 16px;
    margin-bottom: 12px;
}

main .allWorkers .workers-list .worker-box .worker-salary p {
    font-size: 14px;
    color: #333;
    margin: 0;
    white-space: nowrap;
    font-weight: 700;
}

main .allWorkers .workers-list .worker-box .worker-salary p span {
    font-weight: 500;
}



main .allWorkers .workers-list .worker-box .worker-salary:hover {
    background: #f4fdfb;
    border-color: var(--mainColor50, #a8e2d5);
}

main .allWorkers .workers-list .worker-box .worker-salary .old-salary {
    font-size: 15px;
    /* color: #999; */
    /* font-weight: 500; */
}

main .allWorkers .workers-list .worker-box .worker-salary .old-salary span {
    text-decoration: line-through;
    color: #c0392b;
    font-weight: 500;
}

main .allWorkers .workers-list .worker-box .worker-salary .new-salary {
    font-size: 15px;
    /* color: #999; */
    /* font-weight: 600; */
}

main .allWorkers .workers-list .worker-box .worker-salary .new-salary span {
    color: var(--mainColor);
    font-weight: 500;
}

main .allWorkers .workers-list .worker-box .guarantee {
    color: red;
    border: 1px solid red;
    text-align: center;
    border-radius: 8px;
    padding: 6px;
    font-size: 13px;
    margin-bottom: 12px;
}

main .allWorkers .workers-list .worker-box .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background-color: var(--mainColor10);
    border-radius: 20px;
    padding: 8px;
}

main .allWorkers .workers-list .worker-box .actions .btn {
    flex: 1;
    padding: 8px 12px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

main .allWorkers .workers-list .worker-box .actions .btn:hover {
    background: var(--mainColor);
    color: var(--white);
    border-color: var(--mainColor);
}

main .allWorkers .workers-list .worker-box .actions .icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #555;
    font-size: 16px;
    transition: all 0.3s ease;
}

main .allWorkers .workers-list .worker-box .actions .icon-btn:hover {
    background: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


main .allWorkers .cv .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    flex: 1;
    margin: auto;
    width: 100%;
}

main .allWorkers .cv .info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;
}

main .allWorkers .cv .info ul li {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 4px;
    min-width: 160px;
}

main .allWorkers .cv .info ul li .title {
    color: #777;
    white-space: nowrap;
}

main .allWorkers .cv .info ul li .data {
    color: #231f20;
    font-weight: bold;
    white-space: nowrap;
    font-size: 15px;
}

main .allWorkers .cv .info .alertText {
    color: red;
}

main .allWorkers .cv .mainImg img {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    max-height: 300px;
    background-color: #f3f3f9;
    border-radius: 8px;
    border: 1px solid #f3f3f9;
    cursor: zoom-in;
}

main .allWorkers .cv .moreImgs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    padding: 8px;
    border-radius: 8px;
    background-color: #f3f3f9;
}

main .allWorkers .cv .moreImgs img {
    width: 100%;
    max-width: 70px;
    height: 70px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: zoom-in;
}

main .allWorkers .pagination-outer {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

main .allWorkers .pagination-outer .pagination-style1 {
    position: relative;
    display: inline-block;
}

main .allWorkers .pagination-outer .pagination-style1 ul {
    list-style: none;
    margin-bottom: 0px;
}

main .allWorkers .pagination-outer .pagination-style1 ul li {
    position: relative;
    margin: 0px 3px 0px;
    display: inline-block;
}

main .allWorkers .pagination-outer .pagination-style1 ul li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #17171d;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    transition: 0.5s all ease;
    font-weight: 600;
    border-radius: 10px;
}

main .allWorkers .pagination-outer .pagination-style1 ul li:hover a {
    background-color: var(--mainColor);
    color: #fff;
}

main .allWorkers .pagination-outer .pagination-style1 ul li.prev a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #17171d;
    font-weight: 500;
    transition: 0.5s all ease;
    letter-spacing: 1px;
}

main .allWorkers .pagination-outer .pagination-style1 ul li.active a {
    background-color: var(--mainColor);
    color: #fff;
}

main .allWorkers .customOrder {
    padding: 10px 20px;
    border-radius: 8px;
    background-color: var(--mainColor);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: sticky;
    bottom: 0;
    color: var(--white);
    z-index: 6;
    margin-bottom: 30px;
    border-top: 2px solid var(--black);
    text-align: center;
}

main .allWorkers .customOrder a {
    color: var(--white);
    text-decoration: underline;
}

@media (max-width: 768px) {
    main .allWorkers .customOrder {
        align-items: center;
        justify-content: center;
    }

    main .allWorkers .customOrder a {
        margin-top: 10px;
    }
}

main .musaned {
    padding: 70px 0;
}

main .musaned .intro img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
}

main .musaned .intro .head {
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--mainColor);
}

main .musaned .intro .info {
    color: #777;
    line-height: 28px;
}

@media (max-width: 768px) {
    main .musaned .intro {
        text-align: center;
    }

    main .musaned .intro img {
        height: 80px;
    }
}

main .musaned .introImg {
    text-align: center;
}

main .musaned .introImg img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 320px;
}

main .musanedFeatures {
    background-color: var(--mainColor80);
    padding: 70px 0;
}

main .musanedFeatures .musanedServices {
    padding: 20px;
}

main .musanedFeatures .musanedServices iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}

main .musanedFeatures .Feature .singleFeature {
    min-width: 250px;
}

main .musanedFeatures .Feature .singleFeature .info {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 15px var(--mainColor80), -5px -5px 15px #fff;
    background-color: #fff;
    position: relative;
    height: 100%;
    text-align: start;
}

main .musanedFeatures .Feature .singleFeature .info::after {
    height: 100%;
    content: "";
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

main .musanedFeatures .Feature .singleFeature .info .content {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

main .musanedFeatures .Feature .singleFeature .info .content .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 10px;
    transition: all 0.3s ease-in-out;
}

main .musanedFeatures .Feature .singleFeature .info .content .icon i {
    font-size: 30px;
    color: var(--mainColor);
}

main .musanedFeatures .Feature .singleFeature .info .content h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

main .musanedFeatures .Feature .singleFeature .info .content p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

main .musanedFeatures .Feature .singleFeature .info .content a {
    padding: 20px 0px 0;
    display: block;
    transition: all 0.3s ease-in-out;
}

main .musanedFeatures .Feature .singleFeature .info .content a i {
    font-size: 20px;
    color: var(--mainColor);
}

main .musanedFeatures .Feature .singleFeature .info:hover::after {
    opacity: 1;
}

main .musanedFeatures .Feature .singleFeature .info:hover .content a i,
main .musanedFeatures .Feature .singleFeature .info:hover .content .icon i {
    color: #fff;
}

main .musanedFeatures .Feature .singleFeature .info:hover .content p,
main .musanedFeatures .Feature .singleFeature .info:hover .content h3 {
    color: #fff;
}

main .musanedFeatures .Feature .singleFeature:nth-child(1) .info::after {
    background-image: linear-gradient(20deg, var(--mainColor), var(--mainColor80)), url(../images/f1.webp);
}

main .musanedFeatures .Feature .singleFeature:nth-child(2) .info::after {
    background-image: linear-gradient(20deg, var(--mainColor), var(--mainColor80)), url(../images/f2.webp);
}

main .musanedFeatures .Feature .singleFeature:nth-child(3) .info::after {
    background-image: linear-gradient(20deg, var(--mainColor), var(--mainColor80)), url(../images/f3.webp);
}

main .musanedFeatures .Feature .singleFeature:nth-child(4) .info::after {
    background-image: linear-gradient(20deg, var(--mainColor), var(--mainColor80)), url(../images/f1.webp);
}

main .musanedRecruitment {
    padding: 70px 0;
}

main .musanedRecruitment .headTitle h4 {
    margin-bottom: 10px;
}

main .musanedRecruitment .headTitle h1 {
    font-weight: bold;
    color: var(--mainColor);
}

main .musanedRecruitment .headTitle p {
    line-height: 30px;
    margin-top: 30px;
    color: #777;
}

main .musanedRecruitment .specifications {
    padding: 30px;
    background-color: var(--white);
    box-shadow: var(--shadow);
    border-radius: 4px;
    height: 100%;
    text-align: center;
}

main .musanedRecruitment .specifications i {
    font-size: 55px;
    margin-bottom: 30px;
    color: var(--mainColor);
}

main .musanedRecruitment .specifications h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--mainColor);
}

main .musanedRecruitment .specifications h5 {
    white-space: nowrap;
}

main .musanedRecruitment .specifications p {
    line-height: 30px;
    margin-top: 30px;
    color: #777;
    min-width: 220px;
}

main .musanedFees {
    background-color: #f2f3f8;
    padding: 70px 0;
    text-align: center;
}

main .musanedFees .headTitle h4 {
    margin-bottom: 10px;
}

main .musanedFees p {
    color: #777;
    line-height: 30px;
}

main .musanedFees .images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}

main .musanedFees .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 5px;
    max-height: 70px;
    border-radius: 8px;
}

main .musanedApp {
    padding: 70px 0;
}

main .musanedApp .appImg {
    text-align: center;
}

main .musanedApp .appImg img {
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 300px;
}

main .musanedApp .info {
    padding: 20px;
    background-color: var(--mainColor80);
    border-radius: 16px;
    text-align: center;
}

main .musanedApp .info img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 120px;
    margin-bottom: 20px;
}

main .musanedApp .info h4 {
    color: var(--mainColor);
    font-weight: bold;
    margin-bottom: 20px;
}

main .musanedApp .info p {
    color: #777;
    line-height: 30px;
    margin-bottom: 30px;
}

main .musanedApp .info .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

main .musanedApp .info .links img {
    width: 100%;
    height: 60px;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5px;
}

@media (max-width: 768px) {
    main .musanedApp .info .links img {
        height: 50px;
    }
}

main .profile .userHeader {
    margin: 20px 0px;
    background-color: var(--white);
    color: var(--mainColor);
    border-radius: 20px;
    box-shadow: var(--BigShadow);
    padding: 20px;
}

@media (max-width: 768px) {
    main .profile .userHeader {
        padding: 10px;
    }
}

main .profile .userHeader .userInfo {
    position: relative;
    margin: 0px 10px;
}

main .profile .userHeader .userInfo img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 100%;
    border: 3px solid var(--mainColor80);
}

main .profile .userHeader .userInfo .userName h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

main .profile .userHeader .userInfo .control {
    position: absolute;
    right: 0;
    top: 5px;
}

main .profile .userHeader .userInfo .control i {
    font-size: 28px;
    color: #ff0000;
    cursor: pointer;
}

main .profile .userHeader .userInfo .control .switch {
    position: relative;
    width: 50px;
    height: 28px;
    margin: -3px 10px;
}

main .profile .userHeader .userInfo .control .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

main .profile .userHeader .userInfo .control .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
    margin: 0px !important;
}

main .profile .userHeader .userInfo .control .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

main .profile .userHeader .userInfo .control .switch input:checked+.slider {
    background-color: #2196f3;
}

main .profile .userHeader .userInfo .control .switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

main .profile .userHeader .userInfo .control .switch input:checked+.slider:before {
    transform: translateX(22px);
}

@media (max-width: 760px) {
    main .profile .userHeader .container {
        padding: 0px !important;
    }

    main .profile .userHeader .userInfo {
        padding: 20px 10px;
    }

    main .profile .userHeader .userInfo img {
        width: 80px;
        height: 80px;
    }

    main .profile .userHeader .userInfo span {
        margin: 0px 10px;
    }
}

main .profile .profileNavCol {
    background-color: var(--white);
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 2;
}

main .profile .profileNavCol a {
    padding: 13px;
    display: flex;
    align-items: center;
    color: var(--mainColor);
    margin: 5px 1px;
    transition: var(--transition);
    border-radius: 4px;
    border: 1px solid var(--mainColor80);
}

main .profile .profileNavCol a i {
    margin-left: 5px;
}

main .profile .profileNavCol a.active,
main .profile .profileNavCol a:hover {
    background-color: var(--mainColor);
    color: var(--white);
}

@media (max-width: 760px) {
    main .profile .profileNavCol {
        margin-bottom: 10px;
    }

    main .profile .profileNavCol a {
        padding: 8px 10px;
        display: inline-flex;
        margin: 3px 0px;
        border-bottom: 1px solid var(--secondColor);
        min-width: 48%;
    }
}

@media (max-width: 335px) {
    main .profile .profileNavCol {
        margin-bottom: 10px;
    }

    main .profile .profileNavCol a {
        padding: 8px 10px;
        display: inline-flex;
        margin: 3px 0px;
        border-bottom: 1px solid var(--secondColor);
        min-width: 100%;
    }
}

main .profile .profileTitle {
    background-color: #f8f8f8;
    padding: 10px;
    margin-bottom: 20px;
}

main .profile .action-card {
    background: var(--mainColor10);
    border: 1px solid #eee;
    border-radius: 20px;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

main .profile .action-card i {
    color: var(--mainColor);
    display: block;
    margin-bottom: 10px;
    font-size: 2.2em;
}

main .profile .action-card .fw-bold {
    font-size: 1.1em;
    margin-bottom: 6px;
    color: #222;
}

main .profile .action-card small {
    font-size: 0.92em;
    color: #666;
    line-height: 1.6;
}

main .profile .action-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: var(--mainColor);
    transform: translateY(-4px) scale(1.03);
}

@media (max-width: 991px) {
    main .profile .action-card {
        min-height: 180px;
        font-size: 0.95em;
        padding: 1.2rem 0.5rem;
    }
}

@media (max-width: 767px) {
    main .profile .action-card {
        min-height: 140px;
        font-size: 0.9em;
        padding: 1rem 0.3rem;
    }
}

main .profileContent .newOrder {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--mainColor);
    background: var(--mainColor);
    color: var(--white);
}

main .profileContent .newOrder i {
    font-size: 30px;
    margin: 0 20px;
}

main .profileContent .newOrder:hover {
    background: var(--mainColor80);
    color: var(--mainColor);
}

main .profileContent .order {
    background-color: #fff;
    border: 1px solid var(--mainColor80);
}

main .profileContent .order .workerCvSlider {
    padding-bottom: 0px;
}

main .profileContent .order .workerCvSlider img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    cursor: zoom-in;
}

main .profileContent .order .swiper-button-prev,
main .profileContent .order .swiper-button-next {
    color: var(--mainColor);
    width: 30px;
    height: 30px;
}

main .profileContent .order .swiper-button-prev:hover,
main .profileContent .order .swiper-button-next:hover {
    background-color: var(--secondColor);
    color: var(--mainColor);
}

main .profileContent .order .swiper-button-prev::after,
main .profileContent .order .swiper-button-prev::before,
main .profileContent .order .swiper-button-next::after,
main .profileContent .order .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}

main .profileContent .order ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

main .profileContent .order ul li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}

main .profileContent .order ul li h6 {
    color: #777;
}

main .profileContent .order ul li p {
    font-weight: bold;
    margin-right: 5px;
}

main .profileContent .order .profileCustomerInfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
    background-color: var(--mainColor80);
}

main .profileContent .order .profileCustomerInfo .info {
    display: flex;
    align-items: center;
}

main .profileContent .order .profileCustomerInfo .info img {
    height: 40px;
    width: 40px;
    margin: 0 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

main .profileContent .order .profileCustomerInfo .info .text h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--mainColor);
}

main .profileContent .order .profileCustomerInfo .info .text p {
    font-size: smaller !important;
}

main .profileContent .order .profileCustomerInfo .contact {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .profileContent .order .profileCustomerInfo .contact a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 20px;
    border-radius: 100px;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

main .profileContent .order .profileCustomerInfo .contact a p {
    margin: 0;
}

main .profileContent .order .profileCustomerInfo .contact a i {
    font-size: 16px;
}

main .profileContent .order .profileCustomerInfo .contact a:hover {
    background-color: var(--mainColor);
    color: var(--white);
}

main .profileContent .order .cancel {
    color: #db1d00;
}

main .profileContent .order .done {
    color: #038735;
}

main .profileContent .order .orderStatus {
    padding: 10px;
    font-weight: bold;
}

main .routeNav {
    display: flex;
    align-items: center;
    background-color: var(--mainColor);
    border-radius: 8px;
    padding: 10px 30px;
    margin-bottom: 10px;
    transition: var(--transition);
}

main .routeNav .Back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    color: var(--mainColor);
    border-radius: 100%;
    margin-left: 30px;
    transition: var(--transition);
    font-size: 20px;
    border: none;
}

main .routeNav .Back:hover {
    background-color: var(--black);
    color: var(--secondColor);
}

main .routeNav .Back .fa-angle-right:before {
    content: "\f105";
}

main .routeNav ul {
    margin: 0;
    list-style: none;
    transition: var(--transition);
    padding: 0;
}

main .routeNav ul li {
    display: inline-flex;
    padding: 10px;
    color: var(--gray);
    transition: var(--transition);
    position: relative;
}

main .routeNav ul li a {
    transition: var(--transition);
    color: var(--gray);
}

main .routeNav ul li a:hover {
    color: var(--white);
}

main .routeNav ul li a.active {
    color: var(--white);
    cursor: default;
    font-weight: bold;
}

main .routeNav ul li::after {
    content: " / ";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}

main .routeNav ul li:last-child:after {
    display: none;
}

@media (max-width: 768px) {
    main .routeNav {
        margin: 0px 0px 30px;
        padding: 10px 10px;
    }

    main .routeNav .Back {
        margin-left: 20px;
    }

    main .routeNav ul li a {
        font-size: 16px;
    }
}

main .selectedCustomer {
    padding: 50px 0;
    margin-top: 50px;
    background-color: #ffffff;
    width: min(100% - 24px, 600px);
    margin: 100px auto 50px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    position: relative;
    padding-top: 80px;
    text-align: center;
}

main .selectedCustomer img {
    width: 100px;
    height: 100px;
    padding: 16px;
    border-radius: 100px;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    background-color: #ffffff;
    border: 4px solid #f3f3f9;
}

main .selectedCustomer .massage {
    line-height: 34px;
}

main .selectedCustomer .massage span {
    font-weight: bold;
    color: var(--mainColor);
    padding: 0 5px;
}

main .selectedCustomer .contactType {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    flex-wrap: wrap;
}

main .selectedCustomer .contactType .contact {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    padding: 9px 16px;
    border-radius: 16px;
    flex: 1;
}

main .selectedCustomer .contactType .contact i {
    font-size: 32px;
}

main .selectedCustomer .contactType .contact i.fa-phone {
    font-size: 23px;
}

main .selectedCustomer .contactType .contact p {
    white-space: nowrap;
}

main .selectedCustomer .contactType .contact:hover {
    background-color: var(--mainColor);
    color: #ffffff;
}

main .selectedCustomerInfo .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    background: var(--white);
}

main .selectedCustomerInfo .info img {
    height: 80px;
    width: 80px;
    margin: 0 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

main .selectedCustomerInfo .info .text h5 {
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--mainColor);
}

main .selectedCustomerInfo .contact {
    padding: 10px 20px;
    background-color: var(--white);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    height: 100%;
    text-align: center;
    color: var(--black);
}

main .selectedCustomerInfo .contact i {
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}

main .selectedCustomerInfo .contact i.fa-whatsapp-square {
    color: #038735;
}

main .selectedCustomerInfo .contact i.fa-square-phone {
    color: #1e90ff;
}

main .selectedCustomerInfo .contact:hover {
    background-color: var(--secondColor);
    color: var(--mainColor);
}

main .selectCustomerService {
    padding: 50px 0;
    margin-top: 50px;
}

main .selectCustomerService .headTitle {
    text-align: center;
    margin-bottom: 50px;
}

main .selectCustomerService .headTitle h1 {
    font-size: 36px !important;
    color: var(--mainColor);
    margin-bottom: 10px;
    font-weight: bold;
}

main .selectCustomerService .headTitle p {
    color: #777;
}

main .selectCustomerService .choose {
    position: relative;
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 92, 169, 0.1254901961);
    padding: 20px;
    border-radius: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

main .selectCustomerService .choose .customerOption {
    flex: 1;
    min-width: 120px;
}

main .selectCustomerService .choose .btn {
    padding: 15px 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    box-shadow: none;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 4px solid transparent;
    border-radius: 16px;
    gap: 12px;
}

main .selectCustomerService .choose .btn img {
    height: 87px;
    width: 87px;
}

main .selectCustomerService .choose .btn span {
    text-align: center;
    font-size: 17px;
    color: var(--gray);
}

main .selectCustomerService .choose .btn-check:active+.btn-outline {
    background-color: #ffffff;
    color: var(--mainColor);
    border: 4px solid var(--mainColor);
}

main .selectCustomerService .choose .btn-check:active+.btn-outline::after {
    content: "\f560" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

main .selectCustomerService .choose .btn-check:checked+.btn-outline {
    background-color: #ffffff;
    color: var(--mainColor);
    border: 4px solid var(--mainColor);
}

main .selectCustomerService .choose .btn-check:checked+.btn-outline::after {
    content: "\f560" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

main .selectCustomerService .choose .btn-outline.active {
    background-color: #ffffff;
    color: var(--mainColor);
    border: 4px solid var(--mainColor);
}

main .selectCustomerService .choose .btn-outline.active::after {
    content: "\f560" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

main .selectCustomerService .choose .btn-outline.dropdown-toggle.show {
    background-color: #ffffff;
    color: var(--mainColor);
    border: 4px solid var(--mainColor);
}

main .selectCustomerService .choose .btn-outline.dropdown-toggle.show::after {
    content: "\f560" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

main .selectCustomerService .choose .btn-outline:active {
    background-color: #ffffff;
    color: var(--mainColor);
    border: 4px solid var(--mainColor);
}

main .selectCustomerService .choose .btn-outline:active::after {
    content: "\f560" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

main .selectCustomerService .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--mainColor);
    color: #fff;
}

main #chat .Users {
    position: relative;
    display: block;
    border-radius: 4px;
    padding: 5px;
    margin-left: 10px;
    height: 89vh;
    overflow-x: auto;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    background-color: #fff;
}

main #chat .Users .UsersHeder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--mainColor80);
    color: var(--black);
    width: 100%;
    margin-bottom: 10px;
}

main #chat .Users .UsersHeder .closeUsers {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--black);
    cursor: pointer;
}

main #chat .Users .UsersHeder .closeUsers i {
    color: var(--white);
    font-size: 18px;
}

@media (max-width: 992px) {
    main #chat .Users {
        height: 100%;
        right: 0;
        position: fixed;
        top: 0;
        width: 80%;
        max-width: 350px;
        z-index: 9999;
        overflow: auto;
        display: none;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: slideInRight !important;
        animation-delay: 0s;
    }

    main #chat .Users .UsersHeder {
        position: sticky;
        top: 0;
        z-index: 2;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    }

    main #chat .Users .UsersHeder .closeUsers {
        display: flex;
    }
}

main #chat .Users ul {
    display: block;
    border: none;
}

main #chat .Users ul li {
    display: block;
    margin-bottom: 5px;
}

main #chat .Users ul li .userInfo {
    display: flex;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 2px;
    align-items: center;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #f6f6f6;
}

main #chat .Users ul li .userInfo img {
    width: 100px;
    height: 50px;
    max-width: 50px !important;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3137254902);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

main #chat .Users ul li .userInfo .userDiv {
    color: #777;
    width: 100%;
    padding-right: 8px;
    margin-right: 8px;
}

main #chat .Users ul li .userInfo .userDiv .nameDate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

main #chat .Users ul li .userInfo .userDiv .nameDate .name {
    font-size: 16px;
    color: #000;
}

main #chat .Users ul li .userInfo .userDiv .nameDate .date {
    font-size: 12px;
}

main #chat .Users ul li .userInfo .userDiv p {
    margin: 10px 0px 0px;
    font-size: 12px;
    overflow: hidden;
    height: 25px;
}

main #chat .Users ul li .active .userInfo {
    background-color: #f6f6f6;
    border-radius: 3px;
}

main #chat .chatTop {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 20px;
    background-color: var(--mainColor);
    color: #fff;
    position: relative;
}

main #chat .chatTop img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    margin: 0px 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

main #chat .chatTop .default-btn {
    color: var(--secondColor) !important;
    border-radius: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white);
    cursor: pointer;
}

main #chat .chatTop .default-btn span {
    background-color: var(--black);
    color: var(--white);
}

main #chat .chatTop .default-btn:hover {
    color: var(--white) !important;
}

main #chat .chatBox {
    position: relative;
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 10px 10px 50px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
    background-image: url(../images/chat.webp);
    background-size: contain;
    height: 80vh;
}

main #chat .chatBox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1254901961);
}

main #chat .chatBox .chatBody {
    position: relative;
    z-index: 3;
    padding: 15px;
    overflow-x: auto;
    height: 100%;
}

main #chat .chatBox .chatBody p {
    margin: 0px;
    width: 100%;
    display: inline-block;
}

main #chat .chatBox .chatBody .userSend {
    display: flex;
    position: relative;
    margin-left: auto;
}

main #chat .chatBox .chatBody .userSend img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    position: relative;
    right: -10px;
    top: -5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

main #chat .chatBox .chatBody .userSend .sendMassage {
    padding: 10px;
    background-color: var(--mainColor);
    border-radius: 8px 0px 8px 8px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
    display: inline-block;
    padding-bottom: 25px;
    min-width: 120px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
}

main #chat .chatBox .chatBody .userSend .sendMassage .time {
    position: absolute;
    bottom: 2px;
    left: 15px;
    color: #f0f0f0;
    font-size: 12px;
}

main #chat .chatBox .chatBody .userSend .sendMassage:before {
    z-index: -1;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    top: 0px;
    bottom: auto;
    border: 12px solid;
    border-color: var(--mainColor) transparent transparent transparent;
}

main #chat .chatBox .chatBody .userReceive {
    display: flex;
    position: relative;
    margin-right: auto;
    direction: ltr;
    text-align: left;
}

main #chat .chatBox .chatBody .userReceive img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    position: relative;
    left: -10px;
    top: -5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

main #chat .chatBox .chatBody .userReceive .sendMassage {
    padding: 10px;
    background-color: #fff;
    border-radius: 0px 8px 8px 8px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    display: inline-block;
    padding-bottom: 25px;
    min-width: 120px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
}

main #chat .chatBox .chatBody .userReceive .sendMassage .time {
    position: absolute;
    bottom: 2px;
    left: 15px;
    color: #c7c7c7;
    font-size: 12px;
}

main #chat .chatBox .chatBody .userReceive .sendMassage:before {
    z-index: -1;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    right: auto;
    left: -8px;
    top: 0px;
    bottom: auto;
    border: 12px solid;
    border-color: #fff transparent transparent transparent;
}

main #chat .chatBox .chat-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 4;
}

main #chat .chatBox .chat-input #chat-input {
    background: #f4f7f9;
    width: 100%;
    position: relative;
    height: 47px;
    padding: 10px 15px 10px 50px;
    border: none;
    color: #888;
    overflow: hidden;
}

main #chat .chatBox .chat-input .chat-submit {
    position: absolute;
    bottom: 3px;
    left: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: var(--mainColor);
    transform: scaleX(-1);
    width: 35px;
    height: 35px;
}

main #chat .showUsers {
    display: block !important;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: slideInRight !important;
    animation-delay: 0s;
}

main #chat .hideUsers {
    display: block !important;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: slideOutRight !important;
    animation-delay: 0s;
}

main .chatTop {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    background-color: var(--secondColor);
    color: #fff;
    position: relative;
}

main .chatTop img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    margin: 0px 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

main .status {
    position: relative;
    padding: 20px 10px;
    background-color: var(--secondColor);
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid var(--mainColor);
    overflow: hidden;
}

main .status ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

main .status ol li {
    position: relative;
    text-align: center;
    padding: 0 5px;
    width: 100%;
}

main .status ol li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 4px auto;
    border: 3px solid #ccc;
}

main .status ol li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #ccc;
    margin: 0;
    position: absolute;
    top: 12px;
    left: -60px;
    z-index: -222;
}

main .status ol li.completed:before {
    background: var(--mainColor);
    border: 3px solid var(--mainColor);
}

main .status ol p {
    margin-top: 10px;
}

main .notifications {
    padding: 10px;
}

main .notifications ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

main .notifications ul .notification {
    padding: 20px;
    background-color: var(--white);
    box-shadow: var(--shadow);
    border-radius: 10px;
    margin-bottom: 10px;
}

main .notifications ul .notification .notificationTitle {
    font-weight: bold;
    margin-bottom: 10px;
}

main .notifications ul .notification p {
    color: #808080;
    margin-bottom: 10px;
}

main .notifications ul .notification .date {
    display: flex;
    font-size: small;
}

main .notifications ul .notification .date i {
    color: var(--mainColor);
}

main .editProfile {
    padding: 20px;
    background-color: var(--white);
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

main .editProfile select {
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    border-color: #ced4da;
    border-radius: 8px;
}

main .editProfile label {
    margin-bottom: 8px;
}

main .editProfile label i {
    color: var(--mainColor);
}

main .editProfile .head {
    background-color: var(--mainColor80);
    color: var(--mainColor);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

main .editProfile .head h5 {
    font-weight: bold;
    text-transform: uppercase;
}

main .supportPage {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .supportPage .supportFaq {
    border: 1px solid var(--secondColor);
    padding: 30px 25px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

main .supportPage .supportFaq:hover {
    box-shadow: var(--BigShadow);
}

main .supportPage .supportFaq .headTitle {
    margin-bottom: 25px;
}

main .supportPage .supportFaq .headTitle h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--mainColor);
}

main .supportPage .supportFaq .accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

main .supportPage .supportFaq .accordion .accordion-item .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: var(--mainColor);
    background-color: var(--mainColor80);
    transition: var(--transition);
}

main .supportPage .supportFaq .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

main .supportPage .supportFaq .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--mainColor);
    color: var(--white);
}

main .supportPage .supportFaq .accordion .accordion-item .accordion-body {
    background-color: var(--white);
    padding: 15px 20px;
}

main .supportPage .supportFaq .accordion .accordion-item .accordion-body ul {
    margin: 0;
    padding: 0 20px;
    list-style-type: style;
}

main .supportPage .supportFaq .accordion .accordion-item .accordion-body ul li {
    margin-bottom: 8px;
    color: var(--black);
}

main .recruitmentRequest {
    padding: 50px 0;
}

main .recruitmentRequest .headTitle h2 {
    font-size: 30px !important;
}

@media (max-width: 768px) {
    main .recruitmentRequest .headTitle h2 {
        font-size: 20px !important;
    }
}

main .recruitmentRequest .headTitle p {
    color: #777;
}

main .recruitmentRequest .formCard {
    background-color: #fff;
    padding: 20px;
    box-shadow: var(--shadow);
    border-radius: 4px;
}

main .recruitmentRequest .formCard .head {
    background-color: var(--mainColor80);
    padding: 10px 20px;
    color: var(--mainColor);
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}

main .recruitmentRequest .formCard select {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    border-color: #ced4da;
    border-radius: 12px;
}

main .recruitmentRequest .formCard label {
    margin-bottom: 8px;
}

main .recruitmentRequest .formCard label i {
    color: var(--mainColor);
}

main .recruitmentRequest .hint {
    color: #777;
    font-size: 10px;
}

main .recruitmentRequest .hint a {
    font-weight: bold;
    color: var(--mainColor);
    font-size: 10px !important;
}

main .recruitmentRequest .form-check-label {
    font-size: small;
}

main .cvPage {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 12px;
    min-height: 100vh;
    margin: auto;
    background-color: var(--white);
    isolation: isolate;
    width: 100%;
    max-width: 210mm;
    padding: 0 20px;
    margin: auto;
}

main .cvPage .logo-bg {
    position: absolute;
    width: 502px;
    left: 0px;
    top: 10%;
}

main .cvPage .logo-bg img {
    width: 100%;
}

main .cvPage .cv-side {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

main .cvPage .cv-footer {
    position: absolute;
    bottom: 0;
    right: 0px;
}

main .cvPage .cv-footer img {
    width: 100%;
}

main .cvPage .header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
}

main .cvPage .header-logo .transparent-logo {
    width: 50px;
    display: flex;
    justify-content: end;
}

main .cvPage .header-logo .transparent-logo img {
    width: 100%;
}

main .cvPage .header-logo .logo {
    width: 400px;
    padding: 12px 0;
}

main .cvPage .header-logo .logo img {
    width: 100%;
    height: auto;
}

main .cvPage .title,
main .cvPage .languages .title {
    text-transform: uppercase;
    color: var(--black);
    font-family: "fontBold";
}

main .cvPage .languages .title {
    color: var(--black);
}

main .cvPage table td {
    width: 25%;
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

main .cvPage table td svg {
    display: block;
    margin: 5px auto 0;
}

main .cvPage .notes-list {
    list-style-type: disc;
    margin: 20px;
}

main .cvPage .notes-list li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #444;
}

main .cvPage .sub {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--white);
    padding-bottom: 12px;
    gap: 4px;
}

main .cvPage .sub .title {
    color: #413f3f;
    font-family: "fontRegular";
}

main .cvPage .sub .dis {
    font-weight: bold;
    font-size: 18px;
    color: var(--black);
}

@media (max-width: 768px) {
    main .cvPage .sub .dis {
        font-size: 12px;
    }
}

main .cvPage .special-img {
    background-color: var(--mainColor20);
    border-bottom: none;
    overflow: hidden;
}

main .cvPage .special-img img {
    padding: 5px;
    width: 100%;
    height: auto;
}

main .cvPage .bar-code {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 18px 18px 12px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

main .cvPage .bar-code img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 14px;
    background: #f8fafc;
    padding: 6px;
}

main .cvPage .bar-code .dis {
    font-size: 13px;
    color: #475569;
    font-weight: 600;
    margin: 0;
}

main .cvPage .imageCol {
    position: relative;
    top: 230px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

@media (max-width: 768px) {
    main .cvPage .imageCol {
        min-width: 20%;
    }
}

main .cvPage .imageCol .mainInfo {
    flex: 1;
    background-color: var(--mainColor10);
    border-radius: 5000px 5000px 0 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 92px 12px 24px;
}

main .cvPage .imageCol .image {
    display: flex;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: -70px auto;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1882352941);
    background-color: var(--white);
}

@media (max-width: 768px) {
    main .cvPage .imageCol .image {
        width: 100px;
        height: 100px;
    }
}

main .cvPage .imageCol .image::before,
main .cvPage .imageCol .image::after {
    content: "";
    display: flex;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

main .cvPage .imageCol .image::before {
    width: 110%;
    height: 110%;
    border: 2px solid var(--mainColor);
}

main .cvPage .imageCol .image::after {
    width: 93%;
    height: 93%;
    border: 2px solid var(--mainColor) 20;
}

main .cvPage .imageCol .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 100%;
}

main .cvPage .imageCol .logo {
    margin-top: auto;
    width: 100%;
    height: 80px;
    padding: 12px 8px 8px;
}

@media (max-width: 768px) {
    main .cvPage .imageCol .logo {
        height: 60px;
    }
}

main .cvPage .imageCol .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

main .cvPage .passportNumbers {
    display: flex;
    gap: 8px;
    align-items: center;
    border: 1px solid var(--mainColor10);
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 12px;
}

main .cvPage .passportNumbers span {
    font-weight: bold;
}

main .cvPage .informationCol {
    flex: 2;
    padding: 170px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

@media (max-width: 768px) {
    main .cvPage .informationCol {
        min-width: 70%;
    }
}

main .cvPage .informationCol .head {
    display: flex;
    align-items: center;
    gap: 8px;
}

main .cvPage .informationCol .head .name {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    gap: 4px;
}

main .cvPage .informationCol .head .name h3 {
    color: var(--mainColor);
    font-weight: bold;
    line-height: 32px;
    padding-bottom: 10px;
    font-size: 26px;
}

@media (max-width: 768px) {
    main .cvPage .informationCol .head .name h3 {
        font-size: 18px;
    }
}

@media (max-width: 448px) {
    main .cvPage .informationCol .head {
        flex-direction: column-reverse;
    }

    main .cvPage .sub .title {
        font-size: 16px;
    }

    main .cvPage .imageCol .mainInfo {
        padding: 92px 3px 24px;
    }

    main .cvPage .bar-code {
        padding: 18px 3px 12px;
        border-radius: 8px
    }

    main .cvPage .bar-code img {
        border-radius: 0;
        width: 90px;
        height: 90px;
    }
}

main .cvPage .informationCol .head .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

main .cvPage .informationCol .head .logo img {
    height: 70px;
}

@media (max-width: 768px) {
    main .cvPage .informationCol .head .logo img {
        height: 40px;
    }
}

main .cvPage .informationCol .head .logo .experiance {
    background-color: var(--mainColor);
    color: var(--white);
    padding: 8px 16px;
    font-family: "fontBold";
    font-size: 13px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}

@media (max-width: 768px) {
    main .cvPage .informationCol .head .logo .experiance {
        padding: 4px 9px;
        font-size: 10px;
    }
}

main .cvPage .informationCol .category {
    display: flex;
    flex-direction: column;
}

main .cvPage .informationCol .category .title {
    display: flex;
    align-items: center;
    gap: 8px;
}

main .cvPage .informationCol .category .title span {
    padding: 8px 0 8px 24px;
}

main .cvPage .informationCol .category .title::before,
main .cvPage .informationCol .category .title::after {
    content: "";
    display: flex;
    background-color: var(--mainColor);
}

main .cvPage .informationCol .category .title::before {
    width: 20px;
    height: 40px;
    border-radius: 100px 0 0 100px;
}

main .cvPage .informationCol .category .title::after {
    height: 2px;
    flex: 1;
    border-radius: 10px;
}

main .cvPage .informationCol .category .infoRow {
    position: relative;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

main .cvPage .informationCol .category .infoRow .data {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 16px;
    flex: 1 calc(30% - 8px);
    background-color: var(--mainColor10);
    border-radius: 8px;
}

main .cvPage .informationCol .category .infoRow .data .innerTitle {
    color: #777;
}

main .cvPage .informationCol .category .infoRow .data .innerData {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-weight: bold;
}

main .cvPage .informationCol .category .passportData {
    padding-top: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    height: -moz-max-content;
    height: max-content;
}

main .cvPage .informationCol .category .passportData .data {
    flex: 1;
    padding: 12px 24px;
    background-color: var(--mainColor10);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    white-space: nowrap;
}

main .cvPage .informationCol .category .passportData .data h6 {
    color: #777;
}

main .cvPage .informationCol .category table {
    width: 100%;
}

main .cvPage .informationCol .category table td,
main .cvPage .informationCol .category table th {
    padding: 8px 12px;
    border: 1px solid var(--mainColor10);
}

main .cvPage #btnSave {
    padding: 10px 30px;
    font-size: 18px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

main .cvPage .languages {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

main .cvPage .languages .Percentages {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    main .cvPage .languages .Percentages {
        flex-direction: column;
    }
}

main .cvPage .languages .Percentages .percentDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

main .cvPage .languages .Percentages .percentDiv h5 {
    color: var(--black);
}

main .cvPage .percent {
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

main .cvPage .percent .percentNum {
    position: absolute;
    width: 72px;
    height: 72px;
    z-index: 1;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: var(--mainColor) 20;
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px !important;
    font-weight: bold;
}

main .cvPage .percent .percentNum span {
    font-weight: normal;
    color: #777;
    font-size: 10.8px !important;
}

main .cvPage .percent .slice {
    position: absolute;
    width: 90px;
    height: 90px;
    clip: rect(0px, 90px, 90px, 45px);
}

main .cvPage .percent .bar {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(0deg);
}

main .cvPage .percent.p51 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p51 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p51 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p52 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p52 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p52 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p53 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p53 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p53 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p54 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p54 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p54 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p55 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p55 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p55 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p56 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p56 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p56 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p57 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p57 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p57 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p58 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p58 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p58 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p59 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p59 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p59 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p60 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p60 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p60 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p61 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p61 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p61 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p62 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p62 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p62 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p63 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p63 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p63 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p64 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p64 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p64 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p65 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p65 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p65 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p66 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p66 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p66 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p67 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p67 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p67 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p68 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p68 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p68 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p69 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p69 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p69 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p70 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p70 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p70 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p71 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p71 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p71 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p72 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p72 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p72 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p73 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p73 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p73 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p74 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p74 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p74 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p75 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p75 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p75 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p76 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p76 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p76 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p77 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p77 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p77 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p78 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p78 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p78 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p79 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p79 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p79 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p80 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p80 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p80 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p81 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p81 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p81 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p82 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p82 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p82 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p83 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p83 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p83 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p84 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p84 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p84 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p85 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p85 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p85 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p86 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p86 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p86 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p87 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p87 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p87 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p88 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p88 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p88 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p89 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p89 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p89 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p90 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p90 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p90 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p91 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p91 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p91 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p92 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p92 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p92 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p93 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p93 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p93 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p94 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p94 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p94 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p95 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p95 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p95 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p96 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p96 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p96 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p97 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p97 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p97 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p98 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p98 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p98 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p99 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p99 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p99 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

main .cvPage .percent.p100 .bar:after {
    transform: rotate(180deg);
}

main .cvPage .percent.p100 .fill {
    position: absolute;
    border: 3.6px solid var(--mainColor);
    width: 90px;
    height: 90px;
    clip: rect(0px, 45px, 90px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}

main .cvPage .percent.p1 .bar {
    transform: rotate(3.6deg);
}

main .cvPage .percent.p2 .bar {
    transform: rotate(7.2deg);
}

main .cvPage .percent.p3 .bar {
    transform: rotate(10.8deg);
}

main .cvPage .percent.p4 .bar {
    transform: rotate(14.4deg);
}

main .cvPage .percent.p5 .bar {
    transform: rotate(18deg);
}

main .cvPage .percent.p6 .bar {
    transform: rotate(21.6deg);
}

main .cvPage .percent.p7 .bar {
    transform: rotate(25.2deg);
}

main .cvPage .percent.p8 .bar {
    transform: rotate(28.8deg);
}

main .cvPage .percent.p9 .bar {
    transform: rotate(32.4deg);
}

main .cvPage .percent.p10 .bar {
    transform: rotate(36deg);
}

main .cvPage .percent.p11 .bar {
    transform: rotate(39.6deg);
}

main .cvPage .percent.p12 .bar {
    transform: rotate(43.2deg);
}

main .cvPage .percent.p13 .bar {
    transform: rotate(46.8deg);
}

main .cvPage .percent.p14 .bar {
    transform: rotate(50.4deg);
}

main .cvPage .percent.p15 .bar {
    transform: rotate(54deg);
}

main .cvPage .percent.p16 .bar {
    transform: rotate(57.6deg);
}

main .cvPage .percent.p17 .bar {
    transform: rotate(61.2deg);
}

main .cvPage .percent.p18 .bar {
    transform: rotate(64.8deg);
}

main .cvPage .percent.p19 .bar {
    transform: rotate(68.4deg);
}

main .cvPage .percent.p20 .bar {
    transform: rotate(72deg);
}

main .cvPage .percent.p21 .bar {
    transform: rotate(75.6deg);
}

main .cvPage .percent.p22 .bar {
    transform: rotate(79.2deg);
}

main .cvPage .percent.p23 .bar {
    transform: rotate(82.8deg);
}

main .cvPage .percent.p24 .bar {
    transform: rotate(86.4deg);
}

main .cvPage .percent.p25 .bar {
    transform: rotate(90deg);
}

main .cvPage .percent.p26 .bar {
    transform: rotate(93.6deg);
}

main .cvPage .percent.p27 .bar {
    transform: rotate(97.2deg);
}

main .cvPage .percent.p28 .bar {
    transform: rotate(100.8deg);
}

main .cvPage .percent.p29 .bar {
    transform: rotate(104.4deg);
}

main .cvPage .percent.p30 .bar {
    transform: rotate(108deg);
}

main .cvPage .percent.p31 .bar {
    transform: rotate(111.6deg);
}

main .cvPage .percent.p32 .bar {
    transform: rotate(115.2deg);
}

main .cvPage .percent.p33 .bar {
    transform: rotate(118.8deg);
}

main .cvPage .percent.p34 .bar {
    transform: rotate(122.4deg);
}

main .cvPage .percent.p35 .bar {
    transform: rotate(126deg);
}

main .cvPage .percent.p36 .bar {
    transform: rotate(129.6deg);
}

main .cvPage .percent.p37 .bar {
    transform: rotate(133.2deg);
}

main .cvPage .percent.p38 .bar {
    transform: rotate(136.8deg);
}

main .cvPage .percent.p39 .bar {
    transform: rotate(140.4deg);
}

main .cvPage .percent.p40 .bar {
    transform: rotate(144deg);
}

main .cvPage .percent.p41 .bar {
    transform: rotate(147.6deg);
}

main .cvPage .percent.p42 .bar {
    transform: rotate(151.2deg);
}

main .cvPage .percent.p43 .bar {
    transform: rotate(154.8deg);
}

main .cvPage .percent.p44 .bar {
    transform: rotate(158.4deg);
}

main .cvPage .percent.p45 .bar {
    transform: rotate(162deg);
}

main .cvPage .percent.p46 .bar {
    transform: rotate(165.6deg);
}

main .cvPage .percent.p47 .bar {
    transform: rotate(169.2deg);
}

main .cvPage .percent.p48 .bar {
    transform: rotate(172.8deg);
}

main .cvPage .percent.p49 .bar {
    transform: rotate(176.4deg);
}

main .cvPage .percent.p50 .bar {
    transform: rotate(180deg);
}

main .cvPage .percent.p51 .bar {
    transform: rotate(183.6deg);
}

main .cvPage .percent.p52 .bar {
    transform: rotate(187.2deg);
}

main .cvPage .percent.p53 .bar {
    transform: rotate(190.8deg);
}

main .cvPage .percent.p54 .bar {
    transform: rotate(194.4deg);
}

main .cvPage .percent.p55 .bar {
    transform: rotate(198deg);
}

main .cvPage .percent.p56 .bar {
    transform: rotate(201.6deg);
}

main .cvPage .percent.p57 .bar {
    transform: rotate(205.2deg);
}

main .cvPage .percent.p58 .bar {
    transform: rotate(208.8deg);
}

main .cvPage .percent.p59 .bar {
    transform: rotate(212.4deg);
}

main .cvPage .percent.p60 .bar {
    transform: rotate(216deg);
}

main .cvPage .percent.p61 .bar {
    transform: rotate(219.6deg);
}

main .cvPage .percent.p62 .bar {
    transform: rotate(223.2deg);
}

main .cvPage .percent.p63 .bar {
    transform: rotate(226.8deg);
}

main .cvPage .percent.p64 .bar {
    transform: rotate(230.4deg);
}

main .cvPage .percent.p65 .bar {
    transform: rotate(234deg);
}

main .cvPage .percent.p66 .bar {
    transform: rotate(237.6deg);
}

main .cvPage .percent.p67 .bar {
    transform: rotate(241.2deg);
}

main .cvPage .percent.p68 .bar {
    transform: rotate(244.8deg);
}

main .cvPage .percent.p69 .bar {
    transform: rotate(248.4deg);
}

main .cvPage .percent.p70 .bar {
    transform: rotate(252deg);
}

main .cvPage .percent.p71 .bar {
    transform: rotate(255.6deg);
}

main .cvPage .percent.p72 .bar {
    transform: rotate(259.2deg);
}

main .cvPage .percent.p73 .bar {
    transform: rotate(262.8deg);
}

main .cvPage .percent.p74 .bar {
    transform: rotate(266.4deg);
}

main .cvPage .percent.p75 .bar {
    transform: rotate(270deg);
}

main .cvPage .percent.p76 .bar {
    transform: rotate(273.6deg);
}

main .cvPage .percent.p77 .bar {
    transform: rotate(277.2deg);
}

main .cvPage .percent.p78 .bar {
    transform: rotate(280.8deg);
}

main .cvPage .percent.p79 .bar {
    transform: rotate(284.4deg);
}

main .cvPage .percent.p80 .bar {
    transform: rotate(288deg);
}

main .cvPage .percent.p81 .bar {
    transform: rotate(291.6deg);
}

main .cvPage .percent.p82 .bar {
    transform: rotate(295.2deg);
}

main .cvPage .percent.p83 .bar {
    transform: rotate(298.8deg);
}

main .cvPage .percent.p84 .bar {
    transform: rotate(302.4deg);
}

main .cvPage .percent.p85 .bar {
    transform: rotate(306deg);
}

main .cvPage .percent.p86 .bar {
    transform: rotate(309.6deg);
}

main .cvPage .percent.p87 .bar {
    transform: rotate(313.2deg);
}

main .cvPage .percent.p88 .bar {
    transform: rotate(316.8deg);
}

main .cvPage .percent.p89 .bar {
    transform: rotate(320.4deg);
}

main .cvPage .percent.p90 .bar {
    transform: rotate(324deg);
}

main .cvPage .percent.p91 .bar {
    transform: rotate(327.6deg);
}

main .cvPage .percent.p92 .bar {
    transform: rotate(331.2deg);
}

main .cvPage .percent.p93 .bar {
    transform: rotate(334.8deg);
}

main .cvPage .percent.p94 .bar {
    transform: rotate(338.4deg);
}

main .cvPage .percent.p95 .bar {
    transform: rotate(342deg);
}

main .cvPage .percent.p96 .bar {
    transform: rotate(345.6deg);
}

main .cvPage .percent.p97 .bar {
    transform: rotate(349.2deg);
}

main .cvPage .percent.p98 .bar {
    transform: rotate(352.8deg);
}

main .cvPage .percent.p99 .bar {
    transform: rotate(356.4deg);
}

main .cvPage .percent.p100 .bar {
    transform: rotate(360deg);
}

main .cvPage .experienceYears {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background-color: var(--mainColor);
    width: 100px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
    flex-direction: column;
    gap: 2px;
    margin-right: auto;
}

main .cvPage .experienceYears span {
    font-family: "fontBold";
    margin-top: 4px;
    font-size: 40px;
    line-height: 30px;
}

main .cvPage .info_social {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 12px 5px;
}

main .cvPage .info_social img {
    height: 110px;
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: var(--white);
}

@media (max-width: 768px) {
    main .cvPage .info_social img {
        height: 90px;
    }
}

main .cvPage .data {
    display: flex;
    gap: 4px;
    align-items: center;
}

main .cvPage .data .innerTitle {
    color: #777;
    margin: 0 0 8px;
}

main .cvPage .data .innerData {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-weight: bold;
    margin: 0 0 8px;
}

main .cvPage .socialMedia {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    width: 100%;
}

main .cvPage .socialMedia a {
    border: 1px dashed #d1d1d1;
    padding: 4px;
    padding-left: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    min-width: -moz-fit-content;
    min-width: fit-content;
    gap: 8px;
    flex: 1;
    color: var(--black);
}

main .cv-actions-fixed {
    position: fixed;
    bottom: 0px;
    left: 50%;
    background-color: var(--mainColor);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    display: flex;
    padding: 10px;
    gap: 15px;
    z-index: 9999;
}

main .cv-actions-fixed .btn {
    padding: 12px 25px;
    border-radius: 6px;
    background: #444;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    main .cv-actions-fixed .btn {
        font-size: 10px;
        padding: 10px 20px;
    }
}

main .cv-actions-fixed .btn {
    background: var(--white);
    color: var(--mainColor);
}

main .cv-actions-fixed .btn.book {
    border: 1px solid var(--white);
    background-color: transparent;
    color: var(--white);
}

main .cv-actions-fixed .btn:hover {
    opacity: 0.9;
}

main .musaned-platform {
    padding: 50px 0;
    background: #fff;
    position: relative;
}

main .musaned-platform .platform-content {
    background-color: var(--mainColor10);
    border-radius: 30px;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

main .musaned-platform .platform-content .platform-detail {
    margin-bottom: 30px;
}

main .musaned-platform .platform-content .platform-detail h3 {
    color: var(--mainColor);
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 15px;
}

main .musaned-platform .platform-content .platform-detail p {
    color: var(--black);
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.8;
}

main .musaned-platform .platform-content .detail-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

main .musaned-platform .platform-content .detail-info i {
    font-size: 20px;
    color: var(--mainColor);
    margin-left: 10px;
}

main .musaned-platform .platform-content .detail-info h3 {
    margin: 0;
    font-size: 18px;
    color: var(--mainColor);
    margin-bottom: 6px;
}

main .musaned-platform .platform-content .detail-info p {
    font-size: 14px;
    color: var(--black);
}

main .musaned-platform .platform-media {
    position: relative;
    z-index: 1;
    height: 100%;
}

main .musaned-platform .platform-media:after {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 467px;
    height: 467px;
    border-radius: 50%;
    left: -125px;
    top: -34px;
    z-index: -1;
    box-shadow: 19px -20px 0px var(--mainColor30);
}

main .musaned-platform .platform-media .platform-video {
    position: absolute;
    width: 467px;
    left: -124px;
    top: -35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/family2.webp);
    height: 100%;
    min-height: 467px;
    border-radius: 50%;
}

main .musaned-platform .platform-media .platform-video .videopopup {
    width: 80px;
    height: 80px;
    font-size: 30px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--mainColor10);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
}

main .musaned-platform .platform-media .platform-video .videopopup::before {
    content: "";
    width: 130%;
    height: 130%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: play-button 1s infinite linear;
}

main .musaned-platform .platform-media .platform-video .videopopup i {
    font-size: 24px;
}

main .musaned-platform .platform-media {
    position: relative;
    z-index: 1;
    height: 100%;
    /*Respon */
}

main .musaned-platform .platform-media:after {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 467px;
    height: 467px;
    border-radius: 50%;
    left: -125px;
    top: -34px;
    z-index: -1;
    box-shadow: 19px -20px 0px var(--mainColor30);
}

main .musaned-platform .platform-media .platform-video {
    position: absolute;
    width: 467px;
    height: 467px;
    left: -124px;
    top: -35px;
    background: url(../images/family2.webp) center/cover no-repeat;
    border-radius: 50%;
}

main .musaned-platform .platform-media .platform-video .videopopup {
    width: 80px;
    height: 80px;
    font-size: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--mainColor10);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
}

main .musaned-platform .platform-media .platform-video .videopopup::before {
    content: "";
    width: 130%;
    height: 130%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: play-button 1s infinite linear;
}

main .musaned-platform .platform-media .platform-video .videopopup i {
    font-size: 24px;
}

@media (max-width: 991px) {
    main .musaned-platform .platform-media:after {
        display: none;
    }

    main .musaned-platform .platform-media .platform-video {
        position: relative;
        width: 300px;
        height: 300px;
        left: 0;
        top: 0;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    main .musaned-platform .platform-media .platform-video {
        width: 220px;
        height: 220px;
    }

    main .musaned-platform .platform-media .platform-video .videopopup {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
}

main .video-section {
    width: 100%;
    padding: 70px 0;
    text-align: center;
}

main .video-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main .video-section .video-title {
    font-size: 2rem;
    color: var(--mainColor);
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

main .video-section .video-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(128, 128, 128, 0.3);
    background-color: var(--mainColor10);
    padding: 20px;
}

main .video-section .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    border-radius: 22px;
}

@media (max-width: 992px) {
    main .video-section .video-title {
        font-size: 1.5rem;
    }
}

main .policies-hero {
    position: relative;
    background: url("../images/worker.webp") no-repeat center center/cover;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

main .policies-hero .overlay {
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

main .policies-hero h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

main .policies-hero p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 25px;
    line-height: 1.8;
    color: #eee;
}

main .policies-hero .buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

main .policies-hero .buttons .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--mainColor);
    color: var(--accent);
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

main .policies-hero .buttons .btn i {
    font-size: 16px;
    color: var(--white);
}

main .policies-hero .buttons .btn:hover {
    background: var(--gray);
    color: var(--mainColor);
}

main .policies-hero .buttons .btn:hover i {
    color: var(--mainColor);
}

@media (max-width: 768px) {
    main .policies-hero h2 {
        font-size: 20px;
    }

    main .policies-hero p {
        font-size: 14px;
    }
}

main .guidelines-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

main .guidelines-section .section-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--mainColor);
}

main .guidelines-section .section-desc {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

main .guidelines-section .section-desc span {
    color: var(--mainColor);
    font-weight: 600;
}

main .guidelines-section .guidelines-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

main .guidelines-section .country-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: var(--BigShadow);
    transition: var(--transition);
}

main .guidelines-section .country-card:hover {
    transform: translateY(-6px);
}

main .guidelines-section .country-card .country-flag {
    width: 60px;
    margin-bottom: 15px;
}

main .guidelines-section .country-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--mainColor);
}

main .guidelines-section .country-card .links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

main .guidelines-section .country-card .links .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--mainColor10);
    color: var(--black);
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

main .guidelines-section .country-card .links .btn i {
    color: #d62828;
}

main .guidelines-section .country-card .links .btn:hover {
    background: var(--mainColor);
    color: var(--white);
}

main .guidelines-section .country-card .links .btn:hover i {
    color: var(--white);
}

.themeColor {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}

.footer {
    background: #f8fafc;
    color: var(--text-dark);
    padding: 56px 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.footer .footer-main {
    padding-bottom: 36px;
}

.footer .footer-brand,
.footer .footer-column {
    height: 100%;
}

.footer .footer-logo {
    max-width: 170px;
    max-height: 110px;
    object-fit: contain;
    margin-bottom: 18px;
}

.footer .footer-desc {
    margin: 0 0 20px;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.9;
}

.footer .tax-info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.footer .tax-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
    padding: 6px;
    background: var(--white);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
}

.footer .tax-logo {
    flex-shrink: 0;
}

.footer .footer-title {
    margin-bottom: 18px;
    color: var(--text-dark);
    font-size: 1.05rem;
    font-weight: 700;
}

.footer .footer-subtitle {
    margin: 24px 0 14px;
    color: var(--text-dark);
    font-size: 0.95rem;
    font-weight: 700;
}

.footer .footer-links,
.footer .footer-contact,
.footer .footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links li,
.footer .footer-contact li {
    margin-bottom: 12px;
}

.footer .footer-links a,
.footer .footer-contact a,
.footer .footer-contact span {
    color: #475569;
    transition: var(--transition);
    line-height: 1.8;
}

.footer .footer-links a:hover,
.footer .footer-contact a:hover {
    color: var(--mainColor);
}

.footer .footer-contact-intro {
    margin: -4px 0 16px;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.8;
}

.footer .footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer .footer-contact li i {
    margin-top: 6px;
    min-width: 16px;
    color: var(--mainColor);
}

.footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer .footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--mainColor);
    background: var(--white);
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: var(--transition);
}

.footer .footer-social a:hover {
    color: var(--white);
    background: var(--mainColor);
    border-color: var(--mainColor);
    transform: translateY(-3px);
}

.footer .footer-bottom {
    padding: 16px 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: #f1f5f9;
}

.footer .footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer .footer-bottom-note {
    margin: 0;
    color: #475569;
    font-size: 0.9rem;
}

.footer .footer-bottom-note a {
    color: var(--mainColor);
    font-weight: 800;
}

.footer .footer-bottom-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #475569;
    font-size: 0.85rem;
}

.footer .footer-bottom-meta strong {
    color: var(--text-dark);
    font-weight: 800;
}

@media (max-width: 1199px) {
    .footer {
        padding-top: 48px;
    }
}

@media (max-width: 991px) {
    .footer .footer-main {
        padding-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .footer .footer-bottom-content {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .footer {
        padding-top: 40px;
    }

    .footer .tax-info {
        align-items: flex-start;
        flex-direction: column;
    }
}

.support {
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    background-color: var(--mainColor80);
    border-radius: 1000px;
    padding: 5px;
}

.support .supportBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background-color: var(--mainColor);
    box-shadow: var(--BigShadow);
    cursor: pointer;
    transition: var(--transition);
}

.support .supportBtn i {
    font-size: 20px;
    color: var(--white);
}

.support .links {
    display: none;
}

.support .links a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: var(--BigShadow);
    margin-bottom: 10px;
    cursor: pointer;
}

.support .links a i {
    font-size: 24px;
    color: var(--white);
}

.support .links a.whatsapp {
    background-color: #25d366;
}

.support .links a.call {
    background-color: #34b7f1;
}

.ad-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--BigShadow);
    padding: 18px 24px;
    min-width: 260px;
    max-width: 320px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: inherit;
}

.ad-popup-content {
    flex: 1;
}

.ad-popup-title {
    margin: 0 0 6px 0;
    font-size: 1.1em;
    color: var(--mainColor);
}

.ad-popup-desc {
    margin: 0;
    font-size: 0.95em;
    color: var(--black);
}

.ad-popup-close {
    background: none;
    border: none;
    font-size: 1.2em;
    color: var(--gray);
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}

.sideSocial {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: end;
    direction: ltr;

}

.sideSocial a {
    width: 36px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mainColor);
    color: #ffffff;
    background-color: var(--mainColor);
}

.sideSocial a:first-child {
    border-top-right-radius: 16px;
}

.sideSocial a:last-child {
    border-bottom-right-radius: 16px;
}

.sideSocial a:hover {
    border-radius: 0 16px 16px 0;
    width: 48px;
}

.sideSocial a:hover.facebook {
    background: #4267b2;
}

.sideSocial a:hover.twitter {
    background: #1da1f2;
}

.sideSocial a:hover.instagram {
    background: #8a3ab9;
}

.sideSocial a:hover.snapchat {
    background: #fffc00;
    color: #000;
}


.no-results {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    color: var(--secondColor2);
}

.loading-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mainColor);
}

.worker-content .worker-header .cv-code {
    font-family: 'Cairo', sans-serif;
    background-color: white;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    letter-spacing: 1px;
    color: #333;
}

.recruitmentContract {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../images/s3.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
    padding: 120px 0 70px;

}

.recruitmentContract h3 {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 34px;
    font-size: 26px;
}

.recruitmentContract p {
    margin: auto;
    line-height: 34px;
    color: #e0e0e0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.recruitmentContract {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../images/s3.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
    padding: 120px 0 70px;

}

.recruitmentContract h3 {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 34px;
    font-size: 26px;
}

.recruitmentContract p {
    margin: auto;
    line-height: 34px;
    color: #e0e0e0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;

}


.aboutUs {
  padding: 86px 0 70px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
  position: relative;
  overflow: hidden;
}

.aboutUs .aboutUs__panel {
  padding: 34px;
  border: 1px solid rgba(69, 191, 191, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.08);
}

.aboutUs .aboutUs__content {
  max-width: 620px;
}

.aboutUs .aboutUs__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--secondColor10);
  color: var(--secondColorDark);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.aboutUs .aboutUs__eyebrow i {
  color: var(--mainColor);
}

.aboutUs .aboutUs__content h2 {
  color: var(--text-dark);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 18px;
}

.aboutUs .aboutUs__description,
.aboutUs .aboutUs__description p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 2;
}

.aboutUs .aboutUs__description p:last-child {
  margin-bottom: 0;
}

.aboutUs .aboutUs__visual {
  position: relative;
  min-height: 390px;
}

.aboutUs .aboutImage {
  height: 100%;
  min-height: 390px;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--mainColor20), var(--secondColor20));
  box-shadow: 0 20px 42px rgba(31, 41, 55, 0.1);
}

.aboutUs .aboutImage::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

.aboutUs .aboutImage img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  display: block;
}

.aboutUs .aboutUs__badge {
  position: absolute;
  inset-inline-start: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 48px);
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text-dark);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(31, 41, 55, 0.14);
}

.aboutUs .aboutUs__badge i {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor10);
  color: var(--mainColor);
}

.aboutUs .features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 28px;
}

.aboutUs .features .feature {
  min-height: 164px;
  padding: 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(31, 41, 55, 0.08);
  box-shadow: 0 14px 32px rgba(31, 41, 55, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.aboutUs .features .feature:hover {
  transform: translateY(-5px);
  border-color: rgba(234, 110, 66, 0.26);
  box-shadow: 0 18px 38px rgba(31, 41, 55, 0.09);
}

.aboutUs .features .feature .icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--secondColor10), var(--mainColor10));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--secondColorDark);
}

.aboutUs .features .feature .icon i {
  font-size: 25px;
}

.aboutUs .features .feature h4 {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 8px;
}

.aboutUs .features .feature p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .aboutUs {
    padding: 68px 0 54px;
  }

  .aboutUs .aboutUs__panel {
    padding: 24px;
  }

  .aboutUs .aboutUs__content {
    max-width: none;
  }

  .aboutUs .features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .aboutUs {
    padding: 46px 0 38px;
  }

  .aboutUs .aboutUs__panel {
    padding: 16px;
    border-radius: 22px;
  }

  .aboutUs .aboutUs__visual,
  .aboutUs .aboutImage,
  .aboutUs .aboutImage img {
    min-height: 300px;
  }

  .aboutUs .aboutUs__badge {
    inset-inline-start: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    padding: 10px 12px;
    font-size: 13px;
  }

  .aboutUs .features .feature {
    min-height: auto;
    padding: 18px;
  }
}


.contactFormHome {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .contactFormHome {
    padding: 40px 0;
  }
}
.contactFormHome .sideTitle {
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contactFormHome .sideTitle {
    text-align: center;
    padding-right: 0;
    padding-top: 50px;
  }
  .contactFormHome .sideTitle::before {
    content: "";
    top: 0;
    right: calc(50% - 15px);
  }
}
.contactFormHome form {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
  background-color: rgba(255, 255, 255, 0.6392156863);
  padding: 20px;
  border-radius: 16px;
  position: relative;
}
.contactFormHome form .form-control {
  background-color: transparent;
  border-color: rgba(29, 113, 184, 0.2784313725);
}
.contactFormHome form .form-label {
  color: #555;
}
.contactFormHome form .form-label i {
  color: var(--mainColor);
}
.contactFormHome .contactInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactFormHome .contactInfo .info {
  background-color: #ffffff;
  margin: 8px 0;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.contactFormHome .contactInfo .info i {
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 100px;
  border: 1px dashed var(--mainColor);
  color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}
.contactFormHome .contactInfo .info h6 {
  font-weight: bold;
  color: #777;
  margin-bottom: 8px;
  font-size: small;
}
.contactFormHome .contactInfo .info:hover {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1254901961);
  z-index: 2;
}
.contactFormHome .contactInfo .info:hover i {
  background-color: rgba(29, 113, 184, 0.1882352941);
}
.googleMap {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: none;
  min-height: 250px;
}

.animatedLinkBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background: none;
  isolation: isolate;
}
.animatedLinkBtn i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: width 0.3s ease-in-out;
}
.animatedLinkBtn i span {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid var(--mainColor);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.animatedLinkBtn:hover {
  padding: 0 20px;
  color: #ffffff;
}
.animatedLinkBtn:hover i {
  width: 20px;
}
.animatedLinkBtn:hover i span {
  width: 100%;
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
}


.filter-sec {
  padding: 110px 0 28px;
  background: linear-gradient(45deg, rgba(8, 34, 59, 0.9), rgba(6, 40, 71, 0.9)), url(../images/s3.webp), url(../images/service1.webp);
  background-size: cover;
  background-attachment: fixed;
  /* margin-top: 45px; */
}



.filter-sec .title {
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--mainColor);
  text-align: center;
  font-size: 35px !important;
}

.filter-sec h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--mainColor);
}

.filter-sec select {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  outline: none;
}

.filter-sec label {
  margin-bottom: 8px;
  font-size: 18px;
  color: var(--mainColor);
}

.filter-sec label i {
  color: var(--mainColor);
}

.filter-sec button.clear {
  border-radius: 8px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
}

.filter-sec button.confirm {
  border-radius: 8px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
}

.filter-sec button.clear:hover {
  background-color: #9e0808;
  border: 1px solid #9e0808;
  color: #ffffff;
}

.filter-sec button.confirm:hover {
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  color: #ffffff;
}

.filter-sec button {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-color: white;
  margin: 5px;
}

.filter-sec button:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.filter-sec button.active {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #ffffff;
}

.filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}

.filter-toggle-group {
  flex: 1;
  min-width: 260px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 16px;
  background: rgba(3, 12, 24, 0.35);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.filter-toggle-group .toggleBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.filter-label {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.filter-panel {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 20px;
  margin-top: 16px;
  background: rgba(5, 18, 33, 0.55);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
}

.filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.filter-field label {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.filter-field select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  /* color: #fff; */
  color: #D9B13B;
}

.filter-panel .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  height: 46px;
}

.filter-panel .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 46px;
  padding-left: 14px;
}

.filter-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  top: 0;
}

.filter-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.cvModal {
  padding-top: 24px;
}
.cvModal .modal-content {
  border-radius: 24px;
  padding: 24px;
}
@media (max-width: 768px) {
  .cvModal .modal-content {
    padding: 24px 12px;
  }
}
.cvModal .closeBtn {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #198587;
  border: 2px solid #ffffff;
  border-radius: 100px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  transform: translate(10px, -50%);
}
.cvModal .closeBtn i {
  font-size: 24px;
  color: #ffffff;
}
.cvModal .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  padding-top: 20px;
}
.cvModal .modal-footer .btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-contact__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact__btn:hover,
.floating-contact__btn:focus {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.floating-contact__btn--whatsapp {
  background: #25d366;
}

.floating-contact__btn--call {
  background: var(--mainColor);
}

@media (max-width: 575.98px) {
  .floating-contact {
    right: 14px;
    bottom: 16px;
    gap: 10px;
  }

  .floating-contact__btn {
    width: 50px;
    height: 50px;
    font-size: 21px;
  }
}

/* Header and footer redesign */
header.header-section .navbar .sideBtn,
header.header-section .navbar .sideMenu {
  display: none !important;
}

header.header-section {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 1024;
  background: transparent;
  border: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

header.header-section .navbar {
  padding: 12px 0;
  transition: padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

header.header-section .navbar > .container {
  min-height: 78px;
  padding: 10px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

header.header-section .navbar.headerAnimate {
  padding: 8px 0;
  background: transparent;
  box-shadow: none;
}

header.header-section .navbar.headerAnimate > .container {
  min-height: 68px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

header.header-section .navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-width: 112px;
}

header.header-section .navbar .navbar-brand img {
  width: auto;
  height: 62px;
  max-width: 172px;
}

header.header-section .navbar.headerAnimate .navbar-brand img {
  height: 54px;
}

header.header-section .navbar .navbar-nav {
  gap: 4px;
}

header.header-section .navbar .nav-link {
  min-height: 40px;
  margin: 0;
  padding: 9px 10px;
  border-radius: 8px;
  color: #172033;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

header.header-section .navbar .nav-link:hover,
header.header-section .navbar .nav-link:focus,
header.header-section .navbar .nav-link.active {
  color: var(--mainColor) !important;
  background: rgba(234, 110, 66, 0.09);
}

header.header-section .navbar .nav-icon-link {
  width: 40px;
  min-width: 40px;
  padding: 0;
  color: #0f766e;
  background: rgba(69, 191, 191, 0.12);
}

header.header-section .navbar .animatedLinkBtn {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mainColor), #c6532d);
  box-shadow: 0 12px 24px rgba(234, 110, 66, 0.22);
}

header.header-section .navbar .animatedLinkBtn i {
  width: 24px;
  height: 24px;
}

header.header-section .navbar .animatedLinkBtn i span {
  display: none;
}

header.header-section .navbar .animatedLinkBtn:hover {
  padding: 0 14px;
  color: #ffffff;
  transform: translateY(-2px);
}

header.header-section .navbar .dropdown .dropdown-menu {
  min-width: 220px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
}

header.header-section .navbar .dropdown .dropdown-menu a {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #243044;
  font-weight: 600;
}

header.header-section .navbar .dropdown .dropdown-menu a::before {
  display: none;
}

header.header-section .navbar .dropdown .dropdown-menu a:hover,
header.header-section .navbar .dropdown .dropdown-menu a:focus {
  color: var(--mainColor);
  background: rgba(234, 110, 66, 0.09);
}

header.header-section .navbar .language .dropdown-toggle {
  width: 40px;
  min-width: 40px;
  padding: 0;
  background: rgba(69, 191, 191, 0.12);
  color: #0f766e;
}

header.header-section .navbar .language .dropdown-toggle::after,
header.header-section .navbar .nav-icon-link::after {
  display: none;
}

header.header-section .navbar .sideBtn {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

header.header-section .navbar .sideBtn span {
  right: 9px;
  width: 22px;
  background-color: #172033;
}

header.header-section .navbar .sideBtn span:first-child {
  top: 9px;
}

header.header-section .navbar .sideBtn span:nth-child(2) {
  top: 18px;
  width: 16px;
}

header.header-section .navbar .sideBtn span:nth-child(3) {
  top: 27px;
  bottom: auto;
  width: 22px;
}

header.header-section .navbar .sideBtn.active span:first-child,
header.header-section .navbar .sideBtn.active span:last-child {
  top: 18px;
  width: 22px;
}

header.header-section .navbar .sideMenu {
  right: auto;
  inset-inline-start: auto;
  inset-inline-end: -420px;
  width: min(390px, 88vw);
  padding: 96px 24px 28px;
  background: #ffffff;
  border-inline-start: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: -18px 0 38px rgba(15, 23, 42, 0.16);
}

html[dir="ltr"] header.header-section .navbar .sideMenu {
  inset-inline-start: -420px;
  inset-inline-end: auto;
  border-inline-start: 0;
  border-inline-end: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 18px 0 38px rgba(15, 23, 42, 0.16);
}

header.header-section .navbar .sideMenu.active {
  inset-inline-end: 0;
}

html[dir="ltr"] header.header-section .navbar .sideMenu.active {
  inset-inline-start: 0;
  inset-inline-end: auto;
}

header.header-section .navbar .sideMenu .sideMenuInner {
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  height: auto;
  min-height: 100%;
}

header.header-section .navbar .sideMenu .sideMenuInner .sideMenuLink,
header.header-section .navbar .sideMenu .sideMenuInner .sideMenuLink > .nav-link {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: #172033;
  background: #f8fafc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

header.header-section .navbar .sideMenu .sideMenuInner .sideMenuLink:hover,
header.header-section .navbar .sideMenu .sideMenuInner .sideMenuLink > .nav-link:hover {
  color: var(--mainColor);
  background: rgba(234, 110, 66, 0.09);
}

header.header-section .navbar .sideMenu .dropdown-menu {
  position: static !important;
  width: 100%;
  margin: 8px 0 0;
  transform: none !important;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 64px 0 0;
  background: #111827;
  color: #dbe4ef;
  border-top: 0;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(234, 110, 66, 0.16), rgba(69, 191, 191, 0.08) 45%, transparent 72%),
    radial-gradient(circle at 82% 12%, rgba(69, 191, 191, 0.16), transparent 28%);
}

.footer > .container,
.footer .footer-bottom {
  position: relative;
  z-index: 1;
}

.footer .footer-main {
  padding-bottom: 44px;
}

.footer .footer-logo {
  max-width: 176px;
  max-height: 96px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.footer .footer-desc {
  max-width: 420px;
  color: #c7d2df;
  font-size: 14px;
  line-height: 1.95;
}

.footer .footer-title,
.footer .footer-subtitle {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.footer .footer-title::after,
.footer .footer-subtitle::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--mainColor), var(--secondColor));
}

.footer .footer-links li,
.footer .footer-contact li {
  margin-bottom: 10px;
}

.footer .footer-links a,
.footer .footer-contact a,
.footer .footer-contact span {
  color: #d1d9e6;
  font-size: 14px;
  line-height: 1.8;
}

.footer .footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer .footer-links a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(69, 191, 191, 0.9);
  flex-shrink: 0;
}

.footer .footer-links a:hover,
.footer .footer-contact a:hover {
  color: #ffffff;
  transform: translateX(-3px);
}

html[dir="ltr"] .footer .footer-links a:hover,
html[dir="ltr"] .footer .footer-contact a:hover {
  transform: translateX(3px);
}

.footer .footer-contact-intro {
  color: #aebccc;
  font-size: 14px;
}

.footer .footer-contact li {
  align-items: center;
  gap: 12px;
}

.footer .footer-contact li i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(234, 110, 66, 0.18);
}

.footer .footer-social {
  gap: 8px;
}

.footer .footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer .footer-social a:hover {
  color: #111827;
  background: #ffffff;
  border-color: #ffffff;
}

.footer .footer-bottom {
  padding: 18px 0;
  background: rgba(3, 7, 18, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .footer-bottom-note,
.footer .footer-bottom-meta {
  color: #c7d2df;
}

.footer .footer-bottom-note a,
.footer .footer-bottom-meta strong {
  color: #ffffff;
}

.footer .footer-bottom-meta {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1199.98px) {
  header.header-section .navbar .nav-link {
    padding-inline: 7px;
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  header.header-section .navbar {
    padding: 8px 0;
  }

  header.header-section .navbar > .container {
    min-height: 68px;
    padding: 8px 12px;
  }

  header.header-section .navbar .navbar-brand img,
  header.header-section .navbar.headerAnimate .navbar-brand img {
    height: 54px;
    max-width: 150px;
  }

  .footer {
    padding-top: 48px;
  }
}

@media (max-width: 575.98px) {
  header.header-section .navbar > .container {
    width: calc(100% - 24px);
  }

  header.header-section .navbar .navbar-brand img,
  header.header-section .navbar.headerAnimate .navbar-brand img {
    height: 48px;
    max-width: 136px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer .footer-main {
    padding-bottom: 30px;
  }

  .footer .footer-bottom-content {
    gap: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
