@import url("./main_font.css");

/*==================body=================*/
body {
  font-family: "Urbanist";
  direction: ltr;
  background: var(--Netural-25);
}

.pagination {
  width: 100%;
  justify-content: center;
  margin: 35px 0;
  gap: 8px;
}
.pagination li:first-child {
  margin: 0 auto 0 0;
}
.pagination li:last-child {
  margin: 0 0 0 auto;
}
.pagination .page-link {
  min-width: 40px;
  height: 40px;
  border: none;
  background: var(--Netural-200);
  color: var(--Netural-950);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.pagination .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 8px;
}
.pagination .page-link span {
  font-size: 20px;
}
.pagination .page-link p {
  font-weight: 500;
}
.pagination .page-link i {
  font-weight: 700;
}
.pagination li.disabled .page-link {
  color: var(--Netural-White);
}
.pagination .active > .page-link,
.page-link.active {
  background: var(--Primary-Main);
  color: var(--Netural-White);
}
.pagination .page-link:hover {
  color: var(--Netural-White);
  background: var(--Primary-700);
}

/*==================header=================*/
.headerSec {
  padding: 16px 0;
  background: var(--Netural-25);
}
.headerSec.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02),
    0px 8px 18px 0px rgba(0, 0, 0, 0.03); */
  z-index: 14;
}
.headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.headerBox .opnSideMnu {
  display: none;
  color: var(--Netural-950);
  font-size: 24px;
  cursor: pointer;
}
.headerBox .opnSideMnu:hover {
  color: var(--Primary-Main);
}
.headerBox .headrLogo {
  display: block;
  width: 73px;
  height: auto;
}
.headerBox .headrLogo img {
  width: 100%;
  height: auto;
}
.headerBox .hrdMenuBx .sideTop {
  display: none;
}
.headerBox .hrdMenuBx .cloSideMnu {
  color: var(--Netural-950);
  font-size: 24px;
  cursor: pointer;
  display: block;
  margin: 0 0 0 auto;
  width: max-content;
}
.headerBox .hrdMenuBx .cloSideMnu:hover {
  color: var(--Secondary-Main);
}
.headerBox .hrdMenuBx .sideLogo {
  display: block;
  width: 70px;
  height: auto;
  margin: 12px auto 20px auto;
}
.headerBox .hrdMenuBx .sideLogo img {
  width: 100%;
  height: auto;
}
.headerBox .hrdMnuUl .hrdMnuLnk {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Netural-700);
  font-size: 16px;
  font-weight: 500;
}
.headerBox .hrdMnuUl .hrdMnuLnk:hover {
  color: var(--Primary-500);
}
.headerBox .bookBtn {
  color: var(--Netural-White);
  font-size: 16px;
  font-weight: 700;
  min-width: max-content;
  display: flex;
  height: 44px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Primary-Main);
  border: none;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
}
.headerBox .bookBtn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffffff23;
  border-radius: 8px;
  transition: all 0.6s;
}
.headerBox .bookBtn:hover:after {
  /* background: var(--Netural-950); */
  width: 100%;
}

/*==================topSwperSec=================*/
.topSwperSec {
  margin: 20px 0 40px 0;
}
.topSwperSec .topSwperBx {
  width: 100%;
  height: 420px;
}
.topSwperSec .swiper,
.topSwperSec .swiper-slide {
  height: 100%;
  border-radius: 16px;
}
.topSwperSec .topSwprCrd {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  border-radius: 16px;
  background: linear-gradient(
    96deg,
    var(--Primary-400) 0%,
    var(--Primary-700) 100%
  );
  /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); */
}
.topSwprCrd .topSwprImg {
  width: 463px;
  min-width: 463px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
.topSwprCrd .topSwprImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 16px 16px 0;
}
.topSwprCrd .topSwprBdy {
  height: 100%;
  padding: 24px 0px 24px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.topSwprCrd .topSwprBdy h2 {
  color: var(--Netural-White);
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 16px;
}
.topSwprCrd .topSwprBdy p {
  color: var(--Netural-White);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.4;
}
.topSwprCrd .topSwprBdy .swprLink {
  width: max-content;
  height: 48px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--Netural-White);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  color: var(--Secondary-Main);
  font-size: 20px;
  font-weight: 700;
}
.topSwprCrd .topSwprBdy .swprLink:hover {
  background: var(--Secondary-Main);
  color: var(--Netural-White);
}
.topSwprCrd:hover .topSwprImg img {
  transform: scale(1.06);
}
.topSwperSec .swiper-button-next:after,
.topSwperSec .swiper-button-prev:after {
  font-size: 35px;
  color: var(--Netural-White);
}
.topSwperSec .swiper-pagination {
  bottom: 24px;
}
.topSwperSec .swiper-pagination-bullet {
  background: var(--Netural-White);
  opacity: 0.4;
}
.topSwperSec .swiper-pagination-bullet-active {
  opacity: 1;
}

/*==================bookSec=================*/
.bookSec {
  margin: 50px 0;
  background: linear-gradient(
    180deg,
    var(--Primary-50) 0%,
    var(--Primary-100) 100%
  );
}
.bookSec .bookSecBx {
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.bookSec .bookSecInfo {
  width: 50%;
}
.bookSec .bookSecInfo .bookSecTtl h2 {
  color: var(--Netural-950);
  font-size: 36px;
  font-weight: 800;
}
.bookSec .bookSecInfo .bookSecTtl p {
  color: var(--Netural-900);
  font-size: 16px;
  font-weight: 500;
  margin: 24px 0;
  line-height: 1.4;
}
.bookSec .bookSecInfo .bookSecTtl ul {
  margin-bottom: 35px;
}
.bookSec .bookSecInfo .bookSecTtl li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.bookSec .bookSecInfo .bookSecTtl li:last-child {
  margin-bottom: 0;
}
.bookSec .bookSecInfo .bookSecTtl ul span {
  font-size: 20px;
  color: var(--Secondary-Main);
}
.bookSec .bookSecInfo .bookSecTtl ul i {
  color: var(--Netural-950);
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
}
.bookSec .bookSecInfo .bookSecImg {
  width: 100%;
  height: 410px;
  border-radius: 16px;
}
.bookSec .bookSecInfo .bookSecImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.bookSec .bookSecFrm {
  width: 50%;
  padding: 37px 24px 25px 24px;
  border-radius: 16px;
  background: var(--Netural-White);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.geowayFrm .form-floating > label {
  transition: all 0.6s;
  padding: 1.2rem 0.75rem 0.5rem 0.75rem;
  color: var(--Netural-600);
  font-size: 16px;
  font-weight: 500;
}
.geowayFrm .form-floating > .form-control,
.geowayFrm .form-floating > .form-control-plaintext,
.geowayFrm .form-floating > .form-select {
  height: 48px;
  padding: 0px 16px;
  border-radius: 8px;
  border: 1px solid var(--Netural-200);
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.geowayFrm .form-floating > textarea.form-control {
  min-height: max-content;
  padding: 11px 16px;
  border-radius: 8px;
  border: 1px solid var(--Netural-200);
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.geowayFrm .form-floating > .form-control-plaintext ~ label,
.geowayFrm .form-floating > .form-control:focus ~ label,
.geowayFrm .form-floating > .form-control:not(:placeholder-shown) ~ label,
.geowayFrm .form-floating > .form-select ~ label {
  transform: scale(0.9) translateY(-1.9rem) translateX(0rem);
}
.geowayFrm .form-floating > .form-control-plaintext:focus,
.geowayFrm .form-floating > .form-control-plaintext:not(:placeholder-shown),
.geowayFrm .form-floating > .form-control:focus,
.geowayFrm .form-floating > .form-control:not(:placeholder-shown) {
  border-color: var(--Netural-950);
}

.bookSecFrm .form-floating > .form-control-plaintext ~ label::after,
.bookSecFrm .form-floating > .form-control:focus ~ label::after,
.bookSecFrm
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label::after,
.bookSecFrm .form-floating > .form-select ~ label::after {
  background-color: var(--Netural-White);
}

.contctFrm .form-floating > .form-control-plaintext ~ label::after,
.contctFrm .form-floating > .form-control:focus ~ label::after,
.contctFrm
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label::after,
.contctFrm .form-floating > .form-select ~ label::after {
  background-color: var(--Netural-25);
}

/*==================ourServicSec=================*/
.ourServicSec {
  margin: 50px 0;
}
.secHed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.secHed h2 {
  color: var(--Netural-950);
  font-size: 44px;
  font-weight: 800;
}
.secHed a {
  display: block;
  color: var(--Primary-500);
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px dashed var(--Primary-500);
}
.secHed a:hover {
  color: var(--Primary-600);
}
.ourSrvicSwpr .swiper-slide {
  width: max-content;
  padding: 11px 11px 15px 11px;
}
.swiperSec .swiper-button-next,
.swiperSec .swiper-button-prev {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--Netural-White);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.swiperSec .swiper-button-next:after,
.swiperSec .swiper-button-prev:after {
  font-size: 23px;
  color: var(--Netural-950);
}
.swiperSec .swiper-button-next:hover:after,
.swiperSec .swiper-button-prev:hover:after {
  color: var(--Secondary-Main);
}
.ourSrvicCrd {
  display: block;
  width: 302px;
  border-radius: 16px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}
.ourSrvicCrd .ourSrvicImg {
  width: 100%;
  height: 200px;
  background: var(--Netural-600);
  border-radius: 16px 16px 0px 0px;
  margin-bottom: 12px;
}
.ourSrvicCrd .ourSrvicImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px 16px 0px 0px;
}
.ourSrvicCrd .ourSrvicBdy {
  border-radius: 0px 0px 16px 16px;
  background: var(--Netural-White);
  padding: 16px 20px 20px 20px;
  height: 181px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.ourSrvicCrd .ourSrvicBdy h2 {
  color: var(--Netural-950);
  font-size: 20px;
  font-weight: 800;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  line-height: 1.2;
}
.ourSrvicCrd .ourSrvicBdy p {
  color: var(--Netural-700);
  font-size: 16px;
  font-weight: 500;
  max-height: 57px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.ourSrvicCrd .ourSrvicBdy .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--Secondary-Main);
}
.ourSrvicCrd .ourSrvicBdy .link span {
  font-size: 20px;
}
.ourSrvicCrd .ourSrvicBdy .link i {
  font-size: 16px;
  font-weight: 500;
}
.ourSrvicCrd .ourSrvicBdy .link:hover {
  color: var(--Primary-500);
}
.ourSrvicCrd:hover {
  transform: translateY(-3px);
}

/*==================scienceSec=================*/
.scienceSec {
  margin: 50px 0;
  background: linear-gradient(
    96deg,
    var(--Primary-100) 0%,
    var(--Secondary-100) 100%
  );
}
.scienceSec .scienceBox {
  text-align: center;
  padding: 40px 0px;
}
.scienceSec .scienceBox .logoBx {
  display: block;
  width: 182px;
  height: auto;
  margin: 0 auto 16px auto;
}
.scienceSec .logoBx img {
  width: 100%;
  height: auto;
}
.scienceSec .scienceBox h2 {
  color: var(--Netural-950);
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}
.scienceSec .scienceBox p {
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
.scienceSec .scienceBox a {
  width: max-content;
  height: 44px;
  border-radius: 8px;
  padding: 0 24px;
  border: 1px solid var(--Primary-600);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: transparent;
  color: var(--Primary-600);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0 auto;
}
.scienceSec .scienceBox a:hover {
  background: var(--Primary-600);
  color: var(--Netural-White);
}

/*===============servcPgHed================*/
.servcPgHed {
  margin-bottom: 50px;
  padding: 48px 0 56px 0;
  background: linear-gradient(
    93deg,
    var(--Primary-400) 0%,
    var(--Primary-700) 100%
  );
  text-align: center;
}
.servcPgHed h1 {
  color: var(--Netural-White);
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}
.servcPgHed p {
  color: var(--Netural-White);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

/*===============whyWorkSec================*/
.whyWorkSec {
  margin: 60px 0;
  background: linear-gradient(
    93deg,
    var(--Primary-100) 0%,
    var(--Secondary-100) 100%
  );
  padding: 48px 0 56px 0;
}
.whyWorkSec .whyWorkHed {
  text-align: center;
  margin-bottom: 40px;
}
.whyWorkSec .whyWorkHed h2 {
  color: var(--Netural-950);
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
.whyWorkSec .whyWorkHed p {
  color: var(--Netural-950);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.whyWorkSec .whyWorkBdy {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
.whyWorkSec .whyWorkBdy .whyWorkCrd {
  width: 25%;
  padding: 24px;
  border-radius: 8px;
  background: var(--Netural-White);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
.whyWorkSec .whyWorkCrd .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--Primary-Main);
  margin-bottom: 16px;
}
.whyWorkSec .whyWorkCrd .icon span {
  font-size: 32px;
}
.whyWorkSec .whyWorkCrd h2 {
  color: var(--Netural-950);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
.whyWorkSec .whyWorkCrd p {
  color: var(--Netural-950);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.bokNowLnk ,.bokNowLnk_srv{
  color: var(--Netural-White);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 48px;
  padding: 0 24px;
  margin: 0px auto;
  border-radius: 8px;
  background: var(--Secondary-Main);
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
}
.bokNowLnk:after ,.bokNowLnk_srv:after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffffff23;
  border-radius: 8px;
  transition: all 0.6s;
}
.bokNowLnk:hover,.bokNowLnk_srv:hover {
  background: var(--Secondary-900);
}
.bokNowLnk:hover:after, .bokNowLnk_srv:hover:after{
  width: 100%;
}

/*==================servcPgSec=================*/
.servcPgSec {
  margin: 50px 0;
}
.servcPgSec .servcPgRow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
.servcPgSec .servcPgRow:last-child {
  margin-bottom: 0;
}
.servcPgSec .srvcRowTxt {
  width: 50%;
  padding: 40px;
  border-radius: 16px;
  background: var(--Netural-White);
}
.servcPgSec .srvcRowTxt h2 {
  color: var(--Netural-950);
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 24px;
}
.servcPgSec .srvcRowTxt p {
  color: var(--Netural-800);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
.servcPgSec .srvcRowTxt p:last-child {
  margin-bottom: 0;
}
.servcPgSec .srvcRowSwpr {
  width: 50%;
  min-height: 420px;
  border-radius: 16px;
}
.servcPgSec .srvcRowSwpr .swiper,
.servcPgSec .srvcRowSwpr .swiper-wrapper,
.servcPgSec .srvcRowSwpr .swiper-slide,
.servcPgSec .srvcRowSwpr .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.servcPgSec .srvcRowSwpr .swiper-slide img {
  object-fit: cover;
  object-position: center;
}
.servcPgSec .srvcRowSwpr .swiper-button-next,
.servcPgSec .srvcRowSwpr .swiper-button-prev {
  color: var(--Netural-White);
}
.servcPgSec .srvcRowSwpr .swiper-button-next:after,
.servcPgSec .srvcRowSwpr .swiper-button-prev:after {
  font-size: 35px;
}
.servcPgSec .srvcRowSwpr .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 24px;
  padding: 0 12px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  background: var(--Netural-White);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.servcPgSec .srvcRowSwpr .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--Primary-Main);
  opacity: 0.4;
}
.servcPgSec .srvcRowSwpr .swiper-pagination-bullet-active {
  opacity: 1;
}

/*==================contactSec=================*/
.contactSec {
  margin: 60px 0 110px 0;
}
.contactSec .contactRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
.contactSec .contctFrm {
  width: 50%;
}
.contactSec .contctFrm h2 {
  color: var(--Netural-950);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
}
.contactSec .contctFrm p {
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
}
.contactSec .contctInfo {
  width: 50%;
}
.contactSec .contctInfo img {
  width: 100%;
  max-width: 333px;
  height: auto;
  display: block;
  margin: 0 auto 32px auto;
}
.contactSec .cntctInfoBx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid var(--Netural-200);
  background: var(--Netural-50);
  padding: 16px 24px;
  margin-bottom: 16px;
}
.contactSec .cntctInfoBx:last-child {
  margin-bottom: 0;
}
.contactSec .cntctInfoBx strong {
  color: var(--Netural-950);
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin-bottom: 12px;
}
.contactSec .cntctInfoBx p {
  color: var(--Netural-700);
  font-size: 16px;
  font-weight: 500;
}
.contactSec .cntctInfoBx .phoneUl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.contactSec .cntctInfoBx .phoneUl i {
  display: block;
  width: 1px;
  height: 14px;
  opacity: 0.2;
  background: var(--Netural-700);
}
.contactSec .cntctInfoBx .socialUL {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.contactSec .cntctInfoBx .socialUL a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--Primary-500);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.contactSec .cntctInfoBx .socialUL a:hover {
  background: var(--Primary-500);
  color: var(--Netural-White);
}
.contactSec .cntctInfoBx .callLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 145px;
  height: 44px;
  border-radius: 8px;
  padding: 0 12px;
  border: 1px solid var(--Primary-Main);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  color: var(--Primary-Main);
}
.contactSec .cntctInfoBx .callLink span {
  font-size: 20px;
}
.contactSec .cntctInfoBx .callLink i {
  font-size: 16px;
  font-weight: 500;
}
.contactSec .cntctInfoBx .callLink:hover {
  color: var(--Netural-White);
  background: var(--Primary-Main);
}

/*==================blgSwprSec=================*/
.blgSwprSec {
  margin: 20px 0 40px 0;
}
.blgSwprSec .swiper,
.blgSwprSec .swiper-slide {
  height: 400px;
}
.blgSwprSec .swiper-slide {
  width: 80%;
  max-width: 846px;
}
.blgSwprSec .blgSwprCrd {
  display: block;
  width: 100%;
  height: 100%;
}
.blgSwprCrd .blgSwprImg {
  left: 0;
  top: 0;
  overflow: hidden;
}
.blgSwprCrd .blgSwprImg,
.blgSwprCrd .blgSwprImg img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.blgSwprCrd .blgSwprImg img {
  object-fit: cover;
  object-position: center;
  transition: all 0.6s;
}
.blgSwprCrd .blgSwprBdy {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0px;
  flex-direction: column;
  padding: 0px 24px 24px 24px;
}
.blgSwprCrd .blgSwprBdy .title {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffffff41;
  color: var(--Netural-White);
}
.blgSwprCrd .blgSwprBdy .title span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.blgSwprCrd .blgSwprBdy .title h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 12px 0;
  line-height: 1.4;
}
.blgSwprCrd .blgSwprBdy .title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.blgSwprCrd .blgSwprBdy .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.blgSwprCrd .blgSwprBdy .author {
  color: var(--Netural-White);
}
.author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.author strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.author p {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
}
.likes {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Netural-White);
}
.blgSwprCrd .blgSwprBdy .likes {
  gap: 8px;
  padding: 0px 12px;
  border-radius: 8px;
  height: 32px;
}
.likes p {
  color: var(--Error-Main);
  font-size: 15px;
  font-weight: 400;
}
.crdLikeBtn {
  border: none;
  color: var(--Error-Main);
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: transparent;
  height: max-content;
  line-height: 1;
}
.blgSwprCrd .blgSwprCvr {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 3;
}
.swiper-slide.swiper-slide-active .blgSwprCrd .blgSwprCvr {
  display: none;
}

.blgSwprSec .swiper-button-next,
.blgSwprSec .swiper-button-prev {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--Netural-White);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.blgSwprSec .swiper-button-next:after,
.blgSwprSec .swiper-button-prev:after {
  color: var(--Netural-950);
  font-size: 25px;
}

.blgSwprCrd:hover .blgSwprImg img {
  transform: scale(1.07);
}

/*==================latestSec=================*/
.latestSec {
  margin: 40px 0 60px 0;
}
.latestSec .latestSecTtl {
  color: var(--Netural-950);
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 24px;
}
.latestSec .latestRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.latestSec .latestRow .latestMain {
  padding-right: 40px;
  width: calc(100% - 302px);
}
.latestSec .latestList {
  width: 100%;
}
.latestSec .latestList .latestCrd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.latestSec .latestCrd .lastCrdImg {
  width: 240px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}
.latestSec .latestCrd .lastCrdImg img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.6s;
}
.latestSec .latestCrd .lastCrdImg .likes {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  height: 27px;
  border-radius: 6px;
  padding: 0 8px;
  gap: 5px;
}
.latestSec .latestCrd .lastCrdBdy {
  width: calc(100% - 240px);
  padding-left: 24px;
}
.latestSec .latestCrd .lastCrdBdy .author strong {
  color: var(--Netural-950);
}
.latestSec .latestCrd .lastCrdBdy .author p {
  color: var(--Netural-700);
}
.latestSec .latestCrd .lastCrdBdy .time {
  color: var(--Primary-700);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.latestSec .latestCrd .lastCrdBdy .title {
  margin-bottom: 15px;
}
.latestSec .latestCrd .lastCrdBdy .title h2 {
  color: var(--Netural-950);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latestSec .latestCrd .lastCrdBdy .title p {
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latestSec .latestCrd:hover .lastCrdImg img {
  transform: scale(1.08);
}
.latestSec .latestRow .latestLnks {
  width: 302px;
  border-radius: 12px;
  background: var(--Netural-100);
  position: sticky;
  right: 0;
  top: 90px;
}
.latestSec .latestLnks .hed {
  color: var(--Netural-White);
  border-radius: 16px 16px 0 0;
  background: var(--Secondary-Main);
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 800;
}
.latestSec .latestLnks .body {
  padding: 10px 24px 24px 24px;
}
.latestSec .latestLnks a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--Netural-300);
  padding: 14px 0;
}
.latestSec .latestLnks a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.latestSec .latestLnks a p {
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.latestSec .latestLnks a span {
  font-size: 20px;
  color: var(--Netural-700);
}
.latestSec .latestLnks a:hover p {
  color: var(--Secondary-Main);
}

/*==================relatdSwpr=================*/
.relatdSec {
  margin-bottom: 70px;
}
.relatdSwpr .swiper-slide {
  width: 302px;
}
.relatdCrd {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.relatdCrd .rlatdCrdImg {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
}
.relatdCrd .rlatdCrdImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.relatdCrd .rlatdCrdImg .likes {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  height: 27px;
  border-radius: 6px;
  padding: 0 8px;
  gap: 5px;
}
.relatdCrd .rlatdCrdBdy {
  padding-top: 16px;
}
.relatdCrd .rlatdCrdBdy h2 {
  color: var(--Netural-950);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relatdCrd .rlatdCrdBdy p {
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
.relatdCrd .rlatdCrdBdy .author p {
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relatdCrd:hover .rlatdCrdImg img {
  transform: scale(1.07);
}

/*==================blogPgSec=================*/
.blgPgTop {
  margin: 10px auto 40px auto;
  width: 100%;
  max-width: 640px;
}
.blgPgTop .time {
  color: var(--Secondary-Main);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.blgPgTop h1 {
  color: var(--Netural-950);
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin: 16px auto;
}
.blgPgTop .blgPgTopRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blgPgTop .blgPgTopRow .likes {
  height: 40px;
  padding: 0px 12px;
  border-radius: 8px;
  gap: 8px;
  background: var(--Netural-100);
}
.blgTopImg {
  width: 100%;
  height: 480px;
  border-radius: 16px;
}
.blgTopImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.blgTopImg a {
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: var(--Netural-25);
  font-size: 24px;
  border-radius: 40px;
}
.blgTopImg a span {
  color: var(--Netural-950);
}
.blgTopImg a:hover span {
  color: var(--Primary-Main);
  transform: translateY(3px);
}

.blgPgRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px 0 70px 0;
}
.blgPgRow .blgPgSide {
  position: sticky;
  top: 100px;
  left: 0;
  width: 302px;
}
.blgPgRow .blgPgMain {
  width: calc(100% - 302px);
  padding-left: 48px;
}
.blgContent p {
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
}
.blgContent span,
.blgContent i {
  color: var(--Netural-950);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.blgContent hr {
  margin: 20px 0;
  background: var(--Netural-200);
}
.blgContent h1,
.blgContent h2,
.blgContent h3,
.blgContent h4,
.blgContent h5,
.blgContent h6 {
  color: var(--Netural-950);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}
.blgContent strong {
  color: var(--Netural-950);
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 18px;
}
.blgContent h1 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 12px;
}
.blgContent h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}
.blgContent h3 {
  font-size: 22px;
}
.blgContent h4 {
  font-size: 20px;
}
.blgContent h5 {
  font-size: 18px;
}
.blgContent h6 {
  font-size: 16px;
}
.blgContent ul {
  list-style: inside;
}
.blgContent ul li {
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
}
.blgContent ol {
  padding-left: 20px;
  margin: 12px 0;
}
.blgContent ol li {
  padding-left: 20px;
  margin-bottom: 15px;
}
.blgContent li:last-child {
  margin-bottom: 0;
}
.blgContent ol li p {
  font-weight: 700;
  margin-bottom: 8px;
}
.blgContent ol li i {
  font-size: 16px;
}
.blgContent ol li::marker {
  color: var(--Primary-Main);
  font-size: 20px;
  font-weight: 800;
  top: 50%;
}
.blgContent img {
  display: block;
  margin: 16px auto;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}

.blgPgMain .blgUserRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blgPgMain .blgUserRow .likes {
  height: 40px;
  padding: 0px 12px;
  gap: 8px;
  border-radius: 8px;
  background: var(--Netural-100);
}

/* videoSlide */
/**************************/
.videoSlide {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  margin: 25px 0 30px 0;
}
.videoSlide .h_iframe-aparat_embed_frame {
  position: relative;
  border-radius: 16px;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.videoSlide .h_iframe-aparat_embed_frame .iframeSpan {
  background: var(--Gray-900);
  border-radius: 16px;
  display: block;
  padding-top: 57%;
}
.videoSlide .h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: 100%;
}
.videoSlide .h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.videoSlide .video-js {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.videoSlide .video-js .vjs-tech {
  border-radius: 24px;
}
.videoSlide .vjs-poster {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 24px;
  background-size: cover;
}
.videoSlide .vjs-poster:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all 0.6s;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.videoSlide .video-js .vjs-big-play-button {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;

  width: 80px;
  height: 80px;
}
.videoSlide .video-js .vjs-big-play-button span {
  color: var(--Netural-White);
  font-size: 80px;
  line-height: 1;
}
.videoSlide .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\e93b";
  font-family: "icomoon";
}
.videoSlide .video-js .vjs-big-play-button:focus,
.videoSlide .video-js:hover .vjs-big-play-button {
  background-color: transparent;
}
.videoSlide .vjs-has-started .vjs-control-bar {
  border-radius: 0 0 12px 12px;
}
.videoSlide .video-js,
.videoSlide .video-js .vjs-tech,
.videoSlide .vjs-poster {
  border-radius: 16px;
}
.videoSlide .video-js button span {
  font-size: 10px;
  color: var(--Netural-White);
}
.videoSlide .video-js .vjs-remaining-time-display {
  color: var(--Netural-White);
  font-size: 1em;
}

/* Scrolling progress bar */
/**************************/
.guideProgrs .progress-wrapper {
  height: max-content;
  width: 100%;
}
.guideProgrs .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: calc(100% - 8px);
  border-radius: 8px;
  background: var(--Netural-100);
}
.guideProgrs .progress-line-fill {
  border-radius: 8px;
  background: var(--Secondary-Main);
  top: 0px;
  left: 0;
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 4px;
  min-width: 4px;
  z-index: 1;
}
.guideProgrs .progress-step {
  line-height: 1.5;
  z-index: 2;
  cursor: pointer;
  transition: color 0.3s;
  display: block;
  margin-left: 15px;
  margin-bottom: 2px;
  position: relative;
  top: -5px;
  min-height: 48px;
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 500;
}
.guideProgrs .progress-step:last-child {
  margin-bottom: 0;
}
.guideProgrs .progress-step:hover {
  color: var(--Primary-Main);
}
.guideProgrs .progress-step.active {
  color: var(--Secondary-Main);
  font-weight: 700;
}

/*==================aboutSec=================*/
.aboutSec {
  background: linear-gradient(
    96deg,
    var(--Primary-100, #a4d3ff) 0%,
    var(--Secondary-100, #f9e0d5) 100%
  );
  padding: 48px 0;
}
.aboutSec .downLink {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: var(--Netural-25);
  font-size: 24px;
  border-radius: 40px;
}
.aboutSec .downLink span {
  color: var(--Netural-950);
}
.aboutSec .downLink:hover span {
  color: var(--Primary-Main);
  transform: translateY(3px);
}
.aboutSec .aboutRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutSec .aboutText {
  width: calc(100% - 480px);
  padding-right: 50px;
}
.aboutSec .aboutText img {
  margin-bottom: 16px;
  width: 135px;
  height: auto;
}
.aboutSec .aboutText h2 {
  color: var(--Netural-950);
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 16px;
}
.aboutSec .aboutText p {
  color: var(--Netural-900);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.4;
}
.aboutSec .aboutText p:last-child {
  margin-bottom: 0;
}
.aboutSec .aboutImg {
  width: 480px;
  height: 380px;
  border-radius: 16px;
}
.aboutSec .aboutImg img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}

/*==================personlSec=================*/
.personlSec {
  margin: 40px 0 80px 0;
}
.personlSec .personlLst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.personlSec .personlLst .personlCrd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  background: var(--Netural-White);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  width: 48.8%;
}
.personlSec .personlLst .personlCrd:hover {
  transform: translateY(-3px);
}
.personlSec .personlCrd .imgBx {
  width: 200px;
  height: 160px;
  border-radius: 12px;
  background: url("../img/user-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.personlSec .personlCrd .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}
.personlSec .personlCrd .infoBx {
  width: calc(100% - 200px);
  padding-left: 20px;
}
.personlSec .personlCrd .infoBx h2 {
  overflow: hidden;
  color: var(--Netural-950);
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
.personlSec .personlCrd .infoBx p {
  overflow: hidden;
  color: var(--Netural-950);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}
.personlSec .personlCrd .infoBx span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 74px;
  color: var(--Netural-800);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

/*==================footer=================*/
footer {
  background: var(--Netural-50);
}
footer .foterRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 48px 0;
}
.foterRow .ftrCol strong {
  color: var(--Netural-950);
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin-bottom: 24px;
}
.foterRow .ftrCol .ftrLogoBx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.foterRow .ftrCol .ftrLogo {
  display: block;
  width: 45px;
  height: auto;
}
.foterRow .ftrCol .ftrLogo img {
  width: 100%;
  height: auto;
}
.foterRow .ftrCol .ftrText {
  color: var(--Netural-950);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 360px;
  line-height: 1.3;
}
.foterRow .ftrCol .ftrSocial {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.foterRow .ftrCol .ftrSocial a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--Netural-White);
  border: 1px solid var(--Netural-White);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: var(--Primary-500);
  transition: all 0.6s;
}
.foterRow .ftrCol .ftrSocial a:hover {
  /* border-color: var(--Primary-500); */
  background: var(--Primary-500);
  color: var(--Netural-White);
}
.foterRow .ftrCol .fotrLnks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 50px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 290px;
}
.foterRow .fotrLnks a {
  width: max-content;
  min-width: 65px;
  display: block;
  color: var(--Netural-700);
  font-size: 16px;
}
.foterRow .fotrLnks a:hover {
  color: var(--Netural-950);
}
.foterRow .fotrContct a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 16px;
  color: var(--Netural-950);
}
.foterRow .fotrContct span {
  font-size: 20px;
}
.foterRow .fotrContct p {
  font-size: 16px;
  font-weight: 400;
}
.foterRow .fotrContct a:hover {
  color: var(--Primary-500);
}
footer .foterBtm {
  padding: 20px 15px;
  border-top: 1px solid var(--Netural-200);
}
footer .ftrBtmRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}
footer .ftrBtmRow span {
  font-size: 19px;
}
footer .ftrBtmRow p {
  color: var(--Netural-700);
  font-size: 12px;
  font-weight: 400;
}
footer .ftrBtmRow i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--Netural-700);
}
footer .ftrBtmRow a {
  color: var(--Primary-500);
  font-size: 12px;
  font-weight: 500;
}
footer .foterBtm a:hover {
  color: var(--Primary-700);
}

/*==================media=================*/
@media (min-width: 768px) {
  .headerBox .hrdMenuBx .hrdMnuUl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
  }
  .headerBox .hrdMnuUl .hrdMnuLnk:after {
    position: absolute;
    content: "";
    left: 0;
    top: 26px;
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: var(--Netural-950);
    transition: all 0.6s;
  }
  .headerBox .hrdMnuUl .hrdMnuLnk.active:after {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .bookSec .bookSecInfo .bookSecImg {
    height: 380px;
  }
}
@media (max-width: 1199px) {
  .whyWorkSec .whyWorkBdy {
    flex-wrap: wrap;
  }
  .contactSec .contactRow {
    gap: 40px;
  }
  .topSwperSec .topSwperBx {
    height: max-content;
  }
  .topSwperSec .topSwprCrd {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
  .topSwprCrd .topSwprBdy {
    height: max-content;
    width: 100%;
  }
  .topSwprCrd .topSwprImg {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
  .topSwprCrd .topSwprImg img {
    border-radius: 16px 16px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .topSwprCrd .topSwprBdy {
    padding: 35px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personlSec .personlCrd .imgBx {
    width: 153px;
    height: 152px;
  }
  .personlSec .personlCrd .infoBx {
    width: calc(100% - 153px);
    padding-left: 15px;
  }
  .personlSec .personlLst .personlCrd {
    width: 48.5%;
  }
  .aboutSec .aboutImg {
    width: 380px;
  }
  .aboutSec .aboutText {
    width: calc(100% - 380px);
    padding-right: 35px;
  }
  .blgTopImg {
    height: 390px;
  }
  .blgPgRow .blgPgMain {
    padding-left: 25px;
  }
  .videoSlide .video-js .vjs-big-play-button {
    width: 70px;
    height: 70px;
  }
  .videoSlide .video-js .vjs-big-play-button span {
    font-size: 70px;
  }
  .latestSec .latestRow .latestMain {
    padding-right: 30px;
  }
  .topSwprCrd .topSwprImg {
    height: 400px;
  }
  .contactSec .cntctInfoBx .phoneUl {
    flex-direction: column;
    gap: 5px;
  }
  .contactSec .cntctInfoBx .phoneUl i {
    display: none;
  }
  .servcPgSec .srvcRowSwpr {
    max-height: 480px;
  }
  .servcPgSec .srvcRowTxt {
    padding: 25px;
  }
  .whyWorkSec .whyWorkBdy .whyWorkCrd {
    width: 30%;
  }
  .bookSec .bookSecInfo .bookSecImg {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .personlSec .personlLst .personlCrd {
    width: 100%;
  }
  .aboutSec .aboutRow {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .aboutSec .aboutImg {
    width: 100%;
  }
  .aboutSec .aboutText {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .blgPgRow .blgPgSide {
    display: none;
  }
  .blgPgRow .blgPgMain {
    width: 100%;
    padding-left: 0;
  }
  .latestSec .latestRow .latestMain {
    width: 100%;
    padding-right: 0;
  }
  .latestSec .latestRow .latestLnks {
    display: none;
  }
  .contactSec .contactRow {
    flex-direction: column-reverse;
  }
  .contactSec .contctInfo,
  .contactSec .contctFrm {
    width: 100%;
  }
  footer .foterRow {
    flex-wrap: wrap;
  }
  .servcPgSec .servcPgRow {
    align-items: flex-start;
  }
  .servcPgSec .servcPgRow:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .servcPgSec .servcPgRow:nth-child(2n + 1) {
    flex-direction: column;
  }
  .servcPgSec .srvcRowSwpr {
    width: 100%;
    min-height: unset;
  }
  .servcPgSec .srvcRowTxt {
    width: 100%;
  }
  .bookSec .bookSecBx {
    flex-direction: column;
    gap: 30px;
  }
  .bookSec .bookSecFrm,
  .bookSec .bookSecInfo {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blgTopImg {
    height: 370px;
  }
  .topSwprCrd .topSwprBdy h2 {
    font-size: 38px;
  }
  .topSwprCrd .topSwprImg {
    height: 350px;
  }
  .servcPgSec .srvcRowSwpr {
    height: 400px;
  }
  .whyWorkSec .whyWorkBdy .whyWorkCrd {
    width: 48%;
  }
  .headerSec {
    padding: 12px 0;
  }
  .headerBox .bookBtn {
    font-size: 15px;
    padding: 0 15px;
  }
  .headerBox .hrdMnuUl .hrdMnuLnk {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .aboutSec .aboutText img {
    width: 120px;
  }
  .aboutSec .aboutText h2 {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .aboutSec .aboutText p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .relatdSwpr .swiper-slide {
    width: 270px;
  }
  .blgPgRow {
    margin-top: 30px;
  }
  .relatdCrd .rlatdCrdBdy p,
  .blgContent ol li i,
  .blgContent ol li p,
  .blgContent p,
  .blgContent ul li,
  .blgPgTop .time {
    font-size: 14px;
  }
  .relatdCrd .rlatdCrdBdy .author {
    gap: 6px;
  }
  .relatdCrd .rlatdCrdBdy .author img {
    width: 35px;
    height: 35px;
  }
  .relatdCrd .rlatdCrdBdy h2,
  .blgContent ol li::marker {
    font-size: 18px;
  }
  .videoSlide .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
  }
  .videoSlide .video-js .vjs-big-play-button span {
    font-size: 50px;
  }
  .blgPgTop h1 {
    font-size: 28px;
  }
  .pagination .page-link i {
    display: none;
  }
  .blgContent h2,
  .latestSec .latestCrd .lastCrdBdy .title h2 {
    font-size: 20px;
  }
  .latestSec .latestCrd .lastCrdBdy .title p {
    font-size: 13px;
    height: 37px;
  }
  .latestSec .latestSecTtl {
    font-size: 34px;
  }
  .blgSwprCrd .blgSwprBdy .title span {
    font-size: 13px;
  }
  .blgSwprCrd .blgSwprBdy .title p {
    display: none;
  }
  .blgSwprCrd .blgSwprBdy .title h2 {
    margin: 8px 0 0 0;
    font-size: 20px;
    max-height: 84px;
    overflow: hidden;
  }
  .topSwperSec .swiper-button-next:after,
  .topSwperSec .swiper-button-prev:after {
    font-size: 28px;
  }
  .topSwprCrd .topSwprBdy h2,
  .whyWorkSec .whyWorkHed h2 {
    font-size: 32px;
  }
  .whyWorkSec .whyWorkBdy {
    gap: 12px;
  }
  .swiperSec .swiper-button-next,
  .swiperSec .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiperSec .swiper-button-next:after,
  .swiperSec .swiper-button-prev:after {
    font-size: 20px;
  }
  .scienceSec .scienceBox .logoBx {
    width: 150px;
  }
  .secHed {
    flex-wrap: wrap;
  }
  .servcPgHed h1 {
    font-size: 36px;
  }
  .contactSec .contctFrm h2 {
    font-size: 30px;
  }
  .secHed h2 {
    font-size: 32px;
  }
  .servcPgSec .srvcRowTxt h2,
  .bookSec .bookSecInfo .bookSecTtl h2,
  .scienceSec .scienceBox h2 {
    font-size: 26px;
  }
  .contactSec .cntctInfoBx .callLink span,
  .whyWorkSec .whyWorkHed p,
  .whyWorkSec .whyWorkCrd h2 {
    font-size: 18px;
  }
  .topSwprCrd .topSwprBdy p,
  .contactSec .cntctInfoBx strong,
  .servcPgHed p,
  .secHed a {
    font-size: 16px;
  }
  .topSwprCrd .topSwprBdy .swprLink,
  .bookSec .bookSecInfo .bookSecTtl p,
  .scienceSec .scienceBox p {
    font-size: 15px;
  }
  .contactSec .cntctInfoBx p,
  .contactSec .cntctInfoBx .callLink i,
  .contactSec .contctFrm p,
  .servcPgSec .srvcRowTxt p,
  .bookSec .bookSecInfo .bookSecTtl ul i {
    font-size: 14px;
  }
  .whyWorkSec .whyWorkCrd p {
    font-size: 13px;
  }
  .servcPgHed p,
  .foterRow .ftrCol .fotrLnks {
    max-width: 100%;
  }
  .contactSec .cntctInfoBx .callLink {
    min-width: 121px;
  }
  .foterRow .ftrCol strong {
    margin-bottom: 18px;
  }
  .headerSec {
    padding: 10px 0;
  }
  .headerBox .headrLogo {
    width: 65px;
  }
  .headerBox .hrdMnuUl .hrdMnuLi {
    border-bottom: 1px solid var(--Netural-300);
  }
  .headerBox .hrdMnuUl .hrdMnuLi:last-child {
    border-bottom: none;
  }
  .headerBox .hrdMnuUl .hrdMnuLnk {
    width: 100%;
    height: 42px;
  }
  .headerBox .hrdMnuUl .hrdMnuLnk.active {
    color: var(--Primary-Main);
  }
  .hrdMenuBx {
    position: fixed;
    left: -250px;
    top: 0;
    z-index: 15;
    width: 250px;
    height: 100vh;
    overflow: auto;
    padding: 15px;
    background: var(--Netural-50);
  }
  .hrdMenuBx.opened {
    left: 0;
  }
  .headerBox .hrdMenuBx .sideTop {
    display: block;
  }
  .headerBox .opnSideMnu {
    display: block;
    width: 60px;
  }
  .headerBox .bookBtn {
    font-size: 14px;
    padding: 0px 12px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .topSwprCrd .topSwprBdy {
    padding: 30px 15px;
  }
  .topSwprCrd .topSwprImg {
    height: 300px;
  }
  .servcPgSec .srvcRowSwpr {
    height: 320px;
  }
  .servcPgSec .srvcRowTxt {
    padding: 30px;
  }
  .whyWorkSec .whyWorkBdy .whyWorkCrd {
    width: 47%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .aboutSec .aboutImg {
    height: 290px;
  }
  .videoSlide,
  .blgTopImg {
    height: 300px;
  }
  .blgContent img {
    height: 280px;
  }
  .latestSec .latestCrd .lastCrdImg {
    width: 190px;
    height: 170px;
  }
  .latestSec .latestCrd .lastCrdBdy {
    width: calc(100% - 190px);
    padding-left: 12px;
  }
  .bookSec .bookSecInfo .bookSecImg {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .personlSec .personlLst {
    gap: 14px;
  }
  .aboutSec .aboutImg {
    height: 230px;
  }
  .videoSlide,
  .blgTopImg {
    height: 260px;
  }
  .blgContent img {
    height: 250px;
  }
  .author strong {
    font-size: 13px;
  }
  .author p {
    font-size: 12px;
  }
  .blgSwprCrd .blgSwprBdy .likes {
    padding: 0 8px;
  }
  .author {
    gap: 8px;
  }
  .author img {
    width: 38px;
    height: 38px;
  }
  .contactSec .cntctInfoBx {
    flex-wrap: wrap;
  }
  .servcPgSec .srvcRowTxt h2 {
    margin-bottom: 13px;
  }
  .servcPgSec .srvcRowTxt p {
    margin-bottom: 12px;
  }
  .bookSec .bookSecInfo .bookSecImg {
    height: 250px;
  }
  .servcPgSec .srvcRowSwpr .swiper-button-next:after,
  .servcPgSec .srvcRowSwpr .swiper-button-prev:after {
    font-size: 26px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .personlSec .personlCrd .imgBx {
    width: 170px;
  }
  .personlSec .personlCrd .infoBx {
    width: calc(100% - 170px);
  }
  .latestSec .latestCrd .lastCrdImg {
    width: 160px;
    height: 155px;
  }
  .latestSec .latestCrd .lastCrdBdy {
    width: calc(100% - 190px);
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .personlSec .personlCrd .imgBx {
    width: 130px;
    height: 128px;
  }
  .personlSec .personlCrd .infoBx {
    padding-left: 11px;
    width: calc(100% - 130px);
  }

  .personlSec .personlCrd .infoBx h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .personlSec .personlCrd .infoBx p {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .personlSec .personlCrd .infoBx span {
    font-size: 12px;
    height: 63px;
  }
  .latestSec .latestList .latestCrd {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
  }
  .latestSec .latestCrd .lastCrdImg {
    width: 100%;
    height: 200px;
  }
  .latestSec .latestCrd .lastCrdBdy {
    width: 100%;
    padding: 0 10px;
  }
  .blgSwprSec .swiper-button-next,
  .blgSwprSec .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
  .blgSwprSec .swiper-button-next:after,
  .blgSwprSec .swiper-button-prev:after {
    font-size: 18px;
  }
  .blgSwprSec .swiper,
  .blgSwprSec .swiper-slide {
    height: 330px;
  }
  .blgSwprCrd .blgSwprBdy {
    padding: 0px 15px 15px 15px;
  }
  .topSwprCrd .topSwprBdy {
    padding: 20px 15px 40px 15px;
  }
  .topSwprCrd .topSwprImg {
    height: 230px;
  }
  .topSwprCrd .topSwprBdy p {
    margin-bottom: 20px;
  }
  .servcPgSec .srvcRowSwpr {
    height: 280px;
  }
  .servcPgSec .srvcRowTxt {
    padding: 20px;
  }
  .whyWorkSec .whyWorkBdy .whyWorkCrd {
    width: 100%;
  }
}
@media (max-width: 389px) {
  .ourSrvicCrd {
    width: 280px;
  }
}



/* -------------------------------- */


/* Sticky Header */
.headerSec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
}

 

/* تنظیمات برای منوی موبایل */
@media (max-width: 768px) {
  .headerSec {
      position: fixed;
  }
  .hrdMenuBx {
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      width: 250px;
      background-color: #fff;
      transition: right 0.3s ease;
  }
  .hrdMenuBx.active {
      right: 0;
  }
}

 
/*==================body=================*/
body {
  font-family: "Urbanist";
  direction: ltr;
  background: var(--Netural-25);
  transition: padding-top 0.3s ease; /* برای جلوگیری از پرش هنگام تغییر حالت */
}

/*==================header=================*/
.headerSec {
  padding: 16px 0;
  background: var(--Netural-25);
  position: relative; /* حالت پیش‌فرض */
  transition: all 0.3s ease;
  z-index: 14;
}

.headerSec.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02),
              0px 8px 18px 0px rgba(0, 0, 0, 0.03); */
  z-index: 1000;
}

/* فاصله برای جلوگیری از همپوشانی محتوا هنگام ثابت شدن هدر */
body.has-fixed-header {
  padding-top: 80px; /* ارتفاع هدر را بر اساس طراحی تنظیم کنید */
}

/* بقیه استایل‌های موجود بدون تغییر */
.pagination {
  width: 100%;
  justify-content: center;
  margin: 35px 0;
  gap: 8px;
}
.pagination li:first-child {
  margin: 0 auto 0 0;
}
.pagination li:last-child {
  margin: 0 0 0 auto;
}
.pagination .page-link {
  min-width: 40px;
  height: 40px;
  border: none;
  background: var(--Netural-200);
  color: var(--Netural-950);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.pagination .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 8px;
}
.pagination .page-link span {
  font-size: 20px;
}
.pagination .page-link p {
  font-weight: 500;
}
.pagination .page-link i {
  font-weight: 700;
}
.pagination li.disabled .page-link {
  color: var(--Netural-White);
}
.pagination .active > .page-link,
.page-link.active {
  background: var(--Primary-Main);
  color: var(--Netural-White);
}
.pagination .page-link:hover {
  color: var(--Netural-White);
  background: var(--Primary-700);
}

.headerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.headerBox .opnSideMnu {
  display: none;
  color: var(--Netural-950);
  font-size: 24px;
  cursor: pointer;
}
.headerBox .opnSideMnu:hover {
  color: var(--Primary-Main);
}
.headerBox .headrLogo {
  display: block;
  width: 73px;
  height: auto;
}
.headerBox .headrLogo img {
  width: 100%;
  height: auto;
}
.headerBox .hrdMenuBx .sideTop {
  display: none;
}
.headerBox .hrdMenuBx .cloSideMnu {
  color: var(--Netural-950);
  font-size: 24px;
  cursor: pointer;
  display: block;
  margin: 0 0 0 auto;
  width: max-content;
}
.headerBox .hrdMenuBx .cloSideMnu:hover {
  color: var(--Secondary-Main);
}
.headerBox .hrdMenuBx .sideLogo {
  display: block;
  width: 70px;
  height: auto;
  margin: 12px auto 20px auto;
}
.headerBox .hrdMenuBx .sideLogo img {
  width: 100%;
  height: auto;
}
.headerBox .hrdMnuUl .hrdMnuLnk {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Netural-700);
  font-size: 16px;
  font-weight: 500;
}
.headerBox .hrdMnuUl .hrdMnuLnk:hover {
  color: var(--Primary-500);
}
.headerBox .bookBtn {
  color: var(--Netural-White);
  font-size: 16px;
  font-weight: 700;
  min-width: max-content;
  display: flex;
  height: 44px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Primary-Main);
  border: none;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
}
.headerBox .bookBtn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ffffff23;
  border-radius: 8px;
  transition: all 0.6s;
}
.headerBox .bookBtn:hover:after {
  width: 100%;
}

/* تنظیمات برای منوی موبایل */
@media (max-width: 767px) {
  .headerSec {
    padding: 10px 0;
  }
  .headerBox .headrLogo {
    width: 65px;
  }
  .headerBox .opnSideMnu {
    display: block;
    width: 60px;
  }
  .headerBox .bookBtn {
    font-size: 14px;
    padding: 0px 12px;
  }
  .hrdMenuBx {
    position: fixed;
    left: -250px;
    top: 0;
    z-index: 15;
    width: 250px;
    height: 100vh;
    overflow: auto;
    padding: 15px;
    background: var(--Netural-50);
    transition: left 0.3s ease;
  }
  .hrdMenuBx.active {
    left: 0;
  }
  .headerBox .hrdMenuBx .sideTop {
    display: block;
  }
  .headerBox .hrdMnuUl .hrdMnuLi {
    border-bottom: 1px solid var(--Netural-300);
  }
  .headerBox .hrdMnuUl .hrdMnuLi:last-child {
    border-bottom: none;
  }
  .headerBox .hrdMnuUl .hrdMnuLnk {
    width: 100%;
    height: 42px;
  }
  .headerBox .hrdMnuUl .hrdMnuLnk.active {
    color: var(--Primary-Main);
  }
}

/* بقیه استایل‌های شما بدون تغییر */







/* -------------------------------------- */
.crdLikeBtn {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.crdLikeBtn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.icon-ant-design--heart-outlined,
.icon-ant-design--heart-filled {
  font-size: 20px;
  display: inline-block;
}
.icon-ant-design--heart-outlined {
  color: #ccc;
}
.icon-ant-design--heart-filled {
  color: red;
}