
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: url("background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background: white;
  border-bottom: 1px solid #eee;
}

.logo img {
  height: 40px;
  width: auto;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.navbar a {
  text-decoration: none;
  color: black;
  transition: color 0.3s;
}

.navbar a:hover,
.navbar a.active {
  color: orange;
}

.icons a {
  color: purple;
  margin: 0 10px;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.icons a:hover {
  color: orange;
}

/* Hero Section */
.hero {
  text-align: center;
  padding: 60px 20px;
}

.hero h1 {
  color: rgb(255, 149, 0);
  font-size: 55px;
  font-weight: bold;
}

.hero h2 {
  color: purple;
  font-weight: bold;
  font-size: 35px;
}

.hero p {
  max-width: 800px;
  margin: 20px auto;
  color: #333;
  line-height: 2;
  font-size: 15px;
}

.btn {
  display: inline-block;
  background: purple;
  color: white;
  padding: 13px 50px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn:hover {
  background: orange;
}
/* Service Section */
.services {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 60px 20px;
  max-width: 1200px; 
  margin: 0 auto; 
}

.services .service-box {
  flex: 1;
  text-align: center;
  background: white;
  padding-bottom: 30px;
  overflow: hidden;
}

.services img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.services h3 {
  font-size: 22px;
  color: purple;
  margin-top: 15px;
}

.services p {
  font-size: 14px;
  color: orange;
}

/* Info Section */
.info-section {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  gap: 40px;
}

.info-text {
  flex: 1;
}

.info-text h2 {
  font-size: 36px;
  font-weight: bold;
  color: purple;
  margin-bottom: 20px;
}

.info-text p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
}

.info-text .btn {
  background: purple;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.info-text .btn:hover {
  background: orange;
}

.hero-section {
  background: url('bg-shape.png') no-repeat center center/cover;
  padding: 60px 8%;
}

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

.hero-text {
  flex: 1;
}

.hero-text h1 {
    color: #7b1fa2;
    font-size: 46px;
    margin-bottom: 20px;
    position: relative;
    bottom: 190px;
    left: -52px;
    font-family: Oswald;
    font-weight: 800;
}

.hero-text p {
  /* color: #555; */
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
      position: relative;
    left: -51px;
    bottom: 148px;
    color: rgb(86, 88, 94); --lineHeightDesktop: 1.3; --fontSizeDesktop: 18px
}

.hero-btn {
display: inline-block;
  position: relative;
   right: 51px;
    bottom: 125px;
    padding: 19px 62px;
    background: rgb(126, 58, 135);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.hero-btn:hover {
  background: orange;
}

.hero-image {
  position: relative;
  flex: 1;
}

.hero-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.stats {
        position: relative;
    bottom: 98px;
    left: -87px;
    background:rgb(126, 58, 135);;
    color: white;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 94px;
    padding: 29px 2px
}

.stat h2 {
      position: relative;
  margin: 0;
  font-size: 45px;
  bottom: 11px;
  left: 15px;
  color: rgb(244, 118, 55);
}

.stat p {
          position: relative;
    left: 1px;
    margin: 12px 8px 0px;
    font-size: 13px;
    
}

.exhibition-section {
  text-align: center;
  padding: 60px 20px;
  background: white;
}

.exhibition-section h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.exhibition-section .subtitle {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.feature-boxes {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.feature {
  flex: 1 1 48%;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}

.feature-text {
  background-color: #7e3a87;
  color: white;
  padding: 35px;
  text-align: left;
}

.feature-text h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-text p {
  font-size: 14px;
  line-height: 1.5;
}

.feature img {
  width: 100%;
  height: 385px;
  object-fit: cover;
}
/* Portfolio Section */
.portfolio-section {
  text-align: center;
  padding: 60px 20px;
}

.portfolio-section h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.portfolio-desc {
  max-width: 900px;
  margin: 0 auto 40px;
  color: #555;
  line-height: 1.6;
  font-size: 16px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.portfolio-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer {
  background-color: #7b1fa2;
  color: white;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.footer-left {
  flex: 1;
}

.footer-logo {
  height: 50px;
  margin-bottom: 15px;
}

.footer-left h3 {
  color: orange;
  font-size: 25px;
}

.footer-left ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.footer-left li {
  margin-bottom: 5px;
}

.footer-social a {
  color: white;
  margin-right: 10px;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: orange;
}

.footer-map {
  flex: 1;
  min-width: 250px;
}

.footer-right {
  flex: 1;
}

.footer-right h3 {
  font-size: 18px;
  font-weight: bold;
}

.footer-right p {
  font-size: 19px;
  margin: 15px 0;
}

.subscribe-form {
  margin-top: 10px;
}

.subscribe-form input {
  padding: 17px;
  border-radius: 20px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
}

.subscribe-form button {
  padding: 17px;
  background-color: orange;
  color: white;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

.subscribe-form button:hover {
  background-color: #e68a00;
}
.about-section {
  padding: 60px 8%;
  background-color: white;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
}

.about-text h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
  line-height: 1.2;
}

.about-text p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 500px;
}

.about-stats {
  display: flex;
  gap: 50px;
}

.stat-box h2 {
  font-size: 40px;
  color: teal;
  margin: 0;
}

.stat-box p {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.location-section {
    padding: 115px 10%;
    display: flex;
    justify-content: center;
    background: white;
}

.location-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.location-text {
  flex: 1;
  min-width: 300px;
}

.location-text h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.location-text p {
  font-size: 1rem;
  line-height: 1.5;
}

.location-text h3 {
  margin-top: 20px;
  font-size: 1.2rem;
}

.location-map {
  flex: 1;
  min-width: 300px;
}

.projects-section {
  padding: 50px 10%;
  text-align: center;
  background-color: white;
}

.projects-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.projects-header p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.projects-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px; 
  max-width: 1200px;
  margin: auto;
}

.project-card {
  border-radius: 10px;
  overflow: hidden;
  background: white;
  text-align: left;
}

.project-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.card-text {
  padding: 20px;
}

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

.card-heading h3 {
  font-size: 1.2rem;
  margin: 0;
}

.arrow {
  font-size: 1.5em;
  color: #000;
}

.card-text p {
  margin-top: 10px;
  color: #555;
}

@media (max-width: 768px) {
  .projects-container {
    grid-template-columns: 1fr;
  }
}

.contact-section {
  background: url('contact_background.jpg') center/cover no-repeat;
  
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-overlay {
  text-align: center;
  color: white;
}

.contact-overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.contact-overlay p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.contact-form {
  background: white;
  padding: 30px;
  border-radius: 15px;
  max-width: 500px;
  margin: auto;
  text-align: left;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
      width: 96%;
    padding: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

textarea {
  resize: none;
  min-height: 80px;
}

.submit-btn {
  width: 100%;
  background: #007f65;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
}

.submit-btn:hover {
  background: #005f4a;
}

.services-section {
  background-color: #d8f4f8; 
  padding: 50px 20px;
  text-align: center;
}

.services-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #222;
}

.services-header p {
  font-size: 1.1rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto 40px;
}

.services-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.service-card {
  position: relative;
  flex: 1 1 48%; 
  max-width: 560px; /
}

.service-card img {
    width: 100%; 
  height: auto; 
  border-radius: 20px;
  display: block;
}

.service-text {
background-color: white;
  padding: 20px;
  text-align: center;
  position: relative;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 85%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.service-text h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.service-text p {
  font-size: 0.95rem;
  color: #555;
}

.services-showcase {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
}

.services-header h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
}

.services-header p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 50px;
}

.services-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.service-card {
  max-width: 550px;
  flex: 1 1 45%;
  text-align: left;
}

.service-card img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.service-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 15px;
}

.service-card p {
  font-size: 1rem;
  color: #555;
  margin-top: 5px;
}

.learn-btn {
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 1rem;
  background: none;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
}

.learn-btn:hover {
  background-color: #000;
  color: #fff;
}

.expo-unequal-section {
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
}

.expo-unequal-header h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.expo-unequal-header p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 40px;
}


.expo-unequal-item img:hover {
  transform: scale(1.03);
}

.expo-unequal-item.tall img {
    height: 345px;
    width: 700px;
    border-radius: 10px;
    position: relative;
    right: 260px;
}

.expo-unequal-item.short img {
    height: 345px;
    width: 500px;
    position: relative;
    bottom: 349px;
    left: 362px;
    border-radius: 10px;
}

.expo-unequal-item.short-l img {
    bottom: 334px;
    height: 345px;
    width: 500px;
    border-radius: 10px;
    position: relative;
    right: 359px;
}
.expo-unequal-item.tall-l img {
    height: 345px;
    width: 700px;
    position: relative;
    bottom: 687px;
    left: 262px;
    border-radius: 10px;
}
.exhibition-section {

  text-align: center;
  background-color: #fff;
}

.exhibition-header h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
}

.exhibition-header p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 40px;
}

.exhibition-images {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.exhibition-image {
  flex: 1 1 45%;
  max-width: 550px;
}

.exhibition-image img {
  width: 100%;
  height: 385px;
  border-radius: 20px;
  display: block;
}

.exhibition-description {
  margin-top: 20px;
  text-align: left;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: 274px;
}

.exhibition-description h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.exhibition-description p {
  font-size: 0.95rem;
  color: #555;
}

.exhibition-btn {
    padding: 14px 33px;
    font-size: 1rem;
    background: none;
    border: 2px solid #000;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    left: 493px;
    bottom: 63px;
}

.exhibition-btn:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .exhibition-images {
    flex-direction: column;
  }
}
