@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');


body {
  margin: 0;
  padding: 0 !important;
  scroll-behavior: smooth;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  background: none;
  border: solid 1px #f1f1f1;
  color: #444;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 10px;
  padding: 12px 20px;
  width: 100%;
  outline: 0;
  border-radius: 5px;
  font-family: "Tinos", serif;
  background: white;
}
input[type="submit"] {
  background: linear-gradient(90deg, #0975f0, #c9914a);
  text-transform: capitalize;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border: 0;
  cursor: pointer;
  outline: none;
  font-weight: 400;
  border-radius: 30px;
  font-family: "Tinos", serif;
  color: white;
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: "Tinos", serif;
  color: #444444;
  font-weight: 500;
  text-transform: inherit;
  line-height: normal;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  padding: 0;
  margin: 0 0 10px 0;
  color: #454a50;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 28px;
}
ul,
li,
a {
  list-style-type: none;
  color: #222;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0;
}
a:hover {
  transition: 0.8s;
  text-decoration: none;
}
html {
  overflow-x: hidden !important;
}


/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 10px 0px;
  background: #e5e5e7 !important;	
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}
.site-header .logo img {
    width: 120px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-menu-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
}
.main-nav .nav-menu > li {
  position: relative;
}
.main-nav .nav-menu > li > a {
  font-size: 15px;
  font-weight: 600;
  color: #223674;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
}
.main-nav .nav-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #c9914a;
  transition: width 0.3s ease;
}
.main-nav .nav-menu > li > a:hover {
  color: #c9914a;
}
.main-nav .nav-menu > li > a:hover::after {
  width: 100%;
}
.main-nav .nav-menu > li.current-menu-item > a,
.main-nav .nav-menu > li.current-menu-parent > a {
  color: #0985ee;
}
.main-nav .nav-menu li ul {
  position: absolute;
  top: 140%;
  left: 0;
  background: #ffffff;
  min-width: 220px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.main-nav .nav-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.main-nav .nav-menu li ul li {
  padding: 0;
}
.main-nav .nav-menu li ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
}
.main-nav .nav-menu li ul li a:hover {
  color: #0973e7;
}
.header-btn .quote-btn {
  background: #263a74;
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header-btn .quote-btn:hover {
  background: #cd2a23;
  transform: translateY(-2px);
}
.site-header.is-sticky {
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
	 background: #fff;
}
button.btn a {
    color: #fff;
}
.header-inner h5 {
    margin-bottom: 0px !important;
}
/* ================================
   RESPONSIVE
================================ */
@media (max-width: 991px) {

  .right-menu-wrap {
    display: none; /* hide desktop menu */
  }

  .site-header {
    min-height: 70px;
  }
}
/* Default header state (before sticky) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
	background: #0d1232;
	background-position: cover;
	background-repeat: no-repeat;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}



/* ===============================
  HOME PAGE - HERO SECTION
================================ */

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero-slider {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}


.hero-slider .swiper {
  width: 100%;
  height: 100%;
}

.hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 46, 0.6),
    rgba(26, 26, 46, 0.9)
  );
  z-index: 1;
}

.slide-inner .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
}

.hero-style .slide-title h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.6);
  text-align: center;
}

.hero-style .slide-text p {
  font-size: 20px;
  color: #f0f0f0;
  margin-bottom: 40px;
  opacity: 0.9;
  text-align: center;	
}
.theme-btn-s2 {
  background: rgba(255,255,255,0.85);
  color: #1a1a2e;
  padding: 14px 36px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.theme-btn-s2:hover {
  background: #ff6f61;
  color: #fff;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
  opacity: 1;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.4;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  text-align: center;		
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #fff;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #c9914a;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c9914a;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #fff;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.95);
}
section.hero-slider.hero-style .cta svg{
	top: -2px;
}

/* Company Overview */

.about-section {
  padding: 60px 0;
}

.sec-title{
  position:relative;
  z-index: 1;
/*   margin-bottom:60px; */
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #c9914a;
  font-weight: 500;
/*   margin-bottom: 15px; */
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #0d1232;
  font-weight: 600;
   margin-bottom: 35px;	
	text-align: center;
}

/* .sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
} */

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: 300% 300%;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#faf2d0, #917676), linear-gradient(137.48deg, #f5bebb 10%, #daad65 45%, #263a74 67%, #fff 87%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
button.tab-btn.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #000;

    text-decoration: none;
    cursor: pointer;
    user-select: none;

    border-radius: 50px;
    border: none;

    /* MOVING GRADIENT BACKGROUND */
    background: linear-gradient(270deg, #076ee4, #c9914a, #fff, #0d1232);
    background-size: 400% 400%;

    animation: gradientMove 6s ease infinite;
    transition: 0.3s ease;
}
@keyframes gradientMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}



#container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}

button.btn strong {
  font-family: "Tinos", serif;
  z-index: 2;
  font-size: 12px;
  letter-spacing: 5px;
  color: #ffffff;
  text-shadow: 0 0 4px white;
}

#glow {
  position: absolute;
  display: flex;
  width: 12rem;
}

.circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.btn:hover #container-stars {
  z-index: 1;
  background-color: #c7944e;
}

.btn:hover {
  transform: scale(1.1);
}

.btn:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.btn:active .circle {
  background: #fe53bb;
}

#stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

#stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.about-section{
  position: relative;
  padding: 40px 0;
}

.about-section .sec-title{
/*   margin-bottom: 45px; */
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
	text-align: justify;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 67px);
    height: calc(100% + 144px);
    top: -70px;
    left: 10px;
    background: transparent;
    z-index: 0;
    border: 44px solid #a9a9a938;

}
figure.image-1 img {
   width: 475px;
    height: 380px;
    object-fit: cover;
}
.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
	color: #fff
}
.about-section button.btn {
    display: flex;
    margin: 0 auto;
}
/* Base animation setup */
.animate {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

/* Fade In Up */
.fade-in-up {
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}

/* Fade In Down */
.fade-in-down {
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

/* Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* service-card section */

.cards-section {
  padding:40px 0px;
  background: #a8a8a83b;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-items: center;
  margin: 40px 0px;	
}
.card {
  --background: linear-gradient(to right, #74ebd5 0%, #acb6e5 100%);
  width: 350px;
  height: 340px;
  padding: 5px;
  border-radius: 1rem;
  overflow: visible;
  background: var(--background);
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;	
}

.card::before,
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  z-index: -1;
}

.card::before {
  background: linear-gradient(#faf2d0, #917676), linear-gradient(137.48deg, #f5bebb 10%, #ef8009 45%, #263a74 67%, #fff 87%);
  transform: rotate(2deg);
}

.card::after {
  background: linear-gradient(to top right, #84fab0 0%, #8fd3f4 100%);
  transform: rotate(-2deg);
}

.card-info {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
/*   display: flex; */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.7rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.info-flx{
	display: flex;
	flex-direction: column;
	    position: relative;
    top: 131px;
}
.card-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 71%);
  z-index: 0;
}

.card .title {
position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Tinos", serif;
    text-align: center;
}

.card:hover::before,
.card:hover::after {
  opacity: 0;
}

.card:hover .card-info::before {
  background: rgba(0,0,0,0.15);
  transition: background 0.8s ease;
}

section.cards-section .sec-title {
    text-align: center;
}
section.cards-section .sec-title h2:before{
	display: none;
}
section.cards-section button.btn {
    display: flex;
    margin: 0 auto;
}
.card-info .cta svg {
    top: 8px;
}

/* Why Choose Section */

section.py-5.bg-white.about-section .container {
    padding: 0px 26px;
}
section.py-5.bg-white.about-section .sec-title {
    text-align: center;
}
section.py-5.bg-white.about-section .sec-title h2::before{
	display: none;
}
/* Icon Pulse Animation */
.fa-pulse-zoom {
  animation: pulseZoom 2.2s ease-in-out infinite;
  display: inline-block;
}

@keyframes pulseZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.me-3.text-primary.fs-3 i {
    color: #0975f0;
	font-size: 34px;
}
ul.list-unstyled .d-flex.align-items-start {
    background: #ebebeb;
    padding: 15px;
    border-radius: 10px;
}
/* Base animation settings */
.animate-left,
.animate-right {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

/* Left → Right entrance */
.animate-left {
  animation-name: fadeInLeft;
}

/* Right → Left entrance */
.animate-right {
  animation-name: fadeInRight;
}

/* Keyframes */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Center image animation */
.animate-center {
  opacity: 0;
  animation: zoomInCenter 1s ease-out forwards;
}

/* Keyframes */
@keyframes zoomInCenter {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Logo Slider */

.logoslider-container {
  overflow: hidden;

  .logoslider-slider {
    animation: logoslider-slidein 30s linear infinite;
    white-space: nowrap;

    .logoslider-logos {
      width: 30%;
      display: inline-block;
      margin: 0;

      .fab {
        width: calc(100% / 5);
        animation: logoslider-fade-in 0.5s
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }
    }
  }
}

@keyframes logoslider-slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes logoslider-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.about-section .sec-title {
    text-align: center;
}
section.about-section h2::before {
    display: none;
}
.logoslider-slider {
    margin: 40px 0px;
}
.blogcs-section{
  padding: 80px 0;
}
.logoslider-logos img {
  max-height: 80px;
  width: auto;
  margin: 0 20px;
  object-fit: contain;
  display: inline-block;
}

/* Blog section */

.blogcs-card{
  top: 40px;
  position: relative;
  height: 420px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 10px 50px rgb(239 223 133 / 44%);
  overflow: hidden;
}

/* SLIDES */
.blogcs-slides{
  position: relative;
  height: 100%;
}

/* EACH SLIDE */
.blogcs-inner{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .6s ease;
}

/* SHOW ACTIVE SLIDE (manual for first 10 posts) */
#blogcs-tap-1:checked ~ .blogcs-slides .blogcs-inner:nth-child(1),
#blogcs-tap-2:checked ~ .blogcs-slides .blogcs-inner:nth-child(2),
#blogcs-tap-3:checked ~ .blogcs-slides .blogcs-inner:nth-child(3),
#blogcs-tap-4:checked ~ .blogcs-slides .blogcs-inner:nth-child(4),
#blogcs-tap-5:checked ~ .blogcs-slides .blogcs-inner:nth-child(5),
#blogcs-tap-6:checked ~ .blogcs-slides .blogcs-inner:nth-child(6),
#blogcs-tap-7:checked ~ .blogcs-slides .blogcs-inner:nth-child(7),
#blogcs-tap-8:checked ~ .blogcs-slides .blogcs-inner:nth-child(8),
#blogcs-tap-9:checked ~ .blogcs-slides .blogcs-inner:nth-child(9),
#blogcs-tap-10:checked ~ .blogcs-slides .blogcs-inner:nth-child(10){
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 5;
}

/* IMAGE */
.blogcs-img{
  width: 260px;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  cursor: pointer;
}

.blogcs-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.blogcs-content{
  margin-left: 40px;
  max-width: 100%;
}

.blogcs-date{
  display: block;
  font-size: 14px;
  color: #c9914a;
  margin-bottom: 10px;
}
.blogcs-title {
    font-size: 24px;
    font-weight: 700;
    color: #0d1232;
    text-transform: uppercase;
    font-family: "Tinos", serif;
}

.blogcs-text{
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

.blogcs-section button.btn {
    margin: unset;
}

/* DOT NAVIGATION */
.blogcs-sliders{
  position: absolute;
  bottom: 8px;
  left: 65%;
  transform: translateX(-50%);
  z-index: 20;
}

.blogcs-tap{
  width: 50px;
  height: 10px;
  background: #ddd;
  display: inline-block;
  margin: 0 4px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.blogcs-tap::before{
font-size: 15px;
    font-weight: 600;
    background-color: #0975f0;
    text-decoration: none;
    content: '';
    position: absolute;
    inset: 0;
    transform-origin: left;
    transition: .4s;
    border-radius: 5px;
}

#blogcs-tap-1:checked ~ .blogcs-sliders .blogcs-tap-1::before,
#blogcs-tap-2:checked ~ .blogcs-sliders .blogcs-tap-2::before,
#blogcs-tap-3:checked ~ .blogcs-sliders .blogcs-tap-3::before,
#blogcs-tap-4:checked ~ .blogcs-sliders .blogcs-tap-4::before,
#blogcs-tap-5:checked ~ .blogcs-sliders .blogcs-tap-5::before,
#blogcs-tap-6:checked ~ .blogcs-sliders .blogcs-tap-6::before,
#blogcs-tap-7:checked ~ .blogcs-sliders .blogcs-tap-7::before,
#blogcs-tap-8:checked ~ .blogcs-sliders .blogcs-tap-8::before,
#blogcs-tap-9:checked ~ .blogcs-sliders .blogcs-tap-9::before,
#blogcs-tap-10:checked ~ .blogcs-sliders .blogcs-tap-10::before{
  transform: scaleX(1);
}

/* HIDE INPUTS */
input[type="radio"],
input[type="checkbox"]{
  display: none;
}
.blogcs-section .container {
    margin-bottom: 80px !important;
}
.blogcs-section .sc-btn {
    position: relative;
    top: 85px;
    left: 40%;
}
/* Footer */

h6.text-uppercase.mb-4.font-weight-bold {
    color: #16204b;
    font-family: "Tinos", serif;
    font-size: 19px !important;
    font-weight: 500;
}
.col-md-3.col-lg-3.col-xl-3.mx-auto.mt-3 p {
    color: #16204b;
    font-family: "Tinos", serif;
    line-height: 1.6;
    letter-spacing: 1px;
}
.col-md-4.col-lg-3.col-xl-3.mx-auto.mt-3 p {
    color: #fff;
    font-family: "Tinos", serif;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #2e65ac;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}
.footer-sec li.menu-item a {
    color: #16204b !important;
	text-transform: uppercase;
}
.footer-sec p {
    color: #2e65ac;
}
.btn-outline-light:hover {
    border-radius: 25px;
	background-color: #f8f9fa47;
}
.btn-outline-light {
    padding: 5px !important;
}
.col-md-4.col-lg-5.col-xl-4.mx-auto.mt-3 li {
    margin-bottom: 10px;
}
.footer-sec li.menu-item a:hover {
    color: #c9914a !important;
}
.col-md-2.col-lg-1.col-xl-2.mx-auto.mt-3 li {
    margin-bottom: 10px;
}
.footer-sec img {
    width: 170px;
    height: 124px;
    object-fit: cover;
	position: relative;
    top: -12px;
}
.footer-sec {
    background: #e5e5e7;
    background-size: cover;
    background-repeat: no-repeat;
	    padding-top: 20px;
}
.btn-outline-light{
	color: #2e65ac;
}
hr {
    background-color: #16204b;
}
section.p-3.pt-0 {
    padding: unset !important;
}
.footer-sec li.menu-item {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
 
.footer-sec li.menu-item::before{
/*     content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: #cf2a23; */
	content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
	  color: #16204b;
}
.footer-sec i {
 	  color: #16204b;
}
.footer-sec i.fa.fa-chevron-down {
    display: none;
}

/* Breadcrumb */

section.breadcrumb {
    background: linear-gradient(#23386c, #096fe940);
    padding: 100px 0px 100px;
    text-align: center;
}
p#breadcrumbs {
    color: #fff;
    font-size: 28px;
    font-family: 'Tinos';
	font-weight: 500;
}
#breadcrumbs a {
    color: #fff;
    font-size: 28px;
    font-family: 'Tinos';
	font-weight: 500;
}

/* About Page */

.abt-2 .in-2::before {
    left: 220px !important;
}
.about-section .image-column .im-2 {
    position: relative;
    left: -45px !important;
}
section.about-section.abt-2 {
    background: #a8a8a83b;
}

.orga-section {
  text-align: center;
  background: #fefefd;
}


.orga-image-wrapper {
  display: inline-block;
  overflow: hidden;
}

.orga-image-wrapper img {
  max-width: 100%;
  width: 500px;
  height: auto;
  transform: scale(0.5);
  opacity: 0;
  animation: zoomFromCenter 1.2s ease-out forwards;
}

@keyframes zoomFromCenter {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.about-section .row {
    align-items: center;
}
.mission-vision-section {
    padding: 40px 0px;
    background: #a8a8a83b;
}
.mv-header {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeDown 1s ease forwards;
}
.mv-header h2 {
    margin-bottom: 10px;
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #263a74;
    font-weight: 600;
}
.mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.mv-card {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  animation: fadeUp 1.2s ease forwards;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.mv-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0975f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.mv-icon i {
  color: #fff;
  font-size: 22px;
}

.mv-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0975f0;
}

.mv-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: #444;
  margin-bottom: 14px;
  line-height: 1.6;
}

.mission-list i {
  color: #0975f0;
  font-size: 16px;
  margin-top: 4px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 768px) {
  .mv-header h2 {
    font-size: 30px;
  }

  .mv-card {
    padding: 30px 25px;
  }
}


/* service Page */

.services-section {
  padding: 80px 20px;
  background: #f5f7fb;
}

.section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  color: #111;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.service-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transform: translateY(40px);
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
  position: relative;
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }

.service-card h3 {
     font-size: 18px;
    margin-bottom: 18px;
    color: #0975f0;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.heading-icon {
  display: inline-block;
  margin-right: 12px;
  font-size: 28px;
  animation: float 2s ease-in-out infinite;
}

.service-card ul {
  padding-left: 18px;
}

.service-card ul li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444;
  display: flex;
  align-items: center;
}
.service-card li {
    position: relative;
    padding-left: 22px;
    list-style: none;
}

.service-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0975f0;
    border-bottom: 2px solid #0975f0;
    transform: rotate(-45deg);
}

.item-icon {
  display: inline-block;
  margin-right: 10px;
  color: #cd2a23;
  animation: bounce 1.5s infinite;
}

.service-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@media (max-width: 600px) {
  .section-title {
    font-size: 28px;
  }
  .heading-icon {
    font-size: 24px;
  }
}


/* Blog Page */

/* BLOG PAGE WRAPPER */
.blogpage .row {
    display: flex;
    flex-wrap: wrap;
}

/* COLUMN RESET (Bootstrap override safety) */
.blogpage .col-lg-4,
.blogpage .col-md-6,
.blogpage .col-sm-12 {
    display: flex;
}

/* BLOG CARD */
.homebloglist {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.homebloglist:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

/* IMAGE */
.homebloglist figure {
    position: relative;
    overflow: hidden;
}

.homebloglist figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.homebloglist:hover figure img {
    transform: scale(1.1);
}

/* ARROW BUTTON */
.arrowbtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 46px;
    height: 46px;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.homebloglist:hover .arrowbtn {
    opacity: 1;
    transform: translateY(0);
}

.arrowbtn img {
    width: 18px;
}

/* BLOG INFO */
.blog-info {
    padding: 20px 22px 26px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.secondary-container.blogpage {
    padding: 40px 0px;
}
/* META */
.post-author {
    gap: 8px;
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
}
.post-author li{
	color: #0975f0;
}
.post-author i {
    color: #0975f0;
    margin-right: 6px;
}

/* TITLE */
.blog-info h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

.blog-info h3 a {
    color: #111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-info h3 a:hover {
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .homebloglist figure img {
        height: 220px;
    }
}

@media (max-width: 575px) {


    .homebloglist figure img {
        height: 200px;
    }

    .blog-info h3 {
        font-size: 18px;
    }
}
h2.sec-title a {
    color: #0d1232;
    font-size: 17px;
    font-weight: 600;
}
.blog-info a.read-more-btn {
    color: #c9914a;
}
.full-width-post {
  max-width: 100%;
}

.full-width-post img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.post-title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
}

.blg{
	padding: 40px 0px;
}


/* Contact Us */

/* Contact Section */
.contact-helpdesk {
  padding: 60px 0;
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Cards */
.contact-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 35px 25px;
  text-align: center;
  transition: 0.3s ease;
}

.contact-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

/* Icon */
.contact-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border: 2px solid #0975f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0975f0;
  font-size: 26px;
}

.contact-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #0d1232;	
}

.contact-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #c9914a;	
}

.contact-card a {
  color: #c9914a;
  text-decoration: none !important;
}

.contact-card a:hover {
  text-decoration: underline;
}

/* Map */
.map-section {
  width: 100%;
  height: 420px;
  margin-top: 40px;
}

.map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.page-title {
  text-align: center;
  font-size: 32px;
  color: #0d1232;
    font-weight: 600;
  margin-bottom: 40px;
}

/* Disclaimer Page */

/* Content */
.disclaimer-content {
  padding: 40px 0px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.disclaimer-content p {
  margin-bottom: 22px;
}

.disclaimer-section{
	padding: 40px 0px;
}

/* Whatsaap Icon */

/* Floating Buttons Wrapper */
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* WhatsApp Button */
.whatsapp-btn {
  width: 55px;
  height: 55px;
  background: #fff;
  border: 1px solid #4fd466;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

/* Scroll To Top Button */

#scrollTopBtn {
  width: 55px;
  height: 55px;
  background: #0975f0;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

#scrollTopBtn:hover {
  transform: translateY(-3px);
}



/* Css For Responsive  */

@media (max-width: 911px){
	section.about-section .row {
    gap: 50px;
}
.cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.sec-title h2{
	 font-size: 38px;	
}	
.blogcs-sliders{
	left: 55%;	
}	
.blogcs-title {
    font-size: 18px;
}
.blogcs-text {
	font-size: 14px;
}
.footer-sec .row .mx-auto {
    width: 100%;
    text-align: left;
}
.mv-grid{
   width: 700px;	
}
.services-grid {
    grid-template-columns: 1fr 1fr;
}
	header.site-header h5 {
    display: none !important;
}
}

@media (max-width: 767px){
	.blogpage .row{
		gap: 10px;
	}
	    .sec-title h2
 	{
        font-size: 28px;
    }
	.blogcs-title {
        font-size: 13px;
    }
	.blogcs-date {
		font-size: 10px;
	}
/* 	section.py-5.bg-white.about-section .container {
    	padding: unset;
	} */
	.blogcs-tap {
    width: 30px;
		height: 7px;
	}
	.blogcs-sliders {
        left: 50%;
    }
	.blogcs-text {
		font-size: 10px;
	}

}

@media (max-width: 667px){
	    .mv-grid
 		{
        width: unset;
    	}
}

.mrstar-visitor-count-display
 {
    position: relative;
    top: -35px;
    left: 27px;
    font-size: 14px;
	color: #16204b;
}

/* About Company */
.about-company-section {
  padding: 90px 0;
  background: #ebebeb;
  text-align: center;	
}

.company-name {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.company-tagline {
  font-size: 18px;
  font-weight: 600;
  color: #c9914b;
  margin-bottom: 28px;
}

.company-description {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
	text-align: justify;
}

/* Fade-up animation */
.fade-up {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 0.9s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.membership-section {
  background: #f5f7fb;
  padding: 40px 0px;
}

.membership-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b1d3a;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

/* .membership-section .section-title::after {
  content: "";
  width: 65px;
  height: 3px;
  background: #c9a44c;
  display: block;
  margin: 10px auto 0;
} */

.membership-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.membership-item {
/*   background: #e2e8f3; */
/*   border-left: 5px solid #c9a44c; */
  border-radius: 15px;	
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

/* .membership-item:hover {
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
 */

/* Quality Policy */
.quality-policy-section {
  background: #f9fafc;
  padding: 80px 20px;
}

/* .quality-policy-section .container {
  max-width: 1200px;
  margin: auto;
} */

.quality-policy-section .section-title {
  font-size: 34px;
  font-weight: 700;
  color: #0b1d3a;
  text-align: center;
  margin-bottom: 15px;
}
/* 
.quality-policy-section .section-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #c9a44c;
  display: block;
  margin: 10px auto 0;
} */

.policy-intro {
  max-width: 850px;
  margin: 0 auto 45px;
  text-align: center;
  font-size: 17px;
  color: #444;
  line-height: 1.7;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card Design */
.policy-card {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transform: translateY(30px);
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
}

.policy-number {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 38px;
  font-weight: 700;
  color: rgba(201,164,76,0.15);
}

.policy-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

/* Hover Effect */
.policy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	.right-menu-wrap {
    display: block;
}
	ul#menu-primary {
    display: none !important;
}
	.header-inner button {
    display: none;
}
}

@media (max-width: 575px) {
  .policy-grid {
    grid-template-columns: 1fr;
  }
}

/* our Approach */
.our-approach-section {
    background: #a8a8a83b;
    padding: 40px 0px;
}

.our-approach-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b1d3a;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

/* .our-approach-section .section-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #c9a44c;
  display: block;
  margin: 12px auto 0;
}
 */
.approach-content {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  text-align: center;
  animation: fadeScale 0.8s ease forwards;
}

.approach-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

/* Animation */
@keyframes fadeScale {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*  */
.memberships-fellowships-section {
  background: #a8a8a83b;
  padding: 40px 0px;
}

.memberships-fellowships-section .section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0b1d3a;
  margin-bottom: 50px;
  position: relative;
}

/* Grid */
.membership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}

/* Card */
.membership-card {
  background: #f9fafc;
  padding: 26px 28px;
  border-radius: 12px;
  border-left: 5px solid #c9a44c;
  position: relative;
  opacity: 0;
  transform: translateY(25px);
  animation: slideUpFade 0.6s ease forwards;
  transition: all 0.3s ease;
}

.membership-card:hover {
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.1);
  transform: translateY(-6px);
}

.membership-count {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 36px;
  font-weight: 700;
  color: rgba(201,164,76,0.18);
}

.membership-title {
  font-size: 16.5px;
  line-height: 1.7;
  color: #333;
  font-weight: 600;
  margin-bottom: 6px;
}

.membership-code {
  font-size: 14px;
  font-weight: 700;
  color: #0b1d3a;
}

/* Animation */
@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .membership-grid {
    grid-template-columns: 1fr;
  }
}

.pointers ul {
    display: flex;
    gap: 15px;
    justify-content: center;
	margin-top: 30px;
}
.pointers li {
    font-size: 22px;
    color: #c9914a;
/*     font-weight: 500; */
}
.pointers li {
  list-style: none;
  position: relative;
  padding-left: 28px;
}

.pointers li::before {
  content: "👉";
  position: absolute;
  left: -3px;
  top: -3px;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}


/* new design */
/* List Wrapper */
.membership-list {
  max-width: 445px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.membership-section .membership-list {
    max-width: 100% !important;
}
/* Single Item */
.membership-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
/*   padding: 18px 22px;
  background: #ffffff;
  border-left: 4px solid #c9a44c; */
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* .membership-item:hover {
  background: #fdfbf6;
  transform: translateX(6px);
} */

/* Bullet Dot */
.membership-item .bullet {
  width: 14px;
  height: 14px;
  background: #c9a44c;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(201,164,76,0.15);
}

/* Content */
.membership-content {
  display: flex;
  flex-direction: column;
}

.membership-title {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 4px;
}

.membership-code {
  font-size: 14px;
  font-weight: 700;
  color: #0b1d3a;
}

/* Responsive */
@media (max-width: 768px) {
  .membership-item {
    padding: 16px;
  }

  .membership-title {
    font-size: 16px;
  }
}
li.membership-item {
    font-weight: 400;
}
section.about-section.cards-section {
    overflow-x: hidden !important;
}
}
.wp-btn {
    position: fixed;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
	left: 10px;
}
.whatsapp-icon i {
  color: #25D366;
  font-size: 30px;
}

/* Affiliations Page */

.admission-tabs-section {
    padding: 60px 0;
    background: #fff;
}

.admission-tabs {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #c98f4a;
    margin-bottom: 20px;
}

/* .tab-btn {
    padding: 12px 25px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    background: #0056b3;
    color: #fff;
}

.tab-btn.active {
    background: #0056b3;
    color: #fff;
    border-bottom: 1px solid transparent;
} */

.tab-content-wrapper {
    position: relative;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.pdf-frame {
    width: 100%;
    height: 900px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/*  */

.flx-box-img {
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
    justify-content: center;
}

.flx-img-wrap {
  max-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.flx-img-wrap img {
    width: 240px;
    transition: transform 0.5s ease;
    border: 1px solid #80808024;
    padding: 5px;
    border-radius: 5px;
    height: 90%;	
}

.flx-img-wrap:hover img {
  transform: scale(1.15);
}

.flx-img-wrap:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox:target {
  display: flex;
}

/* Disable image click so overlay closes */
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  pointer-events: none;
  animation: zoomIn 0.4s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}