@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&family=Poppins:wght@400;600;700;800&display=swap");

:root {
  --primary-font: poppins, sans-serif;
  --primary-background: #fff;
  --primary-red: #ff5c64;
  --primary-blue: #270063;
  --primary-blue-main: #084bff;
  --scroll-navigation-background: #0D0630;
  --font-white: #fff;
}

html,
* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--primary-font);
  position: relative;
  height: -webkit-fill-available;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
  transition: background-color 0.3s ease;
  width: 100%;
}

.sticky {
  background-color: var(--scroll-navigation-background);
  animation: fadeInDown 0.8s ease; /*From Animation.css line 2-12*/
}

nav ul {
  list-style: none;
  display: flex;
  gap: 2.625em;
  font-family: var(--primary-font);
  position: relative;
  align-items: center;
}

nav ul a,
.nav-btn-mobile {
  text-decoration: none;
  color: initial;
}

nav ul li {
  cursor: pointer;
  position: relative;
  color: var(--primary-blue);
  font-size: 20px;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

nav ul li.selected::before {
  content: "";
  height: 0.2em;
  width: 100%;
  position: absolute;
  bottom: -0.325em;
  background: var(--primary-red);
}

.nav-btn,
.nav-btn-mobile {
  color: var(--font-white);
  /* height: 50px; */
}

.nav-btn-content {
  background: linear-gradient(248.59deg, #2743ff 12.5%, #ff4b62 92.57%);
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 800;
}

.nav-btn-content:active {
  background: linear-gradient(-248.59deg, #0f1c6f 12.5%, #580d17 92.57%);
  transition: background 1s ease-in-out;
  transition-delay: 0.9s;
}

.nav-bar {
  display: flex;
  gap: 2.625em;
  align-items: center;
}

main {
  display: flex;
  flex-direction: column;
  width: 80;
}

.org-text-info {
  display: flex;
  align-items: start;
  width: 100%;
}

.org-img video,
.org-img iframe{
  aspect-ratio: 16/9;
}

section.org-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.org-text-container {
  display: flex;
    flex-direction: column;      /* text top, video bottom */
    align-items: center;         /* center horizontally */
    justify-content: flex-start; /* keep at the top */
    text-align: center;
    gap: 30px;                   /* spacing between text & video */
    padding-top: 40px;
    width: 100%;
    
}
.org-text-icon {
  width: calc((100vw - 40px)/3 );
  height: max-content;
  display: flex;
  text-align: center;
}
.org-text-icon p{
  text-align: center;
  line-height: normal;
  
}
.two-color-heading {
    text-align: center;
    font-family: var(--primary-font);
    font-size: 50px;     /* adjust if needed */
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* First line color (Soft Red) */
.red-text {
    color: var(--primary-red)
}

/* Second line color (Deep Purple) */
.purple-text {
    color: var(--primary-blue)
}

.org-imp-txt {
  display: flex;
  justify-content: space-between;
}
/* .org-info div:nth-child(1),
.org-info div:nth-child(2) {
  grid-column: span 1;
}

.org-info div:last-child {
  grid-column: span 2;
} */

.org-text-main {
  display: inline-block;
  color: #fb476c;
  font-style: normal;
  max-width: 5.6875em;
  line-height: normal;
  position: relative;
}

.org-text-plus {
  font-style: normal;
  background: linear-gradient(
    198.38deg,
    #084bff 27.43%,
    var(--primary-red) 73.41%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: rotate(180deg);
}
.org-img {
  object-fit: cover;
}

.org-total-project {
  color: #1e0250;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 700;
}

.org-text-info .org-text-icon:nth-child(2) img {
  width: auto;
  height: 3.0625em;
}
.org-text-icon {
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.5em;
  border-radius: 0.7em;
}

.org-text-icon:hover {
  background: #dee5d2;
  transition: background 300ms;
}

.org-text-icon:active {
  background: #cccdcc;
  border: 1px solid gray;
}

a.org-text-icon,
a.nav-btn,
a.nav-logo {
  text-decoration: none;
}
nav a.nav-logo img {
    height: 45px;  
    width: auto;
    object-fit: contain;
    display: block;
}
a.nav-logo {
  display: flex;
  align-items: center;
}
a.org-text-icon {
  color: inherit;
}

.org-text-icon img {
  height: 2.5625em;
  width: auto;
}

#home .r-work h1,
.trusted-by {
  color: #fb476c;
  text-align: center;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 800;
  line-height: 94%;
}
/* --- Trusted By Section --- */
 
.trusted-wrapper {
    text-align: center;
    padding: 60px 20px;
}
 
.trusted-text {
    font-size: 30px;   /* bigger */
    font-weight: 600;
    margin-bottom: 30px;
    color: #222;
}
 
.trusted-logos-box {
    background: #0f0d35;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 20px 0;
    border-radius: 60px;
    overflow: hidden;        /* hide overflow so logos stay inside pill */
    position: relative;
}
.trusted-logos-track {
    display: flex;
    gap: 40px;
    align-items: center;
    animation: logos-scroll 25s linear infinite;  /* speed & direction */
}
 
.trusted-logos-box img {
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;   /* prevents squishing */
}
 
/* animation – move left continuously */
@keyframes logos-scroll {
    0% { transform: translateX(0);}
    100% {transform: translateX(-100%); }
}
@keyframes logos-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
 
 
.trusted-logos-box img {
    height: 32px;
    object-fit: contain;
    filter: brightness(1.2);
}
 
.trusted-stats {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
    color: #000;
    font-size: 17px;
}
 
.trusted-stats strong {
    font-size: 32px;
    color: #000;
    font-weight: 700;
}

.r-work-videos {
  display: grid;
  gap: 40px;   /* */
  padding: 0 40px;
}

.r-work-videos .video {
  width: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  position: relative;
  grid-area: "video";
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.video img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}


.video::before {
  content: var(--content, ""); /* Use --content as the default value */
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: var(--font-white);
  z-index: 0;
  font-weight: bolder;
  background: transparent;
  transition: background 400ms, opacity 600ms;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}

.video:hover::before {
  z-index: 1;
  background: #160117a9;
  opacity: 1;
}

.r-work-videos .video:hover::before {
  content: var(--content);
}

.video::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: none;
}

.video:hover::after {
  background: url(/assets/images/background/hover-play-btn.svg);
  z-index: 1;
  transform: scale(2);
  transition: transform 700ms;
  background-repeat: no-repeat;
  background-position: center;
}

#display-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  justify-content: center;
  align-items: center;
  background: #0000004e;
  z-index: 2;
}

#display-container .display-video {
  height: 100%;
  width: 100%;
}

.close-button {
  position: absolute;
  top: 4.5em;
  right: 4em;
  background-color: transparent;
  border: none;
  font-size: 16pt;
  background: var(--primary-background);
  padding: 0 0.3em;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}

.close-button:hover {
  background: #d3d3d3;
}

#open-video {
  position: relative;
  padding: 7em;
}

#display-container .display-video iframe {
  height: 70vh;
  width: 70vw;
}

.homepage-join {
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homepage-join button {
  background: #fb476c;
  color: var(--font-white);
  text-align: center;
  font-family: var(--primary-font);
  font-style: normal;
  line-height: 94%;
  cursor: pointer;
  border: none;
  border-radius: 10px;
}

.homepage-join button:hover {
  background: #4762fb;
  transition: all 300ms;
}

.homepage-join button:active {
  background: #2940c3;
  transition: all 300ms;
}

.homepage-join h2 {
  color: #0c082d;
  text-align: center;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 400;
  line-height: 120.5%;
}

.trusted-by {
  margin: 25px auto;
}
.clients {
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}

.clients img {
  height: auto;
  width: 100%;
}

/*Footer*/
/* Footer hero image (LEFT SIDE) */
.footer-hero-img {
  width: 100%;
  height: 550px;
  display: flex;
  align-items: flex-end;
}

.footer-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ONLY left hero image bottom fix */
.footer-hero-img {
  margin-bottom: -20px;   /* 🔥 value adjust गर्न मिल्छ */
  margin-left: -20px;   /* 🔥 value adjust गर्न मिल्छ */
}

.footer-hero-img img {
  display: block;
}

footer {
  display: grid;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2em;
  color: #eaeaea;
  background: #0c082d;
  width: 100vw;
  position: relative;
}

.footer-row {
  justify-content: center;
}

.footer-left {
  display: grid;
  flex-direction: column;
}

.footer-row {
  display: flex;
}

.footer-img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer-right {
  flex-direction: column;
  display: flex;
  grid-area: "footer";
}

.footer-right h2 {
  color: var(--font-white);
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 700;
  line-height: 99.5%;
  margin-bottom: 0.1625em;
}

.footer-right a.s-hello {
  background: #1a53ff; 
  text-decoration: none;
  display: inline-block;
  color: var(--font-white);
  font-family: var(--primary-font);
  font-style: normal;
  width: fit-content;
  line-height: 99.5%;
  border: none !important; 
  border-radius: 12px;
}

.footer-right a.s-hello:hover {
  cursor: pointer;
  background-color: #FB476C;
}

.footer-right a.s-hello:active {
  background-color: #FB476C;
}

.tel-cel {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.tel-cel:hover {
  color: #d7d7d7;
  text-decoration: underline;
}

.tel-cel:active {
  color: #b3b2b5;
}

.footer-org-detail {
  font-weight: 500;
  font-size: 18.675px;
  align-items: end;
  margin-top: 0.5em;
  gap: 0.9em;
}

.footer-org-detail .social-icons {
  flex-direction: column;
  display: flex;
}

.footer-org-detail .social-icons .icon {
  display: flex;
  cursor: pointer;
  margin-top: 1.3575em;
}

.footer-org-detail .social-icons .icon i:active {
  color: #c8a54ffb;
}

footer .icon a {
  color: inherit;
}

/* .testimonial-quote {
  width: 308px;
  height: 201px;
} */

/*sayHello page style*/
.container {
  /* width: 100%; */
  margin: auto;
  background: var(--primary-background);
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

.content .left-side::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}

.content .left-side .details {
  margin: 14px;
  text-align: center;
}

.content .left-side .details i {
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}

.content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
  font-size: 14px;
  color: #afafb6;
}
.text-one a {
  color: inherit;
  text-decoration: none;
}
.text-one a:hover {
  color: #183689;
}
.container .content .right-side {
  width: 75%;
  margin-left: 75px;
}

.content .right-side .topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #084bff;
}

.right-side .input-box {
  height: 50px;
  width: 100%;
  margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  /* font-size: 16px; */
  background: #f0f1f8;
  border-radius: 6px;
  border: 2px solid transparent;
  padding: 0 15px;
  resize: none;
}
.right-side .input-box input:focus,
.right-side .input-box textarea:focus {
  background: #dddfe8;
  border: 0.5px solid var(--primary-blue-main);
}

.right-side .message-box {
  min-height: 110px;
}

.right-side .input-box textarea {
  padding-top: 6px;
}

.right-side .button {
  display: inline-block;
  margin-top: 12px;
}

.right-side .button input[type="submit"] {
  color: var(--font-white);
  /* font-size: 18px; */
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: var(--primary-blue-main);
  cursor: pointer;
  transition: all 0.3s ease;
}

.button input[type="submit"]:hover {
  background: #7C47BB;
}

.button input[type="submit"]:active {
  background: #39195f;
}

/* ==========================
   PORTFOLIO HERO SECTION
   ==========================*/
/* Make portfolio hero full-width */
.portfolio-hero {
    width: 100vw !important;                           /* 99vw → 100vw */
    margin-left: calc(50% - 50vw) !important;          /* full-bleed hack */
    margin-right: 0 !important;                        /* right gap हटाउने */
    height: 490px;
    background: url('/assets/images/background/portfolio-bg.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding-left: 80px;
}

 
.portfolio-hero-content h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    max-width: 800px;
}
 
.portfolio-hero-content h1 span {
    color: #ff4c6a; /* Your pink gradient color */
}
/* @media (max-width: 950px) {

  .container{
  
    border: 2px solid red;
    margin: auto;
    width: 100%;
    padding: 30px 40px 40px 35px ;
  }
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
} */
/* @media (max-width: 820px) {
  .container{
    margin: 40px 0;
    height: 100%;
  }
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
} */

/*Portfolio page style*/

.more-videos {
  background: #fb476c;
  border-radius: 10px;
  padding: 10px 33px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  border: none;
  /* margin: 0.9em auto 58px; */
  align-items: center;
  display: flex;
  gap: 0.8em;
  color: var(--font-white);
}

.more-videos:hover {
  cursor: pointer;
  background: #d82e50;
  transition: all 300ms;
}

.more-videos:active {
  background: #8f2036;
}

h1.r-work-port,
h1.p-work-port {
  color: var(--primary-blue);
  font-family: var(--primary-font);
  font-style: normal;
  font-size: 2.2rem;   /* ← size increase */
  font-weight: 800;
  line-height: 140%;
  align-items: center;       /* vertical center */
  text-align: center;        /* text center */
  padding: 80px 20px;
}

span.port-work,
h2.process-heading {
  color: #fb476c;
}


/*video-menu style*/
.video-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 2px; */
  /* margin: 91px 0 169px 0; */
}

.video-menu a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  position: relative;
  transition: color 200ms ease-in-out, font-weight 200ms ease-in-out;
}

.video-menu a.selected {
  color: #0d47ff;
  font-weight: 700;
}

.video-menu > a:hover:not(a.selected)::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: -.4em;
  left: 0;
  background-color: #0d47ff;
}

.video-hide {
  display: none;
}

/*Process page style*/
/* ==========================
   PROCESS HERO SECTION
   ==========================*/
/* Make process hero full-width */
.process-hero {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    height: 490px;
    background: url('/assets/images/background/process-bg.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding-left: 80px;
}
 
.process-hero-content h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    max-width: 800px;
}
 
.process-hero-content h1 span {
    color: #ff4c6a; /* Your pink gradient color */
}
.process {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.process-scale-img {
  scale: 1.6;
}
.process-row {
  display: grid;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  width: 100vw;
  /* gap: 1em; */
}

/* .process-text-detail {
  font-size: clamp(20px, 2vw, 30px);
} */

.process-row-reversed {
  background: #fdcfd9;
}

.process-row-inverse {
  background: #d4e0ff;
}

.process-row-re-reversed {
  background: #e3d1ff;
}

.process-heading {
  color: #094CFF !important;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 800;
  line-height: 113%;
  margin-bottom: 11px;
}
/* .process-heading {
  font-size: 50px;
} */

.process-row .process-img {
  height: auto;
  width: 22em;
  object-fit: cover;
}

.process-row .process-img img {
  height: 100%;
  width: 100%;
}

.process-text {
  /* max-width: 790px; */
  color: #2a1c2e;
  font-family: var(--primary-font);
}

.process-row-reversed .process-text {
  order: 2;
}

.process-row-reversed .process-img {
  order: 1;
}

/*Testimonials page style*/
.testimonials {
  width: 100%;
  display: flex;
  /* gap: 4em; */
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.quote {
  /* padding: 5em 7em; */
  /* height: max-content; */
  display: flex;
  position: relative;
  margin: auto;
}
/* .quote:nth-child(odd) .testimonial-quote {
  background: url(/assets/images/background/quote-2.svg);
}

.quote:nth-child(even) .testimonial-quote {
  background: url(/assets/images/background/quote-1.svg);
} */

.testimonial-quote img {
  width: 100%;
  height: 100%;
}
.quote:nth-child(odd) .testimonial-info .testimonial-img {
  order: 2;
}

.quote:nth-child(odd) .testimonial-info .testimonial-desc {
  order: 1;
  justify-content: flex-end;
  text-align: right;
}

.testimonial-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 2em; */
}

div.quote div.testimonial-box p.testimonial-words {
  font-size: 20px;
  font-weight: 400;
  border: 2px solid red;
}

.testimonials .upwork {
  display: flex;
  /* flex-direction: column; */
  margin: auto;
  /* justify-content: center; */
  /* width: 100%; */
  /* border: 2px solid red; */
}
.upwork a.org-text-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
}
.upwork a.org-text-icon p {
  text-align: center;
  font-size: 20px;
}
.upwork p {
  font-size: 10pt;
  
}

.testimonial-img {
  /* max-height: 356px;
  max-width: 356px;
  min-height: 162px;
  min-width: 162px; */
  /* width: auto; */
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-img img {
  height: 100%;
  width: 100%;
}

h2.testimonial-name {
  color: #120539;
  font-family: Poppins;
  line-height: 55px;
  font-weight: 700;
  /* display: flex; */
}
.testimonail-words {
  font-size: 20px;
}
.testimonial-desc {
  max-width: 700px;
}

p.testimonial-designation {
  font-weight: 600;
  color: #202020;
  /* font-size: 20px; */
}

div.rating {
  font-size: 18px;
  color: #3e66df;
  /* margin: 0 0 20px 0; */
}

/*About Us page style*/
.aboutUs {
  display: flex;
  flex-direction: column;
  width: 100vw;
}

.aboutUs-main {
  height: auto;
  /* width: 100vw; */
  background-repeat: no-repeat;
  background-size: contain;
}

.aboutUs-main img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.aboutUs-text {
  /* margin: 0 4em; */
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aboutUs-personal-container {
  display: grid;
  /* padding: 1em; */
  justify-content: center;
}

.aboutUs-personal-box {
  flex-direction: column;
  display: flex;
}
.aboutUs-personal-img {
  grid-area: officials;
  background: #d9d9d9;
  position: relative;
  height: 100%;
  width: 100%;
}
.aboutUs-personal-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aboutUs-personal-details {
  margin-top: 0.5em;
}

.aboutUs-personal-img.blue-bg-img img::after {
  position: relative;
}

.aboutUs-personal-img.blue-bg-img img::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(8, 75, 255, 0.2);
}

div.blue-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(8, 75, 255, 0.2);
}
div.red-bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(251, 71, 108, 0.2);
}
.aboutUs-degicnation {
  font-size: 9.9pt;
}

/*blog page style*/
.blog {
  flex-direction: column;
  display: flex;
}
.blog a {
  color: inherit;
  text-decoration: none;
}
.blog-box-container {
  display: grid;
  justify-content: start;
  /* gap: 38px; */
  margin: auto;
  width: 749px;
  /* cursor: pointer; */
}
.blog-link:hover {
  text-decoration: underline;
  opacity: .8;
}
/* ***** */
.blog-thumbnail {
  border-radius: 10px;
  overflow: hidden;
}
.blog-thumbnail img {
  height: 100%;
  width: 100%;
}

.blog-title-text {
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  color: var(--primary-blue);
}
.blog-tag-container {
  opacity: .75;
  font-size: 13px;
  line-height: 1.9;
}
.indivisual-blog-tag-container {
  font-size: 13px;
  line-height: 1.9;
}
.indivisual-blog-tag-container span {
  background: #e4cb5ca8;
  padding: 3px 8px;
  border-radius: 10px;
}
.blog-tag {
  opacity: 1;
  font-weight: 600;
  margin: 0 3px;
}
/*blog-1 page style*/
section.blog-individual {
  display: flex;
  flex-direction: column;
}
.blog-individual h1.blog-indivisual-title {
  font-weight: 700;
  line-height: 120%;
}
.blog-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* font-size: 25px; */
  line-height: 2;
  font-weight: 400;
  /* gap: 1em; */
  /* margin-bottom: 20px; */
  /* text-align: justify; */
}
.blog-description ul,
.blog-description ol {
  margin: 0 25px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.blog-description li::marker,
.blog-sub-heading {
  font-weight: bold;
}
.blog-sub-heading {
  display: block;
  font-size: 29px;
  margin: 0 0 5px 0;
  width: 100%;
  /* display: inline-block; */
  text-align: left;
  color: #46157dba;
  /* line-height: 1.3; */
}
.blog-title p.blog-title-desc {
  font-size: 15px;
  color: #595959;
  /* opacity: .5; */
  /* border: 2px solid red; */
  /* height: 55px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  margin: 13px 0;
  line-height: 1.3;
  /* font-family: sans-serif; */
  font-weight: 500;
  /* display: inline-block; */
  /* max-width: 800px; */
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-individual h1.blog-indivisual-title {
  font-size: clamp(45px, 1vw, 52px);
  /* text-align: center; */
}
.blog-author-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.blog-author-text p {
  opacity: .75;
  font-size: 13px;
}
.blog-author-text h2 {
  opacity: .85;
  font-size: 13px;
}
.blog-author img{
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.individual-blog-thumbnail {
  width: 50%;
  /* max-height: 500px; */
  /* aspect-ratio: 16 / 9; */
}
.blog-head {
  /* border: 2px solid green; */
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
}
.blog-body {
  /* display: flex; */
  /* position: relative; */
  overflow: auto;
  width: calc(100vw - 20vw);
}
.blog-topic-cluster {
  width: 28%;
  float: left;
  margin-right: 2rem;
  /* border: 2px solid red; */
}
.blog-topic-cluster h3 {
  margin: 1rem;
  color: #270063;
  font-weight: 600;
}
.blog-description {
  margin: 0 8rem;
}
.blog-head-recent {
  /* border: 2px solid red; */
  display: flex;
}
.blog-top-recent {
  margin: auto;
}
.a-of-blog {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: color 150ms ease-in-out;
  /* border: 2px solid red; */
  width: auto;
  border-bottom: 2px solid rgb(224, 224, 224);
  /* height: 150px; */
  /* padding-left: 1rem; */
}
.a-of-blog:hover {
  color: #7854A0;
}
/* :target {
  padding-top: 5rem;
  background-color: #7754a021;
} */
.li-of-blog {
  padding: .5rem;
  margin-left:1rem;
  
}
.sub-list-topic {
  margin-left: 1.5rem;
}
.blog-desc-content, div.sub-target:target li  {
  padding: 1rem;
}
.blog-desc:target,div.sub-target:target{
  padding-top: 7rem;
  
}
.blog-desc:target .blog-desc-content,
div.sub-target:target li {
  border-radius: 1rem;
  background-color: #7754a021;
}
.blog-indivisual-title {
  line-height: 1;
  color: var(--primary-blue);
  /* border: 2px solid red; */
}
.blog-description p {
  width: 100%;
}
.blog-socials {
  display: flex;
  /* flex-direction: column; */
  gap: 25px;
  margin-top: 25px;
  /* border: 2px solid red;
  display:block; */
}
.blog-socials-indivisual {
  display: flex;
  gap: 10px;
}
.blog-socials a {
  text-decoration: none;
  color: initial;
}
.blog-socials a i {
  font-size: 35px;
  color: #46157dba;
  transition:all 400ms ease-in-out;
}
.blog-socials a i:hover {
  color: #15737d;
}
/* .blog-description ol li {
  display: flex;
  flex-direction: column;
} */

/*404 page*/
.container_404 {
  height: 100%;
  /* margin: 8em auto; */
  width: auto;
  /* border: 2px solid red; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container_404 img {
  width: 15em;
  height: auto;
}
.inner_404 {
  /* border: 2px solid red; */
  margin-bottom: 40px;
}
.inner_404_code {
  color: transparent;
  font-size: 80pt;
  -webkit-text-stroke: 2px #FF5C64;
  line-height: .9;
}
.inner_404_meaning {
  color: #270063;
  font-size: 51.747px;
  line-height: 1;
  /* -webkit-text-stroke: .5px #FF5C64; */
}
.inner_404_description {
  font-size: 12pt;
  margin: 20px;
}
.inner_404_button {
  padding: 10px 20px;
  border: 2px solid #270063;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  background: transparent;
  transition: all 300ms ease-in-out;
  margin: 9px;
}
.inner_404_button:hover {
  background: #28006342;
}
.sitemap_xml {
  width: 100%;
  height: 1000px;
  /* border: 2px solid red; */
  margin-bottom: 20px;
}
/* #sitemap .container_404 img {
  border-right: 2px solid blue;
} */
.faq h1{
  margin-bottom: 25px;
}
.rotate {
  transform: rotate(180deg);
}
.active {
  display: block!important;
}
.faq-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-head i {
  margin-right: 1rem;
  /* transform: rotate(180deg); */
}
.faq-body {
  border: none !important;
  padding-left: 0px !important;
  border: 1px solid #28006334;
  background: #28006313;
  margin-top: 10px;
}
.faq-question {
  padding-left: 20px !important;
  font-weight: 500px; 
  font-size: 22px;
  color: #270063;
  padding: 0 .5rem;
  
  /* margin: 2rem 0; */
  line-height: 2;
}
.faq-answer {
  background: #28006313;
  padding-left: 20px !important;
  border-radius: .0rem;
  padding: .5rem;
  color: #270063;
  opacity: .9;
  transition: all 250ms ease-in-out;
  display: none;
}
/* WhatsApp floating widget */
.wa-widget {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-family: inherit;
}


/* Avatar button (opens WhatsApp) */
.wa-avatar {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 10%;
  /* shadow केवल लोगो वरिपरि */
  background: none !important; /* remove white box */
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.);
  
}
/* Inside SVG/logo */
.wa-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: none !important;
}
.wa-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-seo-text {
  max-width: 600px;      /* 🔥 यही line-break control गर्छ */
  margin: 16px auto 0;
  line-height: 1.6;
  color: #0C082D;
}
.hero-seo-text {
  opacity: 0.3;                 /* 🔥 default 50% */
  transition: opacity 0.2s ease; /* smooth fade */
}

.hero-seo-text:hover {
  opacity: 1;                   /* 🔥 hover मा 100% */
}

.local-seo-text {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 8px;
  max-width: 420px;
}


