  body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    padding: 0;
    margin: 0;
  }

  a {
    text-decoration: none !important;
  }

  ul {
    padding: 0;
    margin: 0;
  }

  li {
    list-style: none;
  }

  .BNtotal-btn img {
    width: 60px;
    padding: 0px 8px;
  }
.footer-box p{
text-align:justify;
}
.start-price
{
background-color: #133574;
    display: inline-block;
    margin-top: 5px;
    padding: 0 5px;
    border-radius: 10px;
}
/* ***********************modal style*************** */

.vp-modal {
    background-image: url(../images/disclaimer-bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 20px !important;
    background-color: transparent !important;
    border: none !important;
}

.vp-title {
    color: #ffffff;
}

.vp-header {
    border-bottom: none;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.vp-footer {
    border-top: none;
    /* padding-left: 30px; */
}

.vp-footer button {
    margin-bottom: 30px;
}

.vp-body {
    padding: 10px 30px;
    overflow-y: scroll;
    max-height: 300px;
    margin-bottom: 8px;
}

.vp-body i {
    color: #005959;
}

.vp-body p {
    margin: 10px 0;
}

.modal-body {
    text-align:justify;
    padding: 10px 15px 10px 15px;
    scrollbar-width: thin;
    scrollbar-color: #004A80 transparent;
}

.modal-btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: #fff var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: 1 !important;
    box-shadow: 0px 0px 6px 0px #aeaeae;
}

@media (max-width:360px) {
    .modal-body {
        padding: 10px 0px 10px 0px;
    }

    .vp-header {
        padding: 5px 0px;
    }

    .vp-footer {
        padding-left: 0px;
    }
}

/* ***********************modal style end*************** */





  :root {
    --bg: #0f0f10;
    --panel: #262626;
    --panel-inner: #2b2b2b;
    --muted: #9b9b9b;
    --accent: #05af46;
    /* neon green */
    --white: #f5f5f5;
    --shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
    --sub-text: #099e09;
    --links: #012349;
    --yellow: #fdbb2b;

    --red: #fe4a55;
  }

  /* header start */

  .navbar {
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    top: 0px;
    position: fixed;
    width: 100%;
  }

  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }

  .navbar.scrolled {
    background-color: #ffffff !important;
    border-bottom: 1px solid #408840;
    box-shadow: 0 4px 6px rgb(0 0 0 / 25%);
    top: 0px !important;
    padding: 0;

  }

  .navbar-brand img {
    max-height: 60px;
  }

  .navbar-brand h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #013a7a;
  }

  .navbar-brand h2 span {
    color: #60a724;
  }

  .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .btn-custom {
    margin-left: 10px;
  }

  @media (max-width: 1200px) {
    /* .header-buttons {
      flex-direction: column;
      gap: 10px;
    } */
  }

  .navbar-brand {

    width: 15%;
    padding: 8px;
  }

  .navbar-brand img {
    width: 100%;
  }

  .nav-item .nav-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
  }
  .nav-link:hover {
    color: var(--yellow);
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--yellow);
  }
  .navbar-nav {
    
    border-radius: 4px;
    padding: 6px 10px;
  }

  .menu {
    list-style: none;
    display: flex;
    gap: 20px;
  }

  .menu li {
    position: relative;
    color: #fff;
  }

  .menu a {
    text-decoration: none;
    color: #ffffff;
  }

  .has-submenu:hover .submenu {
    display: block;
  }

  .submenu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 10px;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .submenu li {
    margin: 5px 0;
  }

  .btn-header {
    padding: 8px 15px;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    border: 2px solid #fff;
    text-decoration: none;
    margin: 10px;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
  }

  .btn-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #018a2ee8;
    transition: all 0.4s ease;
    z-index: 0;
  }

  .btn-header:hover {
    color: #ffffff;
    /* your brand green */
  }

  .btn-header:hover::before {
    left: 0;
  }

  .btn-header span {
    position: relative;
    z-index: 1;
  }

  .responsive-button {
    padding: 8px 15px;
    background: transparent;
    color: #ffffff;
    border-radius: 10px;
    border: 3px solid #ffffff;
    text-decoration: none;
    margin: 10px;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
  }

  .responsive-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--red);
    color: #fff;
    transition: all 0.4s ease;
    z-index: 0;
  }

  .responsive-button:hover {
    color: #ffffff;
    /* your brand green */
  }

  .responsive-button:hover::before {
    left: 0;
  }

  .responsive-button span {
    position: relative;
    z-index: 1;
  }

  .btn-contact {
    padding: 8px 15px;
    background: transparent;
    color: #ffffff;
    border-radius: 10px;
    border: 3px solid #ffffff;
    text-decoration: none;
    margin: 10px;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
  }

  .btn-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--red);
    color: #fff;
    transition: all 0.4s ease;
    z-index: 0;
  }

  .btn-contact:hover {
    color: #ffffff;
    /* your brand green */
  }

  .btn-contact:hover::before {
    left: 0;
  }

  .btn-contact span {
    position: relative;
    z-index: 1;
  }
 .nav-link.scrolled {
    color: #000 !important;
  }
  .btn-header.scrolled {
    background-color: #ffffff !important;
    padding: 8px 15px;
    background: transparent;
    color: #060153;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #000f66;
    text-decoration: none;
    margin: 10px;
  }

  .btn-contact.scrolled {
    background-color: #ffffff !important;
    padding: 8px 15px;
    background: transparent;
    color: #0b004d;
    border-radius: 10px;
    border: 2px solid #000f66;
    text-decoration: none;
    margin: 10px;
  }

  .btn-contact.scrolled:hover {
    color: #fff;
  }

  .responsive-button.scrolled {
    background-color: #ffffff !important;
    padding: 8px 15px;
    background: transparent;
    color: #0b004d;
    border-radius: 10px;
    border: 2px solid #000f66;
    text-decoration: none;
    margin: 10px;
  }



  @media (max-width:1000px) {
    .navbar-brand {
      width: 42%;
    }
  }

  @media (max-width: 990px) {
    .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      background-image: url(../images/menu.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
    }

    .navbar-toggler {
      border: 2px solid #fff;
      background-color: var(--links);
    }

    .navbar-collapse {
      background-color: #fff;
    }
  }

  /* header end */
  /* banner start */
  .banner-home {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Background video */
  .banner-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  /* Overlay gradient */
  .banner-home::after {
    position: absolute;
    content: "";
    inset: 0;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(250, 250, 250) 0%, rgba(2, 57, 89, 0.411) 56%, rgba(0, 31, 61, 0.87) 84%);
     /*  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #013d68c4 28%, rgba(0, 0, 0, 0.596) 100%); */
    /* background: linear-gradient(0deg, rgba(88, 46, 240, 0.596) 4%, rgba(9, 0, 63, 0.445) 76%); */
    z-index: 1;
  }

  /* -------- Banner Content -------- */
  .banner-home .banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    height: 100%;
  }

  /* -------- Left Text Section -------- */
  .banner-home .left-textmou {
    width: 45%;
    color: #fff;
    z-index: 5;
    margin-top: 215px;
  }

  .banner-home .details {
    display: inline-block;
    margin-top: 15px;
    padding: 15px 20px;
    /* border-radius: 20px; */
    border-left: 2px solid #fff;
    /* background-color: #ffffff; */
    /* border-bottom: 5px solid #fe4a55; */
    overflow: hidden;
  }

  .banner-home .details h3 {
    font-weight: bold;
    padding: 0px 0;
    font-size: 22px;
    color: #ffcd3f;
    padding-bottom: 7px;
  }

  .banner-home .left-textmou h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2;
    color: #fff;
  }



  .banner-home .left-textmou p {
    font-size: 22px;
    line-height: 1.6;
    color: #ccc;
  }

  .banner-home .left-textmou .cta {
    background: #1a0063;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
    
  }

  .banner-home .contact-info p {
     color: #ffffff;
    padding: 2px 0;
    font-size:18px;
  }
.contact-info h4{
  font-size: 20px;
  font-weight: 800;
}
  .banner-home .left-textmou .cta:hover {
    background-color: #fe4a55;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: none;
  }

  .banner-home h1 span {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
   /* text-shadow: 5px 5px 0 #0011ff, 10px 10px 0 #cbffb7;
    animation: shadow-dance 4s infinite;*/
  }

  @keyframes shadow-dance {

    0%,
    100% {
      text-shadow: 5px 5px 0 #083153, 10px 10px 0 #ac9294;
    }

    50% {
      text-shadow: -5px -5px 0 #a0a6fa, -10px -10px 0 #6e8197;
    }
  }

  /* Right diamond section */


  .diamond-video {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(23deg);
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
    border: 10px solid #fff;
    background-color: #151718;
  }

  .right-video-full {
    position: absolute;
    top: 40%;
    right: -300px;
    transform: translateY(-50%);
    width: 800px;
    height: 100%;
    z-index: 5;
    /* Ensure it stays above overlay */
  }

  .diamond-video {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
    animation: borderPulse 3s ease-in-out infinite;
  }

  /* Pulse effect */
  @keyframes borderPulse {
    0% {
      box-shadow: 0 0 20px #ffffff, 0 0 40px #8d7af3, inset 0 0 10px #988cfc;
      border-color: #ffffff;
    }

    50% {
      box-shadow: 0 0 60px #8b76ff, 0 0 100px #8f7bff, inset 0 0 20px #8c7af7;
      border-color: #ffffff;
    }

    100% {
      box-shadow: 0 0 20px #8d7af8, 0 0 40px #8b79f1, inset 0 0 10px #8974fd;
      border-color: #ffffff;
    }
  }

  .diamond-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-23deg);
    transform-origin: center;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
  }

  /* ✅ Overlay (works properly) */
  .diamond-video::after {
   /*  content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(41, 39, 39, 0.178) 0%, rgba(108, 108, 108, 0.445) 79%, rgba(0, 0, 0, 1) 100%);
    
    z-index: 20;
    pointer-events: none;*/
  }

  .diamond-video img.active {
    opacity: 1;
    z-index: 20;
    animation: zoomIn 4s ease-in-out forwards;
  }

  /* Zoom in animation */
  @keyframes zoomIn {
    0% {
      transform: rotate(-23deg) scale(1);
    }

    100% {
      transform: rotate(-23deg) scale(1.15);
    }
  }

  /* Slide animations */
  .diamond-video img.slide-in {
    animation: slideIn 1s ease forwards;
    z-index: 3;
  }

  .diamond-video img.slide-out {
    animation: slideOut 1s ease forwards;
    z-index: 1;
  }

  /* Keyframes */
  @keyframes slideIn {
    from {
      transform: translateX(100%) rotate(-23deg);
      opacity: 0.6;
    }

    to {
      transform: translateX(0) rotate(-23deg);
      opacity: 1;
    }
  }

  @keyframes slideOut {
    from {
      transform: translateX(0) rotate(-23deg);
      opacity: 1;
    }

    to {
      transform: translateX(-100%) rotate(-23deg);
      opacity: 0;
    }
  }

  @media (min-width:2000px) and (max-width:2500px) {
    .diamond-video {
      height: 1300px;
    }


    .right-video-full {
      position: absolute;
      top: 20%;
      right: -550px;
      transform: translateY(-50%);
      width: 1000px;
      height: 100%;
      z-index: 5000;
    }
  }

  @media (min-width:1200px) and (max-width:1400px) {
    .diamond-video {
      height: 800px;
    }

    .right-video-full {
      top: 40%;
    }

    .left-textmou h1 span {
      font-size: 35px;
    }

    .left-textmou h1 {
      font-size: 30px;
    }
  }



.letter-glow {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-family: "Urbanist", sans-serif !important;
    font-weight: 900 !important;
    font-size: 62px;
}

.letter-glow::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    filter: blur(2px);
    text-shadow:
        0 0 5px #ffffff,
        0 0 10px #ffffff,
        0 0 20px #ffffff;
    opacity: 0.5;
    transform: scale(1);
    animation: glowTextShape 2s ease-out infinite;
    z-index: -1;
    white-space: nowrap;
}

@keyframes glowTextShape {
    0% {
        opacity: 0.6;
        transform: scale(1);
        filter: blur(2px);
    }

    100% {
        opacity: 0;
        transform: scale(1.8);
        filter: blur(8px);
    }
}

@keyframes radialGlowAnim {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.02);
    }

    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}



  /* Responsive */
  @media (max-width: 1100px) {
    .banner-content {
      flex-direction: column;
      text-align: center;
      justify-content: center;
    }

    .banner-home .left-textmou {
      width: 100%;
      margin-bottom: 40px;
      margin-top: 55px;
    }

    .right-video-full {
      position: relative;
      top: -35px;
      right: auto;
      transform: none;
      width: 295px;
      height: 290px;
      margin: 0 auto;
    }

    .diamond-video {
      transform: rotate(0deg);
      border-radius: 20px;
    }

    .diamond-video img {
      transform: rotate(0deg);
    }
  }

  @media (max-width: 990px) {
  .banner-home .details h3 {
      display: none;
    }

    .contact-info {
      display: none;
    }

    .banner-home .banner-content {
      width: auto !important;
    }

    .banner-home .left-textmou {
      margin-top: 0 !important;
    }

    .banner-home .details {
        padding: 15px 10px;
        margin-top: 280px;
    }



    .left-textmou {
      margin-top: 114px;
    }
   .BNtotal-btn img {
      width: 54px;
      padding: 0px 8px;
      margin-top: 5px;
    }
.nav-item .nav-link{
  color: #000;
}
    .BNtotal-btn {
      display: flex;
      justify-content: center;
      align-items: center;
    }
.btn-contact {
    background: transparent;
    color: #150249;
    border: 3px solid #150249;
}
.responsive-button {
    background: transparent;
    color: #150249;
    border-radius: 10px;
    border: 3px solid #150249;
}
  .banner-home .details {
      padding: 15px 10px;
    }

    .left-textmou h1 span {
      font-size: 30px;
    }

    .diamond-video {
      height: 216px;
    }
  }

  /* Responsive */
  @media (max-width: 1100px) {
    .banner-content {
      flex-direction: column;
      text-align: center;
      justify-content: center;
    }

    .left-textmou {
      width: 100%;
      margin-bottom: 40px;
    }


    .diamond-video {
      transform: rotate(0deg);
      border-radius: 20px;
    }

    .diamond-video img {
      transform: rotate(0deg);
    }
  }

  /* banner end */
  /* about-us start */
  .about-us {
    padding: 50px 0;
    position: relative;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .about-btn {
    background-color: #002152;
    padding: 5px 18px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    margin: 30px 0;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .about-btn:hover {
    background-color: var(--red);
    /* lighter navy */
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .ab-head h2 {
    font-weight: bold;
    font-size: 30px;
  }
.ab-head p{
padding:8px 0px 10px 0px;
font-size:18px;
}
  .ab-head h2 span {
    color: var(--red);
  }

  .ab-button {
    display: flex;
    justify-content: center;
  }

  .ab-head {
    text-align: center;
  }

  .about-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-height: 400px;
    min-height: 385px;
    border-radius: 10px;
    background-color: #010a41;
  }


  .about-para li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 18px 32px;
    background-color: #ffffff;
    border-radius: 50px;
    margin: 10px 0;
    color: #000000;
    font-size: 15px;
    min-height: 100px;
    max-height: 125px;
    border-right: 2px solid #fe4a55;
    border-bottom: 1px solid #fe4a55;
    box-shadow: rgb(214 209 209 / 46%) 0px 30px 60px -12px inset, rgb(218 218 218 / 48%) 0px 18px 36px -18px inset;
  }

  .about-para li span {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--red);
    padding: 10px;
    border-radius: 50%;
    width: 66px;
    height: 44px;
    color: #000000;
    box-shadow: rgb(119 116 116) 0px 2px 4px 0px, rgb(199 199 199) 0px 2px 16px 0px;
    margin-right: 10px;
  }



  .about-para {
    margin-top: 120px;
    text-align:justify;
  }

  .about-us span {
    position: relative;
  }

  .about-us span .big {
    position: absolute;
    top: 127px;
    bottom: 0;
    left: 448px;
    right: 0;
    opacity: 0.2;
  }

  .about-us span .big1 {
    position: absolute;
    top: 408px;
    bottom: 0;
    left: 1252px;
    right: 0;
    opacity: 0.2;
  }

  .about-us span .big2 {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 267px;
    right: 0;

  }

  .about-us span .big3 {
    position: absolute;
    top: -32px;
    bottom: 0;
    left: 1113px;
    right: 0;
    opacity: 0.3;
  }

  .about-us span .big4 {
    position: absolute;
    top: 419px;
    bottom: 0;
    left: 426px;
    right: 0;
  }

  @keyframes float {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-20px);
    }

    100% {
      transform: translateY(0);
    }
  }

  .about-us .stock_vetor_warp-second.spin {
    display: inline-block;
    animation: float 4s ease-in-out infinite;
  }

  .about-left p {
    font-family: 'Lora', serif;
    line-height: 1.5;
  
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    max-height: 320px;
    min-height: 310px;
    margin-top: 10px;
    font-size: 18px;
    text-align:justify;
    overflow-y: auto;
  }

/* for Chrome, Edge, Safari */
.scroll-bx::-webkit-scrollbar {
    width: 4px;              /* thin scrollbar */
}

.scroll-bx::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scroll-bx::-webkit-scrollbar-thumb {
    background: red;         /* red scrollbar */
    border-radius: 10px;
}

/* for Firefox */
.scroll-bx {
    scrollbar-width: thin;
    scrollbar-color: #f2d9d9 #000b41;
}
  .wall-img img {
    width: 100%;
  }

  .wall2 {
    margin-top: 10px;
  }

  .wall2 img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-bottom: 5px solid #ffd037;
    border-right: 5px solid #ffc508;
    max-height: 400px;
    min-height: 380px;
    object-fit: cover;
  }

  .wall1 img {
    min-height: 230px;
    max-height: 250px;
    object-fit: cover;
    margin-top: 50px;
    margin-left: 40px;
    z-index: 1;
    position: relative;
    border: 2px solid #fff;
    border-radius: 20px;
    border: 2px sloid #fff;
    /* margin-right: 35px; */
  }

  @media (max-width:990px) {
    .about-us .stock_vetor_warp-second.spin {
      display: none;
    }

    .wall1 img {
      margin-left: 0;
    }

    .wall1 img {
      margin-top: 27px;
    }

    .ab-head h3 {
      padding-top: 15px;
    }

    .about-para {
      margin-top: 30px;
      background: #ffffff;
      background: linear-gradient(97deg, rgba(255, 255, 255, 1) 52%, rgba(90, 204, 105, 1) 100%);
      padding: 15px;
      border-radius: 10px;
    }
  }

  @media (max-width:550px) {
    .ab_heading::before {
      display: none;
    }
  }

  /********* about-us end ***********/


  /********* counting start  ***********/
  .counting {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, #fe4a55 48%, rgba(255, 255, 255, 1) 47%);
    overflow: hidden;
  }

  .main-section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    background-color: #e2eaf3;
  }

  
  .counting .box {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    min-height: 325px;
    max-height: 350px;
    box-shadow: rgba(20, 95, 54, 0.3) 0px 1px 2px 0px, #fe4a55 0px 2px 6px 2px;
    animation: fadeInLeft 1s ease;
  }

  .counting .title {
       font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 60px;

  }
.box .count-img{
padding-bottom: 10px;
}
  .counter {
    font-size: 35px;
    font-weight: bold;
    color: #00254b;
    margin-bottom: 10px;
  }

  .counter span {
    font-size: 30px;
    color: #00254b;
  }

  .subtitle {
    font-size: 16px;
    color: #555555;
  }

  .about-gif {
    position: relative;
  }

  .about-gif img {
    /* width: 100%; */
    width: 100px;
    position: absolute;
    top: 93px;
    bottom: 0;
    right: -6px;
  }

  @media (max-width:990px) {
    .counting .box {
      margin-bottom: 15px;
    }

    .main-section {
      margin: 50px auto;

    }

    .why-left {
      margin-top: 0px !important;
    }
  }

  /********* counting end ***********/
  /********* why-choose start ***********/
  .why-choose {
    padding: 30px 0;
    overflow: hidden;
  }

  .why-left {
    margin-top: 100px;
  }

  .why-left h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
  }

  .why-left h2 span {
    color: var(--red);
  }

  .why-choose .why-img img {
    width: 100%;
  }

  .same_heading {
    position: relative;
  }

  .main-timeline {
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
  }

  .main-timeline:after {
    content: '';
    display: block;
    clear: both;
  }

  .main-timeline .timeline {
    width: 80%;
    padding: 0 0 0 70px;
    margin: 20px 0 20px 50px;
    float: right;
    position: relative;
  }

  .timeline-icon {
    background-color: var(--links);
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    z-index: 1;
  }

  .main-timeline .timeline:before {
    content: '';
    background-color: var(--red);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -70px;
    top: 50%;
  }

  .main-timeline .timeline-content {
    color: #fff;
    background: #6787c2;
    background: linear-gradient(90deg, rgb(178 197 231 / 39%) 35%, rgb(232 245 225 / 45%) 100%);
    min-height: 140px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px #555;
    display: block;
    position: relative;
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline-content:after {
    content: '';
    background: var(--red);
    height: 16px;
    width: 16px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: -8px;
    top: 50%;
  }

  .main-timeline .timeline-content:after {
    background: var(--red);
    transform: translateY(-50%) rotate(0);
    left: -140px;
    width: 140px;
    height: 5px;
  }

  .main-timeline .timeline-content:hover {
    text-decoration: none;
  }

  .main-timeline .timeline-icon {
    color: rgba(0, 0, 0, 0.2);
    font-size: 40px;
    position: absolute;
    top: 5px;
    left: -113px;
  }

  .main-timeline .title {
    font-size: 18px;
    font-weight: bold;
    color: #063471;
    text-transform: uppercase;
    margin: 0 0 7px 0;
  }

  .main-timeline .description {
    font-size: 15px;
    color: #000;
    margin: 0;
    text-align: justify;
  }

  .main-timeline .timeline:nth-child(even) {
    padding: 0 70px 0 0;
    margin: 0 70px 0 0;
    float: left;
  }

  .main-timeline .timeline:nth-child(even):before {
    left: auto;
    right: -71px;
  }

  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: -8px;
  }

  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: -140px;
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: -115px;
  }

  @media (max-width:990px) {
    .why-left {
      margin-top: 0px !important;
    }

    .subscribe-content {
      display: none;
    }

    .subacribe-row .subs-content {
      position: relative;
    }

    .subs-head p {
      font-size: 16px;
    }
  }

  @media screen and (max-width:767px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
      width: 100%;
      padding: 0 0 0 40px;
      margin-bottom: 20px;
    }

    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before {
      transform: translateY(0);
      left: 0;
      right: auto;
      top: 47px;
    }

    .main-timeline .timeline:nth-child(4n+2) .timeline-content {
      background: linear-gradient(to left, #3b29cf, #aebff1);
    }

    .main-timeline .timeline:nth-child(4n+4) .timeline-content {
      background: linear-gradient(to left, #E03C30, #FF7125);
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
      transform: translateY(0) rotate(45deg);
      top: 45px;
      left: -4px;
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
      width: 40px;
      transform: translateY(0);
      right: auto;
      left: -38px;
      top: 50px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:after {
      transform: translateY(0) rotateY(180deg);
    }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
      font-size: 15px;
      left: -55px;
      right: auto;
      height: 30px;
    }

    .timeline-icon img {
      width: 50px;
    }
  }

  @media screen and (max-width:567px) {
    .main-timeline .title {
      font-size: 18px;
    }
  }

  /********* why-choose end ***********/
  /********* subscribe start ***********/
  .subscribe {
    padding: 50px 0px 0px 0px;
    position: relative;
    overflow: hidden;
  }

  .subscribe-content {
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    position: absolute;
    /* top: 185px; */
    top: 196px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .subacribe-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .subacribe-row .subs-main {
    margin: 20px;
  }

  .subacribe-row .subs-main .subs-img {
    display: flex;
    justify-content: center;
    position: relative;
    top: -3px;
  }

  .subacribe-row .subs-main .subs-img img {
    animation: hangingSwing 4s ease-in-out infinite;
    transform-origin: top center;
    /* pivot from top */
  }

  .subs-head p {
    font-size: 18px;
    overflow: hidden;
  }

  /* @keyframes hangingSwing {
    0% {
      transform: rotate(-7deg);
    }

    50% {
      transform: rotate(7deg);
    }

    100% {
      transform: rotate(-7deg);
    }
  } */

  .subacribe-row .subs-content {
    padding: 0px 20px 20px 20px;
    background-color: var(--links);
    border-bottom: 1px solid var(--yellow);
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    z-index: 1;
    min-height: 226px;
    max-height: 253px;
  }

  .subacribe-row .subs-content p {
    padding-top: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-align: justify;
  }

  .subacribe-row .subs-content h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #0a0808;
    padding: 10px;
  }

  .subscribe .subs-head {
    text-align: center;
    margin-bottom: 30px;
  }

  .subscribe .subs-head h2 {
    font-size: 35px;
    font-weight: 700;
    padding: 20px 0 10px 0;
  }

  .subscribe .subs-head h2 span {
    color: var(--red);
  }

  .subscribe .container {
    position: relative;
    z-index: 1;

  }

  @media (max-width: 600px) {
    .subscribe .subs-head h2::before {
      display: none;
    }


  }

  @media (max-width:990px) {
    .subscribe-content {
      display: none;
    }

    .subacribe-row .subs-content {
      position: relative;
    }

    .subs-head p {
      font-size: 16px;
    }

  }

  /********* subscribe end ***********/

  /********* plan start   ***********/
  :root {
    --color-text1: #3f4146;
    --color-text2: #ffffff;
    --color-btn: #565656;
    --card1-gradient-color1: #d952a2;
    --card1-gradient-color2: #aa1a90;
    --card2-gradient-color1: #fad62b;
    --card2-gradient-color2: #fcb30c;
    --card3-gradient-color1: #f89e00;
    --card3-gradient-color2: #f2540f;

  }

  .plan {
    padding: 0px 0px 100px 0px;
    background-color: ghostwhite;
    background-image: url(../images/plan-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .plan .plan-head {
    text-align: center;
    padding: 120px 0px 25px 0px;
    position: relative;
  }

  .plan .plan-head h2 {
    font-weight: bold;
    font-size: 35px;
  }

  .plan .plan-head h2 span {
    color: var(--red);
  }

  .plan .plan-head p {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .plan .card-img img {
    width: 100%;
    max-height: 300px;
    min-height: 280px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }

  .plan .card-wrap {
    width: 100%;
	max-width:400px;
    min-width:380px;
    max-height: 500px;
    min-height: 480px;
    border-radius: 10px;
    position: relative;
    top: 0px;

    margin: 30px auto;
  }

  .plan .card-wrap {
    background: linear-gradient(to bottom, #003c81, #614902);
    transform: scale(0.9);
  }

  .plan .card-header {
    width: 290px;
    height: 105px;
    background: #ffffff;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  }

  .plan .card-header h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    color: var(--color-text1);
    margin-top: -10px;
  }

  .plan .plan-content {
    /* width: 400px; */
    width: 100%;
    background-color: rgb(255 255 255 / 17%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    margin: auto;
    border-radius: 20px;
    top: -23px;
    position: relative;
    max-height: 320px;
    min-height: 305px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .plan .card-img {
    max-height: 175px;
    min-height: 135px;
  }

  .plan .plan-content-option {
    color: var(--color-text2);
    font-size: 14px;
    margin-bottom: 10px;
  }

  .plan .plancontent-option.false {
    color: #000;
  }

  .plan .plan-content .start-price p {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
    padding: 10px 0px 4px 0px;
  }

  .plan .plan-content .cut-price p {
    color: #ff9e9e;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    padding: 5px 0px 4px 0px;
  }

  .plan .plan-content .main-price p {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    padding: 0px 0px 8px 0px;
  }

  .plan .plan-content .plan-details {
    color: #fff;
  }

  .plan .plan-footer {
    width: 290px;
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
    z-index: 1;
  }

  .plan .plan-footer p {
    font-size: 10px;
    text-align: center;
    margin: 10px 0;
  }

  .plan .plan-footer .card-footer-btn {

    border-radius: 5px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 12px;
    background: var(--red);
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
  }

  .plan .plan-footer .card-footer-btn:hover {
    background: var(--color-btn);
    color: #fff;
    transform: translateY(-2px);
  }

  .plan .viewB {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .plan .plan-viewbtn {
    margin-top: 40px;
    padding: 8px 40px;
    background-color: var(--links);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
    color: #fff;
  }

  .plan .plan-viewbtn:hover {
    background-color: var(--red);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #fff;
  }


  .plan .owl-carousel {
    display: block !important;
  }

  .plan .container {
    width: 80%;
    margin: auto;
  }

  .plan .owl-prev {
    position: absolute;
    top: 200px;
    left: -50px;
  }

  .plan .owl-next {
    position: absolute;
    top: 200px;
    right: -50px;
  }

  .plan .owl-prev:hover,
  .plan .owl-next:hover {
    background: none !important;
    color: inherit !important;
    opacity: 1 !important;
  }

  .plan .owl-carousel .owl-dots.disabled,
  .plan .owl-carousel .owl-nav.disabled {
    display: block !important;
  }

  .plan .owl-prev:before {
    display: none !important;
  }

  .plan .owl-next:before {
    display: none !important;
  }

  .plan .owl-prev,
  .plan .owl-next {
    background-color: var(--red) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background-color 0.3s ease;
  }

  .plan .owl-prev:hover,
  .plan .owl-next:hover {
    background-color: var(--yellow) !important;
    color: #000000 !important;
  }

  .plan .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 7px;
    background: #72656e;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

  @media (max-width:550px) {

    .plan .plan-head h2::before {
      display: none;
    }

    .plan-content {
      width: 100%;
    }
  }

  @media (max-width:990px) {
    .card-wrap {
      margin-bottom: 48px;
      padding: 10px;
    }

    .plan {
      padding: 0px 0px 50px 0px !important;
    }
  }

  /********* plan end   ***********/
  /********* service start  ***********/
  .service {
    padding: 50px 0px 50px 0px;
    position: relative;
    background-image: url(../images/service-bg.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    height: 750px;
  }

  .service .step-content {
    width: 322px;
  }

  .service .service-head {
    text-align: center;
    padding-bottom: 20px;
  }

  .service .service-head h2 {
    font-size: 35px;
    font-weight: bold;
    padding: 10px 0;
  }

  .service .service-head h2 span {
    color: var(--red);
  }

  .service .service-head p {
    font-size: 20px;
  }

  .service img {
    width: 100%;
    margin-top: 20px;
  }

  .service .service-box {
    background: #e6f7d2;
    background: linear-gradient(57deg, rgba(230, 247, 210, 1) 1%, rgb(167, 182, 209) 85%);
    padding: 5px 10px;
    border-radius: 15px;
    margin: 10px 0;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }

  .service .service-box h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 7px 0px;
    color: #026b02;
  }

  .service .service-box p {
    font-size: 12px;
    padding: 0px 0px 5px 0px;
  }

  /* animetion */
  .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

  }

  .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(105, 126, 80, 0.514);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: animate 25s linear infinite;
    bottom: -150px;
    z-index: 10;
  }

  .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
  }


  .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
  }

  .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
  }

  .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
  }

  .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
  }

  .circles li:nth-child(6) {
    left: 75%;
    width: 105px;
    height: 105px;
    animation-delay: 3s;
  }

  .circles li:nth-child(7) {
    left: 35%;
    width: 100px;
    height: 100px;
    animation-delay: 7s;
  }

  .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
  }

  .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
  }

  .circles li:nth-child(10) {
    left: 85%;
    width: 110px;
    height: 110px;
    animation-delay: 0s;
    animation-duration: 11s;
  }

  .service .service-middleIMG img {
    display: none;
  }

  @keyframes animate {

    0% {
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
    }

    100% {
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
    }

  }

  .step-card {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    /* width: 415px; */
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #57c200;
    background: linear-gradient(0deg, #0f0061 4%, rgba(255, 255, 255, 1) 4%);
  }

  .step-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #e3a121;
  }

  .step-left {
    background: #02306d;
    color: #fff;
    padding: 20px;
    width: 120px;
    height: 140px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .step-left h4 {
    font-weight: bold;
    font-size: 17px;
  }

  .step-left h1 {
    font-weight: bold;
    font-size: 30px;
  }

  .step-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
    flex: none;
  }

  .step-content h4 {
    margin: 0;
    font-size: 16px;
    color: #555;
    font-weight: 600;
  }

  .step-content p {
    margin: 5px 0 0;
    color: #888;
    font-size: 16px;
    max-width: 300px;
  }

  .step-icon i {
    font-size: 36px;
    color: #c00;
  }

  .step-rh {
    background: #02306d;
    color: #fff;
    padding: 20px;
    width: 120px;
    height: 140px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  }

  .step-rh h4 {
    font-weight: bold;
    font-size: 17px;
  }

  .step-rh h1 {
    font-weight: bold;
    font-size: 30px;
  }

  @media (min-width:1200px) and (max-width:1400px) {
    .service .step-content {
      width: 265px;
    }

    .step-content p {
      font-size: 14px;
    }

    .step-card {
      height: 166px;
    }
  }

  @media (max-width:550px) {
    .service .service-head h2::before {
      left: 188px;
      top: 81px;
    }
  }

  @media (max-width:990px) {
    .service {
      background-image: none;
      height: auto;
    }

    .step-right {
      padding: 0px 0px 0px 5px;
      width: 181px;
    }

    .step-left {
      height: 220px;
      width: 86px;
    }

    .step-rh {
      height: 220px;
      width: 87px;
    }

    .step-right {
      flex: auto;
    }



    .step-card {
      height: 240px;
    }

    .service .service-middleIMG img {
      display: block;
    }

    .step-card h3 {
      font-size: 18px;
    }

    .step-content p {
      font-size: 15px;

    }
  }


  /********* service end ***********/
  /******** faq start ***********/
  .faq {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }

  .faq .faq-header {
    padding-bottom: 20px;

  }

  .faq .faq-header h2 {
    font-size: 27px;
    font-weight: bold;
    text-transform: capitalize;
  }

  .faq .faq-header h2 span {
    color: var(--red);
  }

  .faq .accordion-item {
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
  }

  .faq .accordion-button:hover {
    background-color: #adaeeb;
    color: #000000;
  }

  .faq .accordion-button {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-left: 5px solid #040488;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;

  }

  .faq .accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
  }

  .faq .accordion-header {
    padding: 0;
  }

  .faq .accordion-button::after {
    background-image: url(../images/plus.png);
  }

  .faq .accordion {
    width: 100%;
    margin-top: 50px;
  }

  @media (max-width:550px) {
    .faq .faq-header h2::before {
      left: 232px;
    }
  }

  @media (max-width:990px) {
    .faq .accordion {
      width: 100%;
      margin: auto;
    }
  }

  /********* faq end ***********/
  /********* blog-start ***********/
  .blog {
    padding: 50px 0px 50px 0;
    position: relative;
    overflow: hidden;
    background-color: #070000;
  }

  .blog-header {
    text-align: center;
  }

  .blog .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* This centers columns if fewer than full width */
  }

  .blog-header p {
    font-size: 18px;
    padding: 10px 0;
  }

  .blog .blog-header h2 {
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #fff;
  }

  .blog .blog-header h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #fff;
  }

  .blog .blog-header p {
    color: #fff;
  }

  .blog::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../images/blog-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    animation: lmarket_demand_fade 6s infinite;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  @keyframes lmarket_demand_fade {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0.3;
    }
  }

  .blog .container {
    position: relative;
    z-index: 1;
  }

  .blog .container .drop {
    position: relative;
    max-width: 250px;
    min-width: 230px;
    height: 350px;
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: 0.5s ease-in-out;
    animation: swing 5s linear infinite;
  }

  /* 
  @keyframes swing {
    0% {
      transform: rotateZ(-3deg);
    }

    50% {
      transform: rotateZ(3deg);
    }

    100% {
      transform: rotateZ(-3deg);
    }
  } */

  .blog .blog1 {
    top: 130px;
    left: 0;
  }

  /*.blog .pin1 {
    position: absolute;
    top: 243px;
    right: 88%;
    z-index: 9;
    content: "";
    width: 43px;
    height: 43px;
    background: url(../images/pin_icon1.png) 0 0 no-repeat;
    background-size: contain;

  }

  .blog .pin2 {
    position: absolute;
    top: 182px;
    right: 64%;
    z-index: 9;
    content: "";
    width: 43px;
    height: 43px;
    background: url(../images/pin_icon1.png) 0 0 no-repeat;
    background-size: contain;

  }

  .blog .pin3 {
    position: absolute;
    top: 230px;
    right: 38%;
    z-index: 9;
    content: "";
    width: 43px;
    height: 43px;
    background: url(../images/pin_icon1.png) 0 0 no-repeat;
    background-size: contain;
  }

  .blog .pin4 {
    position: absolute;
    top: 181px;
    right: 14%;
    z-index: 9;
    content: "";
    width: 43px;
    height: 43px;
    background: url(../images/pin_icon1.png) 0 0 no-repeat;
    background-size: contain;

  }*/

  .blog .blog3 {
    top: 50px;
    left: 0;
  }

  .blog .container .drop-two {
    margin-top: 70px;
  }

  .blog .bl-left {
    text-align: center;
  }

  .blog .bl-left h2 {
    display: inline-block;
    padding: 5px;
    text-transform: capitalize;
    color: #000000;
    font-weight: bold;
    font-size: 30px;
  }

  .blog .bl-left h5 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
  }

  .blog .veiw-btnblog {
    padding: 5px 35px;
    border-radius: 10px;
    background-color: var(--yellow);
    color: #0d0361;
    border-left: 5px solid #e2eafa;
    border-right: 5px solid #e2eafa;
    border-bottom: 1px solid #e2eafa;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 170px;
    border-top: none;
    transition: 0.5s;
  }

  .blog .view-blog {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blog .veiw-btnblog:hover {
    border-left: 5px solid #15037a;
    border-right: 5px solid #0e008d;
    background: #d41750;
    color: #ffffff;
  }

  .blog .bl-left img {
    width: 100%;
  }

  .blog .news-content {
    padding-top: 20px;
  }

  .blog .news-content .author a {
    color: #5e8840;
  }

  .blog .news-content h2 {
    font-size: 15px;
    padding: 10px 0;
    font-weight: bold;
    color: #000000;
  }

  .blog .post-image {
    min-height: 100px;
  }

  .blog .post-image img {
    width: 100%;
    height: 150px;

  }

  .blog .bloginner-btn {
    padding: 5px 30px;
    border-radius: 10px;
    background-color: #090261;
    color: #ffffff;
    border-left: 5px solid var(--yellow);
    border-right: 5px solid var(--yellow);
    border-bottom: 2px solid var(--yellow);
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px 0;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  /* Hover Effect */
  .blog .bloginner-btn:hover {
    background-color: #0f098c;
    /* Slightly brighter blue */
    box-shadow: 0 0 15px #bde77b80;
    transform: translateY(-3px);
  }

  /* Optional subtle shine from left to right */
  .blog .bloginner-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(9, 255, 21, 0.39), transparent);
    transition: all 0.6s ease;
  }

  .blog .bloginner-btn:hover::before {
    left: 125%;
  }

  @media (max-width: 768px) {
    .blog .container .drop-two {
      margin-top: 20px;
    }
  }

  @media (max-width:990px) {
    .blog .blog1 {
      top: 0px;
      left: 0;
    }

    .blog .blog3 {
      top: 0px;
      left: 0;
    }

    .blog-header p {
      font-size: 14px;
      padding: 10px 0;
    }

    .blog .container .drop {
      width: 100% !important;
      max-width: none;
      min-width: none;
      margin-top: 10px;
    }

    .blog .pin1,
    .pin2,
    .pin3,
    .pin4 {
      display: none;
    }
  }

  @media (min-width:320px) and (max-width:360px) {
    .blog .container .drop {
      position: relative;
      max-width: 300px;
      min-width: 280px;
      width: 100% !important;
      height: 350px;
      margin-bottom: 20px;
    }

  }

  /******* blog end ******/

  /******* testimonial start ******/
  .testimonial-section {
    padding: 50px 0;
    background-image: url(../images/testimonial-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
  }

  .testimonils-btn {
    margin-top: 50px;
    background-color: var(--links);
    padding: 5px 18px;
    border-radius: 5px;
    color: #fff;
  }

  .testimonils-btn:hover {
    background-color: var(--red);
    color: #fff;
  }

  .testimonial .owl-carousel.owl-loaded {
    height: 400px;
  }

  .testimonial {
    border-left: 5px solid var(--red);
    padding: 100px 0 100px 275px;
    position: relative
  }

  .testimonial:before,
  .testimonial:after {
    content: "";
    width: 320px;
    height: 55px;
    border-right: 5px solid var(--red);
    position: absolute;
    left: 0;
  }

  .testimonial:before {
    border-top: 5px solid var(--red);
    top: 0;
  }

  .testimonial:after {
    border-bottom: 5px solid var(--red);
    bottom: 0;
  }

  .testimonial .pic {
    width: 150px;
    height: 100px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #131a81;
    position: absolute;
    top: 100px;
    left: 100px;
  }

  .testimonial .pic img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
  }

  .testimonial .description {
    font-size: 18px;
    color: #293138;
    padding-bottom: 5px;
    line-height: 27px;
    position: relative;
  }

  .testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: #7a7e82;
  }

  .testimonial .testimonial-title {
    font-size: 22px;
    font-weight: 800;
    color: #22272c;
    text-transform: capitalize;
  }

  .testimonial .post {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #b803b8;
    margin-top: 10px;
  }

  .testimonial .owl-theme .owl-controls {
    text-align: right;
    margin-top: 30px;
  }

  .testimonial .owl-theme .owl-controls .owl-buttons div {
    background: var(--yellow) !important;
    border-radius: 0;
    opacity: 3.5 !important;
    padding: 5px 10px;
  }

  .testimonial .owl-prev:before,
  .testimonial .owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
  }

  .testimonial .owl-next:before {
    content: "\f054";
  }

  /* testimonial animation */
  @keyframes slideDownFade {
    0% {
      opacity: 0;
      transform: translateY(-80px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* owl-carousel active item animation */
  #testimonial-slider .owl-item.active .testimonial {
    animation: slideDownFade 0.8s ease-in-out;
  }

  /* === Testimonial Nav Buttons === */
  #testimonial-slider .owl-nav {
    position: absolute;
    top: 107%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    pointer-events: none;
  }

  #testimonial-slider .owl-nav button {
    background: rgba(0, 255, 128, 0.15);
    color: var(--red);
    border: 2px solid var(--red);
    font-size: 22px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 0 10px rgba(0, 255, 128, 0.3);
  }

  /* Hover effect */
  #testimonial-slider .owl-nav button:hover {
    background: var(--yellow);
    color: #0d0d0d;
    box-shadow: 0 0 20px var(--yellow), 0 0 40px var(--yellow);
    transform: scale(1.1);
  }

  /* Adjust button icon alignment */
  #testimonial-slider .owl-nav i {
    line-height: 19px;
  }

  /* Optional: make them glow slightly even when not hovered */
  #testimonial-slider .owl-nav button {
    text-shadow: 0 0 10px rgba(0, 255, 128, 0.6);
  }

  @media only screen and (max-width: 990px) {
    .testimonial {
      padding: 80px 0 80px 265px;
    }
  }

  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 0;
      border: none;
    }

    .testimonial:before,
    .testimonial:after {
      border: none;
    }

    .testimonial .pic {
      position: relative;
      top: 0;
      left: 0;
    }

    .testimonial .description {
      margin-top: 15px;
    }

    .testimonial .description:before {
      content: "";
    }
  }

  @media (min-width:320px) and (max-width:550px) {
    .testimonial .description {
      margin-top: 76px;
    }
  }

  /******* testimonial end ******/




  /******* advisory start ******/
  .advisory {
    padding: 50px 0;
    overflow: hidden;
  }

  .ph-ytimages {
    height: 200px;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
  }

  .ph-ytimages img {
    width: 100%;
    height: 593px;
  }


  .left-topIMG {
    border: 4px dashed var(--red);
    margin-top: 40px;
    padding: 10px;
  }

  .right-topIMG {
    border: 4px dashed var(--yellow);
    padding: 10px;
    margin-top: 10px;
    height: 290px;
  }

  .top-link {
    margin: 20px 0;
  }

  .bottom-link img {
    width: 100%;
  }




  /* .left-topIMG {
    margin-top: 70px;
    width: 155px;
  } */

  .left-bottomIMG {
    border: 4px dashed var(--red);
    padding: 10px;
  }

  .right-bottomIMG {
    border: 4px dashed var(--yellow);
    padding: 10px;
    height: 300px;
    position: relative;
    top: -23px;
  }

  .ph-ytimages {
    margin-top: 130px;
  }

  .advisory-txt h2 {
    font-size: 25px;
    font-weight: bold;
  }

  .advisory-txt h2 span {
    color: var(--red);
  }

  @media (max-width:990px) {
    .ph-ytimages {
      height: auto;
      padding: 10px;
      border-radius: 50px;
      display: inline-block;
      margin-top: 0px;
    }

    .top-link {
      margin: 20px 0;

    }
  }

  @media (max-width:550px) {
    .advisory-YTlink {
      width: 100%;
      margin: auto;
    }

    .ph-ytimages {
      height: auto;
      padding: 10px;
      border-radius: 50px;
      display: inline-block;
    }


    .right-bottomIMG {
      margin-bottom: 93px;
      margin-top: 40px;

    }
  }

  /******* advisory end ******/

  /******* contact-us start ******/
  .contact-us {
    padding: 50px 0;
    background-image: url(../images/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  /* outer decorative frame to simulate green corners */
 .contact-us .frame {
    position: relative;
    width: 100%;
    max-width: 94vw;
    height: auto;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* green corner lines */
 .contact-us .corner {
    position: absolute;
    width: 42px;
    height: 42px;
    border: 3px solid var(--red);
  }

 .contact-us .corner.tl {
    left: 6px;
    top: 6px;
    border-right: none;
    border-bottom: none;
    transform: translate(-6px, -6px);
  }

.contact-us  .corner.tr {
    right: 6px;
    top: 6px;
    border-left: none;
    border-bottom: none;
    transform: translate(6px, -6px);
  }

.contact-us  .corner.bl {
    left: 6px;
    bottom: 6px;
    border-right: none;
    border-top: none;
    transform: translate(-6px, 6px);
  }

 .contact-us .corner.br {
    right: 6px;
    bottom: 6px;
    border-left: none;
    border-top: none;
    transform: translate(6px, 6px);
  }

  /* main contact box */
.contact-us  .box-contact {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%), var(--panel);
    box-shadow: var(--shadow);
    border-radius: 4px;
    padding: 22px;
    position: relative;
    overflow: visible;
  }

  /* inner elevated card */
 .contact-us .box-inner {
    background: var(--panel-inner);
    border-radius: 2px;
    padding: 20px;
    transform: translateY(8px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  }

.contact-us  .title-box {
    text-align: center;
    font-weight: 700;
    color: var(--white);
    font-size: 20px;
    margin: 0 0 12px;
    letter-spacing: 0.3px;
  }

 .contact-us .frm {
    display: block;
  }

.contact-us  .lab {
    display: block;
    font-size: 15px;
    color: var(--muted);
    text-transform: uppercase;
    margin: 12px 0 6px;
    letter-spacing: 1px;
    font-weight: 600;
  }

 .contact-us .input {
    width: 100%;
    background: #f8efef14;
    border: none;
    outline: none;
    padding: 10px 6px;
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
  }

  /* thin divider line under inputs */
.contact-us  .field {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 4px;
    width: 100%;
  }

 .contact-us .field.placeholder .input {
    font-weight: 700;
    color: var(--white);
  }

.contact-us  .message {
    min-height: 60px;
    resize: vertical;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
    color: var(--white);
  }

.contact-us  .send-row {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

 .contact-us .btn-contactsec {
    width: 100%;
    display: inline-block;
    background: var(--yellow);
    color: #05251a;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    box-shadow: 0 6px 18px rgba(0, 255, 160, 0.06);
    transition: all 0.3s ease;
  }

  /* Simple elegant hover */
.contact-us  .btn-contactsec:hover {
    background: var(--links);
    /* slightly brighter green tone */
    color: #ffffff;
    box-shadow: 0 0 12px var(--red);
    transform: translateY(-2px);
  }


  /* small muted footer strip */
.contact-us  .foot {
    margin-top: 12px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.18);
    text-align: center;
  }

.contact-us  .contact-left {
    margin-top: 120px;
  }

 .contact-us .contact-left h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--red);
    padding-bottom: 10px;
  }

 .contact-us .social-links p {
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 5px;
  }

 .contact-us .social-links {
    border-left: 3px solid var(--red);
  }

 .contact-us .social-links p i {
    color: #020a7c;
    border: 2px solid var(--yellow);
    margin-right: 10px;
    margin-left: 5px;
    /* height: 40px;
    width: 40px; */
    padding: 10px 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  /* .contact-middle {
    margin-top: 120px;
    border: 3px solid var(--red);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  } */

  /* responsive tweaks */
  @media (max-width:420px) {
 .contact-us   .frame {
      width: 320px
    }

  .contact-us  .corner {
      width: 36px;
      height: 36px;
    }
  }

  @media (max-width:990px) {
   .contact-us .frame {
      padding: 8px;
    }

  .contact-us  .contact-right {
      margin-top: 30px;
    }
  }

  /******* contact-us end ******/
  /******* footer start ******/

  footer {
    padding: 50px 0px 5px 0px;
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .quick-links li a:hover {
    color: var(--red);
  }


  .footer-box h4 {
    font-size: 22px;
    padding-bottom: 20px;
    text-decoration: underline;
    font-weight: 600;
    color: var(--red);
  }

  .quick-links li {
    padding: 8px 0;

  }

  .quick-links li a {
    color: var(--links);
  }

  .ft-icon {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .ft-icon li {
    padding: 0px 10px;
  }

  .ft-icon i {
    font-size: 30px;
    color: var(--links);
  }

  .contact-list li {
    padding: 10px 0;
  }

  .contact-list li i {
    color: var(--links);
  }

  .contact-list li a {
    color: var(--links);
  }

  .bottom-footer {
    text-align: center;
    border-top: 2px solid var(--red);
    padding-top: 20px;
  }

  .bottom-footer p {
    color: var(--links);
  }

  .ft-lg {
    width: 80%;
    margin-bottom: 5px;
  }

  .footer-logo img {
    width: 100%;
  }

  /******* footer end ******/











.banner-home {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* === Gray diagonal overlay with transparent circle === */
.overlay-shape {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.582);
  clip-path:polygon(0 0, 2% 0, 100% 101%, 0 100%);
  z-index: 2;
  mask-image: radial-gradient(circle 120px at 55% 50%, transparent 100px, black 130px);
  -webkit-mask-image: radial-gradient(circle 120px at 55% 50%, transparent 100px, black 130px);
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
}

/* Optional white ring around transparent circle */
.overlay-shape::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px solid white;
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* === Content === */
.banner-content {
  position: relative;
  z-index: 4;
  color: #000;
  padding: 100px 80px;
}

.left-textmou h1 {
  font-size: 3rem;
  font-weight: 700;
}

.left-textmou h1 span {
  color: #ffffff;
}
/* === Moving Dot around Circle Border === */
.circle-dot {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px #ebfff3, 0 0 20px #f4fff8;
  transform: translate(-50%, -50%) rotate(0deg) translateX(119px);
  animation: circleRotate 10s linear infinite;

  z-index: 4;
}


@keyframes circleRotate {
  0% { transform: translate(-50%, -50%) rotate(0deg) translateX(119px); }
  25% { transform: translate(-50%, -50%) rotate(360deg) translateX(119px); }
  50% { transform: translate(-50%, -50%) rotate(0deg) translateX(119px); }
  75% { transform: translate(-50%, -50%) rotate(360deg) translateX(119px); }
  100% { transform: translate(-50%, -50%) rotate(0deg) translateX(119px); }
}






  /******** about-ra start *******/

  :root {
    --dark-blue: #031b3a;
    --mid-blue: #0b3b6f;
    --accent-red: #ff3b3b;
    --muted: #9bb0d0;
    --card-bg: rgba(255, 255, 255, 0.06);
    --glass: rgba(255, 255, 255, 0.06);
    --radius: 18px;
    font-family: Inter, "Segoe UI", Roboto, system-ui, -apple-system, "Helvetica Neue", Arial;
  }

  /* left content */
  .hero-aboutRA .content {
    flex: 1 1 56%;
    padding: 14px 8px;
  }

 .hero-aboutRA .eyebrow {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 59, 59, 0.12), rgba(255, 255, 255, 0.03));
    color: var(--accent-red);
    margin-bottom: 14px;
  }

 .hero-aboutRA .eyebrow h2 {
    font-size: 18px;
  }

 .hero-aboutRA .content h1 {
    margin: 6px 0 12px 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.05;
    color: #045496;
  }

 .hero-aboutRA .highlight {
    background: linear-gradient(90deg, rgba(255, 59, 59, 0.16), rgba(11, 59, 111, 0.08));
    padding: 10px 8px;
    border-radius: 8px;
    color: #82c4fa;
  }


 .hero-aboutRA .card-aboutRA img {
    width: 100%;
  }


 .hero-aboutRA .btn-aboutRA {
    background: linear-gradient(90deg, var(--mid-blue), var(--dark-blue));
    color: #fff;
    box-shadow: 0 6px 18px rgba(3, 27, 58, 0.5);
  }

.hero-aboutRA .btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--muted);
    padding: 9px 14px;
  }

  /* right image card */
.hero-aboutRA  .visual {
    flex: 0 0 420px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
  }

 .hero-aboutRA .aboutRA-details {
    padding-top: 20px;
text-align:justify;
  }

 .hero-aboutRA .card-aboutRA {
    width: 340px;
    height: 340px;
    border-radius: 28%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.06), rgb(0 2 66 / 81%));
    border: 1px solid rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    box-shadow: 0 12px 30px rgba(2, 10, 25, 0.6);
    transform: translateY(0);
    transition: transform .45s ease;
  }

.hero-aboutRA  .card-aboutRA img.person-aboutRA {
    margin-top: 216px;
    width: 268px;
    height: 407px;
    object-fit: cover;
    border-radius: 9%;
    border: 8px solid linear-gradient(0deg, transparent, transparent);
    box-shadow: 0 6px 20px rgba(3, 27, 58, 0.6);
  }

 .hero-aboutRA .card-aboutRA:hover {
    transform: translateY(-8px);
  }

  /* floating badges */
.hero-aboutRA  .badge {
    position: absolute;
    background: linear-gradient(90deg, #fff, #fff);
    color: var(--dark-blue);
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 999px;
    display: flex;
    gap: 8px;
    align-items: center;
    box-shadow: 0 8px 20px rgba(2, 10, 25, 0.45);
    transform: translateZ(0);
    white-space: nowrap;
  }

.hero-aboutRA  .badge .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: var(--accent-red);
    color: #fff;
    font-size: 14px;
  }

.hero-aboutRA  .badge.likes {
    right: -12px;
    top: 12px;
  }

.hero-aboutRA  .badge.chat {
    left: -12px;
    bottom: 24px;
  }

.hero-aboutRA  .badge.small {
    padding: 6px 8px;
    font-weight: 600;
    font-size: 13px;
  }

  /* small avatars row */
 .hero-aboutRA .avatars-aboutRA {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    display: flex;
    gap: -8px;
    align-items: center;
    justify-content: center;
  }

 .hero-aboutRA .avatars-aboutRA img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid var(--glass);
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(2, 10, 25, 0.45);
  }

.hero-aboutRA  .about-points {
    list-style: none;
    padding: 0;
    margin: 24px 0;
  }

.hero-aboutRA  .about-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #14004d;
    font-weight: bold;
    margin-bottom: 10px;
  }

 .hero-aboutRA .about-points i {
    color: #ff3b3b;
    font-size: 18px;
  }
/* === Animated gradient background for About RA section === */
.hero-aboutRA {
  position: relative;
  background: linear-gradient(270deg, #020d1f, #08284d, #0a3a74, #020d1f);
  animation: gradientMove 18s ease infinite;
  background-image: url(../images/about-ra.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   padding: 50px 0;
    width: 80%;
    margin: 0 auto;
    border-radius: 22px;
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 30px rgba(2, 10, 25, 0.6);
    overflow: hidden;
}

/* moving gradient animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

  /* responsive */
  @media (max-width:900px) {
  .hero-aboutRA {
 width: 100%;
         padding-bottom: 178px;
  }

  }

  /******** about-ra end *******/

