/**
* Template Name: Avilon
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: linear-gradient(269deg, #082dff9a, #59b4ff91, #00000070);
  color: #000000;
  /* font-family: "Open Sans", sans-serif; */
  overflow-x: hidden;
}

a {
  color: #e6e5d8d3;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p{
  padding: 0;
  margin: 0 0 30px 0;
  color: #000;
}

p3{
  color: rgb(255, 255, 255);
  /* font-family: 'Lucida Sans'; */
  font-size: 25px
  }

p1{
color: rgb(0, 0, 0);
/* font-family: Noto Serif; */
font-size: 25px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  background: linear-gradient(0deg, #0000008c, #005969);
  background-color: #949494;
  color: #fff;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  visibility: hidden;
  opacity: 0;
  width: 50px;
  height: 5%;
}

.back-to-top i {
  line-height: 0;
  font-size: 20px;
}

.back-to-top:focus {
  background: linear-gradient(0deg, #0000008c, #005969);
  background-color: #949494;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #000000d3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: sticky;
  top: 0;
  z-index: 999;
  height: 100px;
  padding: 0;
  background: linear-gradient(329deg, #0d0174, #59b4ff, #000000);
  background-color: #949494;
  transition: all 0.5s ease-in-out;

  display: flex;
  justify-content: center;   /* Horizontally center contents */
  align-items: center;       /* Vertically center contents */
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}

/* Transparent Header Variant */
#header.header-transparent {
  padding-top: 15px;
}

/* Scrolled Variant */
#header.header-scrolled {
  background: linear-gradient(329deg, #0602ff5c, #0077ff9c, #0000006e);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Scroll change color */
#header.scrolled {
  background: #004d40;
  padding: 10px 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive Adjustments */
@media screen and (max-width: 1189px) {
  #header {
    height: auto;
    padding: 40px 10px;
    flex-direction: column;
  }

  .logo-container img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #header {
    padding: 42px 5px;
  }
}

/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
#header #logo h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #ffffff;
  padding-left: 20px;
}

.logo-container img {
  max-height: 100px;
  margin-bottom: 0px;
}

/* Mobile Logo */
@media (max-width: 450px) {
  #header #logo h1 {
    font-size: 16px;
  }
  .logo-container img {
    max-height: 65px;
  }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
#topbar {
  background: #000;
  height: 40px;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  z-index: 9999;
}

#topbar .contact-info i,
#topbar .social-links a {
  margin-left: 15px;
  color: white;
  display: flex;
  align-items: center;
}

#topbar .contact-info a {
  margin-left: 5px;
  text-decoration: none;
  color: white;
}

#topbar .social-links a {
  transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

#topbar .social-links a:hover {
  color: #1e4564;
  border-color: #1e4564;
  transform: scale(1.2);
}

@media (max-width: 991px) {
  #number {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar ul {
  margin: -127px;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 15px;
}


.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-family: "Montserrat", sans-serif; */
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  padding: 0 2px;
  letter-spacing: 0.4px;
  transition: 0.3s;
  text-decoration: none;
}

.navbar a i {
  margin-left: 5px;
  font-size: 12px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: #f5f5f5;
  visibility: hidden;
  transform: scaleX(0);
  transition: 0.3s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #ffffff;
}

/* Dropdown */
.navbar .dropdown ul,
.navbar .dropdown-scrolled ul {
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 10px;
  background: linear-gradient(358deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.6));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .dropdown-scrolled ul {
  background: rgba(0, 0, 0, 0.2);
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
}

.navbar .dropdown ul a:hover {
  color: #f7ec14d3;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: 100%;
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  visibility: visible;
}

@media (max-width: 991px) {
  #navbar {
    position: fixed;
    top: 85px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgb(59, 59, 59);
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-top: 100px;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }

  body.mobile-nav-active #navbar {
    transform: translateX(0);
  }

  .navbar .dropdown-scrolled ul {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 10px;
    background: linear-gradient(358deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-left,
  .nav-right {
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 0;
  }

  .nav-links {
    flex-direction: column !important;
    gap: 33px !important;
    padding: 0 !important;
    text-align: center;
  }

  .logo-container {
    top:20px;
  }

  .mobile-nav-toggle {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 28px;
    z-index: 1001;
    cursor: pointer;
    color: #fff;
  }

  .btn-talk {
    background: #000;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    display: inline-block;
  }

  .social-links {
    display: none;
  }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-talk {
  background: #333;
  color: white;
  font-size: 3vh;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.arrow {
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 2vh;
}

/* Navigation Left/Right (Desktop) */
.nav-left, .nav-right {
  flex: 0 0 35%;
  display: flex;
  justify-content: center;
  padding-left: 20px;
}

.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.nav-links li {
  margin-right: 20px;
}

.nav-links li a {
  color: white;
  font-size: 2vh;
  font-weight: bold;
  text-transform:uppercase;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero {
  background: linear-gradient(269deg, #0d01747e, #59b4ff70, #0000008c), url(https://t4.ftcdn.net/jpg/05/71/83/47/360_F_571834789_ujYbUnH190iUokdDhZq7GXeTBRgqYVwa.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 640px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 6000px) {
  #hero {
    height: 100vh;
  }
}

#hero .hero-text {
  position: absolute;
  left: 0;
  top: 68px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#hero h2 {
  margin: 15px 0 10px 0;
  padding: 8px 15px;
  FONT-FAMILY: SERIF;
  font-size: 100px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}

#hero img {
  max-width: 25%;
  margin-bottom: -45px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 32px;
    line-height: 8px;
  }
}

#hero p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#hero .btn-get-started {
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  color: #000000d3;
  background: #fff;
}

#hero .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#hero .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#hero .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#hero .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#hero .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #hero .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }

  #hero img {
    max-width: 60%;
    margin-bottom: -25px;
  }

  #hero .product-screens .product-screen-2,
  #hero .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #000000;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #f7ec14d3;
  background: linear-gradient(0deg, #f7ec14d3 0%, BLACK 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f500;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
  color: #000;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #f7ec14d3;
  background: linear-gradient(45deg, #000000d3 0%, BLACK 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow:hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #f7ec14d3;
  background: linear-gradient(45deg, #000000d3 0%, BLACK 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 50%;
  float: right;
  padding: 0 30px 30px 0; /* Adjusted padding values */
}


#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

 
/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.634)), url(../img/BLACK.jpg) fixed center center;
  background-size: cover;
  padding: 0px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #f7ec14d3;
  border: 2px solid #f7ec14d3;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 0px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: -20px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #f7ec14d3;
  background: linear-gradient(45deg, BLACK 0%, BLACK 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 16px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
  color: #000;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  --background-color: #0c0c0c;
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --heading-color: #f9f9f9;
  --heading-color: #f9f9f9;
  --heading-color-rgb: 249, 249, 249;
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid rgba(var(--default-color-rgb), 0.1);
}

.footer .footer-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(255 255 255);
  border-top: 10px solid #9f9f9f;
  padding: 30px 20px;
}

.footer .footer-about .logo {
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: #000000;
  font-size: 36px;
  padding: 0;
  font-weight: 700;
}

.footer .footer-about p {
  font-size: 14px;
  text-align: center;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / 50%);
  font-size: 16px;
  color: rgb(0 0 0);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a {
  transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.footer .social-links a:hover {
  color:#1e4564;
  border-color: #1e4564;
  transform: scale(1.2); 
}


.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: white;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(var(--default-color-rgb), 0.7);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  padding: 6px 8px;
  position: relative;
  border-radius: 0;
  border: 1px solid rgba(var(--default-color-rgb), 0.2);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -8px -9px -8px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: rgba(var(--accent-color-rgb), 0.8);
}

.footer .footer-newsletter .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.footer .footer-newsletter .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.footer .footer-newsletter .loading {
  display: none;
  background: var(--background-color);
  text-align: center;
  padding: 15px;
  margin-top: 10px;
}

.footer .footer-newsletter .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--background-color);
  animation: subscription-loading 1s linear infinite;
}

@keyframes subscription-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(var(--default-color-rgb), 0.1);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 33px 0 55px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background: linear-gradient(50deg, #ffffffa9, #000000);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #505050;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
}

.downloadheader{
  color: #000;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  padding: 40px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--heading-color), transparent 95%);
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
#team {
  position: relative;
  margin-top: -270px;
  z-index: 10;
  display: block; /* Show section by default */
}

#team .container {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
}

.subheader-title {
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 400;
  margin: 0 0 -30px 0;
  Color:rgb(255, 255, 255);      
}

/* Member Card */
.team .member {
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 15px;
  padding: 25px;
  transition: transform 0.3s ease;
}

.team .member img {
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.team .member:hover img {
  transform: scale(1.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

/* Founder Highlight */
.founder-card {
  /* transform: scale(1.05); */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-card:hover {
  /* transform: scale(1.08); */
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.3);
}


.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 20px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #666;
}

.team .member .social {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.team .member .social a {
  color: #666;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
}

.team .member .social a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
