@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.index-bg {
  position: relative;
  background-image: url(images/BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .5;
}

.logo-img img {
  height: 70px;
  width: auto;
  z-index: 10;
  margin-left: 90px;
  margin-top: 0;
}



/* .image-two {
  height: 100vh;
  background-image: url(images/2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

} */

.portfolio-btn {
  outline: none;
  background-color: #ff5e0d;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  padding: 10px 10px;
  border-radius: 10px;
  width: 160px;
  color: white;
  box-shadow: 8px 8px #ff5e0d6b;
}

.portfolio-btn:hover {
  color: white;
  background-color: #25306e;
  border-color: var(--bs-btn-hover-border-color);
}

.portfolio-tabs {
  display: unset !important;
}

.tab-bg {
  background-color: #25306e;
}

.tab-bg button {
  color: white;

  font-weight: 700;
}

.nav-pills .nav-link.active {
  background-color: #fff;
  color: #25306e !important;
  border-radius: 0;

}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.877);
}

.logo-ba {
  border-bottom: 1px solid white;
}

.social-icons a {
  color: white;

}

.fab {

  font-size: 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 4px;
  width: 37px;

}

/* Style for navigation buttons */
.network_carousel .owl-nav button {
  background-color: #25306e !important;
  /* Button background color */
  color: black;
  /* Icon color */
  border: none;
  border-radius: 50%;
  /* Make buttons round */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  /* Size of the chevron icons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.network_carousel .owl-nav .owl-prev {
  left: 50px;
  /* Position to the left of the carousel */
  color: #fff !important;
}

.network_carousel .owl-nav .owl-next {
  right: 0px;
  /* Position to the right of the carousel */
  color: #fff !important;
}

.network_carousel .owl-nav .owl-next i {
  right: 15px;
  /* Position to the right of the carousel */
  color: #fff !important;
  display: inline-block;
  vertical-align: middle;
}

.network_carousel .owl-nav .owl-next,
.network_carousel .owl-nav .owl-prev {
  position: absolute;

  top: 45%;
  transform: translateY(-50%);
}

.index-content {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
}

.section-height {
  height: 100vh;
}

@media (min-width: 768px) and (max-width:1190px) {
  .logo-ba {
    display: none;
  }

  .mobile-logo img {
    height: 50px;
    padding: 10px;
  }

  .mobile-text {
    font-size: 13px;
    color: #25306e;

  }




}


@media(min-width: 1200px) {
  .section_height {
    height: 100vh;
  }
}


@media(min-width: 768px) {
  .network_carousel img {
    object-fit: contain;
    height: 100vh;
    width: 100%;
  }

  .content {
    z-index: 10;
    padding-left: 80px;

  }

  .social-icons a {
    color: white;

  }

  .social-mobile {
    display: none !important;
  }

  .logo-1 .logo-mobile {
    display: none;
  }

  .cgi_vdo iframe {
    height: 600px;
    width: 900px;
    object-fit: contain;
  }

  .section-height {
    height: 100vh;
  }

  .height_100 {
    height: 100vh;
  }

  .border-text {
    border: 1px solid white;
  }

  .banner-text-small {
    font-size: 50px !important;
    font-family: 'Oswald';
  }

  .banner-text-big {
    font-size: 53px !important;
    font-weight: 700;
    background-color: #25306e;
    font-family: 'Oswald';

  }

  .index-content {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
  }



  .logo-img img {
    height: 70px;

  }
}

@media (max-width: 768px) {

  .index-bg {

    background-position: right !important;

  }

  .selected h5 {
    background-color: #25306e !important;
    color: #FF5E0D !important;
  }

  .border-bot {
    border-bottom: 1px solid #25306e;
  }

  .banner-text-big {
    font-size: 35px;
    font-weight: 700;
    background-color: #25306e;
    padding: 15px;
    width: 100% !important;
    font-family: 'Oswald';
  }

  .web-btn {
    position: absolute;
    top: 80% !important;
    z-index: 2;
    left: 0 !important;
    font-weight: 600;
    width: 35% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    width: auto;
  }

  .mobile-logo {
    display: none;
  }

  .mobile-text {
    display: none;
  }

  .tab-bg {
    background-color: white !important;
  }

  .nav-pills .nav-link.active {
    background-color: #25306e;
    color: white !important;
    border-radius: 0;
    border: 1px solid #25306e;

  }

  .nav-pills .nav-link {
    background-color: #fff;
    color: #25306e !important;
    border-radius: 0;
    border: 1px solid #25306e;
    margin: 5px;
  }

  .mobile-num {
    color: #25306e !important;
  }

  .email-id {
    color: #25306e !important;
  }

  .sector-text {
    color: #FF5E0D !important;
    border: 1px solid;
  }

  .logo-1 .logo-pc {
    display: none !important;
  }

  .logo-ba {
    border-bottom: 1px solid #25306e;
  }

  .social-mobile a {
    color: #25306e;
    /*border: 1px solid #25306e;*/
    /*border-radius: 50%;*/
    margin: 5px;
  }

  .logo-ba {
    padding-top: 0px !important;
    padding-bottom: 8px !important;
  }

  .network_carousel .owl-nav .owl-prev {
    /* left: 39%; */
    /* Position to the left of the carousel */
    color: #fff !important;
    /* margin-top: 25px; */
    /* margin-bottom: 25px; */
    z-index: 10;
  }

  .network_carousel .owl-nav .owl-next {
    /* right: 32%; */
    /* Position to the right of the carousel */
    color: #fff !important;
    /* margin-top: 25px;
    margin-bottom: 25px; */
    z-index: 10;
  }

  .network_carousel .owl-nav .owl-next,
  .network_carousel .owl-nav .owl-prev {
    position: absolute;
    /* top: 100%; */
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .cgi_vdo iframe {
    height: 600px;
    width: 800px;
    object-fit: contain;
  }
}

.fullscreen-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

#fullscreen-image {
  max-width: 90%;
  max-height: 90%;
}

.close-button,
.arrow {
  position: absolute;
  top: 10px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

#close {
  right: 10px;
}

.arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.fullscreen-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

#fullscreen-image {
  max-width: 100%;
  max-height: 100%;
}

.close-button,
.arrow {
  position: absolute;
  top: 10px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

#close {
  right: 10px;
}

.arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.carousel-image:hover {
  cursor: grab;
}

.web-btn a {
  color: #fff;
  font-size: 15PX;
  text-decoration: none !important;
  background-color: #25306e;
  padding: 10px;
  /* border-radius: 25px; */

}

.text-orangedata {
  color: #FF5E0D !important;
}

.web-btn {
  position: absolute;
  top: 85%;
  z-index: 2;
  right: -10px;
  font-weight: 600;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;

}

.banner-text-small {
  font-size: 30px;
  font-family: 'Oswald';
}

.banner-text-big {
  font-size: 35px;
  font-weight: 700;
  background-color: #25306e;
  font-family: 'Oswald';

}

.check-work {
  color: #25306e8a;
}



@media (min-width: 1200px) and (max-width:1450px) {
  .banner-text-small {
    font-size: 45px !important;
    font-family: 'Oswald';
  }

  .banner-text-big {
    font-size: 45px !important;
    font-family: 'Oswald';
  }

  .index-content {
    font-size: 17px;
  }

  .portfolio-btn {

    padding: 10px 10px !important;

  }
}


@media(min-width:1000px) {
  .client-img {
    padding-left: 100px;
    padding-right: 100px;
  }

  .client-name {
    position: fixed;
    font-size: 24px;
    color: #FF5E0D;
    top: 50px;
    font-weight: 700;
  }
}

.video-thumbnail {
  /* padding: 0px 80px; */
  height: 100vh;
  width: 100%;
}

.cgi_vdo {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}

/* YouTube Play Button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 56px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  /* Ensures click goes through */
}



.portfolio-wrapper .landscape-container_style {
  width: 100vh;
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  top: -40px;
  left: 101%;
  box-sizing: border-box;
}

.portfolio-wrapper .fullscreen-container_style {
  width: 100vh;
  height: 100vw;
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 100%;
  box-sizing: border-box;
  overflow: auto;
}

@media (max-width: 500px) {

  .portfolio-wrapper .landscape-container,
  .portfolio-wrapper .fullscreen-container {
    width: 100vh;
    height: 100vw;
    transform: rotate(90deg);
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 100%;
    box-sizing: border-box;
    overflow: auto;
  }

  .portfolio-wrapper .mobile-header {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .portfolio-wrapper .hamburger {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    transform: rotate(90deg);
  }

  .portfolio-wrapper .side-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: #25306e;
    z-index: 1001;
    transition: left 0.3s ease;
    overflow-y: auto;
  }

  .portfolio-wrapper .side-nav.active {
    left: 35px;
  }

  .portfolio-wrapper .close-btn {
    background: none;
    border: none;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  .portfolio-wrapper .side-nav-content {
    padding: 20px;
  }

  .portfolio-wrapper .mobile-logo img {
    max-width: 100px;
  }

  .portfolio-wrapper .mobile-text {
    font-size: 12px;
  }

  .owl-carousel .owl-item img {
    height: 102vw;
    object-fit: contain;
    width: 100%;
  }
}

@media (min-width: 501px) {

  .portfolio-wrapper .mobile-header,
  .portfolio-wrapper .side-nav {
    display: none !important;
  }
}

.portfolio-wrapper .nav-link.active {
  background-color: #FF5E0D;
  color: #fff !important;
}

.portfolio-wrapper .social-icons i {
  font-size: 24px;
  margin: 0 10px;
  color: #fff;
}

.portfolio-wrapper .fullscreen-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.portfolio-wrapper .fullscreen-image {
  max-width: 90%;
  max-height: 90%;
}

.portfolio-wrapper .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.portfolio-wrapper .arrow {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.portfolio-wrapper .left-arrow {
  left: 20px;
}

.portfolio-wrapper .right-arrow {
  right: 20px;
}

.section_height.with-address-bar {
  width: 90vh !important;
}
.top-texture {
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

/* 🌟 Decorative Images */
.decor-img {
  position: absolute;
  pointer-events: none;
  /* don’t block clicks */
  z-index: 3;
}

/* Corner placements */
.decor-top-right {
  top: 0;
  right: 0;
  max-width: 30%;
}

.decor-top-left {
  top: 50%;
  left: 20px;
  width: 150px;
  animation: slide 1s ease-in-out infinite alternate;
}

.decor-bottom-left-about {
  bottom: -50px;
  left: -40px;
  width: 170px;
  height: 170px;
  animation: spin 3s linear infinite;
}

.decor-bottom-left {
  bottom: -50px;
  right: -40px;
  width: 170px;
  height: 170px;
  animation: spin 3s linear infinite;
}

.decor-top-center {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  animation: zoomEffect 12s infinite ease-in-out;
}

.decor-left-center {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
}

.decor-bottom-center {
  position: absolute;
  bottom: 10px;
  /* distance from bottom */
  left: 50%;
  /* center horizontally */
  transform: translateX(-50%);
  /* adjust so it's truly centered */
  width: 150px;
  /* adjust size */
  height: auto;
  animation: slide 1s ease-in-out infinite alternate;
}


/* 🌟 Sculpture / Lady Images */
.sculpture-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 900px;
  height: auto;
  pointer-events: none;
}

.lady-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.lady-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* 🌟 Section height helper */
.height-90 {
  height: 100vh;
}

/* 🌟 Animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(15px);
  }
}

@keyframes zoomEffect {

  0%,
  100% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.8);
  }
}

.hero-sculpture-right {
  position: absolute;
  right: 0;
  /* stick to right */
  bottom: 0;
  /* stick to bottom */
  width: 100%;
  /* let it shrink with container */
  max-width: 900px;
  /* never exceed 1000px */
  height: auto;
  z-index: 2;
  /* below text but above bg */
  pointer-events: none;
}

/* Adjust for medium screens (like laptops, ~1024px) */
@media (max-width: 1250px) {
  .hero-sculpture-right {
    max-width: 800px;
  }
}

.hero-sculpture-left {
  position: absolute;
  right: 0;
  /* stick to right */
  bottom: 0;
  /* stick to bottom */
  width: 100%;
  /* let it shrink with container */
  max-width: 950px;
  /* never exceed 1000px */
  height: auto;
  z-index: 2;
  /* below text but above bg */
  pointer-events: none;
}

/* Adjust for medium screens (like laptops, ~1024px) */
@media (max-width: 1250px) {
  .hero-sculpture-left {
    max-width: 800px;
  }
}

.hero-sculpture-left {
  position: absolute;
  right: 0;
  /* stick to left */
  bottom: 0;
  /* stick to bottom */
  width: 680px;
  /* adjust width */
  height: auto;
  z-index: 2;
  /* above bg, below text */
  pointer-events: none;
}

.overflow-hidden {
  overflow: hidden;
}

.text-blue {
  color: #25306e;
}

.text-orange {
  color: #ff5e0d;
}

.sculpture {
  position: absolute;
  bottom: 0;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* Sculpture 1 → inside from right */
.sculpture1 {
  right: 20%;
  /* shift left from edge */
  width: 420px;
  max-width: 27vw;
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.3s;
}

/* Sculpture 2 → at far right */
.sculpture2 {
  right: 0;
  width: 450px;
  max-width: 29vw;
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.8s;
}

/* Animation */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.circle {
  top: 0;
  left: 50%;
  width: 10vw;
  position: absolute;
}
@media (max-width: 768px) {
  .sun { width: 18vw; }
  .circle { width: 15vw; }
  .bird { width: 18vw; }
  .sculpture.s1,
  .sculpture.s2,
  .sculpture.s3 {
    width: 40vw;
    left: auto;
    right: auto;
  }
  .logo-img img{
        margin-left: 0px !important;
  }
}
.bird {
  top: 15vh;
  right: 30%;
  width: 12vw;
   position: absolute;
}
@media(min-width : 768px){
  .portfolio-btn {
  outline: none;
  background-color: #ff5e0d;
  font-size: 15px !important;
  font-weight: 400;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  padding: 8px 8px !important;

  width: 150px !important;

}

}
/* new css */
.stats-section {
  padding: 40px 0;
}

/* .stat-box {
  text-align: center;
  padding: 20px 10px;
} */

.count-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.count-wrap h2 {
  font-size: 48px;
  font-weight: 700;
  
  margin: 0;
  padding: 0;
}

.count-wrap .plus {
  font-size: 35px;
  font-weight: 700;
 
  margin-left: 4px;
}

.services-wrapper {
  display: flex;
  gap: 40px;
  /* justify-content: center; */
  margin-top: 20px;
}

.services-list {
  list-style-type: disc; /* bullet points */
  padding-left: 20px;
  margin: 0;
}
.services-list li::marker {
  color: #ff5e0d;
  font-size: 20px; /* optional - makes bullet slightly bigger */
}

/* .services-list li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 8px;
  
} */

/* Responsive for mobile */
@media (max-width: 768px) {
  .services-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}

