:root {
  --font: "Inter", sans-serif;
  --white: #fff;
  --text-golden: #d9b18d !important;
  --color-main: #e2294c;
  --dark: #000;
  --universal-text-color: #212529;
  --footer-bg-color: #2b2b2b;
  --footer-icon-bg-color: #484848;
  --light-bg-color: #dff0f5;
  --shadow-1: 0px 0px 24px rgb(0 0 0 / 10%);
  --shadow-2: 0px 3px 3px rgb(0 0 0 / 8%), 0px 10px 32px rgb(0 0 0 / 9%);
  --background-1: linear-gradient(
    90deg,
    #e6f9ed 0%,
    #ddeef8 49.77%,
    #ebe0f7 100%
  );
  --background-2: #d9b18d;
  --background-hover: #daa272;
  --font-family-sans-serif: "Roboto Condensed", sans-serif;
  --custom-sec-padding: 4rem 0;
  --heading-font: "Montserrat", sans-serif;
  --default-font: "Nunito", sans-serif;
  --bg-white: #ffffff;
  --bg-light: #f5f5ff;
  --bg-orange: #ff8c02;
  --bg-yellow: #ff9d00;
  --bg-gray: #e8e8e8;
  --bg-part2: #e8eeff;
  --bg-green: #008e17;
  --accent-color: #02c4eb;
  --text-white: #fff;
  --text-black: #000;
  --text-green: #008e17;
  --text-orange: #ff8c02;
  --text-yellow: #ff9d00;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body {
  font-family: var(--default-font) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--universal-text-color) !important;
  vertical-align: baseline;
  line-height: 1.4 !important;
  background: var(--bg-white) !important;
}
html {
  margin-top: 0 !important;
}

/* ========== start new css for blog 51 international ===============*/
.home-page-hader-banner {
  position: relative;
  background: url("https://www.51international.com/assets/dit/fiftyone/images/blog-home-page-banner.webp")
    no-repeat center center;
  background-size: cover;
  min-height: 550px;
  display: flex;
  align-items: center;
}

.home-page-hader-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(60, 60, 60, 0) 0%,
    rgba(17, 17, 17, 0.7) 36.06%,
    rgba(17, 17, 17, 0.8) 64.9%
  );
  z-index: 1;
}

.home-page-hader-banner > * {
  position: relative;
  z-index: 2;
}
.home-page-hader-banner p {
  color: #fff;
  font-family: Faustina;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  width: 100%;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.home-page-hader-banner p::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
  height: 4px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #e5c560;
}

.second-hm-blog-section {
  background-color: #000;
  padding: 80px 0;
}

.second-hm-blog-title {
  color: #c9a227;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  text-transform: uppercase;
}

.second-hm-blog-text {
  color: #ddd;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
}
.second-hm-author-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.second-hm-author-box img {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 15px;
}

.second-hm-author-name {
  color: #c9a227;
  font-size: 14px;
  font-weight: 600;
}

.second-hm-author-role {
  color: #aaa;
  font-size: 12px;
}

.second-hm-blog-image img {
  border-radius: 6px;
  width: 100%;
}
.blog-second-sec-inner-bgn {
  padding: 0 9%;
}
.blog-card-category-section-bfg {
  padding: 0 3%;
  background: #000 !important;
}
.search-form-section-home-pg {
  text-align: center;
  justify-content: center;
  display: inline-flex;
}
.search-form-section-home-pg form {
  max-width: 410px;
  width: 100%;
}
.search-form-section-home-pg form input {
  border-radius: 0;
}
.search-form-section-home-pg form button {
  background: #e3a154 !important;
  color: #fff;
  border: none;
  border-radius: 0;
}
.latest-blog-1 .new-blog-home-page-first-card img {
  max-height: 395px !important;
}
.top-blog-home-latest-author--sec img {
  border-radius: 6%;
  margin-right: 10px;
  width: 80px;
  height: 80px;
}
.post-box-text .new-51-main-para-smnb a {
  color: #fff !important;
}
/* ==========end new css for blog 51 international ============ */

.custom-download-btn {
  background: #ffffff !important;
  border: 3px solid #000;
  color: #000 !important;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 3px;
}
.custom-download-btn:hover {
  background: linear-gradient(179deg, black, #525252) !important;
  border: 3px solid #fff0;
  border-bottom-color: #505050;
  color: var(--white) !important;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
}
.custom-buynow-btn {
  background: linear-gradient(179deg, black, #525252) !important;
  border: 3px solid #fff0;
  border-bottom-color: #505050;
  color: var(--white) !important;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 3px;
}
.custom-buynow-btn:hover {
  background: #ffffff !important;
  border: 3px solid #000;
  color: #000 !important;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none;
}
#category-select .postform {
  width: 100%;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1645px;
}
p {
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--universal-text-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--universal-text-color);
  font-weight: 600 !important;
}
.h3,
h3 {
  font-size: 1.3rem !important;
}
.h4,
h4 {
  font-size: 1.1rem !important;
}
img {
  max-width: 100%;
}
.custom-btn {
  font-size: 15px;
  font-weight: 600;
  min-height: 35px;
  min-width: 130px;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.custom-btn:hover {
  text-decoration: none;
}
.theam-btn {
  color: var(--text-white) !important;
  background: var(--bg-blue) !important;
  border: 1px solid var(--bg-blue);
}
.theam-btn:hover {
  color: var(--default-color) !important;
  background: var(--bg-white) !important;
}
.white-btn {
  background: var(--bg-white);
  color: var(--default-color);
}
.white-btn:hover {
  background: var(--bg-orange);
  color: var(--text-white);
}
.theam-border-btn {
  background: var(--bg-white);
  color: var(--default-color);
  border: 1px solid var(--bg-blue);
}
.theam-border-btn:hover {
  background: var(--bg-blue);
  color: var(--text-white);
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.sec-padding {
  padding: 0 7%;
}

.choose_of-enqbtnpp-bt {
  background-color: #926f4d;
  color: #fff;
  border: 1px solid transparent;
  background-image: linear-gradient(135deg, #926f4d, #8e7154, #5b3916);
  border-radius: 6px;
  padding: 7px 30px;
  font-size: 17px;
}
.choose_of-enqbtnpp-bt:hover {
  background-color: #816244;
  color: #fff;
  border-color: transparent;
  background-image: linear-gradient(135deg, #5b3916, #8e7154, #926f4d);
}

.select-selected {
  padding: 10px;
  border-radius: 4px;
  border-color: #ddd;
  font-family: var(--font), sans-serif;
  border: 1px solid #ced4da;
  position: relative;
  cursor: pointer;
}

.select-selected-active {
  background-color: #113563;
  color: #fff;
}

.select-selected::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #113563;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

.select-selected-active::before {
  border-top: 8px solid #fff;
  transform: rotate(180deg);
  top: 42%;
  transition: 0.3s ease-in-out;
}

.select-items {
  position: absolute;
  background-color: #c3ddfa;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  z-index: 99;
}

.select-items.select-show {
  display: block;
  height: 160px;
  overflow: auto;
  background-color: #f0f7ff;
  margin-right: 1.9rem;
}

.select-items div {
  padding: 10px;
  cursor: pointer;
  color: #d9b18d;
  font-family: var(--font), sans-serif;
  font-weight: 500;
  background: #f0f7ff;
}

.select-items div:hover {
  background-color: #e0e0ff;
}

.select-show {
  display: block;
}

.content_right_sec1 {
  position: sticky;
  top: 20px;
  padding-bottom: 0.7rem;
}
.sidebar-container {
  background: var(--bg-light);
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.sidebar-container:nth-child(2) {
  display: none;
}
.widget_search {
  padding: 1rem 0;
}
.widget_search form label {
  display: none !important;
}
.widget_search form input {
  border-radius: 10px 0 0 10px;
  border-color: #d9b18d;
  outline: none;
  box-shadow: none;
}
.widget_search form button {
  margin: 0;
  background: #d9b18d;
  color: var(--white);
  border: 0;
  border-radius: 0 10px 10px 0;
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 500;
  background: #d9b18d;
  border-radius: 10px;
  color: var(--white);
  padding: 5px 10px;
  margin-bottom: 10px;
}
.widget ul li a {
  color: var(--universal-text-color);
  font-size: 16px;
}
.widget ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.widget ul li:before {
  content: "\f105";
  font-family: "fontello";
  position: absolute;
  left: 0;
}
.widget select {
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  background: var(--bg-white);
  color: var(--text-black);
}
.post-box {
  min-height: 25rem;
  box-shadow: 1px 1px 20px #0c0c0d14;
  border-radius: 5px;
  margin-bottom: 2rem;
  position: relative;
}

.post-box .index-featured-image {
  display: block;
}
.post-box .index-featured-image img {
  transform: scale(1);
  opacity: 1;
  max-height: 250px;
  border: 1px solid #e3a154;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
}
.post-box .index-featured-image img:hover {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 6.448px 0 #ca0;
}
.post-box:hover .post-box img {
  transform: scale(1.05);
  opacity: 0.7;
  border: 1px solid #e3a154;
}
.post-box-text {
  padding: 1rem;
  font-size: 16px;
}
.post-box-text p {
  color: var(--text-white);
}
.post-box .index-category {
  margin: 5px 0;
  font-size: 16px;
}
.post-box .index-category a {
  font-weight: 500;
  color: var(--text-white) !important;
  text-decoration: none;
}
.post-box .index-category a i {
  color: #e3a154 !important;
}
.post-box-text .index-category span .icon-calendar {
  color: #e3a154 !important;
}
.post-box .head-title a {
  color: var(--universal-text-color);
  font-weight: 500;
  text-decoration: none;
  font-size: 17px;
}
.post-box .head-title a:hover {
  opacity: 0.8;
}
.post-box .name-date-read-more {
  display: flex;
  align-items: center;
}
.post-box .name-date-read-more .name-date-avatar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 13px;
}
.post-box .name-date-read-more .name-date-avatar .avatar {
  border-radius: 10%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 5px 0 #2f2f2f;
}
.post-box .name-date-read-more .name-date-avatar .name-date {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}
.post-box .name-date-read-more .name-date-avatar .name-date .name {
  color: var(--universal-text-color);
  font-weight: 500;
  text-transform: capitalize;
}
.post-box .name-date-read-more .name-date-avatar .name-date .name:hover {
  text-decoration: none;
}
.post-box .name-date-read-more .name-date-avatar .name-date .date {
  color: var(--universal-text-color);
}
.post-box .name-date-read-more .index-read-more a {
  border: 1px solid var(--text-golden);
  background-color: #926f4d;
  color: #fff !important;
  border: 1px solid transparent;
  background-image: linear-gradient(135deg, #926f4d, #8e7154, #5b3916);
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
}
.post-box .name-date-read-more .index-read-more a:hover {
  color: var(--white);
  text-decoration: none;
  background: var(--background-hover);
  border: 1px solid var(--background-hover);
}

.pagination {
  margin: 15px;
  padding: 10px 0;
  justify-content: space-around;
}
.page-numbers {
  border: 1px solid #d9b18d;
  padding: 5px 10px 5px 10px;
  background-color: #d9b18d;
  color: #fff;
}

.breadcrumb-bg {
  background: #fff0;
  margin: 0;
  padding: 0;
  margin-top: 75px;
}
.breadcrumb {
  background-color: transparent !important;
  padding-left: 0 !important;
  align-items: center;
}
.breadcrumb a {
  color: var(--dark);
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb a:after {
  content: ">";
  padding: 0 5px;
  color: var(--dark);
  font-family: cursive;
}

.main_data {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.main_data .group_author {
  list-style: none;
  display: flex;
  padding: 0;
  list-style-type: none;
}
.main_data .group_author li:first-child {
  padding-left: 0;
}
.main_data .group_author li {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  gap: 5px;
}
.main_data .group_author li:before {
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0rem;
  content: "";
}
.main_data .group_author li:last-child:before {
  display: none;
}
.main_data .group_author li img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #e9eaed;
  box-shadow: 0 0 5px 0 #2f2f2f;
  background: #fff;
}
.main_data .group_author li p {
  padding-left: 0.7rem;
  margin-bottom: 0;
  font-weight: 600;
}
.main_data .group_author li p i {
  font-style: normal;
  display: block;
  font-weight: 400;
}
.main_data .group_author li p .anchorlink a {
  color: #000;
  box-shadow:
    inset 0 0 0 0 #fff,
    inset 0 -1px 0 0 #fff;
  text-decoration: none;
}
.main_data span,
.main_data a {
  text-overflow: ellipsis;
  display: inline-block;
}
.main_data span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.main_data .link_icon {
  background-color: #4687c2;
  color: #fff;
  border-radius: 2px;
  font-size: 17px;
}
.last-modified {
  display: inline-block;
  margin: 0;
}

#ez-toc-container {
  padding: 0 !important;
}
#ez-toc-container nav ul {
  padding: 0;
}
.ez-toc-title-container {
  display: table;
  width: 100%;
  padding: 5px 10px 5px 5px;
  color: #fff !important;
  background: #d9b18d;
}
.ez-toc-title-container {
  display: table;
  width: 100%;
  padding: 5px 10px 5px 5px;
  color: #fff !important;
  background: #d9b18d;
}
.ez-toc-title-container .ez-toc-title {
  color: #fff;
}
.ez-toc-title-container label {
  left: 0 !important;
  margin: 0;
}
#ez-toc-container a:visited {
  color: #000 !important;
}
.media-box {
  box-shadow: 0 0 0 1px #ddd;
  margin-bottom: 20px;
  background: var(--bg-light);
  border-radius: 10px;
  padding: 1rem;
}
.media-box .p_user_heading {
  font-size: 22px;
  font-weight: 600;
}
.media-box .media img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #e9eaed;
  box-shadow: 0 0 5px 0 #2f2f2f;
  background: #fff;
}
.media-box .media a {
  color: var(--universal-text-color);
}
.related-posts-sec .main-head {
  font-size: 22px;
  font-weight: 600;
}
.related-posts-sec .related-posts .card {
  box-shadow: 0 0 0 1px #ddd;
  margin-bottom: 0px;
  background: var(--bg-light);
  border-radius: 10px;
  padding: 1rem;
  height: 100%;
}
.related-posts-sec .related-posts .card a {
  text-decoration: none;
}
.related-posts-sec .related-posts .card img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s;
  max-height: 111px;
}
.related-posts-sec .related-posts .card:hover img {
  transform: scale(1.04);
  transition: all 0.3s;
}
.related-posts-sec .related-posts .card .rel_title {
  color: var(--universal-text-color);
  font-size: 1rem;
  font-weight: 600;
}
.authour-bg {
  background: #d9b18d;
  padding: 3rem 0;
  margin-bottom: 30px;
}
.author_heading {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem;
}
.author-description {
  margin-bottom: 50px;
}
.author_name {
  color: #e3a154 !important;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.author_topinfo {
  text-transform: capitalize;
  font-size: 20px;
}
.author_post_heading {
  background: #d9b18d;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
  margin-bottom: 1rem;
}
.author_bio h3 {
  font-weight: 600;
  padding: 4px;
}
.author-postblog {
  min-height: auto;
  margin-bottom: 3rem;
}
.search-bg {
  background: #d9b18d;
  padding: 3rem 0;
  margin-bottom: 30px;
}
.search-bg .search-page-header .page-title {
  color: #fff;
  text-align: center !important;
  text-transform: capitalize;
  display: inline-block;
  padding: 1rem;
}
.archive-bg {
  padding: 3rem 0;
  margin-bottom: 30px;
}
.archive-bg .archive-page-header {
  color: #fff;
  text-align: center !important;
  text-transform: capitalize;
  display: inline-block;
  padding: 1rem;
}
.archive-bg .archive-page-header .page-title {
  color: #fff;
}

.content-page-body .schema-faq {
  background: #ffad9417;
  padding: 1rem;
  border-radius: 0 0 20px;
}
.content-page-body p em {
  background: #e6eefb;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  border-left: 4px solid #d9b18d;
  display: inline-block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.post-content p {
  text-align: justify;
}
#dynamic-toc {
  border-radius: 5px;
  padding-bottom: 5px;
  background: #000;
  margin-bottom: 1rem;
  border: 1px solid #e3a154;
  max-height: 512px;
  overflow-y: auto;
  z-index: 4;
}
#dynamic-toc .head {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}
#dynamic-toc ul {
  list-style: none;
  padding: 0;
}
#dynamic-toc a {
  padding: 5px 2px 0 10px;
  text-align: left;
  margin-bottom: 5px;
}

#dynamic-toc a.active {
  color: #fff !important;
}

.home-latest-post {
  padding: 50px 0 0 0;
}
.home-latest-post .post-box:hover:after {
  display: none;
}
.home-latest-post .latest-blog-1 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}
.home-latest-post .latest-blog-1 .post-box-text {
  box-shadow: 4px 3px 26px 0 #01027338;
  border-radius: 10px;
  margin-top: -2rem;
  position: relative;
  background: #fff;
  border-bottom: 10px solid var(--background-2);
  width: 100%;
}
.home-latest-post .latest-blog-1 .post-box-text .category {
  text-align: center;
  margin: 0;
}
.home-latest-post .post-box-text .category a {
  background: var(--background-2);
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 25px;
  text-decoration: none;
}
.home-latest-post .latest-blog-1 .post-box-text .category a {
  background: #ff9d00;
  color: var(--default-color);
  position: relative;
  top: -1.8rem;
}
.home-latest-post .post-box-text .head-title {
  color: var(--text-black);
  font-weight: 700;
  text-decoration: none;
  font-size: 35px;
  display: block;
  margin-bottom: 1rem;
}
.home-latest-post .post-box-text .para {
  color: var(--text-black);
  text-decoration: none;
  color: #fff !important;
  font-size: 25px;
  margin-bottom: 1rem;
}
.home-latest-post .post-box-text .name-date .date {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid var(--text-white);
  color: var(--text-white);
}
.home-latest-post .post-box-text .name {
  text-decoration: none;
}
.home-latest-post .right-side {
  box-shadow: 4px 3px 26px 0 #01027338;
  border-radius: 10px;
  height: 100%;
}
.home-latest-post .latest-blog-2,
.home-latest-post .latest-blog-3 {
  display: flex;
  align-items: center;
  min-height: auto;
  border-bottom: 1px solid #b5b5b5;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  height: 100%;
  padding-top: 15px;
}
.home-latest-post .latest-blog-3 {
  border-bottom: 0;
}
.home-latest-post .latest-blog-2 .index-featured-image,
.home-latest-post .latest-blog-3 .index-featured-image {
  border-radius: 10px;
  width: 65%;
}
.home-latest-post .latest-blog-2 .post-box-text,
.home-latest-post .latest-blog-3 .post-box-text {
  width: 80%;
}
.home-latest-post .latest-blog-2 .post-box-text .head-title,
.home-latest-post .latest-blog-3 .post-box-text .head-title {
  font-size: 16px;
}

.home-banner-sec .category-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
}

/* single page css------------ */
.right_form-wrapper {
  background: #000;
  border-radius: 12px;
  padding: 40px 10px;
  color: #fff !important;
  width: 100%;
  min-width: 300px;
  max-width: 320px;
  margin: 40px auto;
  box-shadow: 0 0 20px rgba(182, 137, 75, 0.2);
}

.single_h2_from {
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
}

.right_w_divider {
  height: 2px;
  width: 100%;
  background: #b6894b;
  margin: 10px 0 25px;
}

.new_rghti_form-control {
  background: #1a1a1a;
  border: none;
  border-radius: 8px;
  color: #fff;
  padding: 15px 8px;
  width: 90%;
  transition: all 0.3s;
}
.new_rghti_form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.new_rghti_form-control:focus {
  background: #1a1a1a;
  border-color: #b6894b;
  box-shadow: none;
}

.new_rghti_formbtn-submit {
  background: linear-gradient(90deg, #b6894b, #7a562c);
  color: white;
  padding: 10px 25px;
  margin-top: 20px;
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 215px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.4s;
}

.new_rghti_formbtn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 18px rgba(182, 137, 75, 0.9);
}

.rrr_contact-info {
  text-align: center;
  margin-top: 25px;
}

.rrr_contact-info p {
  font-size: 14px;
  opacity: 0.8;
  color: #fff;
  margin-bottom: 0;
}
.rrr_contact-info p a {
  color: #fff;
}

.rrr_phone-icon {
  font-size: 20px;
  margin-right: 6px;
  color: #b6894b;
}

.custom_container {
  width: 97% !important;
}

/* footer css */
.footer_connect_us_para {
  margin-top: 20px;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icons .icon {
  width: 40px;
  height: 40px;
  background: #e3c2a0; /* beige */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s ease-in-out;
  transition-property:
    color, background-color, background-size, border-color, box-shadow;
  border: 2px solid transparent;
}

.social-icons svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
a {
  color: #e3a154 !important;
  text-decoration: none !important;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .post-box .name-date-read-more {
    display: inline-block;
  }
  .post-box .name-date-read-more .index-read-more {
    margin-top: 1rem;
  }

  .mobile-hide-list-nvv {
    display: none;
  }

  .blog-second-sec-inner-bgn {
    padding: 0 1% !important;
  }
  .header-top .scroll-part p {
    white-space: nowrap;
  }
  .home-latest-post .post-box-text .head-title {
    font-size: 20px !important;
  }
  .home-latest-post .post-box-text .para {
    font-size: 16px !important;
  }
  .top-blog-home-latest-author--sec img {
    border-radius: 6%;
    margin-right: 10px;
    width: 60px !important;
    height: 60px !important;
  }
  .home-latest-post {
    padding: 24px 0 0 0;
  }
  .top-blog-home-latest-author--sec {
    margin-bottom: 40px !important;
  }
  .post-box {
    min-height: 15rem !important;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .newsclass-author-post {
    padding-left: 0 !important;
  }
  .author_bio {
    padding-left: 30px !important;
  }
}
