/* Jost Font*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Website developed by Hals Tech Solutions - https://halstechsolutions.com/ */

*{
  box-sizing:border-box;
  transition: all .3s linear;
  text-decoration:none;
  outline:none;
  border:none;
  margin:0;
  padding:0;
  list-style-type:none;
  font-family: "Shadows Into Light", cursive;
  font-family: "EB Garamond", serif;
  font-family: "Marcellus", serif;
  font-family: "Urbanist", Arial, Helvetica, sans-serif;
  font-family: "Urbanist", sans-serif;
  font-family: "Manrope", sans-serif;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-family: "Lato", sans-serif;
 
}

html {
  scroll-padding-top:1rem;
  scroll-behavior:smooth;
  overflow-x:hidden;
  scroll-padding-top:1rem;
  font-size: 100%;
}

ul li {
    list-style: none;
}

a {
    color:var(--darkgrayColor);
    text-decoration: none;
}

b {
    color:var(--greenColor);
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 600;
}
:root {
  --font-size-xs: 0.75rem;    /* 12px */
  --font-size-sm: 0.875rem;   /* 14px */
  --font-size-base: 1rem;     /* 16px */
  --font-size-lg: 1.125rem;   /* 18px */
  --font-size-xl: 1.25rem;    /* 20px */
  --font-size-2xl: 1.5rem;    /* 24px */
  --font-size-3xl: 1.875rem;  /* 30px */
  --font-size-4xl: 2.25rem;   /* 36px */
  --font-size-5xl: 3rem;      /* 48px */
  
  /* Gold color scheme for dominant color */
  --gold-primary: #daa520;
  --gold-secondary: #daa520;
  --gold-accent: #daa520;
  --gold-light: #FFF8DC;
  --gold-dark: #daa520;
  
  /* Updated existing colors to complement gold */
  --accent: var(--gold-primary);
  --bg: #f5f6fa;
  --card-bg: #fff;
  --card-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  --text: #222;
  --text-light: #666;
  --hover: var(--gold-light);
  --animate-duration: 2s;
	--darkgrayColor: #222222;
	--grayColor: rgb(88, 87, 87);
  --whiteColor: #ffffff;
  --blackColor: rgb(0, 0, 0);
  
  --orangeColor-rgb: var(--gold-primary);
 

  --lightgrayColor:#e3e6fd;
  --formgrayColor:#f3f3f3;
  --softorangeColor: rgba(212, 175, 55, 0.15);
  --gradientOverlay: linear-gradient(135deg, rgba(212, 175, 55, 0.9), rgba(184, 134, 11, 0.85));
  --softOrange: rgba(212, 175, 55, 0.15);
  --softBlue: rgba(11, 185, 245, 0.15);
  --primary-color: #00b7eb;
  --softGreen: rgba(26, 156, 112, 0.15);
  --cardShadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --textShadow: 0 2px 4px rgba(0, 0, 0, 0.3);

  --blackColor-rgb: 0, 0, 0; 
  --orangeColor-rgb: 212, 175, 55;
  --maroonColor-rgb: 2, 122, 2;
  --greenColor-rgb: 11, 185, 245;
  --lightBlue: rgba(11, 185, 245, 0.1);
  --lightGreen: rgba(26, 156, 112, 0.1);
  --lightOrange: rgba(212, 175, 55, 0.1);

  --maroonColor:rgb(120, 41, 15);
  --goldorangeColor: var(--gold-primary);
  --orangeColor: #daa520;
  --greenColor: #2e8b57;
  --blueColor:#00b7eb;
  --beigeColor: var(--gold-light);
  --blackColor:#001524;
  --redColor:#FF0000;
  
}

body {
  background: var(--whiteColor);
	min-height: 100vh;
  line-height: 1.7;
  font-size: 1rem;
}

::-webkit-scrollbar {
    width:10px;
}
::-webkit-scrollbar-thumb {
    background:rgba(var(--orangeColor-rgb), 0.6);
    border-radius:6px;
}
::-webkit-scrollbar-track {
    background:var(--whiteColor);
}

.container {
    padding: 50px 32px;
    max-width: 1200px;
    margin:0 auto;
}
@media (max-width: 768px) {
  .container {
    padding:1rem;
}
}
#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--orangeColor);
  z-index: 9999;
  transition: width 0.4s ease-out;
}
/* Context for relative positioning */
label {
  position: relative;
}

.main_heading_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding:10px 0;
}
.service_heading_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding:20px 0;
}
.dot-pattern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}

.dot-pattern .dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--orangeColor);
  border-radius:  0.1875rem 0 0.1875rem 0;
}

.heading-text {
  font-size: 1.5625rem;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
@media (max-width: 500px) {
  .main_heading_container {
    padding:0.3125rem 0;
  }
  .heading-text {
    font-size: 1.25rem;
  }
}

.sub-headline {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  justify-content:center;
  align-items:center;
  max-width:37.5rem;
  width:100%;
  margin:0 auto;
  gap:0.9375rem;
  font-size: 1.0625rem;
  color:var(--orangeColor);
  font-weight:600;
  padding:0.625rem 0;
  text-align: center;
  text-transform: uppercase;
  &:after,
  &:before {
      content:"";
      height:0.0625rem;
      background-color:var(--orangeColor);
      opacity:1;
  }
}

.whatsapp-button {
	position:fixed;
	bottom:2.5rem;
	right:0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width:3.125rem;
  height:3.125rem;
	padding:0.1875rem;
	background:var(--greenColor);
	border-radius:50%;
	z-index:500;
  animation: greenpulsing 2s infinite;
}
.whatsapp-button .fa-whatsapp {
	font-size:1.5rem;
	color:var(--whiteColor);
}
.whatsapp-button:hover {
	background:var(--blackColor);
	color:var(--whiteColor); 
	border-radius:50%;
	transform: scale(1.1);
}
.whatsapp-button:hover .fa-whatsapp {
	color:var(--redColor);
}

/* Home Hero Section */
.home-hero-section {
  padding: 40px;
  min-height: 70vh;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.home-hero-section::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 300px;
  height: 300px;
  background: rgba(168, 136, 5, 0.2);
  border-radius: 50%;
  z-index: 1;
}

/* .home-hero-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100px;
  background: var(--formgrayColor);
  border-radius: 50%;
  z-index: 1;
} 
*/

.parallax-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
    z-index: -1;
  }

.parallax-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding:1rem;
  padding-top: 3rem;
}

.hero-title {
  font-size: 3.4rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;

}

.hero-subtitle {
  font-size: 1.8rem;
  color: var(--whiteColor);
  opacity: 0.9;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.7;
  font-family: "Shadows Into Light", cursive;
}

.hero-cta-group {
  display: flex;
  gap: 1.5rem;
}

.hero-cta {
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.hero-cta.primary {
  background: var(--orangeColor);
  color: var(--whiteColor);
  box-shadow: 0 4px 15px rgba(204, 145, 20, 0.3);
  box-shadow: 0 6px 20px rgba(204, 145, 20, 0.4);
}
.hero-cta.secondary {
  background: transparent;
  color: var(--whiteColor);
  border: 2px solid var(--orangeColor);
  box-shadow: 0 6px 20px rgba(204, 145, 20, 0.4);
}
.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 145, 20, 0.4);
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-elements {
  position: relative;
  width: 100%;
  height: 100%;
}

.float-element {
  position: absolute;
  border-radius: 50%;
  animation: float 6s infinite ease-in-out;
}

.element-1 {
  width: 300px;
  height: 300px;
  background: var(--orangeColor);
  opacity: 0.1;
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.element-2 {
  width: 200px;
  height: 200px;
  background: var(--greenColor);
  opacity: 0.1;
  top: 40%;
  right: 20%;
  animation-delay: 2s;
}

.element-3 {
  width: 150px;
  height: 150px;
  background: var(--maroonColor);
  opacity: 0.1;
  bottom: 20%;
  left: 30%;
  animation-delay: 4s;
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

@media (max-width: 1024px) {
  .hero-cta-group {
    justify-content: center;
  }
  .home-hero-section::before {
    display: none;
  }
  .hero-visual {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1rem;
  }

  .hero-cta-group {
    flex-direction: column;
  }

  .hero-cta {
    width: 100%;
    text-align: center;
  }
  .home-hero-section {
    height: 60vh;
    min-height: 60vh;
  }
} 

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.hero-particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  filter: blur(1px);
  transform: translateY(100px) scale(0);
  animation: particle-float 6s infinite;
}

.hero-particle:nth-child(2n) {
  background-color: var(--orangeColor);
}

.hero-particle:nth-child(3n) {
  background-color: var(--orangeColor);
}

.hero-particle:nth-child(4n) {
  background-color: var(--greenColor);
}

.hero-particle:nth-child(5n) {
  background-color: var(--maroonColor);
  width: 6px;
  height: 6px;
}

.hero-particle-highlight {
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.5);
  z-index: 2;
  animation: particle-pulse 4s infinite alternate;
}

@keyframes particle-float {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0);
  }
  20% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateY(-100px) scale(1);
  }
}

@keyframes particle-pulse {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

.animated-hero-text span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
  font-size: 2.6rem;
  text-align: center;
  background: var(--whiteColor);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  /* font-family: "Lato", sans-serif; */
  font-weight: 700;
}
.animated-hero-text span.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 400px) {
  .animated-hero-text span {
    font-size: 1.9rem;
    font-weight: 700;
  }
}

.details-hero-wrap {
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.details-hero-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height:100%;
  background: linear-gradient(to top, var(--whiteColor) 5%, transparent);
  background: linear-gradient(to top, #a95f47 1%, transparent);
}
/* .details-hero-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height:100%;
  background: rgba(0, 0, 0, 0.3);
} */
.details-hero-wrap-content {
  position: relative;
  z-index: 2;
  max-width: 50rem;
  padding: 2rem;
}

.details-hero-wrap-content h1 {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--whiteColor);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.details-hero-wrap-content p {
  font-size: 1.1875rem;
  color: var(--whiteColor);
  margin-bottom: 1.375rem;
}
.cta-button-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 1.1rem;
}
.centered-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.1rem;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gradientOverlay);
  color: var(--whiteColor);
  padding: 1rem 2.5rem;
  border-radius: 3.125rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.3125rem 0.9375rem rgba(254, 96, 18, 0.3);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}

.cta-button:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.625rem 1.25rem rgba(254, 96, 18, 0.4);
  color: var(--whiteColor);
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button i {
  margin-right: 0.8rem;
}
.cta-button.statistics-button {
  padding: 0.7rem 1.5rem;
  font-size: 0.9rem;
}
.cta-button.statistics-button.blue {
  padding: 0.7rem 1.5rem;
  font-size: 0.9rem;
  background: var(--blueColor);
}
/* Home styling starts */
.home-about-section {
  background: var(--whiteColor);
}
.home-about-img {
  border-radius: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  width: 100%;
}
.home-about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  align-items: start;
  justify-content: center;
}

.home-about-subheading {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: var(--orangeColor);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.home-about-heading {
  font-size: 2.125rem;
  font-weight: 700;
  color: var(--blackColor);
  margin-bottom: 1.375rem; /* 22px = 1.375rem */
  line-height: 1.2;
}

.body-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--darkgrayColor);
  margin-bottom: 1.5rem; /* 24px = 1.5rem */
  text-align: justify;
}

.button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem; /* 16px 32px */
  background: var(--blackColor);
  border: 0.125rem solid var(--orangeColor); /* 2px */
  color: var(--whiteColor);
  text-decoration: none;
  border-radius: 3.125rem; /* 50px */
  font-weight: 600;
  transition: transform 0.3s ease;
  animation: blackpulsing 2s infinite;
  box-shadow: 0 0 0 0 rgba(var(--blackColor-rgb), 0.5);
  z-index: 20;
  font-size: 1rem; /* 16px */
}
.button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 3.125rem; /* 50px */
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.button:hover::after,
.cta-button:hover::after {
  width: 100%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.button-arrow {
  margin-left: 0.75rem; /* 12px */
  transition: transform 0.3s ease;
  transform: translateY(1.875rem); /* 30px */
  display: none;
}
.button-arrow {
  margin-left: 0.75rem; /* 12px */
  transition: transform 0.3s ease;
}

.button:hover .button-arrow,
.cta-button:hover .button-arrow {
  transform: translateY(0);
  opacity: 1;
}
.button:hover .button-arrow,
.cta-button:hover .button-arrow {
  transform: translateX(0.25rem); /* 4px */
}

@media screen and (max-width: 500px) { /* 500px */
  .button {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
  .cta-button {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.9rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) { /* 768px */
  .home-about-container {
    grid-template-columns: 1fr;
    gap: 2.5rem; /* 40px */
  }

  .home-about-img {
    height: 30vh;
    width: 100%;
  }

  .home-about-heading {
    font-size: 2rem; /* 32px */
  }
}

/* Counter styling */
.counter-container-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem; /* 40px */
}

.counter {
  padding: 3.125rem 0; /* 50px */
}

.counter-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-icon-container .counter-icon {
  font-size: 1.5625rem; /* 25px */
  color: var(--orangeColor);
  padding-bottom: 0.625rem; /* 10px */
}

.counter-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.9375rem; /* 15px */
  font-size: 1.125rem; /* 18px */
}

.counter-items .number {
  font-size: 1.3125rem; /* 21px */
  color: var(--blackColor);
}

.counter-items .plus-superscript {
  vertical-align: top;
  font-size: 1.5rem; /* 24px */
  color: var(--orangeColor);
  font-weight: 400;
}

.counter-items span {
  font-size: 0.9375rem; /* 15px */
  color: var(--grayColor);
}

@media (max-width: 768px) { /* 768px */
  .counter-container-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem; /* 10px */
  }

  .counter {
    padding-top: 1.875rem;  /* 30px */
    padding-bottom: 1.875rem;
  }
}

@media (max-width: 320px) { /* 320px */
  .counter-container-row {
    grid-template-columns: 100%;
    gap: 0.3125rem; /* 5px */
  }

  .counter {
    padding-top: 1.25rem;  /* 20px */
    padding-bottom: 1.25rem;
  }
}

/*Counter styling ENDS here */

.section-title {
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
}

.section-title h1 {
  color: var(--blackColor);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  display: inline-block;
}

/* .section-title h1::before {
  content: '';
  position: absolute;
  top: -0.625rem;
  left: -0.9375rem;
  width: 1.625rem;
  height: 1.625rem;
  border-left: 0.25rem solid var(--maroonColor);
  border-top: 0.25rem solid var(--maroonColor);
} */

/* .section-title h1::after {
  content: '';
  position: absolute;
  bottom: -0.625rem;
  right: -0.9375rem;
  width: 1.625rem;
  height: 1.625rem;
  border-right: 0.25rem solid var(--greenColor);
  border-bottom: 0.25rem solid var(--greenColor);
} */

.separator {
  width: 6.25rem;
  height: 0.25rem;
  background: linear-gradient(to right, var(--orangeColor), var(--greenColor));
  margin: 0 auto;
  position: relative;
}

.separator::before {
  content: '';
  position: absolute;
  top: -0.1875rem;
  left: 2.8125rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--maroonColor);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .section-title h1 {
    font-size: 1.5rem;
  }
  .section-title {
    margin-bottom: 1.875rem;
  }
}

.section-description {
  color: var(--grayColor);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  text-align: center;
}

.float-animation {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-0.625rem); }
  100% { transform: translateY(0); }
}

      /* Header Styling Starts */
      .header-section {
        display: fixed;
        top:0;
        left:0;
        width:100%;
        z-index:9000;
        border-radius: 0 0 18px 18px;
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
        background: transparent;
      }
      .header_top {
        width: 100%;
        overflow: hidden;
        background: var(--formgrayColor);
        position: relative;
        padding: 6px 22px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        backdrop-filter: blur(6px);
        z-index: 5000;
        
      }
      .header-top-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
      }
      .header-top-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 1.25rem;
      }
      .header-top-marquee-content {
        display: flex;
        align-items: center;
        justify-content:space-between;
        /* padding-left: 100%; */
        /* animation: marquee-scroll 18s linear infinite; */
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.7px;
        color: var(--maroonColor);
        filter: drop-shadow(0 1px 4px rgba(168,136,5,0.10));
        line-height: 36px;
      }
      @keyframes marquee-scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-100%); }
      }
      .header-top-marquee-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
      }
      
      .header-top-marquee-content .phone-icon,
      .header-top-marquee-content .mail-icon,
      .header-top-marquee-content .location-icon {
        background: var(--greenColor);
        color: var(--whiteColor);
        padding: 2px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
      }
      
      .header-top-marquee-content-socials {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px;
      }
      
      .header-top-marquee-content-socials a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height:25px;
        border-radius:5px;
        transition: all 0.3s ease-in-out;
      }
      .header-top-marquee-content-socials a:hover {
        transform: translateY(-2px);
      }
      .header-top-marquee-content-socials a .facebook-icon {
        color:var(--whiteColor);
        background: var(--blueColor);
        font-size: 18px;
        padding: 4px;
        border-radius:5px;
      }
      .header-top-marquee-content-socials a .youtube-icon {
        color:var(--whiteColor);
        background: red;
        font-size: 18px;
        padding: 4px;
        border-radius:5px;
      }
      .header-top-marquee-content-socials a .twitter-icon {
        color:var(--whiteColor);
        background: var(--blackColor);
        font-size: 20px;
        padding: 4px;
        border-radius:5px;
      }
      
      .subheading-title {
        color:var(--maroonColor);
        font-weight: 400;
        margin: 0 4px;
      
        letter-spacing: 0.5px;
        font-size: 13px;
        vertical-align: middle;
      }
      
      /*main header */
      .header {
        display:flex;
        justify-content: space-between;
        gap:5px;
        flex-wrap: wrap;
        align-items: center;
        width:100%;
        background: var(--greenColor);
        z-index: 9000;
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
        padding: 2px 14px;
      }
      .header.sticky {
        position: fixed;
        top:0;
        margin:0;
        backdrop-filter: blur(12px);
        border-radius: 0 0 18px 18px;
      }
      .logo-container {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        justify-content: flex-start;
        padding: 0.1rem 0.3rem;
        background: rgba(255,255,255,0.12);
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(168,136,5,0.08);
      }
      .logo-text {
        font-size: 14px;
        font-weight: 600;
        color: var(--whiteColor);
        letter-spacing: 0.5px;
      }
      .logo-text-span {
        font-size: 14px;
        font-weight: 600;
        color: var(--gold-primary);
        letter-spacing: 0.5px;
      }
      .logo-img {
        width:84px;
        filter: drop-shadow(0 2px 8px rgba(0,0,0,0.08));
      }
      .nav ul {
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap:wrap;
        gap:5px;
        padding-right:20px;
      }
      .nav-item .nav-link {
        color:var(--blackColor);
        color: var(--whiteColor);
        font-size: 0.82rem;
        padding:2rem 0.4rem;
        font-weight: 600;
        position: relative;
      }
      .nav-item .nav-link.self-service-link {
        color:var(--whiteColor);
        background: var(--gold-primary);
        padding:0.5rem 1rem;
        border-radius:2px;
        font-size:0.82rem;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 2px 8px rgba(168,136,5,0.08);
      }
      .nav-item .nav-link:hover.self-service-link {
        color:var(--whiteColor);
        opacity: 0.8;
      }
      @media (max-width: 768px) {
        .nav-item .nav-link.self-service-link {
          display: none;
        }
      }
      .nav-item .nav-link.active::after, .nav-item .nav-link:hover::after {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 3px;
        background: var(--gold-primary);
      }
      .nav-item .nav-link:hover {
        color: var(--gold-primary);
      }
      .nav-item .nav-link .chevron {
        padding-left: 5px;
        color: var(--gold-primary);
      }
      .nav-item .nav-link:hover .chevron {
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
      }
      .nav-item .nav-link.active {
        color:var(--gold-primary);
      }
      .menubars, .menuclosebtn {
        display:none;
      }
      /* Dropdown Styling */
      .dropdown {
        position: relative;
        z-index:9000;
      }
      .dropdown .dropdown-content {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        transform: translateX(-50%);
        top:calc(100% + 0px);
        padding: 15px 0;
        border-radius: 1px;
        transition: all 0.3s ease-in-out;
        z-index: 9999;
        background: var(--whiteColor);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
      
      
      /* Admin Dropdown Specific Styling */
      .admin-dropdown .dropdown-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        min-width: 280px;
        padding: 20px;
        gap: 10px;
        background: var(--whiteColor);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
      
      .admin-dropdown .dropdown-content .nav-link {
        display: flex;
        align-items: center;
        gap:8px;
        padding: 8px;
        border-radius: 6px;
        transition: all 0.2s ease;
        font-size: 15px;
        color: var(--blackColor);
      }
      
      .admin-dropdown .dropdown-content .nav-link:hover {
        background: var(--gold-primary);
        color:var(--whiteColor);
        transform: translateX(5px);
      }
      
      /* Services Dropdown Specific Styling */
      .services-dropdown .dropdown-content {
        min-width: 300px;
        color:var(--blackColor);
        background: var(--whiteColor);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
      
      .services-dropdown .service-section {
        padding: 15px 20px;
      }
      
      .services-dropdown .service-title {
        color: var(--blackColor);
        font-weight: 600;
        font-size: 14px;
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
      }
      .services-dropdown .services-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }
      .services-dropdown .service-item {
        padding: 6px 12px;
        width: 100%;  
        background: var(--whiteColor);
        color:var(--blackColor);
        font-size: 13px;
        font-weight:600;
        border-radius:1px;
        transition: all 0.2s ease;
        position: relative;
        border-bottom:1px dotted var(--gold-primary);
      }
      .services-dropdown .service-item:hover {
        background: var(--gold-primary);
        color:var(--whiteColor);
        transform: translateY(-2px);
        transition: 0.3s linear;
      }
      .services-dropdown .service-item.active {
        background: var(--gold-primary);
        color:var(--whiteColor);
      }
      
      /* Two-Column Layout for Products & Benefits */
      .services-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        min-width: 500px;
      }
      
      .services-column {
        display: flex;
        flex-direction: column;
      }
      
      .services-column-title {
        color: var(--gold-primary);
        font-weight: 700;
        font-size: 14px;
        padding: 0 0 6px 0;
        border-bottom: 2px solid var(--gold-primary);
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
    @media (min-width: 769px) {
      .service-item.mobile-link {
        display: none;
      }
    }
      /* Mobile Responsive for Two-Column Layout */
      @media (max-width: 768px) {
        .services-grid {
          grid-template-columns: 1fr;
          gap: 15px;
          min-width: auto;
        }
        .services-column.desktop-link {
          display: none;
        }
        .service-item.mobile-link {
          display: block;
        }
        .services-column-title {
          font-size: 13px;
          margin-bottom: 10px;
        }
      }
      
      /* Shared Dropdown Hover Effects */
      @media (min-width: 769px) {
        .dropdown:hover .dropdown-content {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            top: calc(100% + 27px);
        }
      }
      
      /* Mobile Dropdown Styles */
      @media (max-width: 768px) {
        .dropdown .dropdown-content {
          position: absolute;
          left:0;
          box-shadow:none;
          min-width: fit-content;
          width:100%;
          max-height:0;
          transform: none;
          overflow-x: hidden; 
          overflow-y: auto;
          border-radius: 1px;
          pointer-events: all;
        }
       
        .dropdown .dropdown-content.show {
          position: relative;
          max-height:600px;
          transform: max-height 0.3s ease-in-out;
          visibility: visible;
          opacity: 1;
          top:120%;
          z-index:9999;
          pointer-events: all;
        }
      
        /* Admin Dropdown Mobile Styles */
        .admin-dropdown .dropdown-content {
          display: flex;
          flex-direction: column;
          padding: 5px;
        }
      
        .admin-dropdown .dropdown-content li {
          padding: 5px;
        }
        .admin-dropdown .dropdown-content .nav-link {
          padding: 8px;
          font-size: 13px;
          font-weight: 500;
          border-bottom: 1px solid #ccc;
        }
        /* Services Dropdown Mobile Styles */
        .services-dropdown .service-section {
          padding: 8px;
        }
      
        .services-dropdown .services-list {
          display: flex;
          flex-direction: column;
          gap: 6px;
        }
      
        .services-dropdown .service-item {
          padding: 7px;
          border-bottom: 1px solid #ccc;
          width: 100%;  
          font-size: 13px;
        }
      }
      @media (max-width: 768px) {
        .menubars {
          display: block;
          font-size: 20px;
          padding:8px;
          border-radius:5px;
          color: var(--whiteColor);
          border:1px dotted var(--gold-primary);
        }
        .menuclosebtn {
          display: block;
          position: absolute;
          top: 20px;
          right: 20px;
          z-index: 800;
          font-size: 30px;
          color: var(--whiteColor);
        }
        .nav ul {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: start;
          max-height:100vh;
          overflow:hidden;
          background: var(--greenColor);
        }
        .nav ul::-webkit-scrollbar {
          width:2px;
        }
      
        .nav ul li {
          padding: 10px 0;
          border-bottom: 0.1px solid var(--gold-primary);
        }
        .nav-link {
          color: var(--whiteColor);
          font-size: 14px;
          font-weight: 600;
        }
        .nav-item .nav-link.active::before, 
        .nav-item .nav-link:hover::before, 
        .nav-item .nav-link.active::after, 
        .nav-item .nav-link:hover::after {
          display: none;
        }
        .nav-item .nav-link .chevron {
          display:inline-block;
          transition: 0.3s ease-in-out;
          font-size: 13px;
          color:var(--whiteColor);
          padding-left:5px;
        }
      
      .nav-item .nav-link:hover {
          color:var(--gold-primary);
        }
      
        .header {
          position: sticky;
          padding: 10px 20px;
          flex-wrap: nowrap;
        }
        .logo-img {
          width:70px;
        }
        .nav {
          position: fixed;
          visibility: hidden;
          pointer-events: none;
          left: -100%;
          top: 0;
          width: 0;
          height: 100vh;
          background: var(--greenColor);
          opacity: 0;
          padding: 40px 20px; /* Reduce horizontal padding */
          overflow-x: hidden;
          overflow-y: auto;
          z-index:99999;
          transition: all 0.3s ease-in-out;
        }
        .nav::-webkit-scrollbar {
          width:2px;
          background: var(--whiteColor);
        }
        .nav::-webkit-scrollbar-thumb {
          background: var(--orangeColor);
        }
        .nav.active {
          visibility: visible;
          pointer-events: auto;
          width: 100%;
          opacity: 1;
          left: 0;
        }
      
        .nav ul {
          width: 100%;
          padding-right: 0; /* Remove right padding */
        }
      
        .nav-item {
          width: 100%; /* Ensure items take full width */
        }
      
        /* Update dropdown styles */
        .dropdown .dropdown-content {
          width: calc(100% + 40px); /* Account for nav padding */
          margin-left: -20px; /* Offset the nav padding */
          padding: 10px 20px;
        }
      
        /* Update services dropdown styles */
        .services-dropdown .service-section {
          width: 100%;
        }
      
        .services-dropdown .service-item {
          width: 100%;
          white-space: normal; /* Allow text to wrap */
        }
      
        /* Update admin dropdown styles */
        .admin-dropdown .dropdown-content {
          width: calc(100% + 40px);
          margin-left: -20px;
        }
      }
      @media (max-width: 450px) {
        .logo-text {
         display: none;
        }
      }

      /* Dropdown z-index fix */
      .dropdown, .dropdown-content, .admin-dropdown, .services-dropdown {
        z-index: 14000 !important;
      }
      .dropdown .dropdown-content, .admin-dropdown .dropdown-content, .services-dropdown .dropdown-content {
        z-index: 14001 !important;
        position: absolute;
      }
      @media (max-width: 768px) {
          .header_top {
            display: none !important;
          }
        }

.footer-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0.625rem 3.125rem;
  justify-content: center;
  border-top: 1px solid #ccc;
  align-items:start;
  gap: 3rem;
  margin-bottom: 0;
  width: 100%;
  background: var(--greenColor);
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  color: var(--greenColor);
  font-weight: 500;
}

.footer-content {
  color: var(--whiteColor);
  font-size: 1.1rem;
 
}

.footer-logo {
  width: 5rem;
}

.footer-content ul li {
  padding: 0.1rem 0;
}

.footer-content ul li a {
  color: var(--whiteColor);
  font-size: 1rem;
}

.footer-content ul li a::before {
  content: "»";
  color: var(--orangeColor);
  font-size: 1rem;
  margin-right: 0.3125rem;
}

.footer-content ul li .footer-communication-info-link::before,
.footer-content ul li .footer-icon::before {
  display: none;
}

.footer-content ul li a:hover {
  color: var(--orangeColor);
  transform: translateY(0.1875rem);
}

.ftco-heading-2 {
  padding: 0.625rem 0;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  color: var(--whiteColor);
}

.footer-content p {
  color: var(--whiteColor);
  font-size: 1rem;
  line-height: 1.7;
  padding-bottom: 1.25rem;
}

.footer-disclaimer {
  font-size: 0.875rem;
  color: var(--grayColor);
  text-align: center;
  padding: 0.625rem;
  background: var(--softblueColor);
  border-radius: 0.625rem;
}

.footer-disclaimer i {
  color: var(--orangeColor);
  margin-right: 0.3125rem;
}

.footer-disclaimer span {
  font-weight: 600;
  font-size: 1rem;
  color: var(--orangeColor);
}

.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--blackColor);
  font-size: 0.9375rem;
  padding: 1.25rem;
  border-top: 1px solid #ccc;
  background: var(--formgrayColor);
}

.footer-copyright p span a {
  color: var(--orangeColor);
  font-weight: 600;
  font-size: 1rem;
}

.footer-copyright p span a:hover {
  color: var(--orangeColor);
}
.footer-contact-info {
  background-color: var(--greenColor);
  padding: 0.5rem 3rem;
  border-top: 1px dotted var(--gold-primary);
  border-bottom: 1px dashed var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer-contact-info {
    padding: 0.5rem 1rem;
  }
}
.footer-contact-info li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
}
.footer-contact-info li .ft-com-icon { 
  font-size: 1rem;
  color: var(--gold-primary);
  padding-right: 0.2rem;
}
.footer-contact-info li a {
  font-size: 1rem;
  color: var(--whiteColor);
}
.footer-contact-info li span {
  font-size: 1rem;
  color: var(--whiteColor);
}
.footer-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:2rem;
}

.ft-icon {
  color: var(--whiteColor);
  font-size: 1rem;
  padding: 0.1875rem;
  background: var(--blueColor);
  padding: 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
}

.ft-icon.fa-facebook {
  background: var(--blueColor);
  border-radius: 0.3125rem;
}

.ft-icon.fa-x-twitter {
  background: var(--blackColor);
  border-radius: 0.3125rem;
}

.ft-icon.fa-youtube {
  background: var(--redColor);
  border-radius: 0.3125rem;
}

.footer-content .ft-com-icon {
  color: var(--orangeColor);
  font-size: 1.25rem;
}

.ft-icon:hover {
  color: var(--orangeColor);
}

.text {
  font-size: 1rem;
  padding-left: 0.3125rem;
}

.footer-communication-info li {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
  align-items: start;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    gap: 0.625rem;
  }
}

@media (max-width: 400px) {
  .footer-logo {
    width: 4.375rem;
  }
}


/* Footer ends */
/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 3.4375rem;
  right: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-0.3125rem);
}

.gradient-text {
  background: linear-gradient(45deg, var(--orangeColor), var(--greenColor));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: "Marcellus", serif;
  font-weight: 600;
}
.hero-cta-group {
  display: flex;
  gap: 1.5rem;
}

.hero-cta {
  padding: 1rem 2rem;
  border-radius: 3.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  transition: all 0.3s ease;
}

.hero-cta.primary {
  background: var(--orangeColor);
  color: var(--whiteColor);
  box-shadow: 0 0.25rem 0.9375rem rgba(204, 145, 20, 0.3);
}

.hero-cta.secondary {
  background: transparent;
  color: var(--whiteColor);
  border: 0.125rem solid var(--orangeColor);
}

.hero-cta:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.375rem 1.25rem rgba(204, 145, 20, 0.4);
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-1.25rem) rotate(5deg);
  }
}

@media (max-width: 1024px) {
  .hero-text-wrapper {
    margin-bottom: 2rem;
    padding:0.5rem;
    padding-top:1rem;
  }
  .hero-swiper {
    height: 35vh;
    border-radius: 0.125rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    opacity: 1;
  }
  .hero-cta-group {
    justify-content: center;
  }
  .hero-visual {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-cta-group {
    flex-direction: column;
  }

  .hero-cta {
    width: 100%;
    text-align: center;
  }
}

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hero-particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  filter: blur(0.0625rem);
  transform: translateY(6.25rem) scale(0);
  animation: particle-float 6s infinite;
}

.hero-particle:nth-child(2n) {
  background-color: var(--orangeColor);
}

.hero-particle:nth-child(3n) {
  background-color: var(--orangeColor);
}

.hero-particle:nth-child(4n) {
  background-color: var(--greenColor);
}

.hero-particle:nth-child(5n) {
  background-color: var(--maroonColor);
  width: 0.375rem;
  height: 0.375rem;
}

.hero-particle-highlight {
  position: absolute;
  width: 0.125rem;
  height: 0.125rem;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  box-shadow: 0 0 1.25rem 0.125rem rgba(255, 255, 255, 0.5);
  z-index: 2;
  animation: particle-pulse 4s infinite alternate;
}

@keyframes particle-float {
  0% {
    opacity: 0;
    transform: translateY(6.25rem) scale(0);
  }
  20% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateY(-6.25rem) scale(1);
  }
}

@keyframes particle-pulse {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

/* Home BLOG starts */
.home-blogs-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 1.25rem;
  justify-content: center;
  align-items: start;
  padding: 1.25rem 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home-blogs-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .home-blogs-container {
    grid-template-columns: 100%;
    gap: 0.625rem;
  }
}

/* Pension Scheme 2025 styling starts */
.pension_scheme_section {
  padding: 1.875rem 0;
  background-color: var(--formgrayColor);
}

.pension_scheme_2025_wrapper {
  color: var(--blackColor);
  line-height: 1.6;
}

.pension_scheme_2025_cards_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 1.875rem;
  justify-content: center;
}

.pension_scheme_2025_card_item {
  background-color: var(--whiteColor);
  padding: 1rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 17.5rem;
  font-size: 1rem;
  color: var(--grayColor);
  line-height: 1.6;
}

.pension_scheme_2025_card_item:hover {
  transform: translateY(-0.625rem);
  box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, 0.1);
}

.pension_scheme_2025_card_header_wrapper {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.pension_scheme_2025_card_icon_container {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--whiteColor);
}

.pension_scheme_2025_icon_glance_style {
  background-color: var(--greenColor);
}

.pension_scheme_2025_icon_member_style {
  background-color: var(--orangeColor);
}

.pension_scheme_2025_icon_announcements_style {
  background-color: var(--orangeColor);
}

.pension_scheme_2025_card_heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--blackColor);
  margin-bottom: 0.3125rem;
}

.pension_scheme_2025_card_divider {
  height: 0.1875rem;
}

.pension_scheme_2025_divider_glance_style {
  background-color: var(--greenColor);
}

.pension_scheme_2025_divider_member_style {
  background-color: var(--orangeColor);
}

.pension_scheme_2025_divider_announcements_style {
  background-color: var(--orangeColor);
}

.pension_scheme_2025_card_content_wrapper {
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
}

.pension_scheme_2025_card_paragraph {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: var(--grayColor);
  line-height: 1.8;
}

.pension_scheme_2025_card_link {
  color: var(--orangeColor);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.pension_scheme_2025_card_link:hover {
  opacity: 0.8;
}

.pension_scheme_2025_contact_info_section {
  margin-top: auto;
  padding-top: 0.9375rem;
  border-top: 1px dashed var(--formgrayColor);
  font-size: 0.875rem;
}

.pension_scheme_2025_button {
  display: inline-block;
  padding: 0.75rem 1.5625rem;
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  border-radius: 1.875rem;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.3s;
  margin-top: auto;
  text-align: center;
}

.pension_scheme_2025_button:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.pension_scheme_2025_portal_heading {
  margin-bottom: 0.9375rem;
  color: var(--blackColor);
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .pension_scheme_2025_card_item {
    width: 100%;
  }

  .pension_scheme_2025_card_content_wrapper {
    height: auto;
  }

  .pension_scheme_2025_card_heading {
    font-size: 1.0625rem;
  }

  .pension_scheme_2025_card_icon_container {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1875rem;
  }
}


/* ABOUT PAGE */
.murbs-about-intro {
  position: relative;
  overflow: hidden;
  padding: 1.875rem 0;
}



.murbs-about-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
  animation: pulse 15s infinite alternate;
}

@keyframes pulse {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

.murbs-about-intro-content {
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 1.875rem;
  position: relative;
}

.murbs-about-intro-content::after {
  content: "";
  position: absolute;
  width: 9.375rem;
  height: 9.375rem;
  background-color: var(--orangeColor);
  border-radius: 50%;
  right: -4.6875rem;
  top: -4.6875rem;
  opacity: 0.1;
  z-index: -1;
}

.murbs-about-intro-content::before {
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background-color: var(--greenColor);
  border-radius: 50%;
  left: -3.125rem;
  bottom: -3.125rem;
  opacity: 0.1;
  z-index: -1;
}

.murbs-about-intro p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
.murbs-stats-section::after, .schemes-portal-section-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.murbs-stats-section {
  text-align: center;
  color: var(--whiteColor);
  position: relative;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
}

.murbs-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: start;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.murbs-stat-item {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  flex: 1;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (min-width:768px) {
  .murbs-stat-item {
    min-height:300px;
  }
}
.murbs-stat-item p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--whiteColor);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.murbs-stat-item.years-of-service-card {
  background: var(--greenColor);
}

.murbs-stat-item.dc-card {
  background: var(--gold-primary);
}

.murbs-stat-item.idd-card {
  background: var(--blueColor);
}


.murbs-stat-item-content {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.murbs-stat-item-content h3 {
  font-size: 4rem;
  font-weight: 800;
  margin: 0;
  color: var(--whiteColor);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-divider {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  margin: 1rem 0;
}

.fund-performance {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--whiteColor);
  line-height: 1.4;
  margin: 0;
}

.stat-superscript {
  vertical-align: super;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--whiteColor);
  margin-left: 0.2rem;
}

.murbs-what-we-offer {
  padding:0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.murbs-what-we-offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.murbs-what-we-offer .container {
  position: relative;
  z-index: 2;
}
.murbs-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.murbs-offer-card {
  background: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.murbs-offer-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-primary), var(--greenColor));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.murbs-offer-card:hover::before {
  transform: scaleX(1);
}

.murbs-offer-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(32, 201, 151, 0.1));
  border-radius: 50%;
  transform: translate(50%, -50%);
  transition: all 0.4s ease;
}

.murbs-offer-card:hover::after {
  transform: translate(30%, -30%) scale(1.2);
}

.murbs-offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(40, 167, 69, 0.3);
}

.murbs-offer-card h4 {
  color: #1e293b;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.murbs-offer-card:hover h4 {
  color: #28a745;
  transform: translateX(5px);
}

.murbs-offer-card p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

.murbs-offer-card:hover p {
  color: #475569;
}

.murbs-offer-card .card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--gold-primary), var(--greenColor));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.murbs-offer-card:hover .card-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 10px 25px rgba(40, 167, 69, 0.3);
}

.murbs-offer-card .card-icon i {
  font-size: 1.8rem;
  color: white;
}

.murbs-offer-card .learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #28a745;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  opacity: 1;
  transform: translateY(0px);
}

.murbs-offer-card:hover .learn-more-btn {
  opacity: 1;
  transform: translateY(0);
}

.murbs-offer-card .learn-more-btn:hover {
  color: #20c997;
  gap: 0.8rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .murbs-stats-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .murbs-what-we-offer {
    padding: 0;
  }
  
  .murbs-section-title h2 {
    font-size: 2rem;
  }
  
  .murbs-offers-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 2rem;
  }
  
  .murbs-offer-card {
    padding: 2rem 1.5rem;
  }
  .murbs-offer-card h4 {
  margin-bottom: 0.5rem;
  }
  .murbs-offer-card p {
    margin-bottom: 0.5rem;
  }
  .murbs-offer-card .card-icon {
    width: 50px;
    height: 50px;
  }
  
  .murbs-offer-card .card-icon i {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .murbs-what-we-offer {
    padding: 1.5rem 0;
  }
  
  .murbs-section-title h2 {
    font-size: 1.8rem;
  }
  
  .murbs-offer-card {
    padding: 1.5rem 1rem;
  }
}
.properties-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.6), rgba(32, 201, 151, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.properties-content {
  max-width: 600px;
  padding: 2rem;
}

.properties-content h2 {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--whiteColor);
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

.properties-cta-button {
  display: inline-block;
  background: var(--whiteColor);
  color: rgb(209, 136, 0);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.properties-cta-button:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  color: var(--greenColor);
}

.whatsapp-float {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

.whatsapp-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: var(--whiteColor);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.8rem;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.whatsapp-float a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.6);
}

@media (max-width: 768px) {
  .properties-banner {
    height: 300px;
    margin: 0 1rem;
  }

  .properties-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .properties-cta-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }

  .murbs-stat-item {
    padding: 0.625rem;
  }

  .murbs-stat-item h3 {
    font-size: 1.5rem;
  }

  .murbs-stat-item p {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .murbs-stats-section {
    padding: 2rem 0.6rem;
  }
  
  .murbs-stat-item-content h3 {
    font-size: 2rem;
  }
  
  .properties-content h2 {
    font-size: 1.5rem;
  }
  
  .properties-cta-button {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
}

.murbs-vision-mission {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.murbs-vision-mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(204, 145, 20, 0.05) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(11, 185, 245, 0.05) 0%, transparent 30%);
}

.murbs-vision-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  padding: 1.25rem 0;
  position: relative;
}

.murbs-vision-card,
.murbs-mission-card {
  background: var(--whiteColor);
  padding: 1.875rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.murbs-vision-card:hover,
.murbs-mission-card:hover {
  transform: translateY(-0.9375rem);
}

.murbs-vision-card::before,
.murbs-mission-card::before {
  content: "";
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.1;
  transition: all 0.5s ease;
}

.murbs-vision-card::before {
  background-color: var(--orangeColor);
  top: -6.25rem;
  right: -6.25rem;
}

.murbs-mission-card::before {
  background-color: var(--greenColor);
  bottom: -6.25rem;
  left: -6.25rem;
}

.murbs-vision-card:hover::before,
.murbs-mission-card:hover::before {
  transform: scale(1.5);
}

.murbs-vision-card h3,
.murbs-mission-card h3 {
  color: var(--blackColor);
  font-size: 2rem;
  margin-bottom: 1.875rem;
  position: relative;
  display: inline-block;
  font-family: "Shadows Into Light", cursive;
}

.murbs-vision-card h3::after,
.murbs-mission-card h3::after {
  content: "";
  position: absolute;
  height: 0.25rem;
  bottom: -0.625rem;
  left: 0;
  width: 60%;
}

.murbs-vision-card h3::after {
  background: var(--orangeColor);
}

.murbs-mission-card h3::after {
  background: var(--greenColor);
}

.murbs-vision-card p,
.murbs-mission-card p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.7;
  font-style: italic;
  position: relative;
}

.murbs-vision-card p::before,
.murbs-mission-card p::before {
  content: '""';
  font-family: Georgia, serif;
  font-size: 5rem;
  position: absolute;
  top: -2.5rem;
  left: -0.625rem;
  opacity: 0.1;
}

@media (max-width: 768px) {
  .murbs-vision-mission-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .murbs-vision-mission {
    padding: 0.3125rem 0;
  }
}

.murbs-core-values {
  padding: 0.625rem 0;
  background: #ffffff;
  position: relative;
}

.murbs-core-values::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(135deg, rgba(204, 145, 20, 0.03) 0%, rgba(11, 185, 245, 0.03) 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.murbs-section-title {
  text-align: center;
  margin-bottom: 4.375rem;
  position: relative;
}

.murbs-section-title h2 {
  color: var(--blackColor);
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  position: relative;
  display: inline-block;
}

.murbs-section-title h2::before {
  content: "";
  position: absolute;
  width: 1.65rem;
  height: 1.65rem;
  background-color: var(--orangeColor);
  opacity: 0.2;
  border-radius: 50%;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.murbs-section-title h2::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--greenColor);
  opacity: 0.2;
  border-radius: 50%;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}


.murbs-separator {
  width: 5.5rem;
  height: 0.3rem;
  background: linear-gradient(to right, var(--orangeColor), var(--greenColor));
  margin: 0 auto;
  border-radius: 0.1875rem;
}

.murbs-core-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 2.5rem;
  padding: 1.25rem 0;
}

.murbs-value-card {
  background: var(--whiteColor);
  padding: 1.875rem;
  border-radius: 0.9375rem;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.murbs-value-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3125rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, var(--orangeColor), var(--greenColor));
  transition: height 0.4s ease;
  z-index: -1;
}

.murbs-value-card:hover {
  transform: translateY(-0.9375rem);
  box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, 0.1);
}

.murbs-value-card:hover::before {
  height: 100%;
}

.murbs-value-icon {
  font-size: 2.6rem;
  color: var(--maroonColor);
  margin-bottom: 1.125rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.murbs-value-card:hover .murbs-value-icon {
  color: var(--whiteColor);
  transform: scale(1.2);
}

.murbs-value-card h4 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  color: var(--greenColor);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.murbs-value-card:hover h4 {
  color: var(--whiteColor);
}

.murbs-value-card p {
  color: var(--grayColor);
  font-size: 1.1rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.murbs-value-card:hover p {
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .murbs-section-title h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .murbs-vision-card,
  .murbs-mission-card {
    padding: 1.25rem;
    border-radius: 0.3125rem;
  }

  .murbs-vision-card h3,
  .murbs-mission-card h3 {
    font-size: 1.5rem;
  }

  .murbs-section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .murbs-about-intro {
    padding: 1.25rem 0;
  }

  .murbs-core-values-grid {
    gap: 1.25rem;
    padding: 0.625rem 0;
  }

  .murbs-core-values,
.murbs-what-we-offer {
  padding: 1.25rem 0;
  }

  .murbs-section-title {
    margin-bottom: 0.625rem;
  }
}

 
/* Policy Statement Section */
.about-page-policy-statement {
  background: #f8f9fa;
  padding: 3rem 0;
  margin: 2rem 0;
}

.about-page-policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.about-page-policy-card {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.about-page-policy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(40, 167, 69, 0.3);
}

.about-page-policy-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--greenColor), var(--gold-primary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.about-page-policy-card h3 {
  color: #2c3e50;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.about-page-policy-card p {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .about-page-policy-statement {
    padding: 2rem 0;
  }
  
  .about-page-policy-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  
  .about-page-policy-card {
    padding: 1.25rem;
  }
  
  .about-page-policy-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

 /* Main contact section styling */
 .contact_2025_main_section {
  position: relative;
}

.contact_2025_grid_wrapper {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 2.5rem;
  background-color: var(--whiteColor);
  border-radius: 0.125rem;
  overflow: hidden;
  box-shadow: 0 0.9375rem 3.125rem rgba(0, 0, 0, 0.1);
}

/* Contact info section */
.contact_2025_info_section {
  background: linear-gradient(135deg, var(--greenColor), var(--orangeColor));
  color: var(--whiteColor);
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.contact_2025_info_section::before {
  content: "";
  position: absolute;
  right: -6.25rem;
  top: -6.25rem;
  width: 18.75rem;
  height: 18.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.contact_2025_info_section::after {
  content: "";
  position: absolute;
  left: -3.125rem;
  bottom: -6.25rem;
  width: 12.5rem;
  height: 12.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.contact_2025_info_title {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  position: relative;
  color: var(--whiteColor);
}

.contact_2025_info_title::after {
  content: '';
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 3.75rem;
  height: 0.25rem;
  background-color: var(--orangeColor);
  border-radius: 0.125rem;
}

.contact_2025_info_cards {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  z-index: 2;
}

.contact_2025_info_card {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  transition: transform 0.3s ease;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dotted var(--whiteColor);
}

.contact_2025_info_card:hover {
  transform: translateX(0.625rem);
}

.contact_2025_info_icon {
  background-color: var(--greenColor);
  border: 0.075rem dotted var(--whiteColor);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
}

.contact_2025_info_icon ion-icon {
  font-size: 1.5rem;
  color: var(--whiteColor);
  z-index: 2;
}

.contact_2025_info_content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  z-index: 2;
}

.contact_2025_info_content p,
.contact_2025_info_content a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.3s ease;
  z-index: 2;
}

.contact_2025_info_content a:hover {
  color: var(--orangeColor);
}

.contact_2025_social_media {
  margin-top: 2.5rem;
}


.contact_2025_social_title {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact_2025_social_icons {
  display: flex;
  gap: 15px;
  z-index: 2;
}

.contact_2025_social_icon {
  width: 40px;
  height: 40px;
  border-radius:5px;
  display: flex;
  font-size: 1.5rem;

  color: var(--whiteColor);
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 2;
}
.contact_2025_social_icon .facebook-icon {
  background-color: var(--blueColor);
  padding: 5px;
  border-radius: 5px;
}
.contact_2025_social_icon .fa-x-twitter {
  background-color: var(--blackColor);
  font-size: 1.2rem;
  padding: 5px;
  border-radius: 5px;
}
.contact_2025_social_icon .youtube-icon {
  background-color: var(--redColor);
  padding: 5px;
  border-radius: 5px;
}
.contact_2025_social_icon ion-icon {
  font-size: 20px;
  color: var(--whiteColor);
  z-index: 2;
}
.contact_2025_social_icon:hover ion-icon {
  color: var(--whiteColor);
}

/* Form section */
.contact_2025_form_section {
  padding: 20px;
}

.contact_2025_form_title {
  font-size: 28px;
  font-weight: 700;
  color: var(--greenColor);
  margin-bottom: 10px;
}

.contact_2025_form_subtitle {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
 
}

.contact_2025_form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact_2025_form .form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact_2025_form_group {
  margin-bottom: 10px;
}


.contact_2025_form input,
.contact_2025_form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: var(--formgrayColor);
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact_2025_form input:focus,
.contact_2025_form textarea:focus {
  border-color: var(--greenColor);
  box-shadow: 0 0 0 3px rgba(6, 143, 58, 0.2);
  outline: none;
}
.contact_2025_form input:focus::placeholder {
  color: var(--greenColor);
  padding-bottom: 3px;
}
.contact_2025_submit_btn {
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px 0;
  gap: 10px;
}

.contact_2025_submit_btn:hover {
  opacity: 0.8;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(254, 96, 18, 0.3);
}

/* Map section */
.contact_2025_map_section {
  padding: 0;
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.contact_2025_map_container {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}

.contact_2025_map_container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .contact_2025_grid_wrapper {
      grid-template-columns: 1fr;
  }
  
  .contact_2025_info_section {
      padding: 40px 30px;
  }
  
  .contact_2025_info_cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
  }
  
  .contact_2025_info_card {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  
  .contact_2025_info_card:hover {
      transform: translateY(-10px);
  }
  
  .contact_2025_info_title::after {
      left: 50%;
      transform: translateX(-50%);
  }
  
  .contact_2025_info_title {
      text-align: center;
  }
  
  .contact_2025_social_media {
      text-align: center;
  }
  
  .contact_2025_social_icons {
      justify-content: center;
  }
}

@media (max-width: 768px) {
  .contact_2025_form {
      grid-template-columns: 1fr;
  }
  
  .contact_2025_form_group.full_width {
      grid-column: span 1;
  }
  
  .contact_2025_form_section {
      padding: 30px;
  }
  
  .contact_2025_info_cards {
      grid-template-columns: 1fr;
  }
  
  .contact_2025_map_container {
      height: 500px;
  }
}
@media (max-width: 576px) {
  .contact_2025_form .form-group {
      grid-template-columns: 1fr;
  }
}

/* Benefits on death page */
 /* Main Content */
 .db-section {
  position: relative;
  padding: 2rem 0;
  background: var(--whiteColor);
}
.db-intro {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
}

/* Cards */
.db-card {
  background: var(--whiteColor);
  border-radius: 20px;
  box-shadow: var(--cardShadow);
  padding: 2.5rem;
  margin-bottom: 3rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.db-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--gradientOverlay);
}

.db-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.db-title {
  color: var(--blackColor);
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}

.db-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--greenColor);
}

.db-title i {
  color: var(--greenColor);
  margin-right: 1rem;
  font-size: 2.2rem;
  background: var(--softorangeColor);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Benefits section */
.db-benefits-box {
  background: var(--softorangeColor);
  padding: 2rem;
  border-radius: 15px;
  margin: 1.5rem 0;
  position: relative;
  transition: all 0.3s ease;
}

.db-benefits-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: var(--greenColor);
}

.db-benefits-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(118, 98, 180, 0.2);
}

.db-benefits-heading {
  color: var(--blackColor);
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.db-benefits-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--greenColor);
}

.db-benefits-description {
  color: #444;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.db-benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.db-benefits-list li {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.db-benefits-list li:last-child {
  border-bottom: none;
}

.db-benefits-list li:hover {
  transform: translateX(10px);
}

.db-benefits-list li i {
  color: var(--greenColor);
  margin-right: 1rem;
  font-size: 1.2rem;
  background: rgba(118, 98, 180, 0.2);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.db-benefits-list li span {
  flex: 1;
  line-height: 1.5;
  font-size: 1.05rem;
}

/* Nomination form section */
.db-form-card {
  background: var(--whiteColor);
  border-radius: 20px;
  box-shadow: var(--cardShadow);
  padding: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.db-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--gradientOverlay);
}

.db-form-title {
  color: var(--blackColor);
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}

.db-form-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--greenColor);
}

.db-form-title i {
  color: var(--orangeColor);
  margin-right: 1rem;
  font-size: 2.2rem;
  background: var(--softorangeColor);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.db-info-box {
  background: rgba(11, 185, 245, 0.1);
  padding: 2rem;
  border-radius: 15px;
  margin: 1.5rem 0;
  border-left: 5px solid var(--greenColor);
  transition: all 0.3s ease;
}

.db-info-box:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(11, 185, 245, 0.2);
}

.db-info-box p {
  color: #444;
  font-size: 1.1rem;
  line-height: 1.7;
}

.db-important-note {
  display: flex;
  align-items: flex-start;
  background: rgba(254, 96, 18, 0.1);
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.db-important-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: var(--orangeColor);
}

.db-important-note:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(254, 96, 18, 0.15);
}

.db-note-icon {
  font-size: 2rem;
  color: var(--orangeColor);
  margin-right: 1.5rem;
  background: var(--whiteColor);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.db-note-content {
  flex: 1;
}

.db-note-content strong {
  color: var(--orangeColor);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.db-note-content p {
  margin: 0.5rem 0 0 0;
  color: #555;
  line-height: 1.6;
}

.db-action-container {
  margin-top: 3rem;
  text-align: center;
  padding-top: 1.5rem;
  position: relative;
}

.db-action-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}

/* Process section */
.db-process-container {
  margin-top: 2.5rem;
}

.db-process-item {
  display: flex;
  background: var(--whiteColor);
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.db-process-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.db-process-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: var(--gradientOverlay);
}

.db-process-icon {
  background: var(--softorangeColor);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  flex-shrink: 0;
}

.db-process-icon i {
  font-size: 2rem;
  color: var(--orangeColor);
}

.db-process-content {
  flex: 1;
}

.db-process-title {
  font-size: 1.4rem;
  color: var(--blackColor);
  margin-bottom: 0.8rem;
}

.db-process-description {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .db-hero-wrap {
      height: 400px;
  }
  
  .db-hero-content h1 {
      font-size: 2.5rem;
  }
  
  .db-hero-content p {
      font-size: 1.1rem;
  }
  
  .db-title, .db-form-title {
      font-size: 1.8rem;
  }
  
  .db-card, .db-form-card {
      padding: 1.5rem;
  }
  
  .db-process-item {
      flex-direction: column;
  }
  
  .db-process-icon {
      margin-right: 0;
      margin-bottom: 1.5rem;
      margin-left: auto;
      margin-right: auto;
  }
  
  .db-process-title {
      text-align: center;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 1s ease forwards;
}

.slide-in-left {
  animation: slideInLeft 0.8s ease forwards;
}

.slide-in-right {
  animation: slideInRight 0.8s ease forwards;
}

.slide-in-up {
  animation: slideInUp 0.8s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInLeft {
  from { transform: translateX(-50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInRight {
  from { transform: translateX(50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Benefits on resignation page */
.bor-main-section {
  padding: 4rem 0;
  background: var(--formgrayColor);
}

.bor-content-card {
  background: var(--whiteColor);
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  border-radius: 4px 4px 15px 15px;
  border-bottom: 4px solid var(--orangeColor);
}

.bor-section-title {
  color: var(--greenColor);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  border-bottom: 1.8px dotted var(--orangeColor);
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.bor-section-title i {
  color: var(--maroonColor);
  margin-right: 1rem;
  font-size: 2rem;
}

.bor-info-container {
  background: var(--whiteColor);
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  border-left: 4px solid var(--greenColor);
  font-size: 1rem;
  color: var(--grayColor);
  line-height: 1.7;
}

.bor-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.bor-option-card {
  background: var(--whiteColor);
  padding: 1.5rem;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
  font-size: 1rem;
}

.bor-option-card:hover {
  border-color: var(--orangeColor);
}

.bor-option-icon {
  font-size: 2.5rem;
  color: var(--maroonColor);
  margin-bottom: 1rem;
}

.bor-option-title {
  color: var(--greenColor);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.bor-option-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.7;
}

.bor-important-note {
  display: flex;
  align-items: flex-start;
  background: var(--formgrayColor);
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 2rem;
  border-left: 4px solid var(--orangeColor);
}

.bor-note-icon {
  font-size: 1rem;
  color: var(--maroonColor);
  margin-right: 1rem;
}

.bor-note-content {
  flex: 1;
}

.bor-note-content p {
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  color: var(--grayColor);
  line-height: 1.7;
}

.bor-note-content strong {
  color: var(--maroonColor);
}
@media (max-width: 768px) {
  .bor-main-section {
    padding: 2rem 0;
  }
  .bor-option-card {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  .bor-option-icon {
    font-size: 1.7rem;
  }
  .bor-section-title {
    font-size: 1.2rem;
  }
  .bor-note-content {
    font-size: 0.8rem;
  }
  .bor-note-content p {
    font-size: 0.8rem;
  }
  .bor-note-content strong {
    font-size: 0.8rem;
  }
  .bor-highlight-text {
    font-size: 0.8rem;
  }
}
.bor-highlight-text {
  color: var(--maroonColor);
  font-weight: 600;
  margin: 0.5rem 0;
}

/* Benefits on retirement page */
.retirement-wrapper {
  background: var(--formgrayColor);
}

.retirement-content-panel {
  animation: fadeIn 0.5s ease;
  margin: 2rem 0;
}

.retirement-content-panel:last-child {
  margin-bottom: 0;
}

.retirement-card {
  background: var(--whiteColor);
  border-radius: 2px;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.retirement-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, transparent 50%, rgba(204, 145, 20, 0.1) 50%);
  border-radius: 0 0 0 150px;
}
.retirement-card-normal {
  border-top-color: var(--greenColor);
}

.retirement-card-normal::after {
  background: linear-gradient(135deg, transparent 50%, rgba(11, 185, 245, 0.1) 50%);
}

.retirement-card-early {
  border-top-color: var(--maroonColor);
}

.retirement-card-early::after {
  background: linear-gradient(135deg, transparent 50%, rgba(26, 156, 112, 0.1) 50%);
}

.retirement-card-benefits {
  border-top-color: var(--orangeColor);
}

.retirement-card-benefits::after {
  background: linear-gradient(135deg, transparent 50%, rgba(254, 96, 18, 0.1) 50%);
}

.retirement-type-heading {
  color: var(--greenColor);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
  position: relative;
  text-align: center;
}

.retirement-type-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: linear-gradient(to right, var(--orangeColor), var(--greenColor));
}
.retirement-early-heading::after {
  background: linear-gradient(to right, var(--maroonColor), #7ccfb2);
}

.retirement-benefits-heading::after {
  background: linear-gradient(to right, var(--orangeColor), #fd8f5e);
}

.retirement-benefit-item {
  margin: 1.5rem 0;
  padding: 1rem;
  background: var(--formgrayColor);
  border-radius: 12px;
  border-left: 6px solid var(--greenColor);
  transition: all 0.3s ease;
}

.retirement-benefit-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.retirement-benefit-item p {
  font-size: 1.1rem;
  color: var(--grayColor);
  line-height: 1.7;
}
.retirement-benefit-title {
  margin-bottom: 1rem;
  color: var(--blackColor);
  font-size: 1.2rem;
  font-weight: 600;
}

.retirement-age-badge {
  background: var(--greenColor);
  color: var(--whiteColor);
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  display: inline-block;
  margin: 0.7rem 1rem 0.7rem 0;
  font-weight: 600;
  transition: all 0.3s ease;
}

.retirement-age-badge:hover {
  opacity: 0.8;
}

.retirement-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.retirement-benefit-box {
  background: var(--whiteColor);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.retirement-benefit-box:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.retirement-benefit-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--orangeColor);
}

.retirement-benefit-box:nth-child(1)::before {
  background: var(--greenColor);
}

.retirement-benefit-box:nth-child(2)::before {
  background: var(--maroonColor);
}

.retirement-benefit-box:nth-child(3)::before {
  background: var(--orangeColor);
}

.retirement-benefit-box:nth-child(4)::before {
  background: var(--orangeColor);
}

.retirement-benefit-title {
  color: var(--blackColor);
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.retirement-benefit-box p {
  font-size: 1.1rem;
  color: var(--grayColor);
  line-height: 1.7;
}
.retirement-info-icon {
  font-size: 1.5rem;
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--formgrayColor);
  color: var(--orangeColor);
  transition: all 0.3s ease;
}

.retirement-benefit-box:hover .retirement-info-icon {
  transform: scale(1.1);
}

.retirement-benefit-box:nth-child(1) .retirement-info-icon {
  color: var(--greenColor);
}

.retirement-benefit-box:nth-child(2) .retirement-info-icon {
  color: var(--maroonColor);
}

.retirement-benefit-box:nth-child(3) .retirement-info-icon {
  color: var(--orangeColor);
}

.retirement-benefit-box:nth-child(4) .retirement-info-icon {
  color: var(--orangeColor);
}

.retirement-cta-section {
  background: linear-gradient(135deg, var(--orangeColor), var(--greenColor));
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  max-width: 92vw;
  margin: 3rem auto;
}

.retirement-cta-section::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.retirement-cta-section::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -100px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.retirement-cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 2rem;
}
.retirement-cta-contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 2rem;
}
.retirement-cta-text {
  color: var(--whiteColor);
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.retirement-cta-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.retirement-cta-title p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.retirement-cta-button {
  color: var(--greenColor);
  padding: 1rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid var(--whiteColor);
  position: relative;
  z-index: 1;
  color: var(--whiteColor);
}

.retirement-cta-button:hover {
  background: transparent;
  color: var(--whiteColor);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.retirement-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  width: 300px;
  height: 200px;
  color: var(--whiteColor);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.retirement-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(10deg);
  border-radius: 15px;
  animation: sway 7s ease-in-out infinite;
}
@keyframes sway {
  0% { transform: rotate(16deg); }
  50% { transform: rotate(-16deg); }
  100% { transform: rotate(16deg); }
}
.retirement-feature-section {
  padding: 2rem 0;
  background: var(--whiteColor);
}

.retirement-feature-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.retirement-feature-card {
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.retirement-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.retirement-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--formgrayColor);
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
  transition: all 0.3s ease;
}

.retirement-feature-card:hover .retirement-feature-icon {
  transform: scale(1.1);
}

.retirement-feature-card:nth-child(1) .retirement-feature-icon {
  color: var(--greenColor);
}

.retirement-feature-card:nth-child(2) .retirement-feature-icon {
  color: var(--maroonColor);
}

.retirement-feature-card:nth-child(3) .retirement-feature-icon {
  color: var(--orangeColor);
}

.retirement-feature-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--blackColor);
}
.retirement-feature-section p {
  font-size: 1.1rem;
  color: var(--grayColor);
  line-height: 1.7;
}
.retirement-calculation-section {
  padding: 4rem 0;
  background: linear-gradient(to bottom, var(--formgrayColor), var(--whiteColor));
}

.retirement-calculator {
  background: var(--whiteColor);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 0 auto;
}

.retirement-calculator-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--blackColor);
  position: relative;
  padding-bottom: 1rem;
}

.retirement-calculator-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, var(--greenColor), var(--maroonColor));
}

.retirement-calculator-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.retirement-form-group {
  margin-bottom: 1.5rem;
}

.retirement-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--blackColor);
}

.retirement-form-input {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.retirement-form-input:focus {
  outline: none;
  border-color: var(--greenColor);
  box-shadow: 0 0 0 3px rgba(11, 185, 245, 0.2);
}

.retirement-calculator-button {
  background: linear-gradient(to right, var(--greenColor), var(--maroonColor));
  color: var(--whiteColor);
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.retirement-calculator-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(11, 185, 245, 0.3);
}

.retirement-result {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--formgrayColor);
  border-radius: 12px;
  display: none;
}

.retirement-result.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.retirement-result-title {
  margin-bottom: 1rem;
  color: var(--blackColor);
  font-weight: 600;
}

.retirement-result-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--greenColor);
}
.retirement-faq-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 600;
  color: var(--blackColor);
}
/* Animations */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .retirement-card {
      padding: 1rem;
      margin-bottom: 1rem;
  }
  .retirement-cta-container {
      justify-content: center;
      text-align: center;
  }

  .retirement-image-placeholder {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
  }
}


/* Careers page */
.careers-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--whiteColor);
}

.careers-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(130, 93, 19, 0.8), rgba(10, 185, 245, 0.9));
  z-index: 0;
}

.careers-hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 1.6rem;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.2);
}

.careers-hero-title {
  font-size: 2.4rem;
  color:var(--whiteColor);
  font-weight: 600;
  margin-bottom: 1rem;
  animation: fadeInUp 1s ease
}

.careers-hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  animation: fadeInUp 1.2s ease;
}

.careers-section {
  background: linear-gradient(135deg, var(--whiteColor) 0%, var(--lightgrayColor) 100%);
  position: relative;
  overflow: hidden;
}
.careers-header {
    text-align: center;
    position: relative;
}
.careers-section-title {
    font-size: 1.9rem;
    font-weight: 600;
    color: var(--greenColor);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.careers-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--orangeColor), var(--greenColor));
    border-radius: 2px;
}

.careers-section-subtitle {
    font-size: 1.2rem;
    color: var(--grayColor);
    max-width: 600px;
    margin: 0 auto;
}

.careers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    padding: 20px;
}

.careers-card {
    background: var(--whiteColor);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.careers-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.careers-card-header {
    padding:10px 25px;
    background: linear-gradient(135deg, var(--greenColor), var(--orangeColor));
    position: relative;
    overflow: hidden;
}

.careers-card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.careers-card:hover .careers-card-header::before {
    transform: translateX(100%);
}

.careers-card-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.2);
    color: var(--whiteColor);
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
}

.careers-card-title {
    color: var(--whiteColor);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.careers-card-body {
    padding:15px 25px;
}

.careers-card-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--grayColor);
    font-size: 0.95rem;
}

.info-item i {
    color: var(--orangeColor);
    font-size: 1.1rem;
}

.careers-card-description {
    color: var(--grayColor);
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.careers-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    gap:10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.deadline {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--grayColor);
    font-size: 0.9rem;
}

.deadline i {
    color: var(--orangeColor);
}

.admin-actions {
    display: flex;
    gap: 10px;
}

.admin-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.admin-btn.edit {
    background: var(--greenColor);
}

.admin-btn.delete {
    background: var(--orangeColor);
}

.admin-btn:hover {
    transform: scale(1.1);
}
.careers-apply-section {
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--formgrayColor);
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.careers-apply-section h4 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  color: var(--darkgrayColor);
}
.careers-apply-section p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.careers-apply-section a {
  color: var(--greenColor);
  text-decoration: none;
}
.careers-apply-section a:hover {
  color: var(--orangeColor);
}
.careers-no-openings {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: var(--whiteColor);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.no-openings-icon {
    width: 80px;
    height: 80px;
    background: var(--lightgrayColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.no-openings-icon i {
    font-size: 2rem;
    color: var(--grayColor);
}

.careers-no-openings h3 {
    color: var(--greenColor);
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.careers-no-openings p {
    color: var(--grayColor);
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .careers-section {
        padding: 10px 0;
    }

    .careers-section-title {
        font-size: 2rem;
    }

    .careers-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding:5px;
    }

    .careers-card-info {
        grid-template-columns: 1fr;
    }

    .careers-card {
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .careers-section-title {
        font-size: 1.8rem;
    }

    .careers-card-header {
        padding: 10px;
    }

    .careers-card-body {
        padding: 20px;
    }

    .careers-card-title {
        font-size: 1.3rem;
    }
}

.careers-features {
  background: var(--formgrayColor);
  padding: 1rem 0;
}

.careers-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.careers-feature-card {
  text-align: center;
  padding: 1rem;
  background: var(--whiteColor);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.careers-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.careers-feature-icon {
  width: 70px;
  height: 70px;
  background: var(--formgrayColor);
  color: var(--orangeColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.9rem;
  transition: all 0.3s ease;
}

.careers-feature-card:hover .careers-feature-icon {
  background: var(--greenColor);
  font-size: 2rem;
  color: var(--whiteColor);
  transform: scale(1.1);
}

.careers-feature-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--blackColor);
  font-weight: 500;
}

.careers-feature-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.careers-cta {
  background: linear-gradient(135deg, var(--greenColor), var(--orangeColor));
  padding: 5rem 0;
  text-align: center;
  color: var(--whiteColor);
  position: relative;
  overflow: hidden;
}

.careers-cta::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.careers-cta::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -100px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.careers-cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.careers-cta-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.careers-cta-description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.careers-no-openings {
  text-align: center;
  padding: 2rem;
  background: var(--whiteColor);
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.careers-no-openings-text {
  font-size: 1.2rem;
  color: var(--greenColor);
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .careers-hero-title {
      font-size: 2.5rem;
  }

  .careers-hero-subtitle {
      font-size: 1.2rem;
  }

}

/*Downloads page styling*/
.downloads-section {
  padding: 30px 0;
  background-color: var(--lightgrayColor);
}
.downloads-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin:0 auto;
}

.category-card {
background-color: var(--whiteColor);
border-radius: 1px;
overflow-y: auto;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
transition: transform 0.3s, box-shadow 0.3s;
margin-bottom:20px;
}
.category-card::-webkit-scrollbar {
width: 4px;
}
.category-card::-webkit-scrollbar-track {
background: linear-gradient(to right, var(--greenColor), var(--orangeColor));
}
.category-card::-webkit-scrollbar-thumb {
background: #bbb;
border-radius: 3px;
}
.category-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.category-header {
padding: 16px 20px;
color: var(--whiteColor);
background-color: var(--greenColor);
font-size: 18px;
font-weight: 600;
display: flex;
align-items: center;
justify-content: space-between;
}

.category-icon {
font-size: 20px;
}
.tender-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--greenColor);
  padding: 20px;
  background-color: var(--formgrayColor);
  border-radius: 5px;
}
.tender-title::before {
  content: 'Tender No.';
  font-weight: 400;
  color: var(--orangeColor);
}
.category-content {
padding: 0;
max-height: 400px;
overflow-y: auto;
}
.document-item-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  padding: 12px 20px;
  background-color: var(--whiteColor);
  border-bottom: 1px solid var(--greenColor);
}
.document-item-container:hover {
  background-color: var(--formgrayColor);
}
.document-item-container .admin-actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding:5px 20px;
  border-top: 1px solid var(--formgrayColor);
}
.document-item-container .admin-actions a {
  color: var(--orangeColor);
  padding:2px 10px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  border: 1px solid var(--orangeColor);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.document-item-container .admin-actions a:hover {
  color: var(--whiteColor);
  background-color: var(--orangeColor);
  border: 1px solid var(--orangeColor);
}
.document-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
}

.document-item-container:last-child {
border-bottom: none;
}

.doc-title {
flex: 1;
font-size: 15px;
font-weight: 500;
color: var(--blackColor);
}

.doc-date {
font-size: 12px;
color: #777;
margin-left: 10px;
white-space: nowrap;
}

.doc-download {
color: var(--greenColor);
margin-left: 10px;
cursor: pointer;
font-size: 18px;
transition: color 0.2s;
}

.doc-download:hover {
color: var(--orangeColor);
}

.no-downloads {
padding: 20px;
text-align: center;
color: #777;
font-style: italic;
}

/* Category specific styling */
.category-header.category-header-blue {
background-color: var(--greenColor);
}

.category-header.category-header-green {
background-color: var(--maroonColor);
}

.category-header.category-header-yellow {
background-color: var(--orangeColor);
}

.category-header.category-header-red {
background-color: var(--orangeColor);
}

.category-header.category-header-purple {
background-color: var(--orangeColor);
}

.category-header.category-header-red {
background-color: var(--orangeColor);
}

/* Scroll styling */
.category-content::-webkit-scrollbar {
width: 6px;
}

.category-content::-webkit-scrollbar-track {
background: var(--formgrayColor);
}

.category-content::-webkit-scrollbar-thumb {
background: #bbb;
border-radius: 3px;
}

.category-content::-webkit-scrollbar-thumb:hover {
background: #999;
}

/* FAQ page */

.pension-header {
  text-align: center;
  padding: 40px 0;
  background: linear-gradient(135deg, var(--greenColor), var(--maroonColor));
  color: var(--whiteColor);
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.pension-header::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(211, 128, 4, 0.4);
  border-radius: 50%;
}

.pension-header::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.pension-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.pension-header .subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

.pension-faq-search-container {
  position: relative;
  max-width: 600px;
  margin: 30px auto;
}

.pension-faq-search-container .search-input {
  width: 100%;
  padding: 15px 20px 15px 50px;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: var(--whiteColor);
}

.pension-faq-search-container .search-input:focus {
  outline: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.pension-faq-search-container .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--greenColor);
}

.pension-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}

.pension-tab {
  padding: 12px 25px;
  border-radius: 30px;
  background-color: var(--formgrayColor);
  color: var(--blackColor);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 1rem;
  border: none;
}

.pension-tab:hover {
  background-color: var(--lightBlue);
  transform: translateY(-3px);
}

.pension-tab.active {
  background-color: var(--orangeColor);
  color: var(--whiteColor);
}

.pension-faq-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.pension-faq-item {
  background-color: var(--whiteColor);
  border-radius: 15px;
  font-size: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}

.pension-category-membership {
  border-bottom-color: var(--greenColor);
}

.pension-category-contributions {
  border-bottom-color: var(--orangeColor);
}

.pension-category-investment {
  border-bottom-color: var(--maroonColor);
}

.pension-category-taxation {
  border-bottom-color: var(--orangeColor);
}

.pension-category-others {
  border-bottom-color: var(--blackColor);
}

.pension-faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pension-faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items:start;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--blackColor);
  position: relative;
  background-color: rgba(0, 0, 0, 0.02);
  transition: background-color 0.3s ease;
}

.pension-faq-question:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.pension-faq-toggle {
  font-size: 2rem;
  transition: transform 0.3s ease;
}

.pension-faq-answer {
  padding: 0;
  max-height: 0;
  font-size: 1rem;
  overflow: hidden;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.pension-faq-answer-content {
  padding: 20px;
  color: #666;
}

.pension-faq-item.active .pension-faq-answer {
  max-height: 500px;
  padding: 0 0 20px;
}

.pension-faq-item.active .pension-faq-toggle {
  transform: rotate(45deg);
}

.pension-faq-item.active {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pension-category-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
}

.pension-badge-membership {
  background-color: var(--lightBlue);
  color: var(--greenColor);
}

.pension-badge-contributions {
  background-color: rgba(204, 145, 20, 0.1);
  color: var(--orangeColor);
}

.pension-badge-investment {
  background-color: rgba(26, 156, 112, 0.1);
  color: var(--maroonColor);
}

.pension-badge-taxation {
  background-color: rgba(254, 96, 18, 0.1);
  color: var(--orangeColor);
}

.pension-badge-others {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--blackColor);
}

.pension-quick-facts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.pension-fact-card {
  flex: 1;
  min-width: 200px;
  background-color: var(--whiteColor);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}

.pension-fact-card:hover {
  transform: translateY(-5px);
}

.pension-fact-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.pension-fact-icon-blue {
  background-color: var(--lightBlue);
  color: var(--greenColor);
}

.pension-fact-icon-orange {
  background-color: var(--lightOrange);
  color: var(--orangeColor);
}

.pension-fact-icon-green {
  background-color: var(--lightGreen);
  color: var(--maroonColor);
}

.pension-fact-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.pension-fact-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--blackColor);
}

.pension-contact-info {
  margin: 50px 0;
  padding: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0 20px 20px 30px rgba(254, 96, 18, 0.1);
  box-shadow: 0 20px 20px 30px rgba(11, 185, 245, 0.1);
  border-radius: 15px;
  text-align: center;
}

.pension-contact-info h3 {
  margin-bottom: 15px;
  color: var(--maroonColor);
  font-weight: 600;
}
.pension-contact-info h5 {
  margin-bottom: 15px;
  font-size:16px;
  color: var(--orangeColor);
  font-weight: 600;
}
.pension-contact-info a {
  color: #666;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pension-faq-container {
    grid-template-columns: 1fr;
  }
  .pension-quick-facts {
    flex-direction: column;
  }
  .pension-fact-card {
    width: 100%;
  }
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.pension-animate-fade-in {
  animation: fadeIn 0.5s ease forwards;
}

/* Dark mode toggle */
.pension-theme-toggle {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 0.3s ease;
}

.pension-theme-toggle:hover {
  transform: scale(1.1);
}

/* Post retirement medical scheme */
.prms-section {
  position: relative;
  padding: 2rem 0;
  background: var(--formgrayColor);
}

/* Cards */
.prms-card {
  background: var(--whiteColor);
  border-radius: 20px;
  box-shadow: var(--cardShadow);
  padding: 2.5rem;
  margin-bottom: 3rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.prms-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--gradientOverlay);
}

.prms-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.prms-section-title {
  color: var(--blackColor);
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}

.prms-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--orangeColor);
}

.prms-section-title i {
  color: var(--orangeColor);
  margin-right: 1rem;
  font-size: 2.2rem;
  background: var(--softOrange);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Info Boxes */
.info-box {
  background: var(--softBlue);
  padding: 2rem 2.5rem;
  border-radius: 15px;
  margin: 1.5rem 0;
  transition: all 0.3s ease;
}

.info-box:hover {
  box-shadow: 0 5px 15px rgba(11, 185, 245, 0.2);
}

.info-box p {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.7;
}

.highlight-box {
  background: var(--softGreen);
  padding: 2rem;
  border-radius: 15px;
  margin: 1.5rem 0;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.highlight-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: var(--maroonColor);
  z-index: -1;
}

.highlight-box h3 {
  color: var(--blackColor);
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.highlight-box h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--maroonColor);
}

/* Features Grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}

.feature-item {
  background: var(--whiteColor);
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.feature-item::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 150px;
  height: 150px;
  background: var(--softOrange);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-item:hover::before {
  transform: scale(3);
  opacity: 0.05;
}

.feature-icon {
  font-size: 3rem;
  color: var(--orangeColor);
  margin-bottom: 1.5rem;
  background: var(--softOrange);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.4s ease;
}

.feature-item:hover .feature-icon {
  transform: scale(1.1);
  color: var(--orangeColor);
}

.feature-item h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--blackColor);
}

.feature-item p {
  font-size: 1rem;
  color: var(--grayColor);
  line-height: 1.7;
}

/* Benefits List */
.benefit-list {
  list-style: none;
  padding: 0;
}

.benefit-list li {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.benefit-list li:last-child {
  border-bottom: none;
}

.benefit-list li:hover {
  transform: translateX(10px);
}

.benefit-list li i {
  color: var(--maroonColor);
  margin-right: 1rem;
  font-size: 1.2rem;
  background: var(--softGreen);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Steps */
.prms-content-card {
  background: var(--whiteColor);
  border-radius: 20px;
  box-shadow: var(--cardShadow);
  padding: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.prms-content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--gradientOverlay);
}

.prms-prms-section-title {
  color: var(--blackColor);
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prms-prms-section-title h2 {
  font-size: 2rem;
  color: var(--orangeColor);
  margin-bottom: 1rem;
}

.prms-prms-section-title p {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
.prms-prms-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--orangeColor);
}

.prms-prms-section-title i {
  color: var(--orangeColor);
  margin-right: 1rem;
  font-size: 2.2rem;
  background: var(--softOrange);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prms-subprms-section-title {
  color: var(--blackColor);
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  position: relative;
  display: inline-block;
}

.prms-subprms-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--greenColor);
}

.prms-steps-container {
  padding: 1rem 0;
}

.prms-steps-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  position: relative;
}

.prms-steps-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 2px;
  background: rgba(204, 145, 20, 0.3);
  z-index: 1;
}

.prms-step-item {
  background: var(--whiteColor);
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  margin-left: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.prms-step-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: var(--orangeColor);
}

.prms-step-number {
  background: var(--gradientOverlay);
  color: var(--whiteColor);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 5px 15px rgba(254, 96, 18, 0.3);
  z-index: 3;
}

.prms-step-content {
  flex: 1;
}

.prms-step-title {
  color: var(--blackColor);
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}

.prms-step-description {
  color: #666;
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
}

.prms-important-note {
  display: flex;
  align-items: flex-start;
  background: var(--softOrange);
  padding: 2rem;
  border-radius: 15px;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(254, 96, 18, 0.05);
}

.prms-important-note:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(254, 96, 18, 0.15);
}

.prms-important-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: var(--orangeColor);
}

.prms-note-icon {
  font-size: 2rem;
  color: var(--orangeColor);
  margin-right: 1.5rem;
  background: var(--whiteColor);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.prms-note-content {
  flex: 1;
}

.prms-note-content strong {
  color: var(--orangeColor);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.prms-note-content p {
  margin: 0.5rem 0 0 0;
  color: #555;
  line-height: 1.6;
}

.prms-action-container {
  margin-top: 3rem;
  text-align: center;
  padding-top: 1.5rem;
  position: relative;
}

.prms-action-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}


/* Responsive */
@media (max-width: 768px) {
  .details-hero-wrap {
      height: 40vh;
  }
  
  .details-hero-wrap-content h1 {
      font-size:1.8rem;
  }
  
  .details-hero-wrap-content p {
      font-size: 1.1rem;
  }
  
  .prms-section-title, .prms-prms-section-title {
      font-size: 1.8rem;
  }
  
  .prms-card, .prms-content-card {
      padding: 1.5rem;
  }
  
  .feature-grid {
      gap: 1.5rem;
  }
  
  .feature-icon {
      width: 80px;
      height: 80px;
  }
  
  .prms-step-item {
      margin-left: 40px;
  }
  
  .prms-step-number {
      width: 40px;
      height: 40px;
      font-size: 1rem;
      left: -20px;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 1s ease forwards;
}

.slide-in-left {
  animation: slideInLeft 0.8s ease forwards;
}

.slide-in-right {
  animation: slideInRight 0.8s ease forwards;
}

.slide-in-up {
  animation: slideInUp 0.8s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInLeft {
  from { transform: translateX(-50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInRight {
  from { transform: translateX(50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Floating animation for some elements */
.float-animation {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/* Privacy Policy */
.privacy-content {
  padding:0;
  background: #f9f9f9;
}

.privacy-section {
  background: var(--whiteColor);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.privacy-section:hover {
  transform: translateY(-5px);
}

.privacy-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--orangeColor), var(--greenColor));
}

.privacy-section h2 {
  color: var(--blackColor);
  font-size: 2rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.privacy-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--orangeColor);
  border-radius: 2px;
}

.privacy-section p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.privacy-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.privacy-section ul li {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.privacy-section ul li::before {
  content: '•';
  color: var(--orangeColor);
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
}

.privacy-section .icon {
  font-size: 2.5rem;
  color: var(--orangeColor);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .privacy-section {
      padding: 30px;
  }

  .privacy-section h2 {
      font-size: 1.8rem;
  }

  .privacy-section p, .privacy-section ul li {
      font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .privacy-content {
      padding: 40px 0;
  }

  .privacy-section {
      padding: 25px;
  }
}
/* Scheme Portals */
.schemes-hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--whiteColor);
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap:5px;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.schemes-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(120, 41, 15, 0.8), rgba(0, 0, 0, 0.5));
  z-index: -1;
}
.schemes-hero-section h1 {
  font-size: 32px;
  color: var(--whiteColor);
  font-weight: 600;
}

.schemes-hero-section p {
  font-size: 18px;
  text-align: center;
  max-width: 600px;
  margin: 10px 0;
}

.schemes-hero-stats {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.schemes-stat-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  backdrop-filter: blur(5px);
}

.schemes-stat-item h3 {
  font-size: 26px;
  color: var(--orangeColor);
}
.schemes-stat-item-content {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.schemes-stat-item-content span {
  font-size: 17px;
  color: var(--whiteColor);
  vertical-align: super;
}
.schemes-stat-item p {
  font-size: 14px;
  margin: 0;
}
.schemes-portal-section-container {
  background: var(--formgrayColor);
  padding:30px 0;
}

.schemes-portal-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.schemes-portal-card {
  background-color: var(--whiteColor);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
  padding-bottom: 30px;
}

.schemes-portal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.schemes-portal-card.member-portal {
  border-top: 4px solid var(--greenColor);
}

.schemes-portal-card.staff-portal {
  border-top: 4px solid var(--maroonColor);
}

.schemes-portal-card.trustee-portal {
  border-top: 4px solid var(--orangeColor);
}

.schemes-portal-card.beneficiary-portal {
  border-top: 4px solid var(--orangeColor);
}

.schemes-portal-icon {
  width: 100%;
  flex-direction: column;
  padding: 10px;
  display: flex;
  gap:8px;
  align-items: center;
  justify-content: center;
}

.member-portal .schemes-portal-icon {
  background-color: rgba(11, 185, 245, 0.1);
  color: var(--greenColor);
}

.staff-portal .schemes-portal-icon {
  background-color: rgba(26, 156, 112, 0.1);
  color: var(--maroonColor);
}

.trustee-portal .schemes-portal-icon {
  background-color: rgba(204, 145, 20, 0.1);
  color: var(--orangeColor);
}

.beneficiary-portal .schemes-portal-icon {
  background-color: rgba(254, 96, 18, 0.1);
  color: var(--orangeColor);
}

.schemes-portal-icon i {
  font-size: 34px;
}
.schemes-portal-icon h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.schemes-portal-content {
  padding: 20px 15px;
}

.schemes-portal-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.schemes-portal-content p {
  color: var(--grayColor);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.schemes-portal-features {
  margin-top: 15px;
}

.schemes-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1rem;
  color: var(--grayColor);
  position: relative;
  padding-left: 18px;
}
.schemes-feature-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orangeColor);
  margin-right: 10px;
}


.schemes-portal-login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: var(--greenColor);
  color: var(--whiteColor);
  border: none;
  border-radius: 0 0 5px 5px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1rem;
}
.schemes-portal-login-btn ion-icon {
  margin-right: 8px;
  font-size: 1.2rem;
}
.member-portal .schemes-portal-login-btn {
  background-color: var(--greenColor);
}

.staff-portal .schemes-portal-login-btn {
  background-color: var(--maroonColor);
}

.trustee-portal .schemes-portal-login-btn {
  background-color: var(--orangeColor);
}

.beneficiary-portal .schemes-portal-login-btn {
  background-color: var(--orangeColor);
}

.schemes-portal-login-btn:hover {
  opacity: 0.9;
}

.schemes-portal-about-section {
  background-color: var(--whiteColor);
  background: var(--formgrayColor);
  border-radius: 10px;
  padding: 30px 20px;
}

.schemes-portal-about-section h2 {
  font-size: 24px;
  color: var(--blackColor);
  border-bottom: 2px solid var(--orangeColor);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.schemes-portal-about-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 20px;
  justify-content: center;
}

.schemes-portal-about-text p {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1.1rem;
  color: var(--grayColor);
  text-align: justify;
}

.schemes-portal-about-image {
  width: 100%;
  height: 70%;
}

.schemes-portal-about-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.schemes-portal-timeline {
  margin-top: 30px;
  position: relative;
  padding-left: 30px;
}

.schemes-portal-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--maroonColor);
}

.schemes-portal-timeline-item {
  position: relative;
  padding-bottom: 20px;
}

.schemes-portal-timeline-item::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--greenColor);
  border: 2px solid var(--maroonColor);
}

.schemes-portal-timeline-date {
  font-weight: bold;
  color: var(--maroonColor);
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.schemes-portal-timeline-content {
  line-height: 1.7;
  color: var(--grayColor);
  font-size: 1.1rem;
}

.schemes-portal-contact-bar {
  background-color: var(--maroonColor);
  color: var(--whiteColor);
  padding: 15px;
  margin-top: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.schemes-portal-contact-info {
  display: flex;
  gap: 20px;
}

.schemes-portal-contact-item {
  display: flex;
  align-items: center;
}

.schemes-portal-contact-item i {
  margin-right: 8px;
  color: var(--whiteColor);
}
.social-links {
  display: flex;
  gap: 16px;
}
.social-icon {
  font-size: 1.5rem;
  color: var(--whiteColor);
  transition: color 0.3s ease;
}
.social-icon:hover {
  color: var(--orangeColor);
}
.scheme-portals-faq-section {
  max-width: 840px;
  width: 100%;
  margin: 30px auto;
  padding: 0 20px;
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.scheme-portals-faq-title {
  text-align: center;
  margin-bottom: 30px;            font-weight: 600;
}

.scheme-portals-faq-title h2 {
  color: var(--blackColor);
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--greenColor);
  font-weight: 600;
}

.scheme-portals-faq-title p {
  color: #666;
  font-size: 16px;
}
.scheme-portals-faq-item {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.scheme-portals-faq-question {
  background-color: var(--formgrayColor);
  padding: 15px 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scheme-portals-faq-question i {
  transition: transform 0.3s ease;
}

.scheme-portals-faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.scheme-portals-faq-item.active .scheme-portals-faq-answer {
  padding: 20px;
  max-height: 200px;
}

.scheme-portals-faq-item.active .scheme-portals-faq-question i {
  transform: rotate(180deg);
}
/* Responsive styles */
@media (max-width: 768px) {
  .schemes-portal-about-section {
    padding: 5px;
    margin-top: 10px;
  }
  .schemes-hero-section {
      padding: 40px 20px;
  }
  .schemes-portal-section {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 20px;
  }
  .schemes-hero-stats {
      flex-direction: column;
      gap: 15px;
  }

  .schemes-portal-about-content {
     grid-template-columns: repeat(1, 1fr);
  }

  .schemes-portal-about-image {
     height: 30vh;
  }

  .schemes-portal-contact-bar {
      flex-direction: column;
      gap: 15px;
  }

  .schemes-portal-contact-info {
      flex-direction: column;
      gap: 10px;
  }
  .scheme-portals-faq-section {
     padding: 30px 20px;
 }
}
@media (max-width: 576px) {
  .schemes-portal-section {
      grid-template-columns: repeat(1, 1fr);
  }
}


/*Terms of use page styling*/
.terms-content {
  padding: 80px 0;
  background: #f9f9f9;
}

.terms-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 30px;
  background: var(--whiteColor);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.terms-intro p {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.terms-section {
  background: var(--whiteColor);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-left: 5px solid var(--orangeColor);
}

.terms-section:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.terms-section h2 {
  color: var(--blackColor);
  font-size: 2rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.terms-section h2::before {
  content: '';
  width: 40px;
  height: 4px;
  background: var(--orangeColor);
  border-radius: 2px;
}

.terms-section p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 55px;
}

.terms-section .icon {
  font-size: 2.5rem;
  color: var(--orangeColor);
  margin-bottom: 20px;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.1;
  transition: all 0.3s ease;
}

.terms-section:hover .icon {
  opacity: 0.2;
  transform: scale(1.1);
}

.terms-section .number {
  position: absolute;
  left: -15px;
  top: 30px;
  background: var(--orangeColor);
  color: var(--whiteColor);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(255, 165, 0, 0.3);
}

@media (max-width: 768px) {
  .terms-section {
      padding: 30px;
  }

  .terms-section h2 {
      font-size: 1.8rem;
  }

  .terms-section p {
      font-size: 1rem;
      padding-left: 40px;
  }

  .terms-section .icon {
      font-size: 2rem;
      right: 20px;
      top: 20px;
  }
}

@media (max-width: 576px) {
  .terms-content {
      padding: 40px 0;
  }

  .terms-section {
      padding: 25px;
  }

  .terms-intro {
      padding: 20px;
  }

  .terms-intro p {
      font-size: 1rem;
  }
}



/* blog page */
.blog-hero-wrap {
  position: relative; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50vh;
  }
  .blog-post-body {
   text-align: center;
   padding:40px;
   padding-top:0px;
   margin:20px auto;
   font-size:17px;
  }
  .blog-post-body .blog-text {
   margin:20px auto;
   font-size:18px;
   line-height:30px;
   color:rgb(99, 96, 96);
  }
  .blog-author-details {
   display:flex;
   flex-wrap:wrap;
   gap:12px;
   justify-content: center;
   align-items: center;
   margin-bottom: 15px;
   color:var(--orangeColor);
   font-size:16px;
  }
  .blog-author-details a {
   color:var(--orangeColor);
   font-size:16px;
   font-weight: bold;
  }
 .blog-heading a {
   color:var(--blackColor);
   font-size:20px;
   font-weight: bold;
  }
 .pagination-buttons {
   display:flex;
   flex-wrap: wrap;
   gap:15px;
   justify-content: center;
   align-items: center;
   padding-bottom:10px;
 }
 .pagination-buttons>li a {
   color:var(--orangeColor);
   font-size:15px;
   border-radius:50%;
   padding:10px 15px;
   border:.1px solid #ccc;
   background-color:var(--whiteColor);
   cursor:pointer;
 }
 .pagination-buttons>li a:hover {
   background-color:var(--orangeColor);
   color:var(--whiteColor);
 }
 .pagination-buttons>li a.active {
   background-color:var(--orangeColor);
   color:var(--whiteColor);
 }
 
 @media (max-width:768px) {
   .blog-post-body {
     padding:10px;
   }
   .blog-img-container {
     padding:20px;
     padding-bottom:10px;
   }
 }

/*Blogs list page styling */
.home-blog-section {
  background:var(--whiteColor);
  padding: 10px 0;
}
.blogpage-hero-wrap {
  position: relative; 
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  background-position: center center;
  }
.blogs-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}

.blog-posts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


/*Blogs Sidebar */
.blogs-sidebar {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 70px;
  gap:20px;
  height: fit-content;
 
}
.sidebar-section {
  border-radius: 2px;
  padding: 24px;
  background:var(--formgrayColor);
}
.blogs-section-title {
  font-size:22px;
  font-weight:500;
  color: var(--greenColor);
  padding:10px 0;
}

.blogs-search-form {
  display: flex;
  flex-wrap: wrap;
  border:1.4px solid var(--orangeColor);
  border-radius: 25px;
}
.blogs-search-input {
  flex: 1;
  padding: 8px;
  font-size:14px;
  outline: none;
  border-radius: 25px 0 0 25px;
}
.search-button {
  padding: 8px;
  color: var(--orangeColor);
  background: var(--whiteColor);
  border: none;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-weight: 500;
}

.recent-posts-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.recent-post-item-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.related-blog-image {
  width: 60px;
  height: 60px;
  object-fit:contain;
}

.blogs_categories_list {
  max-height:200px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.all_tags-list {
  display: flex;
  flex-wrap: wrap;
  gap:5px;
} 

.recent-post-item {
  text-decoration: none;
  padding-bottom:5px;
  color: var(--darkgrayColor);
  transition: color 0.1s ease;
  border-bottom: 1px solid rgba(204, 204, 204,0.5);
}
.recent-post-item span {
  margin-right:10px;
  font-size:25px;
  color: var(--orangeColor);
  transition: color 0.1s ease;
}
.recent-post-item:hover span {
  transform:translateX(-10px);
}
.recent-post-item:hover {
  color: var(--orangeColor);
}
.search_query_title {
  font-size:22px;
  font-weight:500;
  color:#232323;
  padding:10px 0;
}
.search_query_title>span {
  color:var(--orangeColor);
}
.search_results_count {
  font-size:17px;
  color:#232323;
  font-weight:400;
}
.search_results_count>span {
  color:#000000;
  font-weight:500;
}
.no_blogs_found {
  display:flex; 
  justify-content: center; 
  align-items: center; 
  min-height:50vh;
}
.no_blogs_found .no_blogs_text {
  color:#2d3436;
  font-size:18px;
}

@media (max-width: 768px) {
  .blogs-container {
    grid-template-columns: 1fr;
    padding-bottom:20px;
  }

  .post-image-container {
    height: 200px;
  }
  .post-content {
    padding: 10px;
  }
  
  .post-image-container .post-image {
   object-fit: cover;
  }
}
.home-blogs-container-btn {
  display:flex;
  justify-content: flex-end;
  align-items: center;
  padding:10px 0;
}

/*Blog detail page */
.blog-detail-section {
  background:var(--whiteColor);
}
.blog_details_grid {
  display:grid;
  grid-template-columns: 2fr 4fr;
  gap:20px;
  align-items: start;
  justify-content:center;
}
.blog-detail {
  line-height: 30px;
  color:#333;
}
.blog-detail .blog_detail_title {
  color: var(--blackColor);
  font-size: 23px;
  padding: 15px 0;
  font-weight:600;
  line-height: 30px;
  position: relative;
  transition:all 0.4s linear;
}
.blog-detail .blog_detail_title::after {
  position: absolute;
  content: "";
  height: 2px;
  width:30%;
  left:0;
  bottom: 0;
  background-color: var(--orangeColor);
  border-radius: 2px;
  transition:all 0.4s linear;
}
.blog-detail .blog_detail_title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--orangeColor);
  border-radius: 50%;
  left:0;
  top:50%;
  margin-right:6px;
  transform: translateY(-50%);
}
.blog-detail .blog_detail_title:hover::after{
  width:100%;
}
.post-meta .dot {
  color: var(--orangeColor);
  font-size: 16px;
}

.blog-cover-image-container {
  display:flex;
  justify-content:center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding:10px 0;
}
.blog-cover-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:5px;
}

.blog-content img {
 width:100%;
 height:auto;
 object-fit: cover;
}
  .comments_container h4 {
    text-align: left;
    font-size:20px;
    font-weight:500;
    color:#000000;
    padding:15px 0;
  }
  .comments_container .blog-comment {
    display:flex;
    flex-direction: column;
    gap:4px;
    color:#000000;
    padding-bottom:8px;
    border-bottom:1px solid #f3f3f3;
  }
  .comments_container .no-blog-comments-container {
    display:flex;
    justify-content: center;
    align-items: center;
    color:#313030;
  }
  .blog_comment_form .form-group {
    display:flex;
    gap:10px;
    }
  .blog_comment_form input {
    width:100%;
    border:1px solid #ccc;
    padding:12px;
    color:var(--darkgrayColor);
    font-size:16px;
    margin:10px 0;
    border-radius:1px;
  }
  .blog_comment_form textarea {
    width:100%;
    border-radius:1px;
    border:1px solid #ccc;
    padding:12px;
    color:var(--darkgrayColor);
    font-size:16px;
    margin:10px 0;
    resize: vertical;
    height:120px;
  }
  .blog_comment_form input::placeholder,
  .blog_comment_form textarea::placeholder {
    color:#2d3436;
  }
  .blog_comment_form input:focus,
  .blog_comment_form textarea:focus {
    border:1px solid var(--orangeColor);
  }
  .blog_comment_form .blog_comment_btn {
    width:30%;
    border:2px solid transparent;
    background:var(--orangeColor);
    color:#ffffff;
    padding:14px 20px;
    font-size:15px;
    border-radius:1px;
    animation: orangepulsing 2s infinite;
  }
  .blog_comment_form .blog_comment_btn:hover {
    border:2px solid var(--orangeColor);
    background:#ffffff;
    color:var(--orangeColor);
    cursor: pointer;
  }
@media (max-width:600px) {
  .blog_comment_form .blog_comment_btn {
    width:100%;
  }
}
@media (max-width:430px) {
  .blog-cover-image-container {
    margin-top:20px;
    height: 200px;
    padding:0;
  }
  .blog-cover-image-container img {
   border-radius:2px;
  }
}
@media screen and (max-width:768px) {
  .blog_details_grid {
    grid-template-columns: 1fr;
}
}
/* Blog post container styles */
.blog-content {
  margin:10px auto;
  line-height:30px;
  padding:20px 0;
}

/* Headings */
.blog-content h1 {
  color: #003C7E;
  font-size: 28px;
  margin: 22px 0;
  font-weight: 600;
  line-height: 30px;
}
.blog-content h1:hover {
  color: var(--orangeColor);
}
.blog-content h2 {
  font-size: 24px;
  color: var(--orangeColor);
  margin: 22px 0;
  font-weight: 400;
}

.blog-content h3 {
  font-size: 1.65rem;
  color: #000000;
  margin: 1.5rem 0 1rem;
  font-weight: 500;
}

.blog-content h4 {
  font-size: 1.5rem;
  color: #4a4a4a;
  margin: 1.5rem 0 1rem;
  font-weight: 400;
}

/* Paragraphs */
.blog-content p {
  margin: 1.2rem 0;
  color: #444;
  line-height: 1.8;
}

/* Links */
.blog-content a {
  color: var(--orangeColor);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.blog-content a:hover {
  border-bottom-color: var(--orangeColor);
}

/* Lists */
.blog-content ul,
.blog-content ol {
  margin:16px 0;
  padding-left: 24px;
}

.blog-content li {
  list-style-type: disc;
  margin: 6px 0;
  color: #444;
}

/* Images */
.blog-content img {
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Blockquotes */
.blog-content blockquote {
  padding: 1rem 2rem;
  border-left: 4px solid var(--orangeColor);
  background: #f8f9fa;
  font-style: italic;
  color: #555;
}
.blog-content blockquote>p {
  background: #f8f9fa;
}

/* Code blocks */
.blog-content pre {
  background: #f6f8fa;
  background:#2d1052;
  padding: 1rem;
  border-radius: 4px;
  max-width: 100%;
  width:100%;
  font-size: 16px;
  white-space: pre-wrap; /* Allows wrapping of text inside <pre> */
  word-wrap: break-word; /* Break long words if needed */
  overflow-x: scroll;
  margin: 1.5rem auto;
  box-sizing: border-box;
}
.blog-content code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.9em;
  font-weight:700;
  color:white;
  color: #ffcc00;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  overflow-x: auto;
}

/* Tables */
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.blog-content th,
.blog-content td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  text-align: left;
}

.blog-content th {
  background: #f8f9fa;
  font-weight: 600;
}

/* Figure and captions */
.blog-content figure {
  margin: 2rem 0;
}

.blog-content figcaption {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Horizontal rule */
.blog-content hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #dee2e6;
}

/* Custom classes for alignment */
.blog-content .text-left {
  text-align: left;
}

.blog-content .text-center {
  text-align: center;
}

.blog-content .text-right {
  text-align: right;
}

/* Meta information styling */
.post-meta {
  margin-top:15px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #636e72;
  font-size: 14px;
}

.author-avatar {
  width: 22px;
  background: var(--orangeColor);
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.detailed_blog_tags .post-tag {
  display: inline-block;
  padding: 1px 14px;
  background: #f3f3f3;
  border:1px dotted var(--orangeColor);
  color: var(--orangeColor);
  border-radius: 2px;
  font-size: 13px;
  margin-bottom: 16px;
}


/* Responsive design */
@media (max-width: 768px) {
  .blog-content {
      padding: 20px 0;
  }

  .blog-content h1 {
      font-size: 2rem;
  }

  .blog-content h2 {
      font-size: 1.75rem;
  }

  .blog-content h3 {
      font-size: 1.5rem;
  }

  .blog-content h4 {
      font-size: 1.25rem;
  }

  .blog-content img {
      margin: 1.5rem auto;
  }

  .post-meta {
      flex-wrap: wrap;
      gap: 0.5rem;
  }
  .blog-content pre {
      padding: 0.5rem;
      max-width: 100%;
      font-size: 13px;
      overflow-x: scroll;
      margin: 1.5rem auto;
  }
}

/* Error Page */
.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 2rem;
  text-align: center;
}

.error-image {
  width: 300px;
  max-width: 80%;
  animation: float 6s ease-in-out infinite;
}
.error-title {
  color: var(--orangeColor);
  font-size: 34px;
  margin: 12px 0;
  animation: fadeIn 1s ease-out;
}
.error-message {
  font-size: 20px;
  color: var(--darkgrayColor);
  max-width: 600px;
  margin: 0 auto;
  padding: 8px 0;
  animation: fadeIn 1.5s ease-out;
}

.home-button {
  display: inline-block;
  padding: 1rem 2rem;
  margin-top: 16px;
  background: linear-gradient(45deg, hsl(39, 93%, 52%), #ff6b6b);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeIn 2s ease-out;
}

.home-button:hover {
  transform: translateY(-3px);
  opacity:0.8;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .error-title {
    font-size: 28px;
  }

  .error-message {
    font-size: 19px;
    padding: 10px;
  }

  .error-container {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .error-title {
    font-size: 24px;
  }

  .error-message {
    font-size: 17px;
  }

  .home-button {
    padding: 0.8rem 1.6rem;
  }
}
.post-download-container {
  max-width: 600px;
  margin: 30px auto;
  padding:40px 30px;
  background-color: var(--whiteColor);
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.post-download-container h1 {
  font-size: 25px;
  font-weight: 600;
  color: var(--orangeColor);
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px dotted var(--gold-accent);
  padding-bottom: 10px;
}
.post-download-container form input, .post-download-container form select {
  width: 100%;
  display: block;
  padding: 12px 20px;
  border: 2px solid #f3f3f3;
  border-radius: 15px;
  margin-bottom: 15px;
}
.post-download-container form input:focus, .post-download-container form select:focus {
  border: 2px solid var(--orangeColor);
  outline: none;
}
.post-download-container form textarea {
  width: 100%;
  display: block;
  padding: 12px 20px;
  border: 2px solid #f3f3f3;
  border-radius: 15px;
  margin-bottom: 15px;
  resize: vertical;
}
.post-download-container form textarea:focus {
  border: 2px solid var(--orangeColor);
  outline: none;
}
.post-download-container form button {
  width: 100%;
  padding: 12px 20px;
  background-color: var(--gold-accent);
  color: var(--whiteColor);
  border-radius: 15px;
  font-size: 15px;
}
.post-download-container form button:hover {
  border: 2px solid var(--gold-accent);
  color: var(--gold-accent);
  background-color: var(--whiteColor);
  cursor: pointer;
}
.cancel-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  border-color: var(--orangeColor);
  border-radius: 15px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}
.cancel-btn:hover {
  background-color: var(--gold-accent);
  color: var(--whiteColor);
  border-color: var(--gold-accent);
}




