*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif
}

body{
  background:#f8fafc;
  color:#0f172a
}

header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 8%;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.05)
}

header h2{
  color:rgb(8 161 219);
  font-weight:700;
  font-size: 33px;
    margin-left: -85px
}

/* nav a{
  margin:0 15px;
  text-decoration:none;
  color:#334155;
  font-weight:500
} */

nav a {
  position: relative;
  text-decoration: none;
  color: #334155;
  margin: 0 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

nav a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: #08a1db;
  transition: width 0.3s ease;
}

nav a:hover {
  color: #08a1db;
}

nav a:hover::after {
  width: 100%;
}

/* .hero{
  padding:120px 10%;
  text-align:center;
  background:linear-gradient(120deg,#dbeafe,#f8fafc)
}

.hero h1{
  font-size:40px;
  margin-bottom:20px
} */

h1{
    color: rgb(255, 255, 255);
    margin-top: -101px;
    padding: 14px;
    margin-right: 30px;
}

/* * {
}

.hero span{
    color: rgb(255, 255, 255);
} */

/* .hero p{
  color:#ffffff;
  margin-bottom:30px;
  margin-bottom: 133px;
  font-size:18px
} */

.hero {
  position: relative;
  width: 100%;
  height: 100vh; /* full screen hero */
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* keeps image centered */
  object-fit: contain;
  background: #000000;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.6;
}

.btn{
  padding:14px 30px;
  border:none;
  border-radius:30px;
  cursor:pointer;
  font-weight:600;
  margin:2px
}

.btn-primary{
  background:rgb(8 161 219);
  color:#fff
}

.btn-secondary{
  background:#fff;
  color:#2563eb;
  border:2px solid #2563eb
}

.section{
  padding:30px 10%
}
/* #services{
  
  display: none;
} */


.section h2{
  text-align:center;
  margin-bottom:50px;
  font-size:32px
}

.stats h2{font-size:36px}
 
.team{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}

.member{

background:#fff;

padding:25px;

border-radius:16px;

box-shadow:0 10px 25px rgba(0,0,0,0.05);

text-align:center;

}



/* section h2::after {
  content: "";
  width: 250px;
  height: 3px;
  background: orange;
  display: block;
  margin: 10px auto;
} */

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px
}

.card{
  background:#fff;
  padding:30px;
  border-radius:15px;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
  transition:0.3s
}

.card:hover{
  transform:translateY(-10px)
}

.card h3{
  color:rgb(8 161 219);
  margin-bottom:10px
}

.card p{
  color:#475569
}
.stats{

display:flex;

justify-content:space-around;

background:#5f97dc;

color:#fff;

padding:60px 8%;

text-align:center;

}

.highlight{
  background:#2563eb;
  color:#fff;
  padding:80px 10%;
  text-align:center
}

.highlight h2{
  margin-bottom:20px
}

.team{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px
}

.member{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 10px 20px rgba(0,0,0,0.05);
  text-align:center
}

.member h4{
  color:rgb(8 161 219);
  margin-bottom:8px
}

.member p{
  color:#475569
}

.contact{
  padding:80px 10%;
  text-align:center
}

.contact-box{
  background:#5f97dc;
  color:#fff;
  padding:40px;
  border-radius:15px
}

.contact p{
  margin:10px 0
}

footer{
  text-align:center;
  padding:20px;
  background:#e2e8f0;
  color:#475569
}
.footer{
  background:#0f172a;
  color:#fff;
  padding:60px 10% 20px;
}

.footer-container{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:40px;
  margin-bottom:30px;
}

.footer-section h3{
  margin-bottom:15px;
  color:rgb(8 161 219);
}

.footer-section p{
  color:#cbd5f5;
  line-height:1.6;
  text-align: left;
}

.footer-section ul{
  list-style:none;
}

.footer-section ul li{
  margin-bottom:10px;
}

.footer-section ul li a{
  text-decoration:none;
  color:#cbd5f5;
  transition:0.3s;
}

.footer-section ul li a:hover{
  color:#08a1db;
}

.footer-bottom{
  text-align:center;
  border-top:1px solid #334155;
  padding-top:15px;
  font-size:14px;
  color:#94a3b8;
}

/* backgroundimage */
/* .hero {
  padding:120px 10%;
  text-align:center;

  background: url("./images/salesforcebackground.png") no-repeat center center/cover;

  color: #fff;
  position: relative;
  background-size: cover;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;


} */

/* Contact us form */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 2px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
  outline: none;
  background-color: rgb(255, 255, 255);
}

.contact-form textarea {
  resize: none;
  padding: 2px;
}

.contact-form button {
  width: 100%;
  cursor: pointer;
}

/* Why Choose Us */
.why-choose-us {
  padding: 60px 8%;
  background: #f4f8fb;
  text-align: center;
}

.why-choose-us h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #1a2a44;
  position: relative;
}

.why-choose-us h2::after {
  content: "";
  width: 255px;
  height: 3px;
  background: orange;
  display: block;
  margin: 10px auto;
}

/* Layout */
.why-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left Cards */
.why-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.why-card h3 {
  margin: 0;
  font-size: 18px;
  color: #1a2a44;
}

.why-card p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

/* Icons */
.icon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.blue { background: #4a90e2; }
.purple { background: #9b59b6; }
.red { background: #e74c3c; }
.green { background: #27ae60; }

/* Right Image */
.why-right {
  flex: 1;
}

.why-right img {
  width: 100%;
  border-radius: 20px;
}

/* Responsive */
@media(max-width: 900px) {
  .why-container {
    flex-direction: column;
  }
}





/* ticklist */


.tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tick-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.tick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2f5cff;
  font-weight: bold;
  font-size: 16px;
}

/* flip */
/* Flip Card Wrapper */
.flip-card {
  perspective: 1000px;
  height: 350px;
}

/* Inner */
.flip-card .card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1.6s;
  transform-style: preserve-3d;
}

/* Flip on hover */
.flip-card:hover .card-inner {
  transform: rotateY(180deg);
}

/* Front & Back */
.flip-card .card-front,
.flip-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  backface-visibility: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* FRONT */
.flip-card .card-front {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.flip-card .card-front img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.flip-card .card-front h3 {
  position: relative;
  z-index: 1;
  color: white;
  padding: 15px;
  background: rgba(0,0,0,0.5);
  margin: 0;
}

/* BACK */
.flip-card .card-back {
  background: linear-gradient(135deg, #d8e2f5, #a1b2f0);
  color: rgb(0, 0, 0);
  transform: rotateY(180deg);
  padding: 20px;
  font-size: small;
}


/* logo style */
.card-title {
  display: flex;
  align-items: center;
  gap: 8px; /* space between text and logo */
}

.card-title img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.card-title img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 5px;
}

/* map */
.map-container {
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 200px;
  border: none;
}


  /* start your project contact form */
  .modal {
  display: none; /* IMPORTANT */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);

  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 350px;
  text-align: center;
  position: relative;
  animation: popup 0.3s ease;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.modal-content input {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.modal-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@keyframes popup {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

#abc{
 
  padding: 0 80px;
  text-align: center;
  padding-bottom: 30px;
}

/* hide sections */
 /* .section {
  display: none;
}

#home {
  display: block;
}
#about{
  display: block;
}

#contact{
    display: block;

} */

.about-section {
  padding: 60px 10%;
  background: #f8f9fb;
  font-family: 'Segoe UI', sans-serif;
}

/* LAYOUT */
.about-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* LEFT */
.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #2c2c2c;
}

.about-text h3 {
  margin-top: 20px;
  color: #000000;
}

.about-text p {
  font-size: 16px;
  color: #555555;
  line-height: 1.7;
}

.intro {
  font-size: 18px;
  margin-bottom: 15px;
}

/* LIST */
.tick-list {
  list-style: none;
  padding: 0;
}

.tick-list li {
  margin: 8px 0;
  padding-left: 25px;
  position: relative;
}

.tick-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00a8e8;
}

/* RIGHT IMAGE */
.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
}

/* CARDS */
.about-cards {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.about-card {
  flex: 1;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* VALUES */
.values-section {
  margin-top: 60px;
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.value-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
#xyz {
  text-align: center;
  padding-bottom: 20px;
  font-size: xx-large;
}


.values{
  color: #2f5cff;
}

.what{
  text-align: left;
  padding-bottom: 10px;
  font-size: medium;
  
}
.{
  text-align: center;
  padding-bottom: 10px;
  font-size: x-large;
}
/* logo */
.logo {
  width: 130px; 
  height: auto;
   border-radius: 50%;
}

.about-split {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* LEFT */
.left-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* RIGHT */
.right-side {
  flex: 1;
}

/* CARDS */
.about-card {
  background: #f4f6fb;
  padding: 25px;
  border-radius: 12px;
}

/* HEADING STYLE */
.values {
  color: rgb(8 161 219);
  margin-bottom: 10px;
}

/* LIST */
.tick-list {
  list-style: none;
  padding: 0;
}

.tick-list li {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
}

.tick-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00a8e8;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ================================= */
/* MOBILE RESPONSIVE (DO NOT REMOVE ABOVE CODE) */
/* ================================= */

/* Navbar should wrap (no hamburger) */
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Tablet */
@media (max-width: 1024px) {

  header {
    flex-direction: column;
    gap: 10px;
    padding: 15px 5%;
  }

  header h2 {
    margin-left: 0;
    font-size: 26px;
    text-align: center;
  }

  nav a {
    margin: 8px 10px;
    font-size: 14px;
  }

  /* Hero */
  .hero {
    height: 70vh;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }

  /* Sections */
  #abc {
    padding: 0 20px;
  }

  .why-container,
  .about-container,
  .about-split {
    flex-direction: column;
  }

  .why-right img,
  .about-image img {
    width: 100%;
  }

  .stats {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  header {
    flex-direction: column;
    align-items: center;
    
  }

  nav {
    width: 100%;
    justify-content: center;
  }

  nav a {
    margin: 6px 8px;
    font-size: 13px;
  }

  /* Remove hover underline on mobile */
  nav a::after {
    display: none;
  }

  /* Hero */
  .hero {
    height: 60vh;
  }

  .hero-content {
    left: 5%;
    right: 5%;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  /* Grid */
  .grid {
    grid-template-columns: 1fr;
  }

  .team {
    grid-template-columns: 1fr;
  }

  /* Stats */
  .stats {
    flex-direction: column;
    text-align: center;
  }

  /* Footer */
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* Cards */
  .card {
    padding: 20px;
  }

  .flip-card {
    height: 300px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {

  header h2 {
    font-size: 20px;
  }

  nav a {
    margin: 5px 6px;
    font-size: 12px;
  }

  .section h2 {
    font-size: 24px;
  }

  .hero {
    height: 50vh;
  }

  .hero-content h1 {
    font-size: 20px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .flip-card {
    height: 260px;
  }

  .stats h2 {
    font-size: 28px;
  }
}





