@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@1..1000&display=swap');
/* mainProperties */
:root {
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --greyColor: #262626;
  --lightGrey:#F3F3F3;
  --primaryColor: #FF0360;
  --secondryColor: #89C313;
}

/* mainProperties */
* { /*! margin: 0; */ /*! padding: 0; */  box-sizing: border-box;}
html{ overflow-x:hidden}
body{font-family: "Sofia Sans", sans-serif; overflow-x: hidden; color:#000; background-color: #F3F3F3; margin:0px; padding:0px;}
ul, li{/*! margin:0px; */ /*! padding:0px; */}

.primaryBg{background-color:var(--primaryColor)}
.secondaryBg{background-color:var(--secondryColor)}
.whiteBg{background-color:var(--whiteColor)}
.blackColor{color: var(--blackColor) !important;}
/* section{margin-top: 100px; margin-bottom: 100px;} */
a{text-decoration: none !important; color: inherit;}
a:hover{color: inherit;}
h1{ text-transform:uppercase;   font-weight:900; color: var(--primaryColor);font-size: 40px;line-height: 35px;}
h2{text-transform:uppercase; font-weight:900; }
p{/*! font-size:20px; */ line-height: 25px; }

/* Header Start */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.logo img {
  max-height: 50px;
  height: auto;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  text-transform: uppercase;
}

.nav-links li {
  white-space: nowrap;
}

.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 800;
  transition: color 0.3s ease;
}

.nav-links a.highlight {
  color: #8dc63f; /* Green highlight */
}

.divider {
  color: #111;
  font-weight: bold;
}

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

/* Responsive for tablets and phones */
@media (max-width: 1024px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0px;
    background: white;
    padding: 50px;
    /*! border: 1px solid #ccc; */
    z-index: 999;
    flex-grow: 1;
    width: 100%;
    justify-content: left;
    align-items: start;
  }
  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}


/* WhyusStart */
.whyUs{
  display: flex;
  justify-content: center;
  align-items: center;
 background-color: var(--whiteColor);
  padding:50px 30px;
  gap:30px;
}
.whyText{max-width: 500px; color: var(--whiteColor); flex: 1;text-align: center; color: var(--blackColor);}
.whyText h1{/*! font-size: 50px; */  color: var(--whiteColor); /*! line-height: 50px; */margin-bottom: 20px; color: var(--primaryColor);}
.whyText ul{list-style: none;}
.whyText ul li{display: flex; margin: 20px 0; align-items: center;}
.whyText ul li p{line-height: 25px; text-align: left;}
.whyText .icon{margin-right: 10px;}
.whyVisual{max-width: 600px; flex: 1;}
.whyVisual img{width: 100%; height: auto;}
@media (max-width: 768px) {
.whyUs{flex-direction: column; padding: 50px 30px; text-align: center;  gap: 20px;}
}
/* ServicesStart */
.serv{ background-color: var(--lightGrey); gap: 20px; padding: 50px 30px 50px 30px; display: flex; justify-content: center; align-items: center;}
.servBox{display: flex; align-items: flex-start;  max-width: 450px; flex-direction: row;}
.servBox .icon{margin-right: 20px;}
.servBox .icon img{width:80px; height: 80px;}
.servBoxText h2{ line-height:25px; margin-bottom: 20px; color: var(--primaryColor);}
@media (max-width: 768px) {
  .serv{flex-direction: column;text-align: center;padding: 0;}
  .servBox{flex-direction: column;align-items: center;padding: 0 20px;}
  .servBox .icon{margin:20px 0 20px 0;}}
/* ExperienceStart */
.experience{
   display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--whiteColor);
  padding:50px 30px;
  gap: 100px;
}
.experienceText{max-width: 500px; color: var(--blackColor); flex: 1;}
.experienceText h1{/*! font-size: 50px; */ color: var(--primaryColor); line-height: 40px;}
.expVisual{max-width: 600px; flex: 1;}
.expVisual img{width: 100%; height: auto;}
@media (max-width: 768px) {
.experience{flex-direction: column; padding: 50px 30px; text-align: center;  gap: 20px; }
.experienceText{max-width: 375px;}
}
/* HeroSection */
/* ExperienceStart */
.heroSec{
   display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--whiteColor);
  padding:180px 30px;
  gap: 30px;
  background-image: url(images/banner.png);
  background-size: cover;
  background-position: center left;
}
.heroSecText{max-width: 1050px; color: var(--blackColor); flex: 1;}
.heroSecText h1{font-size: 50px; color: var(--primaryColor); line-height: 40px;margin: 0px;padding: 0px;}
.heroSecText p{font-size:20px; font-weight:800; margin-top:20px;margin: 15px 0 0 0;padding: 0px;}
.heroSecVisual{max-width: 500px; flex: 1;}
.heroSecVisual img{width: 100%; height: auto;}
@media (max-width: 768px) {
.heroSec{flex-direction: column;   text-align: center;  gap: 20px;}
.heroSecText{max-width: 375px; background-color: rgba(255, 255, 255, .7); padding:50px}
 .heroSec{  padding: 60px 0px; } 
}
/* WelcomeArea */
.welcome{text-align: center; max-width: 1200px; margin: 0 auto; padding:50px 30px;}
.welcome h1{margin-bottom: 20px;}
.welcomeBox{display: flex; margin-top: 50px;}
.boxLeft{background-color: var(--primaryColor); padding:50px; border-radius: 30px 0 0 30px; color: var(--whiteColor);}
.boxLeft h1{color: var(--whiteColor); /*! margin-bottom: 20px; */ text-align: left; /*! line-height: 30px; */}
.boxLeft p{text-align: left;}
.boxLeft .btn{margin-top: 20px;;}
.boxLeft .btn a{display: block; background-color: var(--secondryColor); width: 130px;line-height: 40px; /*! font-size:20px; */ border-radius: 10px; }
.boxLeft .btn a:hover{display: block; background-color: var(--whiteColor); color: var(--blackColor); width: 130px;line-height: 40px; font-size:20px; border-radius: 10px; }
.boxRight{background-color: var(--secondryColor); padding:50px; border-radius: 0 20px 20px 0;color: var(--whiteColor);}
.boxRight h1{color: var(--whiteColor); margin-bottom: 20px; text-align: left; /*! line-height: 30px; */}
.boxRight p{text-align: left;}
.boxRight .btn{margin-top: 20px;}
.boxRight .btn a{display: block; background-color: var(--primaryColor); color:var(--whiteColor); width: 130px;line-height: 40px; /*! font-size:20px; */ border-radius: 10px; }
.boxRight .btn a:hover{display: block; background-color: var(--whiteColor); color: var(--blackColor); width: 130px;line-height: 40px; font-size:20px; border-radius: 10px; }
@media (max-width: 768px) {
.welcomeBox{flex-direction: column; padding: 80px 0px; text-align: center;  gap: 30px;}
.boxLeft,.boxRight{border-radius: 0px;}
.welcomeBox{margin-top: 0px; padding:30px 0px;}
}
/* exploreMoreProduct */
.explore{
  background-color: var(--lightGrey);
  padding:50px 30px;
  gap: 20px;
}
.exploreTitle{ margin: 0 auto 30px auto; max-width: 1080px;}
.exploreTitle h1{text-align: center;}

.exploreContent{display: flex; gap: 20px; justify-content: center; align-items: center; flex-wrap: wrap;}
.exploreBox{border: 10px solid var(--whiteColor); /*! padding: 30px; */ max-width: 350px; min-height: 360px; flex: 1 0 200px; }
.exploreBox h2{margin-bottom: 30px; color: var(--primaryColor);text-align: center;}
.exploreBox p{margin-bottom:10px;text-align: center;padding: 0 20px;}
@media (max-width: 768px) {
.exploreBox{min-height: 496px;}
.exploreContent{flex-direction: column;}
}
.exploreBox img:nth-child(1){width: 100%}


/* Are you intrested */
.intrested{
  justify-content: center;
  align-items: center;
 background-color: var(--lightGrey);
  padding:50px 30px;
  gap:30px;
}

.intrested h1{color:var(--primaryColor); text-align: center;}
.intrestedText{max-width: 500px; color: var(--whiteColor); flex: 1;}
.intrestedText h1{/*! font-size: 50px; */ margin-bottom: 20px;  color: var(--whiteColor); line-height: 50px;}
.intVisual{max-width: 600px; flex: 1;}
.intVisual img{width: 100%; height: auto;}
.intrestedText .btn{margin-top: 20px; text-align: center; }
.intrestedText .btn a{display: block; background-color: var(--primaryColor); color:var(--whiteColor); width: 230px;line-height: 40px; font-size:20px; border-radius: 10px; font-weight: bold;}
.intrestedText .btn a:hover{display: block; background-color: var(--whiteColor); color: var(--blackColor); width: 130px;line-height: 40px; font-size:20px; border-radius: 10px; }

.exploreBox .btn{margin-top: 20px; text-align: center; }
.exploreBox .btn a{display: block; background-color: var(--secondryColor); color:var(--whiteColor); /*! width: 230px; */line-height: 40px; font-size:20px; /*! border-radius: 10px; */ font-weight: bold;}
.exploreBox .btn a:hover{display: block; background-color: var(--whiteColor); color: var(--blackColor); width: 130px;line-height: 40px; font-size:20px; border-radius: 10px; }



@media (max-width: 768px) {
.intrested{flex-direction: column; padding: 30px 0px; text-align: center;  gap: 20px;}

}
/* Revew Section */
.feedback-section {
  text-align: center;
  padding: 50px 20px;
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.feedback-section h1 {
  margin-bottom: 10px;
}

.feedback-section p {
  color: #333;
  
}

.carousel-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 0 80px;
}

.carousel-track-container {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.feedback-card {
  min-width: 30%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  /*! box-shadow: 30 2px 8px rgba(0,0,0,1); */
  margin-right: 3%;
  margin-top: 30px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-header h5{margin: 0px; padding: 0px;}
.feedback-section .icon {
  width: 24px;
  height: 24px;
}

.rating {
  color: #f5c518;
  font-size: 18px;
  /*! margin: 10px 0 5px; */
}

.date {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

.feedback-card p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4427A0;
  color: #fff;
  border: none;
  font-size: 22px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
}

.left {
  left: 10px;
}

.right {
  right: 10px;
}
@media (max-width: 1024px) {
  .feedback-card {
    min-width: 50%;
 
  }
  .carousel-container {
  padding: 0;
}
}
@media (max-width: 768px) {
  .feedback-card {
    min-width: 100%;
    margin-right: 0px;
  }
}

/* Footer Start */
.footer {
      background: #F5F4FF;
      padding: 40px 0px 20px 0px;
    }

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

    .footer-column {
      flex: 1 1 200px;
      margin: 20px;
    }

    .footer-column h3 {
      color:var(--primaryColor);
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 10px;
      font-weight: 900;
      text-transform: uppercase;
    }
.footer-column p{font-size: 16px;
  font-weight: bold;
line-height:20px;
text-align: left;
}


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

    .footer-column ul li {
      /*! margin: 0; */
      font-size: 16px;
      font-weight: bold;
      line-height: 30px;
    }

    .footer-column ul li a {
      color: #000;
      text-decoration: none;
    }

    .footer-logo {
      text-align: center;
      margin-bottom: 20px;
    }

    .footer-logo img {
      max-width: 100%;
    }

    .footer-description {
      text-align: left;
      font-size: 16px;
      margin-top: 20px;
      line-height: 1;
    }

    .footer-social {
      display: flex;
      justify-content: left;
      gap: 20px;
      /*! margin-top: 20px; */
      /*! margin: 20px; */
    }

    .footer-social img {
      width: 35px;
      height: 35px;
    }

    .email-contact {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 18px;
      margin: 20px;
    }

    .email-contact img {
      width: 25px;
    }

    .footer-bottom {
      text-align: center;
      /*! margin-top: 30px; */
      padding-top: 20px;
      border-top: 1px solid #ccc;
      font-size: 16px;
    }
    .footer-contact{

      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    @media screen and (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: center;
      }
      .footer-column {
        text-align: center;
        margin: 10px 0;
      }
    }
    @media screen and (max-width: 1024px) {
      .footer-container {
        flex-direction: row;
        
      }
      .footer-contact{flex-direction: row;}
      .footer-column {
        text-align: center;
        margin: 10px 0;
      }
      
      .footer-column:nth-child(1){order: 2;}
      .footer-column:nth-child(2){order: 2;}
      .footer-column:nth-child(3){order: 1; /*! display: none; */}
      .footer-column:nth-child(4){order: 2;}
    }
/* Footer Ends */




form {
      width: 90%;
      margin: auto;
      background: #fff;
      padding: 20px;
      /*! border-radius: 10px; */
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    label {
      display: block;
      margin: 10px 0 5px;
    }
    input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-bottom: 15px;
      font-size: 14px;
    }
    button {
      width: 100%;
      padding: 12px;
      border: none;
      background:var(--primaryColor);
      color: white;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
    }
    button:hover {
      background:var(--blackColor);
    }
.row1,.row2{width: 44%; margin: 0 10px; float: left;}
   @media screen and (max-width: 768px) {
    .row1,.row2{width: 100%; margin: 0;}
     .form{padding-bottom: 30px}
}


/* Here is the our product section I want to convert into HTML CSS and Javascript it should be slider in first box I point out the over effect it should also in active position. and top right are left and right arrows that should be active and the whole slider will a auto play function */