*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  scroll-behavior:smooth;
}

body{
  font-family:'Poppins', sans-serif;
  color:#222;
  background:#fff;
  overflow-x:hidden;
}

/*-----------------SIDENAV--------------------*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: whitesmoke;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    font-family: "Times New Roman", Times, serif;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
}


#closeBtnDiv , #closebtn {
    font-family: "Times New Roman", Times, serif;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
    text-align: right;
}

.sidenav a:hover {
    background-color: maroon;
    color: whitesmoke;
}

#closebtn:hover {
    background: none;
    color: maroon;
    padding: 15px 15px;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/*---------------INPUT----------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
min-height: 50px;
padding: 0 15px;
border: 3px solid #ededed
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #2dcc70;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.input-block-level {
  min-height: 50px
}

input, select , textarea {
  width: 100%;
}

#contactbutton {
  width: 100%;
  background-color: Maroon;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}

#contactbutton:hover {
  background-color: dodgerblue;  
  color: white;
}

/*--------------FONTS----------------*/


#err {
  font-size: 15px;
  color: red;
  text-align: left;
  margin-left: 5px;
  font-weight: bold;
}


/*----------WHATSAPP_NAVIGATION----------------*/

.whatsapp_me {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: maroon;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp_me:hover {
  background-color: #25d366;
  color: #fff;
}
.whatsapp_me-float {
  margin-top:16px;
}

/* ================= OTHERS ================= */

a{
  text-decoration:none;
  color:inherit;
}

.contact-box a , #developerLink {
  text-decoration:none;
  color:inherit;
}

.contact-box a:hover , #developerLink:hover{
  text-decoration:none;
  color: dodgerblue;
}

img{
  width:100%;
  display:block;
}

.container{
  width:90%;
  max-width:1300px;
  margin:auto;
}

#contactLink {
  text-decoration: none;
}

#contactLink:hover {
  text-decoration: none;
  color: dodgerblue;
}
/*----------WHATSAPP_NAVIGATION----------------*/

.whatsapp_me {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: maroon;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp_me:hover {
  background-color: #25d366;
  color: #fff;
}
.whatsapp_me-float {
  margin-top:16px;
}

/* ================= NAVBAR ================= */

header{
  width:100%;
  background:#fff;
  position:fixed;
  top:0;
  left:0;
  z-index:1000;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 0;
}


#logo {
  display: flex;
  width: 190px;
}

.logo{
  display:flex;
  align-items:center;
  gap:12px;
}

.logo-circle{
  width:60px;
  height:60px;
  border-radius:50%;
  background:linear-gradient(to top,#7a0f0f,#d62d2d,#f0c14b);
  position:relative;
  overflow:hidden;
}

.logo-circle::before,
.logo-circle::after{
  content:'';
  position:absolute;
  bottom:0;
  width:10px;
  background:#fff;
  border-radius:4px 4px 0 0;
}

.logo-circle::before{
  left:18px;
  height:40px;
}

.logo-circle::after{
  left:34px;
  height:28px;
}

.logo-text h2{
  font-size:24px;
  font-weight:700;
  line-height:1;
}

.logo-text span{
  color:#b21c1c;
}

.logo-text p{
  font-size:12px;
  color:#555;
  margin-top:4px;
}

.nav-links{
  display:flex;
  gap:35px;
  align-items:center;
}

.nav-links a{
  font-size:15px;
  font-weight:500;
  transition:.3s;
  position:relative;
}

.nav-links a:hover{
  color:#b21c1c;
}

.nav-links a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:#b21c1c;
  transition:.3s;
}

.nav-links a:hover::after{
  width:100%;
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:20px;
}

.btn{
  padding:13px 25px;
  border-radius:6px;
  background:#b21c1c;
  color:#fff;
  font-weight:600;
  transition:.3s;
  display:inline-block;
}

.btn:hover{
  background:#8c1414;
}

.phone{
  font-weight:600;
}

.menu-toggle{
  display:none;
  font-size:28px;
  cursor:pointer;
}

/* ================= HERO SECTION ================= */

.hero {
  margin-top:100px;
  position:relative;
  overflow:hidden;
}

.singleslider {
  position:relative;
  width: 100%;
  height: 50vh;
}


.slider{
  position:relative;
  width:100%;
  height:90vh;
}

.slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity 1s ease-in-out;
}

.slide.active{
  opacity:1;
}

.overlay{
  position:absolute;
  inset:0;
  background:rgba(255,255,255,0.7);
}

.hero-content{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-text{
  max-width: 650px;
}

.hero-text h1 {
  font-size: 68px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-weight: 700;
}

.hero-text h1 span{
  color: #b21c1c;
}

.hero-text p{
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

.hero-buttons{
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-outline{
  border: 2px solid #b21c1c;
  color: #b21c1c;
  background: transparent;
}

.btn-outline:hover{
  background: #b21c1c;
  color: #fff;
}

.hero-features{
  display: flex;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.feature-box{
  background:#fff;
  padding:14px 22px;
  border-radius:8px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
  font-size:14px;
  font-weight:500;
}

/* ================= SERVICES ================= */


section {
  padding: 90px 0;
}
#heroSection {
  padding: 0px 0;
}

.section-title{
  text-align:center;
  margin-bottom:60px;
}

.section-title h4 {
  color: #b21c1c;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.section-title h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.section-title p{
  color:#666;
  max-width:700px;
  margin:auto;
}

.services-grid {
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
  gap: 10px;
}

.service-card {
    background: #fff;
    border-radius: 14px;
    padding: 10px 30px;
    border: 1px solid #eee;
    transition:.4s;
    text-align: center;
}

.service-card:hover {
    transform:translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.service-icon {
  width: 70px;
  height: 70px;
  margin:auto auto 25px;
  border-radius: 50%;
  background: #f8f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #b21c1c;
}

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

.service-card p{
  color:#666;
  line-height:1.8;
  margin-bottom:20px;
}

.learn-more{
  color:#b21c1c;
  font-weight:600;
}

/* ================= STATS ================= */

.stats{
  background:#faf6f6;
}

.stats-wrapper {
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap: 30px;
  text-align: center;
}

.stat-box h2 {
    display: inline;
    font-size: 52px;
    color: #b21c1c;
    margin-bottom: 10px;
}

#plus {
    display: inline;
    position: relative;
    font-size: 30px;
}

.stat-box p{
  color:#666;
  font-weight:500;
}

/*--------TITLE_ANIMATION------------*/

.title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.title span {
    display: inline-block;
    animation: bounce 1.8s ease-in-out forwards;
}

@keyframes bounce {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-20px); }
    50%  { transform: translateY(15px); }
    75%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/*------------BUTTONS-------------*/

  .button {
    background-color: maroon;
    border: 1px solid #ddd;
    color: whitesmoke;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
  }
  .button:hover {
    background-color: whitesmoke;  
    padding: 10px 10px;
    color: maroon;
    cursor: pointer;
    text-decoration: none;
  }

/* ================= ABOUT ================= */

.about-wrapper{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:50px;
  align-items:center;
}

.about-image img{
  border-radius:16px;
  box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.about-content h2{
  font-size:42px;
  margin-bottom:20px;
}

.about-content p{
  color:#555;
  line-height:1.9;
  margin-bottom:20px;
}

/* ABOUT SECTION */
    .about {
      padding: 80px 10%;
      background: white;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      align-items: center;
    }

    .about-image {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

    .about-image img {
      width: 100%;
      display: block;
      transition: transform 0.6s ease;
    }

    .about-image:hover img {
      transform: scale(1.1);
    }

    .about-content h2 {
      color: var(--primary);
      font-size: 2.2rem;
      margin-bottom: 20px;
    }

    .about-content p {
      margin-bottom: 20px;
      color: #555;
    }

    /* MISSION & VISION */
    .values {
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      padding: 80px 10%;
      color: white;
    }

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

    .value-card {
      background: rgba(255,255,255,0.1);
      padding: 40px;
      border-radius: 12px;
      text-align: center;
      transition: transform 0.4s ease, background 0.4s ease;
    }

    .value-card:hover {
      transform: translateY(-10px);
      background: rgba(255,255,255,0.2);
    }

    .value-card h3 {
      font-size: 1.6rem;
      margin-bottom: 15px;
      color: var(--accent);
    }



/* ---------- TEAM ---------- */

#teamMemberBtn, #hiddenBtn  {
  background: none;
  border: none;
  outline: none;
  text-decoration: none;
}

#teamMemberBtn:hover , #hiddenBtn:hover  {
  cursor: pointer;
}

.team {
    background: #fff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.team-card {
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    background: #f9f9f9;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform:translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.team-card img {
   display: center;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 5px solid #2c5364;
}

.team-card h3 {
    margin-bottom: 5px;
}

.team-card span {
    font-size: 0.9rem;
    color: #777;
}

@media (max-width: 900px) {
    .about-grid {
      grid-template-columns: 1fr;
    }
}

/* ================= CONTACT ================= */

.contact{
  background:#111;
  color:#fff;
}

.contact-wrapper{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:40px;
}

.contact-box h3{
  margin-bottom:20px;
  font-size:26px;
}

.contact-box p{
  line-height:2;
  color:#ddd;
}

.socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #b21c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight :600;
}

.socialIcon {
  font-size: 15px;
}

footer {
  background: #000;
  color: #aaa;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}


/* ================= RESPONSIVE ================= */

@media(max-width:1000px){

    .nav-links{
      position:absolute;
      top:100%;
      left:0;
      width:100%;
      background:#fff;
      flex-direction:column;
      align-items:flex-start;
      padding:30px;
      display:none;
    }

    .nav-links.active{
      display:flex;
    }

    .menu-toggle{
      display:block;
    }

    .nav-actions{
      display:none;
    }

    .hero-text h1{
      font-size:50px;
    }
}

@media(max-width:768px){

    .hero{
      margin-top:90px;
    }

    .slider , .singleslider {
      height:85vh;
    }

    .hero-text h1{
      font-size:40px;
    }

    .hero-text p{
      font-size:16px;
    }

    .section-title h2{
      font-size:32px;
    }

    .about-content h2{
      font-size:34px;
    }
}

@media(max-width:500px){

    .hero-text h1{
      font-size:32px;
    }

    .hero-buttons{
      flex-direction:column;
    }

    .btn{
      width:100%;
      text-align:center;
    }

    .logo-text h2{
      font-size:18px;
    }
}


@media screen and (max-height: 1024px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
