.custom_bg_1{
  background-image: url('../img/backgrounds/sec_cus_bg_1.png');
  /* min-height: 900px; */
  /* Adjust background properties for optimal display */
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-color: rgba(240, 248, 255, 0);
  padding: 20px;
}

.custom-p{
  margin: 10px 150px;
}

.custom-bg-img{
  background-image: url('../img/backgrounds/professional-climate-bg.svg');
  /* min-height: 900px; */
  /* Adjust background properties for optimal display */
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-color: rgba(240, 248, 255, 0);
  border-radius: 30px;
  margin: 0;
  padding: 0;
}

.custom_bg_2{
  /* padding: 9rem 0 !important; */
  background-color: #F8E4EB;
  background-image: url('../img/backgrounds/main-bg-s.png');
  /* min-height: 900px; */
  /* Adjust background properties for optimal display */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-color: rgba(240, 248, 255, 0);
  padding: 20px;
}

.custom_bg_3{
  /* padding: 50px; */
  background-color: #F8E4EB;
  background-image: url('../img/backgrounds/sec_cus_bg_3.png');
  /* min-height: 900px; */
  /* Adjust background properties for optimal display */
  background-size:contain;
  background-position: cover;
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-color: rgba(240, 248, 255, 0);
  padding: 0 100px;
}

.custom_bg_4{
  background-color: #F8E4EB;
  background-image: url('../img/backgrounds/main-bg-s.png');
  /* min-height: 900px; */
  /* Adjust background properties for optimal display */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  background-color: rgba(240, 248, 255, 0);
  padding: 20px;
}


.cus-container{
  border: 1px solid #e9e9f99c;
  border-radius: 50px;
  margin: 100px;
  padding: 100px;
  background-image: linear-gradient(0deg,#E9E9F9 0.76%,#E1E2FF00 100%);
}

.cus-container-2{
  border: 1px solid #e9e9f99c;
  border-radius: 50px;
  margin: 100px;
  padding: 100px 100px;
  background-image: linear-gradient(0deg,#E9E9F9 0.76%,#E1E2FF00 100%);
}

.cus-container-3{
  background-color: #F1F4FB;
  border: 1px solid #eaeafc;
  border-radius: 50px;
  margin: 100px;
  padding: 120px 0;
  /* background-image: linear-gradient(0deg,#E9E9F9 0.76%,#E1E2FF00 100%); */
}

.cus-container-4{
    border: 1px solid #e9e9f99c;
    border-radius: 50px;
    margin: 0;
    padding: 10px;
    /* background-image: linear-gradient(0deg,#e9e9f99e 0.76%,#E1E2FF00 100%); */
    background-image: url('../img/backgrounds/sec_cus_bg_2.png');
    margin: 100px;
    padding: 120px 0;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-color: rgba(240, 248, 255, 0);
  }

  .cus-container-5{
    /* border: 1px solid #e9e9f99c;
    border-radius: 50px; */
    margin: 0;
    /* background-image: linear-gradient(0deg,#e9e9f99e 0.76%,#E1E2FF00 100%); */

    margin: 10px;
    padding: 50px 0;
    background-size:contain;
    background-position: left;
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-color: rgba(240, 248, 255, 0);
  }


.cus_img{
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
}

.cus_img_2{
    height: auto;
    max-width: auto;
    border: none;
    border-radius: 0;
  }

.custom-img-5{
  width: 100%;
  border: none;
  border-radius: 30px;
}

.custom-img-6{
  width: auto;
  border: none;
  border-radius: 20px 20px 0 0;
}

.cus_img_7{
  width: 62px;
  border: none;
  border-radius: 20px 20px 0 0;
}

.cus-card-img{
  width: auto;
  border: none;
  border-radius: 20px;
}

.cus-sec-top{
  padding-top: 150px;
}

.cus-heading{
    font-size: 40px !important;
    font-weight: 700;
    color: #140836;
    padding: 0;
    margin: 0;
    line-height: 46.4px;
}

.cus-heading-2{
    font-size: 40px !important;
    font-weight: 700;
    color: #140836;
    padding: 0;
    margin: 0;
    line-height: 46.4px;
}

.cus-heading-3{
    font-size: 40px !important;
    font-weight: 700;
    color: #140836;
    padding: 0;
    margin: 0;
    line-height: 46.4px;
}

.cus-text{
  padding: 20px 50px;
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 900;
  /* background-color: #EAE8FD; */
  color: #685DD8;
}

.cus-card-1 {
  border-radius: 40px !important;
  background-color: #FFFFFF;
  padding: 2rem 1.5rem; /* Adjust padding as needed */
  min-height: 200px; /* Minimum height of the card */
  max-width: 100%; /* Ensure card doesn't exceed viewport width */
  display: flex;
  flex-direction: column;
}



/* .cus-card-2{
  border: 1px solid #d2d2fc9c;
  border-radius: 40px !important;
  background-color: #FFFFFF;
  padding: 1.5rem;
  margin: 1.5rem;
  box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px;
  min-height: 250px;
  max-height: 260px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
} */

.cus-card-2 {
  background-color: rgba(255, 255, 255, 0.15); /* Adjust transparency as needed */
  border-radius: 15px; /* Adjust border radius as needed */
  border: 1px solid rgba(255, 255, 255, 0.15); /* Adjust border color and thickness as needed */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15); /* Adjust shadow as needed */
  backdrop-filter: blur(20px); /* Adjust blur radius as needed */
  -webkit-backdrop-filter: blur(20px); /* For Safari */
  padding: 20px; /* Adjust padding as needed */
  margin-bottom: 10px;
  transition: all 0.3s ease; /* Add transition for smoother hover effect */
  min-height: 320px; /* Set a fixed height, adjust as needed */
  max-height: 325px; /* Set a fixed height, adjust as needed */
}



/* Additional CSS for hover effect */
.cus-card-2:hover {
  transform: translateY(-5px); /* Adjust hover effect as needed */
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px rgba(0, 0, 0, 0.11); /* Adjust hover shadow as needed */
}



.cus-card-3{
  border: 1px solid #d2d2fc9c;
  border-radius: 20px !important;
  background-color: #FFFFFF;
  padding: 20px;
  margin: 0 80px;
  box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px;
}

.cus-card-4{
    border: 1px solid #d2d2fc9c;
    border-radius: 40px !important;
    background-color: #FFFFFF;
    padding: 55px 30px;
    margin: 10px 40px;
    box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px;
    min-height: 360px;
    /* max-height: 330px; */
  }

  .cus-height-mb{
    min-height: 60vh;
  }

  .cus-card-5{
    border: 1px solid #fcedd29c;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(252, 170, 170, 0.218) 5px 15px 20px 0px;
    padding: 20px 30px;
    margin: 10px 40px;
    min-height: 170px;
  }

  .cus-card-6{
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px;

    padding: 20px; /* Adjust padding as needed */
    margin-top: 10px;
    transition: all 0.3s ease; /* Add transition for smoother hover effect */
    min-height: 320px; /* Set a fixed height, adjust as needed */
    max-height: 325px; /* Set a fixed height, adjust as needed */
  }
  .cus-card-18{
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px;
    padding: 30px; /* Adjust padding as needed */
    min-width: 300px;
    margin: 50px auto;
    transition: all 0.3s ease; /* Add transition for smoother hover effect */
  }

  .cus-card-17{
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px;

    padding: 15px 15px; /* Adjust padding as needed */
    margin-top: 10px;
    transition: all 0.3s ease; /* Add transition for smoother hover effect */
    min-height: 225px; /* Set a fixed height, adjust as needed */
    max-height: 230px; /* Set a fixed height, adjust as needed */
  }


  .features-section .cus-container {
    display: flex;
    flex-wrap: wrap;
  }

  .features-section .cus-card-6 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .features-section .cus-card-6 .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .features-section .cus-card-6 .card-body h4 {
    flex-shrink: 0;
  }

  .features-section .cus-card-6 .card-body ul {
    flex-grow: 1;
  }

  .features-section .cus-card-6 .card-body li {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }

  .features-section .cus-card-6 .card-body li p {
    flex-grow: 1;
  }

  .get-started-height{
    min-height: 400px !important;
  }


  .cus-card-6 p {
    white-space: pre-wrap; /* Ensures that whitespace is preserved; lines break at newline characters, at <br>, and as necessary to fill line boxes */
    word-wrap: break-word; /* Breaks long words and wraps them onto the next line */
  }

  .cus-card-2 p {
    white-space: pre-wrap; /* Ensures that whitespace is preserved; lines break at newline characters, at <br>, and as necessary to fill line boxes */
    word-wrap: break-word; /* Breaks long words and wraps them onto the next line */
  }

  .cus-card-2 p {
    white-space: pre-wrap; /* Ensures that whitespace is preserved; lines break at newline characters, at <br>, and as necessary to fill line boxes */
    word-wrap: break-word; /* Breaks long words and wraps them onto the next line */
  }




  .cus-card-7{
    /* border: 1px solid #d2d2fc9c;
    border-radius: 40px !important; */
    background-color: #FFFFFF;
    padding: 55px 30px;
    margin: 10px 20px;
    box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px;
    min-height: 190px;
    max-height: 200px;
  }

  .cus-card-8{
    border: 1px solid #fcedd29c;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: rgba(252, 170, 170, 0.218) 5px 15px 20px 0px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    min-height: 200px;
  }

  .cus-card-9 {
    background-color: #FFFFFF;
    padding: 1.2rem;
    margin: 0.6rem;
    min-height: 14.3rem;
    max-height: 15rem;
    max-width: 100%; /* Ensure card doesn't exceed viewport width */
    overflow: auto !important;
    border-radius: 16px;
    border: 1px solid #DAD9DD;
    box-shadow: 0px 2px 40px 0px #5D2EDE14;
  }

  .cus-card-9 p {
    white-space: pre-wrap; /* Ensures that whitespace is preserved; lines break at newline characters, at <br>, and as necessary to fill line boxes */
    word-wrap: break-word; /* Breaks long words and wraps them onto the next line */
  }

  .cus-card-10{
    border: 1px solid #d2d2fc9c;
    border-radius: 16px !important;
    background-color: #FFFFFF;
    padding: 24px;
    margin: 10px 15px;
    box-shadow: 0px 2px 40px 0px #5D2EDE14;
    min-height: 13rem;
    max-height: 15.2rem;
    max-width: 100%; /* Ensure card doesn't exceed viewport width */
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: auto;
  }

  .cus-card-11{
    border: 2px solid #fcebd29c;
    border-radius: 30px !important;
    background-color: #FFFFFF;
    padding: 0.8rem;
    font-size: 12px;
    text-align:left !important;
    /* height: 220px; Adjust as needed */
    min-height: 14.9rem;
    max-height: 15.2rem;
    max-width: 100%; /* Ensure card doesn't exceed viewport width */
    overflow: auto;
  }

  .cus-card-11 p{
    white-space: pre-wrap; /* Ensures that whitespace is preserved; lines break at newline characters, at <br>, and as necessary to fill line boxes */
  word-wrap: break-word; /* Breaks long words and wraps them onto the next line */
  }

  .cus-card-12{
    border: 2px solid #fcebd29c;
    border-radius: 30px !important;
    background-color: #FFFFFF;
    padding: 1.5rem;
    max-height: auto; /* Adjust as needed */
    max-width: 100%; /* Ensure card doesn't exceed viewport width */
    text-wrap: wrap !important;
    line-break: auto;
    overflow-wrap: break-word;
  }

  .cus-footer{
    background-color: #1B1929;
    padding: 30px 30px;
    margin: 3px 0;
    color: white;
    /* box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px; */
    min-height: 500px;
    /* max-height: 310px; */
  }

  .cus-card-13{
    border: 1px solid #d2d2fc9c;
    border-radius: 40px !important;
    background-color: #FFFFFF;
    padding: 1.2rem;
    margin: 0.6rem;
    box-shadow: rgba(178, 170, 252, 0.218) 5px 15px 20px 0px;
    min-height: 13.5rem;
    max-height: 14rem;
    max-width: 100%;
    overflow: auto;
  }

  .footer-list li a{
    line-height: 2 !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400 !important;
  }

  .cus-card-7:hover{
    border: 1px solid #fcedd29c;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(233, 170, 252, 0.218) 5px 15px 20px 0px;
  }

  .cus-card-6:hover{
    border: 1px solid #fcedd29c;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(233, 170, 252, 0.218) 5px 15px 20px 0px;
  }

  .cus-card-17:hover{
    border: 1px solid #fcedd29c;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(233, 170, 252, 0.218) 5px 15px 20px 0px;
  }

  .cus-card-5:hover{
    border: 1px solid #fcedd29c;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: rgba(233, 170, 252, 0.218) 5px 15px 20px 0px;
  }

  .cus-card-4:hover{
    border: 1px solid #fcedd29c;
    background-color: #FFFFFF;
    box-shadow: rgba(252, 170, 170, 0.218) 5px 15px 20px 0px;

  }

.cus-card-2:hover{
  border: 1px solid #fcedd29c;
  background-color: #FFFFFF;
  box-shadow: rgba(252, 170, 214, 0.218) 5px 15px 20px 0px;

}

.cus-heding-5{
  font-size: 50px;
  font-weight: 700;
  color: rgb(80, 80, 80);
  line-height: 1;
}

ul li{
  line-height: 1.4;

}

li p{
  font-family: sans-serif;
  font-size: 15px;
  margin-bottom: 2px;
  /* font-weight: 700; */
}

li p i {
  font-size: 18px !important;
  color: #7367F0;
}

/* .cus-nav-menu{
  font-size: 1.2rem;
  font-weight: 500 !important;
}

ul li .nav-item:hover{
  color: white !important;
  background-color: rgba(192, 192, 192, 0.686) !important;
}

.navbar-active {
  border: none !important;
  border-radius: 0% !important;
  background-color: white !important;
} */

.cus-nav-menu{
  font-size: 1.2rem;
  font-weight: 500 !important;
  color: white !important;
  border: none !important;
}

li .nav-item span{
  color: white !important;
}

li .nav-item:hover{
  color: white !important;
  background-color: rgba(192, 192, 192, 0.686) !important;
  max-width: 350px;
}

.navbar-active {
  border: none !important;
  border-radius: 0% !important;
  background-color: white !important;
}


.cus-card-15 {
  font-size: 28px !important;
  color: black;
  background-color: white;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  max-width: 100%;
  max-height: 450px;

  transition: box-shadow 0.5s ease, transform 0.5s ease; /* Add slow transition */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Initial shadow */
}

.cus-card-15:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Shadow on hover */
  transform: scale(1.05); /* Scale up slightly on hover */
}

/* .all-features-card{
  margin-top: 100px;
} */

.all-features-btn{
  margin-top: 50px;
  font-size: 45px;
}

.cus-card-15 img {
  display: block; /* Ensures the image is treated as a block element */
  margin: 0 auto; /* Centers the image horizontally */
  min-width: 280px !important; /* Limits the maximum width of the image */
  max-width: auto; /* Limits the maximum width of the image */
  min-height: 230px; /* Limits the maximum width of the image */
  max-height: 230px !important; /* Limits the maximum width of the image */
  border: none; /* Removes any border */
  border-radius: 0; /* Removes any border radius */
}
.cus-card-15 p{
  font-size: 14px;
  color: black;
  text-align: start;
  font-weight: 800px !important;
  padding: 0;
  margin: 8px 0;
  padding: 0 30px;

}
.cus-card-15 h2{
  font-size: 20px;
  color: black;
  font-weight: 600;
}

.gradient-text {
  background: linear-gradient(90deg, #ffde59, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Style for the submenu links on hover */
/*  */



/* .cus-nav-sub-menu a{
  font-size: 0.9rem;
  font-weight: 400 !important;
}

.cus-nav-sub-menu:hover{
  background-color: #a1a1a1d7 !important;
  color: white !important;
} */

/* .cus-nav-sub-menu a:hover{
  color: white !important;
} */

.icon-i {
  font-size: 100px !important;
}

.cus-shadow-1:hover{
  box-shadow: rgba(140, 127, 255, 0.218) 0px 20px 40px 0px;
}

.cus-shadow-2:hover{
  box-shadow: rgba(217, 255, 127, 0.218) 0px 20px 40px 0px;
}

.cus-card-3:hover{
  box-shadow: rgba(255, 180, 127, 0.218) 0px 20px 40px 0px;
}

.cus-shadow-4:hover{
  box-shadow: rgba(253, 127, 255, 0.218) 0px 20px 40px 0px;
}

.cus-shadow-5:hover{
  box-shadow: rgba(127, 255, 140, 0.218) 0px 20px 40px 0px;
}

.cus-shadow-6:hover{
  box-shadow: rgba(255, 127, 159, 0.218) 0px 20px 40px 0px;
}

.cus-h1{
  font-size: 30px;
}

.custom-container-h1{
  font-family: 'Bradley Hand', cursive !important;
}


body::-webkit-scrollbar {
  width: 3px; /* Width of the scrollbar */
}

body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Scrollbar track color */
  border-radius: 10px; /* Scrollbar track border radius */
}

body::-webkit-scrollbar-thumb {
  background-color: #888; /* Scrollbar thumb color */
  border-radius: 10px; /* Scrollbar thumb border radius */
}

/* For Firefox */
body {
  scrollbar-width: thin; /* Width of the scrollbar */
}

body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Scrollbar track color */
  border-radius: 10px; /* Scrollbar track border radius */
}

body::-webkit-scrollbar-thumb {
  background-color: #888; /* Scrollbar thumb color */
  border-radius: 10px; /* Scrollbar thumb border radius */
}

.mobile_img_resp{
  display: none;;
}

.resp_mobile_bg_18{
  background-image: url('../img/pages/bg-cta-2.jpg');
  margin-top: 50px;

}

/* scrollbar css */
::-webkit-scrollbar {
    width: 20px;
    }

::-webkit-scrollbar-track {
background-color: transparent;
}

::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 20px;
height: 250px;
border: 7px solid transparent;
background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
background-color: #a8bbbf;
}



@media only screen and (max-width: 650px) {
  /* .cus-card-15{
    margin: 20px !important;
  } */

  .get-started-height{
    min-height: auto !important;
    padding: 20px;
  }

  .hide-mb-sec{
    display: none;
  }

  .cus-card-5{
    padding: 8px;
    margin: 10px;
  }
  .btn-cus-btm {
    margin-bottom: 20px !important; /* Adjust the margin as needed */
  }
  .all-features-card{
    margin-top: 100px;
  }

  .all-features-btn{
    /* padding: 0 50px; */
    font-size: 25px !important;
  }

  .cus-heading{
    font-size: 20px;
    font-weight: 900;
  }

  .cus-container-5{
    padding: 0;
  }

  .cus-card-9{
    padding: 20px;
    margin: 10px;
  }

  .cus-height-mb{
    min-height: 10px;
  }

  .cus-container-4{
    margin: 20px;
    padding: 10px;
  }

  .cus-text{
    padding: 20px;
    font-size: 25px;
  }

  .custom-p{
    margin: 15px;
  }

  .cus-h1{
    font-size: 18px;
  }

  .cus-heding-5{
    font-size: 30px;
  }

  .cus-space-top{
    padding-top: 40px !important;
  }

  .cus-card-6{
    max-height: min-content;
    margin: 10px 10px;
  }

  .cus-card-17{
    max-height: min-content;
    margin: 10px 10px;
    min-height: 170px;
    max-height: 180px;
  }

  .cus-card-18{
    max-height: min-content;
    margin: 10px 10px;
  }


  /* .custom_bg_2 .p-5{
    padding: 15px;
  } */

  .cus-heading-3{
    font-size: 20px;
    font-weight: 900;
  }
  .cus-sec-top{
    padding-top: 30px;
  }
  .cus-container{
    margin: 10px;
    padding: 10px;
  }
  .cus-card-2{
    margin: 0 10px;
    padding: 30px 10px;
  }

  .custom_bg_3{
    padding: 10px
  }
  .cus-container-3{
    margin: 10px;
    padding: 20px 0;
  }
  .cus-card-3{
    margin: 0 20px;
  }

  .mobile_img_resp{
    display: block !important;
  }

  .pc_img_resp{
    display: none !important;
  }

  .resp_mobile_bg_18{
    background-color: #DEECF7;
    background-image:none;
    margin-top: 20px;
  }
}

