

body {
    background-image: url('../img/02About.png'); /* or your desired image */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    font-size: roboto;
}


/* Two Column Sections */
.two-column-section {
  width: 100%;
  padding-bottom: -20px;
}

.two-column-section .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

/* Text Content */
.text-content {
  flex: 1;
  min-width: 300px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 700;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.feature-item {
  margin-bottom: .5rem;
  display: flex;
  align-items: flex-start;
  font-size: 1.1rem;
  line-height: 1.6;
}

.feature-icon {
  margin-right: 12px;
  color: #e9521d;
  font-weight: bold;
}

.cta-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e9521d;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s;
  align-self: flex-start;
}

.cta-button:hover {
  background-color: #d64718;
}

/* Image Content */
.image-content {
  flex: 1;
  min-width: 300px;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
  height: 100%;  
  object-fit: cover;
  min-height: 300px;
}

/* Layout Variations */
.image-right .container {
  flex-direction: row;
}

.image-left .container {
  flex-direction: row-reverse;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .two-column-section .container {
    flex-direction: column;
  }
  
  .image-left .container {
    flex-direction: column;
  }
  
  .text-content, .image-content {
    min-width: 100%;
  }
  
  .section-image {
    min-height: 300px;
  }
  
  .text-content {
    padding: 30px 20px;
  }
  
  .section-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .feature-item {
    font-size: 1rem;
  }
  
  .cta-button {
    width: 100%;
    text-align: center;
  }
}


/* star atlas sense section  */

.atlas-sense {
  width: 100%;
  padding-bottom: -20px;
}

.atlas-sense .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

/* Text Content */
.text-content2 {
  flex: 1;
  min-width: 300px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-title2 {
  font-size: 48px;
  margin-bottom: 5rem;
  color: #E78600;
  font-weight: 200;
}
.p {
  color: #475569;
  font-family: 'Roboto Bold';
  font-size: 36px;
  }

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.feature-item {
  margin-bottom: .5rem;
  display: flex;
  align-items: flex-start;
  font-size: 1.1rem;
  line-height: 1.6;
}

.feature-icon {
  margin-right: 12px;
  color: #e9521d;
  font-weight: bold;
}



/* Image Content */
.image-content {
  flex: 1;
  min-width: 300px;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
  height: 100%;  
  object-fit: cover;
  min-height: 300px;
}

/* Layout Variations */
.image-right .container {
  flex-direction: row;
}

.image-left .container {
  flex-direction: row-reverse;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .two-column-section .container {
    flex-direction: column;
  }
  
  .image-left .container {
    flex-direction: column;
  }
  
  .text-content, .image-content {
    min-width: 100%;
  }
  
  .section-image {
    min-height: 300px;
  }
  
  .text-content {
    padding: 30px 20px;
  }
  
  .section-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .feature-item {
    font-size: 1rem;
  }
  
  .cta-button {
    width: 100%;
    text-align: center;
  }
}





/* end  atlas sense section  */


/* About Section Styles */
.about-section {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-decorative-frame {
    position: absolute;
    width: 100%;
    max-width: 565px;
    height: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.about-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.about-image-container {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.image-wrapper {
    width: 100%;
    background-color: #f3f5f6;
    border-radius: 16px;
    padding: 25px;
}

.company-image {
    width: 100%;
    height: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    background-color: #e9521d;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #d64718;
}

.button-label {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.arrow-right {
    width: 20px;
    height: 20px;
}

.about-content {
    width: 100%;
    max-width: 532px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.we-are-text {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #e78600;
    font-size: 48px;
    line-height: 1.2;
}

.company-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #475569;
    font-size: 32px;
    line-height: 1.2;
}

.about-description {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #334155;
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

/* Responsive Adjustments */
@media (min-width: 768px) {
    .about-container {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 55px;
    }
    
    .we-are-text {
        font-size: 64px;
    }
    
    .company-title {
        font-size: 40px;
    }
}

@media (min-width: 1024px) {
    .about-section {
        padding: 120px 40px;
    }
    
    .we-are-text {
        font-size: 96px;
    }
}

/* Centered Text Section */
.centered-text-section {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.text-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-heading {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.main-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 2rem;
  font-weight: 400;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .centered-text-section {
    padding: 3rem 1rem;
  }
  
  .main-heading {
    font-size: 2rem;
    letter-spacing: -0.25px;
  }
  
  .main-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .main-heading {
    font-size: 1.75rem;
  }
  
  .main-description {
    font-size: 1rem;
  }
  
  .text-container {
    padding: 0 15px;
  }
}



/* Demo Section */
.demo-section {
  padding: 5rem 2rem;
  background: #f9fafb;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.section-header h2 {
  font-size: 2.25rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #0f172a;
}

.subtitle, .tagline {
  font-size: 1.25rem;
  color: #0f172a;
  line-height: 1.6;
}

/* Carousel */
.carousel-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
}

.carousel-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease;
  will-change: transform;
}

.demo-card {
  flex: 0 0 calc(33.333% - 1.5rem);
  background: white;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 500px;
  height: 285px;
}

.demo-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.card-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.3rem;
  width: 90%;
  margin: 1.5rem auto 0 auto;
  border-radius: 20px;
}

.play-button {
  width: 50px;
  height: 50px;
  background: #d1d5d6;;
  border-radius: 50%;
  position: relative;
}

.play-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.25rem;
  border-color: transparent transparent transparent rgb(251, 123, 3);
  background: #d1d5d6;;
}
.play-button {
  background: #d1d5d6;
}

.card-content {
  padding: 1.5rem;
}

.card-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.card-content p {
  color: #475569;
  margin-bottom: 1rem;
}

.demo-link  {
  color: #e9521d;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}

.demo-parag{
  color: #e9521d;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Navigation */
.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.nav-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #e9521d;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.nav-arrow:hover {
  background: #d64718;
}

.nav-arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

/* Video Modal */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
}

.close-modal {
  position: absolute;
  top: -3rem;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive */
@media (max-width: 1024px) {
  .demo-card {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .demo-card {
    flex: 0 0 100%;
  }
  
  .section-header h2 {
    font-size: 1.75rem;
  }
  
  .carousel-container {
    padding: 0 1.5rem;
  }
}


/* Partners Section */
.partners {
    padding: 60px 0;
    overflow: hidden; /* Prevent horizontal scrollbar */
}

.partners h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

/* Logo Container */
.partner-logos-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Gradient fade effects on sides */
.partner-logos-wrapper::before,
.partner-logos-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.partner-logos-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}

.partner-logos-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}

/* Animation Container */
.partner-logos {
    display: flex;
    gap: 30px;
    width: max-content; /* Allow container to expand beyond viewport */
    animation: scrollLogos 30s linear infinite;
    padding: 10px 0;
    will-change: transform; /* Optimize for animation */
}

/* Individual Logo Items */
.partner-logo {
    flex: 0 0 auto;
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Logo Image Styling */
.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: filter 0.3s, opacity 0.3s;
}

/* Hover Effects */
.partner-logo:hover {
    transform: translateY(-5px);
}

.partner-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* Animation Keyframes */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 15px)); /* Half width for seamless loop */
    }
}

/* Pause animation on hover */
.partner-logos-wrapper:hover .partner-logos {
    animation-play-state: paused;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .partner-logos-wrapper::before,
    .partner-logos-wrapper::after {
        width: 50px;
    }
    
    .partner-logo {
        width: 120px;
        height: 60px;
    }
}
/* Footer */
footer {
    background-color: #ff7f06;
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1 1 200px;
}

.footer-section h3 {
    color: #3498db;
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #fa8100;
}

.office-info {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.office-info strong {
    display: block;
    margin-bottom: 5px;
    color: #ecf0f1;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #bdc3c7;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        text-align: center;
    }

    .logo {
        margin-bottom: 15px;

    }

    nav ul {
        flex-direction: column;
        align-items: center;
        display: none;
    }

    nav ul.show {
        display: flex;
    }

    nav ul li {
        margin: 10px 0;
    }

    .mobile-menu-btn {
        display: block;
        margin-top: 15px;
    }

    .hero {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 36px;
        font-family: "Roboto";
    }

    .hero p {
        font-size: 18px;
        font-family: "Roboto", sans-serif;
    }

    .event-info h2, 
    .partners h2 {
        font-size: 28px;
        font-family: "Roboto", sans-serif;
        
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 40px 0;
    }

    .hero h1 {
        font-size: 28px;
        font-family: "Roboto";

    }

    .event-date {
        font-size: 16px;
    }

    .event-card {
        flex: 1 1 100%;
    }

    .partner-logo {
        flex: 0 0 120px;
        height: 60px;
    }

    .footer-section {
        flex: 1 1 100%;
    }
}

/* Animation for scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}



/* Logo Image Styling */
.frame-221 .group-2 {
    width: 270px; /* Default size */
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hover Effects */
.frame-221:hover .group-2 {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

/* Responsive Sizing */
@media (max-width: 992px) {
    .frame-221 .group-2 {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .frame-221 .group-2 {
        width: 120px;
    }
}

@media (max-width: 480px) {
    .frame-221 .group-2 {
        width: 100px;
    }
}

/* Animation for Logo Entrance */
@keyframes gentleAppear {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.frame-221 .group-2 {
    animation: gentleAppear 0.6s ease-out forwards;
}

