@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.text-primary{color:#FF5400 !important;}
.bg-primary{background: #FF5400 !important;}
.btn-primary{background-color:rgb(255, 84, 0) !important ; border:none !important; color:rgb(255, 255, 255) !important;}
.btn-outline-primary{background-color:transparent !important ; border-color:rgb(255, 84, 0) !important; color:rgb(255, 84, 0) !important;}
.btn-outline-primary:hover{background-color:rgb(255, 84, 0) !important ; border:none !important; color:rgb(255, 255, 255) !important;}
p{font-family: "Poppins", sans-serif;}
span{font-family: "Poppins", sans-serif;}
ul li{font-family: "Poppins", sans-serif;}
h1,h2,h3,h4,h5,h6{font-family: "Poppins", sans-serif;}
.text-dark{color: #000 !important;}
a{text-decoration: none;}
.rounded-3{border-radius: 20px !important;}
.btn-primary:focus{outline: none !important; border: none !important;}


.navbar-brand img{
    width: auto;
    height: 55px;
}


.nav-link {
  position: relative;
  padding-bottom: 5px; /* Space for underline */
  display: inline-block;
  margin-right: 20px;
  color: rgb(77, 77, 77) !important;
}

.nav-link .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #FF5400; /* Change color if needed */
  transition: width 0.3s ease;
  border-radius: 50px;
}

.nav-link:hover .underline {
  width: 100%;
}

.nav-link.active .underline {
  width: 100%;
}

.hero-section{
    background-image: url(../assets/hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    /* min-height: 100vh; */
}

.inner-hero-section{
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255,0.9);
  margin: 0px;
  /* min-height: 100vh; */
}

.hero-section h1{
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: rgb(47, 47, 47);
}

.hero-section h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.trust-badge {
  background-color: rgba(255, 85, 0, 0.103);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0 10px 0 0;
}

.img-box{
  transform: rotate(20deg);
}

.img-1 {width: 240px; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;}
.img-2 {width: 200px; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;}
.img-3 {width: 200px; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;}

.services img{
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
}


/* Add this to your CSS file */
.social-stack {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.social-btn {
  width: 42px;
  height: 42px;
  background: #FF5400;
  color: #Fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.social-btn:hover {
  background:white; /* Use your primary color */
  transform: scale(1.1);
  color: #FF5400;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
  .social-stack {
      display: none;
  }
}

/*--------------------------------------------------------------
# Our Solution section in landing page navigation tabs
--------------------------------------------------------------*/

#our-solution{
  
  display: flex;
  align-items: center;
  padding: 100px 10px 40px 10px;
 }

 .section-divider {
  width: 80px;
  height: 4px;
  background: #F18F01;
  margin: 0 auto 25px;
}

#our-solution img{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#our-solution .nav-link{
  color: #FF5400 !important;
  font-weight: 600;
}

#our-solution .nav-item:hover{
  border-bottom: none
}

#our-solution .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color:#FF5400;
  background-color: transparent;
  border-bottom: 3px solid white;
}

#red .nav-pills{
  min-width: 600px !important;
 width: 640px !important;
 height: 80px;
 background-image: linear-gradient(#FF5400, #e87f4a);
 box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
 border-radius: 50px;
}

#red .nav-pills li{
 height:100%;
}

#red .nav-pills li button{
  padding-bottom: 10px ;
  height: 100% !important;
  border-radius: 0% !important;
  color: white !important;
 }

 @media (max-width: 767px) {
  
  #red .nav-pills{
    min-width: 100% !important;
    width: 100% !important;
    display: inline-block;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    overflow-x: scroll;
  }
  #red .nav-pills{
  padding-left:25px !important ;
  padding-right:25px !important ;
  }
  
 }


/*--------------------------------------------------------------
# End of Our Solution section in landing page navigation tabs
--------------------------------------------------------------*/


 /*--------------------------------------------------------------
#  FAQs page
--------------------------------------------------------------*/

#faq {
  padding: 30px 0 20px 0;
}

#faq .border-primary {
  border-left: 6px solid #FF5400 !important;
  border-bottom: none;
  border-top: none;
  border-right: none;
}



#faq-section h5 {
  color: #000 !important;
}

 /*--------------------------------------------------------------
#  end of FAQs
--------------------------------------------------------------*/




/*--------------------------------------------------------------
                # start of Conatct us section 
--------------------------------------------------------------*/



.contact-us label{
  color: rgb(47, 47, 47);
  font-weight: 300;
}

.contact-us input{
  height: 50px;
  background-color: rgb(246, 246, 246);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.contact-us textarea{
  height: 120px;
  background-color: rgb(246, 246, 246);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

::placeholder{
  color: rgb(145, 145, 145) !important;
  font-weight: 300;
}





/*--------------------------------------------------------------
                # start of sales section 
--------------------------------------------------------------*/



.sales{
  padding-top: 180px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales ul li{
  list-style: none;
  margin-bottom: 14px;
}


.floating-testimonial {
  display: flex;
  justify-content: center;
  padding: 30px;
}

.testimonial-box {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  max-width: 400px;
  text-align: center;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); } /* Adjust pixel value for more/less movement */
}

.testimonial-box p {
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial-box span {
  font-weight: bold;
  color: #555;
}
/*--------------------------------------------------------------
                # start of lettings section 
--------------------------------------------------------------*/

  .image-strip {
      overflow: hidden;
      white-space: nowrap;
      margin-bottom: 30px;
      height: 130px;
    }

    .scroll-content {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-ltr 20s linear infinite;
    }

    .image-strip:hover .scroll-content {
      animation-play-state: paused;
    }

    .scroll-content img {
      width: 160px;
      height: 120px;
      margin: 10px;
      object-fit: cover;
      border-radius: 6px;
      cursor: pointer;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .ltr .scroll-content {
      animation-name: scroll-ltr;
    }

    .rtl .scroll-content {
      animation-name: scroll-rtl;
    }

    @keyframes scroll-ltr {
      0% { transform: translateX(-50%); }
      100% { transform: translateX(0%); }
    }

    @keyframes scroll-rtl {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-50%); }
    }

    /* MODAL STYLING */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
    }

    .modal img {
      max-width: 90vw;
      max-height: 90vh;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
      
    }

    .modal .close {
      position: absolute;
      top: 30px;
      right: 50px;
      font-size: 40px;
      color: white;
      cursor: pointer;
      font-weight: bold;
    }

    .right-img{
      position: relative;
    }

    .img-sale-1{
      width: 600px;
      border-radius: 20px;
      position: absolute;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }

    .img-sale-2{
      position: absolute;
      width: 300px;
      right: -50px;
      top: 260px;
      border-radius: 20px;
      border: 8px solid #F8F9FA;
    }






/*--------------------------------------------------------------
                # start of footer
--------------------------------------------------------------*/

footer{
  background-color: #ffffff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


.footer-link ul li{
    list-style: none;
    display: inline;
    margin-left: 40px;
}

.footer ul {
    padding: 0%;
}




/* ======================== */
/* GENERAL RESPONSIVE RULES */
/* ======================== */
@media (max-width: 1200px) {
  /* Adjustments for large tablets and small laptops */
  .hero-section h1 {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  /* Tablet styles */
  .hero-section h1 {
    font-size: 2.5rem;
  }
  
  .hero-section h3 {
    font-size: 1.2rem;
  }
  
  .img-box {
    transform: none;
    margin-top: 30px;
  }
  
  .img-1, .img-2, .img-3 {
    width: 100%;
    max-width: 300px;
  }
  
  .social-stack {
    display: none;
  }
  
  #red .nav-pills {
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  /* Small tablets and large phones */
  .navbar-brand img {
    height: 40px;
  }
  
  #main-nav {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
  
  #red .nav-pills {
    height: auto;
    flex-direction: column;
    border-radius: 20px;
  }
  
  #red .nav-pills li button {
    padding: 15px;
    border-radius: 0 !important;
  }
  
  #our-solution .tab-content img {
    margin-top: 20px;
  }
  
  #faq {
    padding-top: 80px;
  }
  
  .accordion-item {
    margin: 15px 0;
  }
  
  .contact-us .col-md-6 {
    margin-bottom: 15px;
  }
  
  .contact-us input, 
  .contact-us textarea {
    height: auto;
    padding: 12px;
  }
  
  .footer-link ul {
    text-align: center;
    margin-top: 20px;
  }
  
  .footer-link ul li {
    display: block;
    margin: 10px 0;
  }
  
  .sales {
    padding-top: 120px;
  }
}

@media (max-width: 576px) {
  /* Mobile phones */
  .hero-section h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  
  .btn-lg {
    padding: 8px 16px;
    font-size: 1rem;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .trust-badge {
    margin-bottom: 10px;
    padding: 8px 15px;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }
  
  .inner-hero-section {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
  }
  
  .hero-images-section {
    display: none; /* Hide image grid on smallest screens */
  }
  
  .testimonial-box {
    padding: 15px;
    max-width: 90%;
  }
  
  .modal .close {
    top: 15px;
    right: 15px;
    font-size: 30px;
  }
}

/* ======================== */
/* COMPONENT-SPECIFIC RULES */
/* ======================== */

/* Image strip in lettings section */
@media (max-width: 768px) {
  .image-strip {
    height: 100px;
  }
  
  .scroll-content img {
    width: 120px;
    height: 90px;
  }
}

/* Sales section images */
@media (max-width: 992px) {
  .img-sale-1 {
    position: relative;
    width: 100%;
  }
  
  .img-sale-2 {
    position: relative;
    width: 80%;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
}

/* FAQ accordion */
@media (max-width: 576px) {
  .accordion-button h5 {
    font-size: 1rem;
  }
  
  .accordion-body h6 {
    font-size: 0.9rem;
  }
}

/* Contact form */
@media (max-width: 400px) {
  .contact-us .btn-primary {
    width: 100%;
  }
}

/* ======================== */
/* ORIENTATION-SPECIFIC */
/* ======================== */
@media (max-width: 992px) and (orientation: landscape) {
  .hero-section {
    min-height: 120vh;
  }
  
  .inner-hero-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

 /* Working phone animation */
 .phone-animation {
  animation: ring 0.8s infinite;
  display: inline-block;
  transform-origin: center 70%;
}
@keyframes ring {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}