 @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


 *{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Navbar */
.navbar {
  background: #fff;
  border-bottom: 2px solid #000;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo img {
  height: 100%;
}
.menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}
.menu li a {
  padding: 1rem 0;
  font-weight: 500;
}
.call-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
.call-info i {
  color: #000;
}
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* Hero Slider */
.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.slide {
  position: absolute;
  inset: 0;
  height: 100vh; /* <- Make sure this is here */
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.slide.active {
  opacity: 1;
}
.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width:100%;
  padding: 1rem;
}
.slide-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.slide-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.btn {
  background: #f36700;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s;
}
.btn:hover {
  background: #f36700;
}
.btn-light {
  background: #fff;
  color: #0077ff;
}
.btn-light:hover {
  background: #e6e6e6;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
  }
  .menu.show {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .hero-slider {
    height: 100vh;
  }
  .call-info{
      display:none;
  }
  .slide-content{
      width:100%;
  }
  .slide{
      height:100%;
  }
}
@media (max-width: 480px) {
  .logo img {
    height: 40px;
  }
  .hero-slider {
    height: 70vh;
  }
}



/*about us section start here*/
.about-us-main{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
    margin:80px auto;
}
.about-left h1{
        font-size: 36px;
    font-weight: 500;
    line-height: 49px;
    padding-bottom: 30px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.about-left p{
    font-size: 16px;
    color: #262525;
    line-height: 28px;
}
.mar-bottom{
    padding-bottom: 15px;
}
.about-btn{
    border: 1px solid #f26803;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    background: #f26803;
    margin-top: 30px;
}
.about-btn a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 17px;
}
.about-left{
	width: 50%;
}
.about-right{
	width: 50%;
}
.about-right img{
	width: 100%;
	height: auto;
  border-radius: 10px;
}



/* ========== ABOUT PAGE ========== */
.about-section {
  padding: 4rem 1rem;
  background: #fff;
}
.about-section.alt {
  background: #f9f9f9;
}
.about-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.about-text {
  flex: 1 1 45%;
}
.about-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
}
.about-text p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.about-image {
  flex: 1 1 45%;
}
.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .about-row {
    flex-direction: column;
    text-align: center;
  }
  .about-text, .about-image {
    flex: 1 1 100%;
  }
  .about-image img {
    max-width: 90%;
    margin: 0 auto;
  }
}



/*about us section end here*/

/*about section media css*/

@media (max-width: 768px) {
    .about-us-main {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .about-left{
    	width: 100%;
    }
    .about-right{
    	width: 100%;
    }
    .about-right img{
    	width: 100%;
    }
}

/*about section media css*/


/*countdown secton start here*/


/*.stats-section {*/
/*  background: #f9f9f9;*/
/*  padding: 4rem 1rem;*/
/*  text-align: center;*/
/*}*/
/*.stats-container {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  gap: 2rem;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.stat-box {*/
/*  flex: 1 1 200px;*/
/*  max-width: 250px;*/
/*  background: #fff;*/
/*  padding: 2rem 1rem;*/
/*  border-radius: 12px;*/
/*  box-shadow: 0 4px 10px rgba(0,0,0,0.05);*/
/*  transition: transform 0.3s;*/
/*}*/
/*.stat-box:hover {*/
/*  transform: translateY(-5px);*/
/*}*/
/*.stat-box h3 {*/
/*  font-size: 2.5rem;*/
/*  color: #f36700;*/
/*  margin-bottom: 0.5rem;*/
/*}*/
/*.stat-box p {*/
/*  font-weight: 600;*/
/*  font-size: 1rem;*/
/*}*/




/*countdown sectoin end here*/


/*our services sec start here*/

/* Services Section */
.services-section {
    padding: 80px 20px;
    background: #f8fafc;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 38px;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-title p {
    color: #64748b;
    font-size: 16px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.service-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,#2563eb,#06b6d4);
    transition: 0.4s;
}

.service-card:hover::before {
    left: 0;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(37,99,235,0.15);
}

.icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg,#2563eb,#06b6d4);
    color: white;
    font-size: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1e293b;
}

.service-card p {
    color: #64748b;
    line-height: 1.6;
    font-size: 15px;
}



/* Mobile */
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 30px;
    }

    .service-card {
        padding: 30px 20px;
    }
}

/*our services sec end here*/



/*contact section start here*/
   .contact-back{
   	margin:80px auto;
   }
     .contact-section {
            position: relative;
          
            
            background: url('https://demo.zozothemes.com/factrie/wp-content/uploads/sites/25/2021/07/bg-101.jpg?id=5574') no-repeat center center/cover;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            padding: 30px;
        }

        .contact-content {
            position: relative;
        }

        .contact-content .call-icon {
            font-size: 50px;
            color: #fff;
            margin-bottom: 10px;
        }

        .contact-content h1 {
            font-size: 20px;
            margin-bottom: 15px;
            line-height: 1.6;
            font-weight: 800;
        }

        .contact-content button {
            padding: 10px 20px;
            font-size: 16px;
            background-color: #f36701;
            border: none;
            color: #fff;
            padding: 15px 20px;
            font-weight: 700;
            border-radius: 60px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .contact-content button:hover {
            background-color: #f36701;
        }

        /* ========== CONTACT INFO SECTION ========== */
.contact-info-section {
  background: #f9f9f9;
  padding: 4rem 1rem;
  text-align: center;
}
.contact-info-grid {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-box {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 280px;
  transition: background 0.3s ease, color 0.3s ease;
}
.contact-box:hover {
  background: #f36700;
  color: #fff;
}
.contact-box:hover a {
  color: #fff;
}
.contact-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #f36700;
  transition: color 0.3s ease;
}
.contact-box:hover .contact-icon {
  color: #fff;
}
.contact-box h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.contact-box p a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-info-grid {
    flex-direction: column;
    align-items: center;
  }
}


        /* Responsive Design */
        @media (max-width: 768px) {
            .contact-content .call-icon {
                font-size: 40px;
            }

            .contact-content h1 {
                font-size: 16px;
            }

            .contact-content button {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .contact-content .call-icon {
                font-size: 30px;
            }

            .contact-content h1 {
                font-size: 14px;
            }
        }
/*contack section end here



/*our brands sectoin*/
.logos {
    overflow: hidden;
    background: white;
    white-space: nowrap;
    position: relative;
    text-align: center;
    margin:80px auto;
    
}
.logos h1{
  font-size: 35px;
    line-height: 1.25;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
    
}
.logos-slide {
    display: inline-block;
    animation: 40s slide infinite linear;
    margin-top: 20px;
}
.logos-slide img {
    height: 100%;
    margin: 0 20px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}
.right-left{
  display: inline-block;
    animation: 40s slide-rev infinite linear;
    margin-top: 30px;
    margin-bottom: 80px;
}
@keyframes slide{
  0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-100%);
}
}

@keyframes slide-rev{
  0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(0%);
}
}
/*our brands section*/


/*footer section start here*/


.footer-top {
  background: #f15b20;
  padding: 2rem 1rem;
}
.footer-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logo img {
  height: 50px;
}
.footer-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.footer-links a {
  color: white;
  font-weight: 600;
  transition: color 0.3s;
}


.footer-bottom {
  background: #000;
  color: #fff;
  padding: 1rem 1rem;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom p {
  font-size: 0.9rem;
}
.social-icons {
  display: flex;
  gap: 0.8rem;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 1rem;
  transition: background 0.3s, color 0.3s;
}
.social-icon:hover {
  background: #0077ff;
  color: #fff;
}

/* Responsive */
@media (max-width: 600px) {
  .footer-top-inner, .footer-bottom-inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/*footer section end here*/



/*contact section start here*/



/*contact sectoin end here*/

/*client sectoin start here*/


.gallery-container {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 290px));
  grid-gap: 1rem;
  padding: 1rem;
  justify-content: center;
  
}
.gallery-container img {
  background-position: top;
  background-size: cover;
  height: 200px;
  width: 290px;
  box-shadow: 0 2px 10px #000;
  cursor: pointer;
  transition: all 0.2s;
}
.gallery-container img:hover {
  box-shadow: none;
  transform: scale(1.1);
}


/*client sectoin end here*/


/*be our partner sectoin start here*/

/* ========== BE OUR PARTNER SECTION ========== */
.partner-section {
  padding: 4rem 1rem;
  background: #f9f9f9;
  text-align: center;
}
.partner-heading {
  font-size: 2.5rem;
  color: #222;
  text-align: center;
  margin-bottom: 2rem;
}
.partner-paragraph {
  font-size: 1.1rem;
  color: #444;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

/* Email Button */
.partner-email {
  margin: 2rem 0;
}
.email-btn {
  background: #f36700;
  color: #fff;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 30px;
  display: inline-block;
  transition: transform 0.3s ease, background 0.3s ease;
}
.email-btn:hover {
  transform: scale(1.1);
  background: #000;
}

/* Points Grid */
.partner-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  max-width: 1000px;
  margin: 2rem auto 0;
}
.point {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  text-align: left;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.point i {
  color: #f36700;
  font-size: 1.2rem;
}


/*br our partner section end here*/


/*Apply for job sectoin start here */

/* ========== Apply Popup Styles ========== */
.apply-btn {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  background: #162645;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
 background: #000000ad;
  max-width: 600px;
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.close-btn {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #fff;
}

.modal-content h2 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #fff;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.upload{
  align-items: center;
  color: #fff;
}
.form-row lable{
  color: #fff;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="file"] {
  flex: 1;
  padding: 0.75rem;
  width: 100%;
  outline: none;
    border: none;
    border-bottom: 1px solid gray;
    background: #1a1a1a00;
    font-family: "Nunito Sans", sans-serif;
    color:#fff;
}
.form-row input::placeholder{
  color: #fff;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.submit-btn {
  padding: 0.75rem 1.5rem;
    background: #0a0a0a4d;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
    font-family: "Nunito Sans", sans-serif;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}


/*Apply for job section end here*/



/****/

/*switch button section start here*/

/* SWITCH BUTTON */

.switch-box{
  background:#1e293b;
  border-radius:50px;
  padding:5px;
  display:flex;
}

.switch-btn{
  border:none;
  padding:10px 22px;
  border-radius:50px;
  cursor:pointer;
  background:transparent;
  color:white;
  transition:0.3s;
}

.switch-btn.active{
  background:#f45a27;
}



/* POPUP */

.popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:99999;
  padding:20px;
}

.popup.active-popup{
  display:flex;
}

.popup-box{
  width:100%;
  max-width:650px;
  background:#000000d9;
  border-radius:20px;
  padding:35px;
  position:relative;
  animation:popup 0.3s ease;
}

@keyframes popup{

  from{
    transform:scale(0.8);
    opacity:0;
  }

  to{
    transform:scale(1);
    opacity:1;
  }

}

.close-btn{
  position:absolute;
  right:20px;
  top:15px;
  font-size:30px;
  cursor:pointer;
}

.popup-box h2{
  padding-bottom:10px;
  color:#fff;
}



/* FORM */

form{
  display:flex;
  flex-direction:column;
  gap:16px;
}

input::placeholder {
  color: white;
  opacity: 1; /* Ensures color is fully visible in Firefox */
}

input,
textarea,
select{
  padding:14px;
    font-size: 15px;
    background: transparent;
    border-top: none;
    border-right: none;
    border-radius:5px;
    color:#fff;
    border-left: none;
    border-bottom: 1px solid #fff;
}

input,
textarea{
color:#fff;
}

option{
    color:#000;
}


textarea{
  resize:none;
  height:120px;
}

input, textarea::placehoder{
  color:#fff;
}

form button{
  background:transparent;
  color:white;
  border:2px solid white;
  padding:15px;
  border-radius:10px;
  cursor:pointer;
  font-size:17px;
}





/* FILE */

.upload-box{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.upload-box label{
  color:#fff;
}

input[type="file"]{
  padding:12px;
  color:#fff;
}



/* MOBILE */

@media(max-width:600px){

  .switch-btn{
    padding:8px 14px;
    font-size:13px;
  }

  .popup-box{
    padding:25px;
  }

}


/*****/

/*switch button section end here*/