html{
  scroll-behavior: smooth;
  
    
}
body{
  margin: 0px;
  border: 0px;
}
#home{
  scroll-margin-top: 250px;
}
#about,
#services,
#learnmore{
  scroll-margin-top: 60px;
}
#portfolio{
  scroll-margin-top: 0px;
}
header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 120px;
     background-color: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(8px);
     top: 0px;
     position: sticky;
     z-index: 100;
     color: aliceblue;
     margin: 0px;
     
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    width: 80px;
    height: 70px;
    margin-right: 10px;
    border-radius: 80px;
}
.logo span{
    font-weight: bold;
    font-size:x-large;
}
nav a {
color: #f1f1f1;
margin-left: 20px;
transition: color 0.3s;
text-decoration: none;
font-size: large;
}
nav a :hover {
    color: aqua;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 10%;
  background: #658a9f;
  min-height: 30vh;
  font-family: 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
 
}

.hero-content {
  max-width: 45%;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content h1 span {
  color: #007bff;
}

.hero-content p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn:hover {
  transform: scale(1.05);
}

.hero-image {
  max-width: 50%;
  border-radius: 2px;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
   border-radius: 10px;
}

    
   
  
section#about{
  background-color: rgb(5, 5, 7);
  color: rgb(255, 255, 255);
  justify-content: left;
  padding-bottom: 50px;
 
}
.about-container{
 
 align-items: center;
 justify-content: center;
 
 
 
}
.about-h2{
  font-size: 240%;
 
}
.about-text{
 flex: 1;
 text-align: center;
 font-family: sans-serif;
 padding: 30px;
}
.about-image{
    
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#aboutvideo{
  width: 100%;
  height: auto;
  display: block;
}

.Strategic{
  font-size: x-large;
  text-align: center;
  /* margin-top: 40px;  */
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  /* margin-bottom: 40px; */

}
.process-image {
  display: flex;
  justify-content: center;
  
  width: 100%;
}

.process-image img {
  max-width: 100%;
  height: 30%;
  border-radius: 10px; /* optional, for slight rounding */
}
.About-com{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px;
  gap: 40px;
}
.Owner-text{
  text-align: left;
  padding: 40px;
  margin: 40px;
  padding-left: 150px;
  flex-wrap: nowrap;
}
.Ceo-img{
display: flex;
justify-content: right;
padding-top: 90px;
}
.qa-section {
  margin: 5px;
  padding: 5px 60px;
 text-align: left;
  border-radius: 12px;
background-color: #ffffff;
}
.qa-section h1{
font-size: xx-large;
padding-left: 8px;
}

.qa-section h3 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #000000;
  text-align: left;
}
.qa-item p {
  padding-left: 32px;
  font-size: large;
}


/* Get a Quote Button */
#getQuoteBtn,
#openFormBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

#getQuoteBtn:hover,
#openFormBtn:hover {
  transform: translateY(-2px);
}

/* ================== Modal Backdrop ================== */
#quoteModal {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  padding: 20px;
}

/* ================== Modal Content ================== */
.modal-content {
  background-color: #1e1e1e;
  color: #fff;
  margin: 5% auto;
  padding: 30px 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 480px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  font-family: 'Segoe UI', sans-serif;
}

/* ================== Close Button ================== */
#closeFormBtn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
}

#closeFormBtn:hover {
  color: #fff;
}

/* ================== Form Elements ================== */
.modal-content h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.modal-content form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Input and Textarea Shared Styling */
.modal-content input,
.modal-content textarea {
  width: 100%;
  padding: 12px 15px;
  background-color: #2b2b2b;
  color: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.modal-content input:focus,
.modal-content textarea:focus {
  border-color: #4CAF50;
}

/* Textarea Specific */
.modal-content textarea {
  min-height: 100px;
  max-height: 200px;
  resize: vertical;
  line-height: 1.4;
}

/* ================== Submit Button ================== */
.modal-content button[type="submit"] {
  background-color: #4CAF50;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.modal-content button[type="submit"]:hover {
  background-color: #45a049;
}
#quoteForm input,
#quoteForm textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 6px;
  background-color: #333;
  color: white;
  resize: none;
}

#quoteForm button[type="submit"] {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}
#quoteForm button[type="submit"]:hover {
  background-color: #218838;
}

/* Status Message */
.status-message {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}

/* ================== Responsive Adjustments ================== */
@media (max-width: 480px) {
  .modal-content {
    padding: 20px;
  }

  .modal-content h2 {
    font-size: 20px;
  }

  .modal-content button[type="submit"] {
    font-size: 15px;
  }
}
/* Services Section */
.services-section {
  background: #0f0f0f;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

.section-title {
  font-size: 36px;
  margin-bottom: 40px;
  color: #00ffe1;
}

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

.service-card {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 30px 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #222;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 255, 204, 0.2);
}

.service-icon {
  font-size: 40px;
  color: #00ffe1;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
}

.open-modal-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #00ffe1;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.open-modal-btn:hover {
  background: #00ccaa;
}
/* MODAL BASE */
/* MODAL BASE */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

/* MODAL CONTENT */
.modal-content {
  background: #1e1e1e;
  color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  animation: fadeIn 0.4s ease-in-out;
}

/* CLOSE BUTTON */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover {
  color: #fff;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.portfolio-section {
  padding: 60px 20px;
  background: #000000;
  color: #f1f1f1;
  font-family: 'Segoe UI', sans-serif;
 
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #ffffff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  
  
}

.portfolio-card {
  background: #1c1c1c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
   align-items: center;
  justify-content: center;
  justify-items: center;
}

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

.project-img {
  
  width: 100%;
  object-fit: cover;
  
  justify-content: center;
  
}

.project-info {
  padding: 20px;
}

.project-info h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.project-info p {
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: #ccc;
  text-align: center;
}

.tags {
  font-size: 0.8rem;
  color: #aaa;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.btn {
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: 0.3s;
}

.live-btn {
  background: #28a745;
  color: #fff;
}

.code-btn {
  background: #007bff;
  color: #fff;
}

.btn:hover {
  opacity: 0.8;
}
.coming-soon-section {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); /* Dark Professional Gradient */
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
   transition: transform 0.3s ease;
   border-radius: 10px;
}

.coming-soon-container h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.coming-soon-container p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #ccc;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
.coming-soon-section:hover {
  transform: translateY(-10px);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.contact-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #f4f9fd;
}

.contact-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #0a2540;
}

.contact-section p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.contact-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-item a {
  color: #0a2540;
  font-size: 30px;
  padding: 15px;
  border: 2px solid #0a2540;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.contact-item a:hover {
  background-color: #0a2540;
  color: white;
}

.contact-item span {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.footer {
  background-color: #0d1117;
  color: #f5f5f5;
  padding: 50px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer h2, .footer h3 {
  color: #ffffff;
}

.footer-left,
.footer-links,
.social-icons {
  flex: 1 1 250px;
}

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

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

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
}

.social-icons a {
  color: #ffffff;
  margin-right: 15px;
  font-size: 20px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #1f75fe;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 14px;
  margin-top: 30px;
}
