/* Constant styles  */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-family: "Amiri", serif;
  font-family: "Cairo", sans-serif;
  direction: rtl;
}

body {
  font-family: "Amiri", serif;
  font-family: "Cairo", sans-serif;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.btn-style {
  background-color: #f4a460;
  padding: 21px 35px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #f4a460;
  border-radius: 42px;
}
.btn-style:hover {
  color: #f4a460;
  background-color: white;
  border-color: #f4a460;
}

.btn-style-rounded {
  background-color: #f4a460;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #f4a460;
}
.btn-style-rounded:hover {
  color: #f4a460;
  background-color: #fff;
  border-color: #f4a460;
}

.card-img {
  height: 100vh;
  position: relative;
}
.card-img .img-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-img .img-parent img,
.card-img .img-parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}
.section_header h5 {
  font-size: 2rem;
}

.personal-img {
  position: relative;
  margin-bottom: 20px;
}
.personal-img .per {
  width: 200px;
  height: 130px;
  border-radius: 11px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.personal-img .upload-btn-wrapper {
  position: relative;
  margin: 0;
  cursor: pointer !important;
}
.personal-img .btn {
  color: #f4a460;
  cursor: pointer !important;
  text-align: right;
  font-size: 12px;
  z-index: 9;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
}
.personal-img .btn i,
.personal-img .btn span {
  color: #fff;
}
.personal-img .btn i {
  margin-top: -3px;
  font-size: 1.2rem;
}
.personal-img .btn img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.personal-img .btn:disabled {
  display: none;
}
.personal-img .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.personlaimg-h4 {
  margin-right: 10px;
}

.side-active {
  height: 100vh;
  overflow: hidden;
}
.side-active .bg-side-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 4;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

/* splash */
.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #f4a460;
  z-index: 99;
}
.splash .wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.splash .circle {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}
@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.splash .circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
.splash .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.splash .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.splash .shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
.splash .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
.splash .wrapper span {
  position: absolute;
  top: 75px;
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 15%;
}

/* menu icon */
.menu_icon {
  right: 0;
  width: 45px;
  height: 45px;
  background-color: #f4a460;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 9;
  display: none;
  align-items: center;
  /* Icon 1 */
}
.menu_icon #nav-icon1,
.menu_icon #nav-icon2,
.menu_icon #nav-icon3,
.menu_icon #nav-icon4 {
  width: 1.6rem;
  height: 0.7rem;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu_icon #nav-icon1 span:nth-child(2) {
  top: 8px;
  left: unset;
  right: 0;
}
.menu_icon #nav-icon1.open span:nth-child(2) {
  top: 5.5px;
  transform: rotate(-135deg);
}

/* side_nav */
.side-nav {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  width: 300px;
  max-width: 100%;
  margin: auto;
  position: fixed;
  box-shadow: 0 7px 19px rgba(0, 0, 0, 0.13);
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  right: -100%;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow: auto;
}
.side-nav .side-wrapper {
  height: 50vh;
}
.side-nav .close-nav {
  position: absolute;
  top: 10px;
  right: 10px;
}
.side-nav .logo {
  text-align: center;
  margin-bottom: 30px;
}
.side-nav .side-links {
  height: 100%;
  overflow: auto;
  margin-top: 10px;
}
.side-nav .side-links ul {
  height: 100%;
}
.side-nav .side-links ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.side-nav .side-links ul li a {
  color: #000;
  display: block;
  padding: 10px 5px;
  font-size: 1rem;
}
.side-nav .side-links ul li.active {
  background-color: #f4a460;
}
.side-nav .side-links ul li.active a {
  color: #fff;
}
.side-nav .side-links ul .login-item a {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
}
.side-nav .side-links ul .signup-item a {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  color: #f4a460;
}
.side-nav .option {
  margin-top: 20px;
}
.side-nav .option li {
  margin-top: 10px;
}
.side-nav .option li a {
  padding: 10px 5px;
  color: #fff;
  border: 1px solid #f4a460;
}

.side-nav-open {
  right: 0;
}

.open-profile-sidebar {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
}

.nice-select {
  float: none !important;
  background-color: transparent;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: #f4a460;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(202, 196, 204, 0.1) inset;
  animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.search-screen {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.search-screen .form-control {
  height: 50px;
  background-color: #fff;
  border: 0.5 solid #535353;
}
.search-screen .btn-style {
  border-radius: 10px;
  padding: 15px 40px;
  margin-top: 20px;
}
.search-screen .close {
  position: absolute;
  top: 50px;
  right: 100px;
  z-index: 4;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.search-screen-active {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}

/* ================================================================ */
.custom-navbar {
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 4;
  padding: 25px 0px;
}
.custom-navbar .logo img {
  width: 200px;
}
.custom-navbar .links li {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .custom-navbar .links li {
    margin-right: 25px;
  }
}
.custom-navbar .links li a {
  padding: 5px 17px;
  font-size: 1.1rem;
  color: #fff;
  border-radius: 16px;
  cursor: pointer;
}
.custom-navbar .links li.active a {
  background-color: #f4a460;
}
.custom-navbar .links li:hover a {
  background-color: #f4a460;
  color: #fff;
}
.custom-navbar .navbar-option li {
  margin-right: 14px;
}
.custom-navbar .navbar-option .person-icon .card-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.custom-navbar .navbar-option .person-icon .card-img img {
  border-radius: 50%;
}
.custom-navbar .navbar-option .btn-style {
  border-radius: 22px;
  font-size: 1rem;
  min-width: auto;
  width: auto;
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.custom-navbar .navbar-option .btn-style:hover {
  background-color: transparent;
  color: #fff;
}
.custom-navbar .navbar-option .btn-style.new-account {
  background-color: transparent;
  color: #fff;
}
.custom-navbar .navbar-option .btn-style.new-account:hover {
  background-color: #fff;
  color: #f4a460;
}

.custom-navbar-position {
  position: relative;
  background-color: #000000;
}

.menu_icon {
  display: flex;
  align-items: center;
}

.custom-navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
}
.custom-navbar .logo-links {
  justify-content: space-between;
}

/* ================================================================ */
/* Shared styles  */
.custom-navbar-position {
  background-color: #ffffff;
}
.custom-navbar-position .links li a {
  color: #000000;
  font-size: 20;
  font-weight: 500;
}

.custom-navbar .links li.active a {
  background: none;
  color: #f4a460;
}

.new_account_btn {
  border: none;
  outline: none;
  border-radius: 4px;
  background: #f4a460;
  background: linear-gradient(90deg, #f7bf90 0%, #f4a460 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 7px 33px 9px 15px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  display: flex;
  text-wrap: nowrap;
}

.logo,
.logo a,
.logo img {
  width: 89px;
  height: 109px;
}

textarea {
  resize: none;
}

.no_data {
  font-size: 25px;
  color: #f4a460;
}

.menu_icon {
  display: none !important;
}

.logo-links {
  display: none !important;
}

@media (max-width: 991px) {
  .logo-links {
    display: flex !important;
  }
  .links {
    display: none !important;
  }
  .menu_icon {
    display: flex !important;
  }
}
.menu_icon #nav-icon1,
.menu_icon #nav-icon2,
.menu_icon #nav-icon3,
.menu_icon #nav-icon4 {
  width: 1.6rem;
  height: 0.7rem;
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.menu_icon #nav-icon1 span,
.menu_icon #nav-icon3 span,
.menu_icon #nav-icon4 span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.45s ease-in-out;
}

.side-nav-open .menu_icon span:nth-child(1) {
  top: 3px !important;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.side-nav-open .menu_icon span:nth-child(2) {
  top: 3px !important;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.search_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  margin: 20px auto;
  margin-left: 20px;
}
.search_form input[type=text] {
  width: 70%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 0px 5px 5px 0px;
  outline: none;
  font-size: 16px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
}
.search_form button {
  width: 30%;
  padding: 10px;
  background-color: #f4a460;
  border: 1px solid #f4a460;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  -o-border-radius: 5px 0px 0px 5px;
}
.search_form button:hover {
  background-color: #fff;
}

.page_content {
  margin-top: 141px;
}

.home_section {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.366) 100%, rgba(35, 83, 138, 0.95) 0%), url("./../images/homebanner.jpg");
  min-height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.categories {
  padding: 20px;
}
.categories .title {
  text-align: center;
  margin-bottom: 20px;
}
.categories .title h2 {
  color: #f4a460;
}
.categories #carouselExample {
  width: 100%;
}
.categories .carousel-inner {
  display: flex;
  flex-direction: row;
}
.categories .carousel-item {
  width: 100%;
}
.categories .carousel-control-prev,
.categories .carousel-control-next {
  width: 5%;
}
.categories .carousel-control-prev-icon,
.categories .carousel-control-next-icon {
  background-color: #f4a460;
}
.categories .visually-hidden {
  display: none;
}

.latest-designs {
  background-color: white;
  padding: 20px;
}
.latest-designs .title {
  text-align: center;
  margin-bottom: 20px;
}
.latest-designs .title h2 {
  color: #f4a460;
}
.latest-designs .card-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.latest-designs .card-container .card {
  width: 30%;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: white;
  color: #f4a460;
}
.latest-designs .card-container .card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.latest-designs .card-container .card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.latest-designs .card-container .card p {
  font-size: 14px;
  margin-bottom: 10px;
}
.latest-designs .card-container .card .btn {
  background-color: #f4a460;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.latest-designs .card-container .card .btn:hover {
  background-color: #f18930;
}
.latest-designs .card-container .card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.fixed-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.fixed-icons a {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
  background-color: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Box shadow */
}

.fixed-icons a.phone {
  background-color: #34b7f1;
}

.fixed-icons a:hover {
  background-color: #1da851;
}

.fixed-icons a.phone:hover {
  background-color: #10a2e2;
}

.fixed-icons a:hover {
  transform: scale(1.1);
}

.footer {
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
}
.footer a {
  text-decoration: none;
  color: #f4a460;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: #f4a460;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer li {
  margin-right: 20px;
}
.footer .contact-info {
  text-align: right;
}
.footer .contact-info p {
  margin: 5px 0;
  color: #f4a460;
}

.fixed_categories {
  background-color: #f8f9fa;
}
.fixed_categories ul {
  list-style: none;
  padding: 0;
}
.fixed_categories ul .item {
  margin-bottom: 10px;
}
.fixed_categories ul .item a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}
.fixed_categories ul .item a:hover {
  color: #f4a460;
}

.categories-header {
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px solid #007bff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
}

@media screen and (max-width: 991px) {
  .latest-designs .card-container {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .latest-designs .card-container .card {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .latest-designs .card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about .about_img {
  background-attachment: fixed;
  background-image: url("./../images/category-img.webp");
  min-height: 70vh;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about header {
  background-color: #fff;
  color: #f4a460;
  padding: 20px;
  text-align: center;
}
.about header h1 {
  margin: 0;
  font-size: 2rem;
}
.about main {
  padding: 20px;
  background-color: #f9f9f9;
}
.about main .about-section {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.about main .about-section p {
  color: #333;
  line-height: 1.6;
}
.about main .services-section {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.about main .services-section h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.about main .services-section p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.about .svg-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: #666;
}

.contact {
  padding: 20px 0;
}
.contact .contact-form {
  max-width: 600px;
  margin: 0 auto;
}
.contact .contact-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #333;
}
.contact .contact-form input,
.contact .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact .contact-form button {
  background-color: #f4a460;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
}

.articles-carousel .mobile {
  display: none;
}
.articles-carousel .desktop {
  display: block;
}
@media screen and (max-width: 900px) {
  .articles-carousel .mobile {
    display: block;
  }
  .articles-carousel .desktop {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .articles-carousel .mobile {
    display: none;
  }
  .articles-carousel .desktop {
    display: block;
  }
}
.articles-carousel .btn-primary {
  background-color: #f4a460;
  border-color: #f4a460;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.articles-carousel .btn-primary:hover {
  background-color: white;
  color: #f4a460;
}
.articles-carousel .swiper-pagination {
  z-index: 999;
  bottom: -5px !important;
}
.articles-carousel .swiper-pagination-bullet-active {
  background-color: #f4a460;
}
.articles-carousel .swiper-button-next,
.articles-carousel .swiper-button-prev {
  color: #f4a460;
  font-size: 10px;
}
.articles-carousel .categories-header {
  border-bottom: 2px solid #f4a460;
  color: #f4a460;
}

.pagination .page-item.active > .page-link {
  background-color: #f4a460;
  color: white;
}

.pagination .page-item > .page-link {
  border-color: #f4a460;
  color: #f4a460;
}

.article_details_page .article-details {
  margin: auto;
  margin-top: 161px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.article_details_page .media-section img {
  width: 100%;
  height: auto;
  display: block;
}
.article_details_page .text-section {
  padding: 20px;
}
.article_details_page .title {
  color: #f4a460;
}
.article_details_page .post-card {
  margin-bottom: 20px;
}
.article_details_page .post-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.article_details_page figure.wp-block-video {
  margin: 20px 0;
}
.article_details_page figure.wp-block-video video {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.article_details_page .post-card {
  margin-bottom: 20px;
}
.article_details_page .post-card img, .article_details_page .post-card video {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 600px) {
  .new_account_btn {
    padding: 7px 9px 9px 10px;
  }
}/*# sourceMappingURL=global_files.css.map */