@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dancing+Script:wght@400..700&family=Great+Vibes&display=swap');/* generl font */
/*@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Great+Vibes&display=swap');*/

        * {
    padding: 0; margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    box-sizing: border-box;
    text-decoration: none;
    /*transition: all .2s linear;*/
    
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
            background: #5A728B;
            color: white;
        }
         /* Color Palette */
        :root {
            --primary-green: #9ED19A;
            --accent-orange: #DB9624;
            --dark-blue: #5D5570;
            --light-blue: #5A728B;
            --black: #000000;
            --white: #ffffff;
        }
        h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}

        /* Typography */
        @font-face {
            font-family: 'Baron';
            src: url('https://fonts.cdnfonts.com/css/baron');
        }
        
        @font-face {
            font-family: 'Grand Cru S';
            src: url('https://fonts.cdnfonts.com/css/grand-cru');
        }
        section{
    padding: .5rem .5%;
}
        .btn {
            display: inline-block;
            background-color: var(--accent-orange);
            color: var(--white);
            padding: 12px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s;
            border: none;
            cursor: pointer;
        }
        
        .btn:hover {
            background-color: var(--dark-blue);
        }
        /* Landing Page Styles */
        #landing-page {
            position: fixed;
            top: 0;
            overflow: hidden;
            left: 0;
            width: 100%;
            /*height: 100%;*/
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 10;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
        }
        
        /* Homepage Styles */
         #homepage {
            /*display: none;*/
            min-height: 100vh;
            padding: 40px;
            background:  #5d5570;
        }
        
       .logo{
    /*width: 18%;*/
    /* height: 20%; */
     /*padding: 100px; */
}
header {
    padding: 1rem 10%;
	display: flex;
	justify-content: space-between;
    align-items: center;
    position: fixed;
    /*background-color: rgb(255, 255, 255);*/
    top: 0px; right: 0px; left: 0px;
    z-index: 10;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.432), 0 4px 4px 0 rgba(0, 0, 0, 0.418); 
}
header span{
    color: orange;
}
header a{
    color: white;
}
header .navbar a{
    font-size: 1.5rem;
    /* border-radius: .5rem; */
    padding: .5rem 1.5rem;
    /* color: #000; */
    text-shadow: 1px 1px 1px black;
    color: #fff;
    position: relative;
}
header .navbar a:hover::after{
    color: black;
    background: black;
    text-decoration: underline;
    width: 50px
}
header .navbar a::after{
   content: '';
   height:4px;
   width:0px;
   background-color: black;
   position: absolute;
   bottom: 0;
   left: 18px;
   transition: 0.3s ease;
}

header .icons i,
header .icons a{
    cursor: pointer;
    /* margin-left: .5rem; */
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem;
    text-align: center;
    font-size: 1.7rem;
    color: black;
    border-radius: 50%;
    background: #eeee;
}
header .icons i:hover,
header .icons a:hover{
    color: #000;
    background: #e06377;
    transform: rotate(360deg);
	transition: 0.5s;
}
header .icons #menu-bars{
    display: none;
}
/* Style for the fixed navbar when scrolling */
.navbar-scrolled {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.39);
    color: #000;
    background-color:  rgb(0, 0, 0, 0.98); /* Change to your desired background color */
}

 
        .hero-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 60px;
            opacity: 1; 
    transform: translate(0px, 30px);
        }
        
        .hero-content {
            max-width: 500px;
        }
        
        .hero-title {
            font-size: 48px;
            margin-bottom: 20px;
            line-height: 1.2;
            color: white;
        }
        .hero-title h1{
            color: white;
        }
        .hero-description {
            font-size: 18px;
            margin-bottom: 30px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
        }
        
        .cta-button {
            background: #DB9624;
            color: #1a1a2e;
            border: none;
            padding: 15px 30px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .cta-button:hover {
            background: #ffb3bb;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(245, 157, 165, 0.3);
        }
        
        .hero-image {
            width: 600px;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: -100px;
        }
        
/* .intro {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
} */
.intro-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* relative to nearest positioned ancestor and not nearest block-level ancestor - alternatively: width: 100vw; */
  height: 100%; /* relative to nearest positioned ancestor and not nearest block-level ancestor - alternatively: height: 100vh; */ 
  object-fit: cover;
  z-index:-1;
  /* filter: brightness(50%); */ /* 0% black, 100% original image, values > 100% are allowed for brighter than original image. */
  /* display: none; */
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
/* .intro-slideshow img:first-child {
  display: block;
  opacity: 1;
} */
.hero-image .intro-header {
  border-radius: 0.5rem;
  padding: 2rem 2.5rem;
  background-color: rgba(0,0,0,0.5);
}
.hero-image h1 {
  font-size: 4rem;
  margin-bottom: 0.75rem;
}
.hero-image p {
  font-size: 1.75rem;
}

@media (max-width: 700px) {
  html { font-size: 12px; }
  .intro-header { padding: 1.5rem 2rem; }
  .hero-image h1 { font-size: 2.5rem; }
  .hero-image p { font-size: 1.25rem; }
}
        .features-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 60px;
        }
        
        .feature-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            transition: transform 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
        }
        
        .feature-icon {
            font-size: 40px;
            margin-bottom: 20px;
            color: #f59da5;
        }
        
        .feature-title {
            font-size: 22px;
            margin-bottom: 15px;
            color: white;
        }
        
        .feature-description {
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.6;
        }
        
        /* Animation Container */
        .animation-container {
            width: 600px;
            height: 450px;
            margin: 0 auto;
        }
        
        svg {
            filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
        }
        
        /* Page transition */
        .page-transition {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #1a1a2e;
            z-index: 20;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s ease;
        }
        
        .page-transition.active {
            opacity: 1;
            pointer-events: all;
        }
        
        .transition-logo {
            font-size: 48px;
            font-weight: 700;
            letter-spacing: 3px;
        }
        .transuition-logo span{
            color: orange;
        }
         /* About Section */
.about {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  color: black;
}

.section-title h2:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: var(--accent-orange);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
/* product display */

  .product-container {
            width: 100%;
            /* max-width: 1200px; */
            margin: 0 auto;
            background-color: black;
            /* border-radius: 15px; */
            padding: 2rem;
            /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); */
        }
        
        .scroll-container {
            background-color: #222;
            overflow: hidden;
            white-space: nowrap;
            padding: 15px;
            border-radius: 10px;
            position: relative;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
        }
        
        .scroll-content {
            display: inline-block;
            animation: scroll 30s linear infinite;
        }
        
        .scroll-content:hover {
            animation-play-state: paused;
        }
        
        .scroll-container img {
            height: 300px;
            width: auto;
            margin-right: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
            object-fit: cover;
        }
        
        .scroll-container img:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
        }
        
        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        
        .controls {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        
        button {
            background: #4a90e2;
            color: white;
            border: none;
            padding: 0.7rem 1.5rem;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        button:hover {
            background: #357ae8;
            transform: translateY(-2px);
        }
        
        button:active {
            transform: translateY(1px);
        }
    
/* Grid Layout */
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 0 60px;
}

/* Each Card */
.about-card {
  background: rgba(0, 0, 0, 0.7);
  color: #f1f1f1;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.about-card h3 {
  font-size: 1.8rem;
  color: var(--accent-orange);
  margin-bottom: 15px;
}

.about-card p {
  line-height: 1.6;
  font-size: 1.3rem;
  text-align: justify;
}
.about-card p span {
  line-height: 2;
  font-size: 1.5rem;
  text-align: justify;
}

.events-section {
  text-align: center;
  padding: 60px 10%;
  background: #fff;
  color: #0b0b0b;
  font-family: 'Poppins', sans-serif;
}

.events-section h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
  justify-content: center;
}

.events-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.events-grid li {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0b0b0b;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.events-grid i {
  color: #0b0b0b;
  font-size: 16px;
}

/* Responsive layout */
@media (max-width: 900px) {
  .events-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}

        /* Services Section */
        .services {
            padding: 0 50px 50px ;
            /* background-color: #f9f9f9; */
            /* color: #16213e; */
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background-color: var(--white);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s;
            color: #16213e;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
        }
        
        .service-icon {
            height: 200px;
            background-color: var(--primary-green);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
            color: var(--white);
        }
        
        .service-content {
            padding: 30px;
        }
        
        .service-content h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }
        
        .service-content .price {
            color: var(--accent-orange);
            font-weight: bold;
            font-size: 1.2rem;
            margin-bottom: 15px;
        }
        
.product-display{
             background: url("../img/four.jpeg");
             background-repeat: no-repeat;
          background-size: cover;
          background-attachment: fixed;
          display: flex;
          height: 60vh;
          color: white;
        }

.usp-section {
  text-align: center;
  padding: 70px 10%;
  background-color: #ffffff;
  color: #222;
  font-family: 'Poppins', sans-serif;
}

.usp-section h2 {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.usp-subtitle {
  font-size: 15px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.usp-card {
  border: 1px solid #e4e4e4;
  padding: 30px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.usp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.usp-card i {
  font-size: 36px;
  color: #0e4d92; /* Change this to your brand color */
  margin-bottom: 15px;
}

.usp-card h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #111;
}

.usp-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .usp-section {
    padding: 50px 5%;
  }

  .usp-card {
    padding: 25px 15px;
  }
}

 
        /* Contact Section */
        .contact {
            padding:0 50px ;
            /* background-color: #f9f9f9; */
            color: #ddd;
        }
        .contact p, h4{
            color: black;
        }
        .contact-container {
            display: flex;
            gap: 50px;
        }
        
        .contact-info {
            flex: 1;
        }
        
        .contact-info-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
        }
        
        .contact-info-icon {
            background-color: var(--primary-green);
            color: var(--white);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
       .contact-form {
  max-width: 800px; /* makes the form not too wide */
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
 .contact-form p, h3{
    padding: 10px 0;
    color: #000000;
 }
/* Use grid for side-by-side layout */
#contactForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px; /* spacing between rows and columns */
}

/* Make message and button span full width */
#contactForm .form-group:nth-last-child(2),
#contactForm button {
  grid-column: span 2;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.form-control {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* Make it stack on smaller screens */
@media (max-width: 768px) {
    .contact-info h3{
        font-size: 25px;
    }
    .contact-info h4{
        font-size: 20px;
    }
    .contact-info p{
        font-size: 20px;
    }
    .contact-form h3{
        font-size: 25px;
    }
    .contact-form p, label{
        font-size: 20px;
    }
  #contactForm {
    grid-template-columns: 1fr;
  }

  #contactForm .form-group:nth-last-child(2),
  #contactForm button {
    grid-column: 1;
  }
}

















/* foooter */
.footer{
    background: #000000;
}
.footercontainer {
	background-color: black;
    color: orange;
	display: flex;
	justify-content: center; 
	margin-bottom: 10px;
    margin-top: 30px; 
}

.footer a {
    color:orange;
    text-decoration: none;
	margin-right: 15px;
	justify-content: center;
	align-items: center;
    text-align: center; 
}
.socials {
	/* background-color: black; */
	list-style: none;
	display: flex;
	/*align-items: center;
	justify-content: center; */
	flex-direction: row;
	/* margin: 2px 0 3px 0; */
    /* align-items: left; */
}
.socials a {
	text-decoration: none;
	color: orange;
	padding: 10px;
	/* background-color: black; */
	/* margin: 10px; */
	border-radius: 100%;
}
.socials a i {
	font-size: 35px;
	color: orange;
	opacity: 0.9;
}
/*Hover Effects on Social Media Icons */

.socials a:hover i {
	color:  black;
	transition: 0.5s;
}
.small-text {
	padding:0 0 10px 0;
    font-size: 20px;
	/* margin-top: -20px; */
	background-color: black ;
    text-align: center;
    justify-content: center; 
	align-items: center; 
	color: whitesmoke;
 }
 .display-one{
  background-image: url("../img/display1.png");
  /* width: 100%; */
  height: 40vh;
  /* box-sizing: border-box; */
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  /* display: block; */
  /* margin: 30px 0; */
}
 .display-two{
  background-image: url("../img/display2.png");
  /* width: 100%; */
  height: 50vh;
  /* box-sizing: border-box; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  /* display: block; */
  /* margin: 30px 0; */
}
 /* For the text on hero */
 @keyframes moveUp{
    from{
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    to{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

    }
 }

 @keyframes moveRight{
    from{
        transform: translateX(-30px);
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
 }

/* Existing styles remain the same until the media queries section */

/* ========== RESPONSIVE STYLES ========== */

/* Large devices (desktops, 1200px and up) */
@media (max-width: 1200px) {
    .hero-image {
        width: 500px;
        height: 500px;
    }
    
    .animation-container {
        width: 500px;
        height: 400px;
    }
    
    .about-grid {
        padding: 0 40px;
    }
}

/* Medium devices (tablets, 992px and down) */
@media (max-width: 992px) {
    .home-header {
        padding: 1rem 5%;
    }
    
    .hero-section {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .hero-content {
        max-width: 100%;
    }
    
    .hero-image {
        width: 100%;
        max-width: 500px;
        height: 400px;
        margin-top: 0;
    }
    
    .features-section {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }
    
    .contact-container {
        flex-direction: column;
    }
    
    .animation-container {
        width: 100%;
        max-width: 500px;
        height: 350px;
    }
    
    .intro-slideshow img {
        height: 100%;
    }
}

/* Small devices (landscape phones, 768px and down) */
@media (max-width: 768px) {
    #homepage {
        padding: 20px;
    }
    
    .home-header {
        flex-direction: column;
        padding: 1rem;
        position: relative;
    }
    
    .home-logo {
        margin-bottom: 15px;
    }
    
    .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .home-header .nav-links a {
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
    }
    
    .hero-title {
        padding-top: 100px;
        font-size: 36px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .features-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .feature-description{
        font-size: 25px;
    }
    .services {
        padding: 0 20px 50px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .contact {
        padding: 0 20px;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .product-container {
        padding: 1rem;
    }
    
    .scroll-container img {
        height: 350px;
    }
    
    .display-one, .display-two {
           height: 45vh;
        align-items: center;
        background-position: center;
    }
    
    .about-card {
        padding: 20px;
    }
    
    .about-card h3 {
        font-size: 2rem;
    }
    
    .about-card p {
        font-size: 1.8rem;
    }
    
    .about-card p span {
        font-size: 1.8rem;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .hero-image h1 {
        font-size: 2.5rem;
    }
    
    .hero-image p {
        font-size: 1.25rem;
    }
}

/* Extra small devices (portrait phones, 576px and down) */
@media (max-width: 576px) {
    #landing-page {
        padding: 20px;
        height: 100%;
    }
    
    .logo {
        font-size: 36px;
    }
    
    .tagline {
        font-size: 16px;
    }
    
    .progress-container {
        width: 250px;
    }
    
    .home-logo {
        font-size: 28px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .feature-card {
        padding: 20px;
    }
    
    .feature-title {
        font-size: 25px;
    }
    
    .service-content {
        padding: 20px;
    }
    
    .service-content h3 {
        font-size: 1.8rem;
    }
    .service-content p{
        font-size: 25px;
    }
    .scroll-container img {
        height: 350px;
    }
    .btn {
    padding: 12px 35px;
    font-size: 20px;
    }
    .controls {
        flex-direction: column;
        align-items: center;
    }
    .usp-subtitle {
    font-size: 20px;
    }
    .usp-card h3{
        font-size: 25px;
    }
    .usp-card p{
        font-size: 20px;
    }
    button {
        width: 100%;
        max-width: 200px;
    }
    
    .footercontainer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .socials {
        justify-content: center;
    }
    
    .small-text {
        font-size: 16px;
    }
    
    .display-one, .display-two {
        height: 45vh;
        align-items: center;
        background-position: center;
        
    }
    
    .hero-image {
        height: 300px;
    }
    
    .hero-image h1 {
        font-size: 2rem;
    }
    
    .hero-image p {
        font-size: 1rem;
    }
    
    .intro-header {
        padding: 1.5rem;
    }
}

/* Very small devices (phones, 400px and down) */
@media (max-width: 400px) {
    .logo {
        font-size: 30px;
    }
    
    .home-logo {
        font-size: 24px;
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .feature-card {
        padding: 15px;
    }
    
    .service-icon {
        height: 150px;
        font-size: 3rem;
    }
    
    .scroll-container img {
        height: 350px;
    }
    
    .about-grid {
        padding: 0 15px;
    }
    
    .about-card {
        padding: 15px;
    }
    
    .contact-form {
        padding: 15px;
    }
    
    .hero-image h1 {
        font-size: 1.8rem;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
}
/* media screen for a phone */
@media (max-width:768px) {
    header .icons #menu-bars{
        display: inline-block;
    }
    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #ffffff;
        border-top: .1rem solid rgba(0, 0, 0,.2);
        border-bottom: .1rem solid rgba(0, 0, 0,.2);
        padding: 1rem;
        clip-path: polygon(0 0, 100% 0, 0 0);
    }
    header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    header .navbar a{
        display: block;
        padding: 1.5rem;
        margin: 1rem;
        font-size: 2rem;
        background: #eeee;
    }
}

/* Landscape orientation fixes */
@media (max-height: 500px) and (orientation: landscape) {
    #landing-page {
        padding: 10px 0;
        height: 100%;
    }
    
    .landing-content {
        transform: scale(0.9);
    }
    
    .hero-section {
        margin-bottom: 30px;
    }
    
    .display-one, .display-two {
        height: 45vh;
        align-items: center;
        background-position: center;
    }
}

/* High-resolution displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Add high-resolution image optimizations if needed */
}

/* Print styles */
/*@media print {*/
/*    .home-header, .footer, .cta-button, .btn, .skip-btn {*/
/*        display: none;*/
/*    }*/
    
    body {
        background: white;
        color: black;
    }
}

/* media screen for a phone */
@media (max-width:768px) {
    header .icons #menu-bars{
        display: inline-block;
    }
    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #ffffff;
        border-top: .1rem solid rgba(0, 0, 0,.2);
        border-bottom: .1rem solid rgba(0, 0, 0,.2);
        padding: 1rem;
        clip-path: polygon(0 0, 100% 0, 0 0);
    }
    header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    header .navbar a{
        display: block;
        padding: 1.5rem;
        margin: 1rem;
        font-size: 2rem;
        background: #eeee;
    }
}

