.wpo-about-section .wpo-about-text h2 {
  margin: 0px;
}

.wpo-about-section .wpo-about-text p {
  margin-top: 20px;
}

.wpo-election-donation-section-s2
  .wpo-service-slider-s2
  .owl-item.center
  .grid
  .wpo-service-item
  .wpo-service-text
  .service-icon {
  background: #091854;
}

.wpo-election-donation-section-s2 .wpo-service-slider-s2 .owl-nav .owl-prev,
.wpo-election-donation-section-s2 .wpo-service-slider-s2 .owl-nav .owl-next {
  opacity: 1;
}

.wpo-election-donation-section .election-donation-item .logo,
.wpo-election-donation-section-s2 .election-donation-item .logo {
  background: #091854;
}

.wpo-election-donation-section .election-donation-item,
.wpo-election-donation-section-s2 .election-donation-item {
  background-color: rgb(233, 236, 236);
}

.wpo-election-donation-section .election-donation-item.color-2,
.wpo-election-donation-section-s2 .election-donation-item.color-2 {
  background-color: rgb(233, 236, 236);
}

.wpo-election-donation-section .election-donation-item .text h2,
.wpo-election-donation-section-s2 .election-donation-item .text h2 {
  color: #091854;
}

.wpo-election-donation-section .election-donation-item .text p,
.wpo-election-donation-section-s2 .election-donation-item .text p {
  color: #5e6671;
}

/* .wpo-election-donation-section-s2 .wpo-service-slider-s2 .owl-dots {
    display: none;
} */

@media (min-width: 993px) {
  .home .header-right {
    display: none;
  }

  #royalll {
    display: none;
  }

  .home #navbar {
    justify-content: end;
  }
}

@media (max-width: 992px) {
  .wpo-site-header .header-right .text {
    display: none;
  }

  .navbar-brand img {
    display: none;
  }

  #royalll {
    color: aliceblue;
    font-size: 18.5px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 0px;
  }
}

.wpo-about-section .wpo-about-text,
.wpo-about-section .wpo-about-wrap .wpo-about-img {
  max-width: max-content;
}

.current-openings {
  padding: 40px 20px;
}

.current-openings h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #003366;
}

.table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.table th {
  background-color: #003366;
  color: white;
}

.table td {
  background-color: #f9f9f9;
}

.table td a {
  color: rgb(6, 0, 0);
  text-decoration: none;
}

.table-responsive {
  margin-top: 20px;
}

.team-pg-area h2 {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #002060;
  margin-top: 0px;
}

.team-info-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.team-info-blog,
.team-info-text,
.team-info-img {
  background: #fff;
}

.team-info-img {
  margin: 0px;
}

.team-info-img img {
  width: 100%;
  height: auto;
  display: block;
}

.team-info-img p {
  color: #666;
  line-height: 2;
  margin-bottom: 20px;
}

.team-info-blog {
  max-width: 900px;
  margin: 0px;
}

.team-info-blog h3 {
  margin-top: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}

.team-info-blog p {
  color: #666;
  line-height: 2;
  margin-bottom: 20px;
}

.team-info-text {
  margin: 20px 0;
}

.team-info-text h2 {
  font-size: 25px;
  font-weight: 500;
  color: #0b0b0b;
  margin-bottom: 24px;
  text-align: center;
  /* background-color: #d8d8d8; */
  padding: 10px;
}

.team-info-text > ul {
  list-style: none;
  padding: 0;
}

.team-info-text ul li {
  font-size: 16px;
  color: black;
  margin-bottom: 12px;
}

.team-info-text ul li span {
  color: #666;
  font-weight: normal;
  margin-left: 12px;
}

.current-openings .theme-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
}

.wpo-blog-section {
  position: relative;
  padding-bottom: 90px;
}

.wpo-blog-section .blog-wrap .blog-item .blog-content {
  padding: 20px;
  border: 1px solid #c2bfbf;
  border-top: 0px;
}

.wpo-blog-section .container {
  padding: 0rem;
}

/*--------------------------------------------------------------
  17. wpo-contact-pg-section
  --------------------------------------------------------------*/

.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 35px;
  font-size: calc-rem-value(35);
  font-weight: 600;
  margin-bottom: 20px;
}

.wpo-contact-pg-section .office-info {
  display: flex;
  flex-wrap: wrap;
}

.wpo-contact-pg-section .office-info:first {
  margin-right: 20px;
}

.wpo-contact-pg-section .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wpo-contact-pg-section h1 {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
}

.wpo-contact-pg-section .office-info .col {
  margin-bottom: 20px;
}

.wpo-contact-pg-section .office-info .office-info-item {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  margin: 10px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  flex-direction: column;
  height: 100%;
  padding: 40px 20px;
  position: relative;
}

.wpo-contact-pg-section .office-info .office-info-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease-out;
  background: linear-gradient(to left, #ffafbd, #ffc3a0);
  border-radius: 8px;
}

.wpo-contact-pg-section .office-info .office-info-item:hover:after {
  opacity: 1;
}

.wpo-contact-pg-section .office-info .office-info-item:hover {
  box-shadow: 0px 10px 30px 0px rgba(62, 65, 159, 0.2);
  /* Change box-shadow on hover */
  transform-box: scale(1.05);
  /* Slightly scale up the item on hover */
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0px;
  /* Ensure consistent spacing between icon and text */
}

.wpo-contact-pg-section
  .office-info
  .office-info-item
  .office-info-icon
  .icon
  .fi:before {
  font-size: 20px;
  color: red;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  margin: 10px 0 5px;
  color: #091854;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
  color: #000;
  overflow-wrap: anywhere;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text a {
  color: #687693;
}

.voice-img {
  padding: 25px;
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

.voice-img::before {
  background-color: #ffffff00 !important;
}

.board {
  text-align: center;
  padding: 20px 0;
}

.board .container {
  display: flex;
  justify-content: center;
  padding: 80px 0px;
}

.director-box {
  flex: 0 0 22%;
  margin: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #00000021;
}

.board .image {
  margin-bottom: 10px;
  overflow: hidden;
}

.board .img-description {
  padding: 10px;
  padding-bottom: 20px;
}

.board img {
  width: 100%;
  height: auto;
  transition: transform 0.3s, box-shadow 0.3s;
}

.board img:hover {
  transform: scale(1.2);
  /* Slight zoom effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Enhanced shadow on hover */
}

.img-description small {
  display: block;
}

/* .board .top,
.board .bottom {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bottom {
    flex-wrap: wrap;
    justify-content: space-evenly;
} */

/* Media query for large tablets (landscape mode) */
@media (max-width: 1024px) {
  .director-box {
    flex: 0 1 calc(33.33% - 20px);
    /* Adjust width for larger tablets */
  }
}

/* Media query for medium tablets (portrait mode) */
@media (max-width: 768px) {
  .director-box {
    flex: 0 1 calc(50% - 20px);
    /* Adjust width for medium tablets */
  }
}

/* Media query for small devices */
@media (max-width: 480px) {
  .director-box {
    flex: 0 1 calc(100% - 20px);
    /* Full width for very small screens */
  }
}

.wpo-site-footer h4 {
  color: #fff;
}

.wpo-header-style-4 .wpo-site-header .navigation.sticky-header {
  background: #243352;
}

.inner-page .container {
  margin-top: 75px;
}

.inner-page {
  margin-top: -95px;
}

.wpo-election-mission-section
  .election-mission-wrap
  .election-mission-content
  .text {
  bottom: -100%;
}

.election-mission-content {
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.election-mission-content img {
  width: 100%;
  height: auto;
  display: block;
}

.election-mission-content .title {
  position: absolute;
  top: 80%;
  left: 5%;
  width: 90%;
  padding: 20px 10px;
  background: linear-gradient(to bottom, #fff, #f9f4f4);
  color: #b78b1e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 5px -3px #dad3d396;
}

/* General styles */
.election-mission-wrapp {
  padding: 20px;
}

/* Column styles */
/* .col-lg-3, .col-md-4, .col-sm-6, .col-12 {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    box-sizing: border-box;
} */

/* Election mission content styles */
/* .election-mission-content {
    padding: 5px;
    text-align: center;
    color: #fff;
}

.election-mission-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.election-mission-content .title {
    position: absolute;
    top: 75%;
    background: linear-gradient(to bottom, #fff, #f9f4f4);
    font-weight: bold;
    background-color: #fff;
    color: #334;
    padding: 10px;
    justify-content: center;
    margin-left: 60px;
    text-transform: uppercase;
} */

.view a {
  color: white;
}

.view.theme-btn-s2 a {
  color: red;
}

.wpo-checkout-area .coupon {
  width: 103%;
  margin-left: -10px;
}

.wpo-contact-pg-section .office-info .office-info-item {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.office-info-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.office-info-icon .icon {
  color: #231f20;
}

.office-info-text h2 {
  font-size: 1.5rem;
  color: #34495e;
  margin-bottom: 10px;
}

.office-info-text p {
  font-size: 1rem;
  color: #7f8c8d;
}

/* Gradient Background */
.wpo-contact-pg-section .office-info .office-info-item {
  background: linear-gradient(to right, #ffafbd, #ffc3a0);
}

/* home section 1 */
.wpo-blog-section .wpo-section-title {
  margin-bottom: 0px;
}

.wpo-running-campaign-section
  .running-campaign-wrap
  .running-campaign-content
  .title {
  font-size: 26px;
  color: #231f20;
}

.wpo-section-title h2 {
  font-size: 36px;
  color: #231f20;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wpo-running-campaign-section .running-campaign-wrap .shape-1 {
  border: 43px solid #b78b1e;
}

.wpo-running-campaign-section .running-campaign-wrap .shape-2 {
  border: 43px solid #e1251b;
}

.wpo-section-title .section-titl-shape-1 svg g {
  fill: #b78b1e;
}

.wpo-shop-section .details {
  position: relative;
}

.wpo-shop-section .count {
  position: absolute;
  left: 15%;
  top: -5%;
  transform: translate(-50%, -50%);
  width: 70px;
  background: #f9f4f4;
  text-align: center;
  padding: 10px 0;
}

.wpo-shop-section .count span {
  font-family: "Muli";
  font-size: 29px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #de2045;
}

.wpo-shop-section .count strong {
  font-family: "Futura PT";
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  color: #7a7d8a;
}

/* product-detail */

.wpo-checkout-area .coupon {
  width: 103%;
  margin-left: -10px;
}

.wpo-checkout-area .strength {
  padding: 20px;
  /* background: $theme-primary-color; */
}

.blog-sidebar .recent-post-widget .post .details {
  padding-top: 8px;
}

.s1.active-border .coupon-active label,
.s3.coupon-2 .coupon-3 label,
.s5.coupon-active label {
  border-left: none;
  border-bottom: 1px solid #ffe5dc;
}

.s2.coupon-2 .coupon-3 {
  border-top: 0;
}

.s2 .coupon-3 label {
  border-left: 0;
  border-bottom: 1px solid #ffe5dc;
}

.s2.coupon-2 .coupon-3 label {
  border-bottom: 0;
}

.coupon-active label.collapsed {
  border-left: 4px solid #de2045;
  border-top: 0px;
  border-bottom: 1px solid #ffe5dc;
  display: block;
}

.coupon-active label:not(.collapsed) {
  border-left: 0px;
  border-top: 4px solid #de2045;
  border-bottom: 1px solid #ffe5dc;
  display: block;
}

.coupon-active label {
  border-left: 4px solid #de2045;
  border-top: 0px;
  border-bottom: 1px solid #ffe5dc;
}

#open3 {
  display: none;
}

#open4 {
  display: none;
}

.use p,
.category p {
  margin-bottom: 15px;
}

.use,
.category {
  padding: 20px;
}

/* .bg-logo {
    background: url(../images/royal_logo.png) no-repeat center center;
    background-size: contain;
} */

/* .coupon-active label.collapsed {
        border-left: 4px solid #DE2045; 
        border-top: 0px;
        border-bottom: 1px solid #ffe5dc;
        display: block;
    } */
.coupon-active label:not(.collapsed) {
  border-left: 0px;
  border-top: 4px solid #de2045;
  border-bottom: 1px solid #ffe5dc;
  display: block;
}

/* .coupon-active label {
        border-left: 4px solid #DE2045; 
        border-top: 0px;
        border-bottom: 1px solid #ffe5dc;
    } */

.use p,
.category p,
.precaution p {
  margin-bottom: 15px;
}

.use,
.category,
.strength,
.precaution {
  padding: 20px;
}

.product-detail .team-info-img {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0px !important;
}

.team-info-text p {
  color: black;
}

.view.theme-btn-s2:hover a {
  color: white;
}

.wpo-blog-section .blog-wrap .blog-item .blog-content {
  border: none;
  background-color: #f7f7f7;
}

.wpo-running-campaign-section::before {
  display: none;
}

.wpo-running-campaign-section {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wpo-running-campaign-section .running-campaign-wrap {
  background: transparent;
}

.wpo-running-campaign-section .running-campaign-wrap .shape-4 {
  top: 21%;
}

.wpo-running-campaign-section .running-campaign-wrap .shape-3 {
  top: 80%;
}

@media (max-width: 991px) {
  .wpo-running-campaign-section .running-campaign-wrap .shape-4 {
    top: 10%;
  }
}

@media (max-width: 991px) {
  .wpo-running-campaign-section .running-campaign-wrap .shape-3 {
    top: 90%;
    left: 85%;
  }
}

.wpo-page-title.inner-page {
  background: url("../images/slider/RoyalPageBanner.webp") no-repeat center top /
    cover;
}

.wpo-hero-slider-1 .slide-inner:before {
  opacity: 0.5;
}

@media screen and (min-width: 992px) {
  .wpo-header-style-4 .wpo-site-header #navbar > ul > li > a:hover {
    color: #ba8b19;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 16px 0;
  }
}

.wpo-site-footer .wpo-service-link-widget .contact-ft ul li a {
  color: #fff;
}

.wpo-fun-fact-section {
  background-image: url("../images/RoyalKeyImage.webp");
}

.theme-btn,
.view-cart-btn {
  background: linear-gradient(90deg, #e1251b 0%, #b78b1e 100%);
}

.theme-btn:after,
.view-cart-btn:after {
  background: linear-gradient(90deg, #b78b1e 0%, #e1251b 100%);
}

.shop-grids .img-holder,
.scale-image .image,
.scale-image {
  overflow: hidden;
}

.shop-grids .grid:hover img,
.scale-image:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.shop-grids .grid img,
.scale-image img {
  transform: scale(1);
  transition: transform 0.5s;
}

.back-to-top {
  background-color: #b78c1edb;
  border-color: #b78b1e;
}

.back-to-top:hover {
  background-color: #b78b1e;
}

.theme-btn-s3:before {
  background-color: #b78b1e;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    background-color: #b78b1e;
  }
}

.wpo-election-mission-section
  .election-mission-wrap
  .election-mission-content::after,
.wpo-fun-fact-section::before {
  background: linear-gradient(90deg, #e1251b 0%, #b78b1e 100%);
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #b78b1e;
}

.theme-btn-s2 {
  color: #000;
  border-color: #b78b1e;
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
  background-color: #b78b1e;
}

.wpo-portfolio-section .grid .img-holder:before {
  background: #00bcd4;
}

.wpo-site-footer .about-widget ul li a:hover {
  background-color: #b78b1e;
}

.wpo-site-footer .wpo-service-link-widget .contact-ft ul li a:hover {
  color: #b78b1e;
}

.wpo-site-footer {
  margin-top: 0;
}

.coupon-active label:not(.collapsed) {
  border-top: 4px solid #b78b1e;
  border-bottom: none;
}

.blog-sidebar .widget h3:before {
  background-color: #b78b1e;
}

.wpo-election-donation-section-s2
  .wpo-service-slider-s2
  .owl-nav
  .owl-prev:hover,
.wpo-election-donation-section-s2
  .wpo-service-slider-s2
  .owl-nav
  .owl-next:hover {
  background: #b78b1e;
  border-color: #b78b1e;
}

.wpo-section-title span {
  color: #b78b1e;
}

@media (max-width: 991px) {
  .wpo-site-header .mobail-menu button {
    background-color: #b78b1e;
  }
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-text,
  .wpo-about-section-s2 .wpo-about-text {
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > a:before {
    background-color: #b78b1e;
  }
}
.fixed-team-img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.img-holder {
  position: relative;
  overflow: hidden;
}

.img-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.img-holder:hover::before {
  opacity: 0.6 !important;
  border-radius: 20px;
}

.hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: flex !important;
  justify-content: space-evenly !important;
}

.img-holder:hover .hover-content {
  opacity: 0.6;
}

.hover-content a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.hover-content a:hover {
  transform: scale(1.2);
}

.img-holder img {
  width: 100%;
  height: auto;
  display: block;
}
/* .img-holder .hover-content {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  
} */

.img-holder:hover .hover-content,
.img-holder.active .hover-content {
  display: block;
}

.hover-content a i {
  color: #000000 !important;
  font-size: 25px !important;
}
