body {
  margin: 0;
  padding: 0;
}

.topbar {
  background: #065fd4;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.topbar i {
  color: #004668;
  margin-right: 5px;
}

.social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
}

/* Navbar */

.main-navbar {
  background: #f5f5f5;
}

.navbar-nav .nav-link {
  font-weight: 600;
  margin: 0 12px;
  color: #333;
  text-transform: uppercase;
}

.navbar-nav:last-child .nav-link {
  margin-right: 0px;
}

.navbar-nav .nav-link.active {
  color: #065fd4;
}

.search-box {
  background: #8cc24a;
  color: white;
  padding: 18px 22px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  height: 80px;
}

.hero {
  background: url('hero.jpg') center/cover no-repeat;
  height: 570px;
  display: flex;
  align-items: center;
  color: #000;
}

.hero-text {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 10px;
  margin-right: 50px;
  color: #fff;
}

.hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.key-card img {
  height: 255px;
  object-fit: cover;
}

.events-section {
  background: #f5f5f5;
  padding: 60px 0;
}

.event-card {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 15px;
  border-radius: 20px;
}

.mission {
  background: #0b5d4b;
  color: white;
  padding: 30px;
}

.vision {
  background: #000;
  color: white;
  padding: 30px;
}

.facts-section {
  position: relative;
  padding: 60px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.circle-box {
  background: #065fd4;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.circle-box h2 {
  font-weight: 700;
}

.bg_btn {
  background: #065fd4 !important;
  padding: 15px 30px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.bg_background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.events-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn_animation {
  position: relative;
  color: #fff;
}

.btn_animation:after {
  background: #065fd4 !important;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  margin-top: -11px;
  transition: all 0.2s ease-in-out;
}

.btn_animation span {
  position: relative;
  z-index: 2;
}

.btn_animation:hover:after {
  background: #065fd4 !important;
  width: 100%;
}

.text-success {
  color: #065fd4 !important;
}

.btn_text {
  font-size: 14px;
  color: #fff !important;
  background: #065fd4;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 50px;
}

.map_section {
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
}

.border_img {
  border: 8px solid #004668;
  height: 80px;
}

.logo_footer {
  width: 200px;
}

.list-unstyled li a {
  text-decoration: none;
  line-height: 35px;
}

.footer_bg {
  background: #004668;
}

#topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #065fd4;
  color: white;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 50%;
  font-size: 20px;
  display: none;
  width: 50px;
  height: 50px;
}

#topBtn:hover {
  background-color: #333;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #065fd4;
  color: #fff;
  width: 37px;
  height: 42px;
  font-size: 25px;
}

.owl-carousel.carousel-two .owl-item img {
  display: block;
  width: auto;
}

.owl-nav button {
  background: #000 !important;
  color: #fff !important;
  padding: 5px 15px !important;
  margin: 5px;
  font-size: 20px;
  border-radius: 4px;
  display: none;
}

.owl-nav {
  text-align: center;
  margin-top: 15px;
}

#header {
  width: 100%;
  padding: 0px;
  background: transparent;

  top: 0;
  left: 0;
  transition: 0.3s;
}

/* Style after scroll */
#header.sticky {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 0px;
  position: fixed;
  z-index: 999;
  width: 100%;
}

#header.sticky .navbar-brand {
  width: 200px;
}

.bg-dark {
  background-color: rgb(0, 107, 159) !important;
}

@media(max-width:992px) {
  .hero-text {
    margin-right: 0px;
  }

  /* .hero {
    height: 385px;
  } */

  .hero {
    height: auto;
  }

  .event_img {
    height: 380px;
  }
}

@media(max-width:992px) {

  .col-4 {
    width: 100%;
  }
}

.door-scene {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
}

.door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #5b3a29;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

.left {
  left: 0;
  animation-name: openLeft;
}

.right {
  right: 0;
  animation-name: openRight;
}

@keyframes openLeft {
  from {
    transform: rotateY(0deg);
    transform-origin: left;
  }

  to {
    transform: rotateY(-100deg);
    transform-origin: left;
  }
}

@keyframes openRight {
  from {
    transform: rotateY(0deg);
    transform-origin: right;
  }

  to {
    transform: rotateY(100deg);
    transform-origin: right;
  }
}

.welcome-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  opacity: 0;
  animation: showText 5s forwards;
}

@keyframes showText {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.carousel-one .item {
  height: 100%;
}

.carousel-one .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.carousel-one .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-one .owl-stage {
  display: flex;
}

.carousel-one .owl-item {
  display: flex;
}

.carousel-one .item {
  display: flex;
  width: 100%;
}

.carousel-one .card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.carousel-one .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.carousel-one .item {
  height: 100%;
}

.carousel-one .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.carousel-two .owl-stage {
  display: flex;
}

.carousel-two .owl-item {
  display: flex;
}

.carousel-two .item {
  display: flex;
  width: 100%;
}

.carousel-two .card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.carousel-two .card p {
  flex-grow: 1;
}

@media(max-width:1400px) {
  .event_img {
    height: 460px;
  }

  .event-card p {
    height: 170px;
    overflow: hidden;
  }
}

@media(max-width:992px) {
  .event-card p {
    height: 170px;
    overflow: hidden;
  }

  .facts-section {
    text-align: center;
  }

  footer.bg-dark {
    text-align: center;
  }
}

@media(max-width:768px) {
  .event_img {
    margin-bottom: 20px;
  }

  .margin-bt {
    margin-bottom: 15px;
  }

  .mission_vision .d-flex {
    display: block !important;
    margin-bottom: 25px;
  }

  .btn_animation {
    margin-bottom: 20px;
  }
  .col_full_width{
    width: 100%;
    flex: auto;
  }
   .step-tabs .nav-item {
    margin-bottom: 10px;
  }
  .service-item {
  margin-top: 20px;
}
}

/** about us **/
.inner_banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 50px 0;
}

.inner_banner .hero-text {
  background: rgb(0 0 0 / 30%);
  color: #fff;
  text-transform: uppercase;
}

.about-img {
  width: 100%;
  border-radius: 6px;
}

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

.nav-link {
  color: #000;
}

.nav-tabs {
  --bs-nav-tabs-border-width: none;
}

.nav-tabs .nav-link {
  font-size: 20px;
  padding: 15px 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #004668;
  border-radius: 20px;
  font-size: 20px;
}

.section-title {
  font-weight: 700;
  margin-bottom: 40px;
}

.section-title span {
  color: #065fd4;
}

/* Vision Cards */

.vision-card {
  background: linear-gradient(135deg, #1a2d0c, #3c5a1c);
  color: #fff;
  padding: 35px;
  text-align: center;
  border-radius: 6px;
  height: 100%;
}

/* Objective cards */

.objective-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding-bottom: 20px;
  height: 100%;
}

.objective-card img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.plus-icon {
  width: 45px;
  height: 45px;
  background: #6bbd1c;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  margin: -22px auto 15px;
}

/* features */

.feature-card {
  background: #fff;
  text-align: center;
  border-radius: 6px;
  padding-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-card img {
  width: 100%;
}

/* partners */

.partner-logo {
  max-height: 95px;
  opacity: 0.8;
}

.partner-logo:hover {
  opacity: 1;
}

.energy-section {
  padding: 80px 0;
}

/* diamond images */

.diamond-grid {
  position: relative;
  width: 360px;
  margin: auto;
}

.diamond {
  width: 150px;
  height: 150px;
  overflow: hidden;
  transform: rotate(45deg);
  position: absolute;
  border-radius: 20px;
}

.diamond img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  transform: rotate(-45deg) scale(1.2);
}

.d1 {
  top: 0;
  left: 105px;
}

.d2 {
  top: 120px;
  left: 0;
}

.d3 {
  top: 120px;
  left: 210px;
}

.d4 {
  top: 240px;
  left: 105px;
}

/* service list */

.service-box {
  margin-bottom: 40px;
}

.service-box h5 {
  font-weight: 600;
  letter-spacing: 1px;
}

.service-icon {
  font-size: 30px;
  color: #2ecc71;
  margin-right: 15px;
}

.service-item {
  display: flex;
  align-items: flex-start;
}


.step-tabs {
  position: relative;
  border-bottom: 3px solid #2c7fb8;
  display: inline-block;
}

.step-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 30px 20px;
  text-align: center;
  font-weight: 600;
}

.step-tabs .nav-link small {
  display: block;
  font-weight: 400;
  margin-top: 5px;
}

.step-tabs .nav-link.active {
  background: #004668;
  border-radius: 20px 20px 0 0;
  /* padding: 30px 109px; */
}

.step-tabs .nav-link:nth-child(2n) {
  background: #ceffaa;
}



.step-tabs .nav-item {
  text-align: center;
  position: relative;
  display: inline-block;
}

.step-tabs .nav-item::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 4px solid #2c7fb8;
  border-radius: 50%;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.tab-pane {
  background: transparent;
  padding: 80px 40px;
  color: #fff;
}

.tab-pane h2 {
  letter-spacing: 2px;
}

.heading {
  position: relative;
}

/* .heading:after{
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #2c7fb8;
  margin-left: 10px;
}

.heading::before{
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #2c7fb8;
  margin-left: -90px;
} */

.carousel-control-next,
.carousel-control-prev {
  width: 15%;
  background: #000;
  width: 50px;
  height: 50px;
  top: 0;
  margin: auto;
  border-radius: 30px;
}

.carousel-fade .carousel-item img {
  display: inline-block;
  margin: 0 auto;
}

.sts_apart_img {
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
}

.sts_apart_img img {
  height: 55%;
}

.sponsors-section {
  background: #0f6782;
}

.divider {
  width: 320px;
  height: 2px;
  border-top: 2px dashed #fff;
  margin: 20px auto;
}

.sponsor-box {
  background: #eee;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}

.custom-nav {
  position: absolute;
  right: 0;
  top: -60px;
}

.custom-nav button {
  background: #0d2c44;
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  margin-left: 6px;
  border-radius: 4px;
}

.custom-nav button:hover {
  background: #163e5a;
}

.team-section {
  background: #f5f5f5;
}

.team-title {
  color: #1f7fb2;
  font-weight: 600;
}

.team-subtitle {
  letter-spacing: 2px;
  color: #888;
  font-size: 14px;
  margin-top: 10px;
}

.team-member {
  position: relative;
}

/* Diamond Image */
.diamond-img {
  width: 200px;
  height: 200px;
  margin: auto;
  transform: rotate(45deg);
  overflow: hidden;
  border-radius: 20px;
}

.diamond-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-45deg) scale(1.2);
}

/* Name Card */
.team-info {
  background: #fff;
  padding: 20px;
  width: 100%;
  margin: auto 0;
  margin-top: auto;
  margin-top: auto;
  margin-top: -40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  text-align: center;
}

.team-info h5 {
  color: #1f7fb2;
  font-weight: 600;
  letter-spacing: 1px;
}

.team-info p {
  color: #777;
  margin-bottom: 0;
}

.cities-section {
  background: #f6f8fa;
}

.city-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.city-box img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: 0.5s;
}

.city-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
  opacity: 0;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.city-box:hover img {
  transform: scale(1.1);
}

.city-box:hover .city-overlay {
  opacity: 1;
}

.city-overlay h4 {
  font-weight: 600;
}

.city-overlay ul {
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 10px;
}

.city-overlay p {
  font-size: 14px;
  margin: 10px 0;
}

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


.sustainability-section {
  background: #f5f7fa;
}

.sustain-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  height: 100%;
}

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

.sustain-card .icon {
  font-size: 40px;
  color: #065fd4;
  margin-bottom: 15px;
}

.sustain-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.sustain-card p {
  font-size: 14px;
  color: #666;
}

.sustain-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=60');
  height: 400px;
  background-size: cover;
  background-position: center;
}

.focus-card {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  height: 100%;
}

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

.focus-card i {
  font-size: 40px;
  color: #198754;
  margin-bottom: 15px;
}


.cities-section {
  background: #f7f9fb;
}

.section-title p {
  max-width: 700px;
  margin: auto;
  color: #666;
}

.city-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

.city-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.city-img {
  position: relative;
}

.city-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.city-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #198754;
  color: #fff;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
}

.city-content {
  padding: 25px;
}

.city-content h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.city-content p {
  font-size: 14px;
  color: #555;
}

.city-content ul {
  font-size: 14px;
  padding-left: 18px;
  color: #666;
  margin-bottom: 15px;
}

.city-tags span {
  background: #eef7f1;
  color: #198754;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 6px;
  display: inline-block;
  margin-bottom: 10px;
}


.startup-section {
  background: #f8f9fa;
}

.startup-card {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.startup-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.startup-icon {
  font-size: 40px;
  color: #198754;
  margin-bottom: 15px;
}

.startup-journey {
  background: #f8f9fa;
}

/* Journey Cards */

.journey-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.journey-card img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.journey-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.journey-content {
  padding: 20px;
}

.journey-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
}


/* Statistics */

.stats-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.stats-card h2 {
  color: #198754;
  font-weight: 700;
}


/* CTA */

.cta-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: auto;
}

.stats-card {
  background: #fff;
  padding: 35px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.stats-icon {
  font-size: 40px;
  color: #198754;
  margin-bottom: 10px;
}

.stats-card h2 {
  font-weight: 700;
  color: #198754;
}

.event-hero {
  height: 500px;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('https://images.unsplash.com/photo-1503428593586-e225b39bddfe?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
}

.event-meta span {
  font-size: 16px;
  margin-right: 10px;
}


.highlight-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: .3s;
  height: 100%;
}

.highlight-card:hover {
  transform: translateY(-6px);
}

.highlight-card i {
  font-size: 40px;
  color: #198754;
  margin-bottom: 15px;
}

.timeline-item {
  background: #fff;
  padding: 20px;
  border-left: 4px solid #198754;
  margin-bottom: 20px;
  border-radius: 6px;
}

.timeline-item span {
  font-weight: 600;
  color: #198754;
}


.privacy-section {
  background: #f8f9fa;
}

/* LEFT MENU */
.privacy-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.privacy-sidebar .nav-link {
  color: #333;
  padding: 8px 0;
  font-weight: 500;
}

.privacy-sidebar .nav-link:hover {
  color: #198754;
}

/* CONTENT */
.policy-content {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.policy-block {
  margin-top: 35px;
}

.terms-section {
  background: #f5f7f8;
}

.terms-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.terms-logo {
  max-width: 120px;
}

.terms-card h5 {
  margin-top: 20px;
  font-weight: 600;
}


.contact-hero {
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.contact-card:hover {
  transform: translateY(-6px);
}

.contact-card i {
  font-size: 35px;
  color: #198754;
  margin-bottom: 15px;
  display: block;
}

.contact-form {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.team-section {
  background: #f5f5f5;
  padding: 40px 0;
}

.team-title {
  color: #e83e8c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.team-card {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.team-name {
  font-weight: 600;
  font-size: 16px;
}

.team-role {
  font-size: 13px;
  color: #888;
}

@media(max-width:992px) {
  .diamond-grid {
    position: relative;
    width: 360px;
    margin: auto;
    height: 465px;
    display: none;
  }

  .step-tabs .nav-item {
    width: 100%;
  }

  .step-tabs .nav-link.active {
    padding: 30px 10px;
  }

  .step-tabs .nav-link {
    padding: 30px 10px;
    width: 100%;
  }

  .sts_apart_img {
    height: auto;
    width: 30%;
    margin-bottom: 30px;
  }

  .heading::before,
  .heading::after {
    display: none;
  }

}

/** team **/
.team_right_bg {
  position: absolute;
  z-index: 0;
  right: -100px;
  max-height: 80%;
  z-index: -1;
}

.team_left_bg {
  position: absolute;
  z-index: 0;
  left: -54px;
  max-height: 100%;
  z-index: -1;
}

.nav-tabs .nav-link {
  color: #000;
  background-color: #e6e6e6;
  border-radius: 20px;
  font-size: 20px;
  margin: 0 10px;
}

.hero {
  margin: 100px 0;
}

.btn-orange {
  background: #065fd4;
  color: #fff;
  border-radius: 5px;
}

.btn-orange:hover {
  background: #065fd4;
}

/* PROCESS */
.process {
  background: #f7f7f7;
  padding: 80px 0;
}

.process-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.process-card:hover {
  transform: translateY(-10px);
}


.dbl-bg_text {
  position: absolute;
  top: -90px;
  text-transform: uppercase;
  display: inline;
  font-family: Poppins;
  font-weight: 700;
  font-size: 117px;
  line-height: 160px;
  z-index: -1;
  -webkit-text-stroke: 1px #eaeaea;
  color: transparent;
}

.heading_2 {
  z-index: 0;
  width: 100%;
  text-align: center;
  left: 0;
  -webkit-text-stroke: 1px #434343;
}

.wgl-services_bg_text {
  -webkit-text-stroke: 1px #e8e8e8;
  color: transparent;
  margin: 0px 0px 0px 30px;
  font-size: 45px;
  line-height: 82px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.process-section {
  background: #f5f5f5;
  padding: 80px 0;
}

.process-card {
  background: #fff;
  padding: 40px 30px 60px;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
}

.process-card:hover {
  transform: translateY(-8px);
}

/* Big background number */
.process-number {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 80px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #ddd;
}

/* step text */
.step-text {
  color: #065fd4;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

/* title */
.process-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

/* description */
.process-card p {
  color: #666;
  font-size: 15px;
}

/* arrow button */
.arrow-btn {
  position: absolute;
  bottom: -25px;
  left: 40px;
  width: 55px;
  height: 55px;
  background: #065fd4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.process {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}


@media(max-width:768px) {
  .dbl-bg_text {
    font-size: 50px;
  }

  .process-card {
    margin-bottom: 40px;
  }

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 5px 5px 5px;
  }
}


/* Title underline */
.title-line {
  display: block;
  width: 60px;
  height: 3px;
  background: #065fd4;
  margin: 10px auto 0;
}

/* Event Cards */
.event-card {
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.event-card:hover {
  transform: translateY(-10px);
}

.event-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  padding: 6px 10px;
}

/* Timeline */
.timeline-modern {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.timeline-modern::after {
  content: '';
  position: absolute;
  width: 4px;
  background: linear-gradient(#065fd4, #065fd4);
  top: 0;
  bottom: 0;
  left: 50%;
}

/* Block */
.timeline-block {
  width: 50%;
  padding: 0 20px;
  position: relative;
}

.timeline-block:nth-child(odd) {
  left: 0;
}

.timeline-block:nth-child(even) {
  left: 50%;
}

/* Dot */
.timeline-block::before {
  content: '';
  position: absolute;
  top: 30px;
  right: -9px;
  width: 16px;
  height: 16px;
  background: #065fd4;
  border-radius: 50%;
}

.timeline-block:nth-child(even)::before {
  left: -8px;
}

/* Glass effect */
.glass-card {
  backdrop-filter: blur(10px);
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  transition: 0.3s;
}

.glass-card .text-muted {
  color: #000 !important;
}

.glass-card:hover {
  transform: scale(1.03);
}

/* Responsive */
@media(max-width:768px) {
  .timeline-modern::after {
    left: 10px;
  }

  .timeline-block {
    width: 100%;
    left: 0 !important;
    padding-left: 30px;
  }

  .timeline-block::before {
    left: 2px;
  }
}


.parivartan-section {
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Dark overlay */
.parivartan-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(13, 110, 253, 0.7),
      rgba(0, 0, 0, 0.7));
}

/* Content above overlay */
.parivartan-section .container {
  position: relative;
  z-index: 2;
}

/* Button hover */
.parivartan-section .btn {
  transition: 0.3s;
}

.parivartan-section .btn:hover {
  background: #065fd4;
  color: #fff;
}

/* Mobile spacing */
@media(max-width:768px) {
  .parivartan-section {
    padding: 60px 20px;
  }
}

.startup-section {
  background: linear-gradient(135deg, #065fd4, #6610f2);
  border-radius: 20px;
}

/* Cards */




/* Button hover */
.parivartan-section .startup-section .btn:hover {
  background: #fff;
  color: #065fd4;
}

.parivartan-section .startup-card {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  color: #000;
}

.parivartan-section .startup-card:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  color: #000;
}


.cta-box {
  border-radius: 25px;
  background: linear-gradient(135deg, #065fd4, #6610f2, #20c997);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Glow effect */
.cta-box::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  top: -50px;
  right: -50px;
}

/* Shapes */
.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: #fff;
  top: -30px;
  left: -30px;
}

.shape-2 {
  width: 180px;
  height: 180px;
  background: #fff;
  bottom: -50px;
  right: -50px;
}

/* Buttons */
.cta-box .btn {
  transition: 0.3s;
}

.cta-box .btn-light:hover {
  background: #fff;
  color: #065fd4;
  transform: translateY(-2px);
}

.cta-box .btn-outline-light:hover {
  background: #fff;
  color: #065fd4;
}


/* Floating card */
.floating-box {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  width: max-content;
}

/* Feature boxes */
.feature-box {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.feature-box:hover {
  transform: translateY(-3px);
}

/* Image */
img {
  transition: 0.3s;
}

img:hover {
  transform: scale(1.02);
}


.parivartan-upcoming-new {
  min-height: 500px;
  background: linear-gradient(135deg, #065fd4, #6610f2, #20c997);
}

/* Glass Card */
.upcoming-card {
  max-width: 750px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.upcoming-card:hover {
  transform: translateY(-5px);
}

/* Buttons */
.upcoming-card .btn {
  transition: 0.3s;
}

.upcoming-card .btn-light:hover {
  background: #fff;
  color: #065fd4;
}

.upcoming-card .btn-outline-light:hover {
  background: #fff;
  color: #065fd4;
}

.custom-badge {
  background: linear-gradient(135deg, #ffc107, #ff7a00);
  color: #000;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}


.img-hover-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

/* Image */
.img-hover-box img {
  width: 100%;
  transition: 0.4s;
}

/* Overlay */
.overlay-content {
  position: absolute;
  inset: 0;
  background: rgba(13, 110, 253, 0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
  text-align: center;
}

/* Hover Effects */
.img-hover-box:hover img {
  transform: scale(1.1);
}

.img-hover-box:hover .overlay-content {
  opacity: 1;
}

.img-hover-box img {
  height: 250px;
  /* same height for all */
  object-fit: cover;
  /* crop nicely, no stretch */
  width: 100%;
  border-radius: 16px;
}



/* Gradient Heading */
.heading-gradient {
  background: linear-gradient(90deg, #065fd4, #20c997, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Card */
.colorful-card {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.colorful-card:hover {
  transform: translateY(-8px);
}

/* Gradient Heading */
.heading-gradient {
  background: linear-gradient(90deg, #065fd4, #20c997, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Cards Base */
.color-card {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

/* Different Color Gradients */
.card-1 {
  background: linear-gradient(135deg, #065fd4, #6ea8fe);
}

.card-2 {
  background: linear-gradient(135deg, #20c997, #63e6be);
}

.card-3 {
  background: linear-gradient(135deg, #fd7e14, #ffb347);
}

.card-4 {
  background: linear-gradient(135deg, #6610f2, #b197fc);
}

/* Image Style */
.img-style {
  height: 120px;
  object-fit: cover;
}

/* Hover Effect */
.color-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.home_box1 {
  background: #065fd4;
  color: #fff;
  overflow: hidden;
}

.home_box2 {
  background: #f94f0e;
  color: #fff;
  overflow: hidden;
}

.home_box3 {
  background: #f2a224;
  color: #fff;
  overflow: hidden;
}

.btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

.btn.btn_animation {
  border: none;
}


.section-padding {
  padding: 80px 0;
}

.tag-btn {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 20px;
  background-color: transparent;
  color: #065fd4;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 20px;
  border: 1px solid #065fd4;
  cursor: auto;
}

.main-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content-text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.btn-custom {
  background-color: #0d6efd;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
}

.btn-custom:hover {
  background-color: #0b5ed7;
  color: #fff;
}

.btn-custom svg {
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
  margin-top: 5px;
}

.btn-custom:hover svg {
  transform: translateX(4px);
}

.background_team_section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}


.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-weight: 600;
  letter-spacing: 2px;
}

.section-title p {
  color: #666;
}

/* Card */
.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.team-card img {
  width: 100%;
  border-radius: 15px;
}

/* Social icons */
.social-icons2 {
  position: absolute;
  top: 20px;
  right: -50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: 0.3s;
  background: #065fd4;
  border-radius: 50px;
}

.social-icons2 a {
  width: 35px;
  height: 35px;
  background: #0d6efd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
}

.team-card:hover .social-icons2 {
  right: 10px;
}

/* Name */
.team-info {
  text-align: center;
  margin-top: 15px;
}

.team-info h5 {
  margin-bottom: 5px;
}

.team-info p {
  color: #777;
  font-size: 14px;
}

.height_same1 {
  height: 100px;
}

.height_same {
  height: 100px;
}
.our_advisors{
height: 135px;
}

.img_insta {
  height: 185px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 8px;
  margin-top: 15px;
}


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

.cities-title {
  color: #2c6ed5;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Card Section */
.card-section {
  background: #0b79a3;
  padding: 60px 0;
}

/* Cards */
.custom-card {
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  background: #f5f5f5;
  transition: all 0.4s ease;
  height: 100%;
  align-items: center;
}

.custom-card .city-card-title {
  min-height: 96px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
}

.custom-card .city-card-description {
  min-height: 140px;
  margin-bottom: 24px;
  width: 100%;
  line-height: 1.45;
}

/* Hover Animation */
.custom-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Icon */
.card-icon {
  width: 70px;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .custom-card .city-card-title,
  .custom-card .city-card-description {
    min-height: auto;
  }
}

/* Button */
.btn-custom {
  border-radius: 30px;
  padding: 8px 20px;
  border: 1px solid #333;
  background: transparent;
  color: #333;
  transition: 0.3s;
}

.btn-custom:hover {
  background: #333;
  color: #fff;
}

img.no-transition {
  transition: none !important;
}

img.no-transition:hover {
  transform: none !important;
}

.startup-section {
  background: #0b79a3;
}

/* Card */
.startup-card {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.35s ease;
}

/* Equal height handled by flex */

/* Hover Effect */
.startup-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Button */
.startup-card .btn {
  border-radius: 25px;
  padding: 6px 18px;
}

/* Optional spacing tweak */
.letter-spacing {
  letter-spacing: 2px;
}

.card {
  border-radius: 10px;
  overflow: hidden;
}

.card img {
  height: 180px;
  object-fit: cover;
}

/* .bg-dark {
    border-radius: 10px;
} */
.event_scroll_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.event-card {
  background: #f4f6fb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.event-card:hover {
  transform: translateY(-5px);
}

/* Image */
.event-img {
  position: relative;
}

.event-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Date Badge */
.date-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  min-width: 78px;
}

.date-badge .day {
  display: block;
  font-size: 14px;
  padding: 5px;
}

.date-badge .month {
  font-size: 12px;
  letter-spacing: 1px;
  background: #fff;
  padding: 5px;
  color: #000;
}

/* Body */


.event-body h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Info List */
.event-info li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #000;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 7px;
}

.event-info i {
  color: #000;
  margin-right: 8px;
}

.event-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.section-top {
  padding: 50px 0;
  background: #f5f5f5;
}

.heading {
  color: #0056d6;
  font-weight: 800;
  font-size: 52px;
  letter-spacing: 2px;
}


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

.bottom-section {
  background: #007db8;
  padding: 60px 0;
}

.card-box {
  border: none;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
}

.card-box img {
  height: 260px;
  object-fit: cover;
}

.card-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.explore-btn {
  background: #d9e7f8;
  font-size: 20px;
  font-weight: 500;
  border: none;
  width: 100%;
  padding: 12px;
}

.main-wrapper {
  width: 1200px;
  margin: 20px auto;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
}

/* HEADER */
.logo-title {
  font-size: 64px;
  font-weight: 900;
  color: #214887;
  line-height: 1;
}

.logo-title span {
  color: #58a531;
}

.line {
  width: 100%;
  height: 2px;
  background: #9fa8b3;
  margin: 8px 0;
}

.sub-heading {
  font-size: 22px;
  color: #666;
}

.tagline {
  display: inline-block;
  background: #1f4a8a;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 600;
}

.top-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 16px;
}

/* COMMON BOX */
.box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  height: 100%;
}

.box-body {
  padding: 15px;
}

.box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.title-blue {
  color: #27559a;
  font-weight: 700;
  font-size: 22px;
}

.title-green {
  color: #59a53a;
  font-weight: 700;
  font-size: 22px;
}

.title-purple {
  color: #8a55c0;
  font-weight: 700;
  font-size: 22px;
}

.title-orange {
  color: #ea8d23;
  font-weight: 700;
  font-size: 22px;
}

.small-icons {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  height: 100%;
}

.small-icons .item {
  text-align: center;
  font-size: 14px;
  color: #444;
}

.desc {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* FOOTER */
.footer {
  margin-top: 18px;
  background: #16396d;
  border-radius: 0 0 12px 12px;
  color: #fff;
  padding: 18px;
}

.footer-top {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer-list div {
  width: 16%;
  text-align: center;
}


.custom-card2 {
  background: #f4f5f7;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.custom-card2 .left-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.custom-card2 .content-area {
  padding: 25px 20px;
}

.custom-card2 .title {
  color: #184a97;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}

.custom-card2 .subtitle {
  color: #184a97;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.custom-card2 .text-content {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-bottom: 18px;
}

.custom-card2 .icon-column {
  border-left: 2px dotted #cfcfcf;
  padding: 20px 15px;
  text-align: center;
}

.custom-card2 .icon-box {
  padding: 18px 0;
  border-bottom: 2px dotted #cfcfcf;
}

.custom-card2 .icon-box:last-child {
  border-bottom: none;
}

.custom-card2 .icon-box i {
  font-size: 42px;
}

.custom-card2 .blue {
  color: #1e4f9b;
}

.custom-card2 .green {
  color: #4e9d35;
}

.parivartan_img {
  border-left: 15px solid #0056d6;
}

@media(max-width:768px) {
  .custom-card2 .title {
    font-size: 26px;
  }

  .custom-card2 .subtitle {
    font-size: 22px;
  }

  .custom-card2 .text-content {
    font-size: 18px;
  }

  .custom-card2 .icon-column {
    border-left: none;
    border-top: 2px dotted #cfcfcf;
    display: flex;
    justify-content: space-around;
  }

  .custom-card2 .icon-box {
    border-bottom: none;
    padding: 10px;
  }
   .height_same1,.our_advisors,.our_team {
    height: auto!important;
    margin-bottom: 15px;
  }
}
@media(max-width:1080px) {
.height_same1 {
  height: 115px;
}
.height_same {
  height: 185px;
}
.our_advisors {
  height: 137px;
}
.our_team {
    height: 130px;
  }
}

@media(max-width:1200px) {
  .main-wrapper {
    width: 100%;
  }
}


@media(max-width:768px) {
  .heading {
    font-size: 38px;
  }

  .card-title {
    font-size: 22px;
  }

  .explore-btn {
    font-size: 24px;
  }
}

/* Responsive */
@media(max-width:768px) {
  .img-style {
    height: 100px;
  }
}

/* Responsive */
@media(max-width:768px) {
  .icon-box {
    width: 60px;
    height: 60px;
  }
}

/* Responsive */
@media(max-width:768px) {
  .upcoming-card {
    padding: 30px 20px;
  }
}

/* Responsive */
@media(max-width:768px) {
  .cta-box {
    padding: 30px 20px;
  }
}

@media(min-width:992px) {
  .carousel-control-prev {
    left: 16px;
  }

  .carousel-control-next {
    right: 16px;
  }
}

.network-card2 {
  max-width: 1100px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 295px;
}

.network-card2 img {
  width: 100%;
  height: auto;
  display: block;
}

.network-card2 .overlay-box2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(8, 31, 76, 0.82);
  padding: 18px 25px;
}

.network-card2 .overlay-content2 {
  display: flex;
  align-items: center;
  gap: 18px;
}

.network-card2 .icon-circle {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #111;
  padding: 10px;
  position: relative;
  margin-top: -85px;
}

.network-card2 .overlay-text2 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

@media (max-width:768px) {
  .network-card2 .overlay-box2 {
    padding: 14px;
  }

  .network-card2 .overlay-content2 {
    align-items: flex-start;
  }

  .network-card2 .icon-circle {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 20px;
  }

  .network-card2 .overlay-text2 {
    font-size: 18px;
  }
}



/* TITLE */
.title {
  font-size: 48px;
  font-weight: 800;
  color: #2c3e75;
}

.title span {
  color: #28a745;
}

/* SUBTITLE */
.subtitle {
  font-size: 18px;
  color: #6c757d;
  border-bottom: 2px solid #ddd;
  display: inline-block;
  padding-bottom: 5px;
}

/* TAGLINE */
.tagline {
  display: inline-block;
  margin-top: 15px;
  background: #2c3e75;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
}

/* CONTENT */
.content {
  color: #555;
  line-height: 1.6;
}

/* IMAGE */
.image-box {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* FEATURE BOX */
.feature-box {
  background: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.feature-box i {
  font-size: 45px;
  color: #2c3e75;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 16px;
  margin: 0;
  line-height: 18px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .title {
    font-size: 32px;
  }
   .event_img {
    height: auto;
  }
  .main-heading {
  font-size: 25px;
  }
   .our_advisors {
    height: 180px;
  }
  .height_same1 {
    height: 135px;
  }
  .our_team {
  height: 145px;
}
.section-padding {
  padding: 35px 0;
}
}

.bg_gradient {
  background-image: linear-gradient(to right top, #ffffff, #f7f7f7, #efefef, #e8e8e8, #e0e0e0);
}

.border_right {
  border-right: 1px dashed #ccc;
}


.parivartan_1 .hero {
  height: auto;
  background: linear-gradient(135deg, rgba(0, 128, 96, 0.8), rgba(0, 0, 0, 0.7)),
    url('https://images.unsplash.com/photo-1497436072909-60f360e1d4b1');
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  margin: 50px 0;
  padding:90px 0px;
}

.parivartan_1 .hero h1 {
  font-size: 60px;
  font-weight: 700;
}

/* .parivartan_1 .hero p {
  max-width: 650px;
  font-size: 18px;
} */

/* BUTTON */
.parivartan_1 .btn-main {
  background: #00c896;
  color: white;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.3s;
}

.parivartan_1 .btn-main:hover {
  background: #00a67c;
}

/* GLASS CARD */
.parivartan_1 .glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 15px;
  padding: 25px;
}

/* SECTION */
.parivartan_1 .section {
  padding: 80px 0;
}

/* IMAGE BLOCK */
.parivartan_1 .image-box {
  border-radius: 20px;
  overflow: hidden;
}

.parivartan_1 .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CARDS */
.parivartan_1 .card-modern {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
  background: white;
}

.parivartan_1 .card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.parivartan_1 .card-modern img {
  height: 200px;
  object-fit: cover;
}

/* DARK SECTION */
.parivartan_1 .dark-section {
  background: #0b1f2a;
  color: white;
}

/* TAGS */
.parivartan_1 .tag {
  display: inline-block;
  padding: 6px 14px;
  background: #00c896;
  color: white;
  border-radius: 20px;
  font-size: 13px;
  margin: 5px;
}
