.nav-item
{
    margin-right:15px;
    display:inline-block;
}
  
  .title-bar 
  {
      text-align:center;
      background:#C46228;
      color:#fff;
      padding-bottom:30px;
      padding-top:10vh;
  }
  
  .title-bar h1 
  {
      margin-bottom:0px;
  }
  
  .title-bar a 
  {
      color:#fff;
  }
  
  .content-page 
  {
      line-height:32px;
  }
  
  .map 
  {
      margin-bottom:-85px;
  }
  
  .content-page h2 
  {
      margin-top:5px;
      margin-bottom:5px;
  }
  
  .content-page ul 
  {
      list-style-type:none;
      margin:0px;
      padding:0px;
  }
  
  .service-display-div 
  {
      border:solid 1px #ccc;
      padding:20px;
  }
  
  .service-display-div ul li a
  {
      color:#222;
      display:block;
      margin-top:15px;
  }
  
  .service-display-div ul 
  {
      margin:0px;
      padding:0px;
      margin-left:15px;
  }
  
  .service-display-div h4 
  {
      font-size:20px;
      margin-bottom:25px;
  }
  
  .service-display-div ul li a:hover 
  {
      color:#C46228;
  }
  
  .demo-book-link 
  {
      background:#C46228;
      width:100%;
      padding:10px;
      color:#fff;
      text-align:center;
      display:block;
      margin-top:20px;
  }

/*********** Header Section ************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index:100;
}

.logo {
    width: 125px;
}

.nav-item {
    padding-left: 45px;
}

 .nav-link {
    font-size: 16px;
    color: #222 !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    padding-right: 0 !important;
}

.nav-link:hover,
.nav-link.active{
  color: #C46228 !important;
}

.navbar-nav{
  padding: 10px 0;
}

/* Custom button styling */
.btn-custom {
  background-color: #C46228; /* Default background color */
  color: #fff; /* Text color */
  padding: 10px 20px; /* Add some padding */
  border-radius: 3px; /* Rounded corners */
  text-align: center; /* Center the text */
  display: inline-block; /* Make it inline-block */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transitions */
  border: 1px solid #C46228; /* Add a border on hover */
}

.nav-item:last-child{
  padding-left: 18px !important;
}

.btn-custom:hover {
  background-color: #fff; /* Hover background color */
  color: #C46228; /* Text color on hover */
  border: 1px solid #C46228; /* Add a border on hover */
}

.service-box a 
{
    color:#fff;
    font-weight:700;
}

.footer-text ul li a 
{
    color:#fff !important;
    padding:0px;
    font-weight:400 !important;
}

.page-service-single 
{
    margin-top:30px;
}

.page-service-single img 
{
    width:100%;
    height:220px;
    object-fit:cover;
}

.page-service-single h2 
{
    font-size:20px;
    margin-top:5px;
}

/*************** Styles for tablets *********************/

@media (min-width: 577px) and (max-width: 1000px) {
    /********* Styles for tablet/ipad devices *************/
  
    /************* Header Section ********************/
  
    .nav-item {
      padding-left: 0px;
    }
  
    h4 {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      color: #C46228;
      font-weight: 600;
      margin-bottom: 0;
  }
  h3{
      font-family: "Lato", sans-serif;
  }
  h2{
      font-family: "Lato", sans-serif;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #C46228;
  }
  h1 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      margin-top: 25px;
      margin-bottom: 40px;
  }
  p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      margin-bottom: 40px;
      line-height: 28px;
  }
  
  .nav-item:last-child{
    padding-top: 10px !important;
    padding-left: 0px !important;
  }
}

/*********** Styles for mobile phones ******************/
@media (max-width: 576px){

    /********* Styles for phone devices *************/
      /*********** Header **********/

  .nav-item {
    padding-left: 0; 
  }

  .logo {
    width: 105px;
  }

  .nav-link{
    font-size: 15px;
  }

  .toggle-icon {
    font-size: 22px; 
}

}

/**************** Footer ***************/

.footer {
    margin-top: 80px;
    width: 100%;
    height: auto; 
    padding: 60px 0; 
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('../images/footer-1.png');
    background-size: cover;
  }
  
  .footer-logo img{
    width: 100%;
  }
  
  .footer-text{
    display: flex;
    flex-direction: column;
  }
  .footer-text p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .footer-text h2, .footer-text h4, .footer-text p{
    color: #fff;
  }
  
  .footer-text h2{
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .footer-text h4{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .footer-custom-line {
    width: 100%;
    height: 0.2px;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .footer ul{
    padding: 15px 0 30px;
    margin: 0;
  }
  .footer ul li{
    font-size: 14px;
    line-height: 34px;
    list-style: none;
    color: #fff;
  }
  
  .footer ul li a{
    text-decoration: none;
    transition: color 0.3s ease;
    color: #fff;
  }
  
  .footer a:hover{
    color: #C46228;
  }
  
  .footer-text-follow ul{
    list-style-type: none;   
    padding: 30px 0; 
    display: flex; 
    gap: 30px; 
  }
  
  .footer-text-follow li {
    display: flex; 
    justify-content: center; 
    align-items: center; 
  }
  
  .icon-circle {
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
    background-color: #C46228; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    overflow: hidden; 
    transition: color 0.3s ease;
  }
  .icon-circle:hover {
    background-color: #b5651d; 
  }
  
  .icon-circle img {
    width: 30%;
    height: auto;
  }
  
  .vertical-line{
    width: 1px; 
    height: 100%; 
    background-color: #fff; 
    margin: 0 20px; 
  }
  
  .footer-policy p a{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-policy p a:hover{
    color: #C46228;
  }

/*************** Styles for tablets *********************/

@media (min-width: 577px) and (max-width: 1000px) {
    /********* Styles for tablet/ipad devices *************/
  
  /********* footer ***********/

.footer{
    background-position: center, -390px 0px;
    background-repeat: no-repeat;
  }
  
  .footer .logo{
   margin-bottom: 40px;
  }
  
  .footer .col-md-2,
  .footer .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}  


/*********** Styles for mobile phones ******************/
@media (max-width: 576px){

    /********* Styles for phone devices *************/

  /*********** Footer *************/

  .footer {
    margin-top: 60px;
    padding: 60px 0;
  }
    
  .footer-text h2{
    font-size: 18px;
    margin-top: 30px;
  }

  .footer-text h4 {
    font-size: 13px;
  }

  .footer ul li,
  .footer ul li a {
    font-size: 12px;
  }
  .footer .col-md-2:nth-child(1),
  .footer .col-md-2:nth-child(2),
  .footer .footer-text:nth-child(3),
  .footer .footer-text:nth-child(4),
  .footer .footer-text:nth-child(5){
    width: 45%;
  }

  .footer-custom-line {
    margin-bottom: 30px;
}

.footer-text-follow ul {
  list-style-type: none;
  padding: 30px 0;
  display: flex;
  gap: 20px;
}

.icon-circle {
  width: 34px;
  height: 34px;
}

.footer-policy{
  padding-top: 30px;
}

}

/*********** Topography ************/
*{
    scroll-behavior: smooth;
  }
  body{
      font-family: "Lato", sans-serif;
  }
  h4 {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      color: #C46228;
      font-weight: 600;
      margin-bottom: 0;
  }
  h3{
      font-family: "Lato", sans-serif;
  }
  h2{
      font-family: "Lato", sans-serif;
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #C46228;
  }
  h1 {
      font-family: "Lato", sans-serif;
      font-size: 32px;
      font-weight: 700;
      margin-top: 25px;
      margin-bottom: 40px;
  }
  p {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      margin-bottom: 40px;
      line-height: 28px;
  }
  
  .container{
      padding: 0;
  }
  
  a {
    text-decoration: none; 
  }
  
  a:hover {
    text-decoration: none; 
  }
  
  .py-3{
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  
  /*********** Header Section ************/
  
  .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      background-color: #fff;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      z-index:100;
  }
  
  .logo {
      width: 125px;
  }
  
  .nav-item {
      padding-left: 45px;
  }
  
   .nav-link {
      font-size: 16px;
      color: #222 !important;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.3s ease;
      padding-right: 15px !important;
  }
  
  .nav-link:hover,
  .nav-link.active{
    color: #C46228 !important;
  }
  
  .navbar-nav{
    padding: 10px 0;
  }
  
  /* Custom button styling */
  .btn-custom {
    background-color: #C46228; /* Default background color */
    color: #fff; /* Text color */
    padding: 10px 20px; /* Add some padding */
    border-radius: 3px; /* Rounded corners */
    text-align: center; /* Center the text */
    display: inline-block; /* Make it inline-block */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transitions */
    border: 1px solid #C46228; /* Add a border on hover */
  }
  
  .nav-item:last-child{
    padding-left: 18px !important;
  }
  
  .btn-custom:hover {
    background-color: #fff; /* Hover background color */
    color: #C46228; /* Text color on hover */
    border: 1px solid #C46228; /* Add a border on hover */
  }
  
  
  /************* Slider Section ************/
  
  .slider-background {
      background-color: #C46228; 
  }
  
  .slider-background .hero-text,
  .slider-background .hero-text p,
  .slider-background .hero-text h4 {
      color: #fff; 
  }
  
  .first-btn {
      border-color: #fff;           
      border-style: solid;          
      border-width: 1px;            
      background-color: #C46228;   
      color: #fff;                  
      border-radius: 25px;         
      padding: 8px 22px;           
      max-width: fit-content;
      transition: color 0.3s ease,background-color 0.3s ease;
  }
  
  
  .first-btn:hover {
      background-color: #fff;       
      color: #C46228;               
      text-decoration: none;        
  }
  
  
  
  .slider {
      position: relative;  
      background-color: #F1f1f1;
      padding: 0;
      overflow: hidden; 
      margin-top: 75px;
  }
  
  
  .shape-up {
      position: absolute;
      top: 0;
      left: 0;
      width: 16%;
      height: auto;
  }
  
  
  .slider-img {
      position: absolute; 
      top: 0; 
      right: 0; 
      width: 48%; 
      height: auto;
      z-index: 0; 
  }
  
  .slider-img-mobile{
    display: none;
  }
  
  .hero-text {
      position: relative; 
      z-index: 1; 
      color: #222;
      height: 82vh;
      display: flex; 
      justify-content: center; 
      flex-direction: column; 
      padding: 0;
  }
  
  
  
  .shape-down {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 36%;
      height: auto;
  }
  
  
  .btn{
      border-color: #C46228;
      border-width: 1px;
      color: #C46228;
      border-radius: 25px;
      padding: 8px 22px; 
      max-width: fit-content;  
      transition: color 0.3s ease,background-color 0.3s ease;
  }
  .btn:hover {
      background-color: #C46228;
      color: #fff;
  }
  
  .curve-lines {
      display: flex;
      justify-content: flex-end;
  }
  
  .carousel-indicators {
      position: absolute;          
      bottom: 40px;               
      left: 50%;                  
      transform: translate(-50%, 0); 
      display: flex;              
      justify-content: center;     
      align-items: center;        
      gap: 4px;                  
      padding: 0;                 
      margin: 0;                  
  }
  
  /************ General Carousel Indicators ************/
  
  
  .carousel-indicators li {
      width: 10px; 
      height: 10px;
      background-color: #ff8035; 
      border-radius: 50%; 
      transition: all 0.3s ease;
      cursor: pointer;
      list-style: none;
      opacity: 1;
      border-top: 0;
      border-bottom: 0;
  }
  
  
  .carousel-indicators .active {
      width: 30px; 
      height: 10px;
      background-color: #ff8035 !important; 
      border-radius: 10px;
  }
  
  
  .carousel-indicators li:hover {
      background-color: #B1673B; 
  }
  
  
  /*********** Social Media ***********************/
  
  
  .social-icons {
    position: fixed;
    top: 50%; 
    right: 0; 
    transform: translateY(-50%); 
    display: flex;
    flex-direction: column;
    z-index: 20; 
  }
  
  .icon-box {
    background-color: #B1673B; 
    width: 45px; 
    height: 45px; 
    margin: 5px 0;
    overflow: hidden; 
    white-space: nowrap; 
    transition: width 0.4s ease, background-color 0.3s ease; 
    position: relative; 
    z-index: 20; 
  }
  
  .icon-box:hover {
    background-color: #c98862; 
    width: 205px; 
  }
  
  .social-icon {
    font-size: 20px; 
    color: #fff; 
    position: absolute; 
    right: 15px; 
    top: 50%;
    transform: translateY(-50%); 
  }
  
  
  .icon-text {
    color: #fff; 
    font-size: 15px;
    font-weight: 600;
    opacity: 0; 
    transition: opacity 0.3s ease; 
    position: absolute; 
    left: 15px; 
    top: 50%; 
    transform: translateY(-50%); 
  }
  
  .icon-box:hover .icon-text {
    opacity: 1; 
  }
  
  .social-icons a {
    text-decoration: none;
    display: flex; 
    align-items: center; 
    justify-content: flex-end;
  }
  
  
  /************ Service Section *****************/
  
  .services-section {
    padding: 80px 0;
    background-color: #f1f1f1;
    position: relative;
  }
  
  .section-title {
    text-align: center;
    color: #C46228;
  }
  
  .service-box {
    position: relative;
    padding: 35px 20px;
    height: 275px;
    text-align: left;
    transition: transform 0.3s ease;
    z-index: 1; 
    margin-bottom: 30px;
    overflow: hidden; 
    background-size: cover;
    background-position: center;
  }
  
  .service-box h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
  }
  
  .service-box .content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease, top 0.3s ease;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 25px;
  }
  
  .service-box:hover h3 {
    opacity: 0; /* Hide the header on hover */
  }
  
  .service-box:hover .content {
    top: 0; /* Show the content on hover */
    opacity: 1;
  }
  
  .service-box .content p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    padding: 0px;
  }
  
  .service-link {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  
  .service-link:hover {
    color: #ff8035;
  }
  
    .service-box1{
      background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), 
                  url('../images/service1.jpg');
      background-size: cover;
      background-position: 65%;
    }
  
    .service-box2{
      background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), 
                url('../images/service2.png');
      background-size: cover;
      background-position: 50%;
    }
  
    .service-box3{
      background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), 
                url('../images/service3.png');
      background-size: cover;
      background-position: 65%;
    }
  
    .service-box4{
      background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), 
                url('../images/service4.webp');
      background-size: cover;
      background-position: 65%;
    }
  
    .service-box5{
      background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), 
                url('../images/service5.webp');
      background-size: cover;
      background-position: 40%;
    }
  
    .service-box6{
      background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), 
                url('../images/service6.png');
      background-size: cover;
      background-position: 70%;
    }
  
    .service-box7{
      background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), 
                url('../images/service7.jpg');
      background-size: cover;
      background-position: 65%;
    }
  
    
  .service-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 8px; 
      height: 100%; 
      background-color: #c461283f; 
      transition: width 0.3s ease; 
      z-index: 0; 
  }
  
  
  .service-box:hover::before {
      width: 100%; 
  }
  
    
    .service-box h3 {
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      color: #fff;
      margin-bottom: 20px;
    }
    
    .service-box p {
      font-size: 1px;
      color: #fff;
      margin-bottom: 20px;
      overflow: hidden; 
      text-overflow: ellipsis; 
      
      
      display: -webkit-box; 
      -webkit-line-clamp: 5; 
      -webkit-box-orient: vertical; 
      white-space: normal; 
  }
  
  .service-box3 p{
    -webkit-line-clamp: 5; 
  }
    
  .service-box6 p{
    -webkit-line-clamp: 5; 
  }
    
  .service-box7 p{
    -webkit-line-clamp: 5; 
  }
    
    .service-link {
      display: inline-block;
      color: #fff;
      font-weight: 600;
      text-decoration: none;
    }
    
    .service-link:hover {
      color: #ff8035 ;
    }
    
  .service-box h3, 
  .service-box p,
  .service-link {
      position: relative; 
      z-index: 1; 
  }
  
  /************ Solution & Services ***************/
  
  .solution-section {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
  }
  
  .solution-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
    
  .custom-line {
    width: 60px;
    height: 4px;
    background-color: #C46228;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  
  
  .solutions {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    z-index: 10;
  }
  
  
  .service-card {
    flex: 1 1 30%; 
    border: 1px solid #c5c5c5;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    font-size: 20px;
    color: #222;
    padding: 40px 20px;
    height: 340px;
    position: relative; 
    transition: transform 0.3s ease, background-color 0.3s ease; 
    cursor: pointer;
  }
  
  .service-card img {
    width: 40px;
  }
  
  .service-name {
    margin-top: 25px;
    color: #222;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    transition: margin-top 0.3s ease, color 0.3s ease; 
  }
  
  
  .service-card:hover .service-name {
    margin-top: 180px; 
    color: #fff; 
  }
  
  
  .service-card:hover .service-name-1 {
    margin-top: 160px !important; 
    color: #fff; 
  }
  
  
  .service-card:hover {
    background-color: #222; 
  }
  
  .content {
    width: 100%;
    height: 100%;
    position: absolute; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #fff;
    opacity: 0; 
    transition: opacity 0.6s ease; 
  }
  .content p{
    padding: 80px 20px 60px;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
  }
  
  
  
  .service-card:hover .content {
    opacity: 1; 
  }
  
  /********* business continuity plan **************/
  
  .business-plan {
    margin-top: 80px;
    display: none;
  }
  
  .business-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 190px;
  }
  
  
  .business {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
  }
  .business-card {
    flex: 1 1 25%; 
    border: 1px solid #c5c5c5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #222;
    padding: 60px 20px;
    transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease, border 0.3s ease; 
    text-align: center;
  }
  
  .business-card:hover{
    border: 1px solid #C46228; 
  }
  
  
  .no-border-right {
    border-right: none;
  }
  
  .no-border-right:hover{
    border-right: 1px solid #C46228; 
    z-index: 10;
  }
  
  .no-border-right {
    transition: border-right 0.3s ease; 
  }
  
  .business-card img {
    width: 40px;
  }
  
  .business-name {
    padding: 30px 0;
    color: #222;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
  }
  
  .business-card button {
    color: #222;
    border: none;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 7px;
    transition: color 0.3s ease; 
  }
  
  .business-custom-line {
    width: 20px;
    height: 3px;
    background-color: #C46228;
    border-radius: 20px;
    transition: width 0.6s ease;
  }
  
  .business-card:hover .business-custom-line {
    width: 80px;
  }
  
  .business-card:hover button { 
    color: #C46228; 
  }
  
  /********** Join Us ***************/
  
  .join-our-team{
    /* margin-top: 80px; */
    background-color: #C46228;
  }
  
  .join-our-team-text{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 80px 190px;
  }
  
  
  /******** Why Kalash Services *********/
  
  .why {
    position: relative; 
    overflow: visible; 
    height: auto; 
  }
  
  .image-container {
    position: relative; 
    margin-top: -40px; 
    width: 100%;
    height: 808px;
  }
  
  .image-container img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    display: block; 
    z-index: 1; 
    position: relative; 
  }
  
  .image-container::before {
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    z-index: 2; 
  }
  
  .why-text {
    padding: 0;
    position: absolute;
    top: 80px; 
    left: 80px;
    width: 100%;
    background-color: #C46228;
    height: auto;
    z-index: 4;
    max-width: 60%;
  }
  
  .why-text h4, .why-text h2 {
    color: #fff;
    padding: 40px 40px;
  }
  
  .why-text h2{
    padding-top: 0;
    margin-top: -20px;
    margin-bottom: 0;
  }
  
  .why-card{
    padding: 40px 40px;
    width: 100%;
    color: #fff;
    height: auto;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    transition: background-color 0.3s ease;
  }
  
  .why-card:hover{
    background-color: #C46228;
  }
  
  .why-card img{
    width: 20px;
    margin-right: 30px;
  }
  
  .why-card-text h4, .why-card-text p {
    color: #fff;
    margin: 0;
  }
  
  .why-card-text h4{
    padding-bottom: 20px;
  }
  
  .why-card-text p{
    font-size: 14px;
  }
  
  .why-card-1{
    position: absolute;
    top: 295px; 
    left: 80px;
  }
  
  .why-card-2{
    position: absolute;
    top: 295px; 
    right: 80px;
  }
  
  .why-card-3{
    position: absolute;
    bottom: 80px; 
    left: 80px;
  }
  
  .why-card-4{
    position: absolute;
    bottom: 80px; 
    right: 80px;
  }
  
  
  
  /************ Partner Section *************/
  
  .partners {
    margin-top: 80px;
    text-align: center;
  }
  
  .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #C46228;
    margin-bottom: 30px;
  }
  
  .partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 30px;
  }
  
  .partner-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-left:5px;
    margin-right:5px;
  }
  
  .partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .partner-logo {
    max-width: 80%;
    max-height: 80%;
    margin-left:10%;
    margin-top:20px;
  }
  
  
  /********** Connect with Us *************/
  
  .connect {
    position: relative;
    margin-top: 80px;
    background-color: #F1F1F1;
    padding: 80px 0;
  }
  
  .connect h2 {
    color: #b5651d; 
  }
  
  .connect h3 {
    color: #b5651d;
    font-weight: bold;
  }
  
  .connect h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #333;
  }
  
  .connect .contact-us, .connect .join-us {
    max-width: 48%;
    margin: 0;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  
  .connect .form-group {
    margin-bottom: 20px;
    
  }
  
  .connect .form-text{
    display: block;
    margin-top: 42px;
    font-size: 15px;
  }
  
  .connect label {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
    display: inline-block;
  }
  
  .connect input[type="text"],
  .connect input[type="email"],
  .connect input[type="tel"],
  .connect input[type="file"],
  .connect select,
  .connect textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #c5c5c5;
  }
  
  .connect select{
    background-color: #f1f1f1;
  }
  
  .connect .form-control{
    border-radius: 0;
  }
  
  .connect .form-check {
    margin-top: 15px;
  }
  
  .connect .form-check-input{
    transform: scale(1.1);
    border-radius: 0;
  }
  
  input[type="checkbox"] {
    -webkit-appearance: none; 
    appearance: none; 
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0; 
    cursor: pointer;
    position: relative;
  }
  
  
  input[type="checkbox"]:checked {
    background-color: #C46228; 
    border: 2px solid #C46228;
  }
  
  
  input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 49%;
    left: 50%;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg); 
  }
  
  
  .connect .form-check-label {
    font-size: 0.9rem;
  }
  
  .connect button {
    margin-top: 25px;
    width: 100%;
    height: auto;
    background-color: #C46228;
    color: #fff;
    border: none;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .connect button:hover {
    background-color: #B1673B;
  }
  
  .custom-file-input {
    opacity: 0; 
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .custom-file-upload .custom-file-label {
    background-color: #f1f1f1;
    padding: 7px 10px;
    border-radius: 0;
    height: 40px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
  }
  
  .custom-file-label::after{
    content: none;
  }
  
  .custom-file-upload {
    position: relative;
  }
  
  /************ Newsletter Section *************/
  
  .newsletter {
    padding: 60px 0;
  }
  
  .newsletter-banner {
    width: 100%;
    height: auto;
  }
  
  .subscribe {
    animation: fadeIn 1s ease-in-out;
  }
  
  .subscribe p{
    margin-bottom: 30px;
  }
  
  .subscribe h2 {
    margin-bottom: 12px;
  }
  
  
  .subscribe .input-group {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .subscribe .form-control {
    width: 100%;
    height: 56px;
    padding: 12px 140px 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 25px !important;
    outline: none;
    transition: border-color 0.3s ease;
  }
  
  .subscribe .form-control:focus {
    border-color: #c46228;
  }
  
  .subscribe .btn-subscribe {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c46228;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 3;
  }
  
  .subscribe .btn-subscribe:hover {
    background-color: #b1673b;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /************ Floating CTA Button *************/
  
  .floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #c46228; /* Brand color */
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    z-index: 100; /* Ensure it stays on top of other elements */
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .floating-cta i {
    font-size: 20px;
  }
  
  .floating-cta:hover {
    color: #fff;
    transform: translateY(-5px); /* Lift the button slightly */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  }
  
  .tooltip {
    visibility: hidden;
    background-color: #3d3d3d;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px 28px;
    position: absolute;
    bottom: 120%;
    left: 48%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
  }
  
  .tooltip p{
    margin-bottom: 5px;
  }
  
  .tooltip span{
    color: #1cbe00;
    font-weight: 600;
    font-size: 18px;
  }
  
  .floating-cta:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  
  /************ Responsive Design *************/
  
  @media (max-width: 768px) {
    .floating-cta {
      font-size: 13px;
      padding: 12px 20px;
      bottom: 15px;
      right: 15px;
    }
  
    .floating-cta i {
      font-size: 15px;
    }
  
    .tooltip {
      padding: 12px 20px;
    }
  
    .tooltip span{
      font-size: 15px;
    }
  }
  
  
  
  
  /************ Responsive Design *************/
  
  @media (max-width: 768px) {
    .newsletter {
      padding: 40px 0;
    }
  
    .newsletter .row {
      flex-direction: column;
    }
  
    .newsletter-banner {
      margin-bottom: 30px;
    }
  
    .subscribe {
      padding: 0 20px;
      text-align: center;
    }
  
    .subscribe h2 {
      font-size: 24px;
    }
  
    .subscribe p {
      font-size: 14px;
    }
  
    .subscribe .form-control {
      padding: 10px 15px;
    }
  
    .subscribe .btn-subscribe {
      padding: 13px 20px;
      font-size: 14px;
    }
  }
  
  
  /**************** Footer ***************/
  
  .footer {
    width: 100%;
    height: auto; 
    padding: 60px 0; 
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('../images/footer-1.png');
    background-size: cover;
  }
  
  .footer-logo img{
    width: 100%;
  }
  
  .footer-text{
    display: flex;
    flex-direction: column;
  }
  .footer-text p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .footer-text h2, .footer-text h4, .footer-text p{
    color: #fff;
  }
  
  .footer-text h2{
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .footer-text h4{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .footer-custom-line {
    width: 100%;
    height: 0.2px;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .footer ul{
    padding: 15px 0 30px;
    margin: 0;
  }
  .footer ul li{
    font-size: 14px;
    line-height: 34px;
    list-style: none;
    color: #fff;
  }
  
  .footer ul li a{
    text-decoration: none;
    transition: color 0.3s ease;
    color: #fff;
  }
  
  .footer a:hover{
    color: #C46228;
  }
  
  .footer-text-follow ul{
    list-style-type: none;   
    padding: 30px 0; 
    display: flex; 
    gap: 30px; 
  }
  
  .footer-text-follow li {
    display: flex; 
    justify-content: center; 
    align-items: center; 
  }
  
  .icon-circle {
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
    background-color: #C46228; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    overflow: hidden; 
    transition: color 0.3s ease;
  }
  .icon-circle:hover {
    background-color: #b5651d; 
  }
  
  .icon-circle img {
    width: 30%;
    height: auto;
  }
  
  .vertical-line{
    width: 1px; 
    height: 100%; 
    background-color: #fff; 
    margin: 0 20px; 
  }
  
  .footer-policy p a{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-policy p a:hover{
    color: #C46228;
  }
  
  
  /*************** Styles for tablets *********************/
  
  @media (min-width: 577px) and (max-width: 767px) {
    /********* Styles for tablet/ipad devices *************/
  
    /************* Header ********************/
  
    .nav-item {
      padding-left: 0px;
    }
  
    h4 {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      color: #C46228;
      font-weight: 600;
      margin-bottom: 0;
  }
  h3{
      font-family: "Lato", sans-serif;
  }
  h2{
      font-family: "Lato", sans-serif;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #C46228;
  }
  h1 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      margin-top: 25px;
      margin-bottom: 40px;
  }
  p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      margin-bottom: 40px;
      line-height: 28px;
  }
  
  .nav-item:last-child{
    padding-top: 10px !important;
    padding-left: 0px !important;
  }
  
  
  
  /*********** Slider *************/
  
  .slider-img{
    width: 60%;
  }
  
  .slider-img-mobile{
    display: none;
  }
  
  .hero-text{
    height: 62vh;
  }
  
  .header .col-md-6{
    flex: 0 0 62%;
    max-width: 62%;
  }
  
  /*************** Services ******************/
  
  .services-section .col-md-3{
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  /************* Solutions ***************/
  
  .solution-section .col-md-4 {
    
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .solution-section .col-md-8 {
    
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .solution-text{
    padding: 80px 15px;
  }
  
  /************ Business Plan ************/
  
  .business-text {
    padding: 0 150px;
  }
  
  .business-card {
    flex: 1 1 50%;
  }
  
  .business-card:nth-child(2) {
    border-right: 1px solid #c5c5c5; 
  }
  
  .business-card:nth-child(2):hover{
    border: 1px solid #C46228; 
  }
  
  /************** Join Us **************/
  
  .join-our-team-text {
    
    padding: 80px 150px;
  }
  
  /*************  Why *****************/
  .image-container {
    height: 1300px;
  }
  
  .why .col-md-5{
    flex: 0 0 82%;
    max-width: 82%;
  }
  
  .why-card-2{
    top: 545px;
    left: 80px;
  }
  
  .why-card-3{
    top: 795px;
    left: 80px;
    bottom: auto;
  }
  
  .why-card-3 img{
    width: 20px;
    height: auto;
  }
  
  .why-card-4{
    top: 1050px;
    left: 80px;
    bottom: auto;
  }
  .why-card-4 img{
    width: 30px;
    height: auto;
  }
  
  
  /************ Contact Us *************/
  
  
  .connect .contact-us,
  .connect .join-us
  {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .connect .join-us{
   margin-top: 40px;
  }
  
  /********* footer ***********/
  
  .footer{
    background-position: center, -390px 0px;
    background-repeat: no-repeat;
  }
  
  .footer .logo{
   margin-bottom: 40px;
  }
  
  .footer .col-md-2,
  .footer .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  }
  
  
  /*********** Styles for mobile phones ******************/
  @media (max-width: 576px){
  
    /********* Styles for phone devices *************/
  
    /******** Topography ***********/
  
    h4 {
      font-family: "Lato", sans-serif;
      font-size: 12px;
      color: #C46228;
      font-weight: 600;
      margin-bottom: 0;
    }
    h3{
        font-family: "Lato", sans-serif;
    }
    h2{
        font-family: "Lato", sans-serif;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #C46228;
    }
    h1 {
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    p {
        font-family: "Lato", sans-serif;
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 28px;
    }
    a{
      font-size: 14px;
      font-family: "Lato", sans-serif;
    }
  
    .btn{
      font-size: 14px;
    }
  
    /*********** Header **********/
  
    .nav-item {
      padding-left: 0; 
    }
  
    .logo {
      width: 105px;
    }
  
    .nav-link{
      font-size: 15px;
    }
  
    .toggle-icon {
      font-size: 22px; 
  }
  
    /*********** Social ********/
    .social-icons{
      display: none;
    }
    .nav-item:last-child{
      padding-top: 10px !important;
      padding-left: 0 !important;
    }
    
  
    /*********** Slider *********/
  
    .container{
      overflow-x: hidden;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .shape-up{
      width: 26%;
      z-index: 1;
    }
    .shape-down{
      width: 50%;
      z-index: 1;
    }
  
    .slider{
      margin-top: 70px;
    }
  
    .slider-img{
      display: none;
    }
    .slider-img-mobile{
      display: block;
      position: absolute; 
      top: 0; 
      right: 0; 
      width: 100%; 
      height: auto;
      z-index: 0; 
    }
  
    .hero-text{
      padding: 130px 15px 0;
      height: 43rem;
    }
  
    .hero-text h1{
      font-size: 24px;
    }
  
    /********* Services *************/
  
    .services-section{
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    /********* Solutions **************/
  
    .custom-line{
      margin-bottom: 30px !important;
    }
  
    .solution-section .container{
      padding: 0;
    }
    .solution-section .solution-text{
      margin-top: 60px;
      margin-bottom: 60px;
    }
  
    .service-card {
      flex: 1 1 100%;
    }
  
    .service-card:nth-child(2){
      border-top: 1px solid #c5c5c5 !important;
      border-left: none !important;
    }
    
    .service-card:nth-child(3){
      border-top: 1px solid #c5c5c5 !important;
      border-left: none !important;
    }
    .service-card:nth-child(5){
      border-left: none !important;
    }
    .service-card:nth-child(6){
      border-left: none !important;
    }
  
    /********** Plan **********/
  
    .business-plan {
      margin-top: 60px;
    }
  
    .business-text {
      padding: 0 15px;
    }
  
    .business-card {
      flex: 1 1 100%;
    }
    .business-card:nth-child(1),
    .business-card:nth-child(2),
    .business-card:nth-child(3) {
      border-right: 1px solid #c5c5c5;
    }
  
  
    /************ Join Us **********/
  
    .join-our-team {
      margin-top: 60px;
    }
  
    .join-our-team-text {
      padding: 60px 15px;
    }
  
    /************** Why Us *****************/
  
    .why.container{
      overflow-x: hidden !important;
    }
  
    .image-container{
      margin-top: 0;
      height: 1240px;
    }
  
    .why-text {
      top: 30px;
      left: 30px;
      width: 82%;
      max-width: 100%;
  }
  
  .why-text h2,
  .why-text h4 {
    padding: 15px 15px;
  }
  
  .why-card {
    padding: 15px 15px;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 82%;
  }
  .why-card img{
    height: auto;
  }
  .why-card-1 {
    top: 190px;
    left: 30px;
  }
  .why-card-2 {
    top: 445px;
    left: 30px;
  }
  .why-card-3 {
    top: 700px;
    left: 30px;
    bottom: auto;
  }
  .why-card-4 {
    top: 990px;
    left: 30px;
    bottom: auto;
  }
  
    /************ Partners ****************/
  
    .partners {
      margin-top: 60px;
    }
  
    .partners .col-6{
      margin-top: 40px;
    }
  
    .partners .row{
      margin-top: 0 !important;
    }
    
    .partner-slider {
  margin-top: 20px;
}

.partner-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;      /* Fixed height for consistency */
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.partner-logo {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;  /* Ensures logos aren't stretched */
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.05);
}


    
    
    
    
    
    
    
  
    /************ Contact Us *************/
  
    .connect {
      margin-top: 60px;
      padding: 60px 0;
    }
  
    .connect .contact-us,
    .connect .join-us
    {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .connect .join-us{
    margin-top: 40px;
    }
  
    .connect .form-check {
      margin-top: 15px;
      display: flex;
    
    }
  
    input[type="checkbox"]{
      margin-right: 0;
    }
  
    .connect .form-check-label {
      padding-left: 10px;
    }
  
    /*********** Footer *************/
  
    .footer {
      margin-top: 60px;
      padding: 60px 0;
    }
      
    .footer-text h2{
      font-size: 18px;
      margin-top: 30px;
    }
  
    .footer-text h4 {
      font-size: 13px;
    }
  
    .footer ul li,
    .footer ul li a {
      font-size: 12px;
    }
    .footer .col-md-2:nth-child(1),
    .footer .col-md-2:nth-child(2),
    .footer .footer-text:nth-child(3),
    .footer .footer-text:nth-child(4),
    .footer .footer-text:nth-child(5){
      width: 45%;
    }
  
    .footer-custom-line {
      margin-bottom: 30px;
  }
  
  .footer-text-follow ul {
    list-style-type: none;
    padding: 30px 0;
    display: flex;
    gap: 20px;
  }
  
  .icon-circle {
    width: 34px;
    height: 34px;
  }
  
  .footer-policy{
    padding-top: 30px;
  }
    
  }
  